html,
body {
  background: #030303;
  color: #fff;
  scroll-behavior: smooth;
}

.f8-affiliate-page {
  --f8af-gold: #fee705;
  --f8af-gold-soft: #e8c727;
  --f8af-ink: #050505;
  --f8af-panel: rgba(11, 11, 9, .78);
  --f8af-line: rgba(254, 231, 5, .18);
  --f8af-text: rgba(255, 255, 255, .76);
  --f8af-muted: rgba(255, 255, 255, .58);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 8%, rgba(254, 231, 5, .15), transparent 27%),
    radial-gradient(circle at 96% 18%, rgba(254, 231, 5, .09), transparent 32%),
    linear-gradient(115deg, #0a0801 0%, #050505 27%, #020202 58%, #080701 100%);
}

.f8-affiliate-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(254, 231, 5, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(254, 231, 5, .015) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
  opacity: .72;
}

.f8-affiliate-page > * {
  position: relative;
  z-index: 1;
}

.f8-affiliate-page .header.w-nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(3, 3, 3, .89);
  border-bottom: 1px solid rgba(254, 231, 5, .13);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .35);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.f8-affiliate-page .button.animation,
.f8-affiliate-page .button.hover,
.f8-affiliate-page .button_login_bt {
  background: linear-gradient(135deg, #fff784 0%, #fee705 43%, #d7ad00 76%, #987800 100%);
  color: #050505;
  border: 1px solid rgba(254, 231, 5, .72);
  box-shadow: 0 0 32px rgba(254, 231, 5, .16), inset 0 1px 0 rgba(255, 255, 255, .52);
}

.f8-affiliate-page .button.border {
  background: rgba(10, 10, 8, .52);
  color: #fff;
  border: 1px solid rgba(254, 231, 5, .28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 0 24px rgba(254, 231, 5, .05);
}

.f8af-main {
  overflow: clip;
}

.f8af-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.f8af-hero {
  position: relative;
  padding: 118px 0 70px;
}

.f8af-hero::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -290px;
  top: -180px;
  border: 1px solid rgba(254, 231, 5, .10);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(254, 231, 5, .022),
    0 0 0 160px rgba(254, 231, 5, .015);
  pointer-events: none;
}

.f8af-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.f8af-badge,
.f8af-eyebrow {
  color: var(--f8af-gold);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.f8af-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 13px;
  border: 1px solid rgba(254, 231, 5, .25);
  border-radius: 999px;
  background: rgba(254, 231, 5, .055);
}

.f8af-badge span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--f8af-gold);
  box-shadow: 0 0 18px rgba(254, 231, 5, .9);
}

.f8af-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 7vw, 88px);
  line-height: .92;
  letter-spacing: -.065em;
  font-weight: 900;
}

.f8af-hero h1 em {
  display: inline-block;
  color: var(--f8af-gold);
  font-style: normal;
  text-shadow: 0 0 44px rgba(254, 231, 5, .16);
}

.f8af-lead {
  max-width: 700px;
  margin: 26px 0 0;
  color: var(--f8af-text);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.72;
}

.f8af-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

.f8af-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 30px;
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
  font-weight: 700;
}

.f8af-trust-row span {
  position: relative;
  padding-left: 17px;
}

.f8af-trust-row span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--f8af-gold);
  transform: translateY(-50%);
  box-shadow: 0 0 12px rgba(254, 231, 5, .55);
}

.f8af-hero-panel {
  position: relative;
  min-height: 490px;
  padding: 28px;
  border: 1px solid rgba(254, 231, 5, .24);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(17, 17, 12, .94), rgba(4, 4, 4, .9)),
    radial-gradient(circle at 50% 0%, rgba(254, 231, 5, .14), transparent 38%);
  box-shadow: 0 34px 110px rgba(0, 0, 0, .52), inset 0 1px 0 rgba(255, 255, 255, .07);
  overflow: hidden;
  isolation: isolate;
}

.f8af-hero-panel::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 38%, rgba(254, 231, 5, .14) 49%, transparent 60%);
  transform: rotate(18deg);
}

.f8af-hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 22%, rgba(254, 231, 5, .15), transparent 24%),
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: auto, 46px 46px, 46px 46px;
}

.f8af-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.f8af-panel-top img {
  width: 138px;
  height: auto;
}

