@charset "UTF-8";
:root {
  --font1: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font2: "Manrope", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-code: "JetBrains Mono", sans-serif;
  --bg1: rgb(255, 255, 255);
  --bg2: rgb(232, 242, 251);
  --c1: rgb(25, 28, 30);
  --c2: rgb(90, 100, 107);
  --ca: rgb(33, 121, 184);
  --border1: 1px solid #E0E5E9;
  --border2: 1.5px solid #C8D0D6;
  --border3: 1px solid #2179B8;
  --w-content: 672px;
  --w-total: 1280px;
  --gutter-full: 40px;
  --gutter-mobile: 20px;
  --color-primary-dark: #113F65;
  --color-primary-light: #95C1E1;
  --bg-subtle: #F5F7F9;
  --bg-button-action: #113F65;
  --bg-button-alert: #FF8A00;
  --bg-button-alert-hover: #D97400;
  --bg-button-save: #1F9D55;
  --bg-button-delete: #D73A49;
  --bg-callout-alert: #F4B400;
  --bg-footer: #0F1C2E;
  --bg-footer-line: rgba(255, 255, 255, 0.10);
  --c-footer-muted: rgba(255, 255, 255, 0.72);
  --bg-warning-tint: #FFF4E6;
  --border-color-1: #E0E5E9;
  --border-color-2: #C8D0D6;
  --border-color-3: #2179B8;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 24px;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 2px rgba(17, 63, 101, 0.06);
  --shadow-md: 0 4px 12px rgba(17, 63, 101, 0.08);
  --shadow-lg: 0 12px 32px rgba(17, 63, 101, 0.12);
  --nav-height: 80px;
  --nav-height-scrolled: 56px;
  /* GRT type scale + spacing — $f1..14px / $g1..24px / $x1..4px / 1.6180339887 */
  --f1: 47px;
  --f2: 37px;
  --f3: 29px;
  --f4: 23px;
  --f5: 18px;
  --f6: 14px;
  --g1: 70px;
  --g2: 56px;
  --g3: 45px;
  --g4: 36px;
  --g5: 30px;
  --g6: 24px;
  --x1: 49px;
  --x2: 30px;
  --x3: 19px;
  --x4: 12px;
  --x5: 7px;
  --x6: 4px;
  --phi: 1.6180339887;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-height) + var(--x3));
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  font-family: var(--font1);
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
  background: var(--bg1);
  padding-bottom: 72px;
}

@media (min-width: 960px) {
  body {
    padding-bottom: 0;
  }
}
img, picture, svg, video {
  max-width: 100%;
  height: auto;
  display: block;
}

table {
  border-collapse: collapse;
}

a {
  color: var(--ca);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: inherit;
}

ul, ol {
  list-style: none;
}

:focus-visible {
  outline: 4px solid rgba(33, 121, 184, 0.55);
  outline-offset: 2px;
}

h1, h2, h3, h4, .display, .impact {
  font-family: var(--font2);
  color: var(--c1);
  font-weight: 700;
}

h1 {
  font-size: var(--f2);
  line-height: var(--g2);
  font-weight: 800;
  letter-spacing: -0.01em;
}

h2 {
  font-size: var(--f3);
  line-height: var(--g3);
  font-weight: 700;
}

h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
}

h4 {
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 600;
}

p {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
}

.display {
  font-size: calc(var(--f1) * 1.1);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.caption {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.small {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.eyebrow {
  display: inline-block;
  font-family: var(--font1);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 600;
  color: var(--ca);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: var(--x5);
}

@media (min-width: 752px) {
  h1 {
    font-size: var(--f1);
    line-height: var(--g1);
  }
  h2 {
    font-size: var(--f2);
    line-height: var(--g2);
  }
  h3 {
    font-size: var(--f3);
    line-height: var(--g3);
  }
  h4 {
    font-size: var(--f4);
    line-height: var(--g4);
  }
  .display {
    font-size: calc(var(--f1) * var(--phi));
    line-height: calc(var(--g1) * 1.08);
  }
}
.container {
  width: 100%;
  max-width: var(--w-total);
  margin-inline: auto;
  padding-inline: var(--gutter-mobile);
}

@media (min-width: 752px) {
  .container {
    padding-inline: var(--gutter-full);
  }
}
.text {
  max-width: var(--w-content);
}

.bleed {
  width: 100%;
}

main {
  display: block;
}

section {
  padding-block: var(--x1);
}

section.compact {
  padding-block: calc(var(--x1) * 0.75);
}

.article-section {
  padding-block: var(--x2) var(--x1);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: var(--x5);
  background: var(--c1);
  color: #fff;
  padding: var(--x4) var(--x3);
  border-radius: var(--radius-md);
  z-index: 2000;
  font-weight: 600;
  font-size: var(--f5);
  line-height: var(--g5);
}

.skip-link:focus {
  left: var(--x3);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--x5);
  min-height: 48px;
  padding: var(--x4) var(--x3);
  font-family: var(--font1);
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 600;
  color: var(--c1);
  background: var(--bg1);
  border: 1.5px solid var(--border-color-2);
  border-radius: var(--radius-md);
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.button:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.button.action {
  background: var(--ca);
  color: #fff;
  border-color: var(--ca);
}

.button.action:hover {
  background: var(--bg-button-action);
  color: #fff;
  border-color: var(--bg-button-action);
}

.button.alert {
  background: var(--bg-button-alert);
  color: #fff;
  border-color: var(--bg-button-alert);
}

.button.alert:hover {
  background: var(--bg-button-alert-hover);
  color: #fff;
  border-color: var(--bg-button-alert-hover);
}

.button.ghost {
  background: transparent;
  color: var(--ca);
  border-color: var(--border-color-3);
}

.button.ghost:hover {
  background: var(--bg2);
  color: var(--ca);
}

.button.save {
  background: var(--bg-button-save);
  color: #fff;
  border-color: var(--bg-button-save);
}

.button.save:hover {
  opacity: 0.92;
  color: #fff;
}

.button.delete {
  background: var(--bg-button-delete);
  color: #fff;
  border-color: var(--bg-button-delete);
}

.button.delete:hover {
  opacity: 0.92;
  color: #fff;
}

.button.update {
  background: var(--ca);
  color: #fff;
  border-color: var(--ca);
}

.button.update:hover {
  background: var(--bg-button-action);
  color: #fff;
  border-color: var(--bg-button-action);
}

.button.lg {
  min-height: 56px;
  padding: var(--x3) var(--x2);
  font-size: 17px;
  line-height: 24px;
}

.button.sm {
  min-height: 40px;
  padding: var(--x5) var(--x3);
  font-size: var(--f6);
  line-height: var(--g6);
}

.button .icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
}

#header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--bg1);
  border-bottom: 1px solid var(--border-color-1);
  height: var(--nav-height);
  transition: height 0.3s ease, box-shadow 0.3s ease;
}

#header.acw-nav--scrolled {
  height: var(--nav-height-scrolled);
  box-shadow: var(--shadow-sm);
}

#header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--x3);
  height: 100%;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: var(--x5);
  color: var(--c1);
  font-family: var(--font2);
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: var(--f6);
  line-height: var(--g6);
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-logo:hover {
  text-decoration: none;
  color: var(--c1);
}

.nav-logo img {
  height: 48px;
  width: auto;
  transition: height 0.3s ease;
}

#header.acw-nav--scrolled .nav-logo img {
  height: 32px;
}

.nav-logo .wordmark {
  display: none;
}

.nav-menu {
  display: none;
  gap: var(--x2);
  align-items: center;
  margin-bottom: 0;
  padding: 0;
}

.nav-menu a {
  font-family: var(--font1);
  font-weight: 500;
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
  padding: var(--x5) 0;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.nav-menu a:hover {
  color: var(--ca);
  border-bottom-color: var(--ca);
  text-decoration: none;
}

.nav-menu a.is-active {
  color: var(--ca);
  border-bottom-color: var(--ca);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: var(--x5);
}

.nav-phone-desktop {
  display: none;
  font-family: var(--font1);
  font-weight: 600;
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
  white-space: nowrap;
}

.nav-phone-desktop:hover {
  color: var(--ca);
  text-decoration: none;
}

.nav-phone-mobile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--c1);
  border-radius: var(--radius-md);
}

.nav-phone-mobile:hover {
  background: var(--bg2);
  color: var(--ca);
  text-decoration: none;
}

.nav-phone-mobile svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
}

.nav-hamburger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--c1);
  border-radius: var(--radius-md);
  margin-right: var(--x5);
  order: -1;
}

.nav-hamburger:hover {
  background: var(--bg2);
  color: var(--ca);
}

.nav-hamburger svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

.nav-hamburger .icon-close {
  display: none;
}

.nav-hamburger[aria-expanded=true] .icon-open {
  display: none;
}

