:root {
  --ink: #171817;
  --ink-soft: #222422;
  --acid: #78f52c;
  --acid-dark: #51d910;
  --paper: #f5f5ef;
  --muted: #a9afa7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: white; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.hero { min-height: 760px; position: relative; overflow: hidden; background: radial-gradient(circle at 76% 38%, #283d20 0, #1a1c1a 27%, #171817 58%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .12; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 70%); }
.hero-content { position: relative; z-index: 2; }
.site-header { height: 132px; display: flex; align-items: center; justify-content: space-between; }
.logo { width: 198px; height: 86px; object-fit: contain; object-position: left center; }
.free-pill { display: inline-flex; gap: 9px; align-items: center; border: 1px solid #3e433d; background: rgba(255,255,255,.035); color: #d8ded5; padding: 10px 15px; border-radius: 999px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.free-pill i { width: 8px; height: 8px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 14px var(--acid); }
.urgency-bar { position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; min-height: 52px; padding: 0 18px; border: 1px solid rgba(120,245,44,.18); border-radius: 12px; background: rgba(9,12,9,.48); backdrop-filter: blur(12px); }
.urgency-bar::after { content: ""; position: absolute; left: 0; bottom: 0; width: 72%; height: 2px; background: linear-gradient(90deg,var(--acid),rgba(120,245,44,.08)); box-shadow: 0 0 16px rgba(120,245,44,.45); }
.urgency-status { display: inline-flex; align-items: center; gap: 8px; color: var(--acid); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.urgency-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(120,245,44,.09),0 0 14px var(--acid); }
.urgency-bar p { margin: 0; color: #bcc2ba; font-size: 12px; }
.urgency-bar a { color: #eff3ec; text-decoration: none; font-size: 11px; font-weight: 800; white-space: nowrap; }
.urgency-mobile { display: none; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; padding: 38px 0 58px; }
.eyebrow, .section-kicker { color: var(--acid); font-size: 13px; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; margin: 0 0 18px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(52px, 6vw, 82px); line-height: .95; letter-spacing: -.055em; font-weight: 800; }
h1 em { color: var(--acid); font-style: normal; }
.hero-text { max-width: 590px; color: #c4c9c2; font-size: 19px; line-height: 1.6; margin-bottom: 32px; }
.join-button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 12px; padding: 0 25px; background: var(--acid); color: #102009; border-radius: 12px; text-decoration: none; text-transform: uppercase; font-size: 15px; font-weight: 900; letter-spacing: .025em; box-shadow: 0 14px 40px rgba(120,245,44,.16); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.join-button:hover { transform: translateY(-2px); background: #8bff43; box-shadow: 0 18px 50px rgba(120,245,44,.25); }
.join-button:focus-visible { outline: 3px solid white; outline-offset: 4px; }
.join-button svg { width: 25px; height: 25px; fill: currentColor; }
.trust-line { color: #939991; margin: 19px 0 0; font-size: 12px; }
.trust-line span { color: var(--acid); font-weight: bold; }
.trust-line b { color: #555a54; padding: 0 8px; }

.product-stage { position: relative; width: min(100%,430px); height: 480px; justify-self: end; display: grid; place-items: center; isolation: isolate; }
.product-stage::before { content: ""; position: absolute; z-index: -2; width: 330px; height: 330px; border-radius: 50%; background: radial-gradient(circle,rgba(120,245,44,.18),rgba(120,245,44,.035) 45%,transparent 70%); filter: blur(3px); }
.stage-ring { position: absolute; z-index: -1; border: 1px solid rgba(120,245,44,.12); border-radius: 50%; }.stage-ring-one { width: 350px; height: 350px; }.stage-ring-two { width: 270px; height: 270px; border-color: rgba(255,255,255,.07); }
.hero-product { width: 275px; height: 405px; object-fit: contain; transform-origin: center center; filter: drop-shadow(0 34px 32px rgba(0,0,0,.46)); animation: product-turn 6s ease-in-out infinite; will-change: transform; }
@keyframes product-turn { 0%,100% { transform: perspective(900px) rotateY(-8deg) translateY(3px); } 50% { transform: perspective(900px) rotateY(8deg) translateY(-5px); } }
.offer-alert { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 150px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 13px; background: rgba(30,33,30,.92); box-shadow: 0 18px 38px rgba(0,0,0,.32); backdrop-filter: blur(14px); }
.offer-alert i { display: grid; place-items: center; flex: 0 0 auto; width: 31px; height: 31px; border-radius: 9px; background: rgba(120,245,44,.11); color: var(--acid); font-size: 14px; font-style: normal; font-weight: 900; }
.offer-alert span,.offer-alert small,.offer-alert strong { display: block; }.offer-alert small { margin-bottom: 3px; color: #8f968d; font-size: 7px; letter-spacing: .04em; }.offer-alert strong { color: white; font-size: 11px; white-space: nowrap; }
.alert-discount { right: -4px; top: 54px; }.alert-coupon { left: -7px; top: 155px; }.alert-shipping { right: -11px; bottom: 105px; }.alert-store { left: 5px; bottom: 44px; }
.stage-caption { position: absolute; right: 22px; bottom: 28px; color: #687066; font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }

.benefits-section { color: var(--ink); background: linear-gradient(180deg,#f3f4ee 0,#e9ebe4 100%); padding: 78px 0 86px; }
.benefits-section h2, .how-section h2, .final-cta h2 { font-size: clamp(40px, 5vw, 62px); line-height: 1; letter-spacing: -.045em; margin-bottom: 50px; }
.benefit-grid { overflow: hidden; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #30332f; border-radius: 20px; background: #1b1d1b; box-shadow: 0 24px 60px rgba(23,24,23,.13); }
.benefit-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 185px; padding: 22px 24px 25px; color: white; background: radial-gradient(circle at 100% 0,rgba(120,245,44,.07),transparent 43%); }
.benefit-card + .benefit-card { border-left: 1px solid #363936; }
.benefit-card::after { content: ""; position: absolute; left: 24px; bottom: 0; width: 38px; height: 3px; border-radius: 4px 4px 0 0; background: var(--acid); }
.benefit-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }.benefit-top small { color: #858c83; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.benefit-index { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(120,245,44,.28); border-radius: 50%; color: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: .05em; }
.benefit-copy h3 { margin: 0 0 7px; font-size: 25px; letter-spacing: -.035em; }.benefit-copy p { margin: 0; color: #929990; font-size: 11px; letter-spacing: .01em; }

.how-section { background: #202220; padding: 105px 0; }
.how-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.how-section h2 { margin: 0; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 70px 1fr; padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px solid #393c38; }
.steps li:last-child { margin-bottom: 0; border-bottom: 0; }
.steps li > span { color: var(--acid); font-weight: 800; font-size: 14px; }
.steps strong { display: block; margin-bottom: 8px; font-size: 20px; }.steps p { margin: 0; color: #9da39b; line-height: 1.55; }

.final-cta { padding: 72px 0; background: #161716; color: white; border-top: 1px solid #2f322e; }
.final-inner { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 45px; padding: 52px 58px; border: 1px solid #373a36; border-radius: 25px; background: linear-gradient(120deg,#1b1d1b 0,#232623 75%,#2c3528 100%); box-shadow: 0 26px 70px rgba(0,0,0,.22); }
.final-inner::after { content: ""; position: absolute; width: 280px; height: 280px; right: -100px; top: -120px; border: 1px solid rgba(120,245,44,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(120,245,44,.035); }
.final-copy,.final-action { position: relative; z-index: 1; }.final-cta .section-kicker { margin-bottom: 13px; }.final-cta h2 { max-width: 650px; margin: 0 0 13px; font-size: clamp(36px,4vw,52px); }.final-cta p:not(.section-kicker) { margin: 0; color: #9fa59c; }
.final-action { display: flex; flex-direction: column; align-items: stretch; gap: 12px; }.final-action .join-button { width: 100%; }.final-note { color: #afb5ac; font-size: 11px; text-align: center; }.final-note i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--acid); }

footer { padding: 25px 0; background: #141514; color: #7f857d; }
.footer-inner { display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 30px; }
.footer-inner img { width: 150px; height: 58px; object-fit: contain; }.footer-inner p { margin: 0; font-size: 11px; line-height: 1.45; }.copyright { white-space: nowrap; }
.discount-note { margin: 12px auto 0; width: min(1120px,calc(100% - 40px)); color: #5f645d; font-size: 9px; text-align: center; }
.floating-cta { position: fixed; z-index: 30; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 18px; padding: 10px 10px 10px 20px; border: 1px solid #3b4039; border-radius: 17px; background: rgba(23,24,23,.94); box-shadow: 0 20px 55px rgba(0,0,0,.38); backdrop-filter: blur(15px); opacity: 0; visibility: hidden; transform: translateY(20px); transition: opacity .25s ease, transform .25s ease, visibility .25s ease; }
.floating-cta.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.floating-cta > span b,.floating-cta > span small { display: block; }.floating-cta > span b { font-size: 13px; }.floating-cta > span small { margin-top: 3px; color: #929890; font-size: 11px; }.floating-cta .join-button { min-height: 47px; padding: 0 17px; font-size: 12px; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 15px; padding-top: 30px; }
  .hero-copy { text-align: center; }.hero-text { margin-left: auto; margin-right: auto; }
  .product-stage { justify-self: center; }
  .how-grid { grid-template-columns: 1fr; gap: 55px; }
  .final-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }.footer-inner img { margin: auto; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1120px); }
  .site-header { height: 95px; }.logo { width: 148px; height: 68px; }.free-pill { font-size: 9px; padding: 8px 10px; }
  .urgency-bar { grid-template-columns: auto 1fr auto; gap: 7px; min-height: 48px; padding: 8px 10px; }.urgency-status { gap: 6px; font-size: 7px; letter-spacing: .06em; }.urgency-status i { width: 5px; height: 5px; box-shadow: 0 0 0 3px rgba(120,245,44,.09),0 0 10px var(--acid); }.urgency-bar p { min-width: 0; font-size: 8px; line-height: 1; text-align: center; white-space: nowrap; }.urgency-desktop { display: none; }.urgency-mobile { display: inline; }.urgency-bar a { padding: 7px 8px; border-radius: 7px; background: rgba(120,245,44,.1); color: var(--acid); font-size: 7px; text-transform: uppercase; letter-spacing: .04em; }.urgency-bar::after { width: 70%; }
  .hero { min-height: 0; }.hero-grid { padding: 38px 0 75px; }
  h1 { font-size: clamp(39px,12vw,46px); }.hero-text { font-size: 16px; line-height: 1.55; }.hero-copy > .join-button { width: 100%; }.trust-line { font-size: 10px; }
  .product-stage { width: calc(100% + 4px); height: 430px; margin-top: 18px; }.hero-product { width: 235px; height: 350px; }.stage-ring-one { width: 292px; height: 292px; }.stage-ring-two { width: 225px; height: 225px; }.product-stage::before { width: 280px; height: 280px; }.offer-alert { min-width: 126px; gap: 7px; padding: 8px 9px; border-radius: 11px; }.offer-alert i { width: 25px; height: 25px; border-radius: 7px; font-size: 11px; }.offer-alert small { font-size: 6px; }.offer-alert strong { font-size: 9px; }.alert-discount { right: 0; top: 42px; }.alert-coupon { left: 0; top: 135px; }.alert-shipping { right: 0; bottom: 80px; }.alert-store { left: 4px; bottom: 30px; }.stage-caption { right: 8px; bottom: 12px; font-size: 6px; }
  .benefits-section { padding: 50px 0 58px; }.how-section { padding: 68px 0; }.benefits-section h2, .how-section h2, .final-cta h2 { font-size: 35px; margin-bottom: 26px; }.benefits-section .section-kicker { margin-bottom: 12px; }
  .benefit-grid { grid-template-columns: repeat(3,minmax(0,1fr)); border-radius: 15px; }.benefit-card { min-width: 0; min-height: 126px; padding: 12px 8px 15px; text-align: center; }.benefit-card + .benefit-card { border-left-color: #343734; }.benefit-card::after { left: 50%; width: 24px; transform: translateX(-50%); }.benefit-top { justify-content: center; }.benefit-top small { display: none; }.benefit-index { width: 25px; height: 25px; font-size: 7px; }.benefit-copy h3 { margin-bottom: 6px; font-size: 12px; line-height: 1; white-space: nowrap; }.benefit-copy p { min-height: 20px; font-size: 7px; line-height: 1.25; }
  .steps li { grid-template-columns: 55px 1fr; }.steps strong { font-size: 17px; }.steps p { font-size: 14px; }
  .final-cta { padding: 0; }.final-inner { width: 100%; padding: 48px 20px calc(52px + env(safe-area-inset-bottom)); border: 0; border-radius: 0; }.final-cta .join-button { width: 100%; padding-inline: 12px; font-size: 12px; }
  footer { padding-bottom: 105px; }
  .floating-cta { left: 0; right: 0; bottom: 0; display: block; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border: 0; border-top: 1px solid #353835; border-radius: 0; }
  .floating-cta > span { display: none; }.floating-cta .join-button { width: 100%; min-height: 52px; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
