*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--unit: 8px;--color-bg: #08080d;--color-surface: #101018;--color-card: #16161f;--color-card-alt: #1c1c28;--color-border: #2a2a3a;--color-border-lt: #3a3a4e;--color-text: #ededf2;--color-text-mid: #b0b0c0;--color-text-dim: #78788e;--color-accent: #6c8cff;--color-accent-hover: #8aa4ff;--color-accent-bg: rgba(108, 140, 255, .08);--color-green: #34d399;--color-amber: #fbbf24;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;--header-h: 104px;--max-width: 1200px;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--ease: cubic-bezier(.25, .46, .45, .94)}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}main{flex:1}img,svg{display:block;max-width:100%;height:auto}a{color:var(--color-accent);text-decoration:none;transition:color .2s var(--ease)}a:hover,a:focus-visible{color:var(--color-accent-hover)}.skip-link{position:absolute;top:-100%;left:16px;z-index:1000;padding:12px 24px;background:var(--color-accent);color:#000;border-radius:var(--radius-sm);font-weight:600;font-size:.875rem;transition:top .2s var(--ease)}.skip-link:focus{top:16px;color:#000}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}h1,h2,h3,h4{font-weight:700;line-height:1.2;color:var(--color-text)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}h3{font-size:clamp(1.125rem,2.5vw,1.5rem)}p{color:var(--color-text-mid)}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:24px}.section{padding-block:80px}@media (max-width: 768px){.section{padding-block:48px}}.site-header{position:sticky;top:0;z-index:100;height:var(--header-h);display:flex;align-items:center;background:#08080dd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border)}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:24px}.logo{display:inline-flex;align-items:center;padding:16px;text-decoration:none;color:var(--color-text)}.logo:hover,.logo:focus-visible{color:var(--color-text)}.logo-wordmark{width:clamp(124px,18vw,204px);height:auto;flex-shrink:0}.nav-links{display:flex;align-items:center;gap:32px;list-style:none}.nav-links a{color:var(--color-text-mid);font-size:.9375rem;font-weight:500;padding:8px 0;position:relative;transition:color .2s var(--ease)}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-accent);transition:width .25s var(--ease)}.nav-links a:hover,.nav-links a:focus-visible,.nav-links a[aria-current=page]{color:var(--color-text)}.nav-links a:hover:after,.nav-links a:focus-visible:after,.nav-links a[aria-current=page]:after{width:100%}.menu-toggle{display:none;background:none;border:none;color:var(--color-text);cursor:pointer;padding:8px;border-radius:var(--radius-sm);transition:background .2s var(--ease)}.menu-toggle:hover{background:var(--color-card)}.menu-toggle svg{width:24px;height:24px}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;top:var(--header-h);z-index:99;background:var(--color-bg);padding:24px;flex-direction:column;gap:8px}.mobile-nav.is-open{display:flex}.mobile-nav a{display:block;padding:16px;color:var(--color-text-mid);font-size:1.125rem;font-weight:500;border-radius:var(--radius-sm);transition:background .2s var(--ease),color .2s var(--ease)}.mobile-nav a:hover,.mobile-nav a:focus-visible,.mobile-nav a[aria-current=page]{background:var(--color-card);color:var(--color-text)}@media (max-width: 768px){.nav-links{display:none}.menu-toggle{display:flex}}.hero{position:relative;overflow:hidden;padding:48px 0 64px;background:radial-gradient(ellipse at top,rgba(108,140,255,.14) 0%,transparent 55%),linear-gradient(180deg,rgba(255,255,255,.02) 0%,transparent 100%)}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--color-accent-bg);border:1px solid rgba(108,140,255,.2);border-radius:999px;font-size:.8125rem;font-weight:600;color:var(--color-accent);margin-bottom:24px;text-transform:uppercase;letter-spacing:.06em;line-height:1}.hero-badge-icon{transform:rotate(-30deg)}.hero h1{max-width:780px;margin-bottom:16px}.hero h1 .text-gradient{background:linear-gradient(135deg,var(--color-accent) 0%,#a78bfa 50%,var(--color-green) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{max-width:640px;font-size:1.125rem;line-height:1.7;color:var(--color-text-mid);margin-bottom:0}.hero-actions{display:flex;align-items:stretch;gap:16px;flex-wrap:wrap;justify-content:center}.hero-actions .btn{min-width:208px;min-height:52px;height:52px}.hero-features--simulators{margin-top:56px}.hero-features--simulators .hero-feature{padding:0}.hero-features--simulators .hero-feature span{color:var(--color-text)}#screenshots-heading{scroll-margin-top:calc(var(--header-h) + 24px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-size:.9375rem;font-weight:600;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);cursor:pointer;text-decoration:none;transition:transform .15s var(--ease),box-shadow .2s var(--ease),background .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease);line-height:1;min-height:46px;box-shadow:inset 0 1px #ffffff14,inset 0 -1px #ffffff05,0 10px 24px #00000038;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.btn:active{transform:scale(.97)}.btn-primary{background:linear-gradient(180deg,#ffffff14,#ffffff08),linear-gradient(135deg,#5c74d6f5,#4258b6f0);color:#f8fbff;border-color:#a3b4ff38}.btn-primary:hover,.btn-primary:focus-visible{background:linear-gradient(180deg,#ffffff1a,#ffffff0a),linear-gradient(135deg,#6982e8fa,#4d64c9f5);color:#fff;border-color:#bac6ff52;box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #ffffff08,0 0 24px #6c8cff33,0 12px 28px #0000003d}.btn-secondary{background:linear-gradient(180deg,#ffffff0f,#ffffff05),linear-gradient(135deg,#161822f5,#0c0e16eb);color:var(--color-text);border-color:#ffffff14}.btn-secondary:hover,.btn-secondary:focus-visible{background:linear-gradient(180deg,#ffffff14,#ffffff08),linear-gradient(135deg,#1c1f2bfa,#10121cf0);color:var(--color-text);border-color:#ffffff24}.btn svg{width:18px;height:18px}.hero-features{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:32px 24px;margin-top:64px;width:100%;max-width:1040px}.hero-feature{grid-column:span 2;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:16px;font-size:1rem;line-height:1.4;color:var(--color-text-mid);font-weight:600}.hero-feature:nth-child(4){grid-column:2 / span 2}.hero-feature:nth-child(5){grid-column:4 / span 2}.hero-feature-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#ffffff0f,#ffffff05),linear-gradient(135deg,#161822f5,#0c0e16eb);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff14,inset 0 -1px #ffffff05,0 10px 24px #00000038;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:var(--radius-sm);color:var(--color-accent);flex-shrink:0;transition:border-color .25s var(--ease),box-shadow .25s var(--ease),transform .25s var(--ease)}.hero-feature:hover .hero-feature-icon{border-color:var(--color-border-lt);box-shadow:0 8px 32px #0000004d;transform:translateY(-2px)}.hero-feature-icon svg{width:40px;height:40px}@media (max-width: 900px){.hero-features{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px}.hero-feature,.hero-feature:nth-child(4),.hero-feature:nth-child(5){grid-column:span 1}}@media (max-width: 768px){.hero{padding:40px 0 48px}.hero-badge,.hero h1{margin-bottom:16px}.hero-description{font-size:1rem}.hero-features{gap:24px;margin-top:48px;padding-top:32px}.hero-feature{max-width:none}}@media (max-width: 520px){.hero-features{grid-template-columns:1fr;max-width:320px}}.products{background:var(--color-surface)}.products-header{text-align:center;margin-bottom:32px}.products-header p{margin-top:16px;font-size:1.0625rem}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (max-width: 640px){.product-grid{grid-template-columns:1fr}}.screenshot-showcase{margin-top:48px;padding:32px;background:linear-gradient(180deg,#ffffff08,#ffffff04),#0a0a10b8;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 18px 48px #00000038}.screenshot-showcase-header{text-align:center;max-width:720px;margin:0 auto 28px}.screenshot-showcase-header h3{font-size:clamp(1.375rem,2.5vw,1.75rem);margin-bottom:10px}.screenshot-showcase-header p{color:var(--color-text-mid);font-size:.95rem;line-height:1.7}.screenshots-carousel{overflow:hidden}.screenshots-track{display:flex;transition:transform .45s var(--ease);will-change:transform}.screenshot-slide{min-width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.screenshot-card{position:relative;overflow:hidden;border-radius:calc(var(--radius-md) + 2px);background:#07070beb;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff0d,0 18px 36px #00000047;aspect-ratio:16 / 10}.screenshot-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgba(4,6,12,.1) 100%);pointer-events:none}.screenshot-card img{width:100%;height:100%;object-fit:cover}.screenshots-dots{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:22px}.screenshots-dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff24;cursor:pointer;transition:transform .2s var(--ease),background .2s var(--ease),border-color .2s var(--ease),width .2s var(--ease)}.screenshots-dot:hover,.screenshots-dot:focus-visible{background:#ffffff47;border-color:#ffffff52}.screenshots-dot.is-active{width:28px;background:linear-gradient(90deg,var(--color-accent),#a78bfa);border-color:transparent}@media (max-width: 768px){.screenshot-showcase{margin-top:40px;padding:24px 20px}.screenshot-slide{grid-template-columns:1fr}.screenshot-card{aspect-ratio:16 / 9}}.product-card{position:relative;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:40px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;transition:border-color .25s var(--ease),box-shadow .25s var(--ease);overflow:hidden}.product-card:hover{border-color:var(--color-border-lt);box-shadow:0 8px 32px #0000004d}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:var(--radius-md) var(--radius-md) 0 0}.product-card--acrofs:before{background:linear-gradient(90deg,var(--color-accent),#a78bfa)}.product-card--acrorc:before{background:linear-gradient(90deg,var(--color-green),#34d3c0)}.product-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);flex-shrink:0}.product-card--acrofs .product-icon{background:#6c8cff1f;color:var(--color-accent)}.product-card--acrorc .product-icon{background:#34d3991f;color:var(--color-green)}.product-icon svg{width:24px;height:24px}.product-logo{display:inline-flex;align-items:center;justify-content:center;background:#00000073;border:1px solid rgba(255,255,255,.07);border-radius:var(--radius-sm);padding:10px 16px;box-shadow:inset 0 1px #ffffff0d,inset 0 -1px #0003,0 4px 12px #00000059}.product-logo img,.product-logo svg{display:block;height:88px;width:auto;max-width:none}.product-card h3{font-size:1.375rem}.product-card p{font-size:.9375rem;line-height:1.65;flex:1}.coming-soon-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-radius:999px;background:#fbbf241a;color:var(--color-amber);border:1px solid rgba(251,191,36,.2);width:fit-content}.coming-soon-badge:before{content:"";width:6px;height:6px;background:var(--color-amber);border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.history{background:var(--color-surface);padding-top:64px;padding-bottom:24px}.history .products-header,.history-copy{text-align:center}.history-copy{max-width:760px;margin-inline:auto;display:flex;flex-direction:column;gap:16px}.history-copy p{color:var(--color-text-mid);font-size:1rem;line-height:1.75}.products--glint{background:transparent;padding-top:32px}.products-header--compact{margin-bottom:32px}.product-card--glint{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:32px;text-align:left}.product-card--glint .product-card-copy{display:flex;flex-direction:column;gap:16px}.section-title-logo img{width:128px;height:auto;margin-inline:auto}.product-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent)}@media (max-width: 640px){.product-card--glint{flex-direction:column;align-items:flex-start}}.contact-hero{text-align:center;padding:80px 24px 48px}.contact-hero p{margin-top:16px;font-size:1.0625rem}.contact-content{max-width:640px;margin-inline:auto;padding:0 24px 80px}.contact-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.875rem;font-weight:600;color:var(--color-text)}.form-group .required{color:var(--color-accent)}.form-input,.form-textarea{width:100%;padding:14px 16px;font-family:var(--font-sans);font-size:.9375rem;color:var(--color-text);background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:border-color .2s var(--ease),box-shadow .2s var(--ease);-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input::placeholder,.form-textarea::placeholder{color:var(--color-text-dim)}.form-input:hover,.form-textarea:hover{border-color:var(--color-border-lt)}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #6c8cff26}.form-input[aria-invalid=true],.form-textarea[aria-invalid=true]{border-color:#f87171;box-shadow:0 0 0 3px #f871711f}.form-error{font-size:.875rem;line-height:1.4;color:#fca5a5}.form-textarea{min-height:160px;resize:vertical}.form-submit{align-self:flex-start}.form-success{display:none;padding:16px 24px;background:#34d3991a;border:1px solid rgba(52,211,153,.25);border-radius:var(--radius-sm);color:var(--color-green);font-weight:500;font-size:.9375rem}.form-success.is-visible{display:block}.form-success--error{background:#f871711a;border-color:#f8717140;color:#fca5a5}.contact-info{margin-top:48px;padding-top:40px;border-top:1px solid var(--color-border)}.contact-info h2{font-size:1.25rem;margin-bottom:16px}.contact-info address{font-style:normal;color:var(--color-text-mid);line-height:1.7}.legal-page{max-width:760px;margin-inline:auto;padding:80px 24px}.legal-page h1{margin-bottom:8px}.legal-page .legal-updated{color:var(--color-text-dim);font-size:.875rem;margin-bottom:48px}.legal-page h2{font-size:1.25rem;margin-top:40px;margin-bottom:16px}.legal-page p{margin-bottom:16px;font-size:.9375rem;line-height:1.75}.legal-page ul{margin-bottom:16px;padding-left:24px;color:var(--color-text-mid)}.legal-page li{margin-bottom:8px;font-size:.9375rem;line-height:1.65}.site-footer{border-top:1px solid var(--color-border);padding:32px 24px;background:var(--color-surface)}.footer-inner{max-width:var(--max-width);margin-inline:auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px}.footer-brand p{font-size:.8125rem;font-weight:300;margin-top:8px;line-height:1.6}.footer-brand-heading{display:flex;align-items:center}.footer-brand{display:flex;flex-direction:column;align-items:flex-start}.footer-logo{width:clamp(96px,14vw,144px);height:auto;flex-shrink:0}.footer-address{text-align:center;margin-top:12px}.footer-address p{font-size:.8125rem;line-height:1.6;color:var(--color-text-dim)}.footer-links{display:flex;gap:24px;align-items:center;flex-wrap:wrap}.footer-links a{font-size:.8125rem;color:var(--color-text-dim);transition:color .2s var(--ease),text-decoration-color .2s var(--ease);text-decoration:underline;text-decoration-color:transparent;text-underline-offset:.18em}.footer-links a:hover,.footer-links a:focus-visible{color:var(--color-text-mid)}.footer-bottom{width:100%;padding-top:16px;margin-top:8px;border-top:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-bottom small,.footer-bottom a{font-size:.75rem;color:var(--color-text-dim)}@media (max-width: 640px){.footer-inner{flex-direction:column;align-items:center;text-align:center}.footer-brand{align-items:center}.footer-brand-heading,.footer-links{justify-content:center}.footer-bottom{flex-direction:column;align-items:center;text-align:center}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