.nav-hamburger[aria-expanded=true] .icon-close {
  display: block;
}

.mobile-drawer {
  position: fixed;
  inset: var(--nav-height) 0 0 0;
  z-index: 999;
  background: var(--bg1);
  border-top: 1px solid var(--border-color-1);
  padding: var(--x2) var(--gutter-mobile) var(--x1);
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  overflow-y: auto;
  max-height: calc(100vh - var(--nav-height));
}

.mobile-drawer[aria-hidden=false] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  box-shadow: 0 12px 24px rgba(15, 28, 46, 0.1);
}

#header.acw-nav--scrolled ~ .mobile-drawer, #header.acw-nav--scrolled + .mobile-drawer {
  top: var(--nav-height-scrolled);
}

.mobile-drawer ul {
  display: flex;
  flex-direction: column;
  gap: var(--x3);
  margin-bottom: 0;
  padding: 0;
}

.mobile-drawer li {
  border-bottom: 1px solid var(--border-color-1);
}

.mobile-drawer a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--x3) 0;
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f4);
  line-height: var(--g4);
  color: var(--c1);
}

.mobile-drawer a:hover {
  color: var(--ca);
  text-decoration: none;
}

.mobile-drawer a::after {
  content: "→";
  color: var(--ca);
  font-weight: 700;
}

.mobile-drawer-actions {
  display: flex;
  flex-direction: column;
  gap: var(--x3);
  margin-top: var(--x2);
}

.mobile-drawer-actions a, .mobile-drawer-actions button {
  justify-content: center;
  width: 100%;
}

@media (min-width: 960px) {
  .nav-logo .wordmark {
    display: inline;
  }
  .nav-menu {
    display: flex;
  }
  .nav-phone-desktop {
    display: inline-flex;
  }
  .nav-phone-mobile, .nav-hamburger {
    display: none;
  }
  .mobile-drawer {
    display: none;
  }
}
.breadcrumb {
  padding-block: var(--x3);
  background: var(--bg-subtle);
  border-bottom: 1px solid var(--border-color-1);
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: var(--x5);
  align-items: center;
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  margin-bottom: 0;
  padding: 0;
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: var(--x5);
}

.breadcrumb li:not(:last-child)::after {
  content: "›";
  margin-left: var(--x5);
  color: var(--border-color-2);
}

.breadcrumb a {
  color: var(--c2);
}

.breadcrumb a:hover {
  color: var(--ca);
}

.breadcrumb [aria-current=page] {
  color: var(--c1);
  font-weight: 600;
}

.hero-a {
  position: relative;
  isolation: isolate;
  min-height: 440px;
  color: #fff;
  overflow: hidden;
}

.hero-a .hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-a .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.hero-a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(160deg, rgba(15, 28, 46, 0.88) 0%, rgba(15, 28, 46, 0.7) 45%, rgba(15, 28, 46, 0.5) 100%);
}

.hero-a .hero-inner {
  padding-block: var(--x2) var(--x1);
  max-width: 780px;
}

.hero-a h1 {
  color: #fff;
  font-family: var(--font2);
  font-weight: 800;
  letter-spacing: -0.015em;
  font-size: 30px;
  line-height: 1.1;
}

.hero-a .hero-sub {
  margin-top: var(--x3);
  font-size: var(--f5);
  line-height: var(--g5);
  color: rgba(255, 255, 255, 0.92);
  max-width: 640px;
}

.hero-a .hero-cta {
  margin-top: var(--x2);
}

@media (min-width: 560px) {
  .hero-a h1 {
    font-size: 40px;
    line-height: 1.08;
  }
  .hero-a .hero-sub {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 752px) {
  .hero-a {
    min-height: 620px;
  }
  .hero-a .hero-inner {
    padding-block: calc(var(--x1) * 1.25) var(--x1);
  }
  .hero-a h1 {
    font-size: calc(var(--f1) * 1.35);
    line-height: 1.05;
  }
  .hero-a .hero-sub {
    font-size: 20px;
    line-height: 32px;
  }
  .hero-a .hero-cta {
    margin-top: var(--x1);
  }
}
.hero-b {
  position: relative;
  isolation: isolate;
  padding-block: var(--x2) var(--x1);
  color: #fff;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--ca) 100%);
}

.hero-b-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-b-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.hero-b::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(15, 28, 46, 0.88) 0%, rgba(15, 28, 46, 0.65) 55%, rgba(15, 28, 46, 0.35) 100%);
}

.hero-b-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x2);
  align-items: start;
}

.hero-b .eyebrow {
  color: #FF8A00;
}

.hero-b h1 {
  color: #fff;
  margin-top: var(--x3);
  letter-spacing: -0.015em;
}

.hero-b .hero-sub {
  margin-top: var(--x3);
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.92);
  max-width: 560px;
}

.hero-b .chat-dual-cta {
  margin-top: var(--x2);
}

.hero-b .chat-disclosure-row {
  color: rgba(255, 255, 255, 0.78);
}

.hero-b .chat-disclosure-row a {
  color: #fff;
}

@media (min-width: 900px) {
  .hero-b {
    padding-block: var(--x1) calc(var(--x1) * 1.5);
  }
  .hero-b-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: var(--x1);
    align-items: center;
  }
  .hero-b h1 {
    font-size: calc(var(--f1) * 1.2);
    line-height: 1.08;
  }
  .hero-b .hero-sub {
    font-size: 20px;
    line-height: 32px;
  }
}
.hero-c {
  padding-block: var(--x1) var(--x2);
  background: linear-gradient(180deg, var(--bg-subtle) 0%, var(--bg1) 100%);
  border-bottom: 1px solid var(--border-color-1);
}

.hero-c-inner {
  max-width: 820px;
}

.category-chip {
  display: inline-flex;
  align-items: center;
  gap: var(--x5);
  padding: var(--x5) var(--x3);
  margin-bottom: var(--x2);
  background: var(--bg2);
  color: var(--ca);
  border-radius: var(--radius-full);
  font-family: var(--font1);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: background-color 0.15s ease;
}

.category-chip:hover {
  background: var(--color-primary-light);
  color: var(--ca);
  text-decoration: none;
}

.hero-c h1 {
  letter-spacing: -0.015em;
  margin-bottom: var(--x3);
}

.hero-c .sub-headline {
  font-size: 18px;
  line-height: 28px;
  color: var(--c2);
  max-width: 720px;
}

@media (min-width: 752px) {
  .hero-c {
    padding-block: calc(var(--x1) * 1.25) var(--x2);
  }
  .hero-c h1 {
    font-size: calc(var(--f1) * 1.15);
    line-height: 1.1;
  }
  .hero-c .sub-headline {
    font-size: 20px;
    line-height: 32px;
  }
}
.byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--x3);
  margin-top: var(--x2);
  padding-top: var(--x3);
  border-top: 1px solid var(--border-color-1);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  font-style: normal;
}

.byline-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ca);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font2);
  font-weight: 800;
  font-size: 13px;
  line-height: 1;
}

.byline-author {
  color: var(--c1);
  font-weight: 600;
  font-family: var(--font1);
}

.byline .sep {
  color: var(--border-color-2);
}

.byline time {
  font-variant-numeric: tabular-nums;
}

.chat-dual-cta {
  display: flex;
  flex-direction: column;
  gap: var(--x3);
  margin-top: var(--x3);
}

.chat-dual-cta .button {
  width: 100%;
}

@media (min-width: 560px) {
  .chat-dual-cta {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .chat-dual-cta .button {
    width: auto;
    flex: 1 1 220px;
  }
}
.chat-disclosure-row {
  margin-top: var(--x3);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  max-width: 640px;
}

.chat-disclosure-row a {
  color: inherit;
  text-decoration: underline;
}

.hero-a .chat-disclosure-row {
  color: rgba(255, 255, 255, 0.78);
}

.trust-band {
  background: var(--bg1);
  border-top: 1px solid var(--border-color-1);
  border-bottom: 1px solid var(--border-color-1);
  padding-block: var(--x2);
}

.trust-band-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--x2) var(--x3);
  margin-bottom: 0;
  padding: 0;
}

.trust-token {
  display: flex;
  align-items: flex-start;
  gap: var(--x3);
}

.trust-token-icon-wrap {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: var(--bg2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ca);
}

.trust-token-icon {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}

.trust-token-body {
  min-width: 0;
}

.trust-token-title {
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
}

.trust-token-detail {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  margin-top: 2px;
}

@media (min-width: 752px) {
  .trust-band-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--x2);
  }
}
.section-head {
  max-width: var(--w-content);
  margin-bottom: var(--x1);
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.section-head h2 {
  margin-bottom: var(--x3);
}

.section-head p {
  color: var(--c2);
}

.how-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x2);
  margin-bottom: 0;
  padding: 0;
}

