:root {
  --charcoal: #1a1d24;
  --charcoal-deep: #12151a;
  --accent: #d62828;
  --accent-dark: #b91c1c;
  --paper: #f5f5f5;
  --white: #ffffff;
  --ink: #333333;
  --muted: #666666;
  --line: #e5e7eb;
  --shadow: 0 12px 30px rgba(26, 54, 93, 0.12);
  --radius: 16px;
  --header: 72px;
  --font: "DM Sans", system-ui, -apple-system, sans-serif;
  --display: "Outfit", "DM Sans", system-ui, sans-serif;
  --max: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  font-size: 17px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.skip {
  position: absolute; left: -999px; top: 8px;
  background: var(--charcoal); color: #fff; padding: 8px 12px; z-index: 10001;
}
.skip:focus { left: 8px; }

.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.eyebrow {
  display: inline-block;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--accent); margin-bottom: 12px;
}

h1, h2, h3, h4 {
  font-family: var(--display);
  line-height: 1.15;
  margin: 0 0 0.5em;
}
h1 { font-size: clamp(2rem, 5vw, 2.8rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
.lede { font-size: 1.1rem; color: var(--muted); max-width: 42rem; }

.topbar {
  background: var(--charcoal-deep);
  color: rgba(255,255,255,0.75);
  font-size: 13px; font-weight: 600;
}
.topbar .wrap {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 8px 0; flex-wrap: wrap;
}
.topbar a { color: #fff; }
.topbar b { color: var(--accent); }

header.site {
  position: sticky; top: 0; z-index: 40;
  background: rgba(26, 54, 93, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--header); gap: 20px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  color: #fff; font-family: var(--display);
  font-size: 1.15rem; font-weight: 700;
}
.brand-mark {
  width: 40px; height: 40px; flex-shrink: 0;
}
.brand span { color: var(--accent); }
.nav-links {
  display: flex; align-items: center; gap: 22px;
  list-style: none; margin: 0; padding: 0;
}
.nav-links a {
  color: rgba(255,255,255,0.72); font-size: 0.88rem; font-weight: 500;
}
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.menu-toggle {
  display: none; background: none; border: none;
  color: #fff; font-size: 1.5rem; cursor: pointer;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: 999px;
  font-weight: 700; font-size: 0.95rem;
  border: none; cursor: pointer; text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}
.btn-charcoal { background: var(--charcoal); color: #fff; }
.btn-charcoal:hover { background: var(--charcoal-deep); }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-dark); box-shadow: 0 8px 24px rgba(230,126,34,0.35); }
.btn-ghost {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,0.25);
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.5); }

