.affiliate-page {
  --affiliate-cream: #f5eee5;
  --affiliate-dark: #101410;
  background: var(--paper);
}

.affiliate-page h1,
.affiliate-page h2,
.affiliate-page h3,
.affiliate-page p {
  margin-top: 0;
}

.affiliate-header .nav-shell {
  background: rgba(249, 249, 249, 0.82);
}

.affiliate-hero {
  position: relative;
  width: min(calc(100% - 56px), var(--max));
  min-height: 900px;
  margin: 0 auto;
  padding: 158px 32px 84px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(540px, 1.05fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
}

.affiliate-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 720px;
}

.affiliate-kicker,
.affiliate-section-number {
  margin-bottom: 25px;
  color: #77777b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.20em;
  text-transform: uppercase;
}

.affiliate-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
}

.affiliate-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange-bright);
}

.affiliate-section-number.light {
  color: rgba(255, 255, 255, 0.48);
}

.affiliate-hero h1,
.creator-proof h2,
.creator-value h2,
.creator-flow h2,
.creator-script h2,
.affiliate-faq h2,
.affiliate-final h2 {
  margin-bottom: 0;
  font-weight: 760;
  line-height: 0.94;
  letter-spacing: -0.072em;
}

.affiliate-hero h1 {
  font-size: clamp(74px, 7.3vw, 112px);
}

.affiliate-hero h1 em,
.creator-proof h2 em,
.creator-value h2 em,
.creator-flow h2 em,
.creator-script h2 em,
.affiliate-faq h2 em {
  color: var(--orange-bright);
  font-family: var(--serif);
  font-weight: 400;
}

.affiliate-hero-lede {
  max-width: 650px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.68;
}

.affiliate-hero-lede strong {
  color: var(--ink);
  font-weight: 780;
}

.affiliate-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.affiliate-button-primary,
.affiliate-button-light {
  min-height: 64px;
  padding: 17px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 760;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.affiliate-button-primary {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 18px 40px rgba(23, 23, 25, 0.15);
}

.affiliate-button-primary:hover,
.affiliate-button-light:hover {
  transform: translateY(-3px);
}

.affiliate-text-link,
.affiliate-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 720;
}

.affiliate-text-link {
  padding: 10px 0;
}

.affiliate-fineprint {
  margin: 22px 0 0;
  color: #939398;
  font-size: 11px;
}

.commission-stage {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 25, 0.08);
  border-radius: 48px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 113, 11, 0.32), transparent 31%),
    linear-gradient(145deg, #f1e8dd, #fff 68%);
  box-shadow: var(--shadow-soft);
}

.commission-orbit {
  position: absolute;
  border: 1px solid rgba(23, 23, 25, 0.09);
  border-radius: 50%;
}

.commission-orbit-a {
  width: 530px;
  height: 530px;
}

.commission-orbit-b {
  width: 760px;
  height: 760px;
}

.commission-card {
  position: relative;
  z-index: 3;
  width: min(76%, 470px);
  min-height: 470px;
  padding: 52px 48px 38px;
  display: flex;
  flex-direction: column;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 42px;
  background: var(--affiliate-dark);
  box-shadow: 0 34px 80px rgba(26, 22, 18, 0.24);
  transform: rotate(-3deg);
}

.commission-label {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.20em;
}

.commission-card > strong {
  margin-top: 25px;
  color: var(--orange-bright);
  font-size: clamp(118px, 11vw, 172px);
  font-weight: 760;
  line-height: 0.8;
  letter-spacing: -0.09em;
}

.commission-card sup {
  margin-left: 5px;
  color: var(--white);
  font-size: 0.31em;
  letter-spacing: -0.04em;
  vertical-align: top;
}

.commission-card > p {
  max-width: 260px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.35;
}

.commission-line {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}

.commission-line span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange-bright);
  box-shadow: 0 0 0 7px rgba(255, 113, 11, 0.12);
}

.creator-pill {
  position: absolute;
  z-index: 5;
  padding: 10px 16px 10px 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(29, 25, 20, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 740;
}

.creator-pill img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}

.creator-pill span,
.creator-pill small {
  display: block;
}

.creator-pill small {
  margin-bottom: 2px;
  color: #939398;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.creator-pill-one {
  top: 11%;
  left: 3%;
  transform: rotate(4deg);
}

