:root{color-scheme:dark;--bg: #08111f;--bg-elevated: rgba(10, 16, 28, .72);--bg-strong: rgba(8, 12, 22, .88);--surface: rgba(15, 23, 39, .68);--surface-strong: rgba(15, 24, 41, .84);--surface-soft: rgba(19, 29, 49, .56);--border: rgba(164, 183, 220, .16);--border-strong: rgba(188, 204, 236, .24);--text-primary: #f4f7fb;--text-secondary: #c1cede;--text-muted: #8f9eb3;--accent: #76a8ff;--accent-strong: #a5c4ff;--accent-soft: rgba(118, 168, 255, .12);--halo: #8bd7c9;--shadow: 0 24px 60px rgba(0, 0, 0, .34);--radius-lg: 18px;--radius-md: 12px;--radius-sm: 8px;--container: min(1120px, calc(100vw - 32px) )}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;font-family:Inter,Segoe UI,Roboto,sans-serif;background:radial-gradient(circle at top left,rgba(81,122,204,.18),transparent 32%),radial-gradient(circle at 85% 12%,rgba(105,157,255,.12),transparent 24%),radial-gradient(circle at 75% 78%,rgba(79,115,196,.1),transparent 28%),linear-gradient(180deg,#0a1322,#070d17);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before,body:after{content:"";position:fixed;inset:auto;pointer-events:none;z-index:-1;filter:blur(60px);opacity:.5}body:before{top:-120px;left:-80px;width:300px;height:300px;background:#699dff1f}body:after{right:-120px;bottom:12%;width:280px;height:280px;background:#8bd7c917}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.container{width:var(--container);margin:0 auto}.section{padding:clamp(3.75rem,7vw,6rem) 0}.section--tight{padding-top:1rem}.surface{background:linear-gradient(180deg,var(--surface) 0%,var(--bg-elevated) 100%);border:1px solid var(--border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.eyebrow{display:inline-flex;align-items:center;align-self:start;gap:.55rem;text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;font-weight:600;color:var(--accent-strong)}.eyebrow:before{content:"";width:.65rem;height:.65rem;border-radius:2px;background:linear-gradient(135deg,var(--accent) 0%,#c0d9ff 100%);box-shadow:0 0 20px #76a8ff59}.display-title,.section-title,.card-title{margin:0;letter-spacing:-.04em}.display-title{font-size:clamp(2.8rem,7vw,5.4rem);font-weight:600;line-height:.95}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1}.card-title{font-size:clamp(1.35rem,2vw,1.8rem);font-weight:600;line-height:1.1}.lead{margin:0;font-size:clamp(1.02rem,1.8vw,1.22rem);line-height:1.72;color:var(--text-secondary);max-width:65ch}.body-copy,.muted-copy{margin:0;line-height:1.7}.body-copy{color:var(--text-secondary)}.muted-copy{color:var(--text-muted)}.button-row{display:flex;flex-wrap:wrap;gap:.875rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px;padding:.85rem 1.2rem;border-radius:10px;border:1px solid transparent;background:linear-gradient(135deg,#76a8fffa,#95bcfffa);color:#071120;font-size:.95rem;font-weight:600;letter-spacing:.01em;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;box-shadow:0 14px 28px #76a8ff38}.button:hover{transform:translateY(-1px);box-shadow:0 18px 34px #76a8ff42}.button--secondary,.button--ghost{background:#ffffff05;border-color:var(--border-strong);color:var(--text-primary);box-shadow:none}.button--ghost{min-height:42px;padding:.7rem 1rem}.button--secondary:hover,.button--ghost:hover{background:#ffffff0d}.button--compact{min-height:40px;padding:.68rem 1rem}.pill{display:inline-flex;align-items:center;align-self:start;justify-self:start;gap:.5rem;width:fit-content;min-height:32px;padding:.45rem .8rem;border-radius:8px;border:1px solid rgba(164,183,220,.16);background:#ffffff0a;color:var(--text-secondary);font-size:.8rem;font-weight:500}.pill--soft{background:var(--accent-soft);border-color:#76a8ff33;color:var(--accent-strong)}.cards-grid{display:grid;gap:1.25rem}.cards-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.cards-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.stack-lg,.stack-md,.stack-sm{display:grid}.stack-lg{gap:1.75rem}.stack-md{gap:1rem}.stack-sm{gap:.6rem}.feature-list,.mini-list{list-style:none;padding:0;margin:0}.feature-list{display:grid;gap:.75rem}.feature-list li{position:relative;padding-left:1.4rem;color:var(--text-secondary);line-height:1.6}.feature-list li:before{content:"";position:absolute;left:0;top:.55rem;width:.45rem;height:.45rem;border-radius:2px;background:linear-gradient(135deg,var(--accent) 0%,#d0e1ff 100%)}.hero-grid,.two-column,.split-panel{display:grid;gap:1.4rem}@media(min-width:860px){.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:stretch}.two-column{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.split-panel{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center}}@media(max-width:980px){.cards-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.cards-grid--two,.cards-grid--three{grid-template-columns:minmax(0,1fr)}.section{padding:3.5rem 0}.section--tight{padding-top:.5rem}}
