:root {
  color-scheme: dark;
  --bg: #0d0d12;
  --bg-2: #101016;
  --surface: #14141b;
  --surface-2: #1a1a23;
  --surface-3: #22222d;
  --text: #f7f7fb;
  --muted: #a09ead;
  --muted-2: #777582;
  --line: rgba(255,255,255,.09);
  --line-strong: rgba(255,255,255,.16);
  --accent: #8b6cff;
  --accent-2: #6f4ff8;
  --accent-light: #b19fff;
  --accent-soft: rgba(139,108,255,.14);
  --green: #54d7a4;
  --shadow: 0 30px 90px rgba(0,0,0,.44);
  --container: 1240px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(111,79,248,.12), transparent 28%),
    linear-gradient(180deg, #0d0d12 0%, #101016 48%, #0d0d12 100%);
  color: var(--text);
  font: 16px/1.6 var(--font);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { display: block; }

.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.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; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.skip-link { position: fixed; z-index: 999; top: -80px; left: 16px; padding: 10px 14px; border-radius: 10px; background: var(--surface); border: 1px solid var(--line-strong); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(13,13,18,.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; min-height: 78px; }
.brand-link { display: inline-flex; align-items: center; min-width: 150px; }
.brand-link img { width: 144px; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 30px; }
.desktop-nav a { color: var(--muted); font-size: 14px; transition: color .18s ease; }
.desktop-nav a:hover { color: var(--text); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 16px; border: 1px solid rgba(177,159,255,.22); border-radius: 12px; background: var(--accent-soft); color: var(--accent-light); font-size: 13px; font-weight: 750; transition: .18s ease; }
.header-cta:hover { transform: translateY(-1px); border-color: rgba(177,159,255,.38); background: rgba(139,108,255,.20); }
.menu-button { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.menu-button span { display: block; width: 18px; height: 1.5px; margin: 5px auto; background: var(--text); transition: .2s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
.mobile-nav { display: none; padding: 8px 20px 18px; border-top: 1px solid var(--line); background: rgba(13,13,18,.96); }
.mobile-nav a { display: block; padding: 11px 0; color: var(--muted); }
.mobile-nav.is-open { display: block; }

.hero { position: relative; overflow: hidden; padding: 86px 0 72px; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(55px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; left: -170px; top: 20px; background: rgba(111,79,248,.24); }
.hero-glow-two { width: 380px; height: 380px; right: -110px; top: 180px; background: rgba(177,159,255,.13); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 54px; align-items: center; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; min-height: 38px; padding: 6px 7px 6px 12px; border: 1px solid rgba(177,159,255,.18); border-radius: 999px; background: rgba(255,255,255,.035); color: var(--muted); font-size: 12px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(84,215,164,.09); }
.status-pill i { padding: 5px 9px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-light); font-style: normal; font-weight: 750; }
.hero h1 { max-width: 700px; margin: 20px 0 18px; font-size: clamp(48px, 5.3vw, 76px); line-height: .99; letter-spacing: -.055em; }
.hero h1 span { color: var(--accent-light); }
.hero-lede { max-width: 680px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.45vw, 20px); line-height: 1.65; }
.waitlist-form { margin-top: 28px; }
.form-row { position: relative; display: flex; align-items: stretch; gap: 10px; max-width: 650px; }
.form-row input[type="email"] { min-width: 0; flex: 1; height: 54px; padding: 0 16px; border: 1px solid var(--line-strong); border-radius: 14px; outline: 0; background: rgba(20,20,27,.86); color: var(--text); transition: .18s ease; }
.form-row input[type="email"]::placeholder { color: var(--muted-2); }
.form-row input[type="email"]:focus { border-color: rgba(139,108,255,.72); box-shadow: 0 0 0 4px rgba(139,108,255,.10); }
.form-row button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 180px; height: 54px; padding: 0 18px; border: 0; border-radius: 14px; background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%); color: white; font-weight: 760; cursor: pointer; box-shadow: 0 14px 34px rgba(111,79,248,.28); transition: transform .18s ease, opacity .18s ease; }
.form-row button:hover { transform: translateY(-1px); }
.form-row button:disabled { cursor: wait; opacity: .68; transform: none; }
.form-row button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.form-note, .form-status { margin: 9px 0 0; font-size: 12px; }
.form-note { color: var(--muted-2); }
.form-status { min-height: 20px; color: var(--accent-light); }
.form-status.is-error { color: #ff8a98; }
.form-status.is-success { color: var(--green); }
.hero-highlights { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.hero-highlights li { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); color: var(--muted); font-size: 12px; }
.hero-highlights svg { width: 15px; height: 15px; fill: none; stroke: var(--accent-light); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hero-visual { position: relative; padding: 30px 0 38px; }
.app-window { overflow: hidden; border: 1px solid rgba(177,159,255,.17); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow); }
.window-bar { display: flex; align-items: center; gap: 7px; min-height: 44px; padding: 0 15px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.025); }
.window-bar span { width: 10px; height: 10px; border-radius: 50%; background: #ff5f57; }
.window-bar span:nth-child(2) { background: #ffbd2e; }
.window-bar span:nth-child(3) { background: #28c840; }
.window-bar b { margin-left: 8px; color: var(--muted); font-size: 11px; font-weight: 650; }
.hero-window { position: relative; z-index: 2; transform: perspective(1600px) rotateY(-3deg) rotateX(1deg); transform-origin: center left; }
.hero-screenshot-wrap { aspect-ratio: 1.76 / 1; overflow: hidden; background: #0d0d12; }
.hero-screenshot-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: left top; }
.floating-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; min-width: 190px; padding: 11px 13px; border: 1px solid rgba(177,159,255,.18); border-radius: 15px; background: rgba(20,20,27,.88); box-shadow: 0 18px 50px rgba(0,0,0,.36); backdrop-filter: blur(14px); }
.floating-chip-top { top: 0; right: 24px; }
.floating-chip-bottom { bottom: 0; left: -18px; }
.floating-chip img { width: 34px; height: 34px; }
.floating-chip > svg { width: 34px; height: 34px; padding: 8px; border-radius: 10px; background: var(--accent-soft); fill: none; stroke: var(--accent-light); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.floating-chip strong, .floating-chip small { display: block; }
.floating-chip strong { font-size: 12px; }
.floating-chip small { color: var(--muted); font-size: 10px; }
.chip-icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; background: #f3f2fb; }

.testing-strip { padding: 0 0 18px; }
.testing-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 22px; border: 1px solid rgba(177,159,255,.15); border-radius: 18px; background: linear-gradient(135deg, rgba(139,108,255,.10), rgba(255,255,255,.025)); }
.testing-inner span { display: block; color: var(--accent-light); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.testing-inner strong { display: block; margin-top: 4px; font-size: 16px; }
.testing-inner a { display: inline-flex; align-items: center; gap: 9px; color: var(--accent-light); font-size: 13px; font-weight: 750; white-space: nowrap; }
.testing-inner a svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.section { padding: 86px 0; }
.section-kicker { margin: 0 0 13px; color: var(--accent-light); font-size: 11px; font-weight: 830; letter-spacing: .16em; text-transform: uppercase; }
.section h2 { margin: 0; font-size: clamp(35px, 4.3vw, 58px); line-height: 1.04; letter-spacing: -.045em; }
.section-copy > p:last-child, .section-heading > p, .split-heading > p { color: var(--muted); font-size: 17px; line-height: 1.72; }
.overview-grid { display: grid; grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr); gap: 64px; align-items: start; }
.workflow-cards { display: grid; gap: 14px; }
.workflow-cards article { display: grid; grid-template-columns: 48px 1fr; gap: 4px 15px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.workflow-cards article > span { grid-row: span 2; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--accent-soft); color: var(--accent-light); font-size: 12px; font-weight: 800; }
.workflow-cards h3 { margin: 0; font-size: 19px; }
.workflow-cards p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }

.interface-section { background: rgba(255,255,255,.015); border-top: 1px solid rgba(255,255,255,.035); border-bottom: 1px solid rgba(255,255,255,.035); }
.section-heading { margin-bottom: 30px; }
.split-heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.9fr); gap: 52px; align-items: end; }
.split-heading > p { margin: 0 0 4px; }
.interface-window img { width: 100%; height: auto; background: #0d0d12; }
.interface-points { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 18px; }
.interface-points article { padding: 19px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.interface-points span { color: var(--accent-light); font-size: 11px; font-weight: 800; }
.interface-points strong { display: block; margin-top: 8px; font-size: 16px; }
.interface-points p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }

.narrow-heading { max-width: 760px; }
.feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 30px; }
.feature-card { position: relative; overflow: hidden; min-height: 285px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.025); }
.feature-card-wide { grid-column: span 2; }
.feature-card-accent { background: linear-gradient(145deg, rgba(139,108,255,.15), rgba(255,255,255,.03)); border-color: rgba(177,159,255,.18); }
.feature-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--accent-soft); color: var(--accent-light); }
.feature-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.feature-card > span { display: block; margin-top: 24px; color: var(--accent-light); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feature-card h3 { max-width: 470px; margin: 8px 0; font-size: 23px; line-height: 1.18; letter-spacing: -.025em; }
.feature-card p { max-width: 600px; margin: 0; color: var(--muted); font-size: 14px; }
.search-art { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.search-art i { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--muted); font-size: 11px; font-style: normal; }

.waitlist-section { position: relative; padding-bottom: 100px; }
.waitlist-glow { position: absolute; right: 14%; bottom: 70px; width: 420px; height: 260px; border-radius: 50%; background: rgba(111,79,248,.18); filter: blur(75px); pointer-events: none; }
.waitlist-card { position: relative; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr); gap: 46px; align-items: center; padding: 38px; border: 1px solid rgba(177,159,255,.18); border-radius: 28px; background: linear-gradient(135deg, rgba(139,108,255,.12), rgba(20,20,27,.90) 48%, rgba(255,255,255,.025)); box-shadow: var(--shadow); }
.waitlist-brand { display: flex; align-items: center; gap: 24px; }
.waitlist-brand img { width: 104px; height: 104px; flex: 0 0 auto; }
.waitlist-brand h2 { font-size: clamp(32px,3.5vw,48px); }
.waitlist-brand p:last-child { max-width: 620px; margin-bottom: 0; color: var(--muted); }
.bottom-form { margin-top: 0; }
.bottom-form .form-row { display: grid; grid-template-columns: 1fr; max-width: none; }
.bottom-form .form-row button { width: 100%; }

