:root {
  --bg: #09111f;
  --bg-soft: #0f172a;
  --panel: #111c31;
  --panel-2: #f8fafc;
  --text: #e5ecf5;
  --muted: #b7c2d4;
  --dark: #081120;
  --line: rgba(255,255,255,.1);
  --red: #dc2626;
  --red-dark: #b91c1c;
  --white: #ffffff;
  --ink: #0f172a;
  --shadow: 0 18px 50px rgba(2, 8, 23, 0.28);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: linear-gradient(180deg, #08101d 0%, #0b1324 100%);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(800px, 100%); }
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(9,17,31,.8); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 20px; }
.brand { display: flex; align-items: center; gap: 14px; }
.logo { width: 46px; height: 46px; }
.brand-top, .brand-bottom { display: block; }
.brand-top { font-size: 1.05rem; font-weight: 800; letter-spacing: .02em; }
.brand-bottom { font-size: .8rem; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.nav a { color: var(--muted); font-weight: 600; }
.nav a.active { color: var(--white); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--red), #ef4444);
  color: var(--white); padding: 14px 22px; border-radius: 999px; font-weight: 700;
  box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.08);
}
.btn:hover { background: linear-gradient(135deg, var(--red-dark), var(--red)); }
.btn-outline { background: transparent; border: 1px solid rgba(255,255,255,.18); color: var(--white); box-shadow: none; }
.btn-sm { padding: 10px 16px; }
.hero {
  padding: 84px 0 56px;
  background: radial-gradient(circle at top right, rgba(220,38,38,.18), transparent 32%),
              radial-gradient(circle at top left, rgba(255,255,255,.04), transparent 28%);
}
.hero-grid, .split-grid, .contact-grid { display: grid; gap: 32px; align-items: center; }
.hero-grid { grid-template-columns: 1.15fr .85fr; }
.split-grid { grid-template-columns: 1fr 1fr; }
.contact-grid { grid-template-columns: .9fr 1.1fr; }
.eyebrow {
  text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; color: #fca5a5; margin-bottom: 14px;
}
h1, h2, h3, h4, p { margin-top: 0; }
h1 { font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: 1.02; margin-bottom: 18px; }
h2 { font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.1; margin-bottom: 16px; }
h3 { font-size: 1.3rem; margin-bottom: 12px; }
.lead { font-size: 1.1rem; line-height: 1.7; color: var(--muted); max-width: 760px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 30px 0; }
.hero-stats, .card-grid { display: grid; gap: 18px; }
.hero-stats { grid-template-columns: repeat(3, 1fr); margin-top: 22px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.stat-card, .info-card, .panel-card, .quote-card {
  border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.stat-card {
  padding: 18px; background: rgba(255,255,255,.04);
}
.stat-card strong { display: block; margin-bottom: 6px; }
.stat-card span { color: var(--muted); font-size: .95rem; line-height: 1.5; }
.hero-panel { display: flex; justify-content: center; }
.glass { background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); }
.panel-card { padding: 28px; width: 100%; }
.funnel-step { display: flex; gap: 16px; margin: 20px 0; align-items: flex-start; }
.funnel-step span, .timeline-num {
  min-width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; font-weight: 800; background: rgba(220,38,38,.16); color: #fecaca; border: 1px solid rgba(252,165,165,.24);
}
.funnel-step p, .section-heading p, .info-card p, .quote-mark, .small-note { color: var(--muted); line-height: 1.7; }
.section { padding: 80px 0; }
.page-hero { padding: 78px 0 18px; }
.page-hero.compact { padding-bottom: 28px; }
.section-dark { background: linear-gradient(180deg, #0a1222, #0f172a); }
.section-alt { background: rgba(255,255,255,.03); }
.section-heading { max-width: 760px; margin-bottom: 28px; }
.info-card {
  background: rgba(255,255,255,.04); padding: 28px;
}
.info-card.soft { background: rgba(255,255,255,.05); }
.dark-soft { background: rgba(255,255,255,.05); }
.info-card.tall { min-height: 280px; }
.check-list { list-style: none; padding: 0; margin: 18px 0 0; }
.check-list li { position: relative; padding-left: 28px; margin: 12px 0; line-height: 1.6; }
.check-list li::before {
  content: '•'; position: absolute; left: 8px; top: 0; color: #f87171; font-size: 1.2rem; line-height: 1.2;
}
.check-list.light li { color: var(--text); }
.quote-card {
  background: linear-gradient(135deg, rgba(220,38,38,.16), rgba(255,255,255,.05)); padding: 34px;
}
.quote { font-size: 1.4rem; line-height: 1.6; font-weight: 600; }
.cta-band {
  background: linear-gradient(135deg, rgba(220,38,38,.18), rgba(255,255,255,.04));
  border: 1px solid var(--line); border-radius: calc(var(--radius) + 4px); padding: 34px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.cta-band.stacked { display: block; }
.timeline { display: grid; gap: 20px; }
.timeline-item {
  display: grid; grid-template-columns: 70px 1fr; gap: 18px; align-items: flex-start;
  background: rgba(255,255,255,.04); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
}
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 8px; font-weight: 600; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 14px 16px; border-radius: 14px; border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04); color: var(--white); font: inherit;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9fb0c8; }
.site-footer { border-top: 1px solid var(--line); padding: 34px 0 44px; background: rgba(0,0,0,.15); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr; gap: 26px; }
.site-footer h4 { margin-bottom: 12px; }
.site-footer a, .site-footer p { display: block; color: var(--muted); margin: 8px 0; line-height: 1.6; }
@media (max-width: 920px) {
  .hero-grid, .split-grid, .contact-grid, .footer-grid, .card-grid.two, .card-grid.three, .hero-stats { grid-template-columns: 1fr; }
  .nav-wrap { align-items: flex-start; flex-direction: column; }
  .cta-band { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1120px); }
  .section, .hero, .page-hero { padding-left: 0; padding-right: 0; }
  h1 { font-size: 2.3rem; }
  .nav { gap: 14px; }
}
