@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500&display=swap";:root{color-scheme:dark;--bg: #07111f;--bg-elevated: rgba(14, 25, 44, .82);--surface: rgba(17, 30, 52, .92);--surface-soft: rgba(255, 255, 255, .05);--line: rgba(255, 255, 255, .11);--text: #f5f7fb;--muted: #9fb0c9;--muted-strong: #c5d0e4;--brand: #5fc3ff;--brand-strong: #2d8cff;--brand-warm: #70ffce;--danger: #ff7d91;--shadow: 0 28px 60px rgba(0, 0, 0, .28);--radius-xl: 28px;--radius-lg: 20px;--radius-md: 14px;--shell: min(1160px, calc(100vw - 40px) )}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:Outfit,system-ui,sans-serif;background:radial-gradient(circle at top left,rgba(95,195,255,.22),transparent 34%),radial-gradient(circle at 85% 12%,rgba(112,255,206,.12),transparent 24%),linear-gradient(180deg,#07111f,#081324 48%,#050d19);color:var(--text)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.shell{width:var(--shell);margin:0 auto}.site-header{position:sticky;top:0;z-index:30;backdrop-filter:blur(18px);background:#060b14bd;border-bottom:1px solid rgba(255,255,255,.06)}.nav-shell,.footer-shell,.footer-meta,.section-header,.hero-grid,.product-grid,.principles-grid,.legal-shell,.contact-grid{width:var(--shell);margin:0 auto}.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:82px}.brand-link{display:inline-flex;align-items:center;gap:14px}.brand-mark{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;font-size:.92rem;font-weight:700;letter-spacing:.1em;color:#02101d;background:linear-gradient(135deg,var(--brand-warm),var(--brand));box-shadow:0 12px 30px #2d8cff47}.brand-copy{display:flex;flex-direction:column;gap:2px}.brand-title{font-size:1.05rem;font-weight:600}.brand-subtitle{color:var(--muted);font-size:.92rem}.site-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.site-nav a{padding:10px 14px;border-radius:999px;color:var(--muted);transition:color .16s ease,background-color .16s ease,border-color .16s ease;border:1px solid transparent}.site-nav a:hover,.site-nav a.active{color:var(--text);background:#ffffff0d;border-color:#ffffff14}.site-nav .nav-cta{color:var(--text);border-color:#5fc3ff52;background:#2d8cff29}.hero,.section{padding:88px 0}.hero-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:28px;align-items:stretch}.hero-copy,.hero-panel,.product-card,.principle-card,.legal-card,.prose-shell{background:var(--bg-elevated);border:1px solid var(--line);box-shadow:var(--shadow)}.hero-copy{padding:42px;border-radius:var(--radius-xl)}.hero-panel{padding:28px;border-radius:var(--radius-xl)}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--brand-warm);font-size:.78rem;letter-spacing:.24em;text-transform:uppercase}.hero h1,.section-header h2,.legal-shell h1{margin:0;font-family:Newsreader,Georgia,serif;line-height:.96;font-weight:500}.hero h1{font-size:clamp(3.2rem,8vw,5.7rem);max-width:12ch}.section-header h2{font-size:clamp(2rem,5vw,3.3rem);max-width:12ch}.legal-shell h1{font-size:clamp(2.1rem,5vw,3.4rem);margin-bottom:16px}.lead,.section-header p,.product-description,.principle-card p,.legal-shell p,.legal-shell li,.footer-copy,.metric-label{color:var(--muted-strong);line-height:1.6;font-size:1.04rem}.hero-actions,.product-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-weight:600;border:1px solid transparent;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}.button:hover{transform:translateY(-1px)}.button-primary{color:#04121f;background:linear-gradient(135deg,var(--brand-warm),var(--brand));box-shadow:0 18px 36px #2d8cff47}.button-secondary{color:var(--text);border-color:#ffffff1f;background:#ffffff0a}.panel-label{margin:0 0 14px;color:var(--muted);text-transform:uppercase;letter-spacing:.18em;font-size:.78rem}.metric-list{display:grid;gap:16px}.metric-list div{padding:18px;border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.metric-value{display:block;font-size:1.4rem;font-weight:700;margin-bottom:4px}.section-header{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:30px}.section-header p{max-width:32rem;margin:0}.product-grid,.principles-grid,.contact-grid{display:grid;gap:20px}.product-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.principles-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-card,.principle-card,.legal-card{border-radius:var(--radius-xl);padding:28px}.product-card__top{display:flex;align-items:center;gap:16px;margin-bottom:20px}.product-icon{width:62px;height:62px;border-radius:18px;background:#ffffffeb;padding:6px}.product-category{margin:0 0 4px;color:var(--brand-warm);font-size:.84rem;text-transform:uppercase;letter-spacing:.18em}.product-card h3,.principle-card h3,.legal-card h2{margin:0;font-size:1.55rem;line-height:1.1}.product-highlights{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:12px}.product-highlights li,.legal-shell li{position:relative;padding-left:18px;color:var(--muted-strong)}.product-highlights li:before,.legal-shell li:before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:999px;background:linear-gradient(135deg,var(--brand-warm),var(--brand))}.legal-page{padding-top:64px}.legal-shell{padding:34px;border-radius:var(--radius-xl)}.prose-shell h2{margin-top:28px;margin-bottom:10px;font-size:1.3rem}.prose-shell p,.prose-shell ul{margin:0 0 14px}.prose-shell ul{padding-left:0;list-style:none}.site-footer{padding:24px 0 40px}.footer-shell{display:flex;justify-content:space-between;gap:24px;padding:28px 0 20px;border-top:1px solid rgba(255,255,255,.07)}.footer-title{margin:0 0 8px;font-weight:600}.footer-copy{max-width:34rem;margin:0}.footer-links{display:grid;gap:10px;justify-items:end}.footer-links a,.legal-shell a{color:var(--brand)}.footer-meta{padding-top:18px;border-top:1px solid rgba(255,255,255,.05);color:var(--muted)}@media(max-width:960px){.nav-shell,.section-header,.footer-shell,.hero-grid,.principles-grid{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.site-nav{width:100%;justify-content:flex-start}.hero-copy,.hero-panel,.product-card,.principle-card,.legal-card,.legal-shell{padding:24px}.footer-links{justify-items:start}}@media(max-width:640px){.hero,.section{padding:64px 0}.nav-shell{padding:16px 0}.site-nav{gap:8px}.site-nav a{padding:9px 12px}}