.f8af-panel-top span {
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.f8af-panel-rates {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.f8af-panel-rates > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 86px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  background: rgba(0, 0, 0, .28);
}

.f8af-panel-rates > div.is-highlighted {
  border-color: rgba(254, 231, 5, .35);
  background: linear-gradient(135deg, rgba(254, 231, 5, .13), rgba(254, 231, 5, .025));
}

.f8af-panel-rates > div.is-instant {
  border-style: dashed;
}

.f8af-panel-rates small {
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
  font-weight: 700;
}

.f8af-panel-rates strong {
  color: #fff;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -.055em;
}

.f8af-panel-rates .is-highlighted strong,
.f8af-panel-rates .is-instant strong {
  color: var(--f8af-gold);
}

.f8af-panel-notice {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(254, 231, 5, .07);
  color: var(--f8af-gold);
}

.f8af-panel-notice svg {
  width: 24px;
  height: 24px;
}

.f8af-panel-notice p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.55;
}

.f8af-panel-notice strong {
  color: #fff;
}

.f8af-metrics {
  border-top: 1px solid rgba(254, 231, 5, .12);
  border-bottom: 1px solid rgba(254, 231, 5, .12);
  background: rgba(0, 0, 0, .34);
}

.f8af-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.f8af-metrics-grid > div {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 26px 28px;
  border-left: 1px solid rgba(255, 255, 255, .07);
}

.f8af-metrics-grid > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, .07);
}

.f8af-metrics strong {
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -.04em;
}

.f8af-metrics span {
  color: var(--f8af-muted);
  font-size: 13px;
  line-height: 1.45;
}

.f8af-section {
  padding: 90px 0;
}

.f8af-section-head {
  max-width: 800px;
  margin: 0 auto 38px;
  text-align: center;
}

.f8af-section-head.is-left {
  margin-inline: 0;
  text-align: left;
}

.f8af-eyebrow {
  margin: 0 0 14px;
}

.f8af-section h2,
.f8af-cta-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.f8af-section-head > p:last-child,
.f8af-eligibility-copy > p,
.f8af-cta-copy > p:last-child {
  margin: 20px 0 0;
  color: var(--f8af-text);
  font-size: 17px;
  line-height: 1.72;
}

.f8af-rate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.f8af-rate-card {
  position: relative;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 28px;
  background: linear-gradient(150deg, rgba(14, 14, 11, .82), rgba(5, 5, 5, .66));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .05);
  overflow: hidden;
}

.f8af-rate-card::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -78px;
  top: -85px;
  border-radius: 50%;
  background: rgba(254, 231, 5, .055);
  box-shadow: 0 0 80px rgba(254, 231, 5, .08);
}

.f8af-rate-card.is-featured {
  border-color: rgba(254, 231, 5, .42);
  background: linear-gradient(150deg, rgba(254, 231, 5, .11), rgba(8, 8, 5, .74) 42%, rgba(5, 5, 5, .76));
  transform: translateY(-8px);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .48), 0 0 70px rgba(254, 231, 5, .07), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.f8af-rate-card.is-instant {
  border-style: dashed;
  border-color: rgba(254, 231, 5, .30);
}

.f8af-rate-kicker {
  width: fit-content;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(254, 231, 5, .08);
  color: var(--f8af-gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
}

.f8af-rate-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
}

.f8af-rate-heading h3 {
  max-width: 160px;
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.f8af-rate-heading strong {
  color: var(--f8af-gold);
  font-size: clamp(58px, 6vw, 82px);
  line-height: .8;
  letter-spacing: -.075em;
}

.f8af-rate-card > p {
  margin: 26px 0 0;
  color: var(--f8af-text);
  font-size: 16px;
  line-height: 1.65;
}

.f8af-rate-meta {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin-top: auto;
  padding-top: 26px;
  color: var(--f8af-gold);
}

.f8af-rate-meta svg {
  width: 20px;
  height: 20px;
}

.f8af-rate-meta span {
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.55;
}

.f8af-comparison-card {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 34px;
  align-items: center;
  margin-top: 28px;
  padding: 34px;
  border: 1px solid var(--f8af-line);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(10, 10, 8, .86), rgba(255, 255, 255, .022));
  box-shadow: 0 26px 90px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.f8af-comparison-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3.3vw, 42px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.f8af-comparison-copy > p:last-child {
  margin: 18px 0 0;
  color: var(--f8af-text);
  font-size: 15px;
  line-height: 1.7;
}

.f8af-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
}

