:root {
  --ink: #162126;
  --muted: #5d6b70;
  --line: #d8e1df;
  --paper: #ffffff;
  --soft: #f3f7f5;
  --soft-blue: #e9f3f5;
  --navy: #102f3a;
  --navy-2: #173f4b;
  --teal: #0f6878;
  --teal-bright: #14869a;
  --conversion: #15803d;
  --conversion-hover: #116530;
  --conversion-active: #0b4f27;
  --conversion-disabled: #15803d;
  --conversion-focus: #052e16;
  --amber: #c77717;
  --coral: #b9483f;
  --shadow-sm: 0 8px 24px rgba(16, 47, 58, .08);
  --shadow-md: 0 18px 46px rgba(16, 47, 58, .14);
  --page-pad: clamp(20px, 5vw, 76px);
  --content: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  background: var(--paper);
  text-rendering: optimizeLegibility;
}
body.has-mobile-call { padding-bottom: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f0a23c; outline-offset: 3px; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--navy);
  background: white;
  border: 2px solid var(--teal);
  border-radius: 6px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 10px var(--page-pad);
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: white;
  background: var(--teal);
  border-radius: 8px;
  font-size: 12px;
}
.main-nav { display: flex; justify-content: center; gap: 28px; }
.main-nav a, .footer-links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.main-nav a:hover { color: var(--teal); }

.header-call, .button-call, .phone-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 9px 15px;
  border: 2px solid var(--conversion);
  border-radius: 8px;
  color: white;
  background: var(--conversion);
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, border-color .16s ease;
}
.header-call:hover, .button-call:hover, .phone-cta:hover { transform: translateY(-2px); border-color: var(--conversion-hover); box-shadow: 0 10px 24px rgba(21, 128, 61, .22); background: var(--conversion-hover); }
.header-call span, .button-call span, .phone-cta span { display: grid; gap: 3px; }
.header-call strong, .button-call strong, .phone-cta strong { font-size: 14px; }
.header-call small, .button-call small, .phone-cta small { font-size: 12px; font-weight: 700; opacity: .9; }
.button-icon { width: 20px; height: 20px; flex: 0 0 auto; }
.phone-cta.is-disabled {
  cursor: not-allowed;
  color: white;
  background: var(--conversion-disabled);
  border-color: var(--conversion-disabled);
  box-shadow: none;
}
.phone-cta.is-disabled:hover { transform: none; border-color: var(--conversion-disabled); box-shadow: none; background: var(--conversion-disabled); }

.eyebrow {
  margin: 0 0 10px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0 0 14px; line-height: 1.12; letter-spacing: 0; }
