/* ============================================================
   Local Plumber 24/7 of Manhattan — Design System
   Visual redesign only. All content/URLs/schema preserved.
   ============================================================ */

:root {
  /* Palette */
  --navy-950: #0a1622;
  --navy-900: #0e1f30;
  --navy-800: #143049;
  --navy-700: #1d4265;
  --blue-600: #0e6fd8;
  --blue-700: #0b5cb8;
  --blue-800: #094a94;
  --blue-100: #e3f0fc;
  --blue-50: #f2f8fe;
  --ink: #17222d;
  --muted: #55677a;
  --bg: #ffffff;
  --surface: #f4f7fa;
  --line: #dde6ee;
  --success: #1a7f4f;
  --danger: #c0392b;

  /* Type */
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --radius: 12px;
  --radius-lg: 16px;

  /* Effects */
  --shadow-sm: 0 1px 2px rgba(14,31,48,.06), 0 2px 8px rgba(14,31,48,.05);
  --shadow-md: 0 4px 12px rgba(14,31,48,.08), 0 12px 32px rgba(14,31,48,.10);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
}

img, svg { display: block; max-width: 100%; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* Focus visibility everywhere */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--blue-600);
  outline-offset: 2px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* Layout */
.wrap { max-width: 46rem; margin: 0 auto; padding: 0 1.25rem; }
.wrap-wide { max-width: 68rem; margin: 0 auto; padding: 0 1.25rem; }

/* ============ Header ============ */
.site-head {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  padding: .65rem 0;
}
.site-head .wrap-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.brand {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-weight: 800;
  font-size: 1.02rem;
  line-height: 1.25;
  color: var(--navy-900);
  text-decoration: none;
  letter-spacing: -0.01em;
}
.brand::before {
  content: "";
  flex-shrink: 0;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--navy-800), var(--navy-950));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E"), linear-gradient(135deg, var(--blue-600), var(--blue-800));
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 55%, 100%;
}
.brand span {
  display: block;
  font-size: .74rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: .01em;
}
.head-phone {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--blue-600);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  white-space: nowrap;
  padding: .62rem 1.15rem;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  transition: background .15s ease, transform .15s ease;
}
.head-phone::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.head-phone:hover { background: var(--blue-700); transform: translateY(-1px); }

