@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=IBM+Plex+Sans:wght@400;500;600&display=swap');

:root {
  --bg: #070b14;
  --panel: #0f172a;
  --panel-2: #111c33;
  --muted: #9fb0cc;
  --text: #e8eefc;
  --brand: #5eead4;
  --brand2: #60a5fa;
  --accent: #a78bfa;
  --ok: #22c55e;
  --warn: #f59e0b;
  --line: rgba(255,255,255,0.08);
}
* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  font-family: 'IBM Plex Sans', ui-sans-serif, -apple-system, Segoe UI, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 600px at 80% -20%, rgba(96,165,250,.25), transparent),
    radial-gradient(1000px 500px at -10% 0%, rgba(167,139,250,.22), transparent),
    var(--bg);
}
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, 92%); margin: 0 auto; }

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(8px);
  background: rgba(7,11,20,.7);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display:flex; align-items:center; justify-content:space-between;
  gap: 14px;
  padding: 12px 0;
}
.logo { font-family:'Outfit', sans-serif; font-weight: 800; letter-spacing:.2px; }
.logo .dot { color: var(--brand); }
.links { display:flex; gap: 16px; color: var(--muted); font-size: 14px; flex-wrap: wrap; }
.links a:hover { color: #d8e4ff; }

.btn {
  display:inline-flex; align-items:center; justify-content:center;
  border:1px solid var(--line);
  color: var(--text);
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 600;
}
.btn.primary { background: linear-gradient(90deg, var(--brand), var(--brand2)); color: #001018; border:none; }
.btn.ghost { background: rgba(255,255,255,.02); }

h1,h2,h3,h4 { font-family:'Outfit', sans-serif; letter-spacing:.2px; margin: 0; }
h1 { font-size: clamp(34px, 5.8vw, 64px); line-height: 1.05; margin-top: 14px; }
h2 { font-size: clamp(26px, 4vw, 40px); margin-bottom: 10px; }
h3 { font-size: 22px; margin-bottom: 8px; }

.hero { padding: 72px 0 42px; }
.eyebrow {
  display:inline-block;
  color:#071018;
  background: linear-gradient(90deg, var(--brand), var(--accent));
  padding:6px 11px;
  border-radius: 999px;
  font-size:12px;
  font-weight:700;
}
.sub { color: var(--muted); max-width: 820px; font-size: 18px; line-height: 1.65; margin-top: 14px; }
.cta { display:flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

.section { padding: 56px 0; }
.lead { color: var(--muted); max-width: 860px; line-height: 1.65; margin: 0; }

.grid { display:grid; gap: 16px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }

.card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  padding: 18px;
}
.kicker { color: var(--brand); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; }
.list { color: var(--muted); line-height: 1.7; margin: 0; padding-left: 18px; }
.list li { margin-bottom: 8px; }
.muted { color: var(--muted); }

.stat-num { font-size: 26px; font-weight: 800; font-family: 'Outfit', sans-serif; }
.stat-label { font-size: 13px; color: var(--muted); line-height: 1.5; margin-top: 8px; }

.badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .3px;
  padding: 4px 8px;
  border-radius: 999px;
  display:inline-block;
  margin-bottom: 8px;
}
.badge.ok { color: #042214; background: #86efac; }
.badge.rollout { color: #2b1900; background: #fcd34d; }
.badge.enterprise { color: #19074f; background: #c4b5fd; }

.table-wrap { overflow:auto; border:1px solid var(--line); border-radius:16px; margin-top: 16px; }
table { width:100%; border-collapse: collapse; min-width: 860px; }
th, td { border-bottom:1px solid var(--line); text-align:left; padding: 14px 16px; vertical-align: top; }
th { color:#c7d4f0; background: rgba(255,255,255,.02); }
.ok { color: var(--ok); font-weight: 700; }

.callout {
  border:1px solid rgba(94,234,212,.35);
  background: rgba(94,234,212,.06);
  padding: 14px 16px;
  border-radius: 12px;
  color: #d8fff7;
}

.footer { border-top:1px solid var(--line); color: var(--muted); padding: 26px 0 40px; margin-top: 16px; }
.footer-links { display:flex; gap:14px; flex-wrap: wrap; margin-top: 8px; }
.footer-links a { color: #c8d6f3; }

.faq details {
  border:1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(255,255,255,.02);
}
.faq details + details { margin-top: 10px; }
.faq summary { cursor: pointer; font-weight: 600; }
.faq p { color: var(--muted); margin-top: 10px; margin-bottom: 0; line-height: 1.6; }

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  width: min(1080px, 92%);
  border: 1px solid rgba(96,165,250,.45);
  border-radius: 14px;
  background: rgba(8,14,28,.92);
  backdrop-filter: blur(8px);
  z-index: 60;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.sticky-cta p { margin: 0; color: #d6e3ff; font-size: 14px; }
.sticky-cta .actions { display: flex; gap: 8px; flex-wrap: wrap; }

.form-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.form-grid .full { grid-column: 1 / -1; }
.input, .textarea, .select {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.02);
  color: var(--text);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
}
.textarea { min-height: 120px; resize: vertical; }

@media (max-width: 1000px){
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .links { display:none; }
}
@media (max-width: 700px){
  .grid-4, .grid-3, .grid-2, .form-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
  .sticky-cta { width: 95%; bottom: 10px; }
}