h1 { font-size: 58px; }
h2 { font-size: 38px; }
h3 { font-size: 20px; }
p { margin: 0 0 18px; }
.hero-lede { max-width: 680px; color: #334349; font-size: 19px; line-height: 1.55; }
.hero-next { max-width: 680px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.hero-next strong { color: var(--navy); }
.fineprint { max-width: 720px; color: var(--muted); font-size: 13px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 18px;
  border: 2px solid var(--teal);
  border-radius: 8px;
  color: white;
  background: var(--teal);
  font-weight: 800;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); background: var(--navy-2); }
.button-secondary { color: var(--navy); background: white; border-color: #c9d4d2; }
.button-secondary:hover { background: var(--soft); }
.button-light { color: var(--navy); background: white; border-color: white; }
.phone-cta, .button.phone-cta, .button-light.phone-cta {
  gap: 10px;
  min-height: 52px;
  padding: 10px 16px;
  border-radius: 8px;
  color: white;
  border-color: var(--conversion);
  background: var(--conversion);
  line-height: 1.1;
}
.phone-cta:hover, .button.phone-cta:hover, .button-light.phone-cta:hover {
  color: white;
  border-color: var(--conversion-hover);
  background: var(--conversion-hover);
}
.phone-cta:focus-visible {
  outline: 3px solid var(--conversion-focus);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(134, 239, 172, .48);
}
.phone-cta:active, .button.phone-cta:active, .button-light.phone-cta:active {
  transform: translateY(0);
  border-color: var(--conversion-active);
  background: var(--conversion-active);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2);
}
.phone-cta.is-disabled, .button.phone-cta.is-disabled, .button-light.phone-cta.is-disabled {
  color: white;
  border-color: var(--conversion-disabled);
  background: var(--conversion-disabled);
  box-shadow: none;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 14px; }

.home-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(640px, calc(100vh - 116px), 760px);
  overflow: hidden;
  color: white;
  background: var(--navy);
}
.home-hero:after { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(5, 28, 36, .68); }
.home-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(720px, 58vw);
  padding: 64px var(--page-pad);
}
.home-hero-copy h1 { max-width: 700px; }
.home-hero-copy .hero-lede { color: #d7e5e8; }
.home-hero-copy .hero-next { color: #c4d7db; }
.home-hero-copy .hero-next strong { color: white; }
.home-hero-copy .fineprint { color: #afc5ca; }
.home-hero-copy .button-secondary { color: var(--navy); }
.home-hero-media { position: absolute; inset: 0; z-index: 0; min-height: 100%; overflow: hidden; }
.home-hero-picture { position: absolute; inset: 0; }
.home-hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.hero-service-stack {
  position: absolute;
  right: var(--page-pad);
  bottom: 40px;
  z-index: 3;
  display: grid;
  gap: 8px;
}
.hero-service-stack span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--navy);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow-sm);
  font-size: 14px;
  font-weight: 800;
}
.stack-icon { width: 18px; height: 18px; color: var(--teal); }
.trust-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.trust-chips span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  color: #e3eef0;
  font-size: 13px;
  font-weight: 700;
}
.service-hero-copy .trust-chips span { color: var(--navy); border-color: var(--line); background: white; }
.chip-icon { width: 16px; height: 16px; color: var(--amber); }

.section, .process-section, .faq, .content-page { padding: 76px var(--page-pad); }
.section > *, .process-section > *, .faq > *, .content-page > * { max-width: var(--content); margin-left: auto; margin-right: auto; }
.section-heading { max-width: 760px !important; margin: 0 auto 30px 0 !important; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.problem-discovery { background: var(--soft); }
.problem-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.problem-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: white;
  font-weight: 800;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.problem-card:hover { transform: translateY(-2px); border-color: var(--teal); box-shadow: var(--shadow-sm); }
.problem-icon { width: 28px; height: 28px; padding: 5px; color: white; background: var(--teal); border-radius: 6px; }
.card-arrow { color: var(--amber); font-size: 22px; transition: transform .16s ease; }
.problem-card:hover .card-arrow, .service-card:hover .card-arrow, .related-card:hover > span:last-child { transform: translateX(3px); }

.not-sure-band {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 42px var(--page-pad);
  border-block: 1px solid var(--line);
  background: #eef6f6;
}
.not-sure-band > div:first-of-type { max-width: 780px; }
.not-sure-band h2 { font-size: 30px; }
.not-sure-band p:not(.eyebrow) { color: var(--muted); }
.not-sure-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 8px; color: white; background: var(--teal); }
.not-sure-icon svg { width: 28px; height: 28px; }
.not-sure-actions { display: grid; gap: 10px; min-width: 250px; }

.value-section { background: white; }
.value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.value-card { padding: 22px; border-top: 3px solid var(--teal); background: var(--soft); }
.value-card > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 8px; color: var(--teal); background: white; }
.value-card svg { width: 23px; height: 23px; }
.value-card h3 { font-size: 18px; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; }

.service-section { background: white; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: white;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.service-card:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; height: 4px; background: var(--card-accent, var(--teal)); }
.service-card:hover { transform: translateY(-4px); border-color: var(--card-accent, var(--teal)); box-shadow: var(--shadow-md); }
.service-card-urgent { --card-accent: var(--coral); }
.service-card-heat, .service-card-kitchen { --card-accent: var(--amber); }
.service-card-commercial, .service-card-inspection { --card-accent: #48658a; }
.service-card-media { display: block; height: 210px; overflow: hidden; background: var(--soft); }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.service-card:hover .service-card-media img { transform: scale(1.035); }
.service-card-body { display: grid; grid-template-columns: auto 1fr; gap: 14px; min-height: 180px; padding: 20px 20px 24px; }
.service-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 8px; color: var(--card-accent, var(--teal)); background: var(--soft-blue); }
.service-icon svg { width: 24px; height: 24px; }
.service-card-copy { display: grid; gap: 8px; }
.service-card strong { font-size: 20px; line-height: 1.2; }
.service-card small { color: var(--muted); font-size: 14px; line-height: 1.45; }
.service-card-link { align-self: end; color: var(--teal); font-size: 14px; font-weight: 800; }

