
:root {
  --bg: #090b10;
  --bg-soft: #0f131b;
  --panel: rgba(18, 23, 33, 0.78);
  --panel-strong: #151a24;
  --text: #f6f8fb;
  --muted: #9aa5b5;
  --line: rgba(255,255,255,.09);
  --accent: #7c8cff;
  --accent-2: #9d7cff;
  --green: #5fe0a4;
  --amber: #f6c86b;
  --red: #ff7d8e;
  --shadow: 0 30px 80px rgba(0,0,0,.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 50% -10%, rgba(124,140,255,.18), transparent 32%),
    radial-gradient(circle at 85% 8%, rgba(157,124,255,.09), transparent 25%),
    var(--bg);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.page-shell { min-height: 100vh; }
.nav {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 10px;
  display: inline-grid; place-items: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 10px 30px rgba(124,140,255,.28);
}
.brand-mark.small { width: 28px; height: 28px; border-radius: 8px; font-size: 13px; }
.nav-cta {
  padding: 10px 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
  border-radius: 999px;
  font-size: 14px;
  color: #dfe5ee;
}
.nav-cta:hover { background: rgba(255,255,255,.065); }

.hero {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 100px 0 70px;
  text-align: center;
}
.eyebrow {
  display: inline-flex;
  color: #bfc8ff;
  background: rgba(124,140,255,.09);
  border: 1px solid rgba(124,140,255,.22);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 22px auto 20px;
  max-width: 980px;
  font-size: clamp(52px, 8vw, 96px);
  line-height: .97;
  letter-spacing: -.065em;
}
.hero h1 span {
  background: linear-gradient(90deg, #ffffff, #a8b4ff 45%, #c0a2ff);
  -webkit-background-clip: text;
  color: transparent;
}
.hero-copy {
  width: min(720px, 100%);
  margin: 0 auto;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.primary-button, .secondary-button {
  padding: 14px 20px;
  border-radius: 12px;
  font-weight: 700;
  transition: transform .18s ease, background .18s ease;
}
.primary-button {
  background: linear-gradient(135deg, #eef1ff, #cbd2ff);
  color: #111521;
  box-shadow: 0 12px 40px rgba(124,140,255,.22);
}
.secondary-button { border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.primary-button:hover, .secondary-button:hover { transform: translateY(-1px); }

.trust-row {
  margin-top: 18px;
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  color: #7f8998;
  font-size: 12px;
}

.app-window {
  margin: 80px auto 0;
  width: min(1030px, 100%);
  background: rgba(14,18,26,.9);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
  text-align: left;
  backdrop-filter: blur(22px);
}
.window-topbar {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
}
.window-brand { display: flex; align-items: center; gap: 9px; font-weight: 750; }
.window-controls { display: flex; gap: 7px; }
.window-controls span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.14); }
.window-content { display: grid; grid-template-columns: 190px 1fr; min-height: 550px; }
.sidebar { border-right: 1px solid var(--line); padding: 18px 12px; background: rgba(255,255,255,.012); }
.sidebar-item {
  padding: 11px 12px;
  margin-bottom: 6px;
  border-radius: 10px;
  color: #8792a1;
  font-size: 13px;
}
.sidebar-item.active { color: #fff; background: rgba(124,140,255,.12); }
.dashboard { padding: 34px; }
.dashboard-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.mini-label { color: #707b8b; font-size: 11px; letter-spacing: .12em; font-weight: 800; }
.dashboard h2 { font-size: 28px; margin: 8px 0 0; letter-spacing: -.04em; }
.dashboard h2 span { color: #a9b4ff; }
.score-ring {
  width: 82px; height: 82px; border-radius: 50%;
  display: grid; place-items: center;
  background: radial-gradient(circle at center, #131824 55%, transparent 56%),
              conic-gradient(var(--accent) 0 89%, rgba(255,255,255,.06) 89% 100%);
}
.score-ring strong { font-size: 22px; margin-right: -6px; }
.score-ring small { font-size: 10px; margin-left: 1px; color: #8f99a8; }

.status-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 26px 0; }
.status-card {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.022);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.status-card strong { display: block; font-size: 20px; }
.status-card small { display: block; color: #7f8998; font-size: 11px; margin-top: 2px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; }
.green .status-dot { background: var(--green); }
.blue .status-dot { background: var(--accent); }
.amber .status-dot { background: var(--amber); }
.red .status-dot { background: var(--red); }

.apps-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.018);
}
.apps-head, .app-row {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
}
.apps-head { grid-template-columns: 1fr auto; color: #98a2b2; font-size: 12px; border-bottom: 1px solid var(--line); }
.app-row + .app-row { border-top: 1px solid var(--line); }
.app-icon {
  width: 36px; height: 36px; border-radius: 10px;
  display: grid; place-items: center;
  background: rgba(255,255,255,.06);
  color: #dce2eb;
  font-size: 11px;
  font-weight: 800;
}
.app-name strong { display: block; font-size: 13px; }
.app-name small { display: block; color: #717d8c; margin-top: 3px; font-size: 11px; }
.badge { padding: 6px 9px; border-radius: 999px; font-size: 10px; font-weight: 800; }
.badge.ok { background: rgba(95,224,164,.09); color: var(--green); }
.badge.warn { background: rgba(246,200,107,.09); color: var(--amber); }

.section {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0;
}
.problem { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.problem h2, .section-heading h2, .waitlist-card h2 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: -.055em;
  margin: 18px 0 0;
}
.problem-copy { color: var(--muted); font-size: 17px; line-height: 1.8; }
.problem-copy p:first-child { margin-top: 0; }
.problem-copy strong { color: #fff; }

.section-heading { max-width: 760px; }
.section-heading > p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.steps, .features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; }
.step, .features article {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.032), rgba(255,255,255,.014));
  padding: 24px;
}
.step span { color: #8d99ff; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.step h3, .features h3 { margin: 38px 0 10px; font-size: 18px; }
.step p, .features p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.feature-icon {
  width: 40px; height: 40px; display: grid; place-items: center;
  border-radius: 12px;
  background: rgba(124,140,255,.11);
  color: #b8c1ff;
  font-weight: 800;
}
.features h3 { margin-top: 25px; }

.waitlist-section {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0 110px;
}
.waitlist-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(124,140,255,.25);
  background:
    radial-gradient(circle at 80% 20%, rgba(124,140,255,.17), transparent 27%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.018));
  border-radius: 28px;
  padding: 54px;
}
.waitlist-card > div:first-child { max-width: 750px; }
.waitlist-card > div:first-child p { color: var(--muted); line-height: 1.7; }
.waitlist-form { display: flex; gap: 10px; margin-top: 30px; max-width: 600px; }
.waitlist-form input {
  flex: 1;
  background: rgba(0,0,0,.22);
  border: 1px solid var(--line);
  color: white;
  border-radius: 12px;
  padding: 14px 15px;
  outline: none;
}
.waitlist-form input:focus { border-color: rgba(124,140,255,.65); box-shadow: 0 0 0 3px rgba(124,140,255,.08); }
.waitlist-form button {
  border: 0;
  cursor: pointer;
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 800;
  color: #111521;
  background: linear-gradient(135deg, #eef1ff, #cbd2ff);
}
.form-message { min-height: 22px; font-size: 13px; color: #b8c1ff; }
.microcopy { color: #6f7a89; font-size: 11px; margin-top: 5px; }

footer {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 26px 0 40px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6f7988;
  font-size: 12px;
}
.footer-brand { color: #d6dce6; font-size: 14px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

@media (max-width: 880px) {
  .window-content { grid-template-columns: 1fr; }
  .sidebar { display: none; }
  .status-grid, .steps, .features { grid-template-columns: repeat(2, 1fr); }
  .problem { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 620px) {
  .nav { height: 70px; }
  .hero { padding-top: 70px; }
  .hero-copy { font-size: 16px; }
  .app-window { margin-top: 50px; border-radius: 18px; }
  .dashboard { padding: 20px; }
  .dashboard-title { align-items: flex-start; }
  .status-grid, .steps, .features { grid-template-columns: 1fr; }
  .score-ring { width: 66px; height: 66px; flex: 0 0 auto; }
  .waitlist-card { padding: 30px 22px; }
  .waitlist-form { flex-direction: column; }
  footer { flex-direction: column; align-items: flex-start; gap: 12px; }
}


.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.waitlist-form button:disabled { opacity: .65; cursor: wait; }
.microcopy a { color: #9aa7ff; margin-left: 4px; }
.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 34px;
}
.pain-card {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.02);
  border-radius: 16px;
  padding: 22px;
  color: #d9dfeb;
  font-weight: 650;
}
@media (max-width: 880px) {
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .pain-grid { grid-template-columns: 1fr; }
}

footer a { color: #9aa7ff; }
footer a:hover { color: #c3c9ff; }