.how-card {
  background: var(--bg1);
  border: 1px solid var(--border-color-1);
  border-radius: var(--radius-lg);
  padding: var(--x2);
  display: flex;
  flex-direction: column;
  gap: var(--x3);
}

.how-num {
  font-family: var(--font2);
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  color: var(--ca);
}

.how-card h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
}

.how-card p {
  color: var(--c2);
  font-size: var(--f5);
  line-height: var(--g5);
}

@media (min-width: 752px) {
  .how-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--x1);
  }
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: var(--x3);
  margin-bottom: 0;
  padding: 0;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--bg1);
  border: 1px solid var(--border-color-1);
  border-radius: var(--radius-lg);
  padding: var(--x2);
  color: var(--c1);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, background-image 0.2s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(to right, var(--ca) 0%, var(--bg-button-alert) 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
  z-index: 1;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: var(--ca);
  box-shadow: var(--shadow-md);
  background: linear-gradient(135deg, var(--bg1) 0%, var(--bg2) 100%);
  text-decoration: none;
  color: var(--c1);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: var(--bg2);
  color: var(--ca);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--x3);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.service-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}

.service-card:hover .service-icon {
  background: var(--ca);
  color: #fff;
}

.service-card h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
}

.service-card p {
  margin-top: var(--x5);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.service-tag-row {
  margin-top: auto;
  padding-top: var(--x3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--x5);
}

.service-tag {
  font-family: var(--font1);
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c2);
  font-weight: 600;
}

.service-arrow {
  flex: 0 0 auto;
  color: var(--ca);
  font-size: var(--f4);
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease;
}

.service-card:hover .service-arrow {
  transform: translateX(4px);
}

@media (min-width: 752px) {
  .services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.coverage-banner {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-bottom: var(--x1);
  aspect-ratio: 2500/972;
}

.coverage-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.coverage-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 28, 46, 0.88) 0%, rgba(15, 28, 46, 0.55) 45%, rgba(15, 28, 46, 0.1) 100%);
  pointer-events: none;
}

.coverage-banner-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: var(--x2);
  color: #fff;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.coverage-banner-caption .eyebrow {
  color: #FF8A00;
  margin-bottom: var(--x5);
}

.coverage-banner-caption h3 {
  color: #fff;
  font-size: var(--f4);
  line-height: 1.25;
  font-weight: 800;
  max-width: 520px;
  margin-bottom: 0;
}

@media (min-width: 560px) {
  .coverage-banner-caption h3 {
    font-size: var(--f3);
    line-height: 1.22;
  }
}
@media (min-width: 752px) {
  .coverage-banner-caption {
    padding: var(--x1);
  }
  .coverage-banner-caption h3 {
    font-size: calc(var(--f2) * 1.1);
    line-height: 1.15;
  }
}
.cities-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--x3);
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.cities-grid > li {
  flex: 0 1 calc((100% - var(--x3)) / 2);
  min-width: 0;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cities-grid > li > .city-card {
  width: 100%;
}

.city-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--x3);
  padding: var(--x2) var(--x3) var(--x3);
  min-height: 112px;
  background: var(--bg1);
  border: 1px solid var(--border-color-1);
  border-radius: var(--radius-lg);
  color: var(--c1);
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.city-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(to right, var(--ca) 0%, var(--bg-button-alert) 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
  z-index: 1;
}

.city-card:hover {
  transform: translateY(-3px);
  border-color: var(--ca);
  box-shadow: var(--shadow-md);
  background: linear-gradient(135deg, var(--bg1) 0%, var(--bg2) 100%);
  text-decoration: none;
  color: var(--c1);
}

.city-card:hover::before {
  transform: scaleX(1);
}

.city-card-pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--bg2);
  color: var(--ca);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.city-card-pin svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
}

.city-card:hover .city-card-pin {
  background: var(--ca);
  color: #fff;
}

.city-card-body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--x5);
}

.city-card-name {
  font-family: var(--font2);
  font-weight: 800;
  font-size: var(--f4);
  line-height: 1.15;
  color: var(--c1);
  letter-spacing: -0.01em;
}

.city-card-arrow {
  flex: 0 0 auto;
  color: var(--ca);
  font-size: var(--f3);
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease;
}

.city-card:hover .city-card-arrow {
  transform: translateX(4px);
}

@media (min-width: 480px) {
  .cities-grid > li {
    flex-basis: calc((100% - 2 * var(--x3)) / 3);
  }
}
@media (min-width: 760px) {
  .cities-grid > li {
    flex-basis: calc((100% - 3 * var(--x3)) / 4);
  }
}
@media (min-width: 1024px) {
  .cities-grid {
    gap: var(--x3);
  }
  .cities-grid > li {
    flex-basis: calc((100% - 5 * var(--x3)) / 6);
  }
  .city-card {
    min-height: 120px;
  }
  .city-card-name {
    font-size: var(--f5);
    line-height: var(--g5);
  }
}
.coverage-footer-cta {
  margin-top: var(--x1);
  padding: var(--x2);
  background: var(--bg-subtle);
  border-radius: var(--radius-lg);
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.coverage-footer-cta p {
  font-weight: 600;
  margin-bottom: var(--x3);
  font-size: var(--f5);
  line-height: var(--g5);
}

.coverage-footer-cta .chat-disclosure-row, .section-head .chat-disclosure-row, .invite-card.center .chat-disclosure-row, .error-hero .chat-disclosure-row, .cta-inline .chat-disclosure-row {
  margin-inline: auto;
}

.coverage-map-section {
  background: var(--bg-subtle);
  padding-block: var(--x1);
}

.coverage-map-frame, .map-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--border-color-1);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color-1);
}

.coverage-map-frame iframe, .map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.coverage-map-caption, .map-caption {
  margin-top: var(--x3);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  text-align: center;
}

.split-feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x1);
  align-items: center;
}

.split-feature h2 {
  font-size: calc(var(--f2) * 1.1);
  line-height: 1.1;
  max-width: 520px;
  margin-bottom: var(--x3);
}

.split-feature .intro {
  color: var(--c2);
  max-width: 520px;
  margin-bottom: var(--x2);
  font-size: var(--f5);
  line-height: var(--g5);
}

.split-feature-list {
  display: flex;
  flex-direction: column;
  gap: var(--x3);
  margin-bottom: var(--x2);
  max-width: 560px;
  padding: 0;
}

.split-feature-list li {
  display: flex;
  gap: var(--x3);
  align-items: flex-start;
  font-size: var(--f5);
  line-height: var(--g5);
}

.check-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  color: var(--ca);
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  margin-top: 2px;
}

.split-feature-list strong {
  color: var(--c1);
  font-weight: 700;
}

.split-feature-list .feature-body {
  color: var(--c2);
}

.split-feature-image {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 3/2;
}

.split-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 900px) {
  .split-feature {
    grid-template-columns: 1fr 1fr;
  }
  .split-feature h2 {
    font-size: calc(var(--f1) * 1.1);
    line-height: 1.08;
  }
}
.prose {
  max-width: var(--w-content);
  margin-inline: auto;
}

.prose h2 {
  margin-top: var(--x1);
  margin-bottom: var(--x3);
}

.prose h2:first-child {
  margin-top: 0;
}

.prose p {
  color: var(--c1);
  font-size: var(--f5);
  line-height: var(--g5);
}

.prose p + p {
  margin-top: var(--x2);
}

.prose ul {
  padding-left: var(--x2);
  margin: var(--x3) 0;
}

.prose ul li {
  list-style: disc;
  margin-bottom: var(--x5);
  font-size: var(--f5);
  line-height: var(--g5);
}

.prose ol {
  padding-left: var(--x2);
  margin: var(--x3) 0;
}

.prose ol li {
  list-style: decimal;
  margin-bottom: var(--x5);
  font-size: var(--f5);
  line-height: var(--g5);
}

.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--x2);
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.testimonials-grid > .testimonial-card {
  flex: 0 1 100%;
  min-width: 0;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: var(--x3);
  padding: var(--x2);
  background: var(--bg1);
  border: 1px solid var(--border-color-1);
  border-radius: var(--radius-lg);
  height: 100%;
}

.star-row {
  display: flex;
  gap: 2px;
  color: #F7B500;
}

.star-row svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

.testimonial-quote {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
  font-style: italic;
}

.testimonial-meta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.testimonial-name {
  color: var(--c1);
  font-weight: 600;
  font-style: normal;
}

@media (min-width: 752px) {
  .testimonials-grid > .testimonial-card {
    flex-basis: calc((100% - 2 * var(--x2)) / 3);
  }
  .testimonials-grid.two-up > .testimonial-card {
    flex-basis: calc((100% - var(--x2)) / 2);
    max-width: 500px;
  }
  .testimonials-grid.one-up > .testimonial-card {
    flex-basis: calc((100% - 2 * var(--x2)) / 3);
    max-width: 460px;
  }
}
.faq-list {
  max-width: 820px;
  margin-inline: auto;
}

