:root {
  --ink: #092d25;
  --green-950: #003f33;
  --green-900: #005444;
  --green-800: #006d57;
  --green-600: #00a977;
  --lime: #09d984;
  --gold: #ffd75d;
  --cream: #f5f8f1;
  --line: #dfe8e2;
  --muted: #5f746d;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.hero-enter { animation: heroEnter .8s cubic-bezier(.2,.75,.25,1) both; }
.hero-enter-late { animation-delay: .16s; }
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal-ready [data-reveal][data-delay="1"] { transition-delay: .1s; }
.reveal-ready [data-reveal][data-delay="2"] { transition-delay: .2s; }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes heroEnter { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 48px));
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; font-size: 20px; letter-spacing: -.4px; }
.brand img { width: 44px; height: 44px; object-fit: cover; border-radius: 12px; }
.site-header nav { display: flex; gap: 38px; font-size: 14px; color: rgba(255,255,255,.82); }
.site-header nav a, .text-link { transition: color .2s ease; }
.site-header nav a:hover { color: var(--gold); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { border: 1px solid rgba(255,255,255,.45); padding: 13px 20px; font-size: 14px; }
.button-small span { color: var(--gold); }

.hero {
  min-height: 850px;
  padding: 150px max(32px, calc((100vw - 1180px)/2)) 90px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 78% 15%, rgba(16,218,126,.25), transparent 27%),
    linear-gradient(135deg, #002f27 0%, #005b49 60%, #007b5f 100%);
  color: white;
}
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(90deg, #000, transparent 55%); opacity: .35; }
.hero-glow { position: absolute; border: 1px solid rgba(83,255,177,.18); border-radius: 50%; }
.hero-glow-one { width: 660px; height: 660px; right: -150px; top: 40px; animation: orbitDrift 11s ease-in-out infinite alternate; }
.hero-glow-two { width: 510px; height: 510px; right: -75px; top: 115px; animation: orbitDrift 9s ease-in-out infinite alternate-reverse; }
@keyframes orbitDrift { to { transform: translate3d(-20px, 14px, 0) scale(1.03); } }
.hero-copy { position: relative; z-index: 2; padding-top: 30px; }
.eyebrow, .kicker { font-size: 12px; letter-spacing: 2.2px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #b6ead4; }
.eyebrow span { display: block; width: 30px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 670px; margin: 25px 0 24px; font-size: clamp(58px, 6vw, 86px); line-height: .98; letter-spacing: -5px; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-lede { max-width: 580px; margin: 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button-primary { background: var(--gold); color: var(--ink); padding: 18px 26px; min-width: 174px; }
.button-primary:hover { background: #ffe182; }
.text-link { font-size: 14px; font-weight: 700; color: #d8eee7; }
.text-link span { color: var(--gold); margin-left: 8px; }
.trust-row { display: flex; gap: 30px; margin-top: 52px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); max-width: 620px; }
.trust-row > div { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.66); font-size: 12px; }
.trust-row strong { color: white; }
.check-icon { flex: 0 0 auto; width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #d9f8e9; color: var(--green-800); font-size: 12px; font-weight: 900; }

.hero-visual { position: relative; z-index: 2; min-height: 610px; display: flex; align-items: center; justify-content: center; }
.phone { width: 304px; height: 616px; padding: 13px; position: relative; z-index: 4; background: #071b17; border-radius: 48px; box-shadow: 0 42px 90px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.2); transform: rotate(2deg); }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 37px; }
.phone-speaker { position: absolute; z-index: 5; top: 21px; left: 50%; transform: translateX(-50%); width: 80px; height: 19px; background: #071b17; border-radius: 0 0 13px 13px; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(77,246,170,.4); }
.orbit-one { width: 490px; height: 490px; }
.orbit-two { width: 390px; height: 390px; border-color: rgba(255,215,93,.2); }
.floating-card { position: absolute; z-index: 6; background: rgba(255,255,255,.96); color: var(--ink); border: 1px solid rgba(255,255,255,.8); border-radius: 18px; box-shadow: 0 18px 50px rgba(0,39,30,.3); animation: cardFloat 4.8s ease-in-out infinite alternate; }
.limit-card { left: -15px; top: 80px; padding: 18px 25px; transform: rotate(-4deg); }
.limit-card span { display: block; color: var(--muted); font-size: 11px; }
.limit-card strong { display: block; margin-top: 3px; font-size: 25px; }
.speed-card { right: -28px; bottom: 74px; padding: 14px 18px; display: flex; align-items: center; gap: 12px; animation-delay: -2.2s; }
@keyframes cardFloat { to { translate: 0 -10px; } }
.speed-card .mini-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: #d7f8e8; color: var(--green-800); font-weight: 900; }
.speed-card strong, .speed-card small { display: block; }
.speed-card strong { font-size: 13px; }
.speed-card small { margin-top: 4px; font-size: 10px; color: var(--muted); }

.stats-strip { width: min(1080px, calc(100% - 48px)); margin: -40px auto 0; position: relative; z-index: 8; min-height: 118px; display: grid; grid-template-columns: 1fr 1px 1fr 1px 1fr; align-items: center; background: #fff; border-radius: 20px; box-shadow: 0 18px 60px rgba(5,65,50,.13); }
.stats-strip div { padding: 20px 42px; }
.stats-strip span, .stats-strip small { display: block; }
.stats-strip span { color: var(--green-600); text-transform: uppercase; letter-spacing: 1.3px; font-weight: 800; font-size: 9px; }
.stats-strip strong { display: block; margin: 5px 0 3px; font-size: 25px; }
.stats-strip small { color: var(--muted); font-size: 11px; }
.stats-strip i { display: block; height: 48px; background: var(--line); }

.section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 125px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 55px; }
.section-heading h2, .terms-copy h2, .faq-intro h2, .cta-content h2 { margin: 15px 0 0; font-size: clamp(40px, 4.5vw, 60px); line-height: 1.06; letter-spacing: -3px; }
.section-heading > p { max-width: 380px; color: var(--muted); line-height: 1.7; font-size: 15px; margin: 0 0 6px; }
.kicker { color: var(--green-600); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps-grid article { min-height: 320px; position: relative; padding: 34px; background: var(--cream); border: 1px solid #e6ece6; border-radius: 22px; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.steps-grid article:hover { transform: translateY(-7px); border-color: #cbded4; box-shadow: 0 20px 45px rgba(0,69,53,.1); }
.steps-grid .featured-step { background: var(--green-900); color: white; transform: translateY(-12px); box-shadow: 0 22px 50px rgba(0,77,61,.18); }
.steps-grid .featured-step:hover { transform: translateY(-18px); }
.step-number { position: absolute; right: 26px; top: 24px; font-size: 12px; color: #93a39c; letter-spacing: 2px; }
.featured-step .step-number { color: #8bc2b3; }
.step-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; background: white; color: var(--green-700); font-size: 26px; font-weight: 900; box-shadow: 0 8px 28px rgba(0,83,63,.08); }
.featured-step .step-icon { background: var(--gold); color: var(--ink); }
.steps-grid h3 { margin: 52px 0 12px; font-size: 21px; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.featured-step p { color: rgba(255,255,255,.65); }

.terms-section { min-height: 670px; display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); }
.terms-art { position: relative; overflow: hidden; display: grid; place-items: center; background: linear-gradient(145deg, #004537, #009166); }
.terms-art::before { content: ""; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; position: absolute; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.wallet-mark { width: 330px; position: relative; z-index: 2; transform: rotate(-5deg); border-radius: 34px; overflow: hidden; box-shadow: 0 35px 70px rgba(0,30,23,.35); }
.coin { position: absolute; z-index: 3; width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; border: 7px solid #ffe88c; background: linear-gradient(145deg, #ffdb54, #eaa500); color: white; font-size: 30px; font-weight: 900; box-shadow: 0 14px 30px rgba(0,0,0,.25); }
.coin-one { top: 120px; right: 19%; transform: rotate(12deg); }
.coin-two { bottom: 100px; left: 19%; width: 52px; height: 52px; font-size: 21px; border-width: 5px; transform: rotate(-12deg); }
.terms-copy { align-self: center; max-width: 560px; padding: 80px 70px; }
.terms-copy > p { color: var(--muted); line-height: 1.7; font-size: 15px; }
.terms-copy ul { margin: 32px 0 28px; padding: 0; list-style: none; display: grid; gap: 17px; }
.terms-copy li { display: flex; align-items: center; gap: 13px; font-size: 14px; }
.terms-note { border-left: 3px solid var(--gold); padding-left: 15px; font-size: 11px !important; }

.readiness { padding-top: 120px; }
.readiness-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 22px; }
.readiness-intro { min-height: 430px; position: relative; overflow: hidden; padding: 46px; border-radius: 28px; color: white; background: linear-gradient(145deg, var(--green-950), var(--green-800)); }
.readiness-intro::after { content: ""; position: absolute; width: 260px; height: 260px; right: -90px; bottom: -90px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.03), 0 0 0 110px rgba(255,255,255,.02); }
.readiness-tag { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: 1.8px; }
.readiness-intro h3 { max-width: 330px; margin: 26px 0 18px; font-size: 34px; line-height: 1.08; letter-spacing: -1.7px; }
.readiness-intro p { max-width: 390px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.75; }
.readiness-mark { position: absolute; left: 46px; bottom: 40px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: var(--gold); color: var(--ink); font-size: 25px; font-weight: 900; }
.readiness-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.readiness-grid article { min-height: 206px; display: flex; gap: 20px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.readiness-grid article:hover { transform: translateY(-5px); border-color: #c2d9ce; box-shadow: 0 18px 40px rgba(0,69,53,.08); }
.readiness-grid article > span { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: #e5f8ef; color: var(--green-800); font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.readiness-grid h3 { margin: 5px 0 12px; font-size: 18px; }
.readiness-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.clarity-section { padding: 125px max(32px, calc((100vw - 1180px)/2)); color: white; background: #003c31; }
.clarity-inner { width: min(1180px, 100%); margin: 0 auto; }
.clarity-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; column-gap: 70px; }
.clarity-heading h2 { margin: 16px 0 0; font-size: clamp(42px, 5vw, 64px); line-height: 1.02; letter-spacing: -3.5px; }
.clarity-heading p { max-width: 450px; margin: 0 0 8px; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.75; }
.clarity-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 64px; border-top: 1px solid rgba(255,255,255,.16); }
.clarity-grid article { padding: 42px 42px 32px 0; }
.clarity-grid article + article { padding-left: 42px; border-left: 1px solid rgba(255,255,255,.16); }
.clarity-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; color: var(--gold); font-size: 20px; font-weight: 900; transition: transform .3s ease, background .3s ease; }
.clarity-grid article:hover .clarity-icon { transform: rotate(-6deg) scale(1.08); background: rgba(255,255,255,.08); }
.clarity-grid h3 { margin: 28px 0 12px; font-size: 19px; }
.clarity-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.75; }
.responsible-note { margin-top: 40px; padding: 22px 26px; display: flex; align-items: center; gap: 18px; border: 1px solid rgba(255,215,93,.32); border-radius: 18px; background: rgba(255,215,93,.07); }
.responsible-note strong { flex: 0 0 auto; color: var(--gold); font-size: 13px; }
.responsible-note span { color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.6; }

.section-heading.compact { margin-bottom: 48px; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.benefits-grid article { padding: 38px 38px 10px 0; }
.benefits-grid article + article { padding-left: 38px; border-left: 1px solid var(--line); }
.benefits-grid span { color: var(--green-600); font-size: 11px; font-weight: 800; letter-spacing: 2px; }
.benefits-grid h3 { font-size: 20px; margin: 20px 0 10px; }
.benefits-grid p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; border-top: 1px solid var(--line); }
.faq-intro > p { color: var(--muted); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-list summary { cursor: pointer; display: flex; align-items: center; justify-content: space-between; list-style: none; font-weight: 800; font-size: 16px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--green-800); font-size: 20px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--gold); }
.faq-list details p { color: var(--muted); margin: 18px 50px 4px 0; font-size: 14px; line-height: 1.7; }

.cta-section { min-height: 480px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 80px max(32px, calc((100vw - 1180px)/2)); background: linear-gradient(115deg, #004537, #00745a); color: white; }
.cta-section::before { content: ""; position: absolute; width: 520px; height: 520px; right: -80px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }
.cta-content { position: relative; z-index: 2; max-width: 600px; }
.kicker.light { color: #90e1c3; }
.cta-content p { max-width: 540px; color: rgba(255,255,255,.68); line-height: 1.7; }
.button-gold { margin-top: 20px; padding: 17px 25px; background: var(--gold); color: var(--ink); }
.cta-badge { position: relative; z-index: 2; width: 360px; padding: 20px; display: flex; align-items: center; gap: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); transform: rotate(3deg); }
.cta-badge img { width: 90px; height: 90px; object-fit: cover; border-radius: 20px; }
.cta-badge small, .cta-badge strong { display: block; }
.cta-badge small { color: #9bddc6; font-size: 9px; letter-spacing: 1.4px; }
.cta-badge strong { margin-top: 8px; font-size: 25px; }

footer { background: #002c25; color: white; padding: 80px max(32px, calc((100vw - 1180px)/2)) 30px; }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1.4fr; gap: 70px; padding-bottom: 55px; }
.footer-brand p { max-width: 400px; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.7; }
.footer-main h3, .legal-grid h3 { margin: 4px 0 20px; text-transform: uppercase; color: #85cdb7; font-size: 10px; letter-spacing: 1.5px; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }
.footer-main > div:not(:first-child) a { color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.5; }
.footer-main a:hover { color: var(--gold) !important; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; border-top: 1px solid rgba(255,255,255,.12); padding: 42px 0; }
.legal-grid p { color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.8; margin: 0; }
.legal-grid strong { color: rgba(255,255,255,.78); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 26px; display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.42); font-size: 10px; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .trust-row { justify-content: center; margin-left: auto; margin-right: auto; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-visual { margin-top: 30px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .terms-section { grid-template-columns: 1fr; }
  .terms-art { min-height: 560px; }
  .terms-copy { max-width: 760px; }
  .readiness-layout { grid-template-columns: 1fr; }
  .readiness-intro { min-height: 360px; }
  .clarity-heading { grid-template-columns: 1fr; gap: 24px; }
  .faq-section { gap: 55px; }
  .cta-badge { width: 310px; }
}

@media (max-width: 700px) {
  .site-header { width: calc(100% - 32px); height: 76px; }
  .brand { font-size: 17px; }
  .brand img { width: 38px; height: 38px; border-radius: 10px; }
  .button-small { padding: 11px 14px; }
  .hero { min-height: auto; padding: 120px 20px 70px; }
  .hero h1 { font-size: 52px; letter-spacing: -3.5px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 22px; }
  .trust-row { flex-wrap: wrap; gap: 14px 22px; }
  .hero-visual { min-height: 510px; transform: scale(.83); margin: -10px -40px -50px; }
  .phone { width: 276px; height: 560px; }
  .limit-card { left: 0; }
  .speed-card { right: 0; }
  .stats-strip { margin-top: 0; width: 100%; border-radius: 0; grid-template-columns: 1fr; padding: 16px 20px; box-shadow: 0 12px 35px rgba(5,65,50,.1); }
  .stats-strip i { width: 100%; height: 1px; }
  .stats-strip div { padding: 18px 8px; display: grid; grid-template-columns: 70px 1fr; align-items: center; }
  .stats-strip div span, .stats-strip div small { grid-column: 1; }
  .stats-strip div strong { grid-column: 2; grid-row: 1 / span 2; text-align: right; }
  .section { width: calc(100% - 40px); padding: 85px 0; }
  .section-heading h2, .terms-copy h2, .faq-intro h2, .cta-content h2 { font-size: 41px; letter-spacing: -2.4px; }
  .steps-grid, .benefits-grid { grid-template-columns: 1fr; }
  .steps-grid .featured-step { transform: none; }
  .steps-grid article { min-height: 285px; }
  .benefits-grid article, .benefits-grid article + article { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .terms-art { min-height: 440px; }
  .wallet-mark { width: 270px; }
  .coin-one { top: 76px; right: 10%; }
  .terms-copy { padding: 70px 24px; }
  .readiness { padding-top: 85px; }
  .readiness-intro { min-height: 380px; padding: 34px; }
  .readiness-intro h3 { font-size: 30px; }
  .readiness-mark { left: 34px; bottom: 32px; }
  .readiness-grid { grid-template-columns: 1fr; }
  .readiness-grid article { min-height: auto; padding: 26px; }
  .clarity-section { padding: 90px 20px; }
  .clarity-heading h2 { font-size: 43px; letter-spacing: -2.5px; }
  .clarity-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .clarity-grid article, .clarity-grid article + article { padding: 30px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .responsible-note { align-items: flex-start; flex-direction: column; }
  .faq-section { grid-template-columns: 1fr; gap: 45px; }
  .cta-section { padding: 75px 24px; flex-direction: column; align-items: flex-start; }
  .cta-badge { width: 100%; }
  footer { padding: 65px 24px 28px; }
  .footer-main, .legal-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; }
}

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