:root {
  --bg: #f7f3ef;
  --bg-soft: #fcfaf8;
  --card: #ffffff;
  --text: #1f2937;
  --muted: #6b7280;
  --line: #e8e2dc;
  --navy: #071a44;
  --blue: #6d92da;
  --blue-soft: #e8f0ff;
  --peach: #eaa084;
  --peach-dark: #d98867;
  --lavender: #ece8fb;
  --cream: #f6f0ea;
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  --shadow-sm: 0 10px 20px rgba(15, 23, 42, 0.05);
}
html { scroll-behavior: smooth; }
body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg-soft);
}
.fw-black { font-weight: 900; }
.py-6 { padding-top: 5.5rem; padding-bottom: 5.5rem; }
.bg-light-soft { background: var(--bg-soft); }
.bg-cream { background: var(--cream); }
.shadow-soft { box-shadow: var(--shadow); }
.shadow-soft-sm { box-shadow: var(--shadow-sm); }
.site-nav { backdrop-filter: blur(10px); }
.site-logo { width: 120px; height: auto; display: block; }
.eyebrow {
  display: inline-block;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .9rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.tracking { letter-spacing: .14em; }
.text-peach { color: var(--peach-dark); }
.btn-brand {
  background: var(--peach);
  color: white;
  border: none;
  box-shadow: 0 12px 28px rgba(234, 160, 132, .28);
}
.btn-brand:hover,
.btn-brand:focus {
  background: var(--peach-dark);
  color: white;
}
.hero-section {
  background:
    radial-gradient(circle at left top, rgba(109,146,218,.12), transparent 33%),
    radial-gradient(circle at right bottom, rgba(234,160,132,.16), transparent 32%),
    var(--bg-soft);
}
.stat-number {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: .5rem;
}
.intake-shell { border-radius: 2rem; }
.progress { height: 10px; border-radius: 999px; background: #eee7e0; }
.bg-brand { background-color: var(--blue); }
.step-label {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .8rem;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: .75rem;
}
.form-step { display: none; }
.form-step.active { display: block; }
.form-control,
.form-select {
  border-radius: 1rem;
  padding: .9rem 1rem;
  border-color: #d7dbe4;
}
.form-control:focus,
.form-select:focus,
.form-range:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 .2rem rgba(109,146,218,.18);
}
.check-grid {
  display: grid;
  gap: .75rem;
}
.choice-card {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  padding: 1rem 1rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}
.choice-card input { margin-top: .25rem; }
.final-positioning {
  background: linear-gradient(135deg, #ecf3ff, #fff1e8);
  border: 1px solid #e4e9f3;
}
.trust-copy {
  border-radius: 1.25rem;
  padding: 1rem;
}
.step-badge {
  width: 56px;
  height: 56px;
  border-radius: 1rem;
  background: var(--blue-soft);
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.15rem;
}
.benefit-list { display: grid; gap: 1rem; }
.benefit-item {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: white;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}
.check-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--blue);
  color: white;
  font-weight: 700;
  flex: 0 0 auto;
}
.gradient-panel {
  min-height: 340px;
  background: linear-gradient(135deg, #fff0e4, #e6efff);
  display: flex;
  align-items: end;
}
.quote-card {
  max-width: 420px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 1.25rem;
  padding: 1rem 1.1rem;
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-sm);
}
.bio-copy {
  font-size: 1.125rem;
  line-height: 1.9;
  color: var(--text);
}
.service-card {
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: var(--shadow);
  height: 100%;
}
.service-1 { background: #faf6f2; }
.service-2 { background: #edf4ff; }
.service-3 { background: #f2edff; }
.accordion-button:not(.collapsed) {
  color: var(--text);
  background: #eef5ff;
  box-shadow: none;
}
.accordion-button:focus { box-shadow: none; }
.cta-band,
.site-footer { background: var(--navy); }
.footer-label {
  text-transform: uppercase;
  font-size: .82rem;
  letter-spacing: .16em;
  color: rgba(255,255,255,.65);
  margin-bottom: 1rem;
  font-weight: 700;
}
.footer-links li,
.footer-links div { margin-bottom: .55rem; }
.footer-links a { color: white; text-decoration: none; }
.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .85rem 1rem calc(.85rem + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.96);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(10px);
  z-index: 50;
}
.thankyou-page .site-logo { width: 130px; }
code { color: var(--navy); }
@media (max-width: 991.98px) {
  body { padding-bottom: 86px; }
}
@media (max-width: 767.98px) {
  .site-logo { width: 104px; }
  .display-3 { font-size: 2.85rem; }
  .display-5 { font-size: 2.3rem; }
  .py-6 { padding-top: 4rem; padding-bottom: 4rem; }
  .gradient-panel { min-height: 260px; }
}


/* Admin dashboard */
.admin-page .table > :not(caption) > * > * { padding: 1rem 0.85rem; vertical-align: top; }
.admin-table thead th { white-space: nowrap; font-size: 0.92rem; }
.collapse-row td { background: transparent; }
.form-control, .form-select { border-color: #d9dfe8; }
