:root {
  --yellow: #fdd120;
  --yellow-soft: #fff4bd;
  --ink: #141414;
  --ink-soft: #313131;
  --muted: #6a6a6a;
  --line: #e8e2ce;
  --paper: #fffdf5;
  --white: #ffffff;
  --teal: #42b9c1;
  --orange: #ff7143;
  --shadow: 0 22px 54px rgba(0, 0, 0, 0.13);
  --shadow-soft: 0 18px 46px rgba(24, 24, 24, 0.08);
  --shadow-strong: 0 30px 80px rgba(12, 12, 12, 0.18);
  --surface: #fffaf0;
  --surface-elevated: rgba(255, 255, 255, 0.86);
  --focus-ring: 0 0 0 4px rgba(66, 185, 193, 0.28);
  --glass: rgba(255, 255, 255, 0.62);
  --glass-strong: rgba(255, 255, 255, 0.78);
  --glass-border: rgba(255, 255, 255, 0.64);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fffdf5 0%, #fffaf0 42%, #ffffff 100%);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
a,
summary {
  touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
  box-shadow: var(--focus-ring);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.glass-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.42));
  border: 1px solid var(--glass-border);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  background: rgba(253, 209, 32, 0.92);
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.nav-shell {
  width: min(1180px, calc(100% - 32px));
  height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: clamp(170px, 18vw, 222px);
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  color: var(--ink);
  white-space: nowrap;
}

.nav-links a:not(.account-link)::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--ink);
  transition: width 180ms ease;
}

.nav-links a:not(.account-link):hover::after {
  width: 18px;
}

.nav-links .account-link {
  padding: 0 15px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.nav-links .account-link svg {
  width: 17px;
  height: 17px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(20, 20, 20, 0.15);
  border-radius: 999px;
}

.hero-section {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 118px 0 42px;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(253, 209, 32, 0.98) 0%, rgba(253, 209, 32, 0.9) 60%, rgba(255, 250, 225, 0.94) 60.2%, rgba(255, 253, 245, 1) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 42%);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(20, 20, 20, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 20, 20, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 86%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.88fr);
  align-items: center;
  gap: clamp(38px, 6vw, 86px);
}

.hero-copy {
  max-width: 630px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--ink);
  border-radius: 999px;
}

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

h1 {
  max-width: 640px;
  margin: 18px 0 20px;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.12;
  font-weight: 600;
}

.hero-lead {
  max-width: 590px;
  margin-bottom: 14px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.75vw, 20px);
  font-weight: 400;
}

.hero-assurance {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  margin: 0 0 24px;
  padding: 0 14px;
  color: rgba(20, 20, 20, 0.78);
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 700;
}

.hero-assurance svg {
  width: 17px;
  height: 17px;
  color: var(--teal);
  stroke-width: 2.4;
}

.hero-actions,
.form-submit,
.btn {
  display: inline-flex;
  align-items: center;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  position: relative;
  isolation: isolate;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.btn svg {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:hover svg {
  transform: translateX(2px);
}

.btn:active {
  transform: translateY(0) scale(0.98);
}

.btn-primary {
  color: var(--white);
  background:
    linear-gradient(135deg, #111111 0%, #2c2c2c 100%);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
}

.btn-primary:hover {
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.28);
}

.btn-secondary {
  color: var(--ink);
  background:
    linear-gradient(135deg, var(--yellow), #ffe779);
  border-color: rgba(20, 20, 20, 0.12);
}

.btn-ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(20, 20, 20, 0.18);
  backdrop-filter: blur(14px);
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(610px, 100%);
  margin: 28px 0 0;
}

.hero-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07);
}

.hero-highlights svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.hero-visual {
  position: relative;
  min-height: 670px;
  display: grid;
  place-items: center;
}

.hero-poster {
  position: relative;
  width: min(100%, 520px);
  margin: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  max-height: 760px;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.18));
}

.partner-strip {
  position: relative;
  z-index: 1;
  --partner-gap: 18px;
  --partner-shift: -9px;
  width: min(1180px, calc(100% - 32px));
  min-height: 172px;
  margin: 18px auto 0;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.hero-proof {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 14px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: calc(var(--radius) + 10px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px);
}

.hero-proof .eyebrow {
  margin-bottom: 6px;
}

.hero-proof p {
  max-width: 640px;
  margin: 0;
  color: rgba(20, 20, 20, 0.72);
  font-size: 15px;
  font-weight: 500;
}

.hero-proof .text-link {
  margin: 0;
  white-space: nowrap;
}

.proof-metrics {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 4px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.metric-card {
  min-height: 124px;
  padding: 18px;
  border-radius: calc(var(--radius) + 6px);
}

.metric-card span {
  display: block;
  color: rgba(20, 20, 20, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  margin: 7px 0 5px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 45px);
  line-height: 1;
}

.metric-card p {
  margin: 0;
  color: rgba(20, 20, 20, 0.68);
  font-size: 14px;
  font-weight: 500;
}

.partner-track {
  display: flex;
  width: max-content;
  gap: var(--partner-gap);
  padding: 12px 0 18px;
  animation: partner-marquee 32s linear infinite;
  will-change: transform;
}

.partner-strip:hover .partner-track {
  animation-play-state: paused;
}

.partner-logo-set {
  display: flex;
  align-items: center;
  gap: var(--partner-gap);
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.partner-logo {
  flex: 0 0 auto;
  width: 118px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 7px;
  padding: 0;
  color: var(--ink);
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.partner-logo-frame {
  width: 112px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  padding: 11px;
  background: #ffffff;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.partner-logo.has-image .partner-logo-frame {
  padding: 0;
}

.partner-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: translate(var(--logo-x, 0), var(--logo-y, 0)) scale(var(--logo-scale, 1));
  transform-origin: center;
}

.partner-benefit,
.partner-distance {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.partner-benefit {
  min-width: 62px;
  padding: 0 10px;
  color: #202020;
  background: #dedede;
}

.partner-distance {
  min-width: 60px;
  gap: 4px;
  padding: 0 9px;
  color: #157fb5;
  background: #d8edf5;
}

.partner-distance svg {
  width: 12px;
  height: 12px;
  stroke-width: 2.4;
}

.partner-emblem {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.partner-name {
  max-width: 74px;
  color: #141414;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.08;
}

.brand-drogasil .partner-emblem {
  background: #df3b38;
  transform: rotate(45deg);
}

.brand-drogasil .partner-emblem::first-letter {
  transform: rotate(-45deg);
}

.brand-dominos .partner-emblem {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #e63b32 0 50%, #0069b4 50% 100%);
}

.brand-dominos .partner-emblem::before,
.brand-dominos .partner-emblem::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
}

.brand-dominos .partner-emblem::before {
  left: 10px;
  top: 10px;
}

.brand-dominos .partner-emblem::after {
  right: 9px;
  bottom: 9px;
  box-shadow: -9px 0 0 #ffffff;
}

.brand-shell .partner-emblem {
  color: #d71920;
  background: #ffd000;
}

.brand-smartfit .partner-emblem {
  color: #171717;
  background: #ffd800;
  font-size: 15px;
}

.brand-petz .partner-emblem {
  background: #1887d9;
}

.brand-cacaushow .partner-emblem {
  background: #342013;
}

.brand-netshoes .partner-emblem {
  background: #683495;
}

.brand-cocobambu .partner-emblem {
  background: #1f7d56;
  font-size: 14px;
}

@keyframes partner-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% + var(--partner-shift)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .partner-track {
    animation: none;
    transform: none;
  }
}

.section {
  padding: clamp(72px, 9vw, 120px) 0;
}

.section-tight {
  padding-top: clamp(62px, 7vw, 92px);
}

.section-heading {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto 38px;
}

.section-heading h2 {
  max-width: 860px;
  margin: 13px 0 14px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.12;
  font-weight: 600;
}

.section-heading p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 400;
}

.steps-grid,
.plans-grid,
.faq-list,
.partner-grid,
.app-proof-grid,
.split-layout {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

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

.step-card,
.benefit-card,
.plan-card,
.partner-form,
.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.step-card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.54));
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(16px);
}

.step-card::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -46px;
  width: 140px;
  height: 140px;
  background: var(--yellow-soft);
  border-radius: 50%;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 28px;
  color: var(--ink);
  background: var(--yellow);
  border: 1px solid rgba(20, 20, 20, 0.16);
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.step-card svg,
.benefit-card svg,
.feature-list svg,
.partner-points svg {
  width: 24px;
  height: 24px;
}

.step-card svg,
.benefit-card svg {
  margin: 22px 0 18px;
}

.step-card h3,
.benefit-card h3,
.plan-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 600;
}

.step-card p,
.benefit-card p,
.plan-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.steps-video-section {
  width: min(1180px, calc(100% - 32px));
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.56fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(22px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(253, 209, 32, 0.2), rgba(255, 255, 255, 0.86)),
    var(--white);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 8px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.steps-video-section.is-empty {
  display: none;
}

.steps-video-copy h2 {
  max-width: 680px;
  margin: 12px 0 14px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 600;
}

.steps-video-copy p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.steps-video-frame {
  width: min(100%, 320px);
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #111111;
  border: 10px solid #111111;
  border-radius: 34px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.steps-video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #111111;
}

.value-section {
  background: var(--white);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: clamp(34px, 5vw, 78px);
}

.split-layout .section-heading {
  width: auto;
  margin: 0;
  position: sticky;
  top: 112px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--ink);
  font-weight: 700;
}

.text-link svg {
  width: 18px;
  height: 18px;
}

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

.benefit-card {
  min-height: 240px;
  padding: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.58));
  border-color: rgba(232, 226, 206, 0.78);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.1);
}

.benefit-card:nth-child(1) {
  border-top: 5px solid var(--teal);
}

.benefit-card:nth-child(2) {
  border-top: 5px solid var(--yellow);
}

.benefit-card:nth-child(3) {
  border-top: 5px solid var(--orange);
}

.benefit-card:nth-child(4) {
  border-top: 5px solid var(--ink);
}

.app-proof-section {
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}

.app-proof-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(34px, 7vw, 96px);
}

.app-proof-visual {
  min-height: 620px;
  display: grid;
  place-items: center;
}

.app-proof-visual img {
  width: min(100%, 420px);
  max-height: 640px;
  object-fit: contain;
  filter: drop-shadow(22px 30px 0 rgba(253, 209, 32, 0.95)) drop-shadow(0 30px 60px rgba(0, 0, 0, 0.42));
}

.app-proof-copy .eyebrow,
.app-proof-copy h2 {
  color: var(--white);
}

.app-proof-copy .eyebrow::before {
  background: var(--yellow);
}

.app-proof-copy h2 {
  max-width: 760px;
  margin: 13px 0 18px;
  font-size: clamp(31px, 4vw, 56px);
  line-height: 1.1;
  font-weight: 600;
}

.app-proof-copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.feature-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  backdrop-filter: blur(14px);
}

.feature-list svg {
  flex: 0 0 auto;
  color: var(--yellow);
}

.club-benefits-section {
  position: relative;
  padding: 30px 0 0;
  scroll-margin-top: 92px;
  overflow: hidden;
  background: var(--white);
}

.club-tabs-shell {
  width: min(1788px, calc(100% - 64px));
  min-height: 70px;
  margin: 0 auto 40px;
  padding: 15px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  overflow-x: auto;
  scrollbar-width: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(245, 246, 248, 0.36));
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  box-shadow: 0 24px 60px rgba(21, 28, 38, 0.09);
  backdrop-filter: blur(22px) saturate(1.3);
}

.club-tabs-shell::-webkit-scrollbar {
  display: none;
}

.club-tab {
  flex: 1 0 max-content;
  min-height: 44px;
  padding: 0 14px;
  color: #687384;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: clamp(14px, 1.05vw, 19px);
  font-weight: 800;
  white-space: nowrap;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.club-tab:hover {
  color: var(--ink);
}

.club-tab.is-active {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  border-color: var(--yellow);
  box-shadow:
    inset 0 0 0 1px rgba(253, 209, 32, 0.35),
    0 12px 26px rgba(253, 209, 32, 0.13);
  backdrop-filter: blur(14px);
}

.club-benefit-showcase {
  position: relative;
  min-height: 428px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(20, 20, 20, 0.78) 42%, rgba(253, 209, 32, 0.12) 100%),
    radial-gradient(circle at 18% 42%, rgba(253, 209, 32, 0.34), transparent 28%),
    radial-gradient(circle at 78% 10%, rgba(253, 209, 32, 0.38), transparent 24%),
    #070707;
}

.club-benefit-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(253, 209, 32, 0.24), transparent 24%, transparent 72%, rgba(253, 209, 32, 0.2)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 160px);
  opacity: 0.8;
}

