
:root {
  --brand: #0f766e;
  --accent: #f59e0b;
  --bg: #0b1120;
  --surface: #151d33;
  --surface2: #1e293b;
  --text: #f1f5f9;
  --muted: #94a3b8;
  --border: rgba(148,163,184,.15);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 1.5rem; }
.container.narrow { max-width: 720px; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(11,17,32,.85);
  border-bottom: 1px solid var(--border);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 1rem; padding-bottom: 1rem;
}
.logo { font-weight: 700; font-size: 1.25rem; color: var(--text); }
.logo span { color: var(--accent); }
.nav { display: flex; gap: 1.5rem; align-items: center; }
.nav a { color: var(--muted); font-size: .95rem; }
.btn {
  display: inline-block; padding: .65rem 1.25rem; border-radius: 8px;
  font-weight: 600; font-size: .95rem; border: none; cursor: pointer;
}
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { filter: brightness(1.1); text-decoration: none; }
.btn-ghost { background: transparent; border: 1px solid var(--border); color: var(--text); }
.hero {
  padding: 5rem 0 4rem;
  background: radial-gradient(ellipse 80% 60% at 50% -20%, rgba(37,99,235,.25), transparent);
}
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
@media (max-width: 768px) { .hero-grid { grid-template-columns: 1fr; } .nav { display: none; } }
.eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: .75rem; color: var(--accent); font-weight: 600; margin-bottom: .5rem; }
h1 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; margin-bottom: 1rem; }
.hero-lead { font-size: 1.15rem; color: var(--muted); margin-bottom: 1.5rem; max-width: 32rem; }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.badges { display: flex; gap: .5rem; flex-wrap: wrap; }
.badge { font-size: .75rem; padding: .25rem .6rem; border-radius: 999px; background: var(--surface2); border: 1px solid var(--border); }
.badge-score { border-color: var(--accent); color: var(--accent); }
.hero-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: 12px;
  padding: 1.5rem; box-shadow: 0 24px 48px rgba(0,0,0,.35);
}
.hero-card .mini-badge {
  display: inline-flex; align-items: center; gap: 4px; margin-top: .75rem;
  padding: 4px 10px; border-radius: 6px; font-size: 12px;
  background: #fff3cd; color: #856404; border: 1px solid #ffeeba;
}
section { padding: 4rem 0; }
section:nth-child(even) { background: var(--surface); }
h2 { font-size: 1.75rem; margin-bottom: .75rem; }
.section-lead { color: var(--muted); margin-bottom: 2rem; max-width: 40rem; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.feature-card {
  background: var(--surface2); border: 1px solid var(--border);
  border-radius: 10px; padding: 1.25rem;
}
.feature-card li { list-style: none; padding: .35rem 0; color: var(--muted); font-size: .95rem; }
.check { color: #4ade80; margin-right: .35rem; }
.demo-frame {
  background: #fff; color: #1e293b; border-radius: 12px; padding: 2rem;
  border: 1px solid var(--border);
}
.demo-article h3 { margin-bottom: .75rem; }
.demo-block { margin: 1.25rem 0; padding: 1rem; background: #f8fafc; border-left: 4px solid #cbd5e1; border-radius: 0 8px 8px 0; }
.demo-caption { text-align: center; color: var(--muted); font-size: .85rem; margin-top: 1rem; }
.demo-dashboard { display: flex; min-height: 280px; padding: 0; overflow: hidden; }
.dash-sidebar { width: 180px; background: #f1f5f9; padding: 1rem; border-right: 1px solid #e2e8f0; }
.dash-logo { font-weight: 700; margin-bottom: 1rem; color: var(--brand); }
.dash-sidebar nav { display: flex; flex-direction: column; gap: .5rem; }
.dash-sidebar a { color: #64748b; font-size: .9rem; }
.dash-sidebar a.active { color: var(--brand); font-weight: 600; }
.dash-main { flex: 1; padding: 1.5rem; }
.dash-progress { height: 8px; background: #e2e8f0; border-radius: 4px; margin: 1rem 0; }
.dash-bar { height: 100%; background: var(--brand); border-radius: 4px; }
.dash-checklist { list-style: none; margin-top: 1rem; }
.dash-checklist li { padding: .4rem 0; font-size: .95rem; }
.dash-checklist .pass::before { content: '✓ '; color: #16a34a; }
.dash-checklist .warn::before { content: '! '; color: #d97706; }
.domain-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.domain-table th, .domain-table td { text-align: left; padding: .75rem; border-bottom: 1px solid #e2e8f0; }
.pill { font-size: .75rem; padding: .2rem .5rem; border-radius: 999px; }
.pill.ok { background: #dcfce7; color: #166534; }
.pill.warn { background: #fef3c7; color: #92400e; }
.pill.bad { background: #fee2e2; color: #991b1b; }
.code-block {
  background: #0f172a; border: 1px solid var(--border); border-radius: 10px;
  padding: 1.25rem; overflow-x: auto; font-size: .85rem; line-height: 1.5;
}
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.price-card {
  background: var(--surface2); border: 1px solid var(--border); border-radius: 12px;
  padding: 2rem; text-align: center;
}
.price-card.featured { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.price { font-size: 2.5rem; font-weight: 700; margin: .5rem 0; }
.price-card ul { list-style: none; text-align: left; margin: 1.5rem 0; color: var(--muted); font-size: .9rem; }
.price-card li { padding: .35rem 0; }
.site-footer {
  border-top: 1px solid var(--border); padding: 2rem 0; text-align: center;
  color: var(--muted); font-size: .85rem;
}
.for-sale-banner {
  background: linear-gradient(90deg, var(--brand), #6366f1);
  text-align: center; padding: .6rem; font-size: .85rem; font-weight: 600;
}
.for-sale-banner a { color: #fff; }
