:root{--navy:#0b2f62;--blue:#2468ee;--green:#08a874;--orange:#ef8a37;--purple:#8b35df;--ink:#12213d;--muted:#64748b;--line:#dfe8f2;--surface:#f5f8fc;--white:#fff;--shadow:0 20px 60px rgba(16,43,78,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.section-shell{width:min(1160px,calc(100% - 40px));margin-inline:auto}.section-pad{padding-block:104px}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1160px)/2));position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,232,242,.8)}.brand{display:flex;align-items:center;gap:12px}.brand img{width:48px;height:48px;border-radius:14px;box-shadow:0 8px 22px rgba(17,55,96,.14)}.brand span{display:flex;flex-direction:column;line-height:1.15}.brand strong{font-size:1.06rem}.brand small{color:#2780d7;font-weight:700;font-size:.67rem;letter-spacing:.08em;text-transform:uppercase;margin-top:4px}.site-header nav{display:flex;align-items:center;gap:30px;font-weight:700;font-size:.91rem;color:#52647e}.site-header nav a:hover{color:var(--blue)}.nav-cta{background:var(--navy);color:#fff!important;padding:10px 18px;border-radius:12px}.menu-button{display:none;background:none;border:0;font-size:1.5rem;color:var(--navy)}.hero{min-height:690px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:72px;padding-block:74px 88px}.eyebrow{display:inline-flex;color:var(--green);font-weight:800;font-size:.78rem;letter-spacing:.13em;text-transform:uppercase;margin-bottom:18px}.eyebrow.light{color:#75f1ca}.hero h1,.section-heading h2,.showcase h2,.security h2,.cta h2{font-size:clamp(2.25rem,5vw,4.5rem);line-height:1.04;letter-spacing:-.045em;margin:0 0 24px}.hero h1 span{color:var(--blue)}.hero-copy>p{font-size:1.15rem;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;margin:32px 0 24px}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:14px;font-weight:800;transition:.2s ease}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--blue);color:#fff;box-shadow:0 12px 30px rgba(36,104,238,.25)}.button.secondary{border:1px solid var(--line);background:#fff}.button.white{background:#fff;color:var(--navy)}.trust-row{display:flex;flex-wrap:wrap;gap:18px;color:#55708c;font-size:.83rem;font-weight:700}.hero-visual{position:relative;min-height:560px;display:grid;place-items:center}.phone-frame{position:relative;z-index:2;width:290px;border:10px solid #15243d;border-radius:42px;background:#eef3f8;padding:8px;box-shadow:0 35px 90px rgba(13,42,81,.23);overflow:hidden}.phone-frame img{width:100%;border-radius:27px}.orbit{position:absolute;border-radius:50%;border:1px solid #cfe0f4}.orbit-one{width:480px;height:480px}.orbit-two{width:370px;height:370px}.hero-visual:before{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:linear-gradient(145deg,#dff7ef,#e8f0ff);filter:blur(1px)}.floating-card{position:absolute;z-index:3;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:13px 16px;border-radius:16px;font-size:.78rem;display:flex;align-items:center;gap:10px;max-width:230px}.floating-card span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;color:#fff}.card-list{right:-15px;top:145px}.card-list span{background:var(--orange)}.card-location{left:-35px;bottom:92px}.card-location span{background:var(--green)}.stats{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 40px rgba(17,55,96,.07);overflow:hidden}.stats div{padding:25px 30px;display:flex;flex-direction:column}.stats div+div{border-left:1px solid var(--line)}.stats strong{font-size:1.05rem}.stats span{font-size:.82rem;color:var(--muted)}.section-heading{text-align:center;max-width:760px;margin:0 auto 50px}.section-heading h2,.showcase h2,.security h2,.cta h2{font-size:clamp(2rem,4vw,3.4rem)}.section-heading p,.showcase p,.security p,.cta p{color:var(--muted);font-size:1.05rem}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{padding:28px;border:1px solid var(--line);border-radius:22px;background:#fff;transition:.2s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.feature-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;color:#fff;font-size:1.25rem}.feature-icon.blue{background:var(--blue)}.feature-icon.orange{background:var(--orange)}.feature-icon.purple{background:var(--purple)}.feature-icon.green{background:var(--green)}.feature-icon.navy{background:var(--navy)}.feature-icon.mint{background:#1db9ad}.feature-card h3{margin:20px 0 8px}.feature-card p{margin:0;color:var(--muted);font-size:.92rem}.showcase{background:var(--navy);color:#fff;overflow:hidden}.showcase-inner{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:100px}.showcase-copy p{color:#b8c9df}.check-list{list-style:none;padding:0;margin:28px 0 0}.check-list li{margin:14px 0;padding-left:30px;position:relative}.check-list li:before{content:"✓";position:absolute;left:0;color:#70edc5;font-weight:900}.screen-stack{height:600px;position:relative}.screen{position:absolute;width:310px;border-radius:32px;border:7px solid rgba(255,255,255,.85);box-shadow:0 32px 70px rgba(0,0,0,.32)}.screen-front{right:12%;top:10px;z-index:2}.screen-back{left:4%;top:90px;transform:rotate(-6deg);opacity:.84}.security{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:center}.security-visual{border-radius:28px;padding:50px;background:linear-gradient(145deg,#e8fff7,#eef5ff);display:flex;align-items:center;gap:22px}.security-visual .shield{font-size:3.6rem;color:var(--green)}.security-visual div:last-child{display:flex;flex-direction:column}.security-visual span{color:var(--muted);font-size:.88rem}.security-links{display:flex;gap:24px;margin-top:25px}.security-links a{font-weight:800;color:var(--blue)}.pricing{background:var(--surface)}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:18px}.price-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:24px;padding:32px}.price-card.featured{border:2px solid var(--blue);box-shadow:0 22px 60px rgba(36,104,238,.15);transform:translateY(-10px)}.popular{position:absolute;top:-14px;left:24px;background:var(--blue);color:#fff;padding:5px 12px;border-radius:20px;font-size:.72rem;font-weight:800}.plan-label{color:var(--blue);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.price-card h3{font-size:1.4rem;margin:13px 0 8px}.price-card p{color:var(--muted);min-height:50px}.price-card ul{list-style:none;padding:0;margin:22px 0 0}.price-card li{padding:9px 0 9px 24px;border-top:1px solid #edf2f7;position:relative;font-size:.9rem}.price-card li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}.pricing-note{text-align:center;color:var(--muted);font-size:.82rem;margin-top:30px}.cta{background:linear-gradient(125deg,#1f65e4,#0b3e76);border-radius:30px;padding:54px 60px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px;margin-block:90px}.cta p{color:#d5e4f5;margin-bottom:0}.cta h2{margin-bottom:14px}footer{background:#081d3c;color:#d2deec;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.25fr;gap:50px}.footer-brand{display:flex;gap:15px}.footer-brand img{width:54px;height:54px;border-radius:15px}.footer-brand p{color:#91a6be;max-width:310px;font-size:.86rem}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:10px}.footer-grid>div>strong{color:#fff;margin-bottom:8px}.footer-grid a{color:#9fb1c6;font-size:.85rem}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid #1d3657;margin-top:46px;padding-top:22px;display:flex;justify-content:space-between;color:#7f96b1;font-size:.78rem}.legal-hero{padding:78px 0 45px;background:linear-gradient(145deg,#edf7ff,#eefcf7)}.legal-hero h1{font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.08;margin:8px 0 15px}.legal-hero p{color:var(--muted);max-width:720px}.legal-layout{display:grid;grid-template-columns:240px 1fr;gap:50px;padding-block:55px 100px}.legal-nav{position:sticky;top:110px;height:max-content;padding:18px;border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column;gap:5px}.legal-nav a{padding:9px 12px;border-radius:9px;color:var(--muted);font-size:.84rem}.legal-nav a:hover,.legal-nav a.active{background:#edf4ff;color:var(--blue);font-weight:800}.legal-content{max-width:820px}.legal-content h2{margin:38px 0 10px;font-size:1.45rem}.legal-content h2:first-child{margin-top:0}.legal-content h3{margin-top:25px}.legal-content p,.legal-content li{color:#53657d}.notice{padding:18px 20px;border-radius:14px;background:#fff7df;border:1px solid #f2d57f;color:#6c5518;margin:25px 0}.step-list{counter-reset:steps;list-style:none;padding:0}.step-list li{position:relative;padding:6px 0 18px 48px}.step-list li:before{counter-increment:steps;content:counter(steps);position:absolute;left:0;top:2px;width:32px;height:32px;display:grid;place-items:center;background:var(--blue);color:#fff;border-radius:10px;font-weight:800}.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.guide-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.guide-card img{width:100%;height:280px;object-fit:cover;object-position:top}.guide-card div{padding:20px}.guide-card h3{margin:0 0 6px}.guide-card p{margin:0;font-size:.88rem}.reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.site-header nav{display:none;position:absolute;top:80px;left:20px;right:20px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:4px}.site-header nav.open{display:flex}.site-header nav a{padding:10px}.menu-button{display:block}.hero{grid-template-columns:1fr;text-align:center;gap:20px}.hero-copy>p{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{min-height:520px}.feature-grid,.price-grid{grid-template-columns:repeat(2,1fr)}.showcase-inner,.security{grid-template-columns:1fr}.showcase-inner{gap:40px}.showcase-copy{text-align:center}.screen-stack{width:min(650px,100%);margin:auto}.security{gap:35px}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.legal-layout{grid-template-columns:1fr}.legal-nav{position:static;flex-direction:row;overflow:auto}.guide-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){html,body{overflow-x:hidden}.section-shell{width:min(calc(100% - 28px),1160px)}.section-pad{padding-block:72px}.site-header{height:70px;padding-inline:16px}.brand img{width:42px;height:42px}.brand small{display:none}.site-header nav{top:69px}.hero{padding-block:52px;overflow:hidden}.hero>*{min-width:0}.hero h1{font-size:clamp(2.15rem,11vw,2.55rem)}.hero-copy>p{width:100%;overflow-wrap:break-word}.hero-actions{flex-direction:column}.button{width:100%}.hero-visual{min-height:480px;width:100%}.phone-frame{width:min(250px,80vw)}.orbit-one{width:min(350px,100%);height:auto;aspect-ratio:1}.orbit-two{width:min(290px,84%);height:auto;aspect-ratio:1}.floating-card{font-size:.68rem;max-width:190px}.card-list{right:0}.card-location{left:0}.stats{grid-template-columns:1fr}.stats div+div{border-left:0;border-top:1px solid var(--line)}.feature-grid,.price-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.showcase-inner{gap:20px}.screen-stack{height:510px;overflow:hidden}.screen{width:min(245px,75vw)}.screen-front{right:0}.screen-back{left:0;transform:none}.security-visual{padding:28px;align-items:flex-start}.security-links{flex-direction:column;gap:8px}.cta{margin-block:55px;border-radius:0;width:100%;padding:46px 24px;flex-direction:column;text-align:center}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}.footer-grid>div:last-child{grid-column:1/3}.footer-bottom{flex-direction:column;gap:5px}.legal-hero{padding-top:55px}.guide-grid{grid-template-columns:1fr}.guide-card img{height:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button:hover,.feature-card:hover{transform:none}}