.club-benefit-showcase::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -34px;
  width: 46%;
  height: 44px;
  background: var(--yellow);
  transform: skewX(-22deg);
}

.club-benefit-card {
  position: absolute;
  top: 84px;
  left: max(24px, calc((100vw - 1630px) / 2 + 80px));
  z-index: 2;
  width: clamp(560px, 44vw, 846px);
  min-height: 280px;
  margin: 0;
  padding: 42px 44px 48px;
  background: #e7eaef;
  border-radius: 20px 20px 0 20px;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.24);
}

.club-benefit-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.club-benefit-head img {
  width: 178px;
  height: auto;
}

.club-benefit-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.28);
  border: 2px dashed var(--yellow);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
}

.club-benefit-card p {
  max-width: 760px;
  margin: 0;
  color: #071026;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.55;
  font-weight: 600;
}

.club-benefit-card strong {
  font-weight: 800;
}

.club-benefit-more {
  position: absolute;
  left: 50%;
  bottom: -21px;
  transform: translateX(-50%);
  z-index: 3;
  min-width: 156px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  color: var(--ink);
  background: var(--yellow);
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(253, 209, 32, 0.26);
}

.club-benefit-phone {
  position: absolute;
  right: clamp(20px, 9vw, 190px);
  top: 18px;
  z-index: 1;
  width: min(38vw, 560px);
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 34px 58px rgba(0, 0, 0, 0.46));
  transition: opacity 180ms ease, transform 180ms ease;
}

.club-benefit-contract {
  position: absolute;
  right: clamp(28px, 12vw, 225px);
  bottom: 48px;
  z-index: 3;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  color: var(--white);
  background: rgba(20, 20, 20, 0.76);
  border: 1px solid rgba(253, 209, 32, 0.3);
  border-radius: 6px;
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
}

.club-benefit-contract svg {
  width: 27px;
  height: 27px;
  color: var(--yellow);
  stroke-width: 2.4;
}

.plans-section {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(180deg, var(--paper) 0%, #ffffff 72%),
    linear-gradient(90deg, rgba(253, 209, 32, 0.09), rgba(66, 185, 193, 0.07));
  overflow: hidden;
}

.plans-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(20, 20, 20, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 20, 20, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, transparent 100%);
}

.plan-tabs {
  width: min(840px, calc(100% - 32px));
  margin: -8px auto 30px;
  padding: 6px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.54));
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px);
}

.tab-button {
  min-height: 44px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tab-button:hover {
  transform: translateY(-1px);
  background: rgba(20, 20, 20, 0.06);
}

.tab-button.is-active {
  color: var(--white);
  background:
    linear-gradient(135deg, #111111, #303030);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.plan-proof-row {
  width: min(1060px, calc(100% - 32px));
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.plan-proof-row div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 58px;
  padding: 12px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.055);
  backdrop-filter: blur(16px);
}

.plan-proof-row svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--teal);
  stroke-width: 2.3;
}

.plan-proof-row span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 28px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 229, 0.78));
  border-color: rgba(20, 20, 20, 0.08);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.075);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.plan-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--yellow), rgba(66, 185, 193, 0.9), rgba(255, 113, 67, 0.72));
  opacity: 0.78;
}

.plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 20, 20, 0.18);
  box-shadow: var(--shadow-strong);
}

.plan-card:focus-within {
  border-color: var(--teal);
  box-shadow: var(--focus-ring), 0 24px 60px rgba(0, 0, 0, 0.12);
}

.plan-card.is-hidden {
  display: none;
}

.plan-featured {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 243, 184, 0.86));
  border-color: rgba(20, 20, 20, 0.24);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.14);
}

.plan-featured::before {
  height: 7px;
  opacity: 1;
}

.plan-badge {
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 7px 11px;
  color: var(--ink);
  background:
    linear-gradient(135deg, var(--yellow), #ffe779);
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(253, 209, 32, 0.24);
}

.plan-audience {
  color: var(--muted);
  font-weight: 600;
}

.plan-card ul {
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.plan-card li {
  position: relative;
  padding-left: 25px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 400;
}

.plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  background: rgba(66, 185, 193, 0.16);
  border: 1px solid rgba(66, 185, 193, 0.55);
  border-radius: 999px;
}

.plan-card li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 4px;
  height: 7px;
  border: solid var(--ink);
  border-width: 0 1.6px 1.6px 0;
  transform: rotate(45deg);
}

.plan-price {
  margin-top: auto;
  margin-bottom: 20px;
}

.plan-price span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
}

.plan-price strong {
  display: block;
  color: var(--ink);
  font-size: clamp(27px, 2.6vw, 36px);
  line-height: 1;
  font-weight: 700;
}

.plan-card .btn {
  width: 100%;
}

.partner-section {
  background: var(--yellow);
}

.partner-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.partner-grid .section-heading {
  width: auto;
  margin: 0;
}

.partner-grid .section-heading p {
  color: rgba(20, 20, 20, 0.72);
}

.partner-points {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.partner-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.partner-form {
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.56));
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.full-field {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 7px;
}

label span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

input {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  color: var(--ink);
  background: rgba(255, 253, 245, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input:focus {
  background: var(--white);
  border-color: var(--teal);
  box-shadow: var(--focus-ring);
}

.form-submit {
  width: 100%;
  margin-top: 18px;
  border: 0;
  cursor: pointer;
}

.faq-section {
  background: var(--white);
}

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

.faq-list details {
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 253, 245, 0.82));
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.faq-list details:hover,
.faq-list details[open] {
  border-color: rgba(20, 20, 20, 0.16);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.faq-list summary {
  min-height: 62px;
  padding: 20px 56px 20px 20px;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  position: relative;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  content: "-";
  transform: translateY(-50%) rotate(180deg);
}

.faq-list p {
  margin: 0;
  padding: 0 20px 22px;
  color: var(--muted);
  font-weight: 500;
}

.final-cta-section {
  position: relative;
  padding: clamp(62px, 8vw, 104px) 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, var(--yellow) 0%, #ffe36a 68%, #fff4bd 100%);
  overflow: hidden;
}

.final-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0.24;
  background:
    linear-gradient(rgba(20, 20, 20, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 20, 20, 0.08) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 84%);
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
}

.final-cta-inner h2 {
  max-width: 760px;
  margin: 13px 0 0;
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.08;
  font-weight: 600;
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.final-cta-section .btn-ghost {
  background: rgba(255, 255, 255, 0.86);
}

.final-cta-section .btn-primary {
  color: var(--ink);
  background:
    linear-gradient(135deg, var(--white), #fff9de);
}

.site-footer {
  padding: 58px 0 92px;
  color: var(--white);
  background: var(--ink);
}

.footer-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(150px, 1fr));
  gap: 34px;
}

.footer-logo {
  width: 220px;
  padding: 12px;
  background: var(--yellow);
  border-radius: var(--radius);
}

.site-footer p {
  max-width: 310px;
  margin: 18px 0 10px;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer h2 {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
}

.site-footer a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 500;
}

.site-footer a:hover {
  color: var(--yellow);
}

.footer-contact {
  color: var(--yellow) !important;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: none;
  align-items: center;
  gap: 12px;
  padding: 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 999px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.sticky-cta.is-visible {
  display: flex;
}

.sticky-cta.is-over-showcase {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.sticky-cta span {
  padding-left: 10px;
  font-size: 13px;
  font-weight: 600;
}

.sticky-cta .btn {
  min-height: 44px;
}

.reveal {
  opacity: 0.2;
  transform: translateY(12px);
  transition: opacity 360ms ease, transform 360ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: fixed;
    inset: 76px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    min-height: 48px;
    justify-content: space-between;
    padding: 0 10px;
  }

  .account-link {
    justify-content: center !important;
    margin-top: 8px;
  }

  .hero-grid,
  .split-layout,
  .app-proof-grid,
  .partner-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
    background: linear-gradient(180deg, rgba(253, 209, 32, 0.96) 0%, rgba(253, 209, 32, 0.88) 66%, var(--paper) 66.2%, var(--paper) 100%);
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-poster {
    width: min(100%, 520px);
    animation: none;
  }

  .split-layout .section-heading {
    position: static;
  }

  .app-proof-visual {
    min-height: 520px;
  }

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

  .plan-proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .club-tabs-shell {
    width: min(100% - 32px, 1180px);
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .club-tabs-shell::-webkit-scrollbar {
    display: none;
  }

  .club-tab {
    flex: 0 0 auto;
    min-width: 132px;
  }

  .club-benefit-showcase {
    min-height: 520px;
  }

  .club-benefit-card {
    top: 56px;
    left: 24px;
    width: min(620px, calc(100% - 48px));
  }

  .club-benefit-phone {
    right: -40px;
    top: 96px;
    width: min(48vw, 440px);
    opacity: 0.72;
  }

  .club-benefit-contract {
    right: 32px;
    bottom: 34px;
  }

  .final-cta-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .final-cta-actions {
    justify-content: flex-start;
  }

  .final-cta-section::before {
    display: none;
  }
}

@media (max-width: 720px) {
  .nav-shell {
    width: min(100% - 24px, 1180px);
    height: 68px;
  }

  .nav-links {
    inset: 68px 12px auto;
  }

  .brand img {
    width: 168px;
  }

  .hero-section {
    padding-top: 96px;
  }

  .hero-grid,
  .steps-grid,
  .proof-metrics,
  .plans-grid,
  .benefit-grid,
  .form-grid,
  .plan-tabs {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-assurance {
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 14px;
    border-radius: 16px;
    line-height: 1.35;
  }

  .hero-highlights {
    gap: 8px;
    margin-top: 20px;
  }

  .hero-highlights span {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-proof {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
  }

  .hero-proof .text-link {
    width: 100%;
  }

  .metric-card {
    min-height: 112px;
  }

  .hero-visual {
    margin-top: 8px;
    min-height: auto;
  }

  .hero-poster {
    width: min(100%, 340px);
  }

  .partner-strip {
    --partner-gap: 14px;
    --partner-shift: -7px;
    margin-top: 14px;
    min-height: 146px;
  }

  .partner-track,
  .partner-logo-set {
    gap: var(--partner-gap);
  }

  .partner-logo {
    width: 96px;
  }

  .partner-logo-frame {
    width: 92px;
  }

  .partner-emblem {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .partner-name {
    max-width: 64px;
    font-size: 9px;
  }

  .partner-benefit,
  .partner-distance {
    min-height: 22px;
    font-size: 11px;
  }

  .steps-video-section {
    grid-template-columns: 1fr;
    margin-top: 28px;
    padding: 20px;
  }

  .steps-video-frame {
    width: min(100%, 260px);
    border-width: 8px;
    border-radius: 28px;
  }

  .section-heading,
  .steps-grid,
  .proof-metrics,
  .plans-grid,
  .plan-proof-row,
  .faq-list,
  .partner-grid,
  .app-proof-grid,
  .split-layout {
    width: min(100% - 24px, 1180px);
  }

  .section-heading h2,
  .app-proof-copy h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .step-card,
  .benefit-card,
  .plan-card,
  .partner-form {
    padding: 22px;
  }

  .club-benefits-section {
    padding-top: 22px;
  }

  .club-tabs-shell {
    width: min(100% - 24px, 1180px);
    min-height: 62px;
    margin-bottom: 18px;
    padding: 10px;
    gap: 8px;
    border-radius: 32px;
  }

  .club-tab {
    min-width: auto;
    min-height: 44px;
    padding: 0 18px;
    font-size: 14px;
  }

  .club-benefit-showcase {
    min-height: 680px;
  }

  .club-benefit-card {
    top: 26px;
    left: 12px;
    width: calc(100% - 24px);
    min-height: 0;
    padding: 24px 20px 48px;
    border-radius: 18px 18px 0 18px;
  }

  .club-benefit-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 24px;
  }

  .club-benefit-head img {
    width: 158px;
  }

  .club-benefit-head span {
    min-height: 38px;
    padding: 0 18px;
    font-size: 16px;
  }

  .club-benefit-card p {
    font-size: 15px;
  }

  .club-benefit-phone {
    right: 50%;
    top: auto;
    bottom: 78px;
    width: min(92vw, 360px);
    opacity: 0.74;
    transform: translateX(50%);
  }

  .club-benefit-contract {
    right: 50%;
    bottom: 24px;
    min-height: 46px;
    transform: translateX(50%);
    font-size: 19px;
  }

  .plan-card {
    min-height: 0;
  }

  .plan-proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 20px;
  }

  .plan-proof-row div {
    min-height: 64px;
    padding: 12px;
  }

  .app-proof-visual {
    min-height: 460px;
  }

  .app-proof-visual img {
    width: min(82vw, 320px);
  }

  .full-field {
    grid-column: auto;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
    left: 12px;
    justify-content: space-between;
    border-radius: var(--radius);
  }

  .sticky-cta .btn {
    flex: 0 0 auto;
  }

  .final-cta-section {
    background: var(--yellow);
  }

  .final-cta-actions .btn {
    width: 100%;
  }
}

@media (max-width: 410px) {
  .brand img {
    width: 150px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .sticky-cta {
    display: none !important;
  }
}

[data-counter] {
  font-variant-numeric: tabular-nums;
}

.hero-poster {
  isolation: isolate;
  transform-style: preserve-3d;
}

.hero-poster::before,
.hero-poster::after {
  pointer-events: none;
}

.proof-metrics,
.steps-grid,
.benefit-grid,
.plans-grid {
  perspective: 1100px;
}

.metric-card,
.step-card,
.benefit-card,
.plan-card,
.plan-proof-row div,
.feature-list div {
  transform-style: preserve-3d;
  transition:
    transform 260ms var(--motion),
    box-shadow 260ms var(--motion),
    border-color 260ms var(--motion),
    background 260ms var(--motion);
}

.metric-card,
.step-card,
.benefit-card,
.plan-card {
  will-change: auto;
}

.steps-grid .reveal:nth-child(2),
.benefit-grid .reveal:nth-child(2),
.plans-grid .reveal:nth-child(2) {
  transition-delay: 70ms;
}

.steps-grid .reveal:nth-child(3),
.benefit-grid .reveal:nth-child(3),
.plans-grid .reveal:nth-child(3) {
  transition-delay: 120ms;
}

.benefit-grid .reveal:nth-child(4),
.plans-grid .reveal:nth-child(4) {
  transition-delay: 170ms;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .metric-card:hover,
  .step-card:hover,
  .benefit-card:hover,
  .plan-card:hover {
    transform: translateY(-6px) rotateX(1.25deg) rotateY(-1.25deg);
    box-shadow: 0 28px 78px rgba(17, 17, 15, 0.16);
  }

  .metric-card:hover strong,
  .plan-card:hover h3,
  .benefit-card:hover h3,
  .step-card:hover h3 {
    transform: translateZ(18px);
  }

  .metric-card strong,
  .plan-card h3,
  .benefit-card h3,
  .step-card h3 {
    transition: transform 260ms var(--motion);
  }

  .plan-proof-row div:hover,
  .feature-list div:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 54px rgba(17, 17, 15, 0.12);
  }
}

@media (min-width: 1041px) and (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .scroll-parallax {
      --parallax-start: -18px;
      --parallax-end: 22px;
      --parallax-scale-start: 1.018;
      --parallax-scale-end: 0.995;
      animation: scroll-parallax-drift linear both;
      animation-timeline: view();
      animation-range: entry -10% exit 112%;
      will-change: transform;
    }

    .parallax-hero {
      --parallax-start: -24px;
      --parallax-end: 26px;
      --parallax-scale-start: 1.026;
      --parallax-scale-end: 0.996;
    }

    .parallax-app {
      --parallax-start: 24px;
      --parallax-end: -18px;
      --parallax-scale-start: 0.99;
      --parallax-scale-end: 1.018;
    }

    .parallax-benefit {
      --parallax-start: 18px;
      --parallax-end: -22px;
      --parallax-scale-start: 0.995;
      --parallax-scale-end: 1.012;
    }
  }
}

@keyframes scroll-parallax-drift {
  from {
    transform: translate3d(0, var(--parallax-start), 0) scale(var(--parallax-scale-start));
  }

  to {
    transform: translate3d(0, var(--parallax-end), 0) scale(var(--parallax-scale-end));
  }
}

.club-benefit-card {
  background: rgba(255, 255, 255, 0.92);
}

.final-cta-section {
  background:
    linear-gradient(106deg, var(--yellow) 0%, #ffe36d 72%, #11110f 72.2%, #11110f 100%);
}

.final-cta-section::before {
  z-index: 0;
  pointer-events: none;
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 720px) max-content;
  grid-template-areas:
    "eyebrow actions"
    "title actions";
  column-gap: clamp(28px, 6vw, 88px);
}

.final-cta-inner > .eyebrow {
  grid-area: eyebrow;
}

.final-cta-inner h2 {
  grid-area: title;
  font-size: clamp(36px, 4vw, 54px);
}

.final-cta-actions {
  grid-area: actions;
  align-self: center;
  justify-content: flex-end;
}

.final-cta-section .btn-primary {
  color: var(--ink);
  background: var(--white);
  border-color: rgba(255, 255, 255, 0.36);
}

.final-cta-section .btn-ghost {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 1040px) {
  .club-benefit-phone {
    opacity: 0.55;
  }

  .final-cta-section {
    background: linear-gradient(180deg, var(--yellow) 0%, #ffe36d 100%);
  }

  .final-cta-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "actions";
    row-gap: 16px;
  }

  .final-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .club-benefit-phone {
    opacity: 0.9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .scroll-parallax,
  .metric-card,
  .step-card,
  .benefit-card,
  .plan-card,
  .plan-proof-row div,
  .feature-list div {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition-duration: 0.001ms !important;
  }
}

/* Discount benefit theme */
.discount-float-cards {
  display: none;
}

.club-benefit-showcase.is-discounts {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.58), transparent 28%),
    radial-gradient(circle at 68% 74%, rgba(255, 130, 54, 0.24), transparent 34%),
    linear-gradient(112deg, #17130d 0%, #292115 42%, #fdd120 42.2%, #ffe783 100%);
}

.club-benefit-showcase.is-discounts::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.065) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.72;
}

.club-benefit-showcase.is-discounts::after {
  right: -130px;
  bottom: -34px;
  width: 52%;
  height: 92px;
  background: rgba(255, 255, 255, 0.26);
  transform: skewX(-22deg);
}

.club-benefit-showcase.is-discounts .club-benefit-card {
  z-index: 5;
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: 0 34px 90px rgba(40, 28, 4, 0.3);
}

.club-benefit-showcase.is-discounts .club-benefit-head span {
  border-color: rgba(253, 209, 32, 0.46);
  background: rgba(253, 209, 32, 0.16);
}

.club-benefit-showcase.is-discounts .club-benefit-more {
  color: #ffffff;
  background: #14110d;
}

.club-benefit-showcase.is-discounts .club-benefit-phone {
  right: clamp(24px, 7vw, 132px);
  top: 26px;
  z-index: 3;
  width: min(38vw, 520px);
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 34px 58px rgba(33, 22, 4, 0.34));
}