.creator-pill-two {
  right: 3%;
  bottom: 12%;
  transform: rotate(-4deg);
}

.affiliate-spark {
  position: absolute;
  color: var(--orange-bright);
  font-family: var(--serif);
}

.spark-one {
  top: 13%;
  right: 8%;
  font-size: 48px;
}

.spark-two {
  bottom: 12%;
  left: 8%;
  font-size: 29px;
}

.creator-marquee {
  padding: 28px 0 31px;
  overflow: hidden;
  color: var(--white);
  background: var(--affiliate-dark);
}

.creator-marquee > p {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.37);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-align: center;
}

.creator-marquee .marquee-track {
  color: var(--white);
}

.creator-marquee .marquee-track i {
  color: var(--orange-bright);
}

.creator-open-call {
  position: relative;
  isolation: isolate;
  width: min(calc(100% - 56px), var(--max));
  min-height: 430px;
  margin: 28px auto 0;
  padding: 70px 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px minmax(350px, 0.78fr);
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  overflow: hidden;
  color: var(--white);
  border-radius: 42px;
  background:
    radial-gradient(circle at 95% 0, rgba(255, 113, 11, 0.20), transparent 35%),
    var(--affiliate-dark);
}

.creator-open-call::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 52%;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(255, 255, 255, 0.025),
    0 0 0 116px rgba(255, 255, 255, 0.016);
  transform: translate(-50%, -50%);
}

.open-call-title {
  align-self: center;
}

.open-call-label {
  margin: 0 0 33px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1.6;
}

.creator-open-call h2 {
  margin: 0;
  font-size: clamp(64px, 5.7vw, 86px);
  font-weight: 760;
  line-height: 0.91;
  letter-spacing: -0.074em;
}

.creator-open-call h2 em {
  color: var(--orange-bright);
  font-family: var(--serif);
  font-weight: 400;
}

.open-call-bridge {
  position: relative;
  width: 170px;
  min-height: 300px;
  align-self: center;
}

.open-call-route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.open-call-route path {
  stroke: rgba(255, 255, 255, 0.19);
  stroke-width: 1.5;
  stroke-dasharray: 5 7;
}

.open-call-route circle {
  fill: var(--orange-bright);
  stroke: var(--affiliate-dark);
  stroke-width: 4;
}

.bridge-avatar,
.bridge-commission {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.bridge-avatar {
  width: 64px;
  height: 64px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.28);
}

.bridge-avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.bridge-avatar::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 3px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--affiliate-dark);
  border-radius: 50%;
  background: var(--orange-bright);
}

.bridge-avatar-one {
  top: -3px;
  left: 20px;
}

.bridge-avatar-two {
  right: 3px;
  bottom: -3px;
}

.bridge-avatar-three {
  top: 43px;
  right: -5px;
  width: 55px;
  height: 55px;
}

.bridge-avatar-four {
  left: -7px;
  bottom: 35px;
  width: 57px;
  height: 57px;
}

.bridge-avatar-five {
  top: 121px;
  left: -39px;
  width: 58px;
  height: 58px;
}

.bridge-commission {
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  color: var(--affiliate-dark);
  background: var(--orange-bright);
  box-shadow: 0 20px 46px rgba(255, 113, 11, 0.24);
  transform: translate(-50%, -50%) rotate(-7deg);
}

.bridge-commission small,
.bridge-commission strong {
  display: block;
  text-align: center;
}

