:root{--navy:#102654;--blue:#125a99;--gold:#e9c43f;--cream:#f7f3e4;--ink:#172033;--muted:#5c6575;--line:#dfe4ea;--white:#fff;--green:#176b52;--shadow:0 18px 50px rgba(16,38,84,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.62}img{display:block;max-width:100%;height:auto}a{color:inherit}.topbar{height:70px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:var(--navy);color:#fff;position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:750}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border:2px solid var(--gold);border-radius:10px;color:var(--gold);font-family:Georgia,serif}.top-cta{background:var(--gold);color:var(--navy);padding:10px 16px;border-radius:9px;text-decoration:none;font-weight:800}.section{width:min(1180px,calc(100% - 40px));margin:auto;padding:84px 0}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center;min-height:680px}.eyebrow{margin:0 0 14px;color:var(--blue);font-size:.82rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.hero h1{font-size:clamp(2.4rem,5vw,4.6rem);line-height:1.03;letter-spacing:-.045em;margin:0 0 22px;color:var(--navy)}.lead{font-size:1.22rem;color:#3f4b60;max-width:700px}.quick-list{display:grid;grid-template-columns:1fr 1fr;padding:0;list-style:none;gap:10px 18px;margin:26px 0}.quick-list li:before,.check-grid li:before,.yes-card li:before{content:"✓";color:var(--green);font-weight:900;margin-right:9px}.price-row{display:flex;align-items:end;gap:24px;margin-top:28px}.price-row>div{display:flex;flex-direction:column}.old-price{text-decoration:line-through;color:#7b8390}.price-row strong,.purchase-action strong{font-size:2.35rem;line-height:1;color:var(--navy)}small{font-size:.5em}.button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:12px 22px;border-radius:10px;background:var(--gold);color:var(--navy);font-weight:850;text-decoration:none;box-shadow:0 8px 18px rgba(233,196,63,.25)}.microcopy{font-size:.87rem;color:var(--muted)}.hero-visual{margin:0}.hero-visual img{border-radius:22px;box-shadow:var(--shadow)}.section-heading{max-width:760px}.section-heading h2,.included h2,.purchase-card h2,.support h2{font-size:clamp(2rem,4vw,3.3rem);line-height:1.12;letter-spacing:-.035em;color:var(--navy);margin:0 0 18px}.section-heading p:last-child{font-size:1.1rem;color:var(--muted)}.centered{text-align:center;margin:0 auto 44px}.problem{display:grid;grid-template-columns:1fr .85fr;gap:70px;align-items:center}.problem img{border-radius:18px;box-shadow:var(--shadow)}.how{width:100%;max-width:none;background:var(--cream);padding-left:max(20px,calc((100vw - 1180px)/2));padding-right:max(20px,calc((100vw - 1180px)/2))}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.steps article{background:#fff;padding:26px;border-radius:16px;border:1px solid #ebe6d4}.steps span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--navy);color:#fff;font-weight:800}.steps h3{color:var(--navy);font-size:1.25rem;margin:14px 0 6px}.steps p{margin:0;color:var(--muted)}.screens{display:grid;grid-template-columns:.9fr 1.4fr;gap:26px;align-items:center;margin-top:36px}.screens figure{margin:0;background:#fff;padding:12px;border-radius:16px;box-shadow:0 10px 30px rgba(16,38,84,.08)}.screens img{width:100%;border-radius:10px}.screens figcaption{text-align:center;font-weight:750;padding:10px 0 2px;color:var(--navy)}.clarity-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:980px;margin:auto}.clarity-grid article{padding:34px;border-radius:18px;border:1px solid var(--line)}.clarity-grid h3{font-size:1.65rem;margin:0 0 16px;color:var(--navy)}.clarity-grid ul{padding:0;list-style:none}.clarity-grid li{margin:12px 0}.yes-card{background:#eef8f4}.no-card{background:#f7f7f7}.no-card li:before{content:"—";font-weight:900;margin-right:9px;color:#788190}.included{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}.included img{border-radius:18px;border:1px solid var(--line);box-shadow:var(--shadow)}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:0;list-style:none}.purchase-card{background:var(--navy);color:#fff;border-radius:24px;padding:48px 54px;display:flex;align-items:center;justify-content:space-between;gap:35px}.purchase-card .eyebrow{color:var(--gold)}.purchase-card h2{color:#fff;margin-bottom:8px}.purchase-action{display:flex;flex-direction:column;gap:12px;min-width:270px;text-align:center}.purchase-action strong{color:#fff}.purchase-action span{font-size:.8rem;color:#d9e1f1}.faq-list{max-width:900px;margin:auto;border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:8px 0}summary{cursor:pointer;list-style:none;padding:18px 38px 18px 0;font-weight:800;color:var(--navy);position:relative}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;right:8px;font-size:1.5rem;top:11px}details[open] summary:after{content:"−"}.faq-list p{margin:0 0 20px;color:var(--muted)}.support{text-align:center;background:var(--cream);border-radius:24px;margin-bottom:84px}.support p{color:var(--muted)}.secondary{background:var(--navy);color:#fff;box-shadow:none}footer{background:#0b1936;color:#dbe3f2;min-height:120px;padding:34px max(20px,calc((100vw - 1180px)/2));display:flex;justify-content:space-between;align-items:center;gap:20px}.sticky-buy{display:none}.cookie{position:fixed;left:20px;right:20px;bottom:20px;z-index:50;max-width:760px;margin:auto;background:#fff;border:1px solid var(--line);box-shadow:0 12px 45px rgba(0,0,0,.2);border-radius:14px;padding:18px;align-items:center;gap:20px}.cookie:not([hidden]){display:flex}.cookie p{margin:0;font-size:.9rem}.cookie div{display:flex;gap:8px;flex-shrink:0}.cookie button{border:0;border-radius:8px;padding:10px 12px;font-weight:750;cursor:pointer}.cookie button:last-child{background:var(--navy);color:#fff}
@media(max-width:850px){.topbar{height:62px}.top-cta{font-size:.78rem;padding:9px 11px}.brand span:last-child{display:none}.section{width:min(100% - 30px,680px);padding:58px 0}.hero,.problem,.included{grid-template-columns:1fr;gap:34px}.hero{min-height:0;padding-top:46px}.hero h1{font-size:2.65rem}.hero-visual{order:-1}.hero-visual img{max-height:390px;object-fit:cover}.quick-list,.check-grid{grid-template-columns:1fr}.price-row{align-items:stretch;flex-direction:column}.steps{grid-template-columns:1fr}.screens{grid-template-columns:1fr}.clarity-grid{grid-template-columns:1fr}.purchase-card{width:calc(100% - 30px);padding:35px 24px;flex-direction:column;text-align:center}.support{padding-left:22px;padding-right:22px}.sticky-buy{display:flex;position:fixed;z-index:25;left:10px;right:10px;bottom:10px;background:#fff;border-radius:12px;box-shadow:0 10px 35px rgba(0,0,0,.22);padding:10px 11px;justify-content:space-between;align-items:center}.sticky-buy span{display:flex;flex-direction:column;color:var(--navy);line-height:1.15}.sticky-buy a{background:var(--gold);color:var(--navy);text-decoration:none;font-weight:850;padding:11px 22px;border-radius:8px}footer{padding-bottom:90px;flex-direction:column;text-align:center}.cookie:not([hidden]){display:block;bottom:78px}.cookie div{margin-top:12px;justify-content:flex-end}}
.legal-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 18px}.legal-links a{color:#fff}@media(max-width:850px){.legal-links{justify-content:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
