:root{
  --navy:#17365d;
  --navy-dark:#0b2342;
  --navy-deep:#071a31;
  --gold:#eba922;
  --gold-soft:#f4c55d;
  --cream:#fffaf0;
  --sky:#eef5fb;
  --ink:#17253a;
  --muted:#66758a;
  --line:#dce5ee;
  --white:#fff;
  --shadow:0 24px 60px rgba(11,35,66,.12);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;left:-9999px;top:10px;background:#fff;color:#000;padding:10px 14px;z-index:999}.skip-link:focus{left:10px}
.site-header{height:82px;display:flex;align-items:center;border-bottom:1px solid rgba(23,54,93,.08);background:rgba(255,255,255,.93);backdrop-filter:blur(14px);position:sticky;top:0;z-index:50}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center}.brand img{width:246px;max-height:52px;object-fit:contain;object-position:left center}.site-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700;color:#40526a}.site-nav a{transition:.2s}.site-nav a:hover{color:var(--navy)}.nav-cta{background:var(--navy)!important;color:#fff!important;padding:11px 18px;border-radius:12px;box-shadow:0 8px 22px rgba(23,54,93,.18)}.nav-toggle{display:none;background:transparent;border:0;padding:8px}.nav-toggle span{display:block;width:26px;height:2px;background:var(--navy);margin:5px}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f7fbff 0%,#fff 48%,#fff8e9 100%);padding:86px 0 98px;min-height:720px}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:70px;position:relative;z-index:2}.hero-copy{padding-top:10px}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:850;color:#9b6d0c;text-transform:uppercase;margin-bottom:18px;display:block}.eyebrow.light{color:#ffd97f}.hero h1{font-size:clamp(50px,6vw,78px);line-height:.98;letter-spacing:-.047em;margin:0 0 28px;color:var(--navy-deep);max-width:690px}.hero h1 span{color:var(--gold)}.hero-lead{font-size:19px;line-height:1.7;color:#53657b;max-width:645px;margin:0 0 34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 21px;border-radius:13px;font-weight:800;font-size:15px;transition:transform .2s,box-shadow .2s,background .2s;min-height:52px}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--navy);color:#fff;box-shadow:0 12px 28px rgba(23,54,93,.2)}.button-primary:hover{box-shadow:0 16px 32px rgba(23,54,93,.26)}.button-secondary{background:#fff;border:1px solid var(--line);color:var(--navy)}.button-icon{font-size:19px}.hero-trust{display:flex;flex-wrap:wrap;gap:18px 24px;margin-top:26px;color:#5e6f83;font-size:13px;font-weight:650}.hero-trust b{color:#1d8b69;margin-right:5px}.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.4}.hero-orb-one{width:380px;height:380px;background:radial-gradient(circle,#ffdfa3,transparent 65%);right:-100px;top:-90px}.hero-orb-two{width:300px;height:300px;background:radial-gradient(circle,#cce7ff,transparent 70%);left:-80px;bottom:-120px}
.hero-visual{position:relative;min-height:600px;display:grid;place-items:center}.phone-shell{width:315px;height:635px;background:#091929;border-radius:46px;padding:12px;box-shadow:0 38px 70px rgba(7,26,49,.27),0 0 0 1px rgba(7,26,49,.2);transform:rotate(2deg);position:relative;z-index:2}.phone-speaker{width:76px;height:22px;background:#091929;position:absolute;top:9px;left:50%;transform:translateX(-50%);border-radius:0 0 16px 16px;z-index:4}.phone-screen{height:100%;background:#f7f9fc;border-radius:36px;overflow:hidden;position:relative;padding-bottom:62px}.app-topbar{background:#fff;padding:27px 17px 13px;display:flex;gap:10px;align-items:center;border-bottom:1px solid #e8eef4}.app-topbar img{width:38px;height:38px;border-radius:9px;object-fit:cover}.app-topbar strong{display:block;font-size:13px;color:var(--navy)}.app-topbar span{display:block;font-size:10px;color:#8895a7}.mini-hero{margin:14px;background:linear-gradient(140deg,var(--navy),#24588b);color:#fff;border-radius:17px;padding:17px;box-shadow:0 10px 24px rgba(23,54,93,.16)}.mini-hero span{font-size:8px;letter-spacing:.12em;color:#f4c55d;font-weight:800}.mini-hero strong{display:block;font-size:20px;line-height:1.1;margin:5px 0 6px}.mini-hero small{font-size:9px;color:#dce8f4}.screen-label{font-size:10px;font-weight:800;padding:0 15px 8px;color:#4a5b70}.screen-label-space{padding-top:14px}.app-card-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:0 14px}.app-card{background:#fff;border:1px solid #e7edf3;border-radius:12px;padding:11px 5px;text-align:center;font-size:9px;font-weight:700;color:#4c6075}.app-card i{width:30px;height:30px;margin:0 auto 5px;display:grid;place-items:center;border-radius:9px;background:#fff5da;color:#b67700;font-size:16px;font-style:normal}.deal-card{margin:0 14px 8px;background:#fff;border:1px solid #e5ecf3;border-radius:12px;padding:9px;display:grid;grid-template-columns:38px 1fr 10px;gap:9px;align-items:center}.deal-badge{height:38px;border-radius:10px;background:#e9f2fb;color:var(--navy);display:grid;place-items:center;font-size:9px;font-weight:850}.deal-badge.gold{background:#fff2d0;color:#9d6900}.deal-card strong{font-size:9px;display:block;color:#31455d}.deal-card span{font-size:7.5px;color:#8593a4}.deal-card b{font-size:18px;color:#9aa6b4}.app-bottom{position:absolute;left:0;right:0;bottom:0;height:56px;background:#fff;border-top:1px solid #e5edf4;display:flex;align-items:center;justify-content:space-around;color:#6f7f92}.app-bottom span{display:flex;flex-direction:column;align-items:center;font-size:14px}.app-bottom small{font-size:7px;margin-top:2px}.float-card{position:absolute;background:#fff;border:1px solid rgba(23,54,93,.08);box-shadow:var(--shadow);border-radius:16px;padding:13px 15px;display:flex;align-items:center;gap:11px;z-index:3;min-width:190px}.float-card>b{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#fff1ce;color:#a56c00;font-size:19px}.float-card strong,.float-card small{display:block}.float-card strong{font-size:12px;color:var(--navy)}.float-card small{font-size:9px;color:#7d8b9d}.float-save{right:-8px;top:105px}.float-local{left:-18px;bottom:110px}.float-local>b{background:#e8f3fb;color:#1d5b86}
.section{padding:92px 0}.section-heading{max-width:740px}.section-heading.centered{text-align:center;margin:0 auto 46px}.section-heading h2,.category-copy h2,.why-copy h2,.trust-grid h2{font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-.035em;margin:0 0 18px;color:var(--navy-deep)}.section-heading p,.category-copy p,.why-copy p,.trust-grid p{font-size:17px;color:var(--muted);line-height:1.75;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-card{border:1px solid var(--line);border-radius:22px;padding:28px 25px;background:#fff;transition:.25s;min-height:250px}.feature-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(23,54,93,.09);border-color:#cbd9e6}.feature-icon{width:52px;height:52px;border-radius:15px;background:#fff4d8;color:#a66f00;display:grid;place-items:center;font-size:23px;font-weight:850;margin-bottom:28px}.feature-card:nth-child(2) .feature-icon,.feature-card:nth-child(4) .feature-icon{background:#eaf4fb;color:#1d587f}.feature-card h3{font-size:19px;color:var(--navy);margin:0 0 10px}.feature-card p{font-size:14px;color:#6c7a8b;line-height:1.7;margin:0}
.categories-section{background:#f5f9fc}.category-grid-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.category-copy p{max-width:520px}.text-link{display:inline-flex;align-items:center;gap:10px;margin-top:26px;color:var(--navy);font-weight:850}.text-link span{color:var(--gold);font-size:20px}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.category-item{background:#fff;border:1px solid #e1eaf2;border-radius:16px;padding:19px 20px;font-weight:750;color:#40536b;display:flex;align-items:center;gap:13px;box-shadow:0 10px 24px rgba(23,54,93,.04)}.category-item span{width:39px;height:39px;border-radius:11px;background:#eff5fa;display:grid;place-items:center;color:var(--navy);font-size:17px}
.why-section{overflow:hidden}.why-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:85px;align-items:center}.why-graphic{background:linear-gradient(145deg,var(--navy),var(--navy-deep));border-radius:32px;min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;position:relative;overflow:hidden;box-shadow:0 30px 60px rgba(7,26,49,.18)}.why-graphic:before{content:"";position:absolute;width:330px;height:330px;border-radius:50%;border:1px solid rgba(255,255,255,.11);top:-160px;right:-120px}.why-graphic:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(235,169,34,.08);bottom:-100px;left:-80px}.big-50{font-size:150px;line-height:1;font-weight:900;letter-spacing:-.08em;color:var(--gold);position:relative;z-index:2}.big-50 span{font-size:56px;vertical-align:top;margin-left:6px}.why-line{height:2px;width:210px;background:linear-gradient(90deg,transparent,#fff,transparent);opacity:.45;margin:7px 0 18px}.why-chip{font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:800;color:#d7e5f3;position:relative;z-index:2}.check-list{list-style:none;margin:28px 0 0;padding:0;display:grid;gap:13px}.check-list li{display:flex;gap:12px;align-items:flex-start;font-weight:650;color:#4d5e72}.check-list span{width:24px;height:24px;flex:0 0 24px;border-radius:50%;display:grid;place-items:center;background:#e7f5ef;color:#167154;font-size:12px}
.install-section{padding-top:55px}.install-card{background:linear-gradient(135deg,#0b2342,#183f6e);border-radius:34px;display:grid;grid-template-columns:1fr 300px;gap:72px;padding:64px 70px;align-items:center;box-shadow:0 30px 70px rgba(7,26,49,.18);position:relative;overflow:hidden}.install-card:after{content:"";width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(235,169,34,.2),transparent 67%);position:absolute;right:-120px;top:-180px}.install-copy{position:relative;z-index:2}.install-copy h2{font-size:clamp(36px,4vw,52px);line-height:1.06;letter-spacing:-.04em;color:#fff;margin:0 0 18px}.install-copy>p{color:#c6d8e8;font-size:17px;max-width:650px}.device-instruction{margin:28px 0 25px;display:flex;gap:14px;align-items:center;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);border-radius:16px;padding:14px 16px;color:#fff;max-width:620px}.device-icon{width:42px;height:42px;border-radius:12px;background:rgba(255,255,255,.12);display:grid;place-items:center;font-size:20px}.device-instruction strong,.device-instruction span{display:block}.device-instruction strong{font-size:13px}.device-instruction span{font-size:11px;color:#c5d6e7;margin-top:2px}.install-actions{display:flex;gap:12px;flex-wrap:wrap}.button-gold{background:var(--gold);color:#201707}.button-outline-light{border:1px solid rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.05)}.qr-panel{position:relative;z-index:2;background:#fff;border-radius:22px;padding:22px;text-align:center;box-shadow:0 20px 50px rgba(0,0,0,.14)}.qr-panel img{width:190px;height:190px;margin:0 auto 12px}.qr-panel strong,.qr-panel span,.qr-panel small{display:block}.qr-panel strong{color:var(--navy);font-size:15px}.qr-panel span{font-size:11px;color:#68788a;margin:3px 0 9px}.qr-panel small{font-size:10px;color:#9aa6b4}
.trust-section{padding:82px 0}.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:end}.trust-grid p{padding-bottom:6px}.final-cta{background:#f5f8fb;padding:42px 0}.final-cta-inner{display:grid;grid-template-columns:76px 1fr auto;align-items:center;gap:22px}.final-cta img{width:76px;height:76px;border-radius:18px;object-fit:cover}.final-cta span{font-size:11px;font-weight:850;letter-spacing:.13em;color:#9a6c0c}.final-cta h2{margin:3px 0 0;color:var(--navy);font-size:28px;letter-spacing:-.025em}
.site-footer{background:#081b31;color:#aebfd0;padding:56px 0 24px}.footer-grid{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}.footer-brand img{width:215px;filter:brightness(0) invert(1);opacity:.95}.footer-brand p{font-size:12px;margin:13px 0 0;color:#8fa4b8}.footer-links{display:flex;gap:24px;flex-wrap:wrap;font-size:12px;font-weight:700;color:#bccbda}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:38px;padding-top:21px;display:flex;justify-content:space-between;gap:25px;font-size:10px;color:#758ba1}.disclaimer{text-align:right}.install-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,130px);background:#091d34;color:#fff;padding:13px 18px;border-radius:12px;box-shadow:0 18px 38px rgba(0,0,0,.2);font-size:13px;font-weight:650;z-index:100;transition:.3s;opacity:0}.install-toast.show{transform:translate(-50%,0);opacity:1}
.legal-page{background:#f7f9fc;min-height:70vh;padding:70px 0}.legal-card{background:#fff;border:1px solid #e2e9f0;border-radius:24px;padding:44px;max-width:900px;margin:auto;box-shadow:0 18px 46px rgba(23,54,93,.05)}.legal-card h1{font-size:44px;margin:0 0 8px;color:var(--navy)}.legal-card h2{font-size:20px;color:var(--navy);margin:34px 0 10px}.legal-card p,.legal-card li{color:#607186;line-height:1.75}.legal-note{background:#fff6df;border-left:4px solid var(--gold);padding:14px 16px;border-radius:8px;color:#6f591e;margin:22px 0}
@media (max-width:980px){.site-nav{gap:17px}.hero-grid{grid-template-columns:1fr;gap:40px}.hero-copy{text-align:center}.hero h1,.hero-lead{margin-left:auto;margin-right:auto}.hero-actions,.hero-trust{justify-content:center}.hero-visual{min-height:580px}.feature-grid{grid-template-columns:repeat(2,1fr)}.category-grid-wrap,.why-grid{grid-template-columns:1fr;gap:45px}.category-copy{text-align:center}.category-copy p{margin:auto}.install-card{grid-template-columns:1fr 240px;padding:50px 45px;gap:40px}.trust-grid{gap:45px}.final-cta-inner{grid-template-columns:65px 1fr}.final-cta .button{grid-column:2}.brand img{width:220px}}
@media (max-width:760px){.container{width:min(100% - 28px,1160px)}.site-header{height:70px}.brand img{width:185px}.nav-toggle{display:block}.site-nav{display:none;position:absolute;left:14px;right:14px;top:67px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:16px;flex-direction:column;align-items:stretch;gap:4px}.site-nav.open{display:flex}.site-nav a{padding:11px 12px;border-radius:10px}.nav-cta{text-align:center;margin-top:4px}.hero{padding:55px 0 68px;min-height:auto}.hero h1{font-size:53px}.hero-lead{font-size:16px}.hero-trust{font-size:11px}.hero-visual{min-height:520px}.phone-shell{width:270px;height:545px}.float-card{min-width:158px;padding:10px}.float-save{right:-4px}.float-local{left:-4px;bottom:60px}.section{padding:68px 0}.section-heading h2,.category-copy h2,.why-copy h2,.trust-grid h2{font-size:36px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.category-grid{grid-template-columns:1fr 1fr}.why-graphic{min-height:340px}.big-50{font-size:120px}.install-card{grid-template-columns:1fr;padding:40px 25px;border-radius:24px}.install-copy{text-align:center}.device-instruction{margin-left:auto;margin-right:auto;text-align:left}.install-actions{justify-content:center}.qr-panel{max-width:260px;margin:auto}.trust-grid{grid-template-columns:1fr;gap:10px}.final-cta-inner{grid-template-columns:60px 1fr;gap:15px}.final-cta img{width:60px;height:60px}.final-cta h2{font-size:21px}.footer-grid,.footer-bottom{flex-direction:column}.disclaimer{text-align:left}.footer-links{gap:14px 20px}.legal-card{padding:28px 22px}.legal-card h1{font-size:36px}}
@media (max-width:520px){.hero h1{font-size:45px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-visual{min-height:485px}.phone-shell{width:245px;height:495px}.float-card{display:none}.category-grid{grid-template-columns:1fr}.install-actions{flex-direction:column}.install-actions .button{width:100%}.final-cta-inner{grid-template-columns:54px 1fr}.final-cta .button{grid-column:1/-1;width:100%}.final-cta img{width:54px;height:54px}.footer-brand img{width:190px}}
