:root {
  --bg: #070b19;
  --panel: #0e1633;
  --line: #2e4276;
  --text: #eaf0ff;
  --muted: #a8b6d9;
  --blue: #2563eb;
  --cyan: #06b6d4;
  --orange: #f97316;
  --radius: 16px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Manrope, sans-serif;
  color: var(--text);
  line-height: 1.6;
  background:
    radial-gradient(circle at 10% 10%, rgba(37, 99, 235, 0.26), transparent 34%),
    radial-gradient(circle at 86% 16%, rgba(249, 115, 22, 0.22), transparent 36%),
    linear-gradient(160deg, #050915 0%, #0a1230 42%, #060a18 100%);
}

.container { width: min(1120px, 92vw); margin: 0 auto; }
.section { padding: 64px 0; }
.muted { background: rgba(11, 18, 40, 0.62); border-top: 1px solid rgba(70, 95, 165, 0.36); border-bottom: 1px solid rgba(70, 95, 165, 0.36); }

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(75, 102, 172, 0.38);
  background: rgba(6, 11, 25, 0.78);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  position: relative;
}

.brand {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-decoration: none;
}

nav { display: flex; gap: 18px; }
nav a { color: var(--muted); text-decoration: none; font-weight: 600; }
nav a:hover { color: #fff; }

.nav-group {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-install {
  padding: 8px 14px;
  font-size: 14px;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(122, 161, 246, 0.5);
  background: rgba(18, 30, 66, 0.7);
  color: #d9e8ff;
  font-weight: 700;
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
}

.nav-toggle:hover {
  background: rgba(32, 49, 103, 0.9);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 26px;
  align-items: start;
}

.eyebrow {
  margin: 0 0 10px;
  display: inline-block;
  border-radius: 999px;
  padding: 6px 12px;
  border: 1px solid rgba(121, 177, 255, 0.5);
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.3), rgba(6, 182, 212, 0.24));
  color: #d9e8ff;
  font-size: 13px;
  font-weight: 700;
}

h1 {
  margin: 0;
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.1;
  font-family: "Space Grotesk", sans-serif;
}

.lead {
  margin-top: 16px;
  color: #c2d1f2;
  max-width: 64ch;
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.helper-text {
  margin: 10px 0 0;
  color: #9fb4e2;
  font-size: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 11px 18px;
  font-weight: 800;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
}

.btn.primary {
  color: #fff;
  background: linear-gradient(120deg, var(--blue), var(--cyan));
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.33);
}

.btn.ghost {
  color: #dbe8ff;
  border-color: rgba(147, 183, 255, 0.4);
  background: rgba(17, 27, 60, 0.5);
}