.hero {
  background: linear-gradient(135deg, var(--charcoal), var(--charcoal-deep));
  color: #fff; padding: 90px 0 70px; text-align: center;
}
.hero em { font-style: normal; color: var(--accent); }
.hero p { color: rgba(255,255,255,0.65); max-width: 640px; margin: 0 auto 28px; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-stats {
  display: flex; gap: 48px; justify-content: center;
  margin-top: 48px; flex-wrap: wrap;
}
.hero-stat h3 { font-size: 1.6rem; color: #fff; margin: 0; }
.hero-stat p {
  font-size: 0.72rem; color: rgba(255,255,255,0.45);
  text-transform: uppercase; letter-spacing: 0.08em; margin: 0;
}

.section { padding: 70px 0; }
.section-dark { background: var(--charcoal); color: #fff; }
.section-title { margin-bottom: 12px; }
.section-subtitle { color: var(--muted); max-width: 560px; margin-bottom: 36px; }
.section-dark .section-subtitle { color: rgba(255,255,255,0.55); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
}
.service-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px 24px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service-icon {
  width: 52px; height: 52px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 14px;
  background: rgba(230,126,34,0.12); color: var(--accent);
}
.service-card h3 { color: var(--charcoal); font-size: 1.1rem; }
.service-card p { color: var(--muted); font-size: 0.9rem; margin: 0; }

.steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px; margin-top: 36px;
}
.step-card { text-align: center; }
.step-num {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; font-weight: 700; margin: 0 auto 16px;
  background: rgba(255,255,255,0.08); color: var(--accent);
  border: 2px solid rgba(255,255,255,0.12);
}
.step-card p { color: rgba(255,255,255,0.55); font-size: 0.9rem; }

.payment-panel {
  background: var(--charcoal); padding: 18px 0; text-align: center;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.payment-panel span {
  color: rgba(255,255,255,0.45); font-size: 0.72rem;
  font-weight: 600; letter-spacing: 0.08em; margin-right: 16px;
}
.payment-panel img { height: 24px; width: auto; margin: 0 6px; display: inline-block; vertical-align: middle; }

.page-hero {
  background: linear-gradient(135deg, var(--charcoal), var(--charcoal-deep));
  color: #fff; padding: 70px 0 50px;
}
.page-hero h1,
.hero h1,
.cta-band h2 {
  color: #fff;
  background: none;
  background-color: transparent;
  box-shadow: none;
}
.page-hero h1.speakable,
.hero h1.speakable,
.page-hero .speakable,
.hero .speakable,
.cta-band .speakable {
  background: none;
  background-color: transparent;
}
.page-hero p.lede,
.page-hero .lede,
.hero p.lede,
.hero .lede {
  color: rgba(255, 255, 255, 0.65);
}
.page-hero mark,
.hero mark,
.cta-band mark {
  background: none;
  color: inherit;
}
.page-hero ::selection,
.hero ::selection,
.cta-band ::selection {
  background: rgba(230, 126, 34, 0.45);
  color: #fff;
}
.page-hero .breadcrumbs { font-size: 0.85rem; color: rgba(255,255,255,0.5); margin-bottom: 16px; }
.page-hero .breadcrumbs a { color: rgba(255,255,255,0.7); }
.page-body { padding: 50px 0; }
.page-body .content { max-width: 800px; margin: 0 auto; }
.page-body h2 { color: var(--charcoal); margin: 32px 0 14px; }
.page-body p { color: #555; margin-bottom: 16px; }

.qa {
  background: #fff; border: 1px solid var(--line);
  border-radius: 12px; padding: 18px 22px; margin-bottom: 10px;
}
.qa h4 { color: var(--charcoal); font-size: 0.95rem; margin-bottom: 6px; }
.qa p { color: var(--muted); font-size: 0.88rem; margin: 0; }

.benefit-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px; margin: 24px 0;
}
.benefit-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 12px; padding: 18px 20px;
  display: flex; gap: 12px; align-items: flex-start;
}
.benefit-card .tick { color: var(--accent); font-size: 1.1rem; flex-shrink: 0; }
.benefit-card strong { color: var(--charcoal); display: block; }
.benefit-card p { color: var(--muted); font-size: 0.85rem; margin: 4px 0 0; }

.cta-band {
  background: linear-gradient(135deg, var(--charcoal), var(--charcoal-deep));
  color: #fff; padding: 60px 0; text-align: center;
}
.cta-band p { color: rgba(255,255,255,0.55); max-width: 480px; margin: 0 auto 24px; }
.mini-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.blog-grid { display: grid; gap: 16px; }
.blog-card {
  background: #fff; border-radius: var(--radius);
  padding: 24px 28px; border: 1px solid var(--line);
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.blog-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.blog-card h3 a { color: var(--charcoal); }
.blog-card h3 a:hover { color: var(--accent); }
.blog-meta { color: var(--muted); font-size: 0.85rem; margin-bottom: 8px; }
.blog-excerpt { color: #999; font-size: 0.88rem; }

.article-wrap {
  background: #fff; border-radius: var(--radius);
  padding: 40px; max-width: 800px; margin: 0 auto;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.article-wrap h2 {
  color: var(--charcoal); margin: 28px 0 12px;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 8px; display: inline-block;
}
.article-wrap h3 { color: var(--charcoal); margin: 20px 0 10px; }
.article-wrap p { color: #444; margin-bottom: 16px; }
.article-wrap ul { margin: 12px 0 18px 20px; color: #444; }
.article-wrap li { margin-bottom: 8px; }
.article-wrap a { color: var(--accent); font-weight: 600; text-decoration: underline; }
.article-faq {
  background: #f8f9fa; border-radius: 12px;
  padding: 18px 22px; margin: 16px 0;
}

.area-content .keyfacts {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px; margin: 24px 0;
}
.area-content .keyfact {
  background: rgba(255,255,255,0.06); border-radius: 12px;
  padding: 16px; text-align: center;
}
.area-content .keyfact h4 { font-size: 0.75rem; color: rgba(255,255,255,0.55); margin-bottom: 4px; }
.area-content .keyfact p { color: #fff; font-weight: 700; margin: 0; font-size: 0.95rem; }
.area-content .coverage {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px; margin: 24px 0; padding: 20px;
  background: #fff; border-radius: var(--radius); border: 1px solid var(--line);
}
.area-content .coverage div { font-size: 0.85rem; }
.area-content .cv-label { color: var(--muted); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; }
.area-content .cv-value { color: var(--charcoal); font-weight: 700; }
.nearby-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.nearby-pills a {
  background: rgba(230,126,34,0.12); color: var(--charcoal);
  padding: 6px 14px; border-radius: 999px; font-size: 0.82rem; font-weight: 600;
}
.nearby-pills a:hover { background: var(--accent); color: #fff; }

.areas-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 8px;
}
.areas-index-grid a {
  background: #fff; border: 1px solid var(--line);
  border-radius: 10px; padding: 10px 14px;
  font-size: 0.88rem; color: var(--charcoal); font-weight: 500;
}
.areas-index-grid a:hover { border-color: var(--accent); color: var(--accent); }

footer.site {
  background: var(--charcoal); color: rgba(255,255,255,0.55);
  padding: 56px 0 28px;
}
.foot-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 28px;
}
footer.site h4 {
  color: #fff; font-size: 0.78rem;
  text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px;
}
footer.site a { display: block; line-height: 2; font-size: 0.85rem; }
footer.site a:hover { color: var(--accent); }
.foot-legal {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 36px; padding-top: 18px;
  text-align: center; font-size: 0.8rem;
}

.dock {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 35; grid-template-columns: 1fr 1fr;
  background: var(--charcoal); border-top: 1px solid rgba(255,255,255,0.1);
}
.dock a, .dock button {
  padding: 14px; font-weight: 700; font-size: 0.95rem;
  border: none; cursor: pointer; text-align: center;
}
.dock .call { background: var(--accent); color: #fff; }
.dock .quote { background: var(--charcoal-deep); color: #fff; }

.float-quote {
  display: none; position: fixed; bottom: 80px; right: 16px;
  z-index: 34; box-shadow: var(--shadow);
}

.quote-modal {
  position: fixed; inset: 0; z-index: 100;
  display: none; align-items: stretch; justify-content: center;
}
.quote-modal.open { display: flex; }
body.modal-open { overflow: hidden; }
.quote-modal .veil {
  position: absolute; inset: 0;
  background: rgba(18, 36, 63, 0.82);
}
.quote-shell {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 340px 1fr;
  width: min(980px, 100%); max-height: 100vh;
  margin: auto; background: #fff;
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.35);
}
.quote-aside {
  background: linear-gradient(160deg, var(--charcoal), var(--charcoal-deep));
  color: #fff; padding: 32px 28px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.quote-aside h2 { font-size: 1.5rem; margin-bottom: 16px; }
.quote-aside ul { margin: 0; padding-left: 18px; color: rgba(255,255,255,0.75); font-size: 0.9rem; }
.quote-aside li { margin-bottom: 8px; }
.quote-main { padding: 28px 32px; overflow-y: auto; }
.quote-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.close-x {
  background: none; border: none; font-size: 1.6rem;
  cursor: pointer; color: #999; line-height: 1;
}
.steps-pips { display: flex; gap: 6px; margin-bottom: 20px; }
.steps-pips span {
  flex: 1; height: 4px; border-radius: 999px; background: var(--line);
}
.steps-pips span.on { background: var(--accent); }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice {
  text-align: left; padding: 14px 16px;
  border: 1.5px solid var(--line); border-radius: 12px;
  background: #fff; cursor: pointer;
}
.choice:hover, .choice.selected { border-color: var(--accent); background: rgba(230,126,34,0.06); }
.choice small { display: block; color: var(--muted); font-size: 0.78rem; margin-top: 4px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 0.78rem; font-weight: 600; color: var(--muted); margin-bottom: 4px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 12px 14px;
  border: 1.5px solid var(--line); border-radius: 10px;
}
.quote-actions { display: flex; gap: 10px; margin-top: 16px; }
.notice {
  display: none; background: #fef2f2; color: #991b1b;
  border: 1px solid #fecaca; border-radius: 10px;
  padding: 12px 14px; margin-bottom: 14px; font-size: 0.88rem;
}
.notice.show { display: block; }
.estimate { font-size: 0.88rem; color: var(--muted); margin-bottom: 14px; }

.empty-state {
  text-align: center; padding: 60px 20px; color: var(--muted);
}

@media (max-width: 900px) {
  .quote-shell { grid-template-columns: 1fr; max-height: 100vh; border-radius: 0; width: 100%; }
  .quote-aside { display: none; }
}
@media (max-width: 768px) {
  .menu-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; background: var(--charcoal);
    padding: 16px 20px; gap: 12px;
  }
  .nav.open .nav-links { display: flex; }
  .nav-cta .btn-ghost { display: none; }
  .steps { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .dock { display: grid; }
  .float-quote { display: inline-flex; bottom: 72px; }
  body { padding-bottom: 52px; }
  .choice-grid { grid-template-columns: 1fr; }
  .article-wrap { padding: 24px 18px; }
}

.brand-logo { height: 44px; width: auto; max-width: 180px; object-fit: contain; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.map-embed { width: 100%; min-height: 280px; border: 0; border-radius: var(--radius); }
.faq-list { display: grid; gap: 12px; max-width: 760px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 16px 20px; }
.faq-item summary { font-weight: 700; cursor: pointer; }
.blog-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 12px; margin-bottom: 12px; }
.legal-content h3 { margin-top: 1.5em; }
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; } }