.bridge-commission small {
  margin-bottom: -24px;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.bridge-commission strong {
  font-size: 31px;
  letter-spacing: -0.07em;
}

.open-call-copy strong {
  display: block;
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.open-call-copy > p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 15px;
  line-height: 1.68;
}

.open-call-copy > span {
  margin-top: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.open-call-copy i {
  color: var(--orange-bright);
  font-family: var(--serif);
  font-size: 12px;
  font-style: normal;
}

.creator-proof,
.creator-script {
  width: min(calc(100% - 56px), var(--max));
  margin: 0 auto;
  padding: 150px 32px;
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  align-items: center;
  gap: clamp(65px, 9vw, 145px);
}

.creator-proof h2,
.creator-script h2,
.affiliate-faq h2 {
  font-size: clamp(62px, 5.8vw, 88px);
}

.creator-proof-copy > p:not(.affiliate-section-number),
.creator-script-copy > p:not(.affiliate-section-number),
.creator-flow-heading > p:not(.affiliate-section-number) {
  max-width: 620px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

.affiliate-inline-link {
  margin-top: 33px;
  padding: 0 0 7px;
}

.creator-proof-collage {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 25, 0.08);
  border-radius: 44px;
  background:
    radial-gradient(circle at 17% 14%, rgba(255, 113, 11, 0.23), transparent 33%),
    #efede9;
  box-shadow: var(--shadow-soft);
}

.creator-proof-collage::before,
.creator-proof-collage::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(23, 23, 25, 0.08);
  border-radius: 50%;
}

.creator-proof-collage::before {
  width: 500px;
  height: 500px;
  left: -220px;
  bottom: -180px;
}

.creator-proof-collage::after {
  width: 340px;
  height: 340px;
  right: -130px;
  top: -110px;
}

.creator-shot {
  position: absolute;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  border: 8px solid var(--affiliate-dark);
  border-radius: 38px;
  background: var(--affiliate-dark);
  box-shadow: 0 30px 65px rgba(25, 22, 18, 0.24);
}

.creator-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 29px;
}

.creator-shot-main {
  width: 340px;
  height: 700px;
  left: 13%;
  top: 85px;
  transform: rotate(-4deg);
}

.creator-shot-side {
  width: 290px;
  height: 610px;
  right: 9%;
  top: 20px;
  transform: rotate(5deg);
}

.proof-note {
  position: absolute;
  z-index: 5;
  right: 4%;
  bottom: 7%;
  width: min(76%, 360px);
  padding: 23px 25px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(25, 22, 18, 0.14);
}

.proof-note span,
.proof-note strong {
  display: block;
}

.proof-note span {
  margin-bottom: 7px;
  color: var(--orange-bright);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.proof-note strong {
  font-size: 19px;
  letter-spacing: -0.03em;
}

.creator-value {
  padding: 138px max(28px, calc((100% - var(--max)) / 2));
  color: var(--white);
  background: var(--affiliate-dark);
}

.creator-value-heading {
  margin-bottom: 66px;
}

.creator-value h2,
.creator-flow h2 {
  max-width: 1050px;
  font-size: clamp(64px, 6.3vw, 94px);
}

.creator-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.creator-value-grid article {
  min-height: 535px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.045);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.creator-value-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 113, 11, 0.55);
  background: rgba(255, 255, 255, 0.07);
}

.value-index {
  color: rgba(255, 255, 255, 0.38);
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
}

.value-icon {
  width: 68px;
  height: 68px;
  margin-top: 28px;
  display: grid;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: var(--orange-bright);
  box-shadow: 0 17px 36px rgba(255, 113, 11, 0.18);
}

.value-icon svg,
.creator-flow-list svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-preview {
  width: min(100%, 480px);
  min-height: 116px;
  margin-top: 25px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.creator-value-grid article:hover .value-preview {
  border-color: rgba(255, 113, 11, 0.28);
  background: rgba(255, 255, 255, 0.065);
  transform: translateY(-2px);
}

.value-link-mini {
  min-height: 47px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 13px;
  color: var(--affiliate-dark);
  background: var(--white);
}

.value-link-mini span,
.value-channel-list span,
.share-mini-head span,
.share-mini-foot,
.pull-mini-label,
.value-pull-preview > small {
  font-size: 8px;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.value-link-mini svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--orange-bright);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-channel-list {
  margin-top: 9px;
  display: grid;
  grid-template-columns: 0.65fr 1.25fr 1fr;
  gap: 7px;
}

.value-channel-list span {
  padding: 10px 7px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 11px;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.value-share-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.share-mini-head,
.share-mini-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.share-mini-head span,
.share-mini-foot {
  color: rgba(255, 255, 255, 0.42);
}

.share-mini-head strong {
  color: var(--orange-bright);
  font-size: 23px;
  letter-spacing: -0.05em;
}

.share-mini-bars {
  height: 32px;
  margin: 6px 0 9px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
}

.share-mini-bars i {
  height: 30%;
  flex: 1;
  border-radius: 4px 4px 2px 2px;
  background: rgba(255, 255, 255, 0.13);
}

.share-mini-bars i:nth-child(2) { height: 45%; }
.share-mini-bars i:nth-child(3) { height: 39%; }
.share-mini-bars i:nth-child(4) { height: 62%; }
.share-mini-bars i:nth-child(5) { height: 55%; }
.share-mini-bars i:nth-child(6) { height: 75%; }
.share-mini-bars i:nth-child(7) { height: 68%; }
.share-mini-bars i:nth-child(8) {
  height: 100%;
  background: var(--orange-bright);
  box-shadow: 0 0 17px rgba(255, 113, 11, 0.24);
}

.share-mini-foot b {
  color: rgba(255, 255, 255, 0.78);
  font-size: 8px;
}

.value-pull-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pull-mini-label,
.value-pull-preview > small {
  color: rgba(255, 255, 255, 0.40);
}

.pull-mini-flow {
  margin: 14px 0 12px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 9px;
}

.pull-mini-flow span {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--affiliate-dark);
  background: var(--white);
  font-size: 10px;
  font-weight: 760;
}

.pull-mini-flow span:last-child {
  color: var(--white);
  background: var(--orange-bright);
}

.pull-mini-flow i {
  position: relative;
  height: 1px;
  background: rgba(255, 255, 255, 0.19);
}

.pull-mini-flow i::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-right: 1px solid rgba(255, 255, 255, 0.42);
  transform: rotate(45deg);
}

