* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.alpha-affiliate-hero {
  position: relative;
  overflow: hidden;
  /* margin-top: 40px; */
  padding: 100px 20px 10px 20px;
  background:
    linear-gradient(135deg, #050505 0%, #0f0f10 45%, #160907 100%);
  color: #ffffff;
}

.alpha-affiliate-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(151, 26, 4, 0.18), transparent 28%),
    radial-gradient(circle at 78% 58%, rgba(151, 26, 4, 0.14), transparent 24%);
  pointer-events: none;
}

.alpha-affiliate-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

.alpha-affiliate-header {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

.alpha-affiliate-logo {
  width: 180px;
  max-width: 100%;
  object-fit: contain;
}

.alpha-affiliate-heading {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 20px;
  /* background: #000; */
}

.alpha-affiliate-heading h1 {
  font-size: 40px;
  line-height: 1.02;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1px;
  margin-bottom: 14px;
}

.alpha-affiliate-heading p {
  font-size: 19px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  /* margin-bottom: 4px; */
}

.alpha-affiliate-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.alpha-affiliate-product-side {
  display: flex;
  justify-content: center;
}

.alpha-affiliate-product-wrap {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alpha-affiliate-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(34px);
}

.alpha-affiliate-glow-1 {
  width: 190px;
  height: 190px;
  background: rgba(151, 26, 4, 0.32);
  left: 50px;
  bottom: 90px;
}

.alpha-affiliate-glow-2 {
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.08);
  right: 60px;
  top: 70px;
}

.alpha-affiliate-main-bottle {
  position: relative;
  z-index: 3;
  width: 280px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.45));
}

.alpha-affiliate-back-bottle {
  position: absolute;
  z-index: 2;
  width: 185px;
  opacity: 0.88;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.3));
}

.alpha-affiliate-back-left {
  left: 26px;
  top: 118px;
  transform: rotate(-12deg);
}

.alpha-affiliate-back-right {
  right: 26px;
  top: 118px;
  transform: rotate(12deg);
}

.alpha-affiliate-badge {
  position: absolute;
  right: 34px;
  bottom: 38px;
  z-index: 4;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%);
  color: #111111;
  border: 4px solid #971a04;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

.alpha-affiliate-badge span {
  font-size: 12px;
  font-weight: 700;
  color: #971a04;
  margin-bottom: 4px;
}

.alpha-affiliate-badge strong {
  font-size: 34px;
  font-weight: 800;
  color: #111111;
  margin-bottom: 3px;
}

.alpha-affiliate-badge small {
  font-size: 11px;
  font-weight: 700;
  color: #444444;
}

.alpha-affiliate-points-side {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.alpha-affiliate-points-box {
  width: 100%;
  max-width: 520px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 26px 24px;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.16);
}

.alpha-affiliate-point {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
}

.alpha-affiliate-point:last-child {
  margin-bottom: 0;
}

.alpha-affiliate-check {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: #971a04;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  margin-top: 1px;
  box-shadow: 0 8px 14px rgba(151, 26, 4, 0.24);
}

.alpha-affiliate-point p {
  font-size: 19px;
  line-height: 1.55;
  color: #ffffff;
}

.alpha-affiliate-point p strong {
  color: #ff4a2a;
  font-weight: 800;
}

.alpha-affiliate-cta-wrap {
  margin-top: 24px;
  width: 100%;
  max-width: 520px;
  display: flex;
  justify-content: center;
}

.alpha-affiliate-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 17px 28px;
  background: linear-gradient(135deg, #971a04, #c42a0d);
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.4px;
  box-shadow: 0 16px 28px rgba(151, 26, 4, 0.24);
  transition: transform 0.25s ease;
}

.alpha-affiliate-cta:hover {
  transform: translateY(-2px);
}

/* tablet */
@media (max-width: 1100px) {
  .alpha-affiliate-heading h1 {
    font-size: 46px;
  }

  .alpha-affiliate-heading p {
    font-size: 19px;
  }

  .alpha-affiliate-product-wrap {
    height: 380px;
  }

  .alpha-affiliate-main-bottle {
    width: 240px;
  }

  .alpha-affiliate-back-bottle {
    width: 160px;
  }

  .alpha-affiliate-point p {
    font-size: 17px;
  }
}

