.city-landing-page .premium-copy h1 {
  max-width: 760px;
  font-size: clamp(42px, 4.6vw, 66px);
}

.city-landing-content {
  padding: 36px 0 82px;
  background: #fff;
}

.city-breadcrumb {
  position: static;
  top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  padding: 0 0 13px;
  border-top: 0;
  border-bottom: 1px solid #dce4ef;
  color: #526079;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.city-breadcrumb a {
  color: #2747a1;
  font-weight: 700;
}

.city-breadcrumb a:hover,
.city-breadcrumb a:focus-visible {
  color: #0d214f;
  text-decoration: underline;
}

.city-landing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: clamp(40px, 6vw, 82px);
  align-items: start;
}

.city-landing-article > .eyebrow {
  margin-bottom: 22px;
}

.city-landing-prose {
  color: #34435d;
  font-size: 18px;
  line-height: 1.82;
}

.city-landing-page .city-landing-prose h2,
.city-landing-page .city-landing-prose h3 {
  color: #173782;
  line-height: 1.14;
}

.city-landing-page .city-landing-prose h2 {
  margin: 54px 0 20px;
  font-size: clamp(28px, 1.85vw, 34px);
}

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

.city-landing-page .city-landing-prose h3 {
  margin: 36px 0 14px;
  font-size: 26px;
}

.city-landing-prose p,
.city-landing-prose ul,
.city-landing-prose ol {
  margin: 0 0 22px;
}

.city-landing-prose li + li {
  margin-top: 8px;
}

.city-landing-page .city-landing-prose a,
.city-landing-page .city-landing-prose a:visited {
  color: inherit;
  background: transparent;
  box-shadow: none;
  font-weight: inherit;
  text-decoration: none;
}

.city-landing-page .city-landing-prose a:hover,
.city-landing-page .city-landing-prose a:focus-visible {
  color: #173782;
  text-decoration: underline;
  text-decoration-color: #eab21b;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.city-landing-aside {
  position: sticky;
  top: 190px;
  display: grid;
  gap: 22px;
}

.city-landing-media {
  overflow: hidden;
  margin: 0;
  background: #eaf0fb;
  border-bottom: 5px solid #eab21b;
  border-radius: 7px 7px 0 0;
  box-shadow: 0 18px 44px rgba(13, 33, 79, .12);
}

.city-landing-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.city-landing-media figcaption {
  padding: 16px 18px;
  color: #31415e;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.city-assurance-card {
  padding: 30px;
  color: #fff;
  background: linear-gradient(145deg, #0d214f, #2858b8);
  border-radius: 7px;
  box-shadow: 0 18px 44px rgba(13, 33, 79, .16);
}

.city-assurance-card .eyebrow {
  color: #ffdc59;
}

.city-assurance-card h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 28px;
  line-height: 1.18;
}

.city-assurance-card ul {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.city-assurance-card li {
  position: relative;
  padding: 10px 0 10px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  font-size: 16px;
}

.city-assurance-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffdc59;
  font-weight: 900;
}

.city-assurance-card .btn {
  width: 100%;
  padding-inline: 14px;
}

.city-assurance-phone {
  display: block;
  margin-top: 15px;
  color: #fff;
  text-align: center;
  font-weight: 800;
}

.city-service-faq-section {
  padding: clamp(58px, 6vw, 82px) 0;
  background:
    radial-gradient(circle at 8% 14%, rgba(234, 178, 27, .12), transparent 25%),
    linear-gradient(180deg, #f7f9fd, #eef3fb);
  border-top: 1px solid #d6e1f1;
  border-bottom: 1px solid #d6e1f1;
}

.city-support-heading {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.city-support-heading h2,
.city-blog-heading h2 {
  margin: 10px 0 14px;
  color: #0d214f;
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.05;
}

.city-support-heading p,
.city-blog-heading p {
  margin: 0;
  color: #526079;
  font-size: 17px;
  line-height: 1.65;
}

.city-faq-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
  align-items: start;
}

.city-faq-column {
  display: grid;
  gap: 14px;
}

.city-faq-item,
.faq-grid .city-faq-item {
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cbd7ed;
  border-radius: 7px;
  box-shadow: 0 10px 24px rgba(13, 33, 79, .055);
}

.city-faq-item[open],
.faq-grid .city-faq-item[open] {
  border-color: #eab21b;
  box-shadow: 0 14px 30px rgba(13, 33, 79, .09);
}

.city-faq-item summary,
.faq-grid .city-faq-item summary {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: #173782;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

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

.city-faq-item summary b,
.faq-grid .city-faq-item summary b {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #0d214f;
  background: #f5bd17;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  transition: transform .2s ease;
}

.city-faq-item[open] summary b,
.faq-grid .city-faq-item[open] summary b {
  transform: rotate(45deg);
}

.city-faq-answer,
.faq-grid .city-faq-answer {
  padding: 0 20px 20px;
  color: #44536c;
  font-size: 16px;
  line-height: 1.7;
}

.city-faq-answer p,
.faq-grid .city-faq-answer p {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #e1e7f1;
  color: inherit;
  font-size: inherit;
}

.city-service-blog-section {
  overflow: hidden;
  padding: clamp(58px, 6vw, 84px) 0;
  background: #fff;
}

.city-blog-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}

.city-blog-heading > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
}

.city-blog-heading h2 {
  text-align: left;
}

@media (min-width: 961px) {
  .city-blog-heading h2 {
    font-size: clamp(30px, 2.45vw, 44px);
    white-space: nowrap;
  }
}

.city-blog-heading-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 18px;
}

.city-blog-heading-actions > span {
  color: #66738a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
}

