:root {
  --navy: #0c345c;
  --navy-2: #0f416f;
  --navy-3: #082844;
  --ink: #12324f;
  --muted: #64798d;
  --warm: #fcfaf5;
  --warm-2: #f5f0e8;
  --white: #fff;
  --blue-soft: #edf4f8;
  --blue-mid: #c9dceb;
  --line: rgba(12, 52, 92, 0.13);
  --shadow: 0 18px 46px rgba(11, 47, 80, 0.11);
  --radius-lg: 32px;
  --radius-md: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--warm);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

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

a { color: inherit; text-decoration: none; }

button, input { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

h1, h2, h3, p, figure { margin-top: 0; }

h1, h2, h3 {
  color: var(--navy);
  letter-spacing: -0.045em;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.25rem, 5.6vw, 5.8rem);
  line-height: 0.96;
  max-width: 770px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  line-height: 1;
}

h3 { line-height: 1.15; }

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section { padding: 96px 0; }

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
}

.skip-link:focus { top: 14px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(12, 52, 92, 0.08);
  background: rgba(252, 250, 245, 0.94);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 1.45rem;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.desktop-nav a {
  font-size: 0.9rem;
  font-weight: 700;
}

.desktop-nav a:hover, .desktop-nav a:focus-visible { color: #2a699f; }

.nav-actions { display: flex; align-items: center; gap: 16px; }

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
}

.phone-link img { width: 28px; height: 28px; object-fit: contain; }

.button {
  min-height: 54px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--navy);
  color: var(--white);
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover, .button:focus-visible {
  background: var(--navy-2);
  box-shadow: 0 10px 24px rgba(12, 52, 92, 0.18);
  transform: translateY(-2px);
}

.button img { width: 27px; height: 27px; object-fit: contain; }

.button-small { min-height: 43px; padding-inline: 18px; font-size: 0.83rem; }

.button-light { background: var(--white); color: var(--navy); }

.button-light:hover, .button-light:focus-visible { background: #f7fbff; }

.button-outline { border-color: rgba(255, 255, 255, 0.45); background: transparent; }

.menu-toggle, .mobile-menu { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 12% 12%, #fff 0, var(--warm) 44%, #f2eee7 100%);
}

.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -320px;
  bottom: -350px;
  border-radius: 50%;
  border: 80px solid rgba(183, 203, 220, 0.15);
}

.hero-grid {
  min-height: 730px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 58px;
  padding-block: 64px;
}

.hero-copy { position: relative; z-index: 2; }

.hero-answer {
  max-width: 660px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.5;
}

.hero-support {
  max-width: 630px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.03rem;
}

.quote-form { max-width: 660px; }

.quote-form::after {
  content: "";
  clear: both;
  display: table;
}

.zip-field {
  min-height: 62px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 6px;
  padding: 7px 8px 7px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(11, 47, 80, 0.06);
}

.zip-field img { width: 34px; height: 34px; object-fit: contain; }

.zip-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
}

.quote-form .button {
  margin-top: 10px;
  width: 100%;
}