.f8af-commission-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: rgba(0, 0, 0, .25);
}

.f8af-commission-table th,
.f8af-commission-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}

.f8af-commission-table thead th {
  color: rgba(255, 255, 255, .46);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .025);
}

.f8af-commission-table tbody tr:last-child th,
.f8af-commission-table tbody tr:last-child td {
  border-bottom: 0;
}

.f8af-commission-table tbody tr.is-instant {
  background: rgba(254, 231, 5, .04);
}

.f8af-commission-table th[scope="row"] strong,
.f8af-commission-table td b {
  display: block;
  color: #fff;
  font-size: 16px;
}

.f8af-commission-table td b {
  color: var(--f8af-gold);
  font-size: 22px;
}

.f8af-commission-table th[scope="row"] small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .45);
  font-size: 11px;
}

.f8af-na {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.f8af-process-section {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, .015), rgba(0, 0, 0, .2));
  border-top: 1px solid rgba(255, 255, 255, .045);
  border-bottom: 1px solid rgba(255, 255, 255, .045);
}

.f8af-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  counter-reset: f8af-process;
}

.f8af-process-grid article {
  position: relative;
  min-height: 270px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 24px;
  background: rgba(8, 8, 7, .62);
  overflow: hidden;
}

.f8af-process-grid article::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--f8af-gold), transparent);
  opacity: .5;
}

.f8af-process-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(254, 231, 5, .26);
  border-radius: 15px;
  background: rgba(254, 231, 5, .07);
  color: var(--f8af-gold);
  font-family: Orbitron, Inter, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.f8af-process-grid h3 {
  margin: 30px 0 12px;
  color: #fff;
  font-size: 23px;
  letter-spacing: -.03em;
}

.f8af-process-grid p {
  margin: 0;
  color: var(--f8af-muted);
  font-size: 14px;
  line-height: 1.68;
}

.f8af-eligibility-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(36px, 6vw, 72px);
  align-items: center;
}

.f8af-eligibility-copy h2 {
  max-width: 560px;
}

.f8af-inline-note {
  display: grid;
  gap: 5px;
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 3px solid var(--f8af-gold);
  border-radius: 0 16px 16px 0;
  background: rgba(254, 231, 5, .055);
}

.f8af-inline-note strong {
  color: var(--f8af-gold);
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.f8af-inline-note span {
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.6;
}

.f8af-eligibility-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.f8af-eligibility-cards article {
  min-height: 360px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(13, 13, 10, .8), rgba(3, 3, 3, .72));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.f8af-eligibility-cards article.is-positive {
  border-color: rgba(254, 231, 5, .23);
}

.f8af-icon-wrap {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(254, 231, 5, .09);
  color: var(--f8af-gold);
}

.f8af-icon-wrap svg {
  width: 25px;
  height: 25px;
}

.f8af-eligibility-cards h3 {
  margin: 28px 0 18px;
  color: #fff;
  font-size: 25px;
  letter-spacing: -.035em;
}

.f8af-eligibility-cards ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.f8af-eligibility-cards li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, .64);
  font-size: 14px;
  line-height: 1.6;
}

.f8af-eligibility-cards li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--f8af-gold);
}

.f8af-eligibility-cards .is-negative .f8af-icon-wrap {
  background: rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .58);
}

.f8af-eligibility-cards .is-negative li::before {
  background: rgba(255, 255, 255, .34);
}

.f8af-faq-section {
  border-top: 1px solid rgba(255, 255, 255, .045);
  background: rgba(0, 0, 0, .18);
}

.f8af-faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(38px, 7vw, 90px);
  align-items: start;
}

.f8af-faq-list {
  display: grid;
  gap: 12px;
}

.f8af-faq-list details {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  background: rgba(9, 9, 7, .7);
  transition: border-color .2s ease, background .2s ease;
}

.f8af-faq-list details[open] {
  border-color: rgba(254, 231, 5, .28);
  background: linear-gradient(135deg, rgba(254, 231, 5, .06), rgba(8, 8, 7, .78));
}

.f8af-faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 22px;
  color: #fff;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

.f8af-faq-list summary::-webkit-details-marker {
  display: none;
}

.f8af-faq-list summary span {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(254, 231, 5, .24);
  border-radius: 50%;
}

.f8af-faq-list summary span::before,
.f8af-faq-list summary span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 1.5px;
  background: var(--f8af-gold);
  transform: translate(-50%, -50%);
}