.quick-points { margin: 18px 0 0; padding-left: 18px; color: #bfd0f3; }

.hero-panel {
  border: 1px solid rgba(92, 122, 198, 0.35);
  border-radius: var(--radius);
  padding: 22px;
  background: linear-gradient(155deg, rgba(17, 27, 60, 0.9), rgba(12, 19, 42, 0.88));
}

.hero-panel h2 { margin: 0 0 12px; font-size: 22px; }
.hero-panel pre { margin: 10px 0; font-size: 13px; }
.hero-panel .btn { width: 100%; }

.prompt-preview {
  max-height: 116px;
  overflow: auto;
}

.setup-cards {
  display: grid;
  gap: 10px;
}

.setup-cards article {
  border: 1px solid rgba(108, 141, 222, 0.35);
  border-radius: 12px;
  padding: 13px;
  background: rgba(9, 15, 35, 0.65);
}

.setup-cards span {
  display: block;
  margin-bottom: 5px;
  color: #8fb4ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.setup-cards strong {
  display: block;
  color: #eef5ff;
  font-size: 16px;
  line-height: 1.35;
}

.hero-install-list {
  margin: 0 0 10px;
  padding-left: 18px;
}
.hero-install-list li {
  margin: 8px 0;
  color: #c9d7f6;
}

.metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.metric-grid article {
  border: 1px solid rgba(108, 141, 222, 0.35);
  border-radius: 12px;
  padding: 12px;
  background: rgba(9, 15, 35, 0.65);
}
.metric-grid strong { display: block; font-size: 22px; }
.metric-grid span { font-size: 13px; color: #b8c8ea; }

.strip {
  border-top: 1px solid rgba(65, 90, 158, 0.35);
  border-bottom: 1px solid rgba(65, 90, 158, 0.35);
  background: rgba(8, 14, 33, 0.7);
}

.stack-strip {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  align-items: center;
}

.stack-strip span { color: #9eb3e2; font-weight: 700; }
.stack-strip ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stack-strip li {
  padding: 6px 10px;
  border: 1px solid rgba(112, 145, 222, 0.35);
  border-radius: 999px;
  background: rgba(16, 25, 55, 0.65);
  font-size: 13px;
}

h2 { margin: 0; font-size: clamp(26px, 3vw, 40px); }
.section-sub { margin-top: 10px; color: var(--muted); }
.page-meta {
  margin-top: 8px;
  color: #9fb4e2;
  font-size: 14px;
}

.feature-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.card {
  border: 1px solid rgba(103, 136, 214, 0.35);
  border-radius: 14px;
  padding: 16px;
  background: linear-gradient(150deg, rgba(17, 27, 60, 0.8), rgba(10, 16, 36, 0.72));
}

.card h3 { margin: 0 0 8px; }
.card p { margin: 0; color: #c4d4f5; }
.card h3 a {
  color: #eaf0ff;
  text-decoration: none;
}
.card h3 a:hover { text-decoration: underline; }

.cmd-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.mini-copy {
  border: 1px solid rgba(122, 161, 246, 0.5);
  background: rgba(18, 30, 66, 0.7);
  color: #d9e8ff;
  font-weight: 700;
  border-radius: 8px;
  padding: 6px 10px;
  cursor: pointer;
  white-space: nowrap;
}

.mini-copy:hover {
  background: rgba(32, 49, 103, 0.9);
}

.usage-block p {
  margin-bottom: 12px;
}

.tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.tab {
  border: 1px solid rgba(122, 161, 246, 0.42);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(18, 30, 66, 0.62);
  color: #cfe0ff;
  font-weight: 800;
  cursor: pointer;
}

.tab.active {
  color: #fff;
  border-color: rgba(6, 182, 212, 0.8);
  background: linear-gradient(120deg, rgba(37, 99, 235, 0.72), rgba(6, 182, 212, 0.6));
}

.tab-panels {
  margin-top: 12px;
}

.tab-panel[hidden] {
  display: none;
}

.details-block {
  margin-top: 12px;
  color: #c5d4f3;
}

.details-block summary {
  cursor: pointer;
  color: #dce9ff;
  font-weight: 800;
}

.expected-result {
  margin: 12px 0 0;
  color: #b7c8ea;
}

.source-card p + p {
  margin-top: 8px;
}

.source-card .btn {
  margin-top: 16px;
}

.client-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.client-grid article {
  border: 1px solid rgba(106, 140, 220, 0.35);
  border-radius: 12px;
  text-align: center;
  padding: 12px;
  background: rgba(13, 21, 48, 0.75);
  font-weight: 700;
}

.steps {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.steps article {
  border: 1px solid rgba(103, 136, 214, 0.35);
  border-radius: 14px;
  padding: 14px;
  background: rgba(13, 20, 46, 0.75);
}

.steps span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  background: linear-gradient(120deg, var(--blue), var(--cyan));
}

.steps h3 { margin: 10px 0 8px; font-size: 18px; }
.steps p { margin: 0; color: #c0d2f5; font-size: 14px; }

.install-list { margin-top: 18px; padding-left: 20px; }
.install-list li { margin: 8px 0; color: #cad7f6; }

pre {
  margin-top: 14px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #0a1127;
  color: #dce9ff;
  white-space: pre-wrap;
}

.faq-list { margin-top: 18px; display: grid; gap: 10px; }
.faq-item {
  border: 1px solid rgba(100, 134, 213, 0.35);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(12, 20, 47, 0.78);
}
.faq-item button {
  width: 100%;
  padding: 13px;
  border: 0;
  text-align: left;
  background: transparent;
  color: #e5efff;
  font-weight: 700;
  cursor: pointer;
}
.faq-item p {
  margin: 0;
  padding: 0 13px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
  color: #c4d3f4;
}

.faq-item p a {
  color: #b9d1ff;
}

.faq-item.open p {
  max-height: 260px;
  padding: 0 13px 13px;
}

.final-cta { text-align: center; }
.final-cta p { color: #b9c9ec; }

.footer {
  padding: 34px 0 40px;
  color: #8fa7dc;
  text-align: left;
  border-top: 1px solid rgba(70, 95, 165, 0.35);
  background: rgba(7, 13, 31, 0.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}

.footer h3 {
  margin: 0 0 8px;
  color: #e2edff;
  font-size: 16px;
}

.footer p {
  margin: 6px 0;
  color: #9bb0dc;
  font-size: 14px;
}

.footer a {
  color: #b9d1ff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-note {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(70, 95, 165, 0.25);
  color: #83a1da;
  font-size: 13px;
}

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .nav-group {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1px);
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px 0;
    background: rgba(6, 11, 25, 0.98);
    border-bottom: 1px solid rgba(75, 102, 172, 0.38);
  }
  .topbar.menu-open .nav-group { display: flex; }
  nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 4vw;
  }
  nav a {
    display: block;
    padding: 8px 6px;
  }
  .nav-install {
    width: calc(100% - 8vw);
    margin: 0 4vw 2px;
  }
  .hero-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .client-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}


.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { width: 138px; height: auto; display: block; }
.brand span { display: none; }
@media (max-width: 640px) { .brand img { width: 118px; } }
