:root {
  --ink: #08111f;
  --ink-2: #0f1d2d;
  --green: #58db27;
  --green-dark: #2aa907;
  --blue: #16a6e8;
  --blue-dark: #0878b8;
  --white: #ffffff;
  --muted: #657083;
  --line: #dfe6ed;
  --soft: #f4f7f9;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(8,17,31,.16);
  --container: min(1160px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 20px; top: -60px; z-index: 9999; background: var(--white); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; background: rgba(8,17,31,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 8px 28px rgba(0,0,0,.18); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 122px; height: 72px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 116px; transform: translateY(2px); }
.primary-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.82); font-size: .94rem; font-weight: 700; }
.primary-nav a:not(.button):hover { color: var(--green); }
.menu-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; padding: 9px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: var(--white); border-radius: 99px; }

.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 12px; min-height: 52px; padding: 0 24px; background: linear-gradient(135deg, var(--green), #8df23f); color: var(--ink); font-weight: 900; letter-spacing: -.01em; box-shadow: 0 12px 28px rgba(88,219,39,.24); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(88,219,39,.32); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 900; color: var(--blue-dark); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; padding: 158px 0 100px; color: var(--white); background:
  radial-gradient(circle at 74% 26%, rgba(22,166,232,.18), transparent 28%),
  radial-gradient(circle at 18% 45%, rgba(88,219,39,.14), transparent 34%),
  linear-gradient(135deg, #07101c 0%, #0b1725 46%, #08111f 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-dark); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; border-radius: 99px; background: linear-gradient(90deg,var(--green),var(--blue)); }
.eyebrow.light { color: rgba(255,255,255,.72); }
.hero h1 { max-width: 720px; margin: 18px 0 20px; font-size: clamp(3.25rem, 6.7vw, 5.9rem); line-height: .96; letter-spacing: -.065em; }
.hero h1::after { content: ""; display: block; width: 132px; height: 8px; margin-top: 24px; border-radius: 99px; background: linear-gradient(90deg,var(--green),var(--blue)); }
.hero-lede { max-width: 660px; margin: 0; color: rgba(255,255,255,.74); font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin: 34px 0 40px; }
.hero .text-link { color: var(--white); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero-proof div { padding-left: 14px; border-left: 2px solid rgba(88,219,39,.65); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: .97rem; }
.hero-proof span { color: rgba(255,255,255,.5); font-size: .78rem; }
.hero-visual { min-height: 610px; position: relative; display: grid; place-items: center; }
.glow { position: absolute; border-radius: 50%; filter: blur(10px); }
.glow-one { width: 430px; height: 430px; background: rgba(88,219,39,.16); }
.glow-two { width: 340px; height: 340px; right: 2%; bottom: 4%; background: rgba(22,166,232,.13); }
.phone-shell { position: relative; z-index: 2; width: 326px; padding: 16px 12px 14px; border: 2px solid rgba(255,255,255,.32); border-radius: 48px; background: linear-gradient(145deg,#111d2d,#02070e); box-shadow: 0 42px 90px rgba(0,0,0,.42), inset 0 0 0 5px rgba(255,255,255,.04); transform: rotate(3deg); }
.phone-top { height: 26px; display: grid; place-items: center; }
.phone-top span { width: 86px; height: 7px; border-radius: 99px; background: #263446; }
.phone-screen { min-height: 500px; border-radius: 30px; padding: 18px 15px; background: linear-gradient(180deg,#f7fbfd,#edf4f7); color: var(--ink); }
.pass-header { display: flex; align-items: center; gap: 10px; }
.pass-header img { width: 54px; height: 54px; object-fit: cover; border-radius: 15px; background: var(--ink); }
.pass-header small,.pass-header strong { display: block; }
.pass-header small { font-size: .59rem; letter-spacing: .08em; color: var(--muted); font-weight: 800; }
.pass-header strong { font-size: .92rem; }
.pass-status { display: inline-flex; align-items: center; gap: 7px; margin: 18px 0 14px; padding: 6px 10px; border-radius: 99px; background: #e6f9dd; color: #28790d; font-size: .61rem; font-weight: 900; }
.pass-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--green-dark); }
.offer-card { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 10px; margin-bottom: 10px; padding: 12px; border: 1px solid #dce6eb; border-radius: 15px; background: white; box-shadow: 0 8px 18px rgba(8,17,31,.05); }
.offer-card.featured { padding-block: 15px; border-color: rgba(88,219,39,.45); box-shadow: 0 12px 22px rgba(88,219,39,.12); }
.offer-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #eff7fa; font-size: 1.15rem; }
.offer-card small,.offer-card strong,.offer-card span { display: block; }
.offer-card small { color: var(--green-dark); font-size: .52rem; font-weight: 900; }
.offer-card strong { font-size: .75rem; line-height: 1.25; }
.offer-card span { color: var(--muted); font-size: .65rem; }
.offer-card b { padding: 6px 7px; border-radius: 8px; background: var(--ink); color: var(--white); font-size: .58rem; }
.screen-footer { display: flex; gap: 10px; justify-content: center; padding-top: 12px; color: var(--muted); font-size: .58rem; }
.screen-footer span::before { content: "✓"; margin-right: 4px; color: var(--green-dark); font-weight: 900; }
.phone-home { width: 110px; height: 5px; margin: 10px auto 0; border-radius: 99px; background: #263446; }
.floating-card { position: absolute; z-index: 3; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(15,29,45,.9); backdrop-filter: blur(14px); box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.savings-card { top: 12%; right: -2%; padding: 15px 18px; }
.savings-card strong,.savings-card span { display: block; }
.savings-card strong { color: var(--green); font-size: 1.35rem; }
.savings-card span { color: rgba(255,255,255,.55); font-size: .68rem; }
.team-card { left: -7%; bottom: 15%; display: flex; align-items: center; gap: 10px; padding: 13px 16px; }
.team-card strong,.team-card span { display: block; }
.team-card strong { font-size: .78rem; }
.team-card span { color: rgba(255,255,255,.55); font-size: .65rem; }
.mini-ball { font-size: 1.4rem!important; color: white!important; }
.hero-wave { position: absolute; z-index: 1; inset: auto -5% -88px; height: 140px; border-radius: 50% 50% 0 0; background: var(--white); transform: rotate(-2deg); }

.logo-strip { padding: 28px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.strip-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; color: #4c5868; font-weight: 800; font-size: .88rem; }
.section { padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading h2,.benefits-copy h2,.calculator-copy h2,.faq-intro h2,.start-copy h2 { margin: 13px 0 17px; font-size: clamp(2.15rem, 4vw, 3.6rem); line-height: 1.04; letter-spacing: -.045em; }
.section-heading p,.benefits-copy>p,.calculator-copy>p,.faq-intro p,.start-copy>p { color: var(--muted); font-size: 1.05rem; }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.step-card { position: relative; min-height: 320px; padding: 30px 25px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 16px 38px rgba(8,17,31,.06); }
.step-card::after { content: ""; position: absolute; right: -42px; bottom: -42px; width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(135deg,rgba(88,219,39,.14),rgba(22,166,232,.12)); }
.step-number { color: #ccd5dd; font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.step-icon { display: grid; place-items: center; width: 58px; height: 58px; margin: 35px 0 22px; border-radius: 17px; background: var(--ink); font-size: 1.6rem; box-shadow: 0 12px 25px rgba(8,17,31,.2); }
.step-card h3 { margin: 0 0 11px; font-size: 1.15rem; }
.step-card p { margin: 0; color: var(--muted); font-size: .93rem; }

.benefits { background: var(--soft); }
.benefits-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 90px; align-items: center; }
.dashboard-card { max-width: 500px; padding: 28px; border-radius: 28px; background: var(--white); box-shadow: var(--shadow); transform: rotate(-2deg); }
.dashboard-top,.progress-label { display: flex; justify-content: space-between; align-items: center; }
.dashboard-top small,.dashboard-top strong { display: block; }
.dashboard-top small { font-size: .65rem; color: var(--muted); letter-spacing: .1em; font-weight: 900; }
.dashboard-top strong { font-size: 1.25rem; }
.dashboard-top>span { padding: 6px 9px; border-radius: 99px; background: #e8fadb; color: #2b7c0e; font-size: .62rem; font-weight: 900; }
.progress-label { margin: 30px 0 9px; font-size: .8rem; }
.progress { height: 13px; overflow: hidden; border-radius: 99px; background: #e9eef2; }
.progress i { display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--green),var(--blue)); }
.dashboard-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 28px 0; }
.dashboard-metrics div { padding: 16px 12px; border-radius: 14px; background: var(--soft); }
.dashboard-metrics span,.dashboard-metrics strong { display: block; }
.dashboard-metrics span { color: var(--muted); font-size: .64rem; }
.dashboard-metrics strong { margin-top: 5px; font-size: 1.15rem; }
.seller-list { border-top: 1px solid var(--line); }
.seller-list div { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.seller-list span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--ink); color: white; font-size: .65rem; }
.seller-list strong { font-size: .84rem; }
.seller-list em { color: var(--green-dark); font-size: .74rem; font-style: normal; font-weight: 900; }
.benefit-list { margin: 30px 0 28px; }
.benefit-list article { display: grid; grid-template-columns: 38px 1fr; gap: 14px; margin-bottom: 22px; }
.benefit-list article>div:first-child { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #e6f9dc; color: #2f860f; font-weight: 900; }
.benefit-list h3 { margin: 1px 0 4px; font-size: 1.02rem; }
.benefit-list p { margin: 0; color: var(--muted); font-size: .92rem; }

.calculator-section { color: var(--white); background:
  radial-gradient(circle at 88% 18%, rgba(22,166,232,.16), transparent 22%),
  radial-gradient(circle at 10% 80%, rgba(88,219,39,.14), transparent 26%),
  var(--ink); }
.calculator-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 80px; }
.calculator-copy>p { color: rgba(255,255,255,.62); }
.calc-controls { display: grid; gap: 22px; margin-top: 38px; }
.calc-controls label>span { display: flex; justify-content: space-between; align-items: center; margin-bottom: 9px; }
.calc-controls b { font-size: .88rem; }
.calc-controls output { color: var(--green); font-weight: 900; }
input[type="range"] { width: 100%; accent-color: var(--green); }
.result-card { padding: 42px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.04)); backdrop-filter: blur(12px); box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.result-kicker { color: rgba(255,255,255,.6); font-size: .77rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 900; }
.result-total { margin: 10px 0 0; color: var(--green); font-size: clamp(3.4rem,7vw,5.6rem); line-height: 1; letter-spacing: -.06em; font-weight: 950; }
.result-card>p { margin: 8px 0 28px; color: rgba(255,255,255,.58); }
.result-breakdown { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 26px; }
.result-breakdown div { padding: 15px 12px; border-radius: 14px; background: rgba(255,255,255,.07); }
.result-breakdown span,.result-breakdown strong { display: block; }
.result-breakdown span { color: rgba(255,255,255,.48); font-size: .65rem; }
.result-breakdown strong { margin-top: 5px; font-size: 1.05rem; }
.result-card small { display: block; margin-top: 14px; color: rgba(255,255,255,.4); text-align: center; font-size: .69rem; }

.audience-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.audience-card { padding: 28px; border-radius: var(--radius); background: var(--ink); color: white; min-height: 230px; }
.audience-card:nth-child(even) { background: linear-gradient(145deg,#0e4770,#0a1c2c); }
.audience-card>div { font-size: 2.1rem; }
.audience-card h3 { margin: 32px 0 8px; font-size: 1.22rem; }
.audience-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }

.faq { background: var(--soft); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.accordion details { border-bottom: 1px solid #ccd5dd; }
.accordion summary { position: relative; padding: 24px 44px 24px 0; list-style: none; cursor: pointer; font-weight: 900; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 17px; font-size: 1.6rem; color: var(--blue-dark); }
.accordion details[open] summary::after { content: "–"; }
.accordion p { margin: -8px 0 24px; padding-right: 40px; color: var(--muted); }

.start-section { color: white; background: linear-gradient(135deg,#07111f,#0b1c2c); }
.start-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 76px; align-items: center; }
.start-copy>img { width: 180px; margin-bottom: 16px; }
.start-copy>p { color: rgba(255,255,255,.62); }
.start-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0; margin: 28px 0 0; list-style: none; color: rgba(255,255,255,.82); font-size: .9rem; }
.start-copy li::before { content: "✓"; display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 8px; border-radius: 7px; background: rgba(88,219,39,.18); color: var(--green); font-weight: 900; }
.lead-form { padding: 34px; border-radius: 24px; background: white; color: var(--ink); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lead-form label { display: block; margin-bottom: 15px; color: #263344; font-size: .8rem; font-weight: 850; }
.lead-form input,.lead-form select,.lead-form textarea { width: 100%; margin-top: 7px; border: 1px solid #d4dee6; border-radius: 10px; padding: 12px 13px; background: #fbfcfd; color: var(--ink); outline: none; }
.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,166,232,.12); }
.lead-form textarea { resize: vertical; }
.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: .7rem; }
.form-success { min-height: 20px; margin-top: 10px; color: #247508; text-align: center; font-size: .82rem; font-weight: 800; }

.site-footer { padding: 58px 0 25px; background: #040a12; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 60px; }
.footer-grid>div:first-child img { width: 130px; }
.footer-grid p { max-width: 360px; color: rgba(255,255,255,.5); font-size: .84rem; }
.footer-grid strong { display: block; margin-bottom: 13px; }
.footer-grid a { display: block; margin: 8px 0; color: rgba(255,255,255,.57); font-size: .85rem; }
.footer-grid a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.38); font-size: .72rem; }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .primary-nav { position: fixed; inset: 84px 18px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; border-radius: 16px; background: #0c1827; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px; }
  .menu-toggle { display: block; }
  .hero-grid,.benefits-grid,.calculator-grid,.faq-grid,.start-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 35px; }
  .hero-copy { text-align: center; }
  .hero h1::after { margin-inline: auto; }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-proof { max-width: 620px; margin-inline: auto; text-align: left; }
  .hero-visual { min-height: 590px; }
  .steps-grid,.audience-grid { grid-template-columns: repeat(2,1fr); }
  .benefits-grid,.calculator-grid,.faq-grid,.start-grid { gap: 50px; }
  .dashboard-card { margin-inline: auto; }
  .faq-intro { position: static; }
}

@media (max-width: 650px) {
  :root { --container: min(100% - 26px, 1160px); }
  .section { padding: 78px 0; }
  .nav-wrap { min-height: 76px; }
  .site-header .brand { height: 64px; }
  .primary-nav { top: 76px; }
  .hero { padding-top: 132px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-actions { flex-direction: column; }
  .hero-proof { grid-template-columns: 1fr; max-width: 270px; }
  .hero-visual { min-height: 520px; transform: scale(.86); margin: -35px 0; }
  .savings-card { right: -10%; }
  .team-card { left: -12%; }
  .strip-grid { justify-content: center; }
  .steps-grid,.audience-grid,.dashboard-metrics,.result-breakdown,.form-row,.start-copy ul,.footer-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 260px; }
  .calculator-section { overflow: hidden; }
  .result-card,.lead-form { padding: 26px 20px; }
  .result-total { font-size: 3.6rem; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms!important; transition-duration: .01ms!important; }
  .reveal { opacity: 1; transform: none; }
}