.f8af-faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .2s ease;
}

.f8af-faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.f8af-faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--f8af-text);
  font-size: 14px;
  line-height: 1.72;
}

.f8af-cta-section {
  padding: 38px 0 92px;
}

.f8af-cta-card {
  position: relative;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(254, 231, 5, .35);
  border-radius: 32px;
  background:
    radial-gradient(circle at 8% 50%, rgba(254, 231, 5, .16), transparent 25%),
    linear-gradient(135deg, rgba(16, 15, 8, .94), rgba(5, 5, 5, .9));
  box-shadow: 0 36px 110px rgba(0, 0, 0, .48), 0 0 80px rgba(254, 231, 5, .05), inset 0 1px 0 rgba(255, 255, 255, .07);
  overflow: hidden;
}

.f8af-cta-card::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: -110px;
  top: -170px;
  border: 1px solid rgba(254, 231, 5, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(254, 231, 5, .025);
}

.f8af-cta-visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 126px;
  height: 126px;
  border: 1px solid rgba(254, 231, 5, .34);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(254, 231, 5, .17), rgba(0, 0, 0, .22));
  transform: rotate(-5deg);
}

.f8af-cta-visual span {
  color: var(--f8af-gold);
  font-family: Orbitron, Inter, sans-serif;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -.06em;
  transform: rotate(5deg);
}

.f8af-cta-visual div {
  position: absolute;
  inset: 15px;
  border: 1px dashed rgba(254, 231, 5, .19);
  border-radius: 20px;
}

.f8af-cta-copy,
.f8af-cta-action {
  position: relative;
  z-index: 1;
}

.f8af-cta-card h2 {
  max-width: 650px;
  font-size: clamp(32px, 4vw, 48px);
}

.f8af-cta-action {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.f8af-cta-action .button {
  white-space: nowrap;
}

.f8af-cta-action > a:last-child {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  text-decoration: none;
}

.f8af-cta-action > a:last-child:hover {
  color: var(--f8af-gold);
}

@media (max-width: 1080px) {
  .f8af-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .86fr);
    gap: 34px;
  }

  .f8af-rate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .f8af-rate-card.is-instant {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  .f8af-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .f8af-cta-card {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .f8af-cta-action {
    grid-column: 2;
    justify-items: start;
  }

  .f8af-cta-visual {
    width: 104px;
    height: 104px;
  }
}

@media (max-width: 900px) {
  .f8-affiliate-page {
    padding-top: 82px;
  }

  .f8af-hero {
    padding-top: 76px;
  }

  .f8af-hero-grid,
  .f8af-comparison-card,
  .f8af-eligibility-grid,
  .f8af-faq-layout {
    grid-template-columns: 1fr;
  }

  .f8af-hero-panel {
    min-height: auto;
  }

  .f8af-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .f8af-metrics-grid > div:nth-child(odd) {
    border-left: 1px solid rgba(255, 255, 255, .07);
  }

  .f8af-metrics-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .07);
  }

  .f8af-eligibility-copy {
    max-width: 760px;
  }

  .f8af-faq-layout .f8af-section-head {
    margin-bottom: 0;
  }
}