.faq-item {
  border-bottom: 1px solid var(--border-color-1);
}

.faq-item:first-child {
  border-top: 1px solid var(--border-color-1);
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--x3);
  padding: var(--x2) 0;
  cursor: pointer;
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f4);
  line-height: var(--g4);
  color: var(--c1);
}

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

.faq-item summary::after {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232179B8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: rotate(180deg);
}

.faq-item .faq-body {
  padding: 0 0 var(--x2);
  color: var(--c1);
  max-width: 820px;
  font-size: var(--f5);
  line-height: var(--g5);
}

.faq-item .faq-body p {
  margin-bottom: var(--x3);
}

.faq-item .faq-body p:last-child {
  margin-bottom: 0;
}

.invite-card {
  background: var(--bg1);
  border: 1px solid var(--border-color-1);
  border-radius: var(--radius-xl);
  padding: var(--x2);
  box-shadow: var(--shadow-sm);
}

.invite-card.center {
  max-width: 640px;
  margin-inline: auto;
}

.invite-head {
  display: flex;
  align-items: center;
  gap: var(--x3);
  margin-bottom: var(--x3);
}

.invite-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--ca);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font2);
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
}

.invite-agent-name {
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
}

.invite-agent-role {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.invite-prompt {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
  margin-bottom: var(--x3);
}

.invite-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--x5);
  margin-bottom: var(--x3);
}

.invite-chip {
  background: var(--bg2);
  color: var(--ca);
  border: 1px solid var(--color-primary-light);
  padding: var(--x5) var(--x4);
  border-radius: var(--radius-full);
  font-family: var(--font1);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.invite-chip:hover {
  background: var(--color-primary-light);
  color: var(--ca);
}

.invite-primary {
  width: 100%;
}

.invite-tele {
  text-align: center;
  margin-top: var(--x3);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.invite-tele a {
  color: var(--ca);
  font-weight: 600;
}

.invite-email {
  display: block;
  text-align: center;
  font-size: var(--f6);
  line-height: var(--g6);
  margin-top: var(--x5);
  color: var(--c2);
}

.invite-email a {
  color: var(--ca);
  font-weight: 600;
}

.invite-disclosure {
  margin-top: var(--x3);
  padding-top: var(--x3);
  border-top: 1px solid var(--border-color-1);
  font-size: 12px;
  line-height: 18px;
  color: var(--c2);
}

.symptom-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x3);
  grid-auto-rows: 1fr;
  margin-bottom: 0;
  padding: 0;
}

.symptom-card {
  display: flex;
  flex-direction: column;
  gap: var(--x3);
  padding: var(--x2);
  background: var(--bg1);
  border: 1px solid var(--border-color-1);
  border-radius: var(--radius-lg);
  height: 100%;
  transition: box-shadow 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}

.symptom-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  border-color: var(--border-color-3);
}

.symptom-card-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: var(--bg2);
  color: var(--ca);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.symptom-card-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}

.symptom-card h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
}

.symptom-card p {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.symptom-card .button {
  margin-top: auto;
  align-self: flex-start;
}

@media (min-width: 600px) {
  .symptom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 960px) {
  .symptom-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.step-list {
  max-width: 820px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: var(--x2);
  counter-reset: step;
  padding: 0;
}

.step-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: var(--x3);
  padding: var(--x2);
  background: var(--bg1);
  border: 1px solid var(--border-color-1);
  border-radius: var(--radius-lg);
  align-items: start;
}

.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--bg2);
  color: var(--ca);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font2);
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}

.step-body h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
  margin-bottom: var(--x5);
}

.step-body p {
  color: var(--c1);
  font-size: var(--f5);
  line-height: var(--g5);
}

.brands-strip {
  display: flex;
  flex-wrap: wrap;
  gap: var(--x5);
  justify-content: center;
  max-width: 820px;
  margin-inline: auto;
}

.brand-chip {
  background: var(--bg1);
  color: var(--c1);
  border: 1px solid var(--border-color-1);
  padding: var(--x5) var(--x3);
  border-radius: var(--radius-full);
  font-family: var(--font1);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 600;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.brand-chip:hover {
  color: var(--ca);
  border-color: var(--border-color-3);
  background: var(--bg2);
}

.coverage-snapshot {
  background: var(--bg-subtle);
}

.speakable-lead, .speakable-coverage {
  max-width: 820px;
  margin-inline: auto;
  margin-bottom: var(--x1);
  padding: var(--x2);
  background: var(--bg1);
  border-left: 4px solid var(--ca);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 18px;
  line-height: 30px;
  color: var(--c1);
  box-shadow: var(--shadow-sm);
}

.speakable-coverage {
  background: var(--bg2);
}

.speakable-coverage a {
  font-weight: 600;
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--x3);
  padding: var(--x2);
  background: var(--bg1);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color-1);
  margin-bottom: 0;
}

.stat {
  text-align: center;
}

.stat-value {
  font-family: var(--font2);
  font-weight: 800;
  font-size: 32px;
  line-height: 1.1;
  color: var(--ca);
}

.stat-label {
  margin-top: var(--x5);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

@media (min-width: 752px) {
  .stats-band {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--x1);
  }
  .stat-value {
    font-size: 40px;
    line-height: 44px;
  }
}
.compare-table-wrap {
  overflow-x: auto;
  max-width: var(--w-content);
  margin-inline: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color-1);
}

.compare-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  background: var(--bg1);
}

.compare-table caption {
  text-align: left;
  padding: var(--x3) var(--x2);
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f4);
  line-height: var(--g4);
  color: var(--c1);
  background: var(--bg-subtle);
  border-bottom: 1px solid var(--border-color-1);
}

.compare-table th, .compare-table td {
  padding: var(--x3) var(--x2);
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--border-color-1);
  font-size: var(--f5);
  line-height: var(--g5);
}

.compare-table tr:last-child th, .compare-table tr:last-child td {
  border-bottom: 0;
}

.compare-table th {
  width: 40%;
  background: var(--bg-subtle);
  color: var(--c1);
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f5);
  line-height: var(--g5);
  position: sticky;
  left: 0;
}

.compare-table td {
  color: var(--c1);
}

.article-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x2);
  max-width: 720px;
  margin-inline: auto;
}

@media (min-width: 960px) {
  .article-shell {
    grid-template-columns: minmax(0, 720px) 260px;
    justify-content: center;
    gap: var(--x1);
    max-width: none;
  }
}
.toc-mobile {
  margin-bottom: var(--x2);
  display: block;
}

.toc-mobile summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--x3);
  padding: var(--x3);
  cursor: pointer;
  background: var(--bg-subtle);
  border: 1px solid var(--border-color-1);
  border-radius: var(--radius-md);
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
}

.toc-mobile summary::-webkit-details-marker {
  display: none;
}

.toc-mobile summary::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232179B8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}

.toc-mobile[open] summary::after {
  transform: rotate(180deg);
}

.toc-mobile ol {
  list-style: decimal inside;
  margin: var(--x3) 0 0;
  padding: var(--x3);
  background: var(--bg1);
  border: 1px solid var(--border-color-1);
  border-radius: var(--radius-md);
  font-size: var(--f6);
  line-height: var(--g6);
  display: flex;
  flex-direction: column;
  gap: var(--x5);
}

.toc-mobile a {
  color: var(--c1);
}

.toc-mobile a:hover {
  color: var(--ca);
}

.toc-desktop {
  display: none;
}

@media (min-width: 960px) {
  .toc-mobile {
    display: none;
  }
  .toc-desktop {
    display: block;
    position: sticky;
    top: calc(var(--nav-height) + var(--x2));
    align-self: start;
    padding: var(--x2);
    background: var(--bg-subtle);
    border: 1px solid var(--border-color-1);
    border-radius: var(--radius-md);
    max-height: calc(100vh - var(--nav-height) - var(--x2) * 2);
    overflow-y: auto;
  }
  .toc-desktop h2 {
    font-size: var(--f6);
    line-height: var(--g6);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--c2);
    margin-bottom: var(--x3);
  }
  .toc-desktop ol {
    list-style: decimal inside;
    display: flex;
    flex-direction: column;
    gap: var(--x5);
    font-size: var(--f6);
    line-height: var(--g6);
    padding: 0;
  }
  .toc-desktop a {
    color: var(--c1);
    display: inline-block;
    padding: 2px 0;
  }
  .toc-desktop a:hover, .toc-desktop a.is-active {
    color: var(--ca);
    font-weight: 600;
  }
}
.article-body {
  max-width: 720px;
  margin-inline: auto;
}

@media (min-width: 960px) {
  .article-body {
    max-width: none;
    margin-inline: 0;
  }
}
.article-body h2 {
  font-size: var(--f3);
  line-height: 1.2;
  font-weight: 800;
  margin: var(--x1) 0 var(--x3);
  scroll-margin-top: calc(var(--nav-height) + var(--x3));
}