.emergency-feature { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(460px, .9fr); min-height: 560px; color: white; background: #172a31; }
.emergency-feature-media { min-height: 560px; overflow: hidden; }
.emergency-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.emergency-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 56px var(--page-pad); }
.emergency-feature-copy h2 { max-width: 620px; }
.emergency-feature-copy > p:not(.eyebrow):not(.fineprint) { max-width: 640px; color: #d5e1e4; font-size: 17px; }
.emergency-feature-copy .fineprint { color: #b9c9cd; }
.emergency-feature-copy .button-secondary { color: var(--navy); }
.emergency-feature-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 18px; border-radius: 8px; color: white; background: var(--coral); }
.emergency-feature-icon svg { width: 27px; height: 27px; }

.process-section { background: var(--navy); color: white; }
.process-section .section-heading p:not(.eyebrow) { color: #bed0d4; }
.process-flow { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; max-width: var(--content); margin: 0 auto; }
.process-flow:before { content: ""; position: absolute; left: 9%; right: 9%; top: 34px; height: 2px; background: #35616c; }
.process-step { position: relative; padding: 0 18px; text-align: center; }
.process-number { position: absolute; top: -8px; right: calc(50% - 40px); display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: var(--navy); background: var(--amber); font-size: 12px; font-weight: 800; z-index: 2; }
.process-icon { position: relative; display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 20px; border: 2px solid #4b7380; border-radius: 50%; color: white; background: var(--navy); z-index: 1; }
.process-icon svg { width: 28px; height: 28px; }
.process-step h3 { font-size: 18px; }
.process-step p { color: #bed0d4; font-size: 14px; }
.process-action { max-width: var(--content); margin: 28px auto 0; text-align: center; }
.process-action a { color: white; font-weight: 800; text-underline-offset: 4px; }

.objection-section { background: var(--soft); }
.objection-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.objection-list details { padding: 0 20px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.objection-list summary { padding: 18px 0; cursor: pointer; color: var(--navy); font-weight: 800; }
.objection-list p { padding-bottom: 18px; color: var(--muted); }

.trust-band { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--line); background: var(--soft); }
.trust-band > div { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; padding: 28px 24px; border-right: 1px solid var(--line); }
.trust-band > div:last-child { border-right: 0; }
.trust-band svg { grid-row: 1 / 3; width: 28px; height: 28px; color: var(--teal); }
.trust-band strong { color: var(--navy); }
.trust-band span { color: var(--muted); font-size: 13px; }

.breadcrumbs { display: flex; gap: 9px; flex-wrap: wrap; padding: 16px var(--page-pad); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--teal); font-weight: 700; text-decoration: none; }
.hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr);
  gap: 54px;
  align-items: center;
  padding: 64px var(--page-pad);
  background: var(--soft);
}
.hub-hero > div { max-width: 750px; }
.hub-problem-panel { padding: 22px; border-left: 4px solid var(--amber); background: white; box-shadow: var(--shadow-sm); }
.problem-grid-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.problem-grid-compact .problem-card { min-height: 58px; padding: 10px; font-size: 13px; }
.problem-grid-compact .problem-icon { width: 24px; height: 24px; }

.guide-band { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; padding: 64px var(--page-pad); color: white; background: var(--navy-2); }
.guide-band > * { max-width: 720px; }
.guide-band p:not(.eyebrow) { color: #bed0d4; }
.guide-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.guide-link { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 16px; border: 1px solid #49707b; border-radius: 8px; color: white; text-decoration: none; }
.guide-link:hover { border-color: var(--amber); background: #214d59; }
.guide-icon { width: 20px; height: 20px; color: var(--amber); }
.disclosure-band { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; padding: 32px var(--page-pad); border-bottom: 1px solid var(--line); background: #f8faf9; }
.disclosure-band h2 { font-size: 22px; }
.disclosure-band p { max-width: 960px; margin: 0; color: var(--muted); font-size: 14px; }
.disclosure-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 8px; color: var(--teal); background: var(--soft-blue); }
.disclosure-icon svg { width: 24px; height: 24px; }

.service-page { --service-accent: var(--teal); }
.service-urgent { --service-accent: var(--coral); }
.service-heat, .service-kitchen { --service-accent: var(--amber); }
.service-inspection, .service-commercial { --service-accent: #48658a; }
.service-pressure { --service-accent: #147c8f; }
.service-detect { --service-accent: #347891; }
.service-system { --service-accent: #806446; }
.service-hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); min-height: 620px; background: var(--soft); }
.service-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px var(--page-pad); }
.service-hero-copy h1 { max-width: 760px; }
.service-kicker-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 8px; color: white; background: var(--service-accent); }
.service-kicker-icon svg { width: 27px; height: 27px; }
.service-hero-media { position: relative; min-height: 620px; overflow: hidden; }
.service-picture { position: absolute; inset: 0; }
.service-picture img { width: 100%; height: 100%; object-fit: cover; }
.service-media-label { position: absolute; left: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 8px; color: var(--navy); background: rgba(255, 255, 255, .94); box-shadow: var(--shadow-sm); font-weight: 800; }
.label-icon { width: 20px; height: 20px; color: var(--service-accent); }
.service-hero-media-first .service-hero-copy { order: 2; }
.service-hero-media-first .service-hero-media { order: 1; }

.symptom-section { background: white; }
.symptom-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.symptom-card { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; min-height: 96px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.symptom-card p { margin: 0; font-weight: 700; }
.symptom-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 8px; color: var(--service-accent); background: white; }
.symptom-icon svg { width: 21px; height: 21px; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px var(--page-pad); color: white; background: var(--service-accent); }
.inline-cta > div { display: grid; gap: 2px; }
.inline-cta strong { font-size: 20px; }
.inline-cta span { opacity: .9; }

.process-detail { padding: 76px var(--page-pad); background: var(--soft); }
.process-detail > * { max-width: var(--content); margin-left: auto; margin-right: auto; }
.provider-flow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; padding: 0; list-style: none; }
.provider-flow li { position: relative; min-height: 160px; padding: 50px 17px 17px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.provider-flow li > span { position: absolute; left: 17px; top: 15px; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 6px; color: white; background: var(--service-accent); font-weight: 800; }
.provider-flow p { margin: 0; font-size: 14px; font-weight: 700; }
.decision-note { display: flex; gap: 10px 18px; align-items: baseline; margin: 22px auto 0; padding: 16px 18px; border-left: 4px solid var(--service-accent); background: white; }
.decision-note strong { color: var(--navy); }
.decision-note span { color: var(--muted); font-size: 14px; }

.education-visual { display: grid; grid-template-columns: .85fr 1.15fr; gap: 46px; align-items: center; padding: 66px var(--page-pad); color: white; background: var(--navy); }
.education-copy { max-width: 600px; }
.education-copy > p:not(.eyebrow) { color: #c0d1d5; }
.education-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 20px; border-radius: 8px; color: var(--navy); background: var(--amber); }
.education-icon svg { width: 30px; height: 30px; }
.education-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.education-steps > div { min-height: 190px; padding: 20px; border: 1px solid #416873; border-radius: 8px; background: var(--navy-2); }
.education-steps span { display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 20px; border-radius: 6px; color: var(--navy); background: var(--amber); font-weight: 800; }
.education-steps h3 { font-size: 18px; }
.education-steps p { color: #c0d1d5; font-size: 14px; }

.cost-section { background: white; }
.cost-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.cost-card { min-height: 130px; padding: 18px; border-top: 3px solid var(--service-accent); background: var(--soft); }
.cost-card p { margin: 12px 0 0; font-size: 14px; font-weight: 700; }
.cost-icon { width: 22px; height: 22px; color: var(--service-accent); }
.prep-band { display: grid; grid-template-columns: auto minmax(0, 900px); justify-content: center; gap: 24px; padding: 54px var(--page-pad); border-block: 1px solid var(--line); background: #fff8ef; }
.prep-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 8px; color: var(--amber); background: white; }
.prep-icon svg { width: 26px; height: 26px; }
.prep-band h2 { font-size: 28px; }
.prep-band p:not(.eyebrow) { color: #5f5448; }

.related-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; }
.related-intro { color: var(--muted); }
.related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.related-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; min-height: 68px; padding: 14px; border: 1px solid var(--line); border-radius: 8px; color: var(--navy); font-weight: 800; text-decoration: none; }
.related-card:hover { border-color: var(--service-accent); box-shadow: var(--shadow-sm); }
.related-icon { width: 23px; height: 23px; color: var(--service-accent); }
.guide-panel { padding: 24px; border-left: 4px solid var(--amber); background: var(--soft); }
.guide-panel h2 { font-size: 25px; }
.guide-stack { display: grid; gap: 10px; }
.guide-stack a { display: flex; justify-content: space-between; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--teal); font-weight: 800; text-decoration: none; }

.faq { background: var(--soft); }
.faq-list { max-width: 900px !important; margin: 0 auto !important; }
.faq details { margin-bottom: 10px; padding: 0 20px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.faq summary { padding: 18px 0; cursor: pointer; color: var(--navy); font-weight: 800; }
.faq details p { padding-bottom: 18px; color: var(--muted); }

.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 54px var(--page-pad); color: white; background: var(--teal); }
.cta-band > div { max-width: 800px; }
.cta-band h2 { font-size: 34px; }
.cta-band p { color: #e1f1f3; }
.cta-microcopy { margin: 0; font-size: 13px; }

.page-hero { padding: 64px var(--page-pad); background: var(--soft); border-bottom: 1px solid var(--line); }
.page-hero > * { max-width: 860px; }
.page-hero.compact { padding-top: 54px; padding-bottom: 48px; }
.two-column { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 34px; align-items: start; padding: 70px var(--page-pad); }
.panel { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.check-list { margin: 20px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 12px 0 12px 28px; border-bottom: 1px solid var(--line); }
.check-list li:before { content: ""; position: absolute; left: 0; top: 18px; width: 11px; height: 11px; border-radius: 50%; background: var(--teal); }
.link-row { display: flex; flex-wrap: wrap; gap: 10px; }
.link-row a { padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--teal); font-weight: 800; text-decoration: none; }
.content-page { max-width: 940px; }
.content-page h2:not(:first-child) { margin-top: 38px; }
.development-notice { padding: 18px; border: 1px solid #d0a56e; border-radius: 8px; background: #fff8ef; }

.site-footer { display: grid; grid-template-columns: .65fr 1fr; gap: 34px 70px; padding: 48px var(--page-pad) 54px; color: white; background: #111d22; }
.brand-inverse { color: white; }
.footer-brand p { margin-top: 14px; color: #aebbc0; font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; align-content: start; }
.footer-links a { color: #d8e0e2; }
.footer-disclosure { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid #354248; }
.footer-disclosure strong { display: block; margin-bottom: 8px; }
.footer-disclosure p { max-width: 1050px; color: #aebbc0; font-size: 13px; }
.footer-disclosure a { color: white; font-weight: 700; text-underline-offset: 3px; }
.mobile-call { display: none; }

.js [data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .45s ease, transform .45s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  h1 { font-size: 48px; }
  h2 { font-size: 34px; }
  .site-header { gap: 18px; }
  .main-nav { gap: 18px; }
  .home-hero { grid-template-columns: 1fr 1fr; }
  .problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .provider-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cost-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-hero { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  body.has-mobile-call { padding-bottom: 78px; }
  h1 { font-size: 39px; }
  h2 { font-size: 30px; }
  .site-header { position: relative; grid-template-columns: 1fr; gap: 9px; min-height: 0; padding: 12px 18px; }
  .brand { font-size: 15px; }
  .brand-mark { width: 36px; height: 36px; }
  .main-nav { justify-content: flex-start; gap: 18px; overflow-x: auto; padding: 2px 0; white-space: nowrap; }
  .main-nav a { font-size: 13px; }
  .header-call { display: none; }
  .section, .process-section, .faq, .content-page { padding: 54px 20px; }
  .home-hero { display: flex; min-height: calc(100svh - 125px); }
  .home-hero-copy { width: 100%; padding: 36px 20px 18px; }
  .home-hero-copy .trust-chips { display: none; }
  .home-hero-copy .fineprint { margin-bottom: 0; }
  .home-hero-media { inset: 0; min-height: 100%; }
  .home-hero-picture img { object-position: 66% center; }
  .hero-service-stack { display: none; }
  .hero-actions { display: grid; grid-template-columns: 1fr; margin-top: 20px; }
  .hero-actions .button, .hero-actions .button-call { width: 100%; }
  .button-call { white-space: normal; text-align: center; }
  .button-call > span { min-width: 0; }
  .trust-chips { display: grid; grid-template-columns: 1fr; }
  .problem-grid, .problem-grid-compact, .service-grid, .symptom-grid, .education-steps, .related-grid, .guide-links, .value-grid, .objection-list { grid-template-columns: 1fr; }
  .not-sure-band { grid-template-columns: 1fr; gap: 18px; padding: 42px 20px; }
  .not-sure-actions { min-width: 0; }
  .not-sure-actions .button-call, .not-sure-actions .button { width: 100%; }
  .problem-card { min-height: 64px; }
  .service-card { min-height: 0; }
  .service-card-media { height: 200px; }
  .service-card-body { min-height: 0; padding: 18px 18px 22px; }
  .process-flow { grid-template-columns: 1fr; gap: 0; }
  .process-flow:before { left: 33px; right: auto; top: 34px; bottom: 34px; width: 2px; height: auto; }
  .process-step { display: grid; grid-template-columns: 68px 1fr; gap: 0 18px; padding: 0 0 28px; text-align: left; }
  .process-icon { grid-row: 1 / 3; margin: 0; }
  .process-number { left: 50px; right: auto; }
  .process-step h3 { align-self: end; margin-bottom: 6px; }
  .process-step p { grid-column: 2; }
  .trust-band { grid-template-columns: 1fr; }
  .trust-band > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .hub-hero, .guide-band, .service-hero, .education-visual, .related-section, .site-footer, .emergency-feature { grid-template-columns: 1fr; }
  .hub-hero { gap: 34px; padding: 50px 20px; }
  .hub-problem-panel { padding: 18px; }
  .guide-band { gap: 26px; padding: 50px 20px; }
  .emergency-feature { min-height: 0; }
  .emergency-feature-media { min-height: 300px; }
  .emergency-feature-copy { padding: 46px 20px; }
  .service-hero { min-height: 0; }
  .service-hero-copy { order: 1 !important; padding: 46px 20px 38px; }
  .service-hero-media { order: 2 !important; min-height: 320px; }
  .service-picture img { object-position: center; }
  .symptom-grid { gap: 10px; }
  .symptom-card { min-height: 76px; }
  .inline-cta { align-items: stretch; flex-direction: column; padding: 24px 20px; }
  .inline-cta .button-call { width: 100%; }
  .process-detail { padding: 54px 20px; }
  .provider-flow { grid-template-columns: 1fr; }
  .provider-flow li { min-height: 92px; padding: 22px 18px 18px 58px; }
  .provider-flow li > span { left: 17px; top: 20px; }
  .decision-note { align-items: flex-start; flex-direction: column; }
  .education-visual { gap: 28px; padding: 50px 20px; }
  .education-steps > div { min-height: 0; }
  .cost-grid { grid-template-columns: 1fr; }
  .cost-card { min-height: 0; }
  .prep-band { grid-template-columns: 1fr; padding: 46px 20px; }
  .related-section { gap: 34px; }
  .cta-band { align-items: stretch; flex-direction: column; padding: 46px 20px; }
  .cta-band .button-call { width: 100%; }
  .breadcrumbs { padding: 13px 20px; }
  .page-hero { padding: 48px 20px; }
  .two-column { grid-template-columns: 1fr; padding: 52px 20px; }
  .site-footer { gap: 28px; padding: 40px 20px 52px; }
  .footer-links { justify-content: flex-start; }
  .mobile-call { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: block; padding: 10px 14px; border-top: 1px solid var(--line); background: rgba(255, 255, 255, .97); transform: translateY(0); transition: transform .2s ease; }
  .mobile-call-link { display: flex; width: 100%; min-height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