@media (max-width: 680px) {
  .f8af-shell {
    width: min(100% - 24px, 1180px);
  }

  .f8af-hero {
    padding: 54px 0 46px;
  }

  .f8af-hero h1 {
    font-size: clamp(44px, 14vw, 62px);
  }

  .f8af-actions,
  .f8af-actions .button {
    width: 100%;
  }

  .f8af-actions .button {
    justify-content: center;
  }

  .f8af-hero-panel,
  .f8af-rate-card,
  .f8af-comparison-card,
  .f8af-eligibility-cards article,
  .f8af-cta-card {
    border-radius: 22px;
  }

  .f8af-hero-panel {
    padding: 20px;
  }

  .f8af-panel-top {
    align-items: flex-start;
  }

  .f8af-panel-top img {
    width: 120px;
  }

  .f8af-panel-top span {
    max-width: 100px;
    text-align: right;
  }

  .f8af-panel-rates > div {
    min-height: 74px;
    padding: 15px 16px;
  }

  .f8af-panel-rates strong {
    font-size: 34px;
  }

  .f8af-metrics-grid {
    grid-template-columns: 1fr;
  }

  .f8af-metrics-grid > div,
  .f8af-metrics-grid > div:nth-child(-n+2) {
    min-height: 100px;
    border-right: 1px solid rgba(255, 255, 255, .07);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
  }

  .f8af-metrics-grid > div:last-child {
    border-bottom: 0;
  }

  .f8af-section {
    padding: 64px 0;
  }

  .f8af-rate-grid,
  .f8af-process-grid,
  .f8af-eligibility-cards {
    grid-template-columns: 1fr;
  }

  .f8af-rate-card.is-featured {
    transform: none;
  }

  .f8af-rate-card.is-instant {
    grid-column: auto;
  }

  .f8af-rate-heading {
    align-items: start;
  }

  .f8af-rate-heading h3 {
    max-width: 150px;
  }

  .f8af-comparison-card {
    padding: 22px;
  }

  .f8af-process-grid article,
  .f8af-eligibility-cards article {
    min-height: auto;
  }

  .f8af-cta-section {
    padding-bottom: 64px;
  }

  .f8af-cta-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .f8af-cta-visual {
    width: 88px;
    height: 88px;
    border-radius: 22px;
  }

  .f8af-cta-visual span {
    font-size: 30px;
  }

  .f8af-cta-action {
    grid-column: auto;
    justify-items: stretch;
  }

  .f8af-cta-action .button {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .f8-affiliate-page *,
  .f8-affiliate-page *::before,
  .f8-affiliate-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* Monthly affiliate payment eligibility */
.f8af-panel-notice.is-payment {
  background: rgba(255, 255, 255, .045);
  color: #fff;
  border: 1px solid rgba(254, 231, 5, .12);
}

.f8af-panel-notice.is-payment strong {
  color: var(--f8af-gold);
}

.f8af-payment-rule {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(290px, .72fr);
  gap: 26px;
  align-items: start;
  margin-top: 24px;
  padding: 32px;
  border: 1px solid rgba(254, 231, 5, .34);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(254, 231, 5, .12), transparent 36%),
    linear-gradient(145deg, rgba(19, 18, 8, .9), rgba(5, 5, 5, .82));
  box-shadow: 0 28px 90px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .06);
  overflow: hidden;
}

.f8af-payment-rule::after {
  content: "5";
  position: absolute;
  right: 24px;
  top: -48px;
  color: rgba(254, 231, 5, .045);
  font-size: 250px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.1em;
  pointer-events: none;
}

.f8af-payment-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(254, 231, 5, .36);
  border-radius: 20px;
  background: rgba(254, 231, 5, .09);
  color: var(--f8af-gold);
  box-shadow: 0 0 34px rgba(254, 231, 5, .08);
}

.f8af-payment-icon svg {
  width: 30px;
  height: 30px;
}

.f8af-payment-copy,
.f8af-payment-facts,
.f8af-payment-note {
  position: relative;
  z-index: 1;
}

.f8af-payment-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.f8af-payment-copy > p:not(.f8af-eyebrow) {
  margin: 16px 0 0;
  color: var(--f8af-text);
  font-size: 15px;
  line-height: 1.68;
}

.f8af-payment-definition {
  padding: 14px 16px;
  border-left: 3px solid var(--f8af-gold);
  border-radius: 0 14px 14px 0;
  background: rgba(254, 231, 5, .055);
}

.f8af-payment-definition strong {
  color: #fff;
}

.f8af-payment-facts {
  display: grid;
  gap: 10px;
}

.f8af-payment-facts > div {
  display: grid;
  gap: 5px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  background: rgba(0, 0, 0, .28);
}

.f8af-payment-facts span {
  color: rgba(255, 255, 255, .45);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.f8af-payment-facts strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.f8af-payment-facts > div:nth-child(2) strong {
  color: var(--f8af-gold);
  font-size: 20px;
}

.f8af-payment-note {
  grid-column: 2 / -1;
  margin: -4px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .56);
  font-size: 13px;
  line-height: 1.62;
}

.f8af-payment-note strong {
  color: var(--f8af-gold);
}

@media (max-width: 980px) {
  .f8af-payment-rule {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .f8af-payment-facts,
  .f8af-payment-note {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .f8af-payment-rule {
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 24px;
  }

  .f8af-payment-icon {
    width: 56px;
    height: 56px;
    border-radius: 17px;
  }

  .f8af-payment-facts,
  .f8af-payment-note {
    grid-column: 1;
  }

  .f8af-payment-rule::after {
    right: 12px;
    top: -24px;
    font-size: 170px;
  }
}