.site-footer { padding: 26px 0 38px; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.footer-brand img { width: 126px; }
.footer-inner p { margin: 0; color: var(--muted-2); font-size: 12px; }
.footer-inner nav { display: flex; gap: 18px; }
.footer-inner nav a { color: var(--muted); font-size: 12px; }
.footer-inner nav a:hover { color: var(--text); }

@media (max-width: 1080px) {
  .hero-grid, .overview-grid, .waitlist-card { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-visual { margin-top: 16px; }
  .split-heading { grid-template-columns: 1fr; gap: 16px; }
  .feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .feature-card-wide { grid-column: span 2; }
  .waitlist-card { gap: 32px; }
  .bottom-form .form-row { grid-template-columns: minmax(0,1fr) auto; }
  .bottom-form .form-row button { width: auto; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { grid-template-columns: 1fr auto; min-height: 72px; }
  .brand-link { min-width: 0; }
  .brand-link img { width: 132px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .hero { padding: 58px 0 54px; }
  .hero-grid { gap: 38px; }
  .hero h1 { font-size: clamp(43px,12vw,62px); }
  .form-row { flex-direction: column; }
  .form-row button { width: 100%; }
  .hero-highlights { flex-direction: column; align-items: flex-start; }
  .hero-window { transform: none; }
  .floating-chip-top { right: 10px; }
  .floating-chip-bottom { left: 8px; }
  .testing-inner { align-items: flex-start; flex-direction: column; }
  .section { padding: 68px 0; }
  .interface-points, .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: auto; }
  .waitlist-card { padding: 26px; }
  .waitlist-brand { align-items: flex-start; flex-direction: column; }
  .bottom-form .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner nav { flex-wrap: wrap; }
}

@media (max-width: 520px) {
  .status-pill { gap: 7px; font-size: 11px; }
  .hero h1 { font-size: 42px; }
  .hero-lede { font-size: 16px; }
  .floating-chip { display: none; }
  .hero-visual { padding: 0; }
  .app-window { border-radius: 17px; }
  .window-bar { min-height: 38px; }
  .hero-screenshot-wrap { aspect-ratio: 1.18 / 1; }
  .hero-screenshot-wrap img { width: 142%; max-width: none; object-position: left top; }
  .workflow-cards article { grid-template-columns: 42px 1fr; padding: 18px; }
  .waitlist-brand img { width: 86px; height: 86px; }
}
