
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
:root{
  --black:#102320;--g1:#071716;--g2:#102320;--g3:#263d39;
  --g4:#63736f;--g5:#a3b0ac;--g6:#d9e4df;--g7:#f3f8f6;--w:#fff;
  --green:#0f766e;--gd:#0b5f56;--gl:#dff5ed;--brown:#63736f;
  --accent:#a3d635;--accent-soft:#eefbd1;--accent-text:#2f4a0b;--lime:#a3d635;--navy:#0b1f2a;
}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;background:var(--w);color:var(--black);-webkit-font-smoothing:antialiased;overflow-x:hidden}
img,svg{max-width:100%}


/* Lucide icons */
.fi svg,.si svg,.hstat-icon svg,.etfc-icon svg,.prot-main-icon svg,
.sec-card-icon svg,.spsi svg{width:100%;height:100%;stroke-width:1.75}

/* NAV */
nav{position:fixed;top:0;left:0;width:100%;z-index:200;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid #DDEFE5}
.nw{max-width:1100px;margin:0 auto;padding:0 2rem;height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.nw-left{display:flex;align-items:center;gap:12px;justify-self:start}
.nr{display:flex;align-items:center;gap:14px;justify-self:end}
.nl{display:flex;flex-direction:column;align-items:center;text-decoration:none;line-height:1;gap:2px}
.nl img{height:30px;width:auto;display:block}
.nl-name{font-family:inherit;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gd)}
.nu{list-style:none;display:flex;align-items:center;justify-content:center;gap:36px}
.nu a{font-size:13px;font-weight:700;color:var(--g4);text-decoration:none;transition:color .15s}
.nu a:hover{color:var(--black)}
.nu a:focus-visible,.nc:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
.nu-drop{position:relative}
.nu-drop>a{display:flex;align-items:center;gap:4px}
.nu-drop>a::after{content:'';width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--g4);transition:transform .2s}
.nu-drop:hover>a::after{transform:rotate(180deg)}
.nu-menu{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);padding-top:14px;min-width:280px;z-index:300}
.nu-menu-inner{background:#fff;border:1px solid var(--g6);border-radius:16px;padding:6px;box-shadow:0 8px 32px rgba(0,0,0,.1)}
.nu-drop:hover .nu-menu{display:block}
.nu-menu-right{left:auto;right:0;transform:none}
.nu-menu a{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;text-decoration:none;transition:background .15s;color:var(--black) !important}
.nu-menu a:hover{background:var(--g7);color:var(--black) !important}
.nu-mi{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;line-height:1;font-family:inherit;letter-spacing:0}
.nu-mt{font-size:13px;font-weight:600;color:var(--black);line-height:1.2;margin-bottom:2px}
.nu-md{font-size:11px;color:var(--g4);line-height:1.4;white-space:nowrap}
.nc{background:var(--gd)!important;color:var(--w)!important;padding:10px 20px!important;border-radius:980px!important;font-size:13px!important;font-weight:800!important;transition:background .15s,color .15s,box-shadow .15s!important;box-shadow:0 8px 18px rgba(11,95,86,.16)!important;text-decoration:none!important;white-space:nowrap}
.nc:hover{background:#0B3F27!important;color:var(--w)!important;box-shadow:0 10px 24px rgba(11,95,86,.22)!important}
.mobile-cta,.mobile-menu-toggle,.mobile-menu{display:none}
.mobile-menu-toggle{width:42px;height:42px;border:1px solid var(--g6);border-radius:999px;background:var(--w);align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}
.mobile-menu-toggle span{width:18px;height:2px;border-radius:999px;background:var(--black);transition:transform .2s,opacity .2s}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.mobile-menu{position:fixed;top:72px;left:0;right:0;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #DDEFE5;padding:10px 20px 18px;box-shadow:0 18px 38px rgba(16,35,32,.1);z-index:190}
.mobile-menu.is-open{display:block}
.mobile-menu a{display:block;padding:16px 4px;border-bottom:1px solid var(--g7);font-size:16px;font-weight:800;color:var(--black);text-decoration:none}
.mobile-menu a:last-child{margin-top:10px;border-bottom:none;border-radius:16px;background:var(--gd);color:#fff;text-align:center;padding:15px 18px}

/* HERO */
.hero{min-height:100vh;padding-top:72px;display:flex;align-items:center;background:linear-gradient(180deg,var(--w) 0%,#f6fbf8 100%);position:relative;overflow-x:hidden;overflow-y:visible}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 48% 58% at 76% 44%,#dff5ed 0%,rgba(223,245,237,.55) 35%,transparent 72%);pointer-events:none}
.hw{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:44px 2rem 64px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,390px);gap:72px;align-items:center;width:100%;min-width:0}
.hero-copy{min-width:0;max-width:100%;box-sizing:border-box}
.hero-pain{font-size:15px;font-weight:750;color:var(--g3);margin-bottom:14px;opacity:0;animation:up .6s .05s ease forwards}
.hey{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--gd);letter-spacing:.06em;text-transform:uppercase;background:var(--gl);padding:6px 12px;border-radius:980px;margin-bottom:22px;opacity:0;animation:up .6s .1s ease forwards}
.hh1{font-size:clamp(42px,5.4vw,68px);font-weight:750;line-height:1.02;letter-spacing:-.04em;color:var(--black);margin-bottom:20px;opacity:0;animation:up .6s .2s ease forwards}
.hh1 em{font-style:normal;color:var(--gd)}
.hp{font-size:18px;line-height:1.62;color:var(--g4);max-width:520px;margin-bottom:30px;opacity:0;animation:up .6s .3s ease forwards}
.hp strong{color:var(--black);font-weight:500}
.hero-value{font-size:14px;font-weight:700;color:var(--gd);background:var(--gl);display:inline-flex;padding:7px 12px;border-radius:980px;margin:-18px 0 24px;opacity:0;animation:up .6s .35s ease forwards}
.ha{display:flex;align-items:center;gap:16px;opacity:0;animation:up .6s .4s ease forwards}
.btn-b{display:inline-block;background:var(--gd);color:var(--w);padding:14px 28px;border-radius:980px;font-size:15px;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:opacity .15s,transform .15s,background .15s,color .15s;box-shadow:0 10px 24px rgba(11,95,86,.18)}
.btn-b:hover{background:var(--accent);color:var(--black);opacity:1;transform:translateY(-1px)}
.hl{font-size:15px;font-weight:500;color:var(--gd);text-decoration:none;display:flex;align-items:center;gap:4px;transition:gap .2s}
.hl:hover{gap:8px}
.proof-line{font-size:14px;font-weight:700;color:var(--g3);margin-top:16px;opacity:0;animation:up .6s .45s ease forwards}
.hero-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;opacity:0;animation:up .6s .5s ease forwards}
.hero-trust span{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:650;color:var(--g3);background:rgba(255,255,255,.72);border:1px solid var(--g6);border-radius:980px;padding:8px 11px}
.hero-trust span::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--gd)}

/* HERO STATS */
.hstats{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px;opacity:0;animation:up .6s .5s ease forwards}
.hstat{background:var(--w);border:1.5px solid var(--g6);border-radius:16px;padding:16px 20px;display:flex;align-items:center;gap:12px;box-shadow:0 2px 12px rgba(0,0,0,.06);flex:1;min-width:140px}
.hstat-icon{width:24px;height:24px;color:var(--gd)}
.hstat-val{font-size:22px;font-weight:700;color:var(--black);letter-spacing:-.03em;line-height:1}
.hstat-lbl{font-size:12px;color:var(--g4);margin-top:2px}
.hstat-badge{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:700;color:var(--accent-text);background:var(--accent-soft);padding:2px 7px;border-radius:980px;margin-top:4px}

.hv{opacity:0;animation:fi .8s .35s ease forwards;position:relative;display:flex;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;box-sizing:border-box;padding:0 10px}
.phone-mockup{position:relative;width:100%;max-width:370px;min-width:0;flex-shrink:1;box-sizing:border-box}
.p-side{position:absolute;z-index:2;width:3px;border-radius:2px;pointer-events:none;background:linear-gradient(180deg,#6b6478 0%,#45405a 45%,#2e2938 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}
.p-side--vol-up{left:0;top:21%;height:44px;transform:translateX(calc(-100% - 1px))}
.p-side--vol-down{left:0;top:calc(21% + 52px);height:44px;transform:translateX(calc(-100% - 1px))}
.p-side--power{right:0;top:23%;height:72px;transform:translateX(calc(100% + 1px))}
.pb{position:relative;width:100%;box-sizing:border-box;flex-shrink:1;aspect-ratio:9/19.5;border-radius:50px;padding:11px;background:linear-gradient(168deg,#6e6a82 0%,#524d68 12%,#3f3a52 35%,#2c2738 58%,#1f1b2c 85%,#181522 100%);box-shadow:0 0 0 1px rgba(255,255,255,.14) inset,0 2px 6px rgba(0,0,0,.25) inset,0 40px 100px rgba(18,14,32,.38),0 14px 40px rgba(18,14,32,.18)}
.ps{width:100%;max-width:100%;min-width:0;box-sizing:border-box;height:100%;border-radius:39px;overflow:hidden auto;background:linear-gradient(180deg,#eef6f3 0%,#e8f0ec 45%,#e5ede9 100%);border:3px solid #0a0a0a;padding:30px 14px 14px;display:flex;flex-direction:column;gap:10px;position:relative;color:var(--black);box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}
.p-island{position:absolute;top:11px;left:50%;transform:translateX(-50%);width:min(36%,118px);min-width:86px;height:28px;background:#0a0a0a;border-radius:999px;z-index:10;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 4px 14px rgba(0,0,0,.22)}
.ps::before{content:'';position:absolute;top:-60px;right:-50px;width:180px;height:180px;background:radial-gradient(circle,rgba(15,118,110,.12),transparent 70%);pointer-events:none}

.p-app-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:2px}
.p-app-header-main{display:flex;align-items:center;gap:10px;min-width:0}
.p-avatar{width:40px;height:40px;border-radius:50%;background:var(--w);border:2px solid var(--g6);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgba(16,35,32,.08)}
.p-avatar img{width:22px;height:22px;object-fit:contain}
.p-greet{min-width:0}
.p-greet-line{display:block;font-size:15px;font-weight:600;color:var(--g3);letter-spacing:-.02em;line-height:1.2}
.p-greet-line strong{font-weight:800;color:var(--black)}
.p-head-icons{display:flex;align-items:center;gap:6px;flex-shrink:0}
.p-head-icon{width:36px;height:36px;border-radius:12px;background:var(--w);border:1px solid var(--g6);display:flex;align-items:center;justify-content:center;color:var(--gd);box-shadow:0 2px 8px rgba(16,35,32,.06)}
.p-head-icon--alert{position:relative}
.p-head-icon--alert::after{content:'';position:absolute;top:8px;right:9px;width:6px;height:6px;border-radius:50%;background:var(--accent);border:1.5px solid var(--w)}

.p-seg{display:flex;gap:4px;padding:4px;background:rgba(255,255,255,.85);border:1px solid var(--g6);border-radius:999px;box-shadow:0 2px 10px rgba(16,35,32,.05)}
.p-seg-item{flex:1;text-align:center;padding:8px 8px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--g4);cursor:default;transition:background .15s,color .15s}
.p-seg-item--on{background:var(--w);color:var(--gd);box-shadow:0 2px 10px rgba(11,95,86,.12);border:1px solid rgba(15,118,110,.15)}

.p-ai-strip{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:16px;background:linear-gradient(125deg,var(--gd) 0%,#0f766e 42%,#0a5c54 100%);color:#fff;box-shadow:0 10px 28px rgba(11,95,86,.28),inset 0 1px 0 rgba(255,255,255,.12)}
.p-ai-strip-copy{display:flex;flex-direction:column;gap:2px;min-width:0}
.p-ai-strip-copy strong{font-size:12px;font-weight:800;letter-spacing:-.01em;line-height:1.25}
.p-ai-strip-copy span{font-size:10px;font-weight:600;color:rgba(255,255,255,.72);line-height:1.3}
.p-ai-strip-btn{flex-shrink:0;border:none;border-radius:999px;padding:8px 14px;font-size:11px;font-weight:800;font-family:inherit;color:var(--gd);background:var(--w);cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.12)}
.p-ai-strip-btn:hover{background:var(--gl)}

.p-hero-stat{background:var(--w);border:1px solid var(--g6);border-radius:18px;padding:14px 16px;box-shadow:0 8px 28px rgba(16,35,32,.07)}
.p-hero-stat-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}
.p-hero-stat-label{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--g4)}
.p-hero-streak{font-size:10px;font-weight:800;color:var(--accent-text);background:var(--accent-soft);border:1px solid rgba(163,214,53,.4);border-radius:999px;padding:4px 8px;white-space:nowrap}
.p-hero-stat-num{font-size:clamp(36px,9vw,52px);font-weight:900;letter-spacing:-.05em;line-height:1;color:var(--gd);margin:4px 0 2px}
.p-hero-stat-desc{font-size:12px;font-weight:650;color:var(--g4);line-height:1.4;margin:0}
.p-hero-trend{margin-top:10px;font-size:11px;font-weight:650;color:var(--g4)}
.p-trend-up{font-weight:800;color:var(--gd)}

.p-goal-card{background:var(--w);border:1px solid var(--g6);border-radius:18px;padding:14px 16px;box-shadow:0 8px 24px rgba(16,35,32,.06)}
.p-goal-head{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}
.p-goal-eyebrow{font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--g4)}
.p-goal-amounts{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap}
.prv{font-size:13px;font-weight:700;color:var(--gd)}
.goal-main{font-size:26px;font-weight:850;letter-spacing:-.04em;color:var(--black);line-height:1}
.pbt{height:8px;background:#d8efe6;border-radius:980px;margin:0;overflow:hidden}
.pbf{height:100%;background:linear-gradient(90deg,var(--gd),var(--accent));border-radius:980px}

.p-roundups{background:var(--w);border:1px solid var(--g6);border-radius:18px;padding:12px 14px 10px;box-shadow:0 8px 24px rgba(16,35,32,.06)}
.p-roundups-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.p-roundups-title{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--g4)}
.p-roundups-all{font-size:11px;font-weight:700;color:var(--gd)}
.p-roundups-list{display:flex;flex-direction:column}
.p-ru-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 0;border-top:1px solid var(--g7)}
.p-ru-row:first-child{border-top:none;padding-top:0}
.p-ru-name{font-size:13px;font-weight:700;color:var(--black);letter-spacing:-.02em}
.p-ru-amt{font-size:13px;font-weight:800;color:var(--gd)}

.p-bottom-row{display:grid;grid-template-columns:1fr 1.15fr;gap:8px}
.p-bottom-cell{background:var(--w);border:1px solid var(--g6);border-radius:16px;padding:12px;display:flex;flex-direction:column;gap:4px;box-shadow:0 6px 20px rgba(16,35,32,.05)}
.p-bottom-cell--fill{background:linear-gradient(160deg,var(--gl),rgba(223,245,237,.65));border-color:rgba(15,118,110,.18)}
.p-bottom-k{font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--g4)}
.p-bottom-v{font-size:14px;font-weight:800;color:var(--black);letter-spacing:-.02em}
.p-bottom-v--lg{font-size:22px;font-weight:900;color:var(--gd)}
.p-bottom-note{font-size:10px;font-weight:650;color:var(--g3);margin-top:2px}
.chip{position:absolute;background:#fff;border-radius:12px;padding:9px 13px;box-shadow:0 8px 32px rgba(0,0,0,.12);display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:var(--black);white-space:nowrap;z-index:3}
.ci{font-size:15px}
.cs{font-size:11px;font-weight:400;color:var(--g4)}
.cv{font-size:11px;font-weight:700;color:var(--gd)}
.ca{left:-50px;top:75px;animation:fl 4s ease-in-out infinite}
.cb{right:-50px;bottom:105px;animation:fl 4s 2s ease-in-out infinite}

/* SHARED SECTION */
.sec{padding:96px 2rem}
.sw{max-width:1100px;margin:0 auto}
.lbl{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gd);margin-bottom:12px}
.h2{font-size:clamp(28px,4vw,46px);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:var(--black)}
.h2 em{font-style:normal;color:var(--gd)}
.hr{border:none;border-top:1px solid var(--g6)}

.problem-sec{background:var(--g7)}
.problem-wrap{text-align:center;max-width:820px}
.problem-wrap p{font-size:17px;line-height:1.75;color:var(--g4);margin:16px auto 0;max-width:690px}

/* HOW IT WORKS */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:48px;background:var(--g6);border-radius:20px;overflow:hidden}
.sc{background:var(--w);padding:38px 30px;transition:background .2s}
.sc:hover{background:var(--g7)}
.sn{font-size:12px;font-weight:600;color:var(--g5);letter-spacing:.04em;margin-bottom:14px}
.si{font-size:26px;margin-bottom:14px}
.sc h3{font-size:17px;font-weight:600;color:var(--black);margin-bottom:8px;letter-spacing:-.02em}
.sc p{font-size:14px;line-height:1.65;color:var(--g4)}

.emob{margin-top:56px;border:1.5px solid var(--g6);border-radius:24px;padding:38px;background:var(--g7);display:grid;grid-template-columns:54px 1fr;gap:22px;align-items:start}
.emob-icon{width:54px;height:54px;border-radius:16px;background:var(--gl);color:var(--gd);display:flex;align-items:center;justify-content:center}
.emob-icon svg{width:28px;height:28px;stroke-width:1.8}
.emob p{font-size:16px;line-height:1.7;color:var(--g4);max-width:720px;margin-top:14px}
.safe-copy{font-weight:600;color:var(--g3)!important}

.example-sec{background:var(--w)}
.example-flow{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:46px;flex-wrap:wrap}
.example-card{background:var(--g7);border:1.5px solid var(--g6);border-radius:16px;padding:22px 26px;min-width:160px;text-align:center}
.example-card.dark{background:var(--black);border-color:var(--black);color:#fff}
.example-card.grn{background:var(--accent-soft);border-color:var(--accent)}
.example-num{font-size:30px;font-weight:800;letter-spacing:-.04em;line-height:1}
.example-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--g4);margin-top:7px}
.example-card.dark .example-label{color:rgba(255,255,255,.45)}
.example-card.grn .example-num{color:var(--accent-text)}
.example-arrow{font-size:22px;color:var(--g5);font-weight:700}
.weekly-example{margin:30px auto 0;display:inline-flex;flex-direction:column;gap:6px;background:var(--gd);color:#fff;border-radius:18px;padding:18px 26px;box-shadow:0 12px 28px rgba(11,95,86,.16)}
.weekly-example span{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.45)}
.weekly-example strong{font-size:18px;letter-spacing:-.02em}