/* ============ Primary nav ============ */
.nav { background: var(--navy-900); }
.nav > .wrap-wide,
.nav .wrap-wide {
  display: flex;
  gap: .35rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-top: .45rem;
  padding-bottom: .45rem;
  scrollbar-width: none;
}
.nav .wrap-wide::-webkit-scrollbar { display: none; }
.nav a {
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-size: .88rem;
  font-weight: 600;
  white-space: nowrap;
  padding: .38rem .85rem;
  border-radius: 999px;
  transition: background .15s ease, color .15s ease;
}
.nav a:hover { background: rgba(255,255,255,.12); color: #fff; }
.nav a[href$="quote/"] {
  background: var(--blue-600);
  color: #fff;
  margin-left: auto;
}
.nav a[href$="quote/"]:hover { background: var(--blue-700); }

/* ============ Breadcrumbs ============ */
.crumbs { background: var(--surface); border-bottom: 1px solid var(--line); }
.crumbs .wrap-wide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .45rem;
  padding-top: .55rem;
  padding-bottom: .55rem;
  font-size: .84rem;
}
.crumbs a { color: var(--muted); text-decoration: none; font-weight: 600; }
.crumbs a:hover { color: var(--blue-700); text-decoration: underline; }
.crumbs [aria-hidden] { color: #9fb0bf; user-select: none; }
.crumbs [aria-current="page"] { color: var(--ink); font-weight: 700; }

/* ============ Hero ============ */
.hero {
  position: relative;
  background:
    radial-gradient(1100px 480px at 85% -10%, rgba(14,111,216,.35), transparent 60%),
    radial-gradient(900px 500px at -15% 110%, rgba(29,66,101,.55), transparent 55%),
    linear-gradient(160deg, var(--navy-900) 0%, var(--navy-950) 100%);
  color: #fff;
  padding: 3.2rem 0 3.4rem;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -55% -10%;
  height: 70%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
.hero h1 {
  font-size: clamp(1.9rem, 4.6vw, 2.9rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  font-weight: 800;
  margin-bottom: .8rem;
  text-wrap: balance;
}
.hero p {
  color: rgba(255,255,255,.82);
  max-width: 40rem;
  margin-bottom: 1.4rem;
  font-size: 1.08rem;
}
.hero p a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.hero p a:hover { color: var(--blue-100); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(14,111,216,.22);
  border: 1px solid rgba(14,111,216,.55);
  color: #cfe5fb;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .35rem .85rem;
  border-radius: 999px;
  margin-bottom: 1.1rem;
}
.eyebrow::before {
  content: "";
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #35c26e;
  box-shadow: 0 0 0 3px rgba(53,194,110,.25);
}

/* Hero layout with visual panel */
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 2.5rem;
  align-items: center;
}
@media (max-width: 56em) {
  .hero-grid { grid-template-columns: 1fr; }
}

/* Hero availability card (pure CSS/SVG, no fake claims) */
.hero-card {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(6px);
  padding: 1.6rem 1.7rem;
  box-shadow: var(--shadow-md);
}
.hero-card-icon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 12px;
  background: var(--blue-600);
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}
.hero-card-icon svg { width: 1.9rem; height: 1.9rem; }
.hero-card-title { font-weight: 800; font-size: 1.15rem; margin-bottom: .35rem; letter-spacing: -0.01em; }
.hero-card-sub { color: rgba(255,255,255,.75); font-size: .95rem; margin-bottom: 1.1rem; }
.hero-card-phone {
  display: flex;
  align-items: center;
  gap: .8rem;
  background: #fff;
  color: var(--navy-900);
  border-radius: var(--radius);
  padding: .85rem 1.05rem;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: .01em;
  transition: transform .15s ease, box-shadow .15s ease;
}
.hero-card-phone:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.35); }
.hero-card-phone svg { width: 1.35rem; height: 1.35rem; flex-shrink: 0; }
.hero-card-meta {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.72);
  font-size: .86rem;
  line-height: 1.7;
}
.hero-card-meta strong { color: rgba(255,255,255,.92); }

/* Buttons */
.btn-row { display: flex; gap: .7rem; flex-wrap: wrap; align-items: center; }
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: var(--blue-600);
  color: #fff;
  font-weight: 800;
  font-size: 1.08rem;
  text-decoration: none;
  padding: .95rem 1.7rem;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(14,111,216,.35);
  transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.cta-btn::before {
  content: "";
  width: 1.05em;
  height: 1.05em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.cta-btn:hover { background: var(--blue-700); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(14,111,216,.42); }
.cta-btn--ghost {
  background: transparent;
  border: 2px solid rgba(255,255,255,.45);
  box-shadow: none;
}
.cta-btn--ghost::before { display: none; }
.cta-btn--ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.75); }
.cta-btn--light { background: #fff; color: var(--navy-900); box-shadow: var(--shadow-md); }
.cta-btn--light::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='%2317202d'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
}
.cta-btn--light:hover { background: var(--blue-50); }
.cta-note {
  display: block;
  font-size: .88rem;
  color: rgba(255,255,255,.68);
  margin-top: .8rem;
}
.cta-note a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.cta-note a:hover { color: var(--blue-100); }

/* ============ Trust strip ============ */
.trust-strip {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  padding: 1.5rem 0;
}
.trust-strip .wrap-wide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 64em) { .trust-strip .wrap-wide { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 34em) { .trust-strip .wrap-wide { grid-template-columns: 1fr; } }
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  font-size: .92rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.45;
}
.trust-item svg {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  color: var(--blue-600);
  margin-top: .1rem;
}

/* ============ Sections & cards ============ */
.section { padding: 3.4rem 0; }
.section--tint { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 44rem; margin-bottom: 2rem; }
.section-head h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: .6rem;
  text-wrap: balance;
}
.section-head p { color: var(--muted); font-size: 1.02rem; }
.kicker {
  display: block;
  color: var(--blue-700);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
@media (max-width: 64em) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 40em) { .card-grid { grid-template-columns: 1fr; } }

