.local-page {
  --local-blue: #0369a1;
  --local-ink: #102638;
  --local-muted: #40586f;
  --local-border: #d7e5f0;
}

.local-page .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;
}

.local-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  min-height: 470px;
  background:
    radial-gradient(820px 430px at 0% 0%, rgba(125, 168, 199, .32), transparent 70%),
    linear-gradient(135deg, #f5faff 0%, #e8f3fb 100%);
  overflow: hidden;
}

.local-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 46px;
}

.local-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
  color: #5b7184;
  font-size: .78rem;
  font-weight: 700;
}

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

.local-kicker {
  margin: 0 0 11px;
  color: var(--local-blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.local-hero h1 {
  max-width: 17ch;
  margin: 0;
  color: var(--local-ink);
  font-size: clamp(2.3rem, 4.4vw, 4rem);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.local-hero__lead {
  max-width: 56ch;
  margin: 20px 0 0;
  color: #344d63;
  font-size: 1.05rem;
  line-height: 1.7;
}

.local-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 26px;
}

.local-hero__media {
  position: relative;
  min-height: 420px;
}

.local-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(232, 243, 251, .9) 0%, rgba(232, 243, 251, 0) 28%);
  pointer-events: none;
}

.local-hero__media picture,
.local-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.local-hero__media img {
  object-fit: cover;
}

.local-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--local-border);
  border-bottom: 1px solid var(--local-border);
  background: #fff;
}

.local-proof__item {
  padding: 22px 26px;
  border-right: 1px solid var(--local-border);
}

.local-proof__item:last-child {
  border-right: 0;
}

.local-proof__item strong,
.local-proof__item span {
  display: block;
}

.local-proof__item strong {
  color: var(--local-ink);
  font-size: 1rem;
}

.local-proof__item span {
  margin-top: 4px;
  color: #5a7084;
  font-size: .88rem;
  line-height: 1.45;
}

.local-map-link {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin-top: 8px;
  color: var(--local-blue);
  font-size: .88rem;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
  text-underline-offset: 3px;
}

.local-map-link:hover {
  text-decoration: underline;
}

.local-section {
  padding: 62px 46px;
  background: #fff;
}

.local-section--soft {
  background:
    radial-gradient(700px 360px at 100% 0%, rgba(125, 168, 199, .15), transparent 70%),
    #f3f8fc;
}

.local-section--tint {
  background:
    radial-gradient(780px 320px at 0% 0%, rgba(186, 230, 253, .28), transparent 58%),
    linear-gradient(180deg, #f8fbff 0%, #eef6fc 100%);
}

.local-section__head {
  max-width: 760px;
}

.local-section h2 {
  margin: 0;
  color: var(--local-ink);
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.local-section__head > p,
.local-copy > p {
  margin: 16px 0 0;
  color: var(--local-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.local-service-grid,
.local-detail-grid,
.local-process,
.local-region-links {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.local-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.local-card {
  padding: 25px;
  border: 1px solid var(--local-border);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
  box-shadow: 0 12px 28px rgba(24, 58, 84, .07);
}

.local-section--tint .local-card {
  border-color: rgba(186, 218, 238, .92);
  background:
    radial-gradient(160% 120% at 0% 0%, rgba(219, 238, 254, .52), rgba(219, 238, 254, 0) 42%),
    linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
}

.local-card__number {
  display: none;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: #e4f3fd;
  color: #075985;
  font-size: .82rem;
  font-weight: 800;
}

.local-card h3 {
  margin: 0;
  color: var(--local-ink);
  font-size: 1.28rem;
  line-height: 1.25;
}

.local-card p {
  margin: 11px 0 0;
  color: var(--local-muted);
  line-height: 1.65;
}

.local-detail-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, .92fr);
  align-items: stretch;
}

.local-detail-image {
  min-height: 410px;
  overflow: hidden;
  border: 1px solid var(--local-border);
  border-radius: 18px;
  box-shadow: 0 15px 34px rgba(24, 58, 84, .09);
}

.local-detail-image picture,
.local-detail-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.local-detail-image img {
  object-fit: cover;
}

.local-copy {
  align-self: center;
  padding: 20px 10px 20px 20px;
}

.local-list {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.local-list li {
  position: relative;
  padding-left: 27px;
  color: #294258;
  line-height: 1.58;
}

.local-list li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #10b981;
  box-shadow: 0 0 0 5px rgba(16, 185, 129, .12);
}

.local-process {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.local-faq {
  max-width: 880px;
  margin-top: 30px;
}

.local-faq details {
  margin-top: 11px;
  padding: 17px 19px;
  border: 1px solid var(--local-border);
  border-radius: 12px;
  background: #fff;
}

.local-faq summary {
  position: relative;
  padding-right: 28px;
  color: var(--local-ink);
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

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

.local-faq summary::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: var(--local-blue);
  font-size: 1.25rem;
}

.local-faq details[open] summary::after {
  content: "−";
}

.local-faq p {
  margin: 11px 0 0;
  color: var(--local-muted);
  line-height: 1.65;
}

.local-region-links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.local-region-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 235px;
  padding: 26px 24px 30px;
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  isolation: isolate;
  background: #0f172a;
  color: #f7fbff;
  font-weight: 750;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .18);
  transition: transform .24s ease, box-shadow .24s ease;
  text-align: center;
  text-shadow: 0 2px 8px rgba(8, 15, 28, .28);
}

.local-region-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--local-region-image) center / cover no-repeat;
  transform: scale(1.01);
  filter: saturate(1.02) brightness(.88);
}

