:root{--ink:#111217;--muted:#656975;--paper:#f6f5f1;--white:#fff;--accent:#5b55eb;--line:rgba(17,18,23,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}.shell{width:min(1160px,calc(100% - 48px));margin:auto}.nav{height:84px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);font-weight:700;text-decoration:none}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--ink);color:white;font-size:12px;letter-spacing:.08em}.nav nav{display:flex;gap:30px}.nav nav a,footer a{color:var(--ink);text-decoration:none;font-size:14px}.nav nav a:hover,footer a:hover{color:var(--accent)}.hero{min-height:700px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:80px;padding-top:60px;padding-bottom:80px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:750;font-size:12px;margin:0 0 20px;color:var(--accent)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(58px,7.2vw,102px);line-height:.92;letter-spacing:-.065em;margin-bottom:34px}h1 span{color:var(--accent)}.lede{font-size:20px;color:var(--muted);max-width:580px}.actions{display:flex;gap:12px;margin-top:36px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:100px;font-size:14px;font-weight:700;text-decoration:none;transition:.2s}.button.primary{background:var(--ink);color:white}.button.primary:hover{background:var(--accent);transform:translateY(-2px)}.button.secondary{border:1px solid var(--line);color:var(--ink);background:rgba(255,255,255,.5)}.visual{height:540px;position:relative;display:grid;place-items:center}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-one{width:410px;height:410px;background:#d9d7ff}.orb-two{width:270px;height:270px;background:#ffcfd3;right:0;bottom:10px}.phone{position:relative;width:260px;height:526px;padding:9px;border-radius:48px;background:#17181d;box-shadow:0 45px 80px rgba(42,37,92,.25);transform:rotate(5deg)}.screen{height:100%;border-radius:40px;background:linear-gradient(160deg,#2c2d36,#08090d);position:relative;overflow:hidden}.screen:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 40% 30%,rgba(112,102,255,.45),transparent 38%)}.island{position:absolute;z-index:2;width:88px;height:24px;border-radius:20px;background:#050506;top:18px;left:86px}.screen-time{position:absolute;top:18px;left:25px;color:white;font-size:11px}.focus-ring{position:absolute;width:106px;height:106px;border:1px solid rgba(255,255,255,.65);border-radius:50%;top:195px;left:68px}.screen-controls{position:absolute;bottom:28px;left:35px;right:35px;display:flex;align-items:center;justify-content:space-between}.screen-controls i{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.18)}.screen-controls b{width:62px;height:62px;border:5px solid white;border-radius:50%}.statement{background:var(--ink);color:white;padding:130px 0}.narrow{max-width:850px}.statement h2,.privacy-band h2{font-size:clamp(40px,5vw,68px);letter-spacing:-.045em;line-height:1.05;margin-bottom:28px}.statement .narrow>p:last-child{font-size:20px;color:#bcbec8;max-width:760px}.product{padding-top:130px;padding-bottom:130px}.product-heading{display:flex;justify-content:space-between;align-items:end}.product-heading h2,.contact h2{font-size:clamp(46px,6vw,76px);letter-spacing:-.05em;line-height:1;margin-bottom:0}.product-heading img{width:94px;height:94px;border-radius:22px;box-shadow:0 15px 35px rgba(0,0,0,.15)}.product-intro{font-size:21px;color:var(--muted);max-width:680px;margin:34px 0 70px}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.feature-grid article{padding:45px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:250px}.feature-grid article span{font-size:12px;color:var(--accent);font-weight:800}.feature-grid h3{font-size:25px;margin:55px 0 12px}.feature-grid p{color:var(--muted);max-width:420px}.privacy-band{background:#dddafe;padding:110px 0}.privacy-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:80px}.privacy-grid>p{font-size:20px;color:#4f4b72}.contact{padding-top:100px;padding-bottom:100px;display:flex;align-items:end;justify-content:space-between;gap:40px}footer{padding:28px 0 45px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:13px}footer div{display:flex;gap:24px}.legal{padding-top:100px;padding-bottom:120px}.legal-wrap{max-width:790px}.legal h1{font-size:clamp(48px,7vw,82px)}.updated{color:var(--muted);margin-bottom:60px}.legal h2{font-size:25px;letter-spacing:-.02em;margin:42px 0 12px}.legal p,.legal li{color:#4e515b}.legal li{margin-bottom:8px}.support-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:48px}.support-card{padding:30px;border:1px solid var(--line);border-radius:20px;background:white}.support-card h2{margin-top:0}.support-card a{color:var(--accent)}@media(max-width:800px){.shell{width:min(100% - 30px,1160px)}.nav{height:70px}.nav nav a:not(:last-child){display:none}.hero{min-height:auto;grid-template-columns:1fr;gap:25px;padding-top:80px}.visual{height:470px}.phone{transform:scale(.86) rotate(5deg)}.statement,.product{padding-top:85px;padding-bottom:85px}.feature-grid,.privacy-grid,.support-cards{grid-template-columns:1fr}.privacy-grid{gap:20px}.product-heading img{width:70px;height:70px}.feature-grid article{padding:28px;min-height:210px}.contact{align-items:flex-start;flex-direction:column}.contact .button{max-width:100%;font-size:12px}footer{flex-direction:column;gap:14px}footer div{flex-wrap:wrap}.legal{padding-top:65px}}