.article-body h2:first-child {
  margin-top: 0;
}

@media (min-width: 752px) {
  .article-body h2 {
    font-size: var(--f2);
    line-height: var(--g2);
  }
}
.article-body h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
  margin: var(--x2) 0 var(--x3);
}

.article-body p {
  margin-bottom: var(--x2);
  font-size: var(--f5);
  line-height: var(--g5);
}

.article-body ul, .article-body ol {
  padding-left: var(--x2);
  margin: var(--x3) 0;
}

.article-body ul li {
  list-style: disc;
  margin-bottom: var(--x5);
  font-size: var(--f5);
  line-height: var(--g5);
}

.article-body ol li {
  list-style: decimal;
  margin-bottom: var(--x5);
  font-size: var(--f5);
  line-height: var(--g5);
}

.article-body .lead {
  font-size: 19px;
  line-height: 30px;
  color: var(--c1);
  padding: var(--x3) var(--x2);
  background: var(--bg2);
  border-left: 4px solid var(--ca);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin-bottom: var(--x1);
}

.article-figure {
  margin-block: var(--x2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-color-1);
}

.article-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.article-figure figcaption {
  padding: var(--x4) var(--x3);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  background: var(--bg-subtle);
  border-top: 1px solid var(--border-color-1);
}

.callout {
  margin-block: var(--x2);
  padding: var(--x3) var(--x2);
  background: var(--bg2);
  border-left: 3px solid var(--ca);
  border-radius: 0 var(--x4) var(--x4) 0;
  color: var(--c1);
  font-size: var(--f5);
  line-height: var(--g5);
}

.callout.alert {
  background: var(--bg-callout-alert);
  color: var(--c1);
  border-left-color: var(--bg-button-alert);
}

.callout.note {
  background: var(--bg2);
  border-left-color: var(--ca);
}

.callout.warning {
  background: var(--bg-warning-tint);
  border-left: 4px solid var(--bg-button-alert);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.callout.warning strong {
  color: var(--c1);
  font-weight: 700;
}

.callout.takeaway {
  background: var(--bg2);
  border-left: 4px solid var(--ca);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.callout.takeaway h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 800;
  margin-bottom: var(--x3);
  color: var(--c1);
}

.callout.takeaway ul {
  padding-left: var(--x2);
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: var(--x5);
}

.callout.takeaway ul li {
  list-style: disc;
  margin-bottom: 0;
  font-size: var(--f5);
  line-height: var(--g5);
}

.callout.takeaway ul li strong {
  color: var(--c1);
  font-weight: 700;
}

.cta-inline {
  margin-block: var(--x1);
  padding: var(--x2);
  background: var(--bg-subtle);
  border: 1px solid var(--border-color-1);
  border-radius: var(--radius-lg);
}

.cta-inline.final {
  background: var(--bg2);
  border-color: var(--color-primary-light);
}

.cta-inline h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
  color: var(--c1);
  margin-bottom: var(--x3);
}

.cta-inline p {
  margin-bottom: var(--x3);
  color: var(--c2);
  font-size: var(--f5);
  line-height: var(--g5);
}

.cta-inline .chat-dual-cta {
  margin-top: 0;
}

.related-section {
  background: var(--bg-subtle);
}

.related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x3);
  margin-bottom: 0;
  padding: 0;
}

.related-card {
  display: flex;
  flex-direction: column;
  background: var(--bg1);
  border: 1px solid var(--border-color-1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
  height: 100%;
  color: var(--c1);
}

.related-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  border-color: var(--border-color-3);
  text-decoration: none;
  color: var(--c1);
}

.related-thumb {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--bg2) 0%, var(--color-primary-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ca);
  position: relative;
}

.related-thumb svg {
  width: 48px;
  height: 48px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.4;
  opacity: 0.55;
}

.related-body {
  padding: var(--x2);
  display: flex;
  flex-direction: column;
  gap: var(--x5);
  flex: 1;
}

.related-category {
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c2);
}

.related-title {
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f4);
  line-height: 1.25;
  color: var(--c1);
}

.related-meta {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  margin-top: auto;
}

@media (min-width: 600px) {
  .related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--x2);
  }
}
.timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x3);
  counter-reset: step;
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: 0;
  padding: 0;
}

.timeline-item {
  position: relative;
  padding: var(--x2);
  background: var(--bg1);
  border: 1px solid var(--border-color-1);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  gap: var(--x5);
}

.timeline-year {
  font-family: var(--font2);
  font-weight: 800;
  font-size: calc(var(--f2) * 1.05);
  line-height: 1;
  color: var(--ca);
  letter-spacing: -0.02em;
}

.timeline-item h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
  color: var(--c1);
}

.timeline-item p {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

@media (min-width: 752px) {
  .timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--x2);
  }
}
.error-hero {
  padding-block: var(--x1);
  background: linear-gradient(180deg, var(--bg-subtle) 0%, var(--bg1) 100%);
  border-bottom: 1px solid var(--border-color-1);
  text-align: center;
}

.error-hero-inner {
  max-width: 720px;
  margin-inline: auto;
}

.error-glyph {
  font-family: var(--font2);
  font-weight: 800;
  font-size: 96px;
  line-height: 1;
  color: var(--ca);
  letter-spacing: -0.03em;
  margin-bottom: var(--x3);
  opacity: 0.92;
}

.error-hero h1 {
  letter-spacing: -0.015em;
  margin-bottom: var(--x3);
}

.error-hero .sub-copy {
  font-size: 18px;
  line-height: 28px;
  color: var(--c2);
  max-width: 620px;
  margin-inline: auto;
  margin-bottom: var(--x2);
}

.error-hero .chat-dual-cta {
  justify-content: center;
  max-width: 560px;
  margin-inline: auto;
}

.error-hero .chat-disclosure-row {
  max-width: 620px;
  margin-inline: auto;
  text-align: center;
}

@media (min-width: 752px) {
  .error-hero {
    padding-block: calc(var(--x1) * 1.5) var(--x1);
  }
  .error-glyph {
    font-size: 120px;
    line-height: 1;
    margin-bottom: var(--x2);
  }
  .error-hero h1 {
    font-size: calc(var(--f1) * 1.15);
    line-height: 1.08;
  }
  .error-hero .sub-copy {
    font-size: 20px;
    line-height: 32px;
  }
}
.error-prose {
  max-width: 720px;
  margin-inline: auto;
}

.error-prose p {
  font-size: var(--f5);
  line-height: var(--g5);
  margin-bottom: var(--x3);
}

.error-prose p:last-child {
  margin-bottom: 0;
}

.error-prose ul {
  display: flex;
  flex-direction: column;
  gap: var(--x5);
  margin: var(--x3) 0;
  padding-left: var(--x2);
}

.error-prose ul li {
  list-style: disc;
  font-size: var(--f5);
  line-height: var(--g5);
}

.error-prose ul li strong {
  color: var(--c1);
  font-weight: 700;
}

.shortcut-grid-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--x3);
  max-width: 820px;
  margin-inline: auto;
  margin-bottom: 0;
  padding: 0;
}

@media (min-width: 752px) {
  .shortcut-grid-services {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.shortcut-service {
  display: flex;
  flex-direction: column;
  gap: var(--x5);
  padding: var(--x2) var(--x3);
  background: var(--bg1);
  border: 1px solid var(--border-color-1);
  border-radius: var(--radius-lg);
  color: var(--c1);
  min-height: 112px;
  text-align: left;
  transition: box-shadow 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}

.shortcut-service:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  border-color: var(--border-color-3);
  text-decoration: none;
  color: var(--c1);
}

.shortcut-service-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md);
  background: var(--bg2);
  color: var(--ca);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.shortcut-service-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}

.shortcut-service-name {
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
}

.shortcut-service-tag {
  margin-top: auto;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c2);
}

.shortcut-link {
  display: block;
  text-align: center;
  margin-top: var(--x3);
  font-family: var(--font1);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 600;
  color: var(--ca);
}

.shortcut-link:hover {
  text-decoration: underline;
}

.shortcut-grid-cities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--x3);
  max-width: 820px;
  margin-inline: auto;
  margin-bottom: 0;
  padding: 0;
}

@media (min-width: 560px) {
  .shortcut-grid-cities {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.shortcut-city {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--x5);
  padding: var(--x3);
  background: var(--bg1);
  border: 1px solid var(--border-color-1);
  border-radius: var(--radius-md);
  color: var(--c1);
  min-height: 80px;
  text-align: center;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.shortcut-city:hover {
  background: var(--bg2);
  border-color: var(--border-color-3);
  transform: translateY(-1px);
  text-decoration: none;
  color: var(--c1);
}

.shortcut-city-name {
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f5);
  line-height: 1.2;
  color: var(--c1);
}

.shortcut-city-region {
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c2);
}