.creator-value-grid h3 {
  margin: 28px 0 12px;
  font-size: 29px;
  letter-spacing: -0.04em;
}

.creator-value-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.53);
  font-size: 15px;
  line-height: 1.65;
}

.creator-flow {
  width: min(calc(100% - 56px), var(--max));
  margin: 0 auto;
  padding: 150px 32px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(65px, 9vw, 145px);
}

.creator-flow-heading {
  position: sticky;
  top: 130px;
  align-self: start;
}

.creator-flow-list {
  border-top: 1px solid var(--line);
}

.creator-flow-list article {
  min-height: 240px;
  padding: 40px 8px;
  display: grid;
  grid-template-columns: 46px 1fr 54px;
  align-items: center;
  gap: 26px;
  border-bottom: 1px solid var(--line);
}

.creator-flow-list article > span {
  color: var(--orange-bright);
  font-family: var(--serif);
  font-size: 19px;
  font-style: italic;
}

.creator-flow-list h3 {
  margin-bottom: 10px;
  font-size: clamp(31px, 3vw, 43px);
  letter-spacing: -0.05em;
}

.creator-flow-list p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.creator-flow-list article > svg {
  width: 50px;
  height: 50px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: transform 220ms ease, color 220ms ease, background 220ms ease;
}

.creator-flow-list article:hover > svg {
  transform: translateX(5px);
  color: var(--white);
  background: var(--ink);
}

.creator-script {
  grid-template-columns: 1.13fr 0.87fr;
  padding-top: 40px;
}

.creator-script-card {
  padding: 48px;
  border: 1px solid rgba(23, 23, 25, 0.08);
  border-radius: 42px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 113, 11, 0.14), transparent 36%),
    var(--white);
  box-shadow: var(--shadow-soft);
}

.script-profile {
  display: flex;
  align-items: center;
  gap: 17px;
}

.script-profile img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(35, 30, 25, 0.14);
}

.script-profile small,
.script-profile strong {
  display: block;
}

.script-profile small {
  color: var(--orange-bright);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.script-profile strong {
  margin-top: 4px;
  font-size: 17px;
}

.creator-script blockquote {
  margin: 60px 0 64px;
  color: var(--ink);
  font-size: clamp(33px, 3.3vw, 51px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.055em;
}

.script-footer {
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid var(--line);
}

.script-footer span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 113, 11, 0.22);
  border-radius: 999px;
  background: var(--orange-pale);
  color: var(--orange-bright);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.affiliate-faq {
  width: min(calc(100% - 56px), var(--max));
  margin: 0 auto;
  padding: 150px 32px;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 105px;
}

.affiliate-faq .faq-list p a {
  color: var(--ink);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.affiliate-final {
  position: relative;
  min-height: 720px;
  padding: 90px max(28px, calc((100% - var(--max)) / 2));
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  color: var(--white);
  background: var(--orange-bright);
}

.affiliate-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.23), transparent 31%),
    radial-gradient(circle at 10% 100%, rgba(106, 42, 0, 0.14), transparent 38%);
  pointer-events: none;
}

.affiliate-final-art,
.affiliate-final-copy {
  position: relative;
  z-index: 2;
}