.club-benefit-showcase.is-discounts .club-benefit-contract {
  z-index: 6;
  background: rgba(20, 17, 13, 0.82);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 48px rgba(33, 22, 4, 0.24);
}

.club-benefit-showcase.is-discounts .discount-float-cards {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  pointer-events: none;
  perspective: 920px;
  transform-style: preserve-3d;
}

.club-benefit-showcase.is-discounts .discount-float-cards span {
  position: absolute;
  min-width: 128px;
  max-width: 230px;
  padding: 13px 16px;
  color: #17130d;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 244, 184, 0.62));
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: var(--radius);
  box-shadow:
    0 18px 44px rgba(54, 38, 6, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px) saturate(1.14);
  font-size: 14px;
  line-height: 1.18;
  font-weight: 900;
  opacity: 0;
  transform: translate3d(0, 18px, 0) rotateX(8deg) scale(0.94);
  transform-origin: center;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  animation:
    discount-card-enter 560ms cubic-bezier(0.18, 0.9, 0.22, 1.08) forwards,
    discount-card-float 5.2s ease-in-out infinite;
  animation-delay: var(--discount-card-delay, 0ms), calc(var(--discount-card-delay, 0ms) + 560ms);
}

.club-benefit-showcase.is-discounts .discount-float-cards span:nth-child(1) {
  right: clamp(360px, 34vw, 600px);
  top: 56px;
  --discount-card-delay: 70ms;
}

.club-benefit-showcase.is-discounts .discount-float-cards span:nth-child(2) {
  right: clamp(38px, 5vw, 94px);
  top: 154px;
  max-width: 240px;
  --discount-card-delay: 210ms;
}

.club-benefit-showcase.is-discounts .discount-float-cards span:nth-child(3) {
  right: clamp(320px, 31vw, 540px);
  bottom: 64px;
  --discount-card-delay: 340ms;
}

@keyframes discount-card-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0) rotateX(10deg) scale(0.92);
  }

  70% {
    opacity: 1;
    transform: translate3d(0, -4px, 34px) rotateX(0deg) scale(1.02);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 26px) rotateX(0deg) scale(1);
  }
}