.back-home-row {
  text-align: center;
  margin-top: var(--x1);
}

.back-home-row .button {
  min-width: 200px;
}

#footer {
  background: var(--bg-footer);
  color: #fff;
  padding-top: var(--x1);
}

#footer a {
  color: #fff;
  opacity: 0.88;
  text-decoration: none;
}

#footer a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x2);
  padding-bottom: var(--x1);
}

.footer-col h4 {
  color: #fff;
  font-size: var(--f5);
  line-height: var(--g5);
  margin-bottom: var(--x3);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: var(--x5);
  margin-bottom: 0;
  padding: 0;
}

.footer-col li {
  font-size: var(--f6);
  line-height: var(--g6);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: var(--x3);
}

.footer-brand .brand-mark {
  display: flex;
  align-items: center;
  gap: var(--x5);
  font-family: var(--font2);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  font-size: var(--f6);
  line-height: var(--g6);
}

.footer-brand .brand-mark img {
  height: 40px;
  width: auto;
}

.footer-brand p {
  color: var(--c-footer-muted);
  font-size: var(--f5);
  line-height: var(--g5);
}

.footer-bottom {
  border-top: 1px solid var(--bg-footer-line);
  padding-block: var(--x3);
  display: flex;
  flex-direction: column;
  gap: var(--x5);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c-footer-muted);
}

.footer-bottom-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--x3) var(--x2);
  align-items: center;
}

.footer-bottom a {
  color: #fff;
}

@media (min-width: 752px) {
  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: var(--x1);
  }
  .footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.sticky-mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  display: flex;
  background: var(--bg1);
  border-top: 1px solid var(--border-color-1);
  box-shadow: 0 -4px 12px rgba(17, 63, 101, 0.08);
}

.sticky-mobile-cta a, .sticky-mobile-cta button {
  flex: 1 1 50%;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--x5);
  font-weight: 600;
  font-family: var(--font1);
  font-size: var(--f5);
  line-height: var(--g5);
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.sticky-mobile-cta .sm-call {
  background: var(--ca);
}

.sticky-mobile-cta .sm-chat {
  background: var(--bg-button-alert);
}

.sticky-mobile-cta svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
}

@media (min-width: 960px) {
  .sticky-mobile-cta {
    display: none;
  }
}
.chat-launcher {
  position: fixed;
  right: var(--x2);
  bottom: var(--x2);
  z-index: 900;
  display: none;
  align-items: center;
  gap: var(--x5);
  padding: var(--x3) var(--x2);
  background: var(--bg-button-alert);
  color: #fff;
  border-radius: var(--radius-full);
  font-family: var(--font1);
  font-weight: 600;
  font-size: var(--f5);
  line-height: var(--g5);
  box-shadow: var(--shadow-lg);
  min-height: 56px;
  white-space: nowrap;
}

.chat-launcher:hover {
  background: var(--bg-button-alert-hover);
  color: #fff;
  text-decoration: none;
}

.chat-launcher svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
}

@media (min-width: 960px) {
  .chat-launcher {
    display: inline-flex;
  }
}
.chat-panel {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  background: rgba(15, 28, 46, 0.55);
  align-items: flex-end;
  justify-content: center;
}

.chat-panel[aria-hidden=false], .chat-panel.open {
  display: flex;
}

.chat-panel-inner {
  background: var(--bg1);
  width: 100%;
  max-width: 600px;
  max-height: 80vh;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.chat-panel-header {
  display: flex;
  align-items: center;
  gap: var(--x3);
  padding: var(--x3) var(--x2);
  border-bottom: 1px solid var(--border-color-1);
}

.chat-panel-header .invite-avatar {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}

.chat-panel-title {
  flex: 1;
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
}

.chat-panel-close {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  color: var(--c1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.chat-panel-close:hover {
  background: var(--bg-subtle);
}

.chat-panel-thread {
  padding: var(--x3) var(--x2);
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: var(--x3);
}

.chat-msg {
  max-width: 85%;
  padding: var(--x3);
  border-radius: var(--radius-lg);
  font-size: var(--f5);
  line-height: var(--g5);
}

.chat-msg.agent {
  background: var(--bg2);
  color: var(--c1);
  align-self: flex-start;
}

.chat-msg.user {
  background: var(--ca);
  color: #fff;
  align-self: flex-end;
}

.chat-panel-composer {
  display: flex;
  gap: var(--x5);
  padding: var(--x3) var(--x2);
  border-top: 1px solid var(--border-color-1);
}

.chat-panel-composer input {
  flex: 1;
  min-height: 44px;
  padding: var(--x4) var(--x3);
  font-family: var(--font1);
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
  border: 1px solid var(--border-color-2);
  border-radius: var(--radius-md);
  background: var(--bg1);
}

.chat-panel-composer input:focus {
  outline: 4px solid rgba(33, 121, 184, 0.55);
  outline-offset: 1px;
  border-color: var(--ca);
}

.chat-panel-tele {
  padding: 0 var(--x2) var(--x3);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  text-align: center;
}

@media (min-width: 752px) {
  .chat-panel {
    align-items: flex-end;
    justify-content: flex-end;
    padding: var(--x2);
  }
  .chat-panel-inner {
    max-width: 600px;
    height: 720px;
    max-height: calc(100vh - var(--x2) * 2);
    border-radius: var(--radius-xl);
  }
}
label {
  display: inline-block;
  font-family: var(--font1);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 600;
  color: var(--c1);
  margin-bottom: var(--x5);
}

input, textarea, select {
  font-family: var(--font1);
  font-size: var(--f5);
  line-height: 1em;
  color: var(--c1);
  padding: var(--x4) var(--x3);
  border: 1.5px solid var(--border-color-2);
  border-radius: var(--radius-md);
  background: var(--bg1);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

input:focus, textarea:focus, select:focus {
  outline: 4px solid rgba(33, 121, 184, 0.55);
  outline-offset: 1px;
  border-color: var(--ca);
}

textarea {
  line-height: inherit;
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: inline-block;
  width: auto;
  margin-right: var(--x5);
  padding: 0;
  vertical-align: middle;
}

.page-container {
  max-width: var(--w-content);
  margin-inline: auto;
}

.headline-area {
  margin-bottom: var(--x2);
}

.page-title {
  font-family: var(--font2);
  font-weight: 800;
  font-size: var(--f2);
  line-height: var(--g2);
  margin-bottom: var(--x3);
  color: var(--c1);
}

@media (min-width: 752px) {
  .page-title {
    font-size: var(--f1);
    line-height: var(--g1);
  }
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4 {
  font-family: var(--font2);
  color: var(--c1);
}

.page-content h1 {
  font-size: var(--f2);
  line-height: var(--g2);
  font-weight: 800;
  margin: var(--x1) 0 var(--x3);
}

.page-content h1:first-child {
  margin-top: 0;
}

.page-content h2 {
  font-size: var(--f3);
  line-height: var(--g3);
  font-weight: 700;
  margin: var(--x1) 0 var(--x3);
}

.page-content h2:first-child {
  margin-top: 0;
}

.page-content h1 + h2, .page-content h2 + h3 {
  margin-top: var(--x3);
}

.page-content hr + h2 {
  margin-top: var(--x3);
}

.page-content h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
  margin: var(--x2) 0 var(--x3);
}

.page-content h4 {
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 600;
  margin: var(--x2) 0 var(--x3);
}

.page-content p, .page-content ul, .page-content ol, .page-content blockquote, .page-content pre, .page-content img, .page-content .callout, .page-content .caption {
  margin-bottom: var(--x2);
}

.page-content p:last-child, .page-content ul:last-child, .page-content ol:last-child, .page-content blockquote:last-child, .page-content pre:last-child, .page-content img:last-child, .page-content .callout:last-child, .page-content .caption:last-child {
  margin-bottom: 0;
}

.page-content ul {
  list-style: disc;
  margin-left: var(--x2);
}

.page-content ol {
  list-style: decimal;
  margin-left: var(--x2);
}

.page-content ul ul, .page-content ol ol, .page-content ul ol, .page-content ol ul {
  margin-left: var(--x2);
  margin-top: var(--x5);
  margin-bottom: var(--x5);
}

.page-content li {
  margin-bottom: var(--x5);
  font-size: var(--f5);
  line-height: var(--g5);
}

.page-content li:last-child {
  margin-bottom: 0;
}

.page-content .callout > :last-child {
  margin-bottom: 0;
}

.page-content .caption {
  margin-top: var(--x5);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.page-content > :last-child {
  margin-bottom: 0;
}

@media (min-width: 752px) {
  .page-content .caption {
    margin-top: var(--x4);
  }
}
.impact {
  font-family: var(--font2);
  font-weight: 800;
  font-size: var(--f4);
  line-height: var(--g4);
  color: var(--ca);
}

@media (min-width: 752px) {
  .impact {
    font-size: var(--f3);
    line-height: var(--g3);
  }
}
.pop {
  box-shadow: var(--shadow-lg);
  border-radius: var(--radius-md);
}

.highlight {
  background: var(--bg2);
  padding: 0 var(--x5);
  border-radius: var(--radius-sm);
}

.drop-cap {
  font-family: var(--font2);
  font-weight: 800;
  font-size: 56px;
  line-height: 1;
  color: var(--ca);
  float: left;
  margin-right: var(--x4);
  padding-top: 4px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms;
    transition-duration: 0.001ms;
    scroll-behavior: auto;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.section-tint {
  background: var(--bg-subtle);
}

/* PAGE patches v1 — rules for ACW_Page_Body classes */
.split-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x1);
  align-items: center;
}

@media (min-width: 900px) {
  .split-feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.split-feature-copy .eyebrow {
  display: block;
  font-family: var(--font1);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  color: var(--ca);
  letter-spaces: 0.08em;
  text-transform: uppercase;
  margin-block-end: var(--x5);
}

.split-feature-copy h2 {
  margin-block-end: var(--x3);
}

.split-feature-media img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(17, 63, 101, 0.08);
  display: block;
}

.checkmark-list {
  list-style: none;
  padding: 0;
  margin: var(--x2) 0;
  display: flex;
  flex-direction: column;
  gap: var(--x3);
}

.checkmark-list > li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: var(--x4);
  align-items: start;
}

.checkmark-list > li > .check-icon {
  width: 24px;
  height: 24px;
  stroke: var(--ca);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-block-start: 4px;
  flex-shrink: 0;
}

.checkmark-list > li > p {
  margin: 0;
  color: var(--c2);
  font-size: var(--f5);
  line-height: var(--g5);
}

.checkmark-list > li > p strong {
  color: var(--c1);
  font-weight: 700;
}

.about-why {
  padding-block: var(--x1);
}

.about-timeline {
  padding-block: var(--x1);
  background: var(--bg2);
}

.about-coverage {
  padding-block: var(--x1);
}

.about-coverage [data-speakable] {
  font-size: var(--f4);
  line-height: var(--g4);
  color: var(--c1);
  text-align: center;
}

.contact-body {
  padding-block: var(--x1);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x1);
  align-items: start;
}

@media (min-width: 900px) {
  .contact-grid {
    grid-template-columns: 1.1fr 1fr;
  }
}
.contact-copy h2 {
  margin-block-end: var(--x3);
}

.contact-copy h3 {
  margin-block-start: var(--x1);
  margin-block-end: var(--x4);
  font-size: var(--f4);
  line-height: var(--g4);
}

.contact-steps {
  padding-inline-start: var(--x3);
  color: var(--c2);
  font-size: var(--f5);
  line-height: var(--g5);
}

.contact-steps > li {
  margin-block-end: var(--x4);
}

.callout.note {
  display: block;
  background: var(--bg2);
  border-inline-start: 4px solid var(--ca);
  padding: var(--x3);
  border-radius: 8px;
  margin-block: var(--x2);
}

.callout.note h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  margin-block-end: var(--x5);
  color: var(--c1);
}

.callout.note p {
  margin: 0;
  color: var(--c1);
}

.warranty-cta {
  padding-block: var(--x1);
}

.cta-inline {
  background: var(--bg2);
  border-radius: 12px;
  padding: var(--x1);
  text-align: center;
}

.cta-inline h3 {
  font-size: var(--f3);
  line-height: var(--g3);
  margin-block-end: var(--x5);
  color: var(--c1);
}

.cta-inline p {
  color: var(--c2);
  margin-block-end: var(--x3);
}

.cta-inline .chat-dual-cta {
  justify-content: center;
}

.inline-chat-link {
  background: none;
  border: 0;
  padding: 0;
  color: var(--ca);
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
}

.page-main #page-body {
  padding-block: var(--x1);
}

