:root{--navy: #0d2436;--navy-soft: #14324b;--navy-line: #23405a;--cream: #f8f4ec;--cream-card: #fffdf8;--ink: #1b2430;--muted: #48535f;--gold: #d7a828;--gold-dark: #6f5714;--danger: #9c2b2b;--ok: #2f6b3a;--radius: 14px;--maxw: 1080px;--focus: #1f6feb}*{box-sizing:border-box}html{font-size:18px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.6}h1,h2,h3{line-height:1.2;color:var(--navy);font-weight:800;margin:0 0 .4em}h1{font-size:clamp(2.1rem,5vw,3.3rem);letter-spacing:-.5px}h2{font-size:clamp(1.6rem,3.4vw,2.3rem)}h3{font-size:1.25rem}p{margin:0 0 1em}a{color:var(--navy);text-underline-offset:3px}a:hover{color:var(--gold-dark)}:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:4px}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 20px}section{padding:64px 0}.eyebrow{text-transform:uppercase;letter-spacing:1.5px;font-size:.8rem;font-weight:700;color:var(--gold-dark);margin:0 0 .6em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;min-height:52px;padding:14px 26px;border-radius:999px;font-size:1.05rem;font-weight:700;text-decoration:none;border:2px solid transparent;cursor:pointer}.btn-primary{background:var(--gold);color:var(--navy);border-color:var(--gold)}.btn-primary:hover{background:#e8b93a;color:var(--navy)}.btn-ghost{background:transparent;color:var(--cream);border-color:#ffffff8c}.btn-ghost:hover{background:#ffffff1f;color:var(--cream)}.btn-dark{background:var(--navy);color:var(--cream);border-color:var(--navy)}.btn-dark:hover{background:var(--navy-soft);color:var(--cream)}.site-header{background:var(--navy);color:var(--cream);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--navy-line)}.site-header .container{display:flex;align-items:center;justify-content:space-between;min-height:68px}.brand{display:flex;align-items:center;gap:10px;color:var(--cream);text-decoration:none;font-weight:800;font-size:1.2rem}.brand svg{display:block}.brand-mark{height:34px;width:auto;display:block}@media (max-width: 480px){.brand-mark{height:28px}}.nav{display:flex;align-items:center;gap:22px}.nav a{color:var(--cream);text-decoration:none;font-weight:600}.nav a:hover{color:var(--gold)}@media (max-width: 640px){.nav a.nav-link{display:none}}.hero{background:linear-gradient(180deg,var(--navy) 0%,#0a1c2b 100%);color:var(--cream);padding:76px 0 84px;overflow:hidden}.hero h1{color:#fff}.hero .lede{font-size:1.3rem;color:#e7ecf1;max-width:34ch}.hero .byline{display:inline-flex;align-items:center;gap:8px;margin:18px 0 26px;font-weight:700;color:var(--gold)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center}@media (max-width: 820px){.hero-grid{grid-template-columns:1fr}}.cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:8px}.soon{font-size:.95rem;color:#c7d0d9;margin-top:14px}.phone{position:relative;width:250px;max-width:78vw;aspect-ratio:1350 / 2760;margin:0 auto;background:none}.phone:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:url(/images/iphone-17-bezel.png) center/contain no-repeat}.phone-screen{position:absolute;z-index:1;inset:2.5% 5.33%;background:var(--cream);border-radius:34px;overflow:hidden;padding:40px 14px 16px;display:flex;flex-direction:column;gap:8px}.phone-screen:before{content:"";position:absolute;z-index:3;top:13px;left:50%;transform:translate(-50%);width:34%;height:19px;background:#05080c;border-radius:999px}.phone-screen .chip{font-size:.68rem;padding:4px 9px}.phone-screen .msg-bubble{font-size:.78rem;padding:9px 10px;line-height:1.32}.phone-screen .verdict{font-size:.9rem;padding:10px 11px}.phone-screen .verdict small{font-size:.7rem;line-height:1.3;margin-top:3px}.verdict{border-radius:12px;padding:14px;font-weight:700}.verdict.high{background:#f7e3e3;color:var(--danger);border:2px solid #e3b9b9}.verdict small{display:block;font-weight:600;color:var(--muted);margin-top:4px;font-size:.8rem}.msg-bubble{background:#eef1f4;border-radius:12px;padding:12px;color:#2a3540;font-size:.92rem}.chip{display:inline-block;background:var(--navy);color:var(--cream);border-radius:999px;padding:6px 12px;font-size:.78rem;font-weight:700}.coverflow{position:relative;height:560px;width:100%;perspective:1500px}.cf-phone{position:absolute;top:50%;left:50%;width:250px;transition:transform .9s cubic-bezier(.33,0,.2,1),opacity .9s ease;will-change:transform,opacity;backface-visibility:hidden}.cf-phone .phone{margin:0;max-width:none}.verdict.ok{background:#e6f2e6;color:var(--ok);border:2px solid #bcd9bc}@media (max-width: 820px){.coverflow{height:540px}}.section-cream{background:var(--cream)}.section-alt{background:var(--cream-card);border-top:1px solid #eadfca;border-bottom:1px solid #eadfca}.grid{display:grid;gap:20px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}@media (max-width: 900px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr}}@media (max-width: 620px){.grid-4,.grid-2{grid-template-columns:1fr}}.card{background:var(--cream-card);border:1px solid #e7ddc8;border-radius:var(--radius);padding:24px}.card .ic{width:44px;height:44px;border-radius:10px;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:12px}.card h3{margin-bottom:.3em}.card p{color:var(--muted);margin:0}.band-navy{background:var(--navy);color:var(--cream)}.band-navy h2{color:#fff}.band-navy p{color:#dfe6ec}.pull{font-size:clamp(1.5rem,3.4vw,2.1rem);font-weight:800;color:#fff;max-width:22ch;line-height:1.25}.stats{background:#0a1c2b;color:var(--cream);border-top:3px solid var(--gold);padding:58px 0}.stats .eyebrow{color:#e6c25a}.stats h2{color:#fff;max-width:24ch}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin:30px 0 20px}.stat .num{font-size:clamp(2.1rem,4.4vw,2.9rem);font-weight:800;color:var(--gold);line-height:1.02}.stat .lab{color:#d3dde5;margin-top:8px;font-size:.95rem;line-height:1.45}.stats-note{color:#9fb0bd;font-size:.9rem;max-width:78ch;margin:0}.stats-note a{color:#e7ecf1}@media (max-width: 820px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:26px}}@media (max-width: 440px){.stats-grid{grid-template-columns:1fr}}.trust-item{display:flex;gap:14px;align-items:flex-start}.trust-item .dot{flex:0 0 auto;width:12px;height:12px;border-radius:50%;background:var(--gold);margin-top:8px}.callout{background:var(--cream-card);border:2px solid var(--navy);border-radius:var(--radius);padding:28px}.callout h3{color:var(--navy)}.callout p{color:var(--ink);margin-bottom:0}.families{background:linear-gradient(180deg,#10293d,#0d2436);color:var(--cream)}.families h2{color:#fff}.families p{color:#dfe6ec}.fam-photo{width:100%;height:auto;display:block;border-radius:16px;box-shadow:0 22px 55px #0006}@media (max-width: 820px){.fam-photo{margin-bottom:8px}}.watch{position:relative;width:200px;margin:0 auto}.watch-img{display:block;width:100%;max-width:280px;height:auto;margin:0 auto}.watch-band-top,.watch-band-bottom{width:116px;margin:0 auto;height:46px;background:linear-gradient(180deg,#39424f,#28303b);position:relative;z-index:1}.watch-band-top{border-radius:22px 22px 8px 8px;margin-bottom:-16px}.watch-band-bottom{border-radius:8px 8px 22px 22px;margin-top:-16px}.watch-case{position:relative;z-index:2;background:linear-gradient(155deg,#2b3140,#0d1117);border-radius:44px;padding:15px;box-shadow:0 22px 50px #0006}.watch-crown{position:absolute;right:-5px;top:42%;width:7px;height:32px;border-radius:4px;background:linear-gradient(#454d5a,#20262f);z-index:3}.watch-screen{background:#000;border-radius:32px;padding:16px 14px;min-height:200px;display:flex;flex-direction:column;gap:9px}.watch-top{display:flex;justify-content:space-between;align-items:center;font-size:.72rem;color:#9fb0bd;font-weight:700}.watch-alert{background:#3a1414;color:#ff9c9c;border:1px solid #7a2b2b;border-radius:12px;padding:9px 11px;font-weight:800;font-size:1rem}.watch-sub{font-size:.82rem;color:#cdd6de}.watch-action{margin-top:auto;background:#1f5b2a;color:#eaffea;border-radius:999px;padding:9px;text-align:center;font-weight:800;font-size:.86rem}.watch-feats{list-style:none;padding:0;margin:18px 0 0}.watch-feats li{display:flex;gap:12px;align-items:flex-start;margin-bottom:16px}.watch-feats .wc{flex:0 0 auto;width:34px;height:34px;border-radius:9px;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-weight:800}.watch-feats h3{font-size:1.05rem;margin:0 0 2px}.watch-feats p{margin:0;color:var(--muted)}.site-footer{background:#081824;color:#c4ced7;padding:48px 0 40px}.site-footer a{color:#e7ecf1}.foot-grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}.foot-links{display:flex;flex-wrap:wrap;gap:20px}.foot-links a{text-decoration:none;font-weight:600}.foot-links a:hover{color:var(--gold)}.fineprint{margin-top:26px;font-size:.85rem;color:#8ea0ad;max-width:70ch}.legal{background:var(--cream)}.legal-wrap{max-width:760px;margin:0 auto;padding:48px 20px 72px}.legal-wrap h1{margin-bottom:.2em}.legal-wrap h2{font-size:1.4rem;margin-top:1.6em}.legal-wrap h3{font-size:1.1rem;margin-top:1.2em}.legal-wrap p,.legal-wrap li{color:#2a3540}.legal-meta{color:var(--muted);font-size:.95rem;margin-bottom:2em}.legal-wrap a{color:var(--gold-dark)}.center{text-align:center}.mt-0{margin-top:0}.lead{font-size:1.2rem;color:var(--muted)}