.local-region-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, .1) 0%, rgba(15, 23, 42, .22) 34%, rgba(15, 23, 42, .54) 100%);
}

.local-region-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(15, 23, 42, .24);
  text-decoration: none;
}

.local-region-link__stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 30rem;
  align-items: center;
  margin-top: 0;
}

.local-region-link__title,
.local-region-link__copy {
  display: block;
}

.local-region-link__title {
  max-width: 14ch;
  font-size: clamp(1.85rem, 2.6vw, 2.85rem);
  color: #f7fbff;
  font-weight: 780;
  letter-spacing: -.03em;
  line-height: .96;
}

.local-region-link__copy {
  max-width: none;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  color: rgba(247, 251, 255, .92);
  font-weight: 650;
  line-height: 1.38;
}

.local-region-link[aria-current="page"] {
  box-shadow:
    0 0 0 2px rgba(186, 230, 253, .72),
    0 22px 42px rgba(7, 89, 133, .24);
}

.local-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: 0 46px 46px;
  padding: 34px;
  border-radius: 18px;
  background:
    radial-gradient(540px 260px at 100% 0%, rgba(125, 211, 252, .22), transparent 70%),
    linear-gradient(135deg, #0d3c5d 0%, #075985 100%);
  color: #fff;
}

.local-cta h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.15;
}

.local-cta p {
  max-width: 62ch;
  margin: 11px 0 0;
  color: #dbeafe;
  line-height: 1.6;
}

.local-cta .cta-primary {
  border-color: #fff;
  background: #fff;
  color: #075985;
}

@media (max-width: 980px) {
  .local-hero {
    grid-template-columns: 1fr;
  }

  .local-hero__copy {
    order: 2;
    padding: 35px 26px 42px;
  }

  .local-hero__media {
    order: 1;
    min-height: 300px;
  }

  .local-hero__media::after {
    background: linear-gradient(0deg, rgba(232, 243, 251, .9) 0%, rgba(232, 243, 251, 0) 30%);
  }

  .local-service-grid,
  .local-process {
    grid-template-columns: 1fr;
  }

  .local-detail-grid {
    grid-template-columns: 1fr;
  }

  .local-copy {
    padding: 18px 0 0;
  }
}

@media (max-width: 740px) {
  .local-proof,
  .local-region-links {
    grid-template-columns: 1fr;
  }

  .local-region-link {
    min-height: 210px;
    padding: 18px 18px 22px;
    border-radius: 22px;
  }

  .local-region-link__stack {
    gap: 14px;
  }

  .local-region-link__title {
    font-size: 1.7rem;
  }

  .local-region-link__copy {
    font-size: .98rem;
  }

  .local-proof__item {
    padding: 17px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--local-border);
  }

  .local-proof__item:last-child {
    border-bottom: 0;
  }

  .local-section {
    padding: 42px 20px;
  }

  .local-detail-image {
    min-height: 270px;
  }

  .local-cta {
    grid-template-columns: 1fr;
    margin: 0 20px 28px;
    padding: 26px 22px;
  }
}
