.layout{min-height:100vh;display:flex;flex-direction:column}.layout>main{flex:1}.layout__header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-h);background:#080a0de0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.layout__inner{max-width:var(--max-lg);margin:0 auto;padding:0 1.25rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.layout__brand{display:inline-flex;align-items:center;gap:.65rem;font-weight:700;font-size:1.15rem;letter-spacing:-.03em;color:var(--text);text-decoration:none}.layout__brand:hover{color:var(--text);text-decoration:none}.layout__brand-mark{width:32px;height:32px;border-radius:10px;background:linear-gradient(145deg,#2dd4bf,#0d9488 55%,#f59e0b);flex-shrink:0;box-shadow:0 4px 16px #2dd4bf33}.layout__nav{display:flex;align-items:center;gap:.15rem .35rem;flex-wrap:wrap}.layout__nav-link{color:var(--muted);font-size:.92rem;font-weight:500;text-decoration:none;padding:.45rem .65rem;border-radius:8px;border:1px solid transparent;transition:color .15s ease,background .15s ease}.layout__nav-link:hover{color:var(--text);text-decoration:none;background:#ffffff0a}.layout__nav-link--active{color:var(--accent);background:var(--accent-dim);border-color:#2dd4bf40}.layout__nav-cta{margin-left:.35rem}.layout__nav-cta .btn{padding:.5rem 1rem;font-size:.88rem}.layout__footer{margin-top:auto;padding:2.5rem 1.25rem;border-top:1px solid var(--border);background:var(--bg-elevated)}.layout__footer-inner{max-width:var(--max-lg);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.layout__footer-copy{margin:0;font-size:.88rem;color:var(--muted)}.layout__footer-links{font-size:.9rem}.layout__footer-domain{font-size:.82rem;color:var(--muted);opacity:.85}@media (max-width: 720px){.layout__inner{flex-wrap:wrap;height:auto;min-height:var(--nav-h);padding-top:.65rem;padding-bottom:.65rem}.layout__nav{width:100%;justify-content:flex-start}.layout__nav-cta{margin-left:0}}:root{--bg: #080a0d;--bg-elevated: #0c1016;--surface: #121820;--surface-hover: #171e28;--border: #243040;--border-light: #2f3d4f;--text: #eef2f6;--muted: #8b9aad;--accent: #2dd4bf;--accent-dim: rgba(45, 212, 191, .15);--accent-hover: #5eead4;--warm: #f59e0b;--warm-dim: rgba(245, 158, 11, .12);--radius: 12px;--radius-lg: 20px;--font: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--max: 920px;--max-lg: 1120px;--nav-h: 72px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;font-size:17px;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}h1,h2,h3{line-height:1.2;font-weight:600;letter-spacing:-.02em}h1{font-size:clamp(1.85rem,4.5vw,2.5rem);margin:0 0 1rem}h2{font-size:1.35rem;margin:2rem 0 .75rem}h3{font-size:1.1rem;margin:1.25rem 0 .5rem}p{margin:0 0 1rem}ul{margin:0 0 1rem;padding-left:1.25rem}li{margin-bottom:.35rem}code{font-size:.88em;background:var(--surface);padding:.12rem .4rem;border-radius:6px;border:1px solid var(--border)}.page{padding:calc(var(--nav-h) + 2rem) 1.25rem 4rem;max-width:var(--max);margin:0 auto}.page--wide{max-width:960px}.lead{font-size:1.15rem;color:var(--muted);margin-bottom:1.5rem;line-height:1.65}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.35rem 1.5rem;margin-bottom:1rem;transition:border-color .2s ease,background .2s ease}.card:hover{border-color:var(--border-light);background:var(--surface-hover)}.muted{color:var(--muted);font-size:.92rem}.legal-meta{color:var(--muted);font-size:.875rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.25rem;font-family:var(--font);font-size:.95rem;font-weight:600;border-radius:999px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.btn:hover{text-decoration:none}.btn:active{transform:scale(.98)}.btn--primary{background:linear-gradient(135deg,#2dd4bf,#14b8a6);color:#04120f;box-shadow:0 4px 24px #2dd4bf40}.btn--primary:hover{color:#04120f;box-shadow:0 6px 32px #2dd4bf59}.btn--ghost{background:transparent;color:var(--text);border-color:var(--border-light)}.btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.btn-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.home{padding-top:0}.home__hero{position:relative;min-height:min(88vh,820px);display:flex;flex-direction:column;justify-content:center;padding:calc(var(--nav-h) + 2rem) 1.25rem 4rem;overflow:hidden}.home__hero-bg{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 55% at 50% -10%,rgba(45,212,191,.18),transparent 55%),radial-gradient(ellipse 60% 40% at 90% 40%,rgba(245,158,11,.08),transparent 50%),radial-gradient(ellipse 50% 35% at 10% 60%,rgba(59,130,246,.06),transparent 45%)}.home__hero-grid{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,black 15%,transparent 70%);mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,black 15%,transparent 70%);opacity:.35}.home__hero-inner{position:relative;max-width:var(--max-lg);margin:0 auto;width:100%}.home__badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);background:var(--accent-dim);border:1px solid rgba(45,212,191,.35);border-radius:999px;margin-bottom:1.25rem}.home__title{font-size:clamp(2.5rem,7vw,3.75rem);font-weight:700;letter-spacing:-.04em;line-height:1.05;margin:0 0 1rem;background:linear-gradient(120deg,#fff 20%,#a5f3e8 45%,#fde68a 85%);-webkit-background-clip:text;background-clip:text;color:transparent}.home__subtitle{font-size:clamp(1.15rem,2.2vw,1.35rem);color:var(--muted);max-width:34rem;line-height:1.65;margin:0 0 1.75rem}.home__trust{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin-top:2rem;padding-top:1.75rem;border-top:1px solid var(--border)}.home__trust-item{font-size:.88rem;color:var(--muted);display:flex;align-items:center;gap:.4rem}.home__trust-item strong{color:var(--text);font-weight:600}.home__section{max-width:var(--max-lg);margin:0 auto;padding:3rem 1.25rem 4rem}.home__section-title{font-size:clamp(1.5rem,3vw,1.85rem);margin:0 0 .5rem;text-align:center}.home__section-lead{text-align:center;color:var(--muted);max-width:36rem;margin:0 auto 2.5rem;font-size:1.05rem}.home__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.home__feature{padding:1.5rem;border-radius:var(--radius-lg);background:var(--bg-elevated);border:1px solid var(--border);transition:border-color .2s ease,transform .2s ease}.home__feature:hover{border-color:var(--border-light);transform:translateY(-2px)}.home__feature-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:1rem;background:var(--accent-dim);border:1px solid rgba(45,212,191,.3)}.home__feature-icon--warm{background:var(--warm-dim);border-color:#f59e0b59}.home__feature h3{margin:0 0 .5rem;font-size:1.1rem}.home__feature p{margin:0;font-size:.95rem;color:var(--muted);line-height:1.55}.home__cta{margin-top:3rem;padding:2.5rem 1.5rem;border-radius:var(--radius-lg);text-align:center;background:linear-gradient(145deg,var(--surface) 0%,var(--bg-elevated) 100%);border:1px solid var(--border)}.home__cta p{margin:0 0 1.25rem;color:var(--muted);max-width:28rem;margin-left:auto;margin-right:auto}@media (max-width: 640px){.home__trust{flex-direction:column;gap:.5rem}}.product-hero{background:linear-gradient(180deg,rgba(45,212,191,.08) 0%,transparent 65%);border-bottom:1px solid var(--border)}.product-hero__inner{max-width:var(--max-lg)!important}.product-hero__eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem}.product-hero__title{font-size:clamp(1.75rem,4vw,2.35rem);margin:0 0 1rem}.product-hero__lead{font-size:1.1rem;color:var(--muted);max-width:40rem;margin:0;line-height:1.65}.product-split{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}@media (min-width: 800px){.product-split{grid-template-columns:1.4fr 1fr;align-items:start}}.product-split__aside{background:var(--bg-elevated)}.product-list{margin:1rem 0 0;padding-left:1.2rem}.product-list li{margin-bottom:.5rem;color:var(--muted)}.product-list li::marker{color:var(--accent)}
