:root {
  color-scheme: dark;
  --bg: #0a0d13;
  --surface: #10151d;
  --surface-2: #151b26;
  --text: #e8edf5;
  --muted: #98a3b6;
  --line: rgba(148, 163, 184, 0.16);
  --line-strong: rgba(148, 163, 184, 0.28);
  --accent: #5b8cff;
  --accent-emphasis: #3b6fe0;
  --accent-text: #8fb3ff;
  --ok: #3fb950;
  --hot: #f47067;
  --radius: 12px;
  --glow: 0 8px 40px -8px rgba(91, 140, 255, 0.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.site-header {
  align-items: center;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(10, 13, 19, 0.82);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 0.85rem clamp(1rem, 4vw, 4rem);
  position: sticky;
  top: 0;
  z-index: 2;
}
.brand { align-items: center; display: inline-flex; font-size: 1.05rem; font-weight: 800; gap: 0.55rem; letter-spacing: -0.01em; }
.brand .mark { flex: none; }
nav { display: flex; gap: 1.35rem; }
nav a, footer a { color: var(--muted); font-size: 0.9rem; font-weight: 600; transition: color 0.15s ease; }
nav a:hover, footer a:hover { color: var(--text); }
.header-action, .button {
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 0.55rem 0.95rem;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.header-action { color: var(--text); font-size: 0.88rem; font-weight: 700; }
.header-action:hover { border-color: var(--accent); color: var(--accent-text); }
.hero {
  align-items: center;
  background:
    radial-gradient(60rem 34rem at 78% 6%, rgba(91, 140, 255, 0.13), transparent 60%),
    radial-gradient(38rem 26rem at 8% 90%, rgba(91, 140, 255, 0.07), transparent 65%);
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1rem, 4vw, 4rem);
}
.hero.slim {
  grid-template-columns: minmax(0, 900px);
  padding-bottom: clamp(1.5rem, 4vw, 3rem);
}
h1, h2, h3, p { margin: 0; }
h1 { font-size: clamp(2.6rem, 5vw, 4rem); letter-spacing: -0.03em; line-height: 1.02; }
h1 em { color: var(--accent-text); font-style: normal; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.4rem); letter-spacing: -0.02em; line-height: 1.08; max-width: 820px; }
p { color: var(--muted); font-size: 1.08rem; line-height: 1.65; max-width: 640px; }
.hero-copy { display: grid; gap: 1.4rem; justify-items: start; }
.badge {
  align-items: center;
  background: rgba(91, 140, 255, 0.12);
  border: 1px solid rgba(91, 140, 255, 0.35);
  border-radius: 999px;
  color: var(--accent-text);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 0.45rem;
  letter-spacing: 0.02em;
  padding: 0.34rem 0.8rem;
}
.actions, .pricing-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.pricing-actions { align-items: center; gap: 1.5rem; }
.button { display: inline-flex; font-size: 0.95rem; font-weight: 700; }
.primary {
  background: var(--accent-emphasis);
  border-color: var(--accent-emphasis);
  box-shadow: var(--glow);
  color: #fff;
}
.primary:hover { background: var(--accent); border-color: var(--accent); }
.secondary { background: var(--surface); color: var(--text); }
.secondary:hover { border-color: var(--accent); color: var(--accent-text); }
.proof-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; margin: 0; padding: 0; }
.proof-chips li {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.3rem 0.75rem;
}
.app-shot {
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.65), var(--glow);
  margin: 0;
  overflow: hidden;
}
.app-shot img { display: block; height: auto; width: 100%; }
.app-shot figcaption { color: var(--muted); font-size: 0.85rem; padding: 0.7rem 1rem; }
.window-bar {
  align-items: center;
  background: var(--surface-2);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 0.45rem;
  padding: 0.62rem 0.9rem;
}
.window-bar span { background: var(--line-strong); border-radius: 50%; height: 0.66rem; width: 0.66rem; }
.window-bar strong { color: var(--muted); font-size: 0.75rem; font-weight: 600; margin-left: auto; }
.band, .security {
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 4vw, 4rem);
}
.band { display: grid; gap: 2rem; }
.section-head {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.section-head p { font-size: 0.98rem; max-width: 420px; text-align: right; }
.feature {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  padding: clamp(1rem, 2vw, 1.5rem) 0;
}
.feature.flip { grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.72fr); }
.feature.flip .feature-copy { order: 2; }
.feature-copy { display: grid; gap: 0.8rem; }
.feature-copy h3 { font-size: 1.45rem; letter-spacing: -0.015em; line-height: 1.15; }
.feature-copy p { font-size: 1rem; }
.feature .app-shot { box-shadow: 0 24px 70px -24px rgba(0, 0, 0, 0.6); }
.stat-grid { display: grid; gap: 1rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stat {
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 0.4rem;
  padding: 1.35rem 1.25rem;
}
.stat strong { color: var(--accent-text); font-size: 2.1rem; font-weight: 800; letter-spacing: -0.02em; }
.stat span { color: var(--muted); font-size: 0.9rem; line-height: 1.4; }
.answer-grid, .faq-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.answer-grid article, .faq-list article, .download-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 0.7rem;
  padding: 1.35rem;
  transition: border-color 0.15s ease;
}
.answer-grid article:hover, .faq-list article:hover { border-color: var(--line-strong); }
.answer-grid h2, .faq-list h2 { font-size: 1.08rem; line-height: 1.3; }
.answer-grid p, .faq-list p { font-size: 0.95rem; }
table {
  background: var(--surface);
  border: 1px solid var(--line);
  border-collapse: collapse;
  border-radius: var(--radius);
  overflow: hidden;
  width: 100%;
}
td, th { color: var(--muted); font-size: 0.88rem; }
th, td { border-bottom: 1px solid var(--line); padding: 0.8rem 0.95rem; text-align: left; }
th { color: var(--text); font-size: 0.74rem; letter-spacing: 0.05em; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }
tbody tr { transition: background 0.12s ease; }
tbody tr:hover { background: var(--surface-2); }
code, pre {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 7px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
code { color: var(--accent-text); font-size: 0.9em; padding: 0.12rem 0.32rem; }
.download-list { display: grid; gap: 0.85rem; }
.download-list span { color: var(--muted); font-size: 0.86rem; }
.download-card {
  align-items: center;
  grid-template-columns: 180px minmax(0, 1fr) 150px minmax(240px, 0.8fr);
}
pre {
  color: var(--muted);
  margin: 0;
  overflow: auto;
  padding: 0.6rem 0.75rem;
  white-space: pre-wrap;
  word-break: break-word;
}
.security {
  align-items: center;
  background:
    radial-gradient(46rem 20rem at 85% 20%, rgba(91, 140, 255, 0.14), transparent 65%),
    var(--surface);
  border-block: 1px solid var(--line);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.security ul { display: grid; gap: 0.65rem; list-style: none; margin: 0; min-width: 300px; padding: 0; }
.security a {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--text);
  display: block;
  font-size: 0.92rem;
  font-weight: 650;
  padding: 0.7rem 0.95rem;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.security a:hover { border-color: var(--accent); color: var(--accent-text); }
footer {
  align-items: start;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  padding: 2.5rem clamp(1rem, 4vw, 4rem);
}
.footer-brand { display: grid; gap: 0.6rem; max-width: 340px; }
.footer-brand p { font-size: 0.9rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.blog-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.blog-list article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 0.6rem;
  padding: 1.35rem;
  transition: border-color 0.15s ease;
}
.blog-list article:hover { border-color: var(--line-strong); }
.blog-list h2 { font-size: 1.3rem; line-height: 1.2; }
.blog-list h2 a { color: var(--text); }
.post-meta { color: var(--muted); font-size: 0.85rem; margin: 0; }
.read { color: var(--accent-text); font-size: 0.9rem; font-weight: 700; }
.post {
  display: grid;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 820px;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1rem, 4vw, 4rem);
}
.post-head { display: grid; gap: 0.75rem; }
.post h1 { font-size: clamp(2.2rem, 5vw, 3rem); line-height: 1.08; }
.eyebrow { color: var(--muted); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; margin: 0; text-transform: uppercase; }
.eyebrow a { color: var(--accent-text); }
.prose { display: grid; gap: 1.1rem; }
.prose h2 { font-size: 1.7rem; line-height: 1.15; margin-top: 0.75rem; max-width: none; }
.prose h3 { font-size: 1.22rem; line-height: 1.2; }
.prose p { max-width: 720px; }
.prose ul { display: grid; gap: 0.4rem; margin: 0; padding-left: 1.2rem; }
.prose li { color: var(--muted); font-size: 1.02rem; line-height: 1.6; }
.prose a { color: var(--accent-text); text-decoration: underline; }
.prose code { font-size: 0.92em; }
@media (max-width: 900px) {
  nav { display: none; }
  .hero, .feature, .feature.flip { grid-template-columns: 1fr; }
  .feature.flip .feature-copy { order: 0; }
  .section-head { align-items: start; flex-direction: column; }
  .section-head p { text-align: left; }
  .security { align-items: start; flex-direction: column; }
  .security ul { min-width: 0; width: 100%; }
  .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .answer-grid, .faq-list, .blog-list { grid-template-columns: 1fr; }
  .download-card { grid-template-columns: 1fr; }
  table { display: block; overflow-x: auto; }
  footer { flex-direction: column; }
}