@media (max-width: 900px) {
  .alpha-affiliate-main {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .alpha-affiliate-heading h1 {
    font-size: 40px;
  }

  .alpha-affiliate-heading p {
    font-size: 18px;
  }

  .alpha-affiliate-product-wrap {
    max-width: 380px;
    height: 340px;
  }

  .alpha-affiliate-main-bottle {
    width: 215px;
  }

  .alpha-affiliate-back-bottle {
    width: 140px;
  }

  .alpha-affiliate-back-left {
    left: 20px;
    top: 105px;
  }

  .alpha-affiliate-back-right {
    right: 20px;
    top: 105px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .alpha-affiliate-hero {
    padding: 90px 16px 42px;
  }

  .alpha-affiliate-logo {
    width: 145px;
  }

  .alpha-affiliate-heading {
    margin-bottom: 24px;
  }

  .alpha-affiliate-heading h1 {
    font-size: 30px;
    line-height: 1.12;
    margin-bottom: 12px;
  }

  .alpha-affiliate-heading p {
    font-size: 15px;
    line-height: 1.55;
  }

  .alpha-affiliate-product-wrap {
    max-width: 300px;
    height: 260px;
  }

  .alpha-affiliate-main-bottle {
    width: 165px;
  }

  .alpha-affiliate-back-bottle {
    width: 105px;
  }

  .alpha-affiliate-back-left {
    left: 8px;
    top: 84px;
  }

  .alpha-affiliate-back-right {
    right: 8px;
    top: 84px;
  }

  .alpha-affiliate-badge {
    width: 84px;
    height: 84px;
    right: 10px;
    bottom: 14px;
  }

  .alpha-affiliate-badge strong {
    font-size: 24px;
  }

  .alpha-affiliate-badge span,
  .alpha-affiliate-badge small {
    font-size: 9px;
  }

  .alpha-affiliate-points-box {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .alpha-affiliate-point {
    gap: 10px;
    margin-bottom: 14px;
  }

  .alpha-affiliate-check {
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 13px;
  }

  .alpha-affiliate-point p {
    font-size: 15px;
    line-height: 1.5;
  }

  .alpha-affiliate-cta {
    width: 100%;
    min-width: 100%;
    font-size: 16px;
    padding: 15px 18px;
  }
}



.alpha-affiliate-clean {
  /* background: #ffffff; */
  background-color: rgb(247, 231, 231);
  padding: 60px 20px;
}

.alpha-affiliate-clean-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADER */
.alpha-affiliate-clean-head {
  text-align: center;
  margin-bottom: 32px;
}

.alpha-affiliate-clean-head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
}

.alpha-affiliate-clean-head p {
  font-size: 17px;
  color: #666;
}

/* GRID */
.alpha-affiliate-clean-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
}

/* CARD */
.alpha-clean-card {
  padding: 26px 22px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  transition: 0.25s ease;
}

.alpha-clean-card:nth-child(3n) {
  border-right: none;
}

.alpha-clean-card:nth-last-child(-n+3) {
  border-bottom: none;
}

/* HOVER */
.alpha-clean-card:hover {
  background: #fafafa;
}

/* ICON */
.alpha-clean-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  /* background: #971a04; */
  background: linear-gradient(135deg, #971a04, #c42a0d);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}

/* TITLE */
.alpha-clean-card h4 {
  font-size: 20px;
  font-weight: 800;
  color: #111;
  margin-bottom: 8px;
}

/* TEXT */
.alpha-clean-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* CTA */
.alpha-clean-cta {
  text-align: center;
  margin-top: 28px;
}

.alpha-clean-cta a {
  display: inline-block;
  padding: 14px 26px;
  /* background: #971a04; */
  background: linear-gradient(135deg, #971a04, #c42a0d);

  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
}

.alpha-clean-cta a:hover {
  background: #c42a0d;
}

/* TABLET */
@media (max-width: 900px) {
  .alpha-affiliate-clean-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .alpha-clean-card:nth-child(2n) {
    border-right: none;
  }

  .alpha-clean-card:nth-child(3n) {
    border-right: 1px solid #eee;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .alpha-affiliate-clean {
    padding: 45px 16px;
  }

  .alpha-affiliate-clean-head h2 {
    font-size: 28px;
  }

  .alpha-affiliate-clean-head p {
    font-size: 15px;
  }

  .alpha-affiliate-clean-grid {
    grid-template-columns: 1fr;
  }

  .alpha-clean-card {
    border-right: none !important;
    /* border-right: none; */
  }
}


.alpha-affiliate-promo {
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
  background:
    linear-gradient(135deg, rgba(7, 10, 14, 0.96), rgba(10, 18, 30, 0.96)),
    url("images/metal-texture.jpg") center center / cover no-repeat;
  color: #fff;
}

.alpha-affiliate-promo-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 50%, rgba(151, 26, 4, 0.22), transparent 24%),
    radial-gradient(circle at 78% 30%, rgba(151, 26, 4, 0.12), transparent 20%);
  pointer-events: none;
}

.alpha-affiliate-promo-wrap {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.alpha-affiliate-promo-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alpha-affiliate-product-burst {
  position: relative;
  width: 100%;
  max-width: 470px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alpha-burst {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}

.alpha-burst-1 {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(183, 29, 3, 0.95) 0%, rgba(183, 29, 3, 0.12) 65%, transparent 100%);
}

.alpha-burst-2 {
  width: 330px;
  height: 330px;
  background: radial-gradient(circle, rgba(255, 204, 0, 0.22) 0%, rgba(255, 204, 0, 0.03) 60%, transparent 100%);
}

/* small floating accents */
.alpha-leaf {
  position: absolute;
  width: 28px;
  height: 16px;
  background: linear-gradient(135deg, #79c34b, #3e8f1c);
  border-radius: 100% 0 100% 0;
  opacity: 0.9;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.alpha-leaf-1 {
  top: 72px;
  left: 90px;
  transform: rotate(-18deg);
}

.alpha-leaf-2 {
  top: 120px;
  right: 70px;
  transform: rotate(28deg);
}

.alpha-leaf-3 {
  bottom: 80px;
  left: 78px;
  transform: rotate(42deg);
}

.alpha-leaf-4 {
  bottom: 95px;
  right: 88px;
  transform: rotate(-34deg);
}

.alpha-affiliate-promo-bottle {
  position: relative;
  z-index: 3;
  width: 280px;
  max-width: 100%;
  object-fit: contain;
  transform: rotate(-10deg);
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.45));
}

.alpha-affiliate-promo-right {
  max-width: 560px;
}

.alpha-affiliate-small-line {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 16px;
}

.alpha-affiliate-small-line span {
  color: #ffb300;
}

.alpha-affiliate-promo-right h2 {
  font-size: 30px;
  line-height: 1.18;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 13px;
  letter-spacing: -0.8px;
}

.alpha-affiliate-promo-right h2 span {
  color: #ff4d2d;
}

.alpha-affiliate-highlight-line {
  font-size: 22px;
  line-height: 1.45;
  /* color: #ffc400; */
  color: #c42a0d;
  font-weight: 800;
  margin-bottom: 24px;
  max-width: 520px;
}

.alpha-affiliate-approve-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 50px;
  padding: 16px 28px;
  /* background: linear-gradient(180deg, #ffb11a 0%, #f49a08 100%); */
  background: linear-gradient(135deg, #971a04, #c42a0d);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease;
}

.alpha-affiliate-approve-btn:hover {
  transform: translateY(-2px);
}

/* tablet */
@media (max-width: 1024px) {
  .alpha-affiliate-promo-right h2 {
    font-size: 36px;
  }

  .alpha-affiliate-highlight-line {
    font-size: 19px;
  }

  .alpha-affiliate-product-burst {
    max-width: 400px;
    height: 320px;
  }

  .alpha-affiliate-promo-bottle {
    width: 235px;
  }
}

@media (max-width: 900px) {
  .alpha-affiliate-promo-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .alpha-affiliate-promo-right {
    max-width: 100%;
    margin: 0 auto;
  }

  .alpha-affiliate-highlight-line {
    max-width: 100%;
  }
}

/* mobile */
@media (max-width: 767px) {
  .alpha-affiliate-promo {
    padding: 46px 16px;
  }

  .alpha-affiliate-product-burst {
    max-width: 300px;
    height: 250px;
  }

  .alpha-burst-1 {
    width: 180px;
    height: 180px;
  }

  .alpha-burst-2 {
    width: 240px;
    height: 240px;
  }

  .alpha-affiliate-promo-bottle {
    width: 170px;
  }

  .alpha-affiliate-small-line {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .alpha-affiliate-promo-right h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .alpha-affiliate-highlight-line {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .alpha-affiliate-approve-btn {
    width: 100%;
    min-width: 100%;
    min-height: 58px;
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .alpha-affiliate-promo-right h2 {
    font-size: 24px;
  }
}


.alpha-affiliate-why {
  background: #f5f5f5;
  padding: 54px 20px;
}

.alpha-affiliate-why-wrap {
  max-width: 1120px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
  padding: 34px 42px 38px;
}

.alpha-affiliate-why-cta-top,
.alpha-affiliate-why-cta-bottom {
  display: flex;
  justify-content: center;
}

.alpha-affiliate-why-cta-top {
  margin-bottom: 22px;
}

.alpha-affiliate-why-cta-bottom {
  margin-top: 26px;
}

.alpha-affiliate-why-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 50px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #971a04, #c42a0d);
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.3px;
  box-shadow: 0 12px 20px rgba(151, 26, 4, 0.16);
  transition: transform 0.25s ease;
}

.alpha-affiliate-why-btn:hover {
  transform: translateY(-2px);
}

.alpha-affiliate-why-content {
  text-align: center;
}

.alpha-affiliate-why-content h2 {
  font-size: 42px;
  line-height: 1.18;
  color: #111111;
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: -0.8px;

  @media (max-width: 767px) {
    font-size: 28px;
    line-height: 1.2;
  }

  @media (max-width: 420px) {
    font-size: 20px;
  }
}

.alpha-affiliate-why-content > p {
  font-size: 18px;
  line-height: 1.75;
  color: #2f2f2f;
  margin-bottom: 16px;
}

.alpha-affiliate-why-content h3 {
  margin-top: 18px;
  font-size: 34px;
  line-height: 1.22;
  color: #111111;
  font-weight: 800;
  margin-bottom: 6px;
}

.alpha-affiliate-why-content h3 span {
  color: #971a04;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.alpha-affiliate-why-subline {
  font-size: 17px;
  color: #222222;
  margin-bottom: 20px;
}

.alpha-affiliate-why-list {
  list-style: none;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  display: grid;
  gap: 12px;
}

.alpha-affiliate-why-list li {
  position: relative;
  padding-left: 28px;
  font-size: 17px;
  line-height: 1.7;
  color: #222222;
}

.alpha-affiliate-why-list li::before {
  content: "➜";
  position: absolute;
  left: 0;
  top: 1px;
  color: #2bb24c;
  font-weight: 800;
  font-size: 16px;
}

@media (max-width: 767px) {
  .alpha-affiliate-why {
    padding: 38px 10px;
  }

  .alpha-affiliate-why-wrap {
    padding: 24px 8px 28px;
  }

  /* .alpha-affiliate-why-content h2 {
    font-size: 28px;
    line-height: 1.2;
  } */

  .alpha-affiliate-why-content > p {
    font-size: 15px;
    line-height: 1.65;
  }

  .alpha-affiliate-why-content h3 {
    font-size: 20px;
  }

  .alpha-affiliate-why-subline {
    font-size: 15px;
  }

  .alpha-affiliate-why-list li {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 24px;
  }

  .alpha-affiliate-why-btn {
    width: 100%;
    min-width: 100%;
  }
}



.alpha-affiliate-terms {
  background: #f6f6f6;
  padding: 0px 20px 30px;

  @media (max-width: 767px) {
    padding: 0px 10px 30px;
  }
}

.alpha-affiliate-terms-wrap {
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px 50px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);

  @media(max-width: 767px) {
    padding: 30px 10px;
  }
}

.alpha-affiliate-terms h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #111;

  @media(max-width: 767px) {
    font-size: 28px;
  }
  @media(max-width: 420px) {
    font-size: 20px;
  }
}

.alpha-affiliate-terms-intro {
  text-align: center;
  font-size: 16px;
  color: #444;
  margin-bottom: 30px;
}

.alpha-affiliate-terms-intro strong {
  color: #971a04;
}

.alpha-affiliate-terms-list {
  padding-left: 20px;
  display: grid;
  gap: 14px;
}

.alpha-affiliate-terms-list li {
  font-size: 15px;
  line-height: 1.7;
  color: #222;
}

.alpha-affiliate-terms-list li::marker {
  color: #971a04;
  font-weight: bold;
}


/* get hoplink section */

.get-link-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hoplink-container {
    max-width: 980px;
    width: 100%;
    text-align: center;
    padding: 0 20px;
}

/* Header */
.hoplink-container h1 {
    /* font-size: 40px !important; */
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 50px;
    color: #1a1a1b;

    @media(max-width: 600px) {
        /* font-size: 28px !important; */
        font-size: 28px;
        margin-bottom: 30px;
        margin-top: 36px;
    }
}

/* Step Cards */
.step-card {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 40px 45px;
    margin-bottom: 25px;
    text-align: left; /* Align text to the left inside the box */
    transition: box-shadow 0.3s ease;

    @media(max-width: 600px) {
        padding: 20px 20px;
        margin-bottom: 15px;
    }
}

/* Headings inside cards */
.step-card h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    color: #1a1a1b;

    @media(max-width: 600px) {
        font-size: 22px;
    }
}

/* Underline style for "Step X" */
.step-card h2 u {
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

/* Paragraph text */
.step-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #4a4a4a;
    margin: 0;
}

/* Links */
.step-card a {
    color: #4a4a4a;
    text-decoration: underline;
}

.step-card a:hover {
    color: #000;
}

.affiliate-section-box {
  max-width: 980px;
  width: 100%;
  padding: 0 20px;
}

/* Outer Container */
.affiliate-section {
    
    margin: 20px auto;
    padding: 40px;
    border: 2px solid #1a1a1b;
    border-radius: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;

    @media(max-width: 600px) {
        padding: 20px;
    }
}

.affiliate-section h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1b;

    @media(max-width: 600px) {
        font-size: 28px;
    }
}