.city-blog-controls {
  display: flex;
  gap: 8px;
}

.city-blog-controls button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fff;
  background: #173782;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}

.city-blog-controls button:hover,
.city-blog-controls button:focus-visible {
  color: #0d214f;
  background: #f5bd17;
}

.city-blog-controls button:disabled {
  cursor: default;
  opacity: .35;
}

.city-blog-carousel {
  overflow: hidden;
}

.city-blog-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 4px 2px 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.city-blog-track::-webkit-scrollbar {
  display: none;
}

.city-blog-card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  scroll-snap-align: start;
}

.city-blog-card > a {
  display: flex;
  min-height: 316px;
  height: 100%;
  flex-direction: column;
  padding: 30px;
  color: #0d214f;
  background: linear-gradient(180deg, #fff, #f7f9fd);
  border: 1px solid #cbd7ed;
  border-top: 4px solid #eab21b;
  border-radius: 7px;
  box-shadow: 0 14px 32px rgba(13, 33, 79, .075);
}

.city-blog-card > a:hover,
.city-blog-card > a:focus-visible {
  border-color: #eab21b;
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(13, 33, 79, .13);
}

.city-blog-card-label {
  margin-bottom: 16px;
  color: #a87300;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}

.city-blog-card h3 {
  margin: 0 0 16px;
  color: #0d214f;
  font-size: 25px;
  line-height: 1.16;
}

.city-blog-card p {
  margin: 0 0 24px;
  color: #526079;
  font-size: 16px;
  line-height: 1.65;
}

.city-blog-card-action {
  margin-top: auto;
  color: #173782;
  font-size: 14px;
  font-weight: 900;
}

.city-blog-card-action b {
  display: inline-block;
  margin-left: 7px;
  color: #bd8300;
  transition: transform .2s ease;
}

.city-blog-card > a:hover .city-blog-card-action b,
.city-blog-card > a:focus-visible .city-blog-card-action b {
  transform: translateX(4px);
}

.city-related-section {
  border: 0;
}

.city-related-intro {
  margin-inline: auto;
  text-align: center;
}

.city-related-section .city-service-directory {
  margin-top: 45px;
  gap: 12px 30px;
}

.city-related-section .city-service-directory > a {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) 36px;
  grid-template-rows: auto auto;
  column-gap: 15px;
  row-gap: 5px;
  min-height: 126px;
  padding: 20px 0;
  border-bottom: 0;
}

.city-related-section .city-service-directory > a::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: start;
  width: 7px;
  height: 38px;
  margin-top: 3px;
  border-radius: 999px;
  background: #efb313;
  box-shadow: 0 5px 14px rgba(239, 179, 19, .24);
  transition: height .2s ease, background-color .2s ease;
}

.city-related-section .city-service-directory h3,
.city-related-section .city-service-directory p {
  grid-column: 2;
}

.city-related-section .city-service-directory h3 {
  margin-bottom: 0;
}

.city-related-section .city-service-directory a > span {
  position: static;
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #173782;
  background: rgba(255, 255, 255, .76);
  font-size: 17px;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.city-related-section .city-service-directory > a:hover::before,
.city-related-section .city-service-directory > a:focus-visible::before {
  height: 48px;
  background: #ffc400;
}

.city-related-section .city-service-directory > a:hover > span,
.city-related-section .city-service-directory > a:focus-visible > span {
  color: #fff;
  background: #173782;
  transform: translate(2px, -2px);
}

.city-nearby {
  margin-top: 46px;
  padding-top: 10px;
  border-top: 0;
}

.city-nearby > .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.city-nearby > .eyebrow::before {
  content: "";
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: #efb313;
}

.city-nearby h3 {
  margin: 0 0 22px;
  color: #233f98;
  font-size: clamp(28px, 3.5vw, 42px);
}

.city-nearby-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.city-nearby-links a {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  color: #173782;
  background: #fff;
  border: 1px solid #cbd7ed;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
}

.city-nearby-links a:hover,
.city-nearby-links a:focus-visible {
  border-color: #eab21b;
  box-shadow: 0 8px 20px rgba(13, 33, 79, .08);
}

.city-nearby-links span {
  color: #c89000;
}

@media (max-width: 960px) {
  .city-landing-content {
    padding-top: 32px;
  }

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

  .city-landing-aside {
    position: static;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

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

  .city-blog-card {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 600px) {
  .city-landing-page .premium-copy h1 {
    font-size: 34px;
  }

  .city-landing-content {
    padding: 24px 0 54px;
  }

  .city-breadcrumb {
    margin-bottom: 22px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .city-landing-prose {
    font-size: 17px;
    line-height: 1.72;
  }

  .city-landing-page .city-landing-prose h2 {
    margin-top: 42px;
    font-size: 26px;
  }

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

  .city-assurance-card {
    padding: 26px 20px;
  }

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

  .city-support-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .city-support-heading h2,
  .city-blog-heading h2 {
    font-size: 34px;
  }

  .city-faq-columns {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .city-faq-item summary,
  .faq-grid .city-faq-item summary {
    min-height: 66px;
    padding: 16px;
    font-size: 15px;
  }

  .city-faq-answer,
  .faq-grid .city-faq-answer {
    padding: 0 16px 18px;
    font-size: 15px;
  }

  .city-blog-heading {
    display: block;
    margin-bottom: 28px;
  }

  .city-blog-heading-actions {
    justify-content: space-between;
    margin-top: 22px;
  }

  .city-blog-card {
    flex-basis: 88%;
  }

  .city-blog-card > a {
    min-height: 300px;
    padding: 24px;
  }

  .city-blog-card h3 {
    font-size: 23px;
  }
}
