@theme{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-success: var(--success, var(--primary)); --color-warning: var(--warning, var(--accent-foreground)); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --spacing-1: var(--space-1); --spacing-2: var(--space-2); --spacing-3: var(--space-3); --spacing-4: var(--space-4); --spacing-6: var(--space-6); --spacing-8: var(--space-8); --spacing-10: var(--space-10); --radius-control: var(--radius-control); --radius-panel: var(--radius-panel); --font-heading: var(--font-heading); --font-body: var(--font-body); --font-mono: var(--font-mono); }@layer base{:root,.light-theme,[data-theme=light]{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--radius-control: 8px;--radius-panel: 12px;--font-heading: "Lexend", sans-serif;--font-body: "Source Sans 3", sans-serif;--font-mono: "Fira Code", monospace;--background: hsl(220 28% 98%);--foreground: hsl(222.2 84% 4.9%);--card: hsl(220 22% 95%);--card-foreground: hsl(222.2 84% 4.9%);--popover: hsl(220 22% 95%);--popover-foreground: hsl(222.2 84% 4.9%);--primary: hsl(221.2 83.2% 53.3%);--primary-foreground: hsl(210 40% 98%);--secondary: hsl(220 20% 88%);--secondary-foreground: hsl(222.2 47.4% 11.2%);--muted: hsl(220 20% 82%);--muted-foreground: hsl(220 10% 36%);--accent: hsl(220 20% 88%);--accent-foreground: hsl(222.2 47.4% 11.2%);--destructive: hsl(0 84.2% 60.2%);--destructive-foreground: hsl(210 40% 98%);--border: hsl(220 18% 70%);--input: hsl(220 16% 76%);--ring: hsl(221.2 83.2% 53.3%);--map-background: hsl(35 30% 88%);--map-water: hsl(200 40% 70%);--map-landuse: hsl(100 20% 80%);--map-road: hsl(0 0% 100%);--map-label: hsl(220 20% 20%);--map-border: hsl(220 10% 70%)}.dark-theme,[data-theme=dark]{--background: hsl(222.2 84% 4.9%);--foreground: hsl(210 40% 98%);--card: hsl(222.2 84% 4.9%);--card-foreground: hsl(210 40% 98%);--popover: hsl(222.2 84% 4.9%);--popover-foreground: hsl(210 40% 98%);--primary: hsl(217.2 91.2% 59.8%);--primary-foreground: hsl(222.2 47.4% 11.2%);--secondary: hsl(217.2 32.6% 17.5%);--secondary-foreground: hsl(210 40% 98%);--muted: hsl(217.2 32.6% 17.5%);--muted-foreground: hsl(215 20.2% 65.1%);--accent: hsl(217.2 32.6% 17.5%);--accent-foreground: hsl(210 40% 98%);--border: hsl(217.2 32.6% 17.5%);--input: hsl(217.2 32.6% 17.5%);--ring: hsl(224.3 76.3% 48%);--map-background: hsl(222 30% 10%);--map-water: hsl(222 40% 5%);--map-landuse: hsl(120 20% 8%);--map-road: hsl(222 20% 15%);--map-label: hsl(210 20% 80%);--map-border: hsl(222 20% 20%)}.noir-theme,[data-theme=noir]{--background: hsl(0 0% 0%);--foreground: hsl(0 0% 100%);--card: hsl(0 0% 5%);--card-foreground: hsl(0 0% 100%);--popover: hsl(0 0% 5%);--popover-foreground: hsl(0 0% 100%);--primary: hsl(0 0% 100%);--primary-foreground: hsl(0 0% 0%);--muted: hsl(0 0% 12%);--muted-foreground: hsl(0 0% 60%);--border: hsl(0 0% 20%);--input: hsl(0 0% 20%);--radius-control: 0px;--radius-panel: 0px;--map-background: hsl(0 0% 5%);--map-water: hsl(0 0% 0%);--map-landuse: hsl(0 0% 8%);--map-road: hsl(0 0% 12%);--map-label: hsl(0 0% 90%);--map-border: hsl(0 0% 15%)}.bubblegum-theme,[data-theme=bubblegum]{--background: hsl(330 55% 98%);--foreground: hsl(330 80% 16%);--card: hsl(330 40% 97%);--card-foreground: hsl(330 80% 16%);--primary: hsl(330 80% 55%);--primary-foreground: hsl(330 100% 97%);--muted: hsl(330 38% 86%);--muted-foreground: hsl(330 22% 42%);--border: hsl(330 32% 78%);--input: hsl(330 30% 82%);--map-background: hsl(330 40% 92%);--map-water: hsl(200 60% 85%);--map-landuse: hsl(140 30% 88%);--map-road: hsl(330 60% 98%);--map-label: hsl(330 60% 30%);--map-border: hsl(330 30% 80%)}.ocean-theme,[data-theme=ocean]{--background: hsl(190 45% 98%);--foreground: #07363a;--card: hsl(190 35% 100%);--card-foreground: #07363a;--popover: hsl(190 35% 100%);--popover-foreground: #07363a;--primary: #0ea5e9;--primary-foreground: #f0fbfb;--secondary: #d0f0f0;--secondary-foreground: #07363a;--muted: #d6e7ea;--muted-foreground: #0f4c5c;--accent: #d0f0f0;--accent-foreground: #07363a;--border: #bfe2e7;--input: #bfe2e7;--ring: #0ea5e9;--map-background: hsl(200 60% 8%);--map-water: hsl(200 100% 4%);--map-landuse: hsl(170 40% 6%);--map-road: hsl(200 40% 12%);--map-label: hsl(180 100% 80%);--map-border: hsl(200 40% 15%)}.aurora-theme,[data-theme=aurora]{--background: hsl(260 40% 5%);--foreground: hsl(180 100% 90%);--card: hsl(260 40% 8%);--card-foreground: hsl(180 100% 90%);--popover: hsl(260 40% 8%);--popover-foreground: hsl(180 100% 90%);--primary: hsl(280 100% 70%);--primary-foreground: hsl(260 40% 5%);--muted: hsl(260 30% 10%);--muted-foreground: hsl(260 20% 60%);--border: hsl(260 30% 15%);--input: hsl(260 30% 15%);--map-background: hsl(260 50% 6%);--map-water: hsl(240 60% 4%);--map-landuse: hsl(280 40% 8%);--map-road: hsl(260 30% 12%);--map-label: hsl(180 100% 85%);--map-border: hsl(260 30% 15%)}.midnight-theme,[data-theme=midnight]{--background: hsl(222 47% 7%);--foreground: hsl(210 40% 98%);--card: hsl(222 47% 11%);--card-foreground: hsl(210 40% 98%);--popover: hsl(222 47% 11%);--popover-foreground: hsl(210 40% 98%);--primary: hsl(221.2 83.2% 53.3%);--primary-foreground: hsl(210 40% 98%);--muted: hsl(222 30% 15%);--muted-foreground: hsl(215 20% 65%);--border: hsl(222 30% 18%);--input: hsl(222 30% 18%);--map-background: hsl(222 40% 8%);--map-water: hsl(222 60% 4%);--map-landuse: hsl(222 20% 10%);--map-road: hsl(222 20% 14%);--map-label: hsl(210 100% 90%);--map-border: hsl(222 20% 18%)}.purple-dark-theme,[data-theme=purple-dark]{--background: hsl(262 83% 4%);--foreground: hsl(210 40% 98%);--card: hsl(262 83% 8%);--card-foreground: hsl(210 40% 98%);--popover: hsl(262 83% 8%);--popover-foreground: hsl(210 40% 98%);--primary: hsl(263.4 70% 50.4%);--primary-foreground: hsl(210 40% 98%);--muted: hsl(262 30% 12%);--muted-foreground: hsl(262 20% 60%);--border: hsl(262 30% 16%);--input: hsl(262 30% 16%);--map-background: hsl(262 60% 6%);--map-water: hsl(262 80% 3%);--map-landuse: hsl(262 30% 8%);--map-road: hsl(262 30% 12%);--map-label: hsl(262 100% 90%);--map-border: hsl(262 30% 15%)}.forest-theme,[data-theme=forest]{--background: hsl(140 35% 98%);--foreground: #052e16;--card: hsl(140 30% 100%);--card-foreground: #052e16;--popover: hsl(140 30% 100%);--popover-foreground: #052e16;--primary: #22c55e;--primary-foreground: #f4fbf3;--secondary: #c9f2da;--secondary-foreground: #052e16;--muted: #d7e6db;--muted-foreground: #1f512f;--accent: #c9f2da;--accent-foreground: #052e16;--border: #b9e7c7;--input: #b9e7c7;--ring: #22c55e;--map-background: hsl(140 50% 6%);--map-water: hsl(200 60% 4%);--map-landuse: hsl(140 60% 4%);--map-road: hsl(140 20% 10%);--map-label: hsl(140 100% 85%);--map-border: hsl(140 30% 15%)}.ember-theme,[data-theme=ember]{--background: hsl(10 40% 5%);--foreground: hsl(10 20% 95%);--card: hsl(10 40% 8%);--card-foreground: hsl(10 20% 95%);--popover: hsl(10 40% 8%);--popover-foreground: hsl(10 20% 95%);--primary: hsl(10 80% 50%);--primary-foreground: hsl(10 40% 5%);--muted: hsl(10 30% 12%);--muted-foreground: hsl(10 20% 55%);--border: hsl(10 30% 18%);--input: hsl(10 30% 18%);--map-background: hsl(10 60% 6%);--map-water: hsl(0 80% 3%);--map-landuse: hsl(10 30% 8%);--map-road: hsl(10 30% 12%);--map-label: hsl(10 100% 90%);--map-border: hsl(10 30% 15%)}.citrus-theme,[data-theme=citrus]{--background: hsl(50 72% 98%);--foreground: hsl(40 80% 10%);--card: hsl(50 60% 97%);--card-foreground: hsl(40 80% 10%);--primary: hsl(42 90% 42%);--primary-foreground: hsl(40 80% 5%);--muted: hsl(50 52% 83%);--muted-foreground: hsl(40 22% 38%);--border: hsl(50 48% 74%);--input: hsl(50 46% 78%);--map-background: hsl(45 60% 90%);--map-water: hsl(200 70% 80%);--map-landuse: hsl(80 50% 85%);--map-road: hsl(45 100% 98%);--map-label: hsl(40 100% 20%);--map-border: hsl(45 40% 80%)}.slate-theme,[data-theme=slate]{--background: hsl(220 30% 10%);--foreground: hsl(220 10% 95%);--card: hsl(220 30% 14%);--card-foreground: hsl(220 10% 95%);--popover: hsl(220 30% 14%);--popover-foreground: hsl(220 10% 95%);--primary: hsl(220 20% 50%);--primary-foreground: hsl(220 10% 95%);--muted: hsl(220 20% 18%);--muted-foreground: hsl(220 10% 65%);--border: hsl(220 20% 22%);--input: hsl(220 20% 22%);--map-background: hsl(220 20% 12%);--map-water: hsl(220 30% 8%);--map-landuse: hsl(220 10% 15%);--map-road: hsl(220 10% 18%);--map-label: hsl(220 10% 85%);--map-border: hsl(220 10% 22%)}.cyberpunk-theme,[data-theme=cyberpunk]{--background: hsl(260 100% 3%);--foreground: hsl(180 100% 50%);--card: hsl(260 100% 6%);--card-foreground: hsl(180 100% 50%);--popover: hsl(260 100% 6%);--popover-foreground: hsl(180 100% 50%);--primary: hsl(320 100% 60%);--primary-foreground: hsl(260 100% 3%);--muted: hsl(260 50% 10%);--muted-foreground: hsl(300 100% 70%);--border: hsl(320 100% 40%);--input: hsl(320 100% 40%);--map-background: hsl(260 100% 4%);--map-water: hsl(300 100% 3%);--map-landuse: hsl(260 50% 6%);--map-road: hsl(260 50% 8%);--map-label: hsl(180 100% 60%);--map-border: hsl(320 100% 30%)}.rainbow-theme,[data-theme=rainbow]{--background: hsl(280 30% 98%);--foreground: hsl(280 40% 10%);--card: hsl(280 18% 97%);--card-foreground: hsl(280 40% 15%);--primary: hsl(280 70% 50%);--primary-foreground: hsl(0 0% 100%);--secondary: hsl(190 50% 90%);--secondary-foreground: hsl(190 80% 20%);--muted: hsl(280 22% 90%);--muted-foreground: hsl(280 15% 45%);--accent: hsl(330 70% 95%);--accent-foreground: hsl(330 80% 25%);--border: hsl(280 22% 82%);--input: hsl(280 20% 85%);--ring: hsl(280 70% 50%);--map-background: hsl(280 30% 92%);--map-water: hsl(200 50% 85%);--map-landuse: hsl(120 40% 88%);--map-road: hsl(0 0% 100%);--map-label: hsl(280 60% 25%);--map-border: hsl(280 20% 80%)}[data-theme=rainbow] body,.rainbow-theme{background:linear-gradient(120deg,#fff9fa,#fffdf7,#fafffb,#f9fcff,#fcfaff,#fff9fc) fixed!important;background-size:cover}.rainbow-theme .border,.rainbow-theme [class*=border-]{border-color:#d4c7db}.rainbow-theme button.bg-primary{background:linear-gradient(135deg,#9d26d9,#d92680);border:none}.retro-theme,[data-theme=retro]{--background: hsl(28 52% 98%);--foreground: hsl(200 40% 20%);--card: hsl(28 38% 95%);--card-foreground: hsl(200 40% 20%);--primary: hsl(20 80% 60%);--primary-foreground: hsl(30 60% 98%);--muted: hsl(180 28% 82%);--muted-foreground: hsl(180 40% 40%);--border: hsl(28 36% 76%);--input: hsl(28 34% 80%);--map-background: hsl(35 40% 85%);--map-water: hsl(180 30% 70%);--map-landuse: hsl(90 20% 75%);--map-road: hsl(35 60% 95%);--map-label: hsl(200 60% 20%);--map-border: hsl(35 20% 70%)}.sandstone-theme,[data-theme=sandstone]{--background: hsl(32 35% 98%);--foreground: hsl(30 40% 10%);--card: hsl(32 22% 96%);--card-foreground: hsl(30 40% 10%);--primary: hsl(20 60% 40%);--primary-foreground: hsl(30 20% 95%);--muted: hsl(32 32% 83%);--muted-foreground: hsl(30 20% 45%);--border: hsl(32 28% 74%);--input: hsl(32 26% 78%);--map-background: hsl(30 30% 88%);--map-water: hsl(200 40% 75%);--map-landuse: hsl(40 20% 82%);--map-road: hsl(0 0% 100%);--map-label: hsl(30 60% 15%);--map-border: hsl(30 20% 75%)}.glacier-theme,[data-theme=glacier]{--background: hsl(210 42% 98%);--foreground: hsl(210 80% 10%);--card: hsl(210 28% 97%);--card-foreground: hsl(210 80% 10%);--primary: hsl(200 90% 40%);--primary-foreground: hsl(210 40% 98%);--muted: hsl(210 35% 84%);--muted-foreground: hsl(210 20% 50%);--border: hsl(210 30% 76%);--input: hsl(210 28% 80%);--map-background: hsl(210 30% 92%);--map-water: hsl(210 80% 80%);--map-landuse: hsl(180 20% 88%);--map-road: hsl(0 0% 100%);--map-label: hsl(210 100% 15%);--map-border: hsl(210 20% 85%)}*{@apply border-border;}body{@apply bg-background text-foreground font-body transition-colors duration-300;}}:root{color:var(--foreground);background:var(--background);font-family:var(--font-body);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--background)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}.site-shell{min-height:100vh;overflow:hidden;background:radial-gradient(circle at 85% 12%,color-mix(in srgb,var(--primary) 18%,transparent),transparent 28rem),linear-gradient(180deg,color-mix(in srgb,var(--card) 45%,var(--background)),var(--background))}.skip-link{position:fixed;left:1rem;top:-4rem;z-index:100;padding:.75rem 1rem;border-radius:var(--radius-control);background:var(--primary);color:var(--primary-foreground)}.skip-link:focus{top:1rem}.site-header,main,.site-footer{width:min(1180px,calc(100% - 2rem));margin-inline:auto}.site-header{min-height:5.25rem;display:flex;align-items:center;gap:2rem;border-bottom:1px solid color-mix(in srgb,var(--border) 65%,transparent)}.brand{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none}.brand>span:last-child{display:flex;align-items:baseline;gap:.45rem}.brand strong{font-family:var(--font-heading);font-size:1.05rem;letter-spacing:-.02em}.brand small{color:var(--muted-foreground);font-weight:600}.brand-mark{width:2rem;height:2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.18rem;align-items:end;padding:.35rem;border-radius:.65rem;background:var(--primary);transform:rotate(-6deg)}.brand-mark span{display:block;border-radius:999px;background:var(--primary-foreground)}.brand-mark span:nth-child(1){height:40%}.brand-mark span:nth-child(2){height:90%}.brand-mark span:nth-child(3){height:65%}.site-header nav{display:flex;align-items:center;gap:1.5rem;margin-left:auto}.site-header nav a,.text-link{color:var(--muted-foreground);text-decoration:none;font-size:.9rem;font-weight:650}.site-header nav a:hover,.text-link:hover{color:var(--foreground)}.header-actions{display:flex;align-items:center;gap:1rem}.menu-button{display:none}.button{min-height:3rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.75rem 1.05rem;border:1px solid transparent;border-radius:var(--radius-control);cursor:pointer;text-decoration:none;font-weight:750;transition:transform .18s ease,background .18s ease,border-color .18s ease}.button svg{width:1.05rem;height:1.05rem}.button:hover:not(:disabled){transform:translateY(-2px)}.button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.icon-button:focus-visible{outline:3px solid color-mix(in srgb,var(--ring) 50%,transparent);outline-offset:3px}.button.primary{background:var(--primary);color:var(--primary-foreground);box-shadow:0 .75rem 2rem color-mix(in srgb,var(--primary) 24%,transparent)}.button.primary:hover:not(:disabled){background:color-mix(in srgb,var(--primary) 86%,var(--foreground))}.button.secondary{border-color:var(--border);background:color-mix(in srgb,var(--card) 74%,transparent);color:var(--foreground)}.button.compact{min-height:2.6rem;padding:.6rem .85rem;font-size:.86rem}.button:disabled{opacity:.62;cursor:wait}.hero{min-height:44rem;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:5rem;padding:6rem 0 5rem}.eyebrow{display:flex;align-items:center;gap:.45rem;margin:0 0 1rem;color:var(--primary);font-size:.75rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.eyebrow svg{width:1rem;height:1rem}.hero h1{max-width:12ch;margin:0;font:700 clamp(3.2rem,7vw,6.5rem)/.94 var(--font-heading);letter-spacing:-.065em}.hero-lede{max-width:42rem;margin:2rem 0 0;color:var(--muted-foreground);font-size:clamp(1.05rem,2vw,1.28rem);line-height:1.65}.hero-actions{display:flex;gap:.8rem;margin-top:2rem;flex-wrap:wrap}.proof-line{display:flex;align-items:center;gap:1rem;margin-top:2rem;color:var(--muted-foreground);font-size:.78rem;font-weight:650;flex-wrap:wrap}.proof-line svg{width:1.1rem;color:var(--primary)}.proof-line span+span:before{content:"•";margin-right:1rem;color:var(--border)}.plane-visual{position:relative;aspect-ratio:1;max-width:32rem;margin-inline:auto;display:grid;place-items:center;border-radius:50%;border:1px solid color-mix(in srgb,var(--border) 72%,transparent);background:radial-gradient(circle,color-mix(in srgb,var(--primary) 20%,var(--card)) 0 14%,color-mix(in srgb,var(--card) 70%,transparent) 14.5% 38%,transparent 38.5%);box-shadow:inset 0 0 5rem color-mix(in srgb,var(--primary) 7%,transparent)}.plane-visual:before,.plane-visual:after{content:"";position:absolute;top:16%;right:16%;bottom:16%;left:16%;border:1px dashed color-mix(in srgb,var(--primary) 36%,transparent);border-radius:50%}.plane-visual:after{top:31%;right:31%;bottom:31%;left:31%}.visual-core{z-index:2;width:9rem;height:9rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;border-radius:50%;background:var(--card);border:1px solid var(--border);box-shadow:0 2rem 5rem color-mix(in srgb,var(--primary) 18%,transparent)}.visual-core strong{margin-top:.35rem;font-family:var(--font-heading)}.visual-core small{color:var(--muted-foreground)}.visual-orbit{position:absolute;z-index:3;display:grid;place-items:center;width:6rem;height:6rem;border-radius:50%;border:1px solid var(--border);background:var(--card);color:var(--foreground);box-shadow:0 1rem 3rem color-mix(in srgb,var(--foreground) 10%,transparent);font-size:.72rem;font-weight:800}.orbit-one{top:4%;right:14%}.orbit-two{bottom:7%;left:9%}.signal{position:absolute;width:.65rem;height:.65rem;border-radius:50%;background:var(--primary);box-shadow:0 0 0 .5rem color-mix(in srgb,var(--primary) 14%,transparent)}.signal-a{left:9%;top:25%}.signal-b{right:7%;bottom:29%}.signal-c{right:24%;bottom:6%}.section{padding:7rem 0}.section-heading{max-width:44rem}.section h2,.cta-section h2{margin:0;font:680 clamp(2.25rem,4.5vw,4.25rem)/1.02 var(--font-heading);letter-spacing:-.05em}.section-heading>p:last-child,.outcomes-panel>div>p:last-child{color:var(--muted-foreground);font-size:1.08rem;line-height:1.65}.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:3.5rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.capability-card{min-height:21rem;padding:2rem 1.5rem;border-right:1px solid var(--border)}.capability-card:last-child{border-right:0}.capability-card>svg{width:1.7rem;height:1.7rem;color:var(--primary)}.capability-card h3{margin:3.5rem 0 1rem;font:680 1.25rem/1.2 var(--font-heading)}.capability-card p{color:var(--muted-foreground);line-height:1.65}.capability-card span{display:flex;align-items:center;gap:.4rem;margin-top:2rem;color:var(--primary);font-size:.82rem;font-weight:750}.capability-card span svg{width:1rem}.outcomes-panel{display:grid;grid-template-columns:1fr 1fr;gap:5rem;padding:clamp(2rem,6vw,5rem);border:1px solid var(--border);border-radius:calc(var(--radius-panel) * 1.5);background:color-mix(in srgb,var(--card) 88%,transparent)}.outcomes-panel ul{list-style:none;padding:0;margin:0;display:grid;align-content:center;gap:1.5rem}.outcomes-panel li{display:flex;gap:.85rem;align-items:flex-start;color:var(--foreground);line-height:1.5}.outcomes-panel li svg{flex:0 0 auto;width:1.25rem;color:var(--primary)}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);margin-top:1rem;gap:1rem}.metric-row div{display:flex;align-items:baseline;gap:1rem;padding:1.5rem;border-top:1px solid var(--border)}.metric-row strong{color:var(--primary);font-family:var(--font-heading)}.metric-row span{color:var(--muted-foreground);font-size:.86rem}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem}.trust-grid article{padding:1.5rem;border-left:2px solid color-mix(in srgb,var(--primary) 55%,var(--border))}.trust-grid svg{width:1.4rem;color:var(--primary)}.trust-grid h3{margin:2rem 0 .65rem;font:680 1.05rem var(--font-heading)}.trust-grid p{margin:0;color:var(--muted-foreground);line-height:1.6}.cta-section{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;margin:2rem 0 7rem;padding:clamp(2rem,5vw,4rem);border-radius:calc(var(--radius-panel) * 1.5);color:var(--primary-foreground);background:var(--primary)}.cta-section>svg{width:3rem;height:3rem;opacity:.76}.cta-section .eyebrow{color:inherit;opacity:.72}.cta-section h2{font-size:clamp(2rem,4vw,3.5rem)}.cta-section p:last-child{margin-bottom:0;opacity:.8}.cta-section .button.primary{background:var(--primary-foreground);color:var(--primary);box-shadow:none}.site-footer{display:flex;align-items:center;gap:2rem;min-height:8rem;border-top:1px solid var(--border);color:var(--muted-foreground);font-size:.85rem}.site-footer p{margin-left:auto}.onboarding-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;justify-items:end}.onboarding-scrim{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:color-mix(in srgb,var(--foreground) 60%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:default}.onboarding-panel{position:relative;width:min(43rem,100%);height:100%;overflow-y:auto;padding:clamp(1.5rem,5vw,3rem);background:var(--card);color:var(--card-foreground);box-shadow:-2rem 0 6rem color-mix(in srgb,var(--foreground) 20%,transparent)}.onboarding-header{display:flex;justify-content:space-between;gap:2rem}.onboarding-header h2{margin:0;max-width:13ch;font:680 clamp(2rem,5vw,3.5rem)/1 var(--font-heading);letter-spacing:-.05em}.icon-button{width:2.6rem;height:2.6rem;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;background:transparent;color:var(--foreground);cursor:pointer}.icon-button svg{width:1.15rem}.steps{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);padding:0;margin:3rem 0}.steps li{display:flex;align-items:center;gap:.5rem;color:var(--muted-foreground);font-size:.78rem;font-weight:750}.steps li:after{content:"";height:1px;flex:1;background:var(--border)}.steps li:last-child:after{display:none}.steps li>span{width:1.75rem;height:1.75rem;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%}.steps li>span svg{width:.9rem}.steps li.active{color:var(--foreground)}.steps li.active>span{border-color:var(--primary);color:var(--primary)}.steps li.complete>span{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.15rem}.field{display:grid;gap:.5rem;color:var(--muted-foreground);font-size:.82rem;font-weight:700}.field input,.field select,.field textarea{width:100%;border:1px solid var(--input);border-radius:var(--radius-control);background:var(--background);color:var(--foreground);padding:.78rem .85rem}.field textarea{resize:vertical;line-height:1.5}.field input::placeholder,.field textarea::placeholder{color:color-mix(in srgb,var(--muted-foreground) 72%,transparent)}.review-step{display:grid;gap:1.5rem}.review-card{display:grid;gap:.8rem;padding:1.2rem;border:1px solid var(--border);border-radius:var(--radius-panel);background:var(--background)}.review-card div{display:flex;justify-content:space-between;gap:1rem}.review-card span{color:var(--muted-foreground)}.privacy-note{display:flex;align-items:center;gap:.5rem;color:var(--muted-foreground);font-size:.8rem;line-height:1.5}.privacy-note svg{flex:0 0 auto;width:1rem;color:var(--primary)}.form-error{margin:1.25rem 0 0;padding:.8rem;border-left:3px solid var(--destructive);background:color-mix(in srgb,var(--destructive) 10%,transparent);color:var(--foreground)}.form-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 900px){.site-header{flex-wrap:wrap;padding:1rem 0}.menu-button{display:block;margin-left:auto;border:1px solid var(--border);border-radius:var(--radius-control);background:transparent;color:var(--foreground);padding:.55rem .75rem}.site-header nav{display:none;order:3;width:100%;align-items:flex-start;padding:1rem 0}.site-header nav.open{display:flex}.header-actions .text-link{display:none}.hero{grid-template-columns:1fr;gap:3rem;padding-top:4rem}.hero h1{max-width:14ch}.plane-visual{width:min(100%,30rem)}.capability-grid,.trust-grid{grid-template-columns:1fr 1fr}.capability-card:nth-child(2){border-right:0}.capability-card:nth-child(-n+2){border-bottom:1px solid var(--border)}.outcomes-panel{grid-template-columns:1fr;gap:2rem}.cta-section{grid-template-columns:1fr}.cta-section>svg{display:none}}@media (max-width: 620px){.site-header,main,.site-footer{width:min(100% - 1.25rem,1180px)}.header-actions .button{font-size:0;width:2.7rem;padding:0}.header-actions .button svg{width:1.1rem}.hero{min-height:auto;padding-top:3rem}.hero h1{font-size:clamp(3rem,17vw,4.6rem)}.plane-visual{display:none}.proof-line{align-items:flex-start;flex-direction:column}.proof-line span+span:before{display:none}.section{padding:4.5rem 0}.capability-grid,.trust-grid,.metric-row{grid-template-columns:1fr}.capability-card{min-height:auto;border-right:0;border-bottom:1px solid var(--border)}.trust-grid article{padding-inline:1rem}.form-grid{grid-template-columns:1fr}.steps li{font-size:0}.steps li>span{font-size:.78rem}.form-actions{align-items:stretch;flex-direction:column-reverse}.form-actions .button{width:100%}.site-footer{align-items:flex-start;flex-direction:column;gap:.5rem;padding:2rem 0}.site-footer p{margin:.5rem 0}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