.description-text p {
    font-size: 16px;
    margin: 8px 0;
    color: #444;
}

.sub-header {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 15px 0;
}

/* Inner Form Box */
.form-container {
    background-color: #f9f7f2; /* Light beige/cream color */
    padding: 24px 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;

    @media(max-width: 600px) {
        padding: 15px;
    }
}
.get-link-btn {
    display: none;
    background-color: #ffd91d;
    color: black;
    border: 2px solid #f5d11f;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 10px;
    margin-top: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start;

    @media(max-width: 600px) {
        padding: 10px 20px;
        font-size: 14px;
    }

}

.tracking-pixels-section {
    background-color: #121417; /* Dark charcoal/black background */
    color: #ffffff; /* White text */
    max-width: 980px;
    margin: 10px 20px 40px;
    padding: 60px 40px;
    border-radius: 25px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    @media(max-width: 600px) {
        padding: 30px 20px;
    }
}

.tracking-pixels-section h2 {
    font-size: 42px; /* Large, bold heading */
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: -0.5px;

    @media(max-width: 600px) {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.tracking-pixels-section p {
    font-size: 16px;
    line-height: 1.4   ;
    /* max-width: 800px; */
    margin: 0 auto;
    font-weight: 400;
    color: #f0f0f0; /* Slightly off-white for better readability */
}

/* Links inside the dark box */
.tracking-pixels-section a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
}

.tracking-pixels-section a:hover {
    color: #cccccc;
}

.input-field {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
    color: #666;
}

.input-field::placeholder {
    color: #aaa;
}

/* Checkbox Styling */
.checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #444;
    margin-top: 5px;
}