/* FEATURES */
.fb{background:var(--navy)}
.fb .lbl{color:var(--green)}
.fb .h2{color:#fff}
.fb .h2 em{color:var(--green)}
.feature-journey{display:flex;flex-direction:column;gap:22px;margin-top:48px}
.journey-step{position:relative;display:grid;grid-template-columns:72px 56px minmax(0,1fr);gap:22px;align-items:start;overflow:hidden;background:var(--g2);border:1px solid var(--g3);border-radius:24px;padding:30px;box-shadow:0 24px 70px rgba(0,0,0,.12)}
.journey-step::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,118,110,.08),transparent 48%);opacity:0;pointer-events:none}
.journey-step.primary{background:#0c2b27;border-color:rgba(132,240,0,.3)}
.journey-step.primary::before,.journey-step.wealth::before{opacity:1}
.journey-step.wealth{background:#0d2422;border-color:#23413d}
.journey-index{position:relative;z-index:1;padding-top:6px;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}
.journey-icon{position:relative;z-index:1;width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);color:var(--green);border:1px solid rgba(255,255,255,.08)}
.journey-step.primary .journey-icon{background:rgba(132,240,0,.12);color:var(--accent);border-color:rgba(132,240,0,.22)}
.journey-icon svg{width:26px;height:26px;stroke-width:1.8}
.journey-copy{position:relative;z-index:1}
.journey-copy h3{font-size:clamp(22px,3vw,30px);font-weight:800;letter-spacing:-.04em;color:#fff;margin-bottom:8px}
.journey-copy p{font-size:15px;line-height:1.65;color:var(--g5);max-width:690px}
.journey-list{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:22px}
.journey-list li{min-height:58px;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:12px;color:rgba(255,255,255,.82);font-size:13px;font-weight:700}
.journey-list li svg{width:18px;height:18px;color:var(--accent);stroke-width:2;flex-shrink:0}
.journey-step:not(.primary) .journey-list li svg{color:var(--green)}
.journey-step.primary .journey-list li{background:rgba(132,240,0,.08);border-color:rgba(132,240,0,.16)}@media(max-width:1100px){.journey-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.feature-journey{gap:16px;margin-top:34px}.journey-step{grid-template-columns:1fr;gap:14px;padding:24px}.journey-index{padding-top:0}.journey-list{grid-template-columns:1fr}.journey-list li{min-height:54px}}

/* PRICING */
.pg{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}
.pricing-simple{grid-template-columns:1fr 1fr;align-items:stretch;gap:24px;max-width:900px;margin-left:auto;margin-right:auto}
.pln{border-radius:24px;padding:36px 30px;border:1.5px solid var(--g6);background:var(--w);display:flex;flex-direction:column;position:relative;transition:box-shadow .2s,transform .2s}
.pln:hover{box-shadow:0 8px 32px rgba(0,0,0,.08);transform:translateY(-2px)}
.pln.feat{background:var(--black);border-color:var(--black);color:#fff}
.automatic-card{padding:40px 36px;box-shadow:0 24px 64px rgba(16,35,32,.22)}
.plus-card{background:var(--g7);border-color:var(--g6);padding:36px 30px}
/* badge */
.pbadge{position:absolute;top:-14px;left:28px;background:var(--accent);color:var(--black);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:5px 14px;border-radius:980px;white-space:nowrap}
/* plan name */
.pnm{font-size:13px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:14px}
.plus-card .pnm{color:var(--g4)}
/* tagline price */
.plan-text-price{font-size:28px;line-height:1.1;letter-spacing:-.03em;font-weight:900;color:#fff;margin-bottom:8px;max-width:260px}
/* numeric price */
.ppr{font-size:52px;font-weight:800;letter-spacing:-.05em;color:var(--black);line-height:1}
.plus-card .ppr{font-size:44px}
.ppr sup{font-size:20px;vertical-align:super;font-weight:500}
.ppr sub{font-size:14px;font-weight:400;color:var(--g4);vertical-align:baseline}
/* description */
.pde{font-size:14px;line-height:1.6;margin:10px 0 24px}
.automatic-card .pde{color:rgba(255,255,255,.55);font-size:14px;margin:6px 0 28px}
.plus-card .pde{color:var(--g4);font-size:13px;margin:8px 0 22px}
/* fee highlight block */
.fee-highlight{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding:20px 22px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:18px}
.fee-big{font-size:56px;font-weight:900;letter-spacing:-.05em;color:var(--accent);line-height:1;flex-shrink:0}
.fee-big span{font-size:22px;font-weight:700;vertical-align:super}
.fee-meta{display:flex;flex-direction:column;gap:4px}
.fee-meta-line{font-size:12px;color:rgba(255,255,255,.65);line-height:1.4}
.fee-meta-line strong{color:#fff;font-weight:700}
/* examples table */
.pricing-examples{border-radius:16px;padding:0;margin-bottom:28px;display:flex;flex-direction:column;gap:0;border:1px solid rgba(255,255,255,.1);overflow:hidden}
.pricing-examples div{font-size:13px;color:rgba(255,255,255,.72);line-height:1.5;display:flex;justify-content:space-between;align-items:center;padding:11px 16px;border-bottom:1px solid rgba(255,255,255,.07)}
.pricing-examples div:last-child{border-bottom:none}
.pricing-examples div strong{color:#fff;font-weight:700}
.pricing-examples .ex-fee{font-weight:800;color:var(--accent);font-size:13px}
.pricing-examples .ex-fee.zero{color:rgba(255,255,255,.35)}
/* features list */
.pfl{list-style:none;flex:1;margin-bottom:28px}
.pfl li{font-size:13.5px;color:var(--g3);padding:9px 0;border-bottom:1px solid var(--g6);display:flex;align-items:center;gap:10px}
.pfl li:last-child{border:none}
.pfl li::before{content:'✓';font-weight:800;color:var(--accent);flex-shrink:0;font-size:13px}
.pln.feat .pfl li{color:rgba(255,255,255,.78);border-color:rgba(255,255,255,.08)}
.automatic-features{margin-bottom:28px}
.automatic-features li{font-size:14px!important;padding:10px 0!important;color:rgba(255,255,255,.82)!important}
.plus-card .pfl li{font-size:13px;padding:9px 0;color:var(--g3)}
/* buttons */
.pbtn{display:block;text-align:center;padding:14px 18px;border-radius:980px;font-size:14px;font-weight:700;text-decoration:none;cursor:pointer;border:none;font-family:inherit;transition:all .18s;margin-top:auto}
.pbtn:hover{opacity:.88;transform:translateY(-1px)}
.pbtn.sol{background:var(--accent);color:var(--black);font-weight:800;font-size:15px;padding:16px 18px;box-shadow:0 10px 28px rgba(132,240,0,.28);letter-spacing:-.01em}
.pbtn.sol:hover{background:#a0f542;opacity:1;box-shadow:0 14px 36px rgba(132,240,0,.36)}
.pbtn.out{border:1.5px solid var(--gd);color:var(--gd);background:transparent;font-size:14px;padding:13px 18px}
.pbtn.out:hover{background:var(--gl);border-color:var(--gd);opacity:1}
/* pricing-detail (unused fallback) */
.pricing-detail{display:flex;flex-direction:column;gap:11px;margin:0 0 28px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.12)}
.pricing-detail div{font-size:14px;line-height:1.45;color:rgba(255,255,255,.82);display:flex;gap:10px}
.pricing-detail div::before{content:'•';color:var(--accent);font-weight:800}

/* FAQs */
.fqb{background:var(--g7)}
.fqw{max-width:700px;margin:0 auto}
.fql{margin-top:44px;display:flex;flex-direction:column;gap:2px}
.fqi{background:var(--w);border:1px solid var(--g6);border-radius:12px;overflow:hidden}
.fqq{width:100%;background:none;border:none;padding:18px 22px;font-family:inherit;font-size:15px;font-weight:600;color:var(--black);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:14px}
.fqq:hover{background:var(--g7)}
.fqic{font-size:18px;color:var(--g4);flex-shrink:0;transition:transform .25s}
.fqi.open .fqic{transform:rotate(45deg)}
.fqa{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;font-size:14px;line-height:1.7;color:var(--g4);padding:0 22px}
.fqi.open .fqa{max-height:300px;padding:0 22px 18px}

/* NEWSLETTER */
.nlb{background:var(--w)}
/* CTA */
.ctab{background:var(--navy);text-align:center}
.ctah{font-size:clamp(30px,5vw,58px);font-weight:700;color:#fff;letter-spacing:-.04em;line-height:1.05;margin-bottom:14px}
.ctah em{font-style:normal;color:var(--accent)}
.ctas{font-size:17px;color:rgba(255,255,255,.4);line-height:1.6;max-width:460px;margin:0 auto 36px}
.ctaf{display:flex;gap:10px;max-width:400px;margin:0 auto}
.ctai{flex:1;padding:13px 18px;border-radius:980px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);color:#fff;font-family:inherit;font-size:15px;outline:none;transition:border-color .2s,background .2s}
.ctai::placeholder{color:rgba(255,255,255,.3)}
.ctai:focus{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.1)}
.ctabtn{padding:13px 20px;border-radius:980px;background:var(--gd);color:var(--w);font-family:inherit;font-size:15px;font-weight:800;border:none;cursor:pointer;white-space:nowrap;transition:opacity .15s,transform .15s,background .15s,color .15s}
.ctabtn:hover{background:var(--accent);color:var(--black);opacity:1;transform:translateY(-1px)}
.ctabtn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.ctant{font-size:13px;color:rgba(255,255,255,.25);margin-top:12px}

/* URGENCY BADGE */
.hwait{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-size:13px;color:var(--g4)}
.hwait-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);flex-shrink:0;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{box-shadow:0 0 0 3px var(--accent-soft)}50%{box-shadow:0 0 0 7px rgba(163,214,53,.16)}}

/* SECURITY TRUST */
.trb2bg{background:var(--g7)}
.prot-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:48px;margin-bottom:40px}
.prot-main{background:var(--w);border:1.5px solid var(--g6);border-radius:20px;padding:36px 32px}
.prot-main-icon{width:36px;height:36px;margin-bottom:16px;color:var(--gd)}
.prot-main-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gd);margin-bottom:8px}
.prot-main-amount{font-size:36px;font-weight:800;letter-spacing:-.04em;color:var(--black);margin-bottom:6px}
.prot-main-title{font-size:16px;font-weight:600;color:var(--black);margin-bottom:10px}
.prot-main-desc{font-size:14px;line-height:1.65;color:var(--g4)}
.prot-main-badge{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-size:12px;font-weight:600;color:var(--accent-text);background:var(--accent-soft);padding:6px 12px;border-radius:980px}
.sec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:32px}
.sec-card{background:var(--w);border:1.5px solid var(--g6);border-radius:16px;padding:24px 20px}
.sec-card-icon{width:24px;height:24px;margin-bottom:12px;color:var(--gd)}
.sec-card-title{font-size:14px;font-weight:700;color:var(--black);margin-bottom:6px}
.sec-card-desc{font-size:13px;line-height:1.55;color:var(--g4)}
.sec-band{background:var(--black);border-radius:16px;padding:22px 32px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.sec-band-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:rgba(255,255,255,.7)}
.sec-band-item b{color:var(--accent)}


