:root {
  --ink: #0f172a;
  --muted: #475569;
  --line: #e2e8f0;
  --bg: #f8fafc;
  --white: #ffffff;
  --brand: #0c4a6e;
  --brand-2: #0369a1;
  --accent: #ea580c;
  --accent-hover: #c2410c;
  --ok: #0f766e;
  --radius: 16px;
  --shadow: 0 1px 2px rgba(15,23,42,.04), 0 12px 40px rgba(15,23,42,.08);
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--brand-2); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.draft-banner {
  background: #fff7ed;
  color: #9a3412;
  font-size: .85rem;
  text-align: center;
  padding: .65rem 1rem;
  border-bottom: 1px solid #fed7aa;
}
header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(248,250,252,.85);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: .9rem 0; gap: 1rem;
}
.logo {
  font-weight: 700; letter-spacing: -.02em; color: var(--ink);
  display: flex; align-items: center; gap: .55rem;
}
.logo-mark {
  width: 2rem; height: 2rem; border-radius: 9px;
  background: linear-gradient(145deg, var(--brand), var(--brand-2));
  display: grid; place-items: center; color: white; font-size: .85rem;
}
.nav-links { display: none; gap: 1.25rem; font-size: .95rem; color: var(--muted); }
.nav-links a { color: inherit; }
@media (min-width: 820px) { .nav-links { display: flex; } }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .4rem; border: 0; cursor: pointer;
  border-radius: 999px; padding: .85rem 1.25rem;
  font: inherit; font-weight: 600; text-decoration: none !important;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: var(--accent); color: white;
  box-shadow: 0 8px 24px rgba(234,88,12,.28);
}
.btn-primary:hover { background: var(--accent-hover); }
.btn-ghost {
  background: white; color: var(--ink);
  border: 1px solid var(--line);
}
.btn-sm { padding: .65rem 1rem; font-size: .92rem; }
.hero {
  padding: 3.25rem 0 2.5rem;
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(3,105,161,.12), transparent 60%),
    radial-gradient(700px 380px at 0% 20%, rgba(234,88,12,.08), transparent 55%),
    var(--bg);
}
.hero-grid {
  display: grid; gap: 2rem;
}
@media (min-width: 920px) {
  .hero-grid { grid-template-columns: 1.15fr .85fr; align-items: start; gap: 2.5rem; }
}
.eyebrow {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: .82rem; font-weight: 600; color: var(--brand-2);
  background: rgba(3,105,161,.08); border: 1px solid rgba(3,105,161,.15);
  padding: .35rem .7rem; border-radius: 999px; margin-bottom: 1rem;
}
h1 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400; font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.08; letter-spacing: -.02em; margin: 0 0 1rem;
}
.lede { font-size: 1.12rem; color: var(--muted); max-width: 38rem; margin: 0 0 1.5rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1.5rem; }
.honesty {
  display: grid; gap: .65rem;
  padding: 1rem 1.1rem; background: white; border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.honesty li {
  list-style: none; display: flex; gap: .6rem; align-items: flex-start;
  font-size: .92rem; color: var(--muted); margin: 0;
}
.honesty ul { margin: 0; padding: 0; display: grid; gap: .65rem; }
.check {
  flex: 0 0 auto; width: 1.2rem; height: 1.2rem; margin-top: .1rem;
  border-radius: 999px; background: #ccfbf1; color: var(--ok);
  display: grid; place-items: center; font-size: .75rem; font-weight: 700;
}
.card {
  background: white; border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px); box-shadow: var(--shadow);
  padding: 1.25rem;
}
.card h2 { margin: 0 0 .35rem; font-size: 1.15rem; }
.card .hint { margin: 0 0 1rem; color: var(--muted); font-size: .9rem; }
label { display: grid; gap: .35rem; font-size: .88rem; font-weight: 600; margin-bottom: .85rem; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 12px;
  padding: .75rem .85rem; font: inherit; background: #fff; color: var(--ink);
}
input:focus, select:focus, textarea:focus {
  outline: 2px solid rgba(3,105,161,.35); border-color: var(--brand-2);
}
.row2 { display: grid; gap: .85rem; }
@media (min-width: 560px) { .row2 { grid-template-columns: 1fr 1fr; } }
.consent { display: flex; gap: .6rem; align-items: flex-start; font-weight: 400; color: var(--muted); font-size: .85rem; }
.consent input { width: auto; margin-top: .2rem; }
.form-note { font-size: .8rem; color: var(--muted); margin: .75rem 0 0; text-align: center; }
section { padding: 3rem 0; }
.section-head { max-width: 40rem; margin-bottom: 1.75rem; }
.section-head h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.35rem); font-weight: 400;
  margin: 0 0 .5rem; letter-spacing: -.01em;
}
.section-head p { margin: 0; color: var(--muted); }
.cards {
  display: grid; gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .cards.four { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 800px) { .cards.three { grid-template-columns: repeat(3, 1fr); } }
.service {
  padding: 1.25rem; background: white; border: 1px solid var(--line);
  border-radius: var(--radius); height: 100%;
  display: flex; flex-direction: column; gap: .55rem;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.service:hover { border-color: #cbd5e1; box-shadow: var(--shadow); }
.service .icon {
  width: 2.4rem; height: 2.4rem; border-radius: 12px;
  background: #e0f2fe; color: var(--brand); display: grid; place-items: center;
  font-size: 1.1rem;
}
.service h3 { margin: 0; font-size: 1.05rem; }
.service p { margin: 0; color: var(--muted); font-size: .92rem; flex: 1; }
.service a { font-weight: 600; font-size: .92rem; }
.emergency {
  background: linear-gradient(135deg, #0c4a6e, #0369a1);
  color: white; border-radius: calc(var(--radius) + 6px);
  padding: 1.75rem; display: grid; gap: 1rem; align-items: center;
}
@media (min-width: 800px) {
  .emergency { grid-template-columns: 1.4fr auto; padding: 2rem 2.25rem; }
}
.emergency h2 { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; font-size: 2rem; margin: 0 0 .4rem; }
.emergency p { margin: 0; opacity: .92; max-width: 36rem; }
.steps { display: grid; gap: 1rem; }
@media (min-width: 800px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step {
  background: white; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.25rem; position: relative;
}
.step .n {
  width: 1.75rem; height: 1.75rem; border-radius: 999px;
  background: var(--ink); color: white; display: grid; place-items: center;
  font-size: .8rem; font-weight: 700; margin-bottom: .75rem;
}
.step h3 { margin: 0 0 .35rem; font-size: 1.05rem; }
.step p { margin: 0; color: var(--muted); font-size: .92rem; }
.areas {
  background: white; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.25rem 1.4rem; color: var(--muted);
}
.areas strong { color: var(--ink); }
.chip-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .9rem; }
.chip {
  background: var(--bg); border: 1px solid var(--line); border-radius: 999px;
  padding: .35rem .75rem; font-size: .85rem; color: var(--ink);
}
.chip a { color: inherit; font-weight: 600; }
footer {
  border-top: 1px solid var(--line); padding: 2rem 0 2.75rem;
  color: var(--muted); font-size: .9rem;
}
.foot {
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: start;
}
.foot nav { display: flex; flex-wrap: wrap; gap: .9rem 1.1rem; }
.foot nav a { color: var(--muted); }
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
  padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  display: flex; gap: .75rem; justify-content: center;
}
@media (min-width: 820px) { .sticky-cta { display: none; } }
body { padding-bottom: 4.5rem; }
@media (min-width: 820px) { body { padding-bottom: 0; } }

/* Interior page additions */
.page-hero {
  padding: 2rem 0 1.5rem;
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(3,105,161,.10), transparent 60%),
    radial-gradient(700px 380px at 0% 20%, rgba(234,88,12,.06), transparent 55%),
    var(--bg);
}
.page-hero h1 { font-size: clamp(2rem, 4.5vw, 3rem); }
.breadcrumb {
  display: flex; flex-wrap: wrap; gap: .35rem .5rem;
  font-size: .85rem; color: var(--muted); margin-bottom: 1rem;
}
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--brand-2); }
.breadcrumb .sep { opacity: .5; }
.breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 600; }
.prose { max-width: 40rem; color: var(--muted); }
.prose p { margin: 0 0 1rem; }
.prose p:last-child { margin-bottom: 0; }
.honesty-strip {
  font-size: .9rem; color: var(--muted);
  background: white; border: 1px solid var(--line);
  border-radius: 999px; padding: .55rem 1rem;
  display: inline-flex; align-items: center; gap: .45rem;
  margin: 1rem 0 0;
}
.page-layout {
  display: grid; gap: 2rem;
  padding: 0 0 3rem;
}
@media (min-width: 920px) {
  .page-layout { grid-template-columns: 1.15fr .85fr; align-items: start; }
}
.faq { display: grid; gap: .75rem; }
.faq details {
  background: white; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1rem 1.15rem;
}
.faq summary {
  cursor: pointer; font-weight: 600; list-style: none;
  display: flex; justify-content: space-between; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--brand-2); font-weight: 700; }
.faq details[open] summary::after { content: "–"; }
.faq details p {
  margin: .75rem 0 0; color: var(--muted); font-size: .95rem;
}
.related { margin-top: .5rem; }
.related h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400; font-size: 1.6rem; margin: 0 0 1rem;
}
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.25rem 0; }
.muted { color: var(--muted); }