.page-main .prose h2 {
  margin-block-start: var(--x1);
  margin-block-end: var(--x3);
}

.page-main .prose h2:first-child {
  margin-block-start: 0;
}

.page-main .prose p {
  margin-block-end: var(--x3);
}

.page-main .prose ol {
  padding-inline-start: var(--x3);
  margin-block-end: var(--x3);
}

/* /PAGE patches v1 */
/* PAGE patches v1 — rules for ACW_Page_Body classes */
.split-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x1);
  align-items: center;
}

@media (min-width: 900px) {
  .split-feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.split-feature-copy .eyebrow {
  display: block;
  font-family: var(--font1);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  color: var(--ca);
  letter-spaces: 0.08em;
  text-transform: uppercase;
  margin-block-end: var(--x5);
}

.split-feature-copy h2 {
  margin-block-end: var(--x3);
}

.split-feature-media img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(17, 63, 101, 0.08);
  display: block;
}

.checkmark-list {
  list-style: none;
  padding: 0;
  margin: var(--x2) 0;
  display: flex;
  flex-direction: column;
  gap: var(--x3);
}

.checkmark-list > li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: var(--x4);
  align-items: start;
}

.checkmark-list > li > .check-icon {
  width: 24px;
  height: 24px;
  stroke: var(--ca);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-block-start: 4px;
  flex-shrink: 0;
}

.checkmark-list > li > p {
  margin: 0;
  color: var(--c2);
  font-size: var(--f5);
  line-height: var(--g5);
}

.checkmark-list > li > p strong {
  color: var(--c1);
  font-weight: 700;
}

.about-why {
  padding-block: var(--x1);
}

.about-timeline {
  padding-block: var(--x1);
  background: var(--bg2);
}

.about-coverage {
  padding-block: var(--x1);
}

.about-coverage [data-speakable] {
  font-size: var(--f4);
  line-height: var(--g4);
  color: var(--c1);
  text-align: center;
}

.contact-body {
  padding-block: var(--x1);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x1);
  align-items: start;
}

@media (min-width: 900px) {
  .contact-grid {
    grid-template-columns: 1.1fr 1fr;
  }
}
.contact-copy h2 {
  margin-block-end: var(--x3);
}

.contact-copy h3 {
  margin-block-start: var(--x1);
  margin-block-end: var(--x4);
  font-size: var(--f4);
  line-height: var(--g4);
}

.contact-steps {
  padding-inline-start: var(--x3);
  color: var(--c2);
  font-size: var(--f5);
  line-height: var(--g5);
}

.contact-steps > li {
  margin-block-end: var(--x4);
}

.callout.note {
  display: block;
  background: var(--bg2);
  border-inline-start: 4px solid var(--ca);
  padding: var(--x3);
  border-radius: 8px;
  margin-block: var(--x2);
}

.callout.note h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  margin-block-end: var(--x5);
  color: var(--c1);
}

.callout.note p {
  margin: 0;
  color: var(--c1);
}

.warranty-cta {
  padding-block: var(--x1);
}

.cta-inline {
  background: var(--bg2);
  border-radius: 12px;
  padding: var(--x1);
  text-align: center;
}

.cta-inline h3 {
  font-size: var(--f3);
  line-height: var(--g3);
  margin-block-end: var(--x5);
  color: var(--c1);
}

.cta-inline p {
  color: var(--c2);
  margin-block-end: var(--x3);
}

.cta-inline .chat-dual-cta {
  justify-content: center;
}

.inline-chat-link {
  background: none;
  border: 0;
  padding: 0;
  color: var(--ca);
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
}

.page-main #page-body {
  padding-block: var(--x1);
}

.page-main .prose h2 {
  margin-block-start: var(--x1);
  margin-block-end: var(--x3);
}

.page-main .prose h2:first-child {
  margin-block-start: 0;
}

.page-main .prose p {
  margin-block-end: var(--x3);
}

.page-main .prose ol {
  padding-inline-start: var(--x3);
  margin-block-end: var(--x3);
}

/* Contact page */
.contact-stats {
  padding-block: var(--x1);
}

.contact-next {
  padding-block: var(--x1);
}

.contact-ways {
  padding-block: var(--x1);
}

.contact-ways-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x2);
}

@media (min-width: 760px) {
  .contact-ways-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--x1);
  }
}
.contact-way-card {
  background: var(--bg1);
  border: 1px solid var(--border1);
  border-radius: 12px;
  padding: var(--x2);
  display: flex;
  flex-direction: column;
  gap: var(--x4);
  height: 100%;
}

.contact-way-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bg2);
  color: var(--ca);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-way-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-way-card h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  margin: 0;
}

.contact-way-primary {
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f4);
  line-height: var(--g4);
  color: var(--ca);
  text-decoration: none;
}

.contact-way-primary:hover {
  text-decoration: underline;
}

.contact-way-note {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  margin: 0;
}

.contact-coverage {
  padding-block: var(--x1);
}

.contact-prep {
  padding-block: var(--x1);
}

