:root {
  --bg: #08111f;
  --panel: #101b2d;
  --panel-2: #132238;
  --text: #f5f7fb;
  --muted: #aab7cc;
  --line: rgba(255,255,255,.12);
  --brand: #70e1f5;
  --brand-2: #ffd194;
  --accent: #9b8cff;
  --shadow: 0 24px 80px rgba(0,0,0,.32);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(112,225,245,.18), transparent 34rem),
    radial-gradient(circle at 85% 12%, rgba(155,140,255,.16), transparent 30rem),
    var(--bg);
  line-height: 1.65;
}

a { color: inherit; }
.hero, main, .footer { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.hero { padding: 26px 0 70px; }
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 72px;
}
.brand {
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -.03em;
  font-size: 18px;
}
.nav-links { display: flex; gap: 20px; color: var(--muted); font-size: 14px; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--text); }
.hero-grid, .two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .75fr);
  gap: 32px;
  align-items: center;
}
.reverse { grid-template-columns: minmax(320px, .75fr) minmax(0, 1.1fr); }
.eyebrow {
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 10px;
}
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; margin: 0; }
h1 { font-size: clamp(42px, 7vw, 78px); max-width: 850px; }
h2 { font-size: clamp(30px, 4vw, 48px); }
h3 { font-size: 22px; }
p { color: var(--muted); margin: 16px 0 0; }
.lead { font-size: clamp(18px, 2.2vw, 22px); max-width: 720px; color: #d6deec; }
.note { font-size: 13px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}
.primary {
  color: #06101d;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 14px 40px rgba(112,225,245,.22);
}
.secondary {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: var(--text);
}
.hero-card, .panel, .card, .screenshot-card, .step, .final-cta, details {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-card { padding: 28px; }
.hero-card ul { padding-left: 19px; color: var(--muted); }
.hero-card li { margin: 10px 0; }
.section { padding: 64px 0; border-top: 1px solid rgba(255,255,255,.08); }
.section-title { max-width: 760px; margin-bottom: 28px; }
.steps, .install-grid, .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.install-grid, .cards { grid-template-columns: repeat(2, 1fr); }
.step, .panel, .card { padding: 24px; }
.step span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #06101d;
  background: var(--brand);
  font-weight: 900;
  margin-bottom: 16px;
}
.panel a, .footer a { color: var(--brand); }
pre {
  margin: 18px 0 0;
  padding: 18px;
  overflow: auto;
  border-radius: 16px;
  background: #050b14;
  border: 1px solid rgba(255,255,255,.1);
  color: #d7f7ff;
}
code { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: 13px; }
.screenshot-card { padding: 22px; }
.workflow-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.13);
  background: #07101d;
}
.screenshot-card.compact { align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.mock-window {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  background: #07101d;
}
.mock-bar { height: 36px; display: flex; align-items: center; gap: 7px; padding: 0 12px; background: #0c1727; }
.mock-bar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.3); }
.mock-content { padding: 18px; display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.node {
  min-height: 62px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-radius: 14px;
  background: rgba(112,225,245,.12);
  border: 1px solid rgba(112,225,245,.25);
  color: #dffbff;
  font-weight: 800;
  text-align: center;
}
.node.wide { grid-column: 1 / -1; }
.node.accent { background: rgba(255,209,148,.15); border-color: rgba(255,209,148,.35); color: #fff3df; }
.resource-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.resource-list a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px;
  border-radius: 18px;
  text-decoration: none;
  border: 1px solid var(--line);
  background: var(--panel);
}
.resource-list a:hover { border-color: rgba(112,225,245,.5); transform: translateY(-2px); }
.resource-list span { color: var(--muted); font-size: 14px; }
.checklist { padding-left: 22px; color: var(--muted); }
.checklist li { margin: 10px 0; }
details { padding: 20px 24px; margin-bottom: 12px; }
summary { cursor: pointer; font-weight: 850; font-size: 18px; }
.final-cta { text-align: center; padding: 44px; }
.final-cta p { margin-left: auto; margin-right: auto; max-width: 680px; }
.final-cta .button { margin-top: 24px; }
.footer { padding: 34px 0 56px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); }
.footer p { margin: 0; font-size: 14px; }

@media (max-width: 900px) {
  .hero-grid, .two-col, .reverse { grid-template-columns: 1fr; }
  .steps, .install-grid, .cards, .resource-list { grid-template-columns: 1fr; }
  .nav { align-items: flex-start; flex-direction: column; margin-bottom: 46px; }
  .nav-links { flex-wrap: wrap; }
  .footer { flex-direction: column; }
}