.affiliate-final-art {
  min-height: 520px;
  display: grid;
  place-items: center;
}

.final-percent {
  position: relative;
  z-index: 3;
  font-size: clamp(120px, 13vw, 210px);
  font-weight: 780;
  line-height: 1;
  letter-spacing: -0.09em;
  text-shadow: 0 28px 55px rgba(91, 34, 0, 0.16);
}

.final-circle {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
}

.final-circle-a {
  width: 390px;
  height: 390px;
}

.final-circle-b {
  width: 520px;
  height: 520px;
}

.affiliate-final h2 {
  font-size: clamp(68px, 7vw, 106px);
}

.affiliate-final-copy > p:not(.affiliate-section-number) {
  max-width: 600px;
  margin: 30px 0 36px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 19px;
  line-height: 1.62;
}

.affiliate-button-light {
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(91, 34, 0, 0.18);
}

.affiliate-final-copy > small {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.affiliate-final-copy > small a {
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

@media (max-width: 1180px) {
  .affiliate-hero {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 36px;
  }

  .commission-card {
    width: 72%;
  }

  .creator-shot-main {
    left: 7%;
  }

  .creator-shot-side {
    right: 5%;
  }
}

@media (max-width: 960px) {
  .affiliate-hero {
    width: 100%;
    padding: 145px 28px 90px;
    grid-template-columns: 1fr;
  }

  .affiliate-hero-copy {
    max-width: 800px;
  }

  .commission-stage {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .creator-open-call {
    padding: 60px 48px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .open-call-bridge {
    width: min(100%, 430px);
    min-height: 112px;
    display: grid;
    grid-template-columns: 64px 52px 1fr 52px 64px;
    align-items: center;
  }

  .open-call-bridge::before {
    content: "";
    position: absolute;
    right: 38px;
    left: 38px;
    top: 50%;
    border-top: 1px dashed rgba(255, 255, 255, 0.20);
  }

  .open-call-route {
    display: none;
  }

  .bridge-avatar,
  .bridge-commission {
    position: relative;
    inset: auto;
  }

  .bridge-avatar-one {
    grid-column: 1;
    grid-row: 1;
  }

  .bridge-avatar-three {
    grid-column: 2;
    grid-row: 1;
    width: 48px;
    height: 48px;
    transform: translateX(-8px);
  }

  .bridge-commission {
    grid-column: 3;
    grid-row: 1;
    justify-self: center;
    transform: rotate(-5deg);
  }

  .bridge-avatar-four {
    grid-column: 4;
    grid-row: 1;
    width: 48px;
    height: 48px;
    transform: translateX(8px);
  }

  .bridge-avatar-two {
    grid-column: 5;
    grid-row: 1;
  }

  .bridge-avatar-five {
    display: none;
  }

  .open-call-copy {
    grid-column: auto;
    max-width: 660px;
  }

  .creator-proof,
  .creator-script,
  .creator-flow,
  .affiliate-faq {
    width: 100%;
    padding: 110px 28px;
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .creator-proof-copy,
  .creator-script-copy,
  .creator-flow-heading,
  .affiliate-faq-heading {
    max-width: 760px;
  }

  .creator-flow-heading {
    position: static;
  }

  .creator-value-grid {
    grid-template-columns: 1fr;
  }

  .creator-value-grid article {
    min-height: 455px;
  }

  .value-icon {
    margin-top: 25px;
  }

  .creator-script-card {
    grid-row: 2;
  }

  .affiliate-final {
    grid-template-columns: 1fr;
  }

  .affiliate-final-art {
    min-height: 440px;
  }
}

@media (max-width: 640px) {
  .affiliate-hero {
    padding: 125px 20px 75px;
    gap: 48px;
  }

  .affiliate-kicker,
  .affiliate-section-number {
    font-size: 9px;
    letter-spacing: 0.17em;
  }

  .affiliate-hero h1,
  .creator-proof h2,
  .creator-value h2,
  .creator-flow h2,
  .creator-script h2,
  .affiliate-faq h2,
  .affiliate-final h2 {
    font-size: clamp(48px, 13.5vw, 64px);
    line-height: 0.97;
  }

  .affiliate-hero-lede,
  .creator-proof-copy > p:not(.affiliate-section-number),
  .creator-script-copy > p:not(.affiliate-section-number),
  .creator-flow-heading > p:not(.affiliate-section-number) {
    font-size: 16px;
  }

  .affiliate-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
  }

  .affiliate-button-primary {
    width: 100%;
  }

  .affiliate-text-link {
    width: max-content;
  }

  .commission-stage {
    min-height: 560px;
    border-radius: 34px;
  }

  .commission-orbit-a {
    width: 380px;
    height: 380px;
  }

  .commission-orbit-b {
    width: 540px;
    height: 540px;
  }

  .commission-card {
    width: 76%;
    min-height: 390px;
    padding: 38px 30px 30px;
    border-radius: 32px;
  }

  .commission-card > strong {
    font-size: 104px;
  }

  .commission-card > p {
    font-size: 16px;
  }

  .creator-pill {
    padding: 8px 11px 8px 8px;
    gap: 8px;
    font-size: 9px;
  }

  .creator-pill img {
    width: 37px;
    height: 37px;
  }

  .creator-pill-one {
    top: 6%;
    left: -2%;
  }

  .creator-pill-two {
    right: -3%;
    bottom: 7%;
  }

  .spark-one {
    right: 4%;
    font-size: 35px;
  }

  .creator-proof,
  .creator-script,
  .creator-flow,
  .affiliate-faq {
    padding: 90px 20px;
    gap: 48px;
  }

  .creator-open-call {
    width: calc(100% - 28px);
    min-height: auto;
    margin-top: 14px;
    padding: 48px 28px;
    grid-template-columns: 1fr;
    gap: 29px;
    border-radius: 30px;
  }

  .open-call-label {
    margin-bottom: 25px;
  }

  .creator-open-call h2 {
    font-size: clamp(55px, 16vw, 70px);
  }

  .open-call-bridge {
    width: 100%;
    min-height: 96px;
    grid-template-columns: 50px 40px 1fr 40px 50px;
  }

  .bridge-avatar {
    width: 50px;
    height: 50px;
  }

  .bridge-avatar-three,
  .bridge-avatar-four {
    width: 42px;
    height: 42px;
  }

  .bridge-commission {
    width: 86px;
    height: 86px;
  }

  .bridge-commission strong {
    font-size: 27px;
  }

  .open-call-copy {
    grid-column: auto;
  }

  .open-call-copy > p {
    font-size: 14px;
  }

  .creator-proof-collage {
    min-height: 600px;
    border-radius: 32px;
  }

  .creator-shot-main {
    width: 245px;
    height: 520px;
    left: 4%;
    top: 70px;
  }

  .creator-shot-side {
    width: 215px;
    height: 460px;
    right: -4%;
    top: 24px;
  }

  .proof-note {
    width: 78%;
    right: 3%;
    bottom: 5%;
  }

  .creator-value {
    padding: 90px 14px;
  }

  .creator-value-heading {
    padding: 0 6px;
    margin-bottom: 45px;
  }

  .creator-value-grid {
    gap: 12px;
  }

  .creator-value-grid article {
    min-height: auto;
    padding: 28px;
    border-radius: 28px;
  }

  .creator-value-grid h3 {
    margin-top: 24px;
  }

  .value-preview {
    min-height: 108px;
    margin-top: 22px;
  }

  .pull-mini-flow {
    gap: 6px;
  }

  .pull-mini-flow span {
    padding: 7px 8px;
  }

  .creator-flow-list article {
    min-height: 210px;
    padding: 30px 0;
    grid-template-columns: 32px 1fr;
    gap: 18px;
  }

  .creator-flow-list article > svg {
    display: none;
  }

  .creator-flow-list h3 {
    font-size: 31px;
  }

  .creator-script-card {
    padding: 28px;
    border-radius: 30px;
  }

  .creator-script blockquote {
    margin: 46px 0;
    font-size: 29px;
  }

  .affiliate-final {
    min-height: auto;
    padding: 85px 20px;
    gap: 45px;
  }

  .affiliate-final-art {
    min-height: 300px;
  }

  .final-percent {
    font-size: 112px;
  }

  .final-circle-a {
    width: 240px;
    height: 240px;
  }

  .final-circle-b {
    width: 320px;
    height: 320px;
  }

  .affiliate-final-copy > p:not(.affiliate-section-number) {
    font-size: 16px;
  }

  .affiliate-button-light {
    width: 100%;
  }
}