/* COMPARISON */
.cmpbg{background:var(--g7)}
.cmp-sub{font-size:17px;color:var(--g4);margin-top:12px;max-width:480px}
.compare-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:48px;align-items:stretch}

/* cards */
.compare-card{border-radius:24px;padding:36px 32px;display:flex;flex-direction:column;gap:28px}
.cmp-bad{background:var(--w);border:1.5px solid var(--g6)}
.cmp-good{background:var(--gd);border:none;box-shadow:0 24px 64px rgba(16,35,32,.2)}

/* header row */
.cmp-header{display:flex;align-items:center;gap:16px}
.cmp-icon-wrap{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cmp-icon-wrap svg{width:22px;height:22px;stroke-width:2}
.bad-icon{background:var(--g6);color:var(--g4)}
.good-icon{background:rgba(132,240,0,.18);color:var(--accent)}
.cmp-eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--g4);margin-bottom:2px}
.good-ey{color:rgba(255,255,255,.5)}
.cmp-bad h3{font-size:20px;font-weight:800;letter-spacing:-.03em;color:var(--black);margin:0}
.cmp-good h3{font-size:20px;font-weight:800;letter-spacing:-.03em;color:#fff;margin:0}

/* list */
.cmp-list{list-style:none;display:flex;flex-direction:column;gap:0;border-radius:14px;overflow:hidden;flex:1}
.cmp-list li{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;border-bottom:1px solid transparent}
.cmp-bad .cmp-list li{border-bottom-color:var(--g6)}
.cmp-good .cmp-list li{border-bottom-color:rgba(255,255,255,.08)}
.cmp-list li:last-child{border-bottom:none}
.cmp-list li div{display:flex;flex-direction:column;gap:2px}
.cmp-list li strong{font-size:14px;font-weight:700}
.cmp-bad .cmp-list li strong{color:var(--black)}
.cmp-good .cmp-list li strong{color:#fff}
.cmp-list li span{font-size:13px;line-height:1.5}
.cmp-bad .cmp-list li span{color:var(--g4)}
.cmp-good .cmp-list li span{color:rgba(255,255,255,.6)}

/* dots */
.cmp-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:5px}
.cmp-dot.bad{background:var(--g5)}
.cmp-dot.good{background:var(--accent)}

/* verdict */
.cmp-verdict{font-size:13px;font-weight:700;padding:13px 16px;border-radius:12px;text-align:center;letter-spacing:.01em}
.bad-verdict{background:var(--g6);color:var(--g4)}
.good-verdict{background:rgba(132,240,0,.15);color:var(--accent)}

/* STICKY CTA */
.sticky-cta{position:fixed;bottom:0;left:0;right:0;background:var(--black);padding:13px 2rem;display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:300;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);border-top:1px solid rgba(255,255,255,.08)}
.sticky-cta.show{transform:translateY(0)}
.sticky-msg{font-size:14px;color:rgba(255,255,255,.55);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sticky-msg strong{color:#fff}
.sticky-btn{background:var(--gd);color:var(--w);border:none;padding:10px 22px;border-radius:980px;font-size:14px;font-weight:800;cursor:pointer;font-family:inherit;white-space:nowrap;transition:opacity .2s,background .15s,color .15s;text-decoration:none;flex-shrink:0}
.sticky-btn:hover{background:var(--accent);color:var(--black);opacity:1}
.sticky-close{background:none;border:none;color:rgba(255,255,255,.35);font-size:22px;cursor:pointer;padding:0;line-height:1;flex-shrink:0;transition:color .15s}
.sticky-close:hover{color:rgba(255,255,255,.7)}

/* CHAT WIDGET */
.chat-btn{position:fixed;bottom:76px;right:24px;width:54px;height:54px;background:var(--gd);border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(11,95,86,.28);z-index:400;transition:transform .2s,box-shadow .2s}
.chat-btn:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(0,0,0,.35)}
.chat-btn svg{width:22px;height:22px;fill:#fff}
.chat-notif{position:absolute;top:-1px;right:-1px;width:14px;height:14px;background:var(--accent);border-radius:50%;border:2px solid var(--w);animation:pulse 2s infinite}
.chat-panel{position:fixed;bottom:144px;right:24px;width:340px;background:var(--w);border-radius:20px;box-shadow:0 8px 48px rgba(0,0,0,.18);z-index:400;display:flex;flex-direction:column;transform:scale(.92) translateY(16px);opacity:0;pointer-events:none;transition:all .25s cubic-bezier(.34,1.56,.64,1);transform-origin:bottom right;overflow:hidden}
.chat-panel.open{transform:scale(1) translateY(0);opacity:1;pointer-events:all}
.chat-head{padding:14px 16px;border-bottom:1px solid var(--g7);display:flex;align-items:center;gap:12px;flex-shrink:0}
.chat-av{width:36px;height:36px;background:var(--w);border:1.5px solid var(--g6);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.chat-av svg{width:18px;height:18px;fill:var(--w)}
.chat-hinfo{flex:1}
.chat-hname{font-size:14px;font-weight:600}
.chat-hsub{font-size:11px;color:var(--g4);margin-top:1px}
.chat-hclose{background:none;border:none;color:var(--g5);font-size:20px;cursor:pointer;padding:0;line-height:1;transition:color .15s}
.chat-hclose:hover{color:var(--black)}
.chat-msgs{flex:1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:10px;min-height:180px;max-height:280px}
.chat-msg{max-width:86%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.55}
.chat-msg.bot{background:var(--g7);color:var(--black);border-bottom-left-radius:4px;align-self:flex-start}
.chat-msg.user{background:var(--black);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}
.chat-msg.typing{color:var(--g4);font-style:italic}
.chat-foot{padding:10px 12px;border-top:1px solid var(--g7);display:flex;gap:8px;flex-shrink:0}
.chat-input{flex:1;border:1.5px solid var(--g6);border-radius:980px;padding:9px 14px;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s;background:var(--g7)}
.chat-input:focus{border-color:var(--gd);background:var(--w)}
.chat-send{background:var(--gd);color:#fff;border:none;border-radius:50%;width:36px;height:36px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s}
.chat-send:hover{opacity:.8}
.chat-send svg{width:14px;height:14px;fill:#fff}

@media(max-width:1099px){
  .sticky-cta{padding:12px 1.2rem}
  .sticky-msg{font-size:13px}
  .chat-panel{width:calc(100vw - 48px)}
  .chat-btn{bottom:76px;right:16px}
  .chat-panel{right:16px;bottom:140px}
}

/* FOOTER */
.treedy-footer{background:#10231B;color:#fff;padding:0}
.footer-wrap{max-width:1280px;margin:0 auto;padding:56px 24px}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-logo{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-size:20px;font-weight:800;letter-spacing:-.02em}
.footer-logo-mark{width:44px;height:44px;border-radius:16px;background:#EAF8EF;display:flex;align-items:center;justify-content:center;overflow:hidden}
.footer-logo-mark img{width:28px;height:28px;object-fit:contain}
.footer-brand p{max-width:360px;margin-top:16px;font-size:14px;line-height:1.7;color:#B7C8BE}
.footer-cta{display:inline-flex;margin-top:24px;border-radius:999px;background:#84F000;color:#10231B;text-decoration:none;font-size:14px;font-weight:800;padding:12px 20px;transition:background .15s,transform .15s}
.footer-cta:hover{background:#A3FF12;transform:translateY(-1px)}
.footer-links h3{font-size:14px;font-weight:700;color:#fff;margin-bottom:16px}
.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer-links a{font-size:14px;color:#B7C8BE;text-decoration:none;transition:color .15s}
.footer-links a:hover{color:#fff}
.footer-disclaimer{margin-top:24px;color:#B7C8BE;font-size:11px;line-height:1.55;max-width:1040px}
.footer-bottom{margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:12px;color:#B7C8BE}
.footer-bottom p:last-child{color:#84F000}

/* REVEAL */
.rv{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
.rv.on{opacity:1;transform:none}

/* KEYFRAMES */
@keyframes up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
@keyframes fi{from{opacity:0}to{opacity:1}}
@keyframes fl{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

/* RESPONSIVE */
@media(max-width:1099px){
  .nu{display:none}
  .mobile-menu-toggle{display:flex}
  .desktop-cta{display:none}
  .mobile-cta{display:inline}
  .nw{display:flex;justify-content:space-between;padding:0 20px;gap:12px}
  .nl-name{font-size:10px}
  .nl img{height:28px}
  .nr{gap:8px}
  .nc{padding:10px 14px!important;font-size:12px!important;box-shadow:none!important}
  .hero{min-height:auto;padding-top:72px;overflow-x:hidden;overflow-y:visible}
  .hero::before{background:radial-gradient(ellipse 70% 42% at 50% 10%,#dff5ed 0%,rgba(223,245,237,.46) 42%,transparent 72%)}
  .hw{grid-template-columns:minmax(0,1fr);padding:42px 20px 56px;gap:36px;text-align:left}
  .hero-copy,.hv{min-width:0;max-width:100%;box-sizing:border-box}
  .hh1{font-size:clamp(38px,12vw,52px);letter-spacing:-.045em}
  .hp{font-size:16px;max-width:100%}
  .ha{align-items:stretch;flex-wrap:wrap}
  .btn-b{padding:14px 22px;text-align:center}
  .hl{justify-content:center}
  .hero-trust{gap:8px}
  .hero-trust span{font-size:11px}
  .chip{display:none}
  .hv{display:flex;padding:0 8px;margin-top:6px}
  .phone-mockup{width:100%;max-width:420px;margin:0 auto}
  .pb{width:100%;max-height:72vh;border-radius:44px;padding:9px;aspect-ratio:auto}
  .ps{height:auto;max-height:calc(72vh - 22px);border-radius:32px;padding:26px 14px 14px;overflow-y:auto;gap:10px}
  .p-island{top:9px;height:24px;min-width:76px}
  .p-hero-stat-num{font-size:44px}
  .steps{grid-template-columns:1fr}
  .emob{grid-template-columns:1fr;padding:26px}
  .example-flow{flex-direction:column}
  .example-arrow{transform:rotate(90deg)}
  .weekly-example{width:100%;align-items:center}
  .pg{grid-template-columns:1fr}
  .pricing-simple{grid-template-columns:1fr}
  .pln.feat{order:-1}
  .compare-cards{grid-template-columns:1fr}
  .ctaf{flex-direction:column}
  .prot-grid{grid-template-columns:1fr}
  .sec-grid{grid-template-columns:1fr 1fr}
  .sec-band{flex-direction:column;align-items:flex-start}
  .footer-wrap{padding:48px 24px}
  .footer-top{grid-template-columns:1fr;gap:32px}
  .footer-bottom{align-items:flex-start;flex-direction:column}
  .sec{padding:64px 1.5rem}
  .chat-btn,.chat-panel{display:none}
}

@media(max-width:640px){
  .phone-mockup{max-width:340px}
  .pb{max-height:75vh}
  .ps{max-height:calc(75vh - 22px)}
}

@media(min-width:641px) and (max-width:900px){
  .hw{gap:30px;padding-top:38px;padding-bottom:42px}
  .phone-mockup{max-width:390px}
  .pb{max-height:40vh}
  .ps{max-height:calc(40vh - 22px);padding:24px 14px 14px;gap:9px}
  .p-app-header,.p-ai-strip,.p-hero-stat,.p-goal-card,.p-roundups,.p-bottom-row{flex-shrink:0}
  .p-hero-stat{padding:14px}
  .p-hero-stat-num{font-size:40px}
  .p-goal-card,.p-roundups{padding:12px}
  .p-ru-row{padding:6px 0}
  .p-bottom-cell{padding:10px}
}

@media(max-width:520px){
  .nw{height:68px;padding:0 16px}
  .mobile-menu{top:68px;padding-left:16px;padding-right:16px}
  .nl img{height:26px}
  .nc{padding:9px 12px!important;font-size:11px!important}
  .mobile-menu-toggle{width:40px;height:40px}
  .hw{padding:34px 16px 48px;gap:30px}
  .hero-pain{font-size:14px;margin-bottom:12px}
  .hey{font-size:10px;line-height:1.35;padding:6px 10px}
  .hh1{font-size:40px}
  .ha{flex-direction:column}
  .btn-b,.hl{width:100%}
  .proof-line{font-size:13px;line-height:1.45}
  .hero-trust span{width:100%;justify-content:center}
  .hv{padding:0 8px;margin-top:10px}
  .phone-mockup{max-width:318px}
  .pb{width:100%;max-height:75vh;padding:7px;border-radius:36px;aspect-ratio:auto}
  .ps{height:auto;max-height:calc(75vh - 18px);border-radius:26px;border-width:2px;padding:22px 10px 10px;gap:7px;overflow-y:auto}
  .p-island{top:7px;height:20px;min-width:64px;width:min(40%,100px)}
  .p-side{display:none}
  .p-greet-line{font-size:14px}
  .p-avatar{width:36px;height:36px}
  .p-avatar img{width:20px;height:20px}
  .p-head-icon{width:32px;height:32px;border-radius:10px}
  .p-seg-item{font-size:9px;padding:7px 6px}
  .p-ai-strip{padding:10px 12px;border-radius:14px}
  .p-ai-strip-copy strong{font-size:11px}
  .p-ai-strip-btn{padding:7px 11px;font-size:10px}
  .p-hero-stat{border-radius:16px;padding:12px}
  .p-hero-stat-label,.p-hero-streak{font-size:9px}
  .p-hero-stat-num{font-size:32px}
  .p-hero-stat-desc{font-size:11px}
  .p-hero-trend{font-size:10px}
  .p-goal-card,.p-roundups{border-radius:15px;padding:10px}
  .p-goal-eyebrow,.p-roundups-title{font-size:10px}
  .goal-main{font-size:22px}
  .prv{font-size:11px}
  .pbt{height:7px;margin:6px 0 0}
  .p-ru-row{padding:5px 0}
  .p-ru-name,.p-ru-amt{font-size:12px}
  .p-bottom-row{gap:6px}
  .p-bottom-cell{border-radius:14px;padding:9px 10px}
  .p-bottom-v--lg{font-size:18px}
  .p-bottom-note{font-size:9.5px}
  .sec{padding:56px 16px}
  .h2{font-size:clamp(30px,10vw,40px)}
  .sc,.compare-card,.pln,.wealth-later-card{padding:24px 18px}
  .pricing-simple{gap:14px}
  .automatic-card{padding:34px 22px}
  .plan-text-price{font-size:26px}
  .sec-grid{grid-template-columns:1fr}
  .ctaf{width:100%}
  .ctai,.ctabtn{width:100%}
  .sticky-cta{display:none}
  .chat-btn,.chat-panel{display:none}
  .footer-wrap{padding:42px 16px}
  .footer-cta{width:100%;justify-content:center}
  .footer-disclaimer{font-size:10.5px;line-height:1.55}
}

@media(min-width:1100px){
  .phone-mockup{max-width:520px}
  .pb{max-height:none}
  .ps{height:100%;max-height:none;overflow:hidden;padding:30px 18px 18px;gap:12px}
  .p-hero-stat-num{font-size:56px}
}

/* WAITLIST SUCCESS MODAL */
.wl-modal-overlay{position:fixed;inset:0;background:rgba(7,23,22,.75);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:9999;display:none;align-items:center;justify-content:center;padding:24px;opacity:0;pointer-events:none;transition:opacity .3s ease}
.wl-modal-overlay.open{opacity:1;pointer-events:all}
.wl-modal{background:#fff;border-radius:28px;padding:48px 40px 40px;max-width:440px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;transform:translateY(24px) scale(.97);transition:transform .35s cubic-bezier(.22,1,.36,1);box-shadow:0 32px 80px rgba(7,23,22,.25)}
.wl-modal-overlay.open .wl-modal{transform:translateY(0) scale(1)}
.wl-modal-icon{width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,var(--gd),#1a5c3a);display:flex;align-items:center;justify-content:center;margin-bottom:4px}
.wl-modal-icon svg{width:30px;height:30px;color:var(--accent);stroke-width:1.8}
.wl-modal-badge{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--gd);background:rgba(16,35,32,.07);padding:5px 12px;border-radius:20px}
.wl-modal-title{font-size:26px;font-weight:900;letter-spacing:-.04em;color:var(--black);line-height:1.1}
.wl-modal-msg{font-size:15px;color:#636366;line-height:1.65;max-width:340px}
.wl-modal-steps{display:flex;flex-direction:column;gap:0;width:100%;border-radius:16px;overflow:hidden;border:1.5px solid #f2f2f7;margin-top:4px}
.wl-step{display:flex;align-items:center;gap:12px;padding:13px 16px;font-size:14px;color:var(--black);font-weight:500;border-bottom:1px solid #f2f2f7;text-align:left}
.wl-step:last-child{border-bottom:none}
.wl-step-num{width:26px;height:26px;border-radius:50%;background:var(--gd);color:var(--accent);font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.wl-modal-btn{width:100%;background:var(--gd);color:#fff;font-weight:800;font-size:16px;padding:16px;border:none;border-radius:16px;cursor:pointer;margin-top:4px;letter-spacing:-.01em;transition:opacity .2s}
.wl-modal-btn:hover{opacity:.88}
.wl-modal-fine{font-size:12px;color:#aeaeb2}
@media(max-width:480px){.wl-modal{padding:36px 24px 28px}}

/* ROUNDUP CALCULATOR */
.roundup-calc{margin-top:40px;background:var(--g7);border:1.5px solid var(--g6);border-radius:24px;padding:36px 32px;max-width:680px;margin-left:auto;margin-right:auto;text-align:left}
.roundup-calc-title{font-size:18px;font-weight:800;color:var(--black);letter-spacing:-.02em;margin-bottom:6px}
.roundup-calc-sub{font-size:14px;color:var(--g4);line-height:1.6;margin-bottom:24px}
.calc-inputs{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:24px}
.calc-field{display:flex;flex-direction:column;gap:6px}
.calc-field label{font-size:12px;font-weight:700;color:var(--g4);letter-spacing:.04em;text-transform:uppercase}
.calc-input-wrap{display:flex;align-items:center;gap:8px;background:#fff;border:1.5px solid var(--g6);border-radius:12px;padding:10px 14px;transition:border-color .2s}
.calc-input-wrap:focus-within{border-color:var(--gd)}
.calc-input-wrap span{font-size:14px;font-weight:600;color:var(--g4)}
.calc-input-wrap input{border:none;outline:none;font-size:15px;font-weight:600;color:var(--black);width:100%;background:transparent;font-family:inherit}
.calc-input-wrap input::placeholder{color:var(--g5);font-weight:400}
.calc-result{background:#fff;border:1.5px solid var(--g6);border-radius:16px;padding:20px 22px;margin-bottom:20px;display:flex;flex-direction:column;gap:10px}
.calc-result-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--g4)}
.calc-result-row strong{font-size:16px;font-weight:800;color:var(--black)}
.calc-result-row.highlight{padding-top:10px;border-top:1px solid var(--g6)}
.calc-result-row.highlight strong{font-size:20px;color:var(--gd)}
.calc-cta-btn{display:inline-block;background:var(--gd);color:#fff;font-weight:800;font-size:14px;padding:14px 24px;border-radius:980px;text-decoration:none;transition:background .15s,box-shadow .15s;box-shadow:0 6px 16px rgba(11,95,86,.18);width:100%;text-align:center}
.calc-cta-btn:hover{background:#0B3F27;box-shadow:0 8px 20px rgba(11,95,86,.26)}
@media(max-width:600px){.calc-inputs{grid-template-columns:1fr}.roundup-calc{padding:24px 20px}}