@keyframes discount-card-float {
  0%, 100% {
    transform: translate3d(0, 0, 26px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    box-shadow:
      0 18px 44px rgba(54, 38, 6, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }

  50% {
    transform: translate3d(0, -10px, 40px) rotateX(2deg) rotateY(3deg) rotateZ(0.6deg);
    box-shadow:
      0 26px 58px rgba(54, 38, 6, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.78);
  }
}

@media (max-width: 1040px) {
  .club-benefit-showcase.is-discounts {
    min-height: 760px;
    background:
      radial-gradient(circle at 74% 62%, rgba(255, 255, 255, 0.46), transparent 34%),
      linear-gradient(180deg, #1f180d 0%, #312410 36%, #fdd120 36.2%, #ffe58b 100%);
  }

  .club-benefit-showcase.is-discounts .club-benefit-phone {
    right: 50%;
    top: auto;
    bottom: 74px;
    width: min(88vw, 420px);
    max-height: 430px;
    opacity: 1;
    transform: translateX(50%);
  }

  .club-benefit-showcase.is-discounts .discount-float-cards span {
    min-width: 112px;
    font-size: 12px;
    padding: 10px 12px;
  }

  .club-benefit-showcase.is-discounts .discount-float-cards span:nth-child(1) {
    left: 18px;
    right: auto;
    top: 328px;
  }

  .club-benefit-showcase.is-discounts .discount-float-cards span:nth-child(2) {
    right: 12px;
    top: 510px;
    max-width: 178px;
  }

  .club-benefit-showcase.is-discounts .discount-float-cards span:nth-child(3) {
    left: 18px;
    right: auto;
    bottom: 94px;
  }
}

@media (max-width: 560px) {
  .club-benefit-showcase.is-discounts {
    min-height: 790px;
  }

  .club-benefit-showcase.is-discounts .club-benefit-phone {
    bottom: 74px;
    width: min(98vw, 390px);
  }

  .club-benefit-showcase.is-discounts .discount-float-cards span:nth-child(1) {
    top: 356px;
  }

  .club-benefit-showcase.is-discounts .discount-float-cards span:nth-child(2) {
    top: 526px;
  }

  .club-benefit-showcase.is-discounts .discount-float-cards span:nth-child(3) {
    bottom: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .club-benefit-showcase.is-discounts .discount-float-cards span {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Cashback premium benefit theme */
.club-benefit-showcase.is-cashback {
  overflow: hidden;
  min-height: 600px;
  background:
    radial-gradient(circle at 76% 20%, rgba(255, 233, 120, 0.54), transparent 28%),
    radial-gradient(circle at 88% 76%, rgba(255, 184, 25, 0.34), transparent 34%),
    linear-gradient(112deg, #11100d 0%, #211a10 43%, #f7c90c 43.2%, #fff0a6 100%);
}

.club-benefit-showcase.is-cashback::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 72% 42%, rgba(255, 255, 255, 0.34), transparent 18%);
  background-size: 82px 82px, 82px 82px, auto;
  opacity: 0.78;
}

.club-benefit-showcase.is-cashback::after {
  right: -160px;
  bottom: -80px;
  width: min(52vw, 640px);
  height: min(52vw, 640px);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.46) 0%, rgba(255, 224, 74, 0.22) 38%, transparent 68%);
  border-radius: 50%;
  transform: none;
  filter: blur(2px);
}

.club-benefit-showcase.is-cashback .club-benefit-card {
  z-index: 5;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 206, 0.72));
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow:
    0 34px 92px rgba(37, 27, 5, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.club-benefit-showcase.is-cashback .club-benefit-head span {
  border-color: rgba(247, 201, 12, 0.54);
  background: rgba(247, 201, 12, 0.16);
}

.club-benefit-showcase.is-cashback .club-benefit-more {
  color: #fff7ca;
  background:
    linear-gradient(135deg, #11100d, #2b210c);
  box-shadow: 0 18px 42px rgba(37, 27, 5, 0.24);
}

.club-benefit-showcase.is-cashback .club-benefit-phone {
  right: clamp(54px, 8vw, 132px);
  top: 18px;
  z-index: 4;
  width: auto;
  height: min(45vw, 570px);
  max-width: min(42vw, 570px);
  max-height: none;
  object-fit: contain;
  filter:
    drop-shadow(0 42px 72px rgba(33, 23, 3, 0.36))
    drop-shadow(0 0 28px rgba(255, 217, 51, 0.24));
  transform-origin: center;
  animation: cashback-art-float 6s ease-in-out infinite;
}

.club-benefit-showcase.is-cashback .club-benefit-contract {
  z-index: 6;
  color: #ffffff;
  background: rgba(17, 16, 13, 0.84);
  border-color: rgba(255, 239, 166, 0.34);
  box-shadow:
    0 18px 48px rgba(33, 23, 3, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.club-benefit-showcase.is-cashback .club-benefit-contract svg {
  color: var(--yellow);
}

@keyframes cashback-art-float {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotateZ(0deg) scale(1);
  }

  50% {
    transform: translate3d(0, -12px, 0) rotateZ(-0.8deg) scale(1.018);
  }
}

@media (max-width: 1040px) {
  .club-benefit-showcase.is-cashback {
    min-height: 820px;
    background:
      radial-gradient(circle at 66% 66%, rgba(255, 255, 255, 0.5), transparent 34%),
      linear-gradient(180deg, #16130d 0%, #2a210f 35%, #f7c90c 35.2%, #fff0a6 100%);
  }

  .club-benefit-showcase.is-cashback .club-benefit-phone {
    right: 50%;
    top: auto;
    bottom: 48px;
    width: auto;
    height: min(62vh, 500px);
    max-width: min(104vw, 500px);
    max-height: none;
    opacity: 1;
    transform: translateX(50%);
    animation: cashback-art-float-mobile 6s ease-in-out infinite;
  }
}

@media (max-width: 560px) {
  .club-benefit-showcase.is-cashback {
    min-height: 820px;
  }

  .club-benefit-showcase.is-cashback .club-benefit-phone {
    bottom: 54px;
    width: auto;
    height: min(58vh, 470px);
    max-width: none;
  }
}

@keyframes cashback-art-float-mobile {
  0%, 100% {
    transform: translateX(50%) translate3d(0, 0, 0) rotateZ(0deg) scale(1);
  }

  50% {
    transform: translateX(50%) translate3d(0, -10px, 0) rotateZ(-0.6deg) scale(1.012);
  }
}

@media (prefers-reduced-motion: reduce) {
  .club-benefit-showcase.is-cashback .club-benefit-phone {
    animation: none !important;
  }
}

/* App premium benefit theme */
.club-benefit-showcase.is-app {
  overflow: hidden;
  min-height: 610px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.48), transparent 28%),
    radial-gradient(circle at 74% 66%, rgba(255, 255, 255, 0.24), transparent 32%),
    radial-gradient(circle at 88% 72%, rgba(253, 209, 32, 0.34), transparent 34%),
    linear-gradient(112deg, #12110e 0%, #231c12 43%, #fdd120 43.2%, #fff1a6 100%);
}

.club-benefit-showcase.is-app::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 72% 38%, rgba(43, 208, 214, 0.12), transparent 18%);
  background-size: 82px 82px, 82px 82px, auto;
  opacity: 0.78;
}

.club-benefit-showcase.is-app::after {
  right: -150px;
  bottom: -84px;
  width: min(54vw, 660px);
  height: min(54vw, 660px);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.46) 0%, rgba(43, 208, 214, 0.16) 30%, rgba(253, 209, 32, 0.22) 46%, transparent 70%);
  border-radius: 50%;
  transform: none;
  filter: blur(2px);
}

.club-benefit-showcase.is-app .club-benefit-card {
  z-index: 5;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 206, 0.7));
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow:
    0 34px 92px rgba(37, 27, 5, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.club-benefit-showcase.is-app .club-benefit-head span {
  border-color: rgba(43, 208, 214, 0.54);
  background: rgba(43, 208, 214, 0.14);
}

.club-benefit-showcase.is-app .club-benefit-more {
  color: #ffffff;
  background:
    linear-gradient(135deg, #11100d, #263033);
  box-shadow: 0 18px 42px rgba(10, 30, 33, 0.24);
}

.club-benefit-showcase.is-app .club-benefit-phone {
  right: clamp(16px, 4.4vw, 78px);
  top: -8px;
  z-index: 4;
  width: auto;
  height: min(47vw, 590px);
  max-width: min(49vw, 640px);
  max-height: none;
  object-fit: contain;
  filter:
    drop-shadow(0 42px 74px rgba(33, 23, 3, 0.35))
    drop-shadow(0 0 30px rgba(43, 208, 214, 0.18));
  transform-origin: center;
  animation: app-art-float 6.4s ease-in-out infinite;
}

.club-benefit-showcase.is-app .club-benefit-contract {
  z-index: 6;
  color: #ffffff;
  background: rgba(17, 16, 13, 0.84);
  border-color: rgba(43, 208, 214, 0.3);
  box-shadow:
    0 18px 48px rgba(33, 23, 3, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.club-benefit-showcase.is-app .club-benefit-contract svg {
  color: var(--yellow);
}

@keyframes app-art-float {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotateZ(0deg) scale(1);
  }

  50% {
    transform: translate3d(0, -12px, 0) rotateZ(0.7deg) scale(1.016);
  }
}

@media (max-width: 1040px) {
  .club-benefit-showcase.is-app {
    min-height: 850px;
    background:
      radial-gradient(circle at 68% 66%, rgba(255, 255, 255, 0.5), transparent 34%),
      radial-gradient(circle at 78% 58%, rgba(255, 255, 255, 0.2), transparent 34%),
      linear-gradient(180deg, #16130d 0%, #2a210f 35%, #fdd120 35.2%, #fff0a6 100%);
  }

  .club-benefit-showcase.is-app .club-benefit-phone {
    right: 50%;
    top: auto;
    bottom: 36px;
    width: auto;
    height: min(62vh, 530px);
    max-width: min(118vw, 560px);
    max-height: none;
    opacity: 1;
    transform: translateX(50%);
    animation: app-art-float-mobile 6.4s ease-in-out infinite;
  }
}

@media (max-width: 560px) {
  .club-benefit-showcase.is-app {
    min-height: 850px;
  }

  .club-benefit-showcase.is-app .club-benefit-phone {
    bottom: 34px;
    height: min(59vh, 500px);
    max-width: none;
  }
}

@keyframes app-art-float-mobile {
  0%, 100% {
    transform: translateX(50%) translate3d(0, 0, 0) rotateZ(0deg) scale(1);
  }

  50% {
    transform: translateX(50%) translate3d(0, -10px, 0) rotateZ(0.5deg) scale(1.012);
  }
}

@media (prefers-reduced-motion: reduce) {
  .club-benefit-showcase.is-app .club-benefit-phone {
    animation: none !important;
  }
}

/* Nearby stores premium benefit theme */
.club-benefit-showcase.is-nearby {
  overflow: hidden;
  min-height: 600px;
  background:
    radial-gradient(circle at 79% 20%, rgba(255, 255, 255, 0.5), transparent 28%),
    radial-gradient(circle at 78% 72%, rgba(255, 220, 76, 0.34), transparent 36%),
    radial-gradient(circle at 70% 50%, rgba(42, 191, 168, 0.18), transparent 30%),
    linear-gradient(112deg, #11100d 0%, #211a10 43%, #fdd120 43.2%, #fff1a6 100%);
}

.club-benefit-showcase.is-nearby::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 73% 40%, rgba(42, 191, 168, 0.14), transparent 18%);
  background-size: 82px 82px, 82px 82px, auto;
  opacity: 0.78;
}

.club-benefit-showcase.is-nearby::after {
  right: -150px;
  bottom: -84px;
  width: min(54vw, 660px);
  height: min(54vw, 660px);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.46) 0%, rgba(253, 209, 32, 0.2) 42%, transparent 70%);
  border-radius: 50%;
  transform: none;
  filter: blur(2px);
}

.club-benefit-showcase.is-nearby .club-benefit-card {
  z-index: 5;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 206, 0.72));
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow:
    0 34px 92px rgba(37, 27, 5, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.club-benefit-showcase.is-nearby .club-benefit-head span {
  border-color: rgba(42, 191, 168, 0.48);
  background: rgba(42, 191, 168, 0.12);
}

.club-benefit-showcase.is-nearby .club-benefit-more {
  color: #ffffff;
  background:
    linear-gradient(135deg, #11100d, #24302d);
  box-shadow: 0 18px 42px rgba(10, 30, 26, 0.24);
}

.club-benefit-showcase.is-nearby .club-benefit-phone {
  right: clamp(34px, 7vw, 120px);
  top: 16px;
  z-index: 4;
  width: auto;
  height: min(45vw, 570px);
  max-width: min(44vw, 600px);
  max-height: none;
  object-fit: contain;
  filter:
    drop-shadow(0 42px 74px rgba(33, 23, 3, 0.35))
    drop-shadow(0 0 28px rgba(253, 209, 32, 0.2));
  transform-origin: center;
  animation: nearby-art-float 6.2s ease-in-out infinite;
}

.club-benefit-showcase.is-nearby .club-benefit-contract {
  z-index: 6;
  color: #ffffff;
  background: rgba(17, 16, 13, 0.84);
  border-color: rgba(253, 209, 32, 0.34);
  box-shadow:
    0 18px 48px rgba(33, 23, 3, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.club-benefit-showcase.is-nearby .club-benefit-contract svg {
  color: var(--yellow);
}

@keyframes nearby-art-float {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotateZ(0deg) scale(1);
  }

  50% {
    transform: translate3d(0, -12px, 0) rotateZ(-0.7deg) scale(1.016);
  }
}

@media (max-width: 1040px) {
  .club-benefit-showcase.is-nearby {
    min-height: 820px;
    background:
      radial-gradient(circle at 68% 66%, rgba(255, 255, 255, 0.48), transparent 34%),
      radial-gradient(circle at 78% 58%, rgba(253, 209, 32, 0.2), transparent 34%),
      linear-gradient(180deg, #16130d 0%, #2a210f 35%, #fdd120 35.2%, #fff0a6 100%);
  }

  .club-benefit-showcase.is-nearby .club-benefit-phone {
    right: 50%;
    top: auto;
    bottom: 46px;
    width: auto;
    height: min(60vh, 500px);
    max-width: min(112vw, 520px);
    max-height: none;
    opacity: 1;
    transform: translateX(50%);
    animation: nearby-art-float-mobile 6.2s ease-in-out infinite;
  }
}

@media (max-width: 560px) {
  .club-benefit-showcase.is-nearby {
    min-height: 820px;
  }

  .club-benefit-showcase.is-nearby .club-benefit-phone {
    bottom: 42px;
    height: min(58vh, 480px);
    max-width: none;
  }
}

@keyframes nearby-art-float-mobile {
  0%, 100% {
    transform: translateX(50%) translate3d(0, 0, 0) rotateZ(0deg) scale(1);
  }

  50% {
    transform: translateX(50%) translate3d(0, -10px, 0) rotateZ(-0.5deg) scale(1.012);
  }
}

@media (prefers-reduced-motion: reduce) {
  .club-benefit-showcase.is-nearby .club-benefit-phone {
    animation: none !important;
  }
}

@media (min-width: 1041px) {
  .club-benefit-showcase.is-nearby .club-benefit-contract {
    right: clamp(34px, 6vw, 112px);
    bottom: 58px;
  }
}

/* Premium benefit category themes */
.club-benefit-showcase.is-health,
.club-benefit-showcase.is-favorites,
.club-benefit-showcase.is-merchant {
  overflow: hidden;
  min-height: 600px;
}

.club-benefit-showcase.is-health {
  --category-accent: 38, 199, 214;
  --category-glow: 38, 199, 214;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.58), transparent 28%),
    radial-gradient(circle at 78% 72%, rgba(38, 199, 214, 0.34), transparent 36%),
    radial-gradient(circle at 54% 54%, rgba(253, 209, 32, 0.14), transparent 28%),
    linear-gradient(112deg, #07282f 0%, #113f48 43%, #47d7df 43.2%, #eafcff 100%);
}

.club-benefit-showcase.is-favorites {
  --category-accent: 253, 209, 32;
  --category-glow: 255, 210, 64;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.52), transparent 28%),
    radial-gradient(circle at 78% 70%, rgba(255, 72, 94, 0.16), transparent 30%),
    radial-gradient(circle at 72% 54%, rgba(253, 209, 32, 0.34), transparent 35%),
    linear-gradient(112deg, #11100d 0%, #211a10 43%, #fdd120 43.2%, #fff4b8 100%);
}

.club-benefit-showcase.is-merchant {
  --category-accent: 253, 209, 32;
  --category-glow: 253, 209, 32;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.48), transparent 28%),
    radial-gradient(circle at 76% 72%, rgba(253, 209, 32, 0.42), transparent 37%),
    radial-gradient(circle at 56% 56%, rgba(255, 255, 255, 0.1), transparent 26%),
    linear-gradient(112deg, #100f0c 0%, #29200e 43%, #f2c814 43.2%, #fff0a6 100%);
}

.club-benefit-showcase.is-health::before,
.club-benefit-showcase.is-favorites::before,
.club-benefit-showcase.is-merchant::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 73% 40%, rgba(var(--category-accent), 0.16), transparent 18%);
  background-size: 82px 82px, 82px 82px, auto;
  opacity: 0.8;
}

