:root{--ink:#102a43;--muted:#5c6f82;--blue:#0d47a1;--teal:#087f78;--paper:#fff;--soft:#f4f8fb;--line:#dbe5ec;--shadow:0 18px 50px rgba(15,41,55,.09);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6;overflow-x:hidden}a{color:var(--blue)}a:hover{text-decoration:none}:focus-visible{outline:3px solid #17a39b;outline-offset:3px}.skip{position:fixed;left:1rem;top:-5rem;z-index:100;padding:.75rem 1rem;background:#fff;border-radius:8px}.skip:focus{top:1rem}.container{width:min(1120px,calc(100% - 2rem));margin-inline:auto}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(219,229,236,.8);background:rgba(255,255,255,.94);backdrop-filter:blur(14px)}.nav-shell{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand img{display:block;width:140px;height:auto}.site-nav{display:flex;align-items:center;gap:1.35rem}.site-nav a{color:var(--ink);font-size:.92rem;font-weight:650;text-decoration:none}.nav-actions{display:flex;align-items:center;gap:.65rem}.menu-button{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-size:1.25rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.72rem 1.1rem;border:1px solid var(--blue);border-radius:10px;background:var(--blue);color:#fff;font-weight:750;text-decoration:none}.button.secondary{background:#fff;color:var(--blue)}.button.light{border-color:#fff;background:#fff;color:var(--blue)}.hero{padding:6.5rem 0 5rem;background:linear-gradient(180deg,#f7fbfd 0%,#fff 88%)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:4rem}.eyebrow{margin:0 0 .8rem;color:var(--teal);font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}h1,h2,h3{margin-top:0;line-height:1.14;letter-spacing:-.025em}h1{max-width:760px;margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,4.6rem)}h2{font-size:clamp(1.85rem,4vw,2.8rem)}h3{font-size:1.12rem}.lede{max-width:680px;color:var(--muted);font-size:clamp(1.05rem,2vw,1.25rem)}.hero-actions,.cta-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem}.hero-note{margin-top:1rem;color:var(--muted);font-size:.84rem}.product-frame{padding:1rem;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow);transform:rotate(1deg)}.mock-top{display:flex;gap:.4rem;padding:.25rem 0 .85rem}.mock-top span{width:9px;height:9px;border-radius:50%;background:#cbd8e0}.mock-body{padding:1.2rem;border-radius:15px;background:var(--soft)}.mock-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.mock-card{min-height:100px;padding:1rem;border:1px solid var(--line);border-radius:12px;background:#fff}.mock-card b{display:block;margin-top:.8rem;font-size:1.2rem}.mock-list{display:grid;gap:.65rem;margin-top:.8rem}.mock-row{height:44px;border:1px solid var(--line);border-radius:9px;background:linear-gradient(90deg,#fff 0 65%,#e5f5f3 65%)}section{padding:5rem 0}.section-head{max-width:720px;margin-bottom:2rem}.section-head p{color:var(--muted)}.grid{display:grid;gap:1rem}.cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cards-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{padding:1.4rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.card p{margin-bottom:0;color:var(--muted)}.step-number{display:grid;place-items:center;width:36px;height:36px;margin-bottom:1rem;border-radius:50%;background:#e5f5f3;color:#096b65;font-weight:800}.soft{background:var(--soft)}.split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:3rem}.check-list{display:grid;gap:.8rem;padding:0;list-style:none}.check-list li{position:relative;padding-left:1.8rem}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:900}.cta{padding:3rem;border-radius:24px;background:#123b64;color:#fff}.cta h2,.cta p{color:#fff}.cta p{max-width:650px;opacity:.85}.page-hero{padding:5rem 0 3rem;background:var(--soft)}.page-hero h1{font-size:clamp(2.3rem,5vw,3.8rem)}.content{max-width:820px}.content h2{margin-top:2.5rem;font-size:1.6rem}.content p,.content li{color:var(--muted)}.legal-notice{padding:1rem 1.1rem;border-left:4px solid #d69e2e;border-radius:8px;background:#fff7df;color:#694b12}.price-card{max-width:620px;padding:2rem}.price{margin:.5rem 0;font-size:3rem;font-weight:850;color:var(--blue)}.site-footer{padding:3rem 0 2rem;border-top:1px solid var(--line);background:#f8fafc}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:2rem}.footer-grid h2{font-size:1rem}.footer-grid a{display:block;margin:.45rem 0;color:var(--muted);text-decoration:none}.footer-brand p{max-width:330px;color:var(--muted)}.copyright{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--line);color:var(--muted);font-size:.83rem}@media(max-width:900px){.hero-grid,.split{grid-template-columns:1fr}.hero{padding-top:4rem}.product-frame{max-width:620px;transform:none}.cards-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.menu-button{display:inline-grid;place-items:center}.site-nav{position:absolute;top:72px;right:1rem;left:1rem;display:none;max-height:calc(100dvh - 90px);overflow:auto;padding:1rem;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow)}.site-nav.open{display:grid}.site-nav a{min-height:44px;display:flex;align-items:center}.nav-actions .secondary{display:none}.hero{padding:3.6rem 0}.hero-grid{gap:2.5rem}.cards-3,.cards-4{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta{padding:2rem 1.25rem}}@media(max-width:480px){.container{width:min(100% - 1.25rem,1120px)}.brand img{width:124px}.nav-shell{min-height:64px}.site-nav{top:64px}.hero-actions,.cta-actions{display:grid}.hero-actions .button,.cta-actions .button{width:100%}.mock-metrics{grid-template-columns:1fr}section{padding:3.6rem 0}.footer-grid{grid-template-columns:1fr}.page-hero{padding:3.5rem 0 2rem}.price-card{padding:1.25rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
