@import "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,600;12..96,700;12..96,800&family=Figtree:wght@400;500;600;700&display=swap";:root{--ink:#0c1222;--ink-soft:#1a2336;--muted:#5b657a;--line:#d9e0ec;--paper:#f3f6fb;--white:#fff;--accent:#0e7490;--accent-deep:#0f4c5c;--accent-soft:#e6f6f8;--success:#0f766e;--header-h:68px;--font-display:"Bricolage Grotesque", Georgia, serif;--font-body:"Figtree", "Segoe UI", sans-serif;--theme-menu-bg:#fff;--theme-menu-border:#d9e0ec;--theme-menu-text:#0c1222}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,.font-display{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink)}a{color:inherit}.site{min-height:100vh;padding-top:var(--header-h)}.site-header{z-index:1000;width:100%;height:var(--header-h);-webkit-backdrop-filter:blur(14px);background:#f3f6fbe0;border-bottom:1px solid #d9e0ece6;align-items:center;display:flex;position:fixed;top:0;left:0}.site-header-inner{justify-content:space-between;align-items:center;gap:1rem;width:min(1120px,100% - 2rem);margin:0 auto;display:flex}.brand-mark{cursor:pointer;font-family:var(--font-display);background:0 0;border:none;align-items:baseline;gap:.35rem;padding:0;line-height:1;display:inline-flex}.brand-mark .name{color:var(--ink);font-size:1.55rem;font-weight:800}.brand-mark .product{color:var(--accent);font-size:1.55rem;font-weight:800}.nav-links{align-items:center;gap:1.5rem;display:none}@media (width>=880px){.nav-links{display:flex}}.nav-link{cursor:pointer;color:var(--muted);font-family:var(--font-body);background:0 0;border:none;padding:.25rem 0;font-size:.92rem;font-weight:600;position:relative}.nav-link:hover,.nav-link.active{color:var(--ink)}.nav-link.active:after{content:"";background:var(--accent);height:2px;position:absolute;bottom:-6px;left:0;right:0}.header-actions{align-items:center;gap:.6rem;display:flex}.btn{font-family:var(--font-body);cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.45rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent-deep);color:#fff;padding:.7rem 1.15rem}.btn-primary:hover{background:var(--accent)}.btn-ghost{color:var(--ink);border-color:var(--line);background:0 0;padding:.7rem 1.05rem}.btn-ghost:hover{border-color:var(--accent);color:var(--accent-deep)}.btn-lg{padding:.9rem 1.35rem;font-size:1rem}.hero{min-height:calc(100vh - var(--header-h));color:#fff;background:#071018;align-items:center;padding:clamp(2rem,5vw,3.5rem) 1rem;display:grid;position:relative;overflow:hidden}.hero--product{min-height:min(860px, calc(100vh - var(--header-h)))}.hero-photo{object-fit:cover;object-position:58% center;z-index:0;width:100%;height:100%;animation:1.1s both photo-in;position:absolute;inset:0}.hero-shade{z-index:1;pointer-events:none;background:linear-gradient(105deg,#071018eb 0%,#071018b8 38%,#07101838 68%,#07101814 100%),linear-gradient(#07101847 0%,#0000 30% 70%,#07101873 100%);position:absolute;inset:0}.hero-inner{z-index:2;flex-direction:column;gap:1.1rem;width:min(1120px,100%);max-width:34rem;margin:0 auto;padding:clamp(1rem,4vw,2rem) 0;display:flex;position:relative}@media (width>=901px){.hero-inner{margin-left:max(0px,50% - 560px)}}@media (width<=800px){.hero-photo{object-position:80% center}.hero-shade{background:linear-gradient(#0710188c 0%,#071018d1 45%,#071018f0 100%),linear-gradient(90deg,#0710188c 0%,#0000 70%)}.hero-inner{align-self:end;padding-bottom:1.5rem}}.hero-brand{font-family:var(--font-display);letter-spacing:-.045em;color:#fff;margin:0;font-size:clamp(3rem,9vw,5.25rem);font-weight:800;line-height:.92;animation:.65s both rise-in}.hero-brand span{color:#5eead4}.hero h1{color:#f8fafcf0;font-family:var(--font-body);letter-spacing:-.01em;max-width:28ch;font-size:clamp(1.15rem,2.4vw,1.45rem);font-weight:600;line-height:1.4;animation:.7s 80ms both rise-in}.hero-lead{color:#cbd5e1eb;max-width:38ch;font-size:1.05rem;line-height:1.65;animation:.7s .14s both rise-in}.hero-ctas{flex-wrap:wrap;gap:.75rem;margin-top:.55rem;animation:.7s .2s both rise-in;display:flex}.hero .btn-primary{color:#071018;background:#5eead4}.hero .btn-primary:hover{background:#99f6e4}.hero .btn-ghost{color:#fff;background:#ffffff0a;border-color:#ffffff52}.hero .btn-ghost:hover{color:#5eead4;background:#5eead414;border-color:#5eead4}.section{width:min(1120px,100% - 2rem);margin:0 auto;padding:clamp(3.5rem,7vw,5.5rem) 0}.section-kicker{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.section-title{margin-bottom:.75rem;font-size:clamp(1.7rem,3.5vw,2.45rem);font-weight:800;line-height:1.15}.section-lead{color:var(--muted);max-width:58ch;font-size:1.05rem;line-height:1.7}.band{background:var(--white);border-block:1px solid var(--line)}.trust-row{grid-template-columns:1fr;gap:1.75rem;margin-top:2.5rem;display:grid}@media (width>=720px){.trust-row{grid-template-columns:repeat(3,1fr);gap:2rem}}.trust-item h3{margin-bottom:.45rem;font-size:1.15rem;font-weight:700}.trust-item p{color:var(--muted);font-size:.95rem;line-height:1.6}.scale-panel{align-items:center;gap:2rem;display:grid}@media (width>=800px){.scale-panel{grid-template-columns:1.1fr .9fr}}.scale-stat{font-family:var(--font-display);color:var(--accent-deep);letter-spacing:-.05em;font-size:clamp(3rem,8vw,5rem);font-weight:800;line-height:1}.scale-stat small{font-size:1rem;font-family:var(--font-body);color:var(--muted);letter-spacing:0;margin-top:.6rem;font-weight:600;display:block}.steps{counter-reset:step;gap:1.5rem;margin-top:2.25rem;display:grid}@media (width>=800px){.steps{grid-template-columns:repeat(3,1fr);gap:2rem}}.step{border-top:2px solid var(--accent);padding-top:1rem}.step h3{margin:.65rem 0 .4rem;font-size:1.15rem}.step p{color:var(--muted);font-size:.95rem;line-height:1.55}.step:before{counter-increment:step;content:"0" counter(step);font-family:var(--font-display);color:var(--accent);font-size:.95rem;font-weight:800}.coverage-list{color:var(--ink-soft);flex-wrap:wrap;gap:.5rem 1.25rem;margin-top:1.5rem;font-size:.95rem;font-weight:600;display:flex}.coverage-list span:before{content:"·";color:var(--accent);margin-right:.65rem}.coverage-list span:first-child:before{content:"";margin:0}.cta-band{color:#fff;background:linear-gradient(135deg,#0f4c5c 0%,#0c1222 100%);padding:clamp(3rem,6vw,4.5rem) 1rem}.cta-band-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;width:min(1120px,100%);margin:0 auto;display:flex}.cta-band h2{color:#fff;margin-bottom:.5rem;font-size:clamp(1.6rem,3vw,2.1rem)}.cta-band p{color:#e2e8f0d9;max-width:42ch;line-height:1.6}.cta-band .btn-primary{color:#0c1222;background:#5eead4}.site-footer{color:#cbd5e1;background:#0c1222;padding:2.75rem 1rem 2rem}.footer-inner{flex-direction:column;gap:1.5rem;width:min(1120px,100%);margin:0 auto;display:flex}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.footer-brand .name{font-family:var(--font-display);color:#fff;font-size:1.5rem;font-weight:800}.footer-brand .product{font-family:var(--font-display);color:#5eead4;margin-left:.35rem;font-size:1.5rem;font-weight:800}.footer-meta{color:#94a3b8;margin-top:.4rem;font-size:.85rem;line-height:1.5}.footer-links{flex-wrap:wrap;gap:.65rem 1.1rem;display:flex}.footer-links button{color:#e2e8f0;cursor:pointer;font-size:.88rem;font-weight:500;font-family:var(--font-body);background:0 0;border:none;padding:0}.footer-links button:hover{color:#5eead4}.footer-bottom{color:#94a3b8;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding-top:1.25rem;font-size:.8rem;display:flex}@keyframes rise-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes photo-in{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.theme-toggle-btn{border:1px solid var(--line);background:var(--white);width:34px;height:34px;color:var(--ink);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}html[data-theme=white] .site-header{background:#ffffffeb}html[data-theme=current]{--theme-menu-bg:#0f172a;--theme-menu-border:#ffffff1f;--theme-menu-text:#e2e8f0}.customer-soon-page{background:var(--paper);min-height:100vh}.customer-soon-body{flex-direction:column;align-items:flex-start;gap:1rem;width:min(640px,100% - 2rem);margin:0 auto;padding:clamp(4rem,12vw,7rem) 0 4rem;display:flex}.customer-soon-body .section-title{font-size:clamp(2rem,5vw,3rem)}.customer-soon-note{color:var(--muted);margin-bottom:.5rem;font-size:.95rem;line-height:1.6}.customer-soon-note a{color:var(--accent-deep);font-weight:600;text-decoration:none}.customer-soon-note a:hover{text-decoration:underline}