/* Legal-page sticky TOC (privacy + terms) */
.legal-body {
  padding-block: var(--x1);
}

.legal-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x2);
}

@media (min-width: 960px) {
  .legal-shell {
    grid-template-columns: 240px 1fr;
    gap: var(--x1);
    align-items: start;
  }
  .legal-toc {
    position: sticky;
    top: 96px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
}
.legal-toc {
  background: var(--bg2);
  border-radius: 12px;
  padding: var(--x3);
}

.legal-toc-label {
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
  margin: 0 0 var(--x4) 0;
}

.legal-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--x5);
}

.legal-toc-list > li > a {
  display: block;
  color: var(--ca);
  text-decoration: none;
  font-size: var(--f6);
  line-height: var(--g6);
  padding: var(--x5) 0;
  border-bottom: 1px solid transparent;
}

.legal-toc-list > li > a:hover {
  text-decoration: underline;
}

.legal-toc-note {
  margin: var(--x3) 0 0 0;
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.legal-toc-note a {
  color: var(--ca);
}

.legal-prose h2:first-child {
  margin-block-start: 0;
}

.legal-prose h2 {
  margin-block-start: var(--x1);
  margin-block-end: var(--x3);
}

.legal-prose p {
  margin-block-end: var(--x3);
}

/* /PAGE patches v1 */
/* PAGE patches v1 — rules for ACW_Page_Body classes */
.split-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x1);
  align-items: center;
}

@media (min-width: 900px) {
  .split-feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.split-feature-copy .eyebrow {
  display: block;
  font-family: var(--font1);
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  color: var(--ca);
  letter-spaces: 0.08em;
  text-transform: uppercase;
  margin-block-end: var(--x5);
}

.split-feature-copy h2 {
  margin-block-end: var(--x3);
}

.split-feature-media img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(17, 63, 101, 0.08);
  display: block;
}

.checkmark-list {
  list-style: none;
  padding: 0;
  margin: var(--x2) 0;
  display: flex;
  flex-direction: column;
  gap: var(--x3);
}

.checkmark-list > li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: var(--x4);
  align-items: start;
}

.checkmark-list > li > .check-icon {
  width: 24px;
  height: 24px;
  stroke: var(--ca);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-block-start: 4px;
  flex-shrink: 0;
}

.checkmark-list > li > p {
  margin: 0;
  color: var(--c2);
  font-size: var(--f5);
  line-height: var(--g5);
}

.checkmark-list > li > p strong {
  color: var(--c1);
  font-weight: 700;
}

.about-why {
  padding-block: var(--x1);
}

.about-timeline {
  padding-block: var(--x1);
  background: var(--bg2);
}

.about-coverage {
  padding-block: var(--x1);
}

.about-coverage [data-speakable] {
  font-size: var(--f4);
  line-height: var(--g4);
  color: var(--c1);
  text-align: center;
}

.contact-body {
  padding-block: var(--x1);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x1);
  align-items: start;
}

@media (min-width: 900px) {
  .contact-grid {
    grid-template-columns: 1.1fr 1fr;
  }
}
.contact-copy h2 {
  margin-block-end: var(--x3);
}

.contact-copy h3 {
  margin-block-start: var(--x1);
  margin-block-end: var(--x4);
  font-size: var(--f4);
  line-height: var(--g4);
}

.contact-steps {
  padding-inline-start: var(--x3);
  color: var(--c2);
  font-size: var(--f5);
  line-height: var(--g5);
}

.contact-steps > li {
  margin-block-end: var(--x4);
}

.callout.note {
  display: block;
  background: var(--bg2);
  border-inline-start: 4px solid var(--ca);
  padding: var(--x3);
  border-radius: 8px;
  margin-block: var(--x2);
}

.callout.note h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  margin-block-end: var(--x5);
  color: var(--c1);
}

.callout.note p {
  margin: 0;
  color: var(--c1);
}

.warranty-cta {
  padding-block: var(--x1);
}

.cta-inline {
  background: var(--bg2);
  border-radius: 12px;
  padding: var(--x1);
  text-align: center;
}

.cta-inline h3 {
  font-size: var(--f3);
  line-height: var(--g3);
  margin-block-end: var(--x5);
  color: var(--c1);
}

.cta-inline p {
  color: var(--c2);
  margin-block-end: var(--x3);
}

.cta-inline .chat-dual-cta {
  justify-content: center;
}

.inline-chat-link {
  background: none;
  border: 0;
  padding: 0;
  color: var(--ca);
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
}

.page-main #page-body {
  padding-block: var(--x1);
}

.page-main .prose h2 {
  margin-block-start: var(--x1);
  margin-block-end: var(--x3);
}

.page-main .prose h2:first-child {
  margin-block-start: 0;
}

.page-main .prose p {
  margin-block-end: var(--x3);
}

.page-main .prose ol {
  padding-inline-start: var(--x3);
  margin-block-end: var(--x3);
}

/* Contact page */
.contact-stats {
  padding-block: var(--x1);
}

.contact-next {
  padding-block: var(--x1);
}

.contact-ways {
  padding-block: var(--x1);
}

.contact-ways-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x2);
}

@media (min-width: 760px) {
  .contact-ways-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--x1);
  }
}
.contact-way-card {
  background: var(--bg1);
  border: 1px solid var(--border1);
  border-radius: 12px;
  padding: var(--x2);
  display: flex;
  flex-direction: column;
  gap: var(--x4);
  height: 100%;
}

.contact-way-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bg2);
  color: var(--ca);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-way-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-way-card h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  margin: 0;
}

.contact-way-primary {
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f4);
  line-height: var(--g4);
  color: var(--ca);
  text-decoration: none;
}

.contact-way-primary:hover {
  text-decoration: underline;
}

.contact-way-note {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  margin: 0;
}

.contact-coverage {
  padding-block: var(--x1);
}

.contact-prep {
  padding-block: var(--x1);
}

/* Legal-page sticky TOC (privacy + terms) */
.legal-body {
  padding-block: var(--x1);
}

.legal-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x2);
}

@media (min-width: 960px) {
  .legal-shell {
    grid-template-columns: 240px 1fr;
    gap: var(--x1);
    align-items: start;
  }
  .legal-toc {
    position: sticky;
    top: 96px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
}
.legal-toc {
  background: var(--bg2);
  border-radius: 12px;
  padding: var(--x3);
}

.legal-toc-label {
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
  margin: 0 0 var(--x4) 0;
}

.legal-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--x5);
}

.legal-toc-list > li > a {
  display: block;
  color: var(--ca);
  text-decoration: none;
  font-size: var(--f6);
  line-height: var(--g6);
  padding: var(--x5) 0;
  border-bottom: 1px solid transparent;
}

.legal-toc-list > li > a:hover {
  text-decoration: underline;
}

.legal-toc-note {
  margin: var(--x3) 0 0 0;
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.legal-toc-note a {
  color: var(--ca);
}

.legal-prose h2:first-child {
  margin-block-start: 0;
}

.legal-prose h2 {
  margin-block-start: var(--x1);
  margin-block-end: var(--x3);
}

.legal-prose p {
  margin-block-end: var(--x3);
}

/* Index pages (/services/, /cities/, /articles/) */
.index-intro {
  padding-block: var(--x2) 0;
}

.index-intro .prose p {
  font-size: var(--f4);
  line-height: var(--g4);
  color: var(--c1);
  margin: 0;
  text-align: center;
}

.index-not-sure {
  padding-block: var(--x1);
}

.index-not-sure .prose {
  text-align: center;
  margin-block-end: var(--x3);
}

.index-not-sure .cta-inline {
  margin-inline: auto;
  max-width: 640px;
}

/* Articles-grid (listing on /articles/) */
.articles-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x2);
}

@media (min-width: 760px) {
  .articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .articles-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.article-card {
  background: var(--bg1);
  border: 1px solid var(--border1);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.article-card-link {
  display: flex;
  flex-direction: column;
  gap: var(--x3);
  padding: var(--x2);
  height: 100%;
  text-decoration: none;
  color: var(--c1);
}

.article-card-link:hover {
  background: var(--bg2);
}

.article-card-meta-top .category-chip {
  display: inline-block;
  font-family: var(--font1);
  font-weight: 600;
  font-size: var(--f6);
  line-height: var(--g6);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ca);
  background: var(--bg2);
  padding: 4px 10px;
  border-radius: 9999px;
}

.article-card-title {
  font-family: var(--font2);
  font-weight: 700;
  font-size: var(--f4);
  line-height: var(--g4);
  color: var(--c1);
  margin: 0;
}

.article-card-excerpt {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  margin: 0;
}

.article-card-meta {
  margin-top: auto;
  display: flex;
  gap: var(--x4);
  align-items: center;
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.article-card-arrow {
  margin-left: auto;
  color: var(--ca);
  font-weight: 700;
}

/* /PAGE patches v1 */