.club-benefit-showcase.is-health::after,
.club-benefit-showcase.is-favorites::after,
.club-benefit-showcase.is-merchant::after {
  right: -152px;
  bottom: -88px;
  width: min(54vw, 660px);
  height: min(54vw, 660px);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.46) 0%, rgba(var(--category-glow), 0.22) 44%, transparent 70%);
  border-radius: 50%;
  transform: none;
  filter: blur(2px);
}

.club-benefit-showcase.is-health .club-benefit-card,
.club-benefit-showcase.is-favorites .club-benefit-card,
.club-benefit-showcase.is-merchant .club-benefit-card {
  z-index: 5;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 206, 0.7));
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow:
    0 34px 92px rgba(37, 27, 5, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.club-benefit-showcase.is-health .club-benefit-head span,
.club-benefit-showcase.is-favorites .club-benefit-head span,
.club-benefit-showcase.is-merchant .club-benefit-head span {
  border-color: rgba(var(--category-accent), 0.52);
  background: rgba(var(--category-accent), 0.14);
}

.club-benefit-showcase.is-health .club-benefit-more,
.club-benefit-showcase.is-favorites .club-benefit-more,
.club-benefit-showcase.is-merchant .club-benefit-more {
  color: #ffffff;
  background:
    linear-gradient(135deg, #11100d, #24302d);
  box-shadow: 0 18px 42px rgba(10, 30, 26, 0.24);
}

.club-benefit-showcase.is-health .club-benefit-phone,
.club-benefit-showcase.is-favorites .club-benefit-phone,
.club-benefit-showcase.is-merchant .club-benefit-phone {
  right: clamp(34px, 7vw, 120px);
  top: 16px;
  z-index: 4;
  width: auto;
  height: min(45vw, 570px);
  max-width: min(44vw, 600px);
  max-height: none;
  object-fit: contain;
  filter:
    drop-shadow(0 42px 74px rgba(33, 23, 3, 0.35))
    drop-shadow(0 0 30px rgba(var(--category-glow), 0.2));
  transform-origin: center;
  animation: category-art-float 6.3s ease-in-out infinite;
}

.club-benefit-showcase.is-merchant .club-benefit-phone {
  top: 24px;
  height: min(43vw, 550px);
}

.club-benefit-showcase.is-health .club-benefit-contract,
.club-benefit-showcase.is-favorites .club-benefit-contract,
.club-benefit-showcase.is-merchant .club-benefit-contract {
  z-index: 6;
  color: #ffffff;
  background: rgba(17, 16, 13, 0.84);
  border-color: rgba(var(--category-accent), 0.34);
  box-shadow:
    0 18px 48px rgba(33, 23, 3, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.club-benefit-showcase.is-health .club-benefit-contract svg,
.club-benefit-showcase.is-favorites .club-benefit-contract svg,
.club-benefit-showcase.is-merchant .club-benefit-contract svg {
  color: rgb(var(--category-accent));
}

@keyframes category-art-float {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotateZ(0deg) scale(1);
  }

  50% {
    transform: translate3d(0, -12px, 0) rotateZ(-0.7deg) scale(1.016);
  }
}

@media (max-width: 1040px) {
  .club-benefit-showcase.is-health,
  .club-benefit-showcase.is-favorites,
  .club-benefit-showcase.is-merchant {
    min-height: 820px;
  }

  .club-benefit-showcase.is-health {
    background:
      radial-gradient(circle at 68% 66%, rgba(255, 255, 255, 0.5), transparent 34%),
      radial-gradient(circle at 78% 58%, rgba(38, 199, 214, 0.22), transparent 34%),
      linear-gradient(180deg, #08282f 0%, #123f48 35%, #47d7df 35.2%, #eafcff 100%);
  }

  .club-benefit-showcase.is-favorites,
  .club-benefit-showcase.is-merchant {
    background:
      radial-gradient(circle at 68% 66%, rgba(255, 255, 255, 0.48), transparent 34%),
      radial-gradient(circle at 78% 58%, rgba(253, 209, 32, 0.22), transparent 34%),
      linear-gradient(180deg, #16130d 0%, #2a210f 35%, #fdd120 35.2%, #fff0a6 100%);
  }

  .club-benefit-showcase.is-health .club-benefit-phone,
  .club-benefit-showcase.is-favorites .club-benefit-phone,
  .club-benefit-showcase.is-merchant .club-benefit-phone {
    right: 50%;
    top: auto;
    bottom: 46px;
    width: auto;
    height: min(60vh, 500px);
    max-width: min(112vw, 520px);
    max-height: none;
    opacity: 1;
    transform: translateX(50%);
    animation: category-art-float-mobile 6.3s ease-in-out infinite;
  }
}

@media (max-width: 560px) {
  .club-benefit-showcase.is-health,
  .club-benefit-showcase.is-favorites,
  .club-benefit-showcase.is-merchant {
    min-height: 820px;
  }

  .club-benefit-showcase.is-health .club-benefit-phone,
  .club-benefit-showcase.is-favorites .club-benefit-phone,
  .club-benefit-showcase.is-merchant .club-benefit-phone {
    bottom: 42px;
    height: min(58vh, 480px);
    max-width: none;
  }
}

@keyframes category-art-float-mobile {
  0%, 100% {
    transform: translateX(50%) translate3d(0, 0, 0) rotateZ(0deg) scale(1);
  }

  50% {
    transform: translateX(50%) translate3d(0, -10px, 0) rotateZ(-0.5deg) scale(1.012);
  }
}

@media (prefers-reduced-motion: reduce) {
  .club-benefit-showcase.is-health .club-benefit-phone,
  .club-benefit-showcase.is-favorites .club-benefit-phone,
  .club-benefit-showcase.is-merchant .club-benefit-phone {
    animation: none !important;
  }
}

@media (min-width: 1041px) {
  .club-benefit-showcase.is-health .club-benefit-contract,
  .club-benefit-showcase.is-favorites .club-benefit-contract,
  .club-benefit-showcase.is-merchant .club-benefit-contract {
    right: clamp(34px, 6vw, 112px);
    bottom: 58px;
  }
}

/* Final visual background overrides */
body {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #fff8d9 0%, var(--nex-page-cream) 14%, var(--nex-page-ivory) 32%, #f9f3e2 58%, #fff8df 82%, #f7f1e3 100%);
  background-size: 88px 88px, 88px 88px, auto;
}

main {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 247, 205, 0) 0%, var(--nex-page-cream) 13%, var(--nex-page-ivory) 28%, #faf3df 49%, #fffaf0 68%, #f7f1e3 100%);
}

.hero-section {
  background-color: #fff2a8;
  background-image:
    linear-gradient(180deg, rgba(255, 246, 193, 0) 0%, rgba(255, 248, 218, 0.28) 70%, var(--nex-page-cream) 100%),
    linear-gradient(98deg, rgba(253, 209, 32, 0.96) 0%, rgba(255, 220, 72, 0.9) 36%, rgba(255, 237, 141, 0.68) 62%, rgba(255, 250, 230, 0.3) 100%),
    url("assets/hero-background-nexclub.png");
}

.section-tight {
  background:
    linear-gradient(180deg, var(--nex-page-cream) 0%, #fff8df 48%, var(--nex-page-ivory) 100%);
}

.value-section {
  background:
    linear-gradient(180deg, var(--nex-page-ivory) 0%, #fff8e4 48%, #f8f1de 100%);
}

.app-proof-section {
  color: var(--ink);
  background:
    linear-gradient(128deg, rgba(253, 209, 32, 0.28) 0%, rgba(255, 245, 196, 0.76) 34%, rgba(255, 255, 255, 0.92) 62%, rgba(247, 239, 210, 0.86) 100%);
}

.club-benefits-section {
  background:
    linear-gradient(180deg, #f8f1de 0%, var(--nex-page-cream) 22%, var(--nex-page-ivory) 100%);
}

.club-benefit-showcase {
  background:
    linear-gradient(116deg, rgba(22, 20, 15, 0.94) 0%, rgba(38, 34, 24, 0.9) 45%, rgba(138, 108, 18, 0.58) 68%, rgba(253, 209, 32, 0.88) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 34px 100px rgba(75, 57, 6, 0.18);
}

.plans-section {
  background:
    linear-gradient(180deg, var(--nex-page-ivory) 0%, #fff7d7 26%, #faf1d8 58%, #fffaf0 100%);
}

.partner-section {
  background:
    linear-gradient(128deg, rgba(253, 209, 32, 0.74) 0%, rgba(255, 228, 112, 0.68) 38%, rgba(255, 248, 221, 0.88) 70%, var(--nex-page-ivory) 100%);
}

.faq-section {
  background:
    linear-gradient(180deg, var(--nex-page-ivory) 0%, #fff7df 52%, #fbf1d3 100%);
}

.final-cta-section {
  color: var(--ink);
  background:
    linear-gradient(118deg, rgba(253, 209, 32, 0.94) 0%, rgba(255, 231, 113, 0.9) 46%, rgba(255, 244, 184, 0.72) 66%, rgba(42, 36, 22, 0.9) 100%);
}

.final-cta-section::before {
  opacity: 0.12;
  mask-image: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.62) 74%, transparent 100%);
}

.site-footer {
  background:
    linear-gradient(180deg, #16140f 0%, #0f0e0b 100%);
}

@media (max-width: 1040px) {
  .hero-section {
    background-image:
      linear-gradient(180deg, rgba(253, 209, 32, 0.95) 0%, rgba(255, 232, 103, 0.88) 48%, rgba(255, 247, 206, 0.72) 78%, var(--nex-page-cream) 100%),
      url("assets/hero-background-nexclub.png");
  }

  .final-cta-section {
    background:
      linear-gradient(180deg, rgba(253, 209, 32, 0.94) 0%, rgba(255, 231, 113, 0.86) 56%, var(--nex-page-cream) 100%);
  }
}

@media (max-width: 720px) {
  body {
    background:
      linear-gradient(180deg, #fff6c8 0%, var(--nex-page-cream) 24%, var(--nex-page-ivory) 52%, #faf0d5 100%);
  }

  .hero-section {
    background-image:
      linear-gradient(180deg, rgba(253, 209, 32, 0.94) 0%, rgba(255, 228, 88, 0.88) 44%, rgba(255, 246, 200, 0.8) 76%, var(--nex-page-cream) 100%),
      url("assets/hero-background-nexclub.png");
  }

  .app-proof-section,
  .plans-section,
  .partner-section,
  .faq-section {
    background:
      linear-gradient(180deg, var(--nex-page-ivory) 0%, #fff7de 54%, #f9f0d8 100%);
  }
}

/* Premium background continuity pass */
:root {
  --nex-page-cream: #fffaf0;
  --nex-page-ivory: #fffdf7;
  --nex-page-sand: #f6f0df;
  --nex-page-gold-soft: #fff1a8;
  --nex-page-gold-mist: rgba(253, 209, 32, 0.22);
  --nex-shadow-warm: rgba(94, 77, 22, 0.12);
  --nex-charcoal: #16140f;
}

body {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #fff8d9 0%, var(--nex-page-cream) 14%, var(--nex-page-ivory) 32%, #f9f3e2 58%, #fff8df 82%, #f7f1e3 100%);
  background-size: 88px 88px, 88px 88px, auto;
}

main {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 247, 205, 0) 0%, var(--nex-page-cream) 13%, var(--nex-page-ivory) 28%, #faf3df 49%, #fffaf0 68%, #f7f1e3 100%);
}

.hero-section {
  background-color: #fff2a8;
  background-image:
    linear-gradient(180deg, rgba(255, 246, 193, 0) 0%, rgba(255, 248, 218, 0.28) 70%, var(--nex-page-cream) 100%),
    linear-gradient(98deg, rgba(253, 209, 32, 0.96) 0%, rgba(255, 220, 72, 0.9) 36%, rgba(255, 237, 141, 0.68) 62%, rgba(255, 250, 230, 0.3) 100%),
    url("assets/hero-background-nexclub.png");
}

.hero-section::before {
  opacity: 0.14;
  mask-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.62) 56%, transparent 100%);
}

.hero-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  height: 180px;
  background: linear-gradient(180deg, rgba(255, 250, 229, 0) 0%, var(--nex-page-cream) 72%, var(--nex-page-ivory) 100%);
  pointer-events: none;
}

.section,
.section-tight,
.value-section,
.app-proof-section,
.club-benefits-section,
.plans-section,
.partner-section,
.faq-section {
  position: relative;
  isolation: isolate;
}

.section-tight {
  background:
    linear-gradient(180deg, var(--nex-page-cream) 0%, #fff8df 48%, var(--nex-page-ivory) 100%);
}

.value-section {
  background:
    linear-gradient(180deg, var(--nex-page-ivory) 0%, #fff8e4 48%, #f8f1de 100%);
}

.app-proof-section {
  color: var(--ink);
  background:
    linear-gradient(128deg, rgba(253, 209, 32, 0.28) 0%, rgba(255, 245, 196, 0.76) 34%, rgba(255, 255, 255, 0.92) 62%, rgba(247, 239, 210, 0.86) 100%);
}

.club-benefits-section {
  background:
    linear-gradient(180deg, #f8f1de 0%, var(--nex-page-cream) 22%, var(--nex-page-ivory) 100%);
}

.club-benefit-showcase {
  background:
    linear-gradient(116deg, rgba(22, 20, 15, 0.94) 0%, rgba(38, 34, 24, 0.9) 45%, rgba(138, 108, 18, 0.58) 68%, rgba(253, 209, 32, 0.88) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 34px 100px rgba(75, 57, 6, 0.18);
}

.club-benefit-showcase::after {
  background: linear-gradient(90deg, rgba(253, 209, 32, 0), rgba(253, 209, 32, 0.78));
}

.plans-section {
  background:
    linear-gradient(180deg, var(--nex-page-ivory) 0%, #fff7d7 26%, #faf1d8 58%, #fffaf0 100%);
}

.plan-card,
.step-card,
.benefit-card,
.metric-card,
.feature-list div,
.plan-proof-row div,
.partner-form,
.faq-list details {
  box-shadow:
    0 20px 58px var(--nex-shadow-warm),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.partner-section {
  background:
    linear-gradient(128deg, rgba(253, 209, 32, 0.74) 0%, rgba(255, 228, 112, 0.68) 38%, rgba(255, 248, 221, 0.88) 70%, var(--nex-page-ivory) 100%);
}

.faq-section {
  background:
    linear-gradient(180deg, var(--nex-page-ivory) 0%, #fff7df 52%, #fbf1d3 100%);
}

.final-cta-section {
  color: var(--ink);
  background:
    linear-gradient(118deg, rgba(253, 209, 32, 0.94) 0%, rgba(255, 231, 113, 0.9) 46%, rgba(255, 244, 184, 0.72) 66%, rgba(42, 36, 22, 0.9) 100%);
}

.final-cta-section::before {
  opacity: 0.12;
  mask-image: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.62) 74%, transparent 100%);
}

.site-footer {
  background:
    linear-gradient(180deg, #16140f 0%, #0f0e0b 100%);
}

@media (max-width: 1040px) {
  .hero-section {
    background-image:
      linear-gradient(180deg, rgba(253, 209, 32, 0.95) 0%, rgba(255, 232, 103, 0.88) 48%, rgba(255, 247, 206, 0.72) 78%, var(--nex-page-cream) 100%),
      url("assets/hero-background-nexclub.png");
  }

  .final-cta-section {
    background:
      linear-gradient(180deg, rgba(253, 209, 32, 0.94) 0%, rgba(255, 231, 113, 0.86) 56%, var(--nex-page-cream) 100%);
  }
}

@media (max-width: 720px) {
  body {
    background:
      linear-gradient(180deg, #fff6c8 0%, var(--nex-page-cream) 24%, var(--nex-page-ivory) 52%, #faf0d5 100%);
  }

  .hero-section {
    background-image:
      linear-gradient(180deg, rgba(253, 209, 32, 0.94) 0%, rgba(255, 228, 88, 0.88) 44%, rgba(255, 246, 200, 0.8) 76%, var(--nex-page-cream) 100%),
      url("assets/hero-background-nexclub.png");
  }

  .app-proof-section,
  .plans-section,
  .partner-section,
  .faq-section {
    background:
      linear-gradient(180deg, var(--nex-page-ivory) 0%, #fff7de 54%, #f9f0d8 100%);
  }
}

/* Telemedicine benefit theme */
.telemedicine-float-cards {
  display: none;
}

.club-benefit-showcase.is-telemedicine {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.5), transparent 30%),
    radial-gradient(circle at 48% 78%, rgba(10, 116, 134, 0.32), transparent 36%),
    linear-gradient(112deg, #0aaec2 0%, #35d3dc 52%, #b6f1ef 100%);
}

.club-benefit-showcase.is-telemedicine::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.5;
}

.club-benefit-showcase.is-telemedicine::after {
  right: -120px;
  bottom: -38px;
  width: 50%;
  height: 92px;
  background: rgba(255, 255, 255, 0.34);
  transform: skewX(-22deg);
}

.club-benefit-showcase.is-telemedicine .club-benefit-card {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow: 0 34px 90px rgba(4, 64, 78, 0.24);
}

.club-benefit-showcase.is-telemedicine .club-benefit-head span {
  border-color: rgba(10, 174, 194, 0.36);
  background: rgba(10, 174, 194, 0.1);
}

.club-benefit-showcase.is-telemedicine .club-benefit-more {
  background: #092f38;
  color: #ffffff;
}

.club-benefit-showcase.is-telemedicine .club-benefit-phone {
  right: clamp(10px, 7vw, 124px);
  top: 8px;
  width: min(42vw, 520px);
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 34px 60px rgba(2, 51, 65, 0.34));
  z-index: 3;
}

.club-benefit-showcase.is-telemedicine .club-benefit-contract {
  background: rgba(9, 47, 56, 0.82);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 18px 50px rgba(3, 61, 74, 0.24);
}

.club-benefit-showcase.is-telemedicine .telemedicine-float-cards {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  z-index: 4;
  perspective: 920px;
  transform-style: preserve-3d;
}

.club-benefit-showcase.is-telemedicine .telemedicine-float-cards span {
  position: absolute;
  max-width: 230px;
  padding: 13px 16px;
  color: #062d36;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(3, 61, 74, 0.16);
  backdrop-filter: blur(16px) saturate(1.1);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  opacity: 0;
  transform: translate3d(0, 18px, 0) rotateX(8deg) scale(0.94);
  transform-origin: center;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  animation:
    telemedicine-card-enter 520ms cubic-bezier(0.18, 0.9, 0.22, 1.08) forwards,
    telemedicine-card-float 4.8s ease-in-out infinite;
  animation-delay: var(--tele-card-delay, 0ms), calc(var(--tele-card-delay, 0ms) + 520ms);
}

.club-benefit-showcase.is-telemedicine .telemedicine-float-cards span:nth-child(1) {
  right: clamp(280px, 31vw, 560px);
  top: 42px;
  --tele-card-delay: 80ms;
}

.club-benefit-showcase.is-telemedicine .telemedicine-float-cards span:nth-child(2) {
  right: clamp(38px, 5vw, 94px);
  top: 62px;
  max-width: 224px;
  --tele-card-delay: 210ms;
}

.club-benefit-showcase.is-telemedicine .telemedicine-float-cards span:nth-child(3) {
  right: clamp(270px, 30vw, 520px);
  bottom: 46px;
  max-width: 260px;
  --tele-card-delay: 340ms;
}

@keyframes telemedicine-card-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0) rotateX(10deg) scale(0.92);
  }

  70% {
    opacity: 1;
    transform: translate3d(0, -4px, 36px) rotateX(0deg) scale(1.02);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 28px) rotateX(0deg) scale(1);
  }
}

@keyframes telemedicine-card-float {
  0%, 100% {
    transform: translate3d(0, 0, 28px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    box-shadow: 0 18px 46px rgba(3, 61, 74, 0.16);
  }

  50% {
    transform: translate3d(0, -10px, 42px) rotateX(2deg) rotateY(-3deg) rotateZ(-0.6deg);
    box-shadow: 0 26px 58px rgba(3, 61, 74, 0.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .club-benefit-showcase.is-telemedicine .telemedicine-float-cards span {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .club-benefit-showcase.is-telemedicine {
    min-height: 780px;
    background:
      radial-gradient(circle at 80% 62%, rgba(255, 255, 255, 0.45), transparent 34%),
      linear-gradient(180deg, #14b7c9 0%, #43d8de 58%, #c7f5f1 100%);
  }

  .club-benefit-showcase.is-telemedicine .club-benefit-phone {
    right: 50%;
    top: auto;
    bottom: 76px;
    width: min(92vw, 420px);
    max-height: 510px;
    transform: translateX(50%);
  }

  .club-benefit-showcase.is-telemedicine .telemedicine-float-cards span {
    font-size: 12px;
    padding: 10px 12px;
  }

  .club-benefit-showcase.is-telemedicine .telemedicine-float-cards span:nth-child(1) {
    left: 18px;
    right: auto;
    top: 330px;
  }

  .club-benefit-showcase.is-telemedicine .telemedicine-float-cards span:nth-child(2) {
    right: 12px;
    top: 326px;
  }

  .club-benefit-showcase.is-telemedicine .telemedicine-float-cards span:nth-child(3) {
    left: 18px;
    right: auto;
    bottom: 96px;
    max-width: 210px;
  }
}

@media (max-width: 560px) {
  .club-benefit-showcase.is-telemedicine {
    min-height: 820px;
  }

  .club-benefit-showcase.is-telemedicine .telemedicine-float-cards span:nth-child(1) {
    top: 360px;
  }

  .club-benefit-showcase.is-telemedicine .telemedicine-float-cards span:nth-child(2) {
    top: 304px;
  }

  .club-benefit-showcase.is-telemedicine .telemedicine-float-cards span:nth-child(3) {
    bottom: 86px;
  }
}

/* Image-led conversion sections */
.brand-moment {
  width: min(1280px, calc(100% - 40px));
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(22px, 4vw, 54px);
  overflow: hidden;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(17, 17, 15, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 248, 220, 0.72)),
    linear-gradient(90deg, rgba(253, 209, 32, 0.2), rgba(255, 255, 255, 0.88));
  box-shadow: 0 24px 70px rgba(44, 39, 16, 0.1);
}

.brand-moment-copy h3 {
  max-width: 430px;
  margin: 12px 0 12px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-moment-copy p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
  font-weight: 500;
}

.brand-moment img {
  width: 100%;
  min-height: 330px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
  box-shadow: 0 22px 56px rgba(17, 17, 15, 0.14);
}

.app-proof-visual {
  min-height: 560px;
  align-items: center;
}

.app-lifestyle-card {
  position: relative;
  width: min(100%, 560px);
  margin: 0;
  isolation: isolate;
}

.app-proof-visual .app-lifestyle-card img {
  display: block;
  filter: none;
}

.app-lifestyle-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
  box-shadow:
    24px 24px 0 rgba(253, 209, 32, 0.92),
    0 28px 70px rgba(17, 17, 15, 0.18);
}

.app-proof-visual .app-phone-overlay {
  position: absolute;
  right: clamp(-26px, -3vw, -10px);
  bottom: clamp(-64px, -5vw, -34px);
  width: min(44%, 230px) !important;
  max-height: 420px;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 22px 36px rgba(17, 17, 15, 0.24)) !important;
  z-index: 2;
}

.app-savings-badge {
  position: absolute;
  left: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 26px);
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(17, 17, 15, 0.16);
  backdrop-filter: blur(14px);
  font-size: 14px;
  font-weight: 800;
  z-index: 3;
}

@media (max-width: 1040px) {
  .brand-moment,
  .app-proof-grid {
    grid-template-columns: 1fr;
  }

  .brand-moment {
    margin-top: 28px;
  }

  .brand-moment img {
    min-height: 260px;
  }

  .app-proof-visual {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .brand-moment {
    width: min(100% - 32px, 560px);
    padding: 16px;
  }

  .brand-moment img {
    min-height: 220px;
  }

  .app-lifestyle-card {
    width: min(100%, 430px);
  }

  .app-lifestyle-image {
    aspect-ratio: 3 / 3.35;
    object-position: center;
    box-shadow:
      12px 12px 0 rgba(253, 209, 32, 0.9),
      0 20px 44px rgba(17, 17, 15, 0.16);
  }

  .app-proof-visual .app-phone-overlay {
    width: min(42%, 150px) !important;
    right: -8px;
    bottom: -36px;
  }

  .app-savings-badge {
    left: 12px;
    bottom: 12px;
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }
}

.hero-section {
  background-image:
    linear-gradient(90deg, rgba(253, 209, 32, 0.98) 0%, rgba(253, 209, 32, 0.94) 34%, rgba(253, 209, 32, 0.82) 58%, rgba(253, 209, 32, 0.55) 78%, rgba(253, 209, 32, 0.34) 100%),
    url("assets/hero-background-nexclub.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero-section::before {
  opacity: 0.16;
}

@media (max-width: 1040px) {
  .hero-section {
    background-image:
      linear-gradient(180deg, rgba(253, 209, 32, 0.98) 0%, rgba(253, 209, 32, 0.94) 50%, rgba(253, 209, 32, 0.78) 100%),
      url("assets/hero-background-nexclub.png");
    background-position: center top;
  }
}

@media (max-width: 720px) {
  .hero-section {
    background-image:
      linear-gradient(180deg, rgba(253, 209, 32, 0.99) 0%, rgba(253, 209, 32, 0.96) 46%, rgba(253, 209, 32, 0.86) 100%),
      url("assets/hero-background-nexclub.png");
    background-position: 58% top;
  }
}

:root {
  --yellow: #fdd120;
  --yellow-soft: #fff2a8;
  --ink: #11110f;
  --ink-soft: #2c2b26;
  --muted: #69665c;
  --line: rgba(17, 17, 15, 0.12);
  --paper: #fbfaf3;
  --white: #ffffff;
  --teal: #11110f;
  --orange: #fdd120;
  --surface: #f7f4ea;
  --surface-elevated: rgba(255, 255, 255, 0.78);
  --glass: rgba(255, 255, 255, 0.56);
  --glass-strong: rgba(255, 255, 255, 0.78);
  --glass-border: rgba(17, 17, 15, 0.1);
  --focus-ring: 0 0 0 4px rgba(253, 209, 32, 0.34);
  --shadow: 0 22px 54px rgba(44, 39, 16, 0.12);
  --shadow-soft: 0 16px 42px rgba(44, 39, 16, 0.08);
  --shadow-strong: 0 28px 78px rgba(17, 17, 15, 0.18);
  --mono: "JetBrains Mono", "SF Mono", Consolas, monospace;
  --motion: cubic-bezier(0.16, 1, 0.3, 1);
  --radius: 8px;
}

body {
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--paper) 0%, #ffffff 54%, #f6f2e4 100%);
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline-color: var(--yellow);
}

.scroll-sentinel,
.sticky-sentinel {
  position: absolute;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.scroll-sentinel {
  top: 0;
  left: 0;
}

.glass-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.52));
  border: 1px solid rgba(17, 17, 15, 0.1);
  box-shadow: 0 18px 50px rgba(44, 39, 16, 0.1);
  backdrop-filter: blur(18px) saturate(1.18);
}

.site-header {
  top: 14px;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
  transition: transform 260ms var(--motion);
  pointer-events: none;
}

.site-header.is-scrolled {
  background: transparent;
  box-shadow: none;
}

.nav-shell {
  width: min(1240px, calc(100% - 40px));
  height: 66px;
  padding: 0 10px 0 18px;
  gap: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 17, 15, 0.12);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(44, 39, 16, 0.12);
  backdrop-filter: blur(18px) saturate(1.18);
  pointer-events: auto;
}

.site-header.is-scrolled .nav-shell {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(17, 17, 15, 0.14);
}

.brand img {
  width: clamp(154px, 15vw, 204px);
}

.nav-links {
  gap: 16px;
  font-size: 13px;
  font-weight: 800;
}

.nav-links a:not(.account-link)::after {
  background: var(--yellow);
  transition: width 260ms var(--motion);
}

.nav-links .account-link {
  color: var(--ink);
  background: var(--yellow);
  border: 1px solid rgba(17, 17, 15, 0.14);
  box-shadow: 0 12px 24px rgba(253, 209, 32, 0.24);
}

.menu-toggle {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
}

.hero-section {
  min-height: 100dvh;
  padding: 118px 0 56px;
  background-image:
    linear-gradient(90deg, rgba(253, 209, 32, 0.98) 0%, rgba(253, 209, 32, 0.94) 34%, rgba(253, 209, 32, 0.82) 58%, rgba(253, 209, 32, 0.55) 78%, rgba(253, 209, 32, 0.34) 100%),
    url("assets/hero-background-nexclub.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero-section::before {
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(17, 17, 15, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 15, 0.08) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(180deg, #000000 0%, transparent 90%);
}

.hero-grid {
  width: min(1280px, calc(100% - 40px));
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.78fr);
  gap: clamp(34px, 5vw, 76px);
}

.hero-copy {
  max-width: 780px;
}

.eyebrow,
.hero-proof-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before,
.hero-proof-label::before {
  content: "";
  width: 24px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
  border-radius: 999px;
}

h1 {
  max-width: 770px;
  margin: 22px 0 22px;
  font-size: 78px;
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 span {
  display: inline-block;
  padding: 0 0.08em 0.06em;
  color: var(--yellow);
  background: var(--ink);
  border-radius: 6px;
}

.hero-lead {
  max-width: 54ch;
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: 21px;
  line-height: 1.48;
  font-weight: 500;
}

.hero-assurance,
.hero-highlights {
  display: none;
}

.hero-actions {
  gap: 14px;
}

.btn {
  min-height: 52px;
  padding: 0 24px;
  font-weight: 800;
  transition: transform 260ms var(--motion), box-shadow 260ms var(--motion), background 260ms var(--motion), border-color 260ms var(--motion), color 260ms var(--motion);
}

.btn svg {
  transition: transform 260ms var(--motion);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, #11110f 0%, #26231a 100%);
  box-shadow: 0 18px 34px rgba(17, 17, 15, 0.26);
}

.btn-secondary {
  color: var(--ink);
  background: linear-gradient(135deg, var(--yellow), #ffe981);
  border-color: rgba(17, 17, 15, 0.14);
}

.btn-ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(17, 17, 15, 0.16);
  backdrop-filter: blur(16px);
}

.hero-visual {
  min-height: 640px;
}

.hero-poster {
  width: min(100%, 550px);
}

.hero-poster::before {
  content: "";
  position: absolute;
  inset: 9% 8% 7% 13%;
  z-index: -1;
  border: 1px solid rgba(17, 17, 15, 0.16);
  border-radius: 8px;
  transform: rotate(-5deg);
}

.hero-poster::after {
  content: "";
  position: absolute;
  inset: 13% 15% 11% 5%;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  transform: rotate(4deg);
  filter: blur(0.2px);
}

.hero-video {
  filter: drop-shadow(0 28px 42px rgba(17, 17, 15, 0.22));
}

.hero-proof {
  width: min(1280px, calc(100% - 40px));
  margin-top: 4px;
  padding: 18px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(17, 17, 15, 0.14);
  border-bottom: 1px solid rgba(17, 17, 15, 0.1);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-proof p {
  max-width: 680px;
  color: rgba(17, 17, 15, 0.72);
  font-weight: 600;
}

.partner-strip {
  width: min(1280px, calc(100% - 40px));
  margin-top: 18px;
}

.proof-metrics {
  width: min(1280px, calc(100% - 40px));
  margin-top: 12px;
  grid-template-columns: 1.08fr 1fr 1fr 1.32fr;
  gap: 1px;
  overflow: hidden;
  background: rgba(17, 17, 15, 0.13);
  border: 1px solid rgba(17, 17, 15, 0.12);
  border-radius: var(--radius);
}

.metric-card {
  min-height: 148px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.76);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.metric-card span {
  color: rgba(17, 17, 15, 0.58);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0;
}

.metric-card strong {
  margin: 10px 0 8px;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
}

.metric-card-wide strong {
  max-width: 11ch;
  font-size: 31px;
  line-height: 1.05;
}

.section {
  padding: 124px 0;
}

.section-tight {
  padding-top: 104px;
}

.section-heading {
  width: min(1040px, calc(100% - 40px));
  margin-bottom: 46px;
}

.section-heading h2,
.app-proof-copy h2,
.steps-video-copy h2,
.final-cta-inner h2 {
  font-size: 50px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-heading p,
.steps-video-copy p,
.app-proof-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
}

.steps-grid {
  width: min(1280px, calc(100% - 40px));
  grid-template-columns: 1.25fr 0.9fr 0.9fr;
  gap: 14px;
}

.step-card {
  min-height: 286px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(17, 17, 15, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(44, 39, 16, 0.08);
  backdrop-filter: blur(16px);
}

.step-card:first-child {
  background:
    linear-gradient(145deg, rgba(253, 209, 32, 0.82), rgba(255, 245, 169, 0.64));
}

.step-card::after {
  right: 22px;
  bottom: 22px;
  width: 70px;
  height: 70px;
  background:
    linear-gradient(rgba(17, 17, 15, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 15, 0.16) 1px, transparent 1px);
  background-size: 12px 12px;
  border-radius: 8px;
  opacity: 0.18;
}

.step-number {
  width: 42px;
  height: 30px;
  border-radius: 6px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
}

.step-card h3,
.benefit-card h3,
.plan-card h3 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
}

.steps-video-section {
  width: min(1280px, calc(100% - 40px));
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(44, 39, 16, 0.1);
}

.value-section {
  background:
    linear-gradient(180deg, #ffffff 0%, var(--paper) 100%);
}

.split-layout {
  width: min(1280px, calc(100% - 40px));
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
}

.benefit-grid {
  grid-template-columns: 1.08fr 0.92fr;
  gap: 14px;
}

.benefit-card {
  min-height: 236px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 17, 15, 0.12);
  border-top: 1px solid rgba(17, 17, 15, 0.12) !important;
  border-radius: var(--radius);
  box-shadow: 0 16px 42px rgba(44, 39, 16, 0.08);
}

.benefit-card:nth-child(1) {
  grid-row: span 2;
  min-height: 488px;
  background:
    linear-gradient(145deg, rgba(253, 209, 32, 0.78), rgba(255, 255, 255, 0.7));
}

.benefit-card:nth-child(2),
.benefit-card:nth-child(3),
.benefit-card:nth-child(4) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(247, 244, 234, 0.72));
}

.benefit-card svg,
.feature-list svg,
.partner-points svg,
.plan-proof-row svg {
  color: var(--ink);
}

.app-proof-section {
  color: var(--ink);
  background:
    linear-gradient(115deg, #f5f1e3 0%, #ffffff 52%, rgba(253, 209, 32, 0.24) 52.2%, rgba(253, 209, 32, 0.42) 100%);
}

.app-proof-grid {
  width: min(1280px, calc(100% - 40px));
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.1fr);
}

.app-proof-visual img {
  width: min(100%, 450px);
  filter: drop-shadow(18px 26px 0 rgba(253, 209, 32, 0.96)) drop-shadow(0 28px 58px rgba(17, 17, 15, 0.2));
}

.app-proof-copy .eyebrow,
.app-proof-copy h2 {
  color: var(--ink);
}

.app-proof-copy .eyebrow::before {
  background: var(--ink);
}

.app-proof-copy p {
  color: var(--muted);
}

.feature-list div {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(17, 17, 15, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(44, 39, 16, 0.08);
}

.club-benefits-section {
  padding-top: 86px;
  background: #ffffff;
}

.club-tabs-shell,
.plan-tabs {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(17, 17, 15, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 24px 70px rgba(44, 39, 16, 0.1);
  backdrop-filter: blur(22px) saturate(1.22);
}

.club-tab,
.tab-button {
  color: rgba(17, 17, 15, 0.62);
  font-weight: 800;
  transition: color 260ms var(--motion), border-color 260ms var(--motion), background 260ms var(--motion), transform 260ms var(--motion), box-shadow 260ms var(--motion);
}

.club-tab.is-active,
.tab-button.is-active {
  color: var(--ink);
  background: rgba(253, 209, 32, 0.18);
  border-color: var(--yellow);
  box-shadow: 0 14px 30px rgba(253, 209, 32, 0.14);
}

.club-benefit-showcase {
  min-height: 560px;
  background:
    linear-gradient(104deg, rgba(17, 17, 15, 0.94) 0%, rgba(17, 17, 15, 0.9) 57%, rgba(253, 209, 32, 0.96) 57.2%, rgba(253, 209, 32, 0.82) 100%);
}

.club-benefit-showcase::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.9;
}

.club-benefit-showcase::after {
  right: -90px;
  bottom: -26px;
  width: 46%;
  height: 58px;
  background: var(--yellow);
  transform: skewX(-24deg);
}

.club-benefit-card {
  top: 92px;
  width: clamp(560px, 44vw, 790px);
  min-height: 292px;
  padding: 42px 44px 52px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px) saturate(1.12);
}

.club-benefit-head span {
  background: rgba(255, 255, 255, 0.38);
  border-color: var(--yellow);
  font-family: var(--mono);
  font-size: 15px;
  letter-spacing: 0;
}

.club-benefit-card p {
  max-width: 690px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
}

.club-benefit-more {
  background: var(--yellow);
  border-radius: 999px;
}

.club-benefit-phone {
  right: clamp(22px, 8vw, 170px);
  top: 54px;
  width: min(39vw, 560px);
  max-height: 500px;
  filter: drop-shadow(0 32px 54px rgba(0, 0, 0, 0.32));
}

.club-benefit-contract {
  right: clamp(26px, 11vw, 210px);
  background: rgba(17, 17, 15, 0.78);
  border-color: rgba(253, 209, 32, 0.42);
  border-radius: var(--radius);
}

.plans-section {
  background:
    linear-gradient(180deg, var(--paper) 0%, #ffffff 80%),
    linear-gradient(90deg, rgba(253, 209, 32, 0.12), rgba(17, 17, 15, 0.03));
}

.plan-proof-row {
  width: min(1120px, calc(100% - 40px));
}

.plan-proof-row div {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(17, 17, 15, 0.1);
  border-radius: var(--radius);
}

.plans-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 400px));
  justify-content: center;
}

.plan-card {
  min-height: 552px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 234, 0.72));
  border-color: rgba(17, 17, 15, 0.12);
  box-shadow: 0 18px 46px rgba(44, 39, 16, 0.08);
}

.plan-card::before {
  height: 4px;
  background: linear-gradient(90deg, var(--ink), var(--yellow));
}

.plan-card:focus-within {
  border-color: var(--yellow);
}

.plan-featured {
  background:
    linear-gradient(145deg, rgba(253, 209, 32, 0.2), rgba(255, 255, 255, 0.96));
  border-color: rgba(17, 17, 15, 0.22);
}

.plan-card li::before {
  background: rgba(253, 209, 32, 0.24);
  border-color: rgba(17, 17, 15, 0.16);
}

.plan-price strong {
  font-size: 36px;
  font-weight: 900;
}

.partner-section {
  background:
    linear-gradient(112deg, var(--yellow) 0%, #ffe372 68%, #ffffff 68.2%, #ffffff 100%);
}

.partner-form {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(17, 17, 15, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 26px 70px rgba(44, 39, 16, 0.14);
}

input:focus {
  border-color: var(--yellow);
}

.faq-section {
  background: #ffffff;
}

.faq-list details {
  border-color: rgba(17, 17, 15, 0.1);
  border-radius: var(--radius);
}

.final-cta-section {
  color: var(--ink);
  background:
    linear-gradient(106deg, var(--yellow) 0%, #ffe36d 66%, #11110f 66.2%, #11110f 100%);
}

.final-cta-section::before {
  opacity: 0.18;
  mask-image: linear-gradient(90deg, #000000 0%, transparent 74%);
}

.final-cta-inner {
  width: min(1280px, calc(100% - 40px));
  align-items: center;
}

.final-cta-inner h2 {
  max-width: 720px;
  font-size: 54px;
}

.final-cta-actions {
  align-self: center;
}

.final-cta-section .btn-primary {
  color: var(--white);
  background: var(--ink);
}

.final-cta-section .btn-ghost {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(17, 17, 15, 0.14);
}

.site-footer {
  background: #11110f;
}

.sticky-cta {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(17, 17, 15, 0.1);
  box-shadow: 0 20px 58px rgba(44, 39, 16, 0.16);
  backdrop-filter: blur(18px) saturate(1.14);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms var(--motion), transform 620ms var(--motion);
}

@media (max-width: 1040px) {
  .site-header {
    top: 10px;
  }

  .nav-shell {
    width: min(100% - 28px, 1180px);
    height: 64px;
  }

  .nav-links {
    inset: 84px 16px auto;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
  }

  .hero-section {
    background-image:
      linear-gradient(180deg, rgba(253, 209, 32, 0.98) 0%, rgba(253, 209, 32, 0.94) 50%, rgba(253, 209, 32, 0.78) 100%),
      url("assets/hero-background-nexclub.png");
    background-position: center top;
  }

  .hero-grid,
  .split-layout,
  .app-proof-grid,
  .partner-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 820px;
    font-size: 58px;
  }

  .hero-visual {
    min-height: 520px;
  }

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

  .metric-card-wide strong {
    max-width: none;
  }

  .steps-grid,
  .benefit-grid,
  .plans-grid {
    grid-template-columns: 1fr 1fr;
  }

  .step-card:first-child,
  .benefit-card:nth-child(1) {
    grid-column: 1 / -1;
    min-height: 260px;
  }

  .club-benefit-showcase {
    min-height: 620px;
  }

  .club-benefit-card {
    top: 52px;
    left: 24px;
    width: min(680px, calc(100% - 48px));
  }

  .club-benefit-phone {
    right: -20px;
    top: 180px;
    width: min(52vw, 480px);
    opacity: 0.88;
  }

  .final-cta-section {
    background: linear-gradient(180deg, var(--yellow) 0%, #ffe36d 100%);
  }

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

@media (max-width: 720px) {
  .nav-shell {
    height: 62px;
  }

  .nav-links {
    inset: 80px 12px auto;
  }

  .hero-section {
    padding-top: 100px;
    background-image:
      linear-gradient(180deg, rgba(253, 209, 32, 0.99) 0%, rgba(253, 209, 32, 0.96) 46%, rgba(253, 209, 32, 0.86) 100%),
      url("assets/hero-background-nexclub.png");
    background-position: 58% top;
  }

  .hero-grid,
  .steps-grid,
  .proof-metrics,
  .plans-grid,
  .benefit-grid,
  .form-grid,
  .plan-tabs {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 43px;
    line-height: 1;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-proof {
    width: min(100% - 24px, 1180px);
    flex-direction: column;
    align-items: flex-start;
  }

  .partner-strip,
  .proof-metrics,
  .section-heading,
  .steps-grid,
  .plans-grid,
  .plan-proof-row,
  .faq-list,
  .partner-grid,
  .app-proof-grid,
  .split-layout {
    width: min(100% - 24px, 1180px);
  }

  .section {
    padding: 86px 0;
  }

  .section-heading h2,
  .app-proof-copy h2,
  .steps-video-copy h2,
  .final-cta-inner h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .metric-card strong {
    font-size: 36px;
  }

  .metric-card-wide strong {
    font-size: 28px;
  }

  .step-card:first-child,
  .benefit-card:nth-child(1) {
    grid-column: auto;
    min-height: 236px;
  }

  .app-proof-section {
    background: linear-gradient(180deg, #ffffff 0%, var(--paper) 100%);
  }

  .club-benefits-section {
    padding-top: 64px;
  }

  .club-benefit-showcase {
    min-height: 720px;
    background:
      linear-gradient(180deg, rgba(17, 17, 15, 0.94) 0%, rgba(17, 17, 15, 0.9) 54%, rgba(253, 209, 32, 0.96) 54.2%, rgba(253, 209, 32, 0.86) 100%);
  }

  .club-benefit-card {
    top: 24px;
    left: 12px;
    width: calc(100% - 24px);
    padding: 24px 20px 50px;
  }

  .club-benefit-head {
    gap: 16px;
  }

  .club-benefit-card p {
    font-size: 15px;
  }

  .club-benefit-phone {
    right: 50%;
    top: auto;
    bottom: 78px;
    width: min(90vw, 360px);
    transform: translateX(50%);
  }

  .club-benefit-contract {
    right: 50%;
    bottom: 24px;
    transform: translateX(50%);
  }

  .plan-card {
    min-height: 0;
  }

  .final-cta-actions .btn {
    width: 100%;
  }
}

[data-counter] {
  font-variant-numeric: tabular-nums;
}

.hero-poster {
  isolation: isolate;
  transform-style: preserve-3d;
}

.hero-poster::before,
.hero-poster::after {
  pointer-events: none;
}

.proof-metrics,
.steps-grid,
.benefit-grid,
.plans-grid {
  perspective: 1100px;
}

.metric-card,
.step-card,
.benefit-card,
.plan-card,
.plan-proof-row div,
.feature-list div {
  transform-style: preserve-3d;
  transition:
    transform 260ms var(--motion),
    box-shadow 260ms var(--motion),
    border-color 260ms var(--motion),
    background 260ms var(--motion);
}

.steps-grid .reveal:nth-child(2),
.benefit-grid .reveal:nth-child(2),
.plans-grid .reveal:nth-child(2) {
  transition-delay: 70ms;
}

.steps-grid .reveal:nth-child(3),
.benefit-grid .reveal:nth-child(3),
.plans-grid .reveal:nth-child(3) {
  transition-delay: 120ms;
}

.benefit-grid .reveal:nth-child(4),
.plans-grid .reveal:nth-child(4) {
  transition-delay: 170ms;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .metric-card:hover,
  .step-card:hover,
  .benefit-card:hover,
  .plan-card:hover {
    transform: translateY(-6px) rotateX(1.25deg) rotateY(-1.25deg);
    box-shadow: 0 28px 78px rgba(17, 17, 15, 0.16);
  }

  .metric-card strong,
  .plan-card h3,
  .benefit-card h3,
  .step-card h3 {
    transition: transform 260ms var(--motion);
  }

  .metric-card:hover strong,
  .plan-card:hover h3,
  .benefit-card:hover h3,
  .step-card:hover h3 {
    transform: translateZ(18px);
  }

  .plan-proof-row div:hover,
  .feature-list div:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 54px rgba(17, 17, 15, 0.12);
  }
}

@media (min-width: 1041px) and (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .scroll-parallax {
      --parallax-start: -18px;
      --parallax-end: 22px;
      --parallax-scale-start: 1.018;
      --parallax-scale-end: 0.995;
      animation: scroll-parallax-drift linear both;
      animation-timeline: view();
      animation-range: entry -10% exit 112%;
      will-change: transform;
    }

    .parallax-hero {
      --parallax-start: -24px;
      --parallax-end: 26px;
      --parallax-scale-start: 1.026;
      --parallax-scale-end: 0.996;
    }

    .parallax-app {
      --parallax-start: 24px;
      --parallax-end: -18px;
      --parallax-scale-start: 0.99;
      --parallax-scale-end: 1.018;
    }

    .parallax-benefit {
      --parallax-start: 18px;
      --parallax-end: -22px;
      --parallax-scale-start: 0.995;
      --parallax-scale-end: 1.012;
    }
  }
}

@keyframes scroll-parallax-drift {
  from {
    transform: translate3d(0, var(--parallax-start), 0) scale(var(--parallax-scale-start));
  }

  to {
    transform: translate3d(0, var(--parallax-end), 0) scale(var(--parallax-scale-end));
  }
}

.club-benefit-card {
  background: rgba(255, 255, 255, 0.92);
}

.final-cta-section {
  background:
    linear-gradient(106deg, var(--yellow) 0%, #ffe36d 72%, #11110f 72.2%, #11110f 100%);
}

.final-cta-section::before {
  z-index: 0;
  pointer-events: none;
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 720px) max-content;
  grid-template-areas:
    "eyebrow actions"
    "title actions";
  column-gap: clamp(28px, 6vw, 88px);
}

.final-cta-inner > .eyebrow {
  grid-area: eyebrow;
}

.final-cta-inner h2 {
  grid-area: title;
  font-size: clamp(36px, 4vw, 54px);
}

.final-cta-actions {
  grid-area: actions;
  align-self: center;
  justify-content: flex-end;
}

.final-cta-section .btn-primary {
  color: var(--ink);
  background: var(--white);
  border-color: rgba(255, 255, 255, 0.36);
}

.final-cta-section .btn-ghost {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 1040px) {
  .club-benefit-phone {
    opacity: 0.55;
  }

  .final-cta-section {
    background: linear-gradient(180deg, var(--yellow) 0%, #ffe36d 100%);
  }

  .final-cta-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "actions";
    row-gap: 16px;
  }

  .final-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .club-benefit-phone {
    opacity: 0.9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .scroll-parallax,
  .metric-card,
  .step-card,
  .benefit-card,
  .plan-card,
  .plan-proof-row div,
  .feature-list div {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition-duration: 0.001ms !important;
  }
}
