:root{--bg: #0f0f11;--bg-surface: #18181b;--bg-hover: #1f1f23;--text: #d4d4d8;--text-heading: #f0f0f2;--text-muted: #8b8b93;--accent: #6b9fd4;--border: #2a2a2e;--success: #73c79d;--danger: #e08a7f;--hero-debug-control-height: 32px;--hero-debug-surface-bg: rgba(34, 39, 43, .66);--hero-debug-surface-border: rgba(255, 255, 255, .18);--hero-debug-surface-radius: 999px;--hero-debug-surface-shadow: 0 14px 44px rgba(0, 0, 0, .28);--hero-debug-z-index: 2147483600;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;color-scheme:dark}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:var(--font);font-size:17px;line-height:1.7;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text)}a{color:var(--accent);text-decoration:none;transition:color .2s ease}a:hover{color:#8bb8e8}h1,h2,h3,p{margin:0}button,input,textarea{font:inherit}.site-header{position:sticky;top:0;z-index:100;background:var(--bg)}.brand-bar{padding:.75rem 1.5rem;border-bottom:1px solid var(--border);text-align:center}.brand{color:var(--text-heading);font-size:1.25rem;font-weight:600;text-decoration:none}.brand em{font-style:italic}.site-header nav{border-bottom:1px solid var(--border);background:#0f0f11cc;backdrop-filter:saturate(180%) blur(20px)}.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:980px;height:44px;margin:0 auto;padding:0 1.5rem}.nav-title{color:var(--text-heading);font-size:1.15rem;font-weight:600;white-space:nowrap}.links{display:flex;flex-wrap:wrap;gap:.15rem 1.25rem;align-items:center}.links a{color:var(--text-muted);font-size:.8rem}.links .nav-cta{color:var(--text-heading)}main.wide{max-width:980px;margin:0 auto;padding:0}.hero{display:grid;place-items:center;position:relative;min-height:var(--hero-custom-height, 0);margin-bottom:3rem;padding:5rem 1.5rem 4.5rem;overflow:hidden;border-bottom:1px solid var(--border);text-align:center}.hero-bg,.hero-cover{position:absolute;inset:0;overflow:hidden;border-right:1px solid var(--border);border-left:1px solid var(--border)}.hero-bg{z-index:0;background:linear-gradient(160deg,#12131a,#0f0f11 40%,#111318)}.hero-bg:after{position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,#0f0f1194,#0f0f113d 48%,#0f0f1194),linear-gradient(180deg,#0f0f111f,#0f0f1185);content:"";opacity:var(--hero-overlay-opacity, 1);pointer-events:none}.hero-bg canvas,.hero-scene-fallback{position:absolute;inset:0;width:100%;height:100%}.hero-bg canvas{display:block;z-index:1;opacity:.82;filter:saturate(.78) brightness(.72)}.hero-bg .shader-gradient-background,.hero-bg .shader-gradient-background>*{position:absolute;inset:0;width:100%;height:100%}.hero-bg .shader-gradient-background{z-index:1;overflow:hidden}.hero-scene-fallback{z-index:0;background:radial-gradient(circle at 38% 30%,rgba(22,84,92,.38),transparent 35%),radial-gradient(circle at 70% 44%,rgba(15,74,84,.28),transparent 40%),linear-gradient(160deg,#071517,#0f0f11 72%)}.hero-cover{z-index:2;background:var(--bg);animation:hero-reveal .4s ease-out .5s forwards;pointer-events:none}@keyframes hero-reveal{to{opacity:0}}.hero-content{position:relative;z-index:3}.hero h1{margin:0 0 .75rem;color:var(--text-heading);font-size:2.75rem;font-weight:700;letter-spacing:0;line-height:1.05}.subtitle{margin:0;color:var(--text-heading);font-size:1.05rem;line-height:1.5}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.35rem}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 3rem;max-width:880px;margin:0 auto;padding:0 1.5rem 2rem}.card h2,.pricing h2,.closing-cta h2{margin:0 0 .5rem;color:var(--text-heading);font-size:1.25rem;font-weight:600;line-height:1.25}.card p,.pricing p,.closing-cta p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.card a{display:inline-block;margin-top:.75rem;color:var(--accent);font-size:.9rem}.card a:after{content:" ›"}.pricing,.closing-cta{max-width:880px;margin:0 auto;padding:2rem 1.5rem}.pricing{display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,1fr);gap:3rem;align-items:start}.pricing-copy p,.closing-copy p{max-width:36rem}.price-list{border-top:1px solid var(--border)}.price-list div{padding:.9rem 0;border-bottom:1px solid var(--border)}.price-list h3{margin:0 0 .2rem;color:var(--text-heading);font-size:1rem;font-weight:600}.closing-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:end;margin-top:1rem;border-top:1px solid var(--border)}.closing-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:2.35rem;padding:0 .9rem;border:1px solid #537ead;border-radius:3px;background:#4e739f;color:#f6f8fb;cursor:pointer;font-size:.88rem;font-weight:600;line-height:1.1}.button:hover{background:#5d86b7}.secondary-button{border-color:var(--border);background:transparent;color:var(--text-heading)}.secondary-button:hover{border-color:#4a4a50;background:var(--bg-hover)}.button:disabled{cursor:wait;opacity:.62}.site-footer{margin-top:3rem;padding:2rem 1.5rem;border-top:1px solid var(--border)}.footer-inner{max-width:720px;margin:0 auto;color:var(--text-muted);text-align:center;font-size:.85rem;line-height:1.8}.footer-inner a{color:var(--accent)}.hero-variant-controls{align-items:center;background:var(--hero-debug-surface-bg);border:1px solid var(--hero-debug-surface-border);border-radius:var(--hero-debug-surface-radius);bottom:18px;box-shadow:var(--hero-debug-surface-shadow);color:#fff;display:flex;flex-wrap:wrap;gap:10px;left:18px;max-width:calc(100vw - 36px);padding:8px;position:fixed;text-align:left;z-index:var(--hero-debug-z-index)}.hero-variant-controls[hidden]{display:none}.hero-variant-controls.has-refractive-surface,.hero-debug-panel.has-refractive-surface{background:var(--hero-debug-surface-bg)}.hero-debug-panel.has-refractive-surface{backdrop-filter:none}.hero-variant-controls.has-refractive-surface>:not(.refractive-inline-host),.hero-debug-panel.has-refractive-surface>:not(.refractive-inline-host){position:relative;z-index:2}.refractive-inline-host{position:absolute;z-index:0;inset:0;overflow:hidden;border-radius:inherit;pointer-events:none}.refractive-surface{position:absolute;inset:0;background:#ffffff09;box-shadow:inset 0 1px #ffffff29,inset 0 -1px #ffffff0f;pointer-events:none}.hero-variant-controls button{display:inline-flex;align-items:center;justify-content:center;min-height:var(--hero-debug-control-height);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:0 12px;background:#ffffff14;color:#fff;cursor:pointer;font-size:.82rem;font-weight:800;line-height:1}.hero-variant-controls button:hover{background:#ffffff24}.hero-banner-controls,.hero-shader-controls,.hero-stage-controls{position:relative}.hero-debug-picker{display:grid;align-items:stretch;gap:6px}.hero-debug-picker>span,.hero-debug-section-title{color:#ffffff94;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-debug-section-title{width:fit-content}.hero-debug-picker [data-agent-background-menu-trigger]{position:relative;justify-content:flex-start;min-width:0;width:100%;overflow:hidden;padding-right:34px;text-overflow:ellipsis;white-space:nowrap}.hero-debug-picker [data-agent-background-menu-trigger]:after{position:absolute;top:calc(50% - 5px);right:14px;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;content:"";opacity:.62;transform:rotate(45deg);transition:transform .16s ease}.hero-debug-picker [data-agent-background-menu-trigger][aria-expanded=true]:after{transform:translateY(4px) rotate(225deg)}.hero-cycle-controls{display:flex;gap:8px;justify-content:flex-end}.hero-cycle-controls button{width:var(--hero-debug-control-height);min-height:var(--hero-debug-control-height);padding:0;aspect-ratio:1}.hero-cycle-controls svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.8}.hero-variant-menu{position:absolute;bottom:calc(100% + 10px);left:50%;z-index:2;display:grid;min-width:230px;max-height:min(70vh,520px);gap:4px;overflow-y:auto;overscroll-behavior:contain;border:1px solid rgba(255,255,255,.2);border-radius:18px;padding:7px;background:#0c0e0df5;box-shadow:0 18px 52px #00000061;transform:translate(-50%);backdrop-filter:blur(18px)}.hero-variant-menu[hidden]{display:none}.hero-variant-menu-group{padding:8px 10px 3px;color:#ffffff75;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hero-variant-menu button{justify-content:flex-start;width:100%;min-height:38px;border-color:transparent;border-radius:12px;padding:0 12px;background:transparent;color:#ffffffd1;text-align:left}.hero-variant-menu button:hover{background:#ffffff1a;color:#fff}.hero-variant-menu button[aria-selected=true]{background:var(--accent);color:#fff}.hero-banner-panel,.hero-shader-panel,.hero-stage-panel{position:fixed;bottom:var(--hero-debug-panel-bottom, 78px);left:var(--hero-debug-panel-left, 18px);z-index:calc(var(--hero-debug-z-index) + 1);display:grid;max-width:var( --hero-debug-panel-max-width, calc(100vw - var(--hero-debug-panel-left, 18px) - var(--hero-debug-panel-left, 18px)) );min-width:260px;gap:8px;border:1px solid rgba(255,255,255,.2);border-radius:18px;padding:12px;background:#22272bb8;box-shadow:0 18px 52px #00000061;transform:none;backdrop-filter:blur(18px)}.hero-banner-panel[hidden],.hero-shader-panel[hidden],.hero-stage-panel[hidden]{display:none}.hero-banner-panel{display:flex;align-items:center;min-width:min(620px,var(--hero-debug-panel-max-width, 620px));width:min(620px,var(--hero-debug-panel-max-width, 620px));gap:8px;border-color:var(--hero-debug-surface-border);border-radius:var(--hero-debug-surface-radius);padding:8px;background:var(--hero-debug-surface-bg);box-shadow:var(--hero-debug-surface-shadow)}.hero-banner-panel .hero-debug-section-title{display:none}.hero-banner-panel .hero-debug-picker{display:grid;flex:1 1 auto;grid-template-columns:auto auto minmax(0,1fr);align-items:center;min-width:0;gap:8px}.hero-banner-panel .hero-debug-picker>span{white-space:nowrap}.hero-banner-panel .hero-debug-picker [data-agent-background-menu-trigger]{height:var(--hero-debug-control-height)}.hero-shader-control,.hero-shader-color,.hero-stage-control{display:flex;align-items:center;justify-content:space-between;color:#ffffffd6;font-size:.75rem;font-weight:800;text-transform:uppercase}.hero-shader-control output,.hero-stage-control output{color:#fff;font-variant-numeric:tabular-nums;text-transform:none}.hero-shader-panel input[type=range],.hero-stage-panel input[type=range]{width:100%;margin:0 0 4px;accent-color:var(--accent)}.hero-shader-panel [data-agent-shader-reset],.hero-stage-panel [data-agent-stage-reset]{justify-content:center;width:100%;margin-top:2px}.hero-shader-panel{max-height:min(74vh,620px);min-width:min(540px,var(--hero-debug-panel-max-width, 540px));width:min(540px,var(--hero-debug-panel-max-width, 540px));overflow:auto}.hero-shader-section{margin-top:2px;color:#ffffff94;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hero-shader-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px}.hero-shader-field{display:grid;min-width:0;gap:4px}.hero-shader-color{min-height:var(--hero-debug-control-height);border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:5px 8px 5px 12px;background:#ffffff0f}.hero-shader-color input{width:46px;height:30px;border:0;padding:0;background:transparent;cursor:pointer;appearance:none}.hero-shader-color input::-webkit-color-swatch-wrapper{padding:0}.hero-shader-color input::-webkit-color-swatch{border:1px solid rgba(255,255,255,.28);border-radius:999px}.hero-stage-panel{min-width:min(360px,var(--hero-debug-panel-max-width, 360px));width:min(360px,var(--hero-debug-panel-max-width, 360px))}@media(max-width:760px){.brand-bar{padding:.65rem 1rem}.nav-inner{align-items:flex-start;flex-direction:column;height:auto;gap:.4rem;padding:.55rem 1rem .75rem}.links{gap:.2rem 1rem}.hero{margin-bottom:2.25rem;padding:4.25rem 1.25rem 4rem}.desktop-break{display:none}.grid,.pricing,.closing-cta{grid-template-columns:1fr;gap:2rem}.grid{padding-bottom:1rem}.pricing,.closing-cta{padding-top:1.5rem;padding-bottom:1.5rem}.closing-actions{justify-content:stretch}.button{width:100%}.hero-variant-controls{right:12px;bottom:12px;left:12px;max-width:none;border-radius:24px}.hero-banner-panel,.hero-shader-panel,.hero-stage-panel{max-width:calc(100vw - 24px)}.hero-banner-panel{min-width:0;width:calc(100vw - 24px)}.hero-banner-panel .hero-debug-picker{grid-template-columns:auto minmax(0,1fr)}.hero-banner-panel .hero-debug-picker>span{display:none}.hero-cycle-controls{order:2}.hero-shader-grid{grid-template-columns:1fr}}