.checkbox-container input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* Footer Link */
.footer-text {
    margin-top: 10px;
    font-size: 15px;
    color: #444;
}

.footer-text a {
    color: #333;
    text-decoration: underline;
}







 .affiliate-container {
        max-width: 1000px;
        margin: 30px auto;
        background: #ffffff;
        padding: 40px 25px;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);

        @media(max-width: 600px) {
            padding: 15px 20px 20px;
        }
    }

    .title {
        text-align: center;
        margin-bottom: 10px;
        font-size: 28px;
        font-weight: bold;
        color: #222;
    }

    .subtitle {
        text-align: center;
        font-size: 16px;
        color: #666;
        margin-bottom: 20px;
    }

    .badge {
        display: inline-block;
        /* background: #e6f9ec; */
        background-color: rgb(240, 240, 240);
        /* color: #16a34a; */
        color: #971a04;
        padding: 8px 18px;
        border-radius: 20px;
        font-weight: bold;
        margin: 0 auto 30px;
        text-align: center;
    }

    .grid {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }

    .box {
        flex: 1;
        min-width: 280px;
        border: 1px solid #eee;
        border-radius: 10px;
        padding: 20px;
        /* background: #fafafa; */
        background-color: #f7e7e7;
    }

    .box h3 {
        margin-bottom: 15px;
        color: #111;
    }

    ul {
        padding-left: 18px;
    }

    li {
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .cta {
        text-align: center;
        margin-top: 35px;
    }

    .cta a {
        display: inline-block;
        /* background: #16a34a; */
        background-color: #971a04;
        color: #fff;
        padding: 12px 28px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: bold;
    }

    .cta a:hover {
        background: #751302;
    }

    .note {
        margin-top: 15px;
        font-size: 13px;
        color: #777;
        text-align: center;
    }

    @media(max-width: 768px){
        .grid {
            flex-direction: column;
        }
    }
    .note-box {
    margin-top: 30px;
    background: #fff8e6;
    border-left: 4px solid rgb(163, 0, 0);
    padding: 15px 20px;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
}