.quote-form .button img { filter: brightness(0) invert(1); }

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.form-note.is-success { color: #1f6b4f; font-weight: 750; }

.hero-trust {
  max-width: 680px;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.hero-trust div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border-left: 1px solid var(--line);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.25;
}

.hero-trust div:first-child { padding-left: 0; border-left: 0; }

.hero-trust img { width: 38px; height: 38px; object-fit: contain; flex: 0 0 auto; }

.hero-media {
  position: relative;
  min-height: 600px;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px 50px 50px 140px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-badge {
  position: absolute;
  min-width: 230px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-badge img { width: 48px; height: 48px; object-fit: contain; }

.hero-badge strong, .hero-badge span { display: block; }

.hero-badge strong { color: var(--navy); font-size: 0.9rem; }

.hero-badge span { color: var(--muted); font-size: 0.74rem; }

.hero-badge-price { left: -26px; bottom: 44px; }

.hero-badge-photo { right: -24px; top: 42px; }

.trust-strip { background: var(--navy); color: var(--white); }

.trust-strip-grid {
  min-height: 120px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.trust-strip-grid div {
  padding: 10px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
}

.trust-strip-grid div:first-child { border-left: 0; }

.trust-strip-grid strong, .trust-strip-grid span { display: block; }

.trust-strip-grid strong { font-size: 1.65rem; letter-spacing: -0.04em; }

.trust-strip-grid span { color: #bed0df; font-size: 0.78rem; }

.section-intro { margin-bottom: 42px; }

.split-intro {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  align-items: end;
  gap: 70px;
}

.split-intro h2 { margin-bottom: 0; }

.intro-copy {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 18px;
}

.intro-copy img, .section-icon { width: 72px; height: 72px; object-fit: contain; }

.intro-copy p { margin-bottom: 0; color: var(--muted); }

.city-section { background: var(--white); }

.city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.city-group {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, #fff, #fbfcfd);
  box-shadow: 0 10px 30px rgba(11, 47, 80, 0.04);
}

.city-group-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }

.city-group-head span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 850;
}

.city-group h3 { margin: 0; font-size: 1.14rem; }

.city-links { display: flex; flex-wrap: wrap; gap: 8px; }

.city-links a {
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--warm);
  color: #42617c;
  font-size: 0.78rem;
  font-weight: 700;
}

.city-links a:hover, .city-links a:focus-visible { background: var(--navy); color: var(--white); }

.cost-section { background: var(--navy); color: #dce8f1; }

.cost-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 76px; align-items: center; }

.cost-copy h2 { color: var(--white); }

.cost-copy .eyebrow { color: #9fc0d9; }

.cost-copy p { color: #c6d6e3; }

.promise-card {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.promise-card img { width: 54px; height: 54px; object-fit: contain; }

.promise-card strong, .promise-card span { display: block; }

.promise-card strong { color: var(--white); }

.promise-card span { color: #b9cddd; font-size: 0.84rem; }

.price-panel {
  padding: 32px;
  border-radius: var(--radius-lg);
  background: var(--warm);
  color: var(--ink);
  box-shadow: 0 28px 60px rgba(2, 18, 32, 0.25);
}

.price-panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; color: var(--navy); }

.price-panel-head span { font-weight: 850; }

.price-panel-head small { color: var(--muted); }

.price-row {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
}

.price-row div { display: flex; align-items: center; gap: 12px; }

.price-row img { width: 46px; height: 46px; object-fit: contain; }

.price-row span { font-weight: 750; }

.price-row strong { color: var(--navy); font-size: 1.2rem; white-space: nowrap; }

.price-panel > p { margin: 18px 0; color: var(--muted); font-size: 0.82rem; }

.price-panel .button { width: 100%; background: var(--blue-soft); }

.frequency-section { background: var(--warm-2); }

.centered { max-width: 820px; margin-inline: auto; text-align: center; }

.centered .section-icon { margin: 0 auto 8px; }

.centered > p:last-child { color: var(--muted); font-size: 1.02rem; }

.region-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.region-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.65);
}

.region-card.active { background: var(--navy); color: var(--white); transform: translateY(-12px); box-shadow: var(--shadow); }

.region-number { color: #7890a4; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.18em; }

.region-card h3 { margin: 30px 0 6px; font-size: 1.35rem; }

.region-card.active h3 { color: var(--white); }

.region-card strong { color: #2d6797; }

.region-card.active strong { color: #afd0e8; }

.region-card p { margin: auto 0 0; color: var(--muted); font-size: 0.87rem; }

.region-card.active p { color: #cad9e5; }

.why-section { background: var(--white); }

.why-grid { display: grid; grid-template-columns: 0.94fr 1.06fr; gap: 70px; align-items: center; }

.why-media { position: relative; min-height: 650px; }

.why-media > img { width: 100%; height: 650px; border-radius: 42px 42px 130px 42px; object-fit: cover; box-shadow: var(--shadow); }

.media-note {
  position: absolute;
  left: -22px;
  bottom: 35px;
  max-width: 285px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--navy);
  box-shadow: var(--shadow);
  font-size: 0.84rem;
  font-weight: 800;
}

.media-note img { width: 46px; height: 46px; object-fit: contain; }

.why-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }

.feature-list { margin-top: 30px; display: grid; gap: 10px; }

.feature-list article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 17px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.feature-list article img { width: 64px; height: 64px; object-fit: contain; }

.feature-list h3 { margin: 0 0 4px; font-size: 1.04rem; }

.feature-list p { margin: 0; color: var(--muted); font-size: 0.86rem; }

.proof-section { background: var(--blue-soft); }

.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.proof-grid figure { overflow: hidden; border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 10px 34px rgba(11, 47, 80, 0.07); }

.proof-grid figure > img { width: 100%; height: 430px; object-fit: cover; }

.proof-grid figcaption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 24px; }

.proof-grid figcaption span { padding: 7px 11px; border-radius: 999px; background: var(--navy); color: var(--white); font-size: 0.72rem; font-weight: 850; text-transform: uppercase; }

.proof-grid figcaption strong { color: var(--navy); font-size: 0.9rem; text-align: right; }

.hoa-section { background: var(--warm); }

.hoa-grid {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 54px;
  align-items: center;
  padding: 50px 60px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #fff 0%, #f6f8f9 100%);
}

.hoa-icon-wrap { width: 190px; height: 190px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); }

.hoa-icon-wrap img { width: 145px; height: 145px; object-fit: contain; }

.hoa-grid p { color: var(--muted); }

.legal-note { padding-left: 15px; border-left: 3px solid var(--blue-mid); font-size: 0.84rem; }

.source-link { display: inline-flex; gap: 8px; align-items: center; color: var(--navy); font-size: 0.82rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.consequences-section { background: var(--navy-3); color: var(--white); }

.consequences-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 70px; align-items: center; }

.consequences-copy h2 { color: var(--white); }

.consequences-copy .eyebrow { color: #9fc0d9; }

.consequences-copy p { color: #c7d6e2; }

.text-link { color: #c8e4f6; font-weight: 800; }

.consequence-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

.consequence-cards article { min-height: 260px; padding: 25px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 22px; background: rgba(255, 255, 255, 0.07); }

.consequence-cards img { width: 75px; height: 75px; object-fit: contain; }

.consequence-cards h3 { margin: 30px 0 8px; color: var(--white); }

.consequence-cards p { margin-bottom: 0; color: #bfd0dd; font-size: 0.85rem; }

.coverage-photo-section { background: var(--white); }

.coverage-photo-card { position: relative; min-height: 570px; overflow: hidden; border-radius: 44px; }

.coverage-photo-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.coverage-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 31, 53, 0.88) 0%, rgba(5, 31, 53, 0.64) 42%, rgba(5, 31, 53, 0.05) 76%); }

.coverage-overlay { position: relative; z-index: 2; width: min(530px, 90%); padding: 75px 60px; color: var(--white); }

.coverage-overlay > img { width: 86px; height: 86px; object-fit: contain; }

.coverage-overlay .eyebrow { color: #b8d2e5; }

.coverage-overlay h2 { color: var(--white); }

.coverage-overlay p:not(.eyebrow) { color: #d7e3ec; }

.coverage-overlay .button { margin-top: 18px; }

.faq-section { background: var(--warm); }

.faq-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 76px; }

.faq-intro { position: sticky; top: 120px; align-self: start; }

.faq-intro > p:not(.eyebrow) { color: var(--muted); }

.call-card { margin-top: 26px; display: inline-flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }

.call-card img { width: 50px; height: 50px; object-fit: contain; }

.call-card span, .call-card strong { display: block; }

.call-card span { color: var(--muted); font-size: 0.75rem; }

.call-card strong { color: var(--navy); }

.faq-list details { border-top: 1px solid var(--line); }

.faq-list details:last-child { border-bottom: 1px solid var(--line); }

.faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); font-size: 1.2rem; transition: transform 180ms ease; }

.faq-list details[open] summary span { transform: rotate(45deg); }

.faq-list details p { max-width: 760px; margin: -4px 58px 24px 0; color: var(--muted); }

.final-cta { padding-top: 0; background: var(--warm); }

.cta-band {
  min-height: 250px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 42px;
  padding: 50px 58px;
  border-radius: 38px;
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
  position: relative;
}

.cta-band::after { content: ""; position: absolute; width: 250px; height: 250px; right: -60px; bottom: -150px; border-radius: 50%; border: 46px solid rgba(183, 203, 220, 0.16); }

.cta-copy { position: relative; z-index: 2; }

.cta-copy .eyebrow { color: #a9c9df; }

.cta-copy h2 { margin-bottom: 12px; color: var(--white); }

.cta-copy p { margin-bottom: 0; color: #c8d8e4; }

.cta-actions { position: relative; z-index: 2; display: flex; gap: 10px; }

.cta-actions .button-light { color: var(--navy); }

.cta-actions .button-outline img { filter: brightness(0) invert(1); }

.site-footer { background: var(--navy-3); color: #a9bdcd; }

.footer-wrap { min-height: 130px; display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; }

.brand-footer { color: var(--white); }

.footer-wrap p { margin: 0; font-size: 0.8rem; }

@media (max-width: 1080px) {
  .desktop-nav, .phone-link, .nav-actions > .button { display: none; }

  .nav-actions { margin-left: auto; }

  .menu-toggle {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-content: center;
    gap: 4px;
    background: var(--blue-soft);
    cursor: pointer;
  }

  .menu-toggle span { width: 18px; height: 2px; background: var(--navy); }

  .mobile-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 76px;
    bottom: 0;
    z-index: 49;
    padding: 34px 24px;
    background: var(--warm);
  }

  .mobile-menu:not([hidden]) { display: grid; align-content: start; gap: 8px; }

  .mobile-menu a { padding: 16px; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 1.1rem; font-weight: 800; }

  .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 44px; }

  .hero-media { min-height: 540px; }

  .hero-badge-price { left: 20px; }

  .hero-badge-photo { right: 20px; }

  .city-grid { grid-template-columns: repeat(2, 1fr); }

  .cost-grid, .why-grid, .consequences-grid, .faq-grid { grid-template-columns: 1fr; }

  .cost-grid, .why-grid, .consequences-grid, .faq-grid { gap: 46px; }

  .region-grid { grid-template-columns: repeat(2, 1fr); }

  .region-card.active { transform: none; }

  .why-media { min-height: 560px; }

  .why-media > img { height: 560px; }

  .faq-intro { position: static; }

  .cta-band { grid-template-columns: 1fr; }

  .cta-actions { flex-wrap: wrap; }

  .footer-wrap { grid-template-columns: 1fr; gap: 8px; padding-block: 30px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }

  .section { padding: 66px 0; }

  .nav-wrap { min-height: 66px; }

  .mobile-menu { top: 66px; }

  .brand { font-size: 1.25rem; }

  .brand-mark { width: 30px; height: 30px; }

  h1 { font-size: clamp(2.75rem, 13.5vw, 4.4rem); }

  h2 { font-size: clamp(2rem, 10vw, 3rem); }

  .hero-grid { padding-block: 44px 24px; gap: 32px; }

  .hero-answer { font-size: 1.05rem; }

  .hero-support { font-size: 0.94rem; }

  .zip-field { min-height: 58px; border-radius: 18px; }

  .quote-form .button { border-radius: 18px; }

  .hero-trust { grid-template-columns: repeat(2, 1fr); gap: 14px 0; }

  .hero-trust div { padding: 6px 10px; }

  .hero-trust div:nth-child(3) { padding-left: 0; border-left: 0; }

  .hero-media { min-height: 390px; margin-inline: -14px; }

  .hero-photo { border-radius: 28px 28px 28px 82px; }

  .hero-badge { min-width: 0; padding: 10px 12px; }

  .hero-badge img { width: 38px; height: 38px; }

  .hero-badge span { display: none; }

  .hero-badge-price { left: 14px; bottom: 18px; }

  .hero-badge-photo { right: 14px; top: 18px; }

  .trust-strip-grid { grid-template-columns: repeat(2, 1fr); padding-block: 18px; }

  .trust-strip-grid div { padding: 14px; }

  .trust-strip-grid div:nth-child(3) { border-left: 0; }

  .trust-strip-grid strong { font-size: 1.35rem; }

  .split-intro { grid-template-columns: 1fr; gap: 24px; }

  .intro-copy { grid-template-columns: 58px 1fr; }

  .intro-copy img { width: 58px; height: 58px; }

  .city-grid { grid-template-columns: 1fr; }

  .city-group { padding: 22px; }

  .cost-grid { gap: 34px; }

  .price-panel { padding: 22px; border-radius: 24px; }

  .price-row { align-items: flex-start; flex-direction: column; gap: 2px; padding: 16px 0; }

  .price-row strong { padding-left: 58px; }

  .region-grid { grid-template-columns: 1fr; }

  .region-card { min-height: 240px; }

  .why-media { min-height: 430px; }

  .why-media > img { height: 430px; border-radius: 28px 28px 90px 28px; }

  .media-note { left: 12px; right: 12px; bottom: 14px; }

  .feature-list article { grid-template-columns: 58px 1fr; padding: 15px; }

  .feature-list article img { width: 52px; height: 52px; }

  .proof-grid { grid-template-columns: 1fr; }

  .proof-grid figure > img { height: 310px; }

  .proof-grid figcaption { align-items: flex-start; flex-direction: column; }

  .proof-grid figcaption strong { text-align: left; }

  .hoa-grid { grid-template-columns: 1fr; gap: 22px; padding: 28px 24px; }

  .hoa-icon-wrap { width: 125px; height: 125px; }

  .hoa-icon-wrap img { width: 100px; height: 100px; }

  .consequence-cards { grid-template-columns: 1fr; }

  .consequence-cards article { min-height: 220px; }

  .coverage-photo-card { min-height: 610px; border-radius: 28px; }

  .coverage-photo-card::after { background: linear-gradient(0deg, rgba(5, 31, 53, 0.94) 0%, rgba(5, 31, 53, 0.72) 58%, rgba(5, 31, 53, 0.08) 100%); }

  .coverage-overlay { position: absolute; left: 0; right: 0; bottom: 0; width: auto; padding: 34px 24px; }

  .coverage-overlay > img { width: 70px; height: 70px; }

  .faq-list summary { min-height: 74px; font-size: 0.93rem; }

  .faq-list details p { margin-right: 0; }

  .cta-band { padding: 36px 24px; border-radius: 28px; }

  .cta-actions { display: grid; }

  .cta-actions .button { width: 100%; }
}

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