.svc-card {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.4rem 1.4rem 1.3rem;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(14,111,216,.4);
}
.svc-card-icon {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 10px;
  background: var(--blue-50);
  color: var(--blue-700);
  display: grid;
  place-items: center;
  margin-bottom: .3rem;
}
.svc-card-icon svg { width: 1.5rem; height: 1.5rem; }
.svc-card-title {
  font-size: 1.06rem;
  font-weight: 800;
  color: var(--navy-900);
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.svc-card-title:hover { color: var(--blue-700); }
.svc-card-desc { color: var(--muted); font-size: .93rem; line-height: 1.55; flex-grow: 1; }
.svc-card-go {
  margin-top: .35rem;
  color: var(--blue-700);
  font-weight: 700;
  font-size: .9rem;
  text-decoration: none;
}
.svc-card-go::after { content: " \2192"; transition: margin-left .15s ease; }
.svc-card:hover .svc-card-go::after { margin-left: .2rem; }

/* Location cards */
.loc-group + .loc-group { margin-top: 2rem; }
.loc-group h3 {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .01em;
  margin-bottom: .9rem;
  color: var(--navy-900);
}
.loc-group h3::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}
.loc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .8rem;
}
@media (max-width: 64em) { .loc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 40em) { .loc-grid { grid-template-columns: 1fr; } }
.loc-card {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: .95rem 1.1rem;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.loc-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: rgba(14,111,216,.4); }
.loc-card strong {
  color: var(--navy-900);
  font-size: .97rem;
  font-weight: 800;
  letter-spacing: -0.005em;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.loc-card strong::before {
  content: "";
  width: .95rem;
  height: .95rem;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='%230e6fd8'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 8.5c0 5.25 7 13.5 7 13.5s7-8.25 7-13.5C19 5.13 15.87 2 12 2zm0 9.5A3 3 0 1 1 12 5.5a3 3 0 0 1 0 6z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.loc-card span { color: var(--muted); font-size: .87rem; line-height: 1.5; }

/* Value cards ("Why neighbors...") */
.value-grid { list-style: none; }
.value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 56em) { .value-grid { grid-template-columns: 1fr; } }
.value-grid li {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.3rem;
  box-shadow: var(--shadow-sm);
  font-size: .95rem;
  color: var(--muted);
  line-height: 1.6;
}
.value-grid li::before {
  content: "";
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .15rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231a7f4f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23e7f5ee' stroke='none'/%3E%3Cpath d='M8 12.5l2.5 2.5L16 9.5'/%3E%3C/svg%3E") center/contain no-repeat;
}
.value-grid li strong { color: var(--ink); display: block; margin-bottom: .15rem; font-size: 1rem; }

/* Conversion band */
.conv-band {
  background:
    radial-gradient(800px 400px at 90% 0%, rgba(14,111,216,.4), transparent 60%),
    linear-gradient(150deg, var(--navy-800), var(--navy-950));
  color: #fff;
  padding: 3.2rem 0;
}
.conv-band .wrap-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.conv-band h2 {
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: .5rem;
}
.conv-band p { color: rgba(255,255,255,.82); font-size: 1.04rem; max-width: 34rem; }
.conv-band p a { color: #fff; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.conv-actions { display: flex; gap: .8rem; flex-wrap: wrap; }

/* ============ Prose (interior pages) ============ */
.prose { padding: 2.6rem 0 1.5rem; font-size: 1.02rem; }
.prose > * + * { margin-top: 1.05rem; }
.prose h2 {
  font-size: clamp(1.3rem, 2.4vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin-top: 2.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  color: var(--navy-900);
}
.prose h2:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.prose p { color: #2c3b49; }
.prose ul, .prose ol { margin: 0 0 0 1.35rem; display: grid; gap: .5rem; }
.prose li { padding-left: .15rem; }
.prose li::marker { color: var(--blue-600); font-weight: 700; }

/* Inline link system — deliberate, not browser-default blue */
.prose a:not(.cta-btn), .related a, .foot-links a {
  color: var(--blue-700);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(14,111,216,.35);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition: text-decoration-color .15s ease, color .15s ease;
}
.prose a:not(.cta-btn):hover, .related a:hover, .foot-links a:hover {
  color: var(--blue-800);
  text-decoration-color: currentColor;
}

/* FAQ definition lists */
.prose dl { display: grid; gap: .9rem; margin-top: 1.2rem; }
.prose dt {
  font-size: 1rem;
  padding: 1rem 1.2rem .2rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: var(--radius) var(--radius) 0 0;
}
.prose dd {
  padding: .2rem 1.2rem 1rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 var(--radius) var(--radius);
  color: #2c3b49;
}
.prose dt + dd + dt { margin-top: 0; }

/* Related box */
.related {
  background: linear-gradient(160deg, var(--blue-50), var(--surface));
  border: 1px solid rgba(14,111,216,.22);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.6rem;
  margin-top: 2.6rem !important;
}
.related h2 {
  font-size: 1.02rem !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 0 .7rem !important;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--navy-800);
}
.related ul { list-style: none; margin-left: 0 !important; display: grid; gap: .15rem; }
.related li { padding: .3rem 0; }
.related li::marker { content: none; }

/* ============ Footer ============ */
.site-foot {
  background: var(--navy-950);
  color: rgba(255,255,255,.78);
  padding: 3rem 0 5.6rem;
  margin-top: 0;
  font-size: .93rem;
}
.site-foot .wrap-wide {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) 2fr;
  gap: 2.5rem;
}
@media (max-width: 56em) { .site-foot .wrap-wide { grid-template-columns: 1fr; } }
.site-foot h2 {
  font-size: 1.08rem;
  margin-bottom: .6rem;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.site-foot address { font-style: normal; color: rgba(255,255,255,.65); margin-bottom: 0; line-height: 1.8; }
.site-foot address strong { color: #fff; }
.site-foot a { color: rgba(255,255,255,.82); text-decoration: none; }
.site-foot address a { color: #7db8ec; font-weight: 700; }
.site-foot address a:hover { text-decoration: underline; }
.foot-links {
  list-style: none;
  columns: 3;
  column-gap: 2rem;
  margin-bottom: 0;
}
@media (max-width: 40em) { .foot-links { columns: 2; } }
.foot-links li { padding: .22rem 0; break-inside: avoid; }
.foot-links a { font-weight: 600; font-size: .89rem; }
.foot-links a:hover { color: #fff; text-decoration: underline; }
.copyright {
  grid-column: 1 / -1;
  color: rgba(255,255,255,.45);
  font-size: .82rem;
  margin-top: .5rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255,255,255,.12);
}

/* Sticky mobile call bar */
.call-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  display: flex;
  box-shadow: 0 -6px 20px rgba(10,22,34,.25);
}
.call-bar a {
  flex: 1;
  background: var(--blue-600);
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 1.08rem;
  text-decoration: none;
  padding: 1rem 0;
}

/* ============ Quote form ============ */
#quote-form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: clamp(1.3rem, 3.5vw, 2.4rem);
  max-width: 46rem;
}
.q-progress { display:flex; align-items:center; list-style:none; margin:0 0 1.8rem; padding:0; }
.q-progress li { display:flex; align-items:center; }
.q-step-dot {
  width:2.4rem; height:2.4rem; border-radius:50%;
  display:grid; place-items:center;
  font-weight:800; font-size:.9rem;
  background:#edf2f7; color:#8a99a8;
}
.q-progress li.active .q-step-dot { background:var(--navy-900); color:#fff; box-shadow:0 0 0 4px rgba(14,111,216,.18); }
.q-progress li.done .q-step-dot { background:var(--blue-600); color:#fff; }
.q-progress li.active .q-step-label { color:var(--navy-900); }
.q-bar { width:3rem; height:2px; margin:0 .7rem; background:#e2e9ef; border-radius:2px; }
.q-bar.done { background:var(--blue-600); }
.q-step-label { display:none; font-size:.75rem; font-weight:700; margin-top:.35rem; color:#8a99a8; }

.field { margin-bottom:1.15rem; }
.field label, .field .label-txt { display:block; font-size:.92rem; font-weight:700; margin-bottom:.45rem; }
.field .opt { font-weight:600; font-size:.78rem; color:#8a99a8; margin-left:.4rem; }
.input {
  width:100%; padding:.85rem 1rem; font:inherit; font-size:1rem;
  border:1px solid #ccd7e1; border-radius:var(--radius); background:#fff; color:var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.input:focus { outline:none; border-color:var(--blue-600); box-shadow:0 0 0 4px rgba(14,111,216,.13); }
.input.err { border-color:var(--danger); }
textarea.input { resize:vertical; min-height:7rem; }
.grid-2 { display:grid; gap:0 1rem; }
@media (min-width:34em){ .grid-2 { grid-template-columns:1fr 1fr; } }
.err-msg { color:var(--danger); font-size:.86rem; font-weight:600; margin-top:.35rem; }

.pill-group { display:grid; grid-template-columns:1fr 1fr; gap:.5rem; }
.pill {
  border:1px solid #ccd7e1; background:#fff; color:var(--muted);
  border-radius:var(--radius); padding:.8rem .9rem; font:inherit; font-size:.92rem;
  font-weight:600; text-align:left; cursor:pointer;
  transition: border-color .15s ease, background .15s ease;
}
.pill:hover { border-color:var(--blue-600); }
.pill[aria-checked="true"] { border-color:var(--blue-600); background:var(--blue-100); color:var(--navy-900); box-shadow:inset 0 0 0 1px var(--blue-600); }
.pill-group.single { grid-template-columns:1fr 1fr; }

.review-table { width:100%; border-collapse:collapse; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; }
.review-table td { padding:.65rem .9rem; font-size:.93rem; border-bottom:1px solid var(--line); vertical-align:top; }
.review-table tr:nth-child(odd) td { background:var(--surface); }
.review-table td:first-child { width:9.5rem; font-size:.75rem; font-weight:800; text-transform:uppercase; letter-spacing:.04em; color:var(--muted); }

.btn-secondary {
  display:inline-block; text-decoration:none; cursor:pointer;
  border:1px solid #ccd7e1; background:#fff; color:var(--ink);
  font:inherit; font-weight:700; font-size:1rem;
  padding:.9rem 1.4rem; border-radius:999px;
  transition: border-color .15s ease, background .15s ease;
}
.btn-secondary:hover { border-color:var(--navy-900); }
.btn-primary {
  flex:1; border:0; cursor:pointer; text-align:center;
  background:var(--blue-600); color:#fff; font:inherit; font-weight:800; font-size:1.05rem;
  padding:.9rem 1.4rem; border-radius:999px;
  transition: background .15s ease;
}
.btn-primary:hover { background:var(--blue-700); }
.btn-primary[disabled] { opacity:.65; cursor:not-allowed; }

.form-alert {
  border:1px solid #f0c4bd; background:#fdf1ef; color:#96281b;
  border-radius:var(--radius); padding:.9rem 1.1rem; font-size:.92rem; margin-top:1.2rem;
}
.form-success { text-align:center; padding:1.5rem 0; }
.form-success h2 { margin-bottom:.6rem; }
.form-success ol { text-align:left; max-width:26rem; margin:1.4rem auto; list-style:none; counter-reset:s; }
.form-success ol li { display:flex; gap:.8rem; padding:.45rem 0; counter-increment:s; }
.form-success ol li::before {
  content:counter(s); flex-shrink:0; width:1.7rem; height:1.7rem; border-radius:50%;
  background:var(--blue-600); color:#fff; font-size:.8rem; font-weight:800;
  display:grid; place-items:center; margin-top:.15rem;
}
.hp-field { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
.q-fineprint { font-size:.8rem; color:var(--muted); text-align:center; margin-top:.9rem; }

/* ============ Responsive tuning ============ */
@media (min-width: 48em) {
  body { font-size: 17.5px; }
  .call-bar { display: none; }
  .site-foot { padding-bottom: 3rem; }
  .hero { padding: 4.2rem 0 4.6rem; }
}
@media (max-width: 34em) {
  .brand span { max-width: 15rem; }
  .head-phone { font-size: .92rem; padding: .55rem 1rem; }
  .section { padding: 2.4rem 0; }
}
