:root {
  --red: #cb212A;
  --red-dark: #cb212A;
  --navy: #1e458a;
  
  --navy-dark: #1e458a;
  --text-dark: #48545d;
  --text-mid: #6f7782;
  --border: #e9edf3;
  --white: #ffffff;
  --font-body: 'Poppins', sans-serif;
  --font-head: 'Ubuntu', sans-serif;
  --container: 1200px;
  --shadow: 0 14px 36px rgba(20, 34, 68, 0.08);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text-dark); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

body.is-loading { overflow: hidden; }

.page-preloader {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.page-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.page-preloader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  transform: translateY(-8px);
}
.page-preloader__gauge {
  width: 160px;
  height: 160px;
}
.page-preloader__text {
  margin-top: -8px;
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #1f4c9b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.container { width: min(100%, var(--container)); margin: 0 auto; padding: 0 20px; }

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  overflow: hidden;
  font-family: var(--font-head);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  z-index: 0;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s ease;
  z-index: -1;
}
.btn:hover { transform: translateY(-1px); }
.btn:hover::before { transform: scaleX(1); }
.btn--red { background: var(--red); border-color: var(--red); color: var(--white); }
.btn--red::before { background: var(--white); }
.btn--red:hover { border-color: var(--white); color: var(--red); }
.btn--outline-red { background: var(--red); border-color: var(--red); color: var(--white); }
.btn--outline-red::before { background: var(--white); }
.btn--outline-red:hover { border-color: var(--white); color: var(--red); }
.btn--navy { background: var(--navy); border-color: var(--navy); color: var(--white); }
.btn--navy::before { background: var(--white); }
.btn--navy:hover { border-color: var(--white); color: var(--navy); }
.btn--lg { padding: 14px 28px; }
.btn--appointment { min-width: 98px; padding: 10px 18px; font-size: 0.84rem; }

.top-bar { background: var(--navy); color: var(--white); padding: 6px 0; font-size: 0.76rem; }
.top-bar__inner { display: flex; align-items: center; justify-content: space-between; gap: 8px 16px; flex-wrap: wrap; }
.top-bar__locations { display: flex; align-items: center; gap: 4px 16px; flex-wrap: wrap; }
.top-bar__loc { display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-head); font-size: 0.76rem; font-weight: 600; }
.top-bar__loc .fa-map-marker-alt, .top-bar__phone .fa-phone { font-size: 0.66rem; }
.top-bar__phone { display: inline-flex; align-items: center; gap: 4px; font-size: 0.76rem; font-weight: 600; }
.top-bar__social { display: flex; align-items: center; gap: 12px; }
.top-bar__social a { font-size: 0.78rem; color: rgba(255, 255, 255, 0.92); }

.site-header { position: sticky; top: 0; z-index: 1000; background: var(--white); box-shadow: 0 2px 10px rgba(16, 24, 40, 0.08); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 54px; }
.site-logo { display: flex; align-items: center; flex-shrink: 0; }
.site-logo img { width: auto; height: 54px; max-width: 122px; object-fit: contain; }
.site-logo__fallback { display: flex; align-items: center; gap: 10px; }
.site-logo__icon { width: 52px; height: 52px; border-radius: 50%; background: var(--navy); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.site-logo__text { display: flex; flex-direction: column; line-height: 1.1; }
.site-logo__brand { font-family: var(--font-head); font-size: 1rem; font-weight: 900; color: var(--navy); }
.site-logo__sub { font-family: var(--font-head); font-size: 0.75rem; font-weight: 700; color: var(--red); letter-spacing: 0.12em; }
.main-nav { flex: 1; display: flex; justify-content: center; }
.main-nav__list { display: flex; align-items: center; gap: 0; }
.main-nav__link { position: relative; display: block; padding: 19px 10px; font-family: var(--font-head); font-size: 0.7rem; font-weight: 700; color: #111827; white-space: nowrap; }
.main-nav__link::after { content: ''; position: absolute; left: 10px; right: 10px; bottom: 0; height: 3px; background: var(--red); transform: scaleX(0); transition: transform 0.2s ease; }
.main-nav__link:hover { color: var(--navy); }
.main-nav__link:hover::after { transform: scaleX(1); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 6px; cursor: pointer; }
.nav-toggle span { width: 24px; height: 2px; border-radius: 999px; background: var(--text-dark); display: block; transition: transform 0.3s ease, opacity 0.3s ease; }

.hero { position: relative; overflow: hidden; background: var(--white); border-top: 1px solid #f1f3f6; }
.hero__gear { position: absolute; pointer-events: none; z-index: 0; will-change: transform; }
.hero__gear svg,
.hero__gear-image { display: block; width: 100%; height: auto; }
.hero__gear--left { left: -139px; top: -102px; width: 292px; opacity: 0.95; }
.hero__gear--left .hero__gear-image { transform-origin: center center; animation: hero-gear-spin 18s linear infinite; }
.hero__gear--right { display: none; }
.hero__inner { position: relative; z-index: 1; min-height: 400px; display: flex; align-items: center; justify-content: space-between; gap: 0; }
.hero__content { flex: 0 0 44%; max-width: 660px; }
.hero__eyebrow { margin-bottom: 24px; font-family: var(--font-head); font-size: 0.9rem; font-weight: 500; color: var(--red); letter-spacing: 0; }
.hero__title { margin-bottom: 20px; max-width: 640px; font-family: var(--font-head); font-size: clamp(2.3rem, 3vw, 3.12rem); font-weight: 700; line-height: 1.1; letter-spacing: -0.025em; color: var(--navy); }
.hero__title--light { display: block; margin-top: 12px; white-space: nowrap; font-family: var(--font-body); font-size: 0.9em; font-weight: 300; letter-spacing: 0; }
.hero__sub { margin-bottom: 44px; font-family: var(--font-body); font-size: 0.96rem; font-weight: 400; color: #495660; letter-spacing: 0.04em; }
.hero__cta { min-width: 200px; min-height: 52px; font-size: 0.88rem; font-weight: 700; }
.hero__visual { flex: 0 0 56%; align-self: stretch; display: flex; align-items: center; justify-content: flex-end; overflow: hidden; }
.hero__image { width: min(100%, 1150px); height: auto; max-height: 606px; object-fit: contain; object-position: right center; transform-origin: center right; }

.cert-banner { background: #1E458A; padding: 50px 0 50px; }
.cert-banner__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px 34px; flex-wrap: wrap; }
.cert-banner__left { display: flex; align-items: center; gap: 20px; }
.cert-banner__icon-wrap { width: 86px; height: 86px; flex-shrink: 0; }
.cert-banner__icon-fallback {
  position: relative;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #ef5333;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.08);
}
.cert-banner__icon-main { font-size: 2.55rem; color: #ffffff; }
.cert-banner__icon-badge {
  position: absolute;
  right: 15px;
  bottom: 13px;
  font-size: 0.95rem;
  color: #ffcf4c;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.cert-banner__text { padding-top: 1px; }
.cert-banner__title {
  margin-bottom: 4px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  font-family: var(--font-head);
  color: var(--white);
}
.cert-banner__sub {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.22;
  color: #ffffff;
}
.cert-banner__btn {
  min-width: 238px;
  min-height: 56px;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
}
.cert-banner__btn i { font-size: 1rem; margin-left: 5px; }

.quote-section { position: relative; overflow: hidden; padding: 38px 0 56px; background: var(--white); }
.quote-section__inner { display: flex; align-items: flex-start; gap: 72px; }
.quote-section__image { position: relative; flex: 0 0 45%; }
.quote-section__image img { width: 100%; aspect-ratio: 0.95; object-fit: cover; box-shadow: var(--shadow); }
.quote-section__shadow { position: absolute; right: 0; bottom: -10px; width: 52%; height: 5px; background: #ececec; }
.quote-section__content { flex: 1; padding-top: 6px; }
.quote-section__title { margin-bottom: 18px; font-family: var(--font-head); font-size: 40px; font-weight: 800; color: #47545d; }
.quote-section__content p { max-width: 520px; margin-bottom: 16px; font-size: 15px; line-height: 1.72; font-weight: 500; color: var(--text-mid); }
.quote-section__content .btn { margin-top: 8px; }
.quote-section__gear {
  position: absolute;
  right: -130px;
  bottom: -100px;
  width: 290px;
  height: auto;
  opacity: 0.5;
  transform-origin: center center;
  animation: hero-gear-spin 18s linear infinite;
  pointer-events: none;
}

.services-section {
  padding: 34px 0 94px;
}
.services-section__header { text-align: center; margin-bottom: 58px; }
.services-section__title { margin-bottom: 12px; font-family: var(--font-head); font-size: 42px; font-weight: 800; color: #47545d; line-height: 1.05; }
.services-section__divider { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 26px; }
.divider-line { width: 34px; height: 3px; border-radius: 999px; background: var(--red); }
.divider-icon { width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; }
.divider-icon__image {
  width: 22px;
  height: 22px;
  object-fit: contain;
  animation: divider-spin 1s linear infinite;
  transform-origin: center center;
}
.services-section__sub { font-size: 16px; color: #9ba3ad; }
.services-section__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.service-card {
  position: relative;
  overflow: hidden;
  min-height: 424px;
  padding: 56px 30px 34px;
  text-align: center;
  border: 1px solid #f4f5f8;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(20, 34, 68, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 22px 46px rgba(20, 34, 68, 0.1); }
.service-card__icon-wrap { width: 96px; height: 96px; margin: 0 auto 28px; display: flex; align-items: center; justify-content: center; }
.service-card__icon-img { width: 96px; height: 96px; object-fit: contain; }
.service-card__icon-fallback { position: relative; width: 96px; height: 96px; color: #4f629d; display: flex; align-items: center; justify-content: center; font-size: 2.65rem; }
.service-card__icon-fallback--coverage::before, .service-card__icon-fallback--coverage::after {
  content: '';
  position: absolute;
  top: 53px;
  width: 20px;
  height: 5px;
  border-radius: 999px;
  background: var(--red);
}
.service-card__icon-fallback--coverage::before { left: 11px; }
.service-card__icon-fallback--coverage::after { right: 11px; }
.service-card__title { margin-bottom: 18px; font-family: var(--font-head); font-size: 22px; font-weight: 700; color: #234d9b; line-height: 1.25; }
.service-card__desc { margin-bottom: 18px; font-size: 16px; line-height: 1.85; color: #7b8088; }
.service-card__link { display: inline-flex; align-items: center; gap: 6px; font-size: 16px; font-weight: 500; color: var(--red); }
.service-card__link:hover { gap: 8px; }
.service-card__border-bottom { position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: #163f97; }

.experience-banner {
  position: relative;
  overflow: hidden;
  padding: 28px 0 24px;
  text-align: center;
  background: #ffffff;
}
.experience-banner::before,
.experience-banner::after,
.cta-section::before,
.cta-section::after {
  content: '';
  position: absolute;
  background-image: radial-gradient(circle, rgba(226, 229, 235, 0.92) 0 1.6px, transparent 1.7px);
  background-size: 10px 10px;
  background-repeat: repeat;
  pointer-events: none;
}
.experience-banner::before {
  top: 4px;
  left: -6%;
  width: 42%;
  height: 170px;
  opacity: 0.75;
  clip-path: polygon(0 14%, 6% 2%, 27% 0, 51% 10%, 76% 8%, 100% 18%, 89% 43%, 73% 55%, 58% 52%, 44% 60%, 28% 76%, 14% 72%, 3% 44%);
}
.experience-banner::after {
  top: 8px;
  right: -6%;
  width: 50%;
  height: 182px;
  opacity: 0.68;
  clip-path: polygon(0 18%, 12% 5%, 34% 0, 57% 4%, 85% 2%, 100% 10%, 97% 35%, 81% 46%, 71% 59%, 62% 53%, 49% 62%, 35% 56%, 17% 66%, 7% 54%);
}
.experience-banner__text {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  color: var(--navy);
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding: 10px 0 0;
  text-align: center;
  background: #ffffff;
}
.cta-section::before {
  top: -10px;
  left: 8%;
  width: 32%;
  height: 360px;
  opacity: 0.48;
  clip-path: polygon(10% 0, 42% 4%, 58% 12%, 66% 28%, 72% 48%, 68% 70%, 52% 88%, 31% 100%, 16% 88%, 8% 68%, 0 42%, 3% 20%);
}
.cta-section::after {
  top: -8px;
  right: 9%;
  width: 36%;
  height: 360px;
  opacity: 0.46;
  clip-path: polygon(18% 4%, 44% 0, 76% 8%, 100% 25%, 95% 54%, 82% 77%, 58% 98%, 31% 92%, 12% 72%, 0 46%, 4% 20%);
}
.cta-section__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
}
.cta-section__title {
  margin-bottom: 12px;
  font-family: var(--font-head);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.18;
  color: #49535d;
}
.cta-section__subtitle {
  margin-bottom: 34px;
  font-family: var(--font-head);
  font-size: 42px;
  font-weight: 300;
  line-height: 1.15;
  color: #f03d49;
}
.cta-section__btn {
  min-width: 182px;
  min-height: 50px;
  padding: 14px 34px;
  font-size: 0.95rem;
  margin-bottom: 50px;
}

.footer-newsletter {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1170px);
  margin: 0 auto;
  transform: translateY(50%);
  background: var(--navy);
  padding: 0;
  box-shadow: 0 22px 44px rgba(19, 36, 77, 0.18);
}
.footer-newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 164px;
  padding: 34px 50px;
  flex-wrap: wrap;
}
.footer-newsletter__text {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--white);
}
.footer-newsletter__icon-wrap {
  width: 50px;
  height: 38px;
  border: 3px solid #ffc400;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer-newsletter__icon { font-size: 1.2rem; color: #ffc400; }
.footer-newsletter__text h4 {
  margin-bottom: 4px;
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 2.4vw, 2.1rem);
  font-weight: 700;
  line-height: 1.1;
}
.footer-newsletter__text p {
  font-size: 1.02rem;
  font-weight: 400;
  opacity: 0.95;
}
.footer-newsletter__form {
  display: flex;
  align-items: stretch;
  flex: 0 1 442px;
  max-width: 100%;
}
.footer-newsletter__input {
  flex: 1;
  height: 62px;
  padding: 0 24px;
  border: none;
  outline: none;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text-dark);
}
.footer-newsletter__input::placeholder { color: #7a7f89; opacity: 1; }
.footer-newsletter__btn {
  width: 60px;
  height: 62px;
  border: none;
  background: var(--red);
  color: var(--white);
  cursor: pointer;
  font-size: 1.1rem;
}
.footer-newsletter__btn:hover { background: var(--red-dark); }

.footer-main { background: #050505; padding: 160px 0 78px; }
.footer-main__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 0.9fr 1.15fr;
  gap: 56px;
  align-items: start;
}
.footer-col__title {
  margin-bottom: 28px;
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--white);
}
.footer-col__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer-col__list li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}
.footer-col__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f04457;
}
.footer-col__list--contact { gap: 16px; }
.footer-col__list--contact li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-left: 0;
}
.footer-col__list--contact li::before { display: none; }
.footer-col__list a { color: rgba(255, 255, 255, 0.92); }
.footer-col__list a:hover, .footer-col__list li:hover { color: var(--white); }
.footer-col__list--contact .fas,
.footer-col__list--contact .far {
  margin-top: 4px;
  min-width: 22px;
  color: #0ea7d6;
  flex-shrink: 0;
  font-size: 1.1rem;
}
.footer-social { display: flex; gap: 10px; margin-top: 28px; }
.footer-social a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}
.footer-social a:hover { border-color: var(--white); color: var(--white); }
.footer-bottom {
  background: #050505;
  padding: 0 0 22px;
  text-align: left;
}
.footer-bottom p {
  font-size: 0.78rem;
  color: var(--white);
}

.about-hero {
  position: relative;
  overflow: hidden;
  min-height: 178px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #08101d;
}
.about-hero__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-hero__inner {
  position: relative;
  z-index: 1;
  padding: 40px; 
  min-height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.about-hero__title {
  margin-bottom: 10px;
  font-family: var(--font-head);
  font-size: 54px;
  font-weight: 700;
  color: var(--white);
}
.about-hero__crumb {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
}
.about-hero__crumb a {
  color: var(--white);
  transition: color 0.2s ease;
}
.about-hero__crumb a:hover {
  color: #f59d1a;
}

.about-story {
  padding: 42px 0 52px;
  background: #ffffff;
}
.about-story__inner {
  display: grid;
  grid-template-columns: 0.92fr 1.18fr;
  gap: 28px;
  align-items: start;
}
.about-story__frame {
  background: #ffffff;
  padding: 6px;
  box-shadow: 0 10px 26px rgba(24, 40, 80, 0.1);
}
.about-story__frame img {
  width: 100%;
  aspect-ratio: 0.83;
  object-fit: cover;
}
.about-story__content {
  padding-top: 2px;
}
.about-story__title {
  margin-bottom: 16px;
  font-family: var(--font-head);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.08;
  color: #46535b;
}
.about-story__content p {
  margin-bottom: 15px;
  font-size: 0.98rem;
  line-height: 1.72;
  color: #707784;
}
.about-story__signature {
  margin-top: 10px;
}
.about-story__signature h3 {
  font-family: var(--font-head);
  font-size: 28px;
  line-height: 1.1;
  color: #1e242b;
}
.about-story__signature span {
  display: inline-block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  color: var(--red);
}

.cert-banner--about {
  padding: 42px 0;
}

.about-why {
  padding: 36px 0 0;
  background: #ffffff;
}
.about-why__inner {
  display: grid;
  grid-template-columns: 0.96fr 0.9fr;
  gap: 46px;
  align-items: start;
}
.about-why__title {
  max-width: 470px;
  margin-bottom: 14px;
  font-family: var(--font-head);
  font-size: 42px;
  font-weight: 700;
  line-height: 0.95;
  color: #46535b;
}
.about-why__divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.about-why__lead {
  max-width: 470px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.82;
  color: #6f7782;
}
.about-why__lead--bold {
  margin-bottom: 18px;
  font-weight: 700;
  color: #4a5159;
}
.about-why__accordion {
  max-width: 470px;
}
.about-why__item {
  margin-bottom: 12px;
  border-radius: 2px;
  overflow: hidden;
  background: #22488f;
}
.about-why__item summary {
  position: relative;
  display: block;
  padding: 16px 46px 16px 18px;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 300;
  color: var(--white);
  cursor: pointer;
  list-style: none;
}
.about-why__item summary::-webkit-details-marker { display: none; }
.about-why__item summary::after {
  content: '+';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: 700;
}
.about-why__item[open] summary::after {
  content: '-';
}
.about-why__panel {
  padding: 18px 20px 22px;
  background: #ffffff;
  border: 1px solid #edf0f4;
  border-top: none;
  font-size: 0.98rem;
  line-height: 1.8;
  color: #7b818c;
}
.about-why__media {
  padding-top: 34px;
}
.about-why__image-wrap {
  position: relative;
  background: #ffffff;
  padding: 6px;
  box-shadow: 0 10px 26px rgba(24, 40, 80, 0.1);
}
.about-why__image-wrap::before {
  content: '';
  position: absolute;
  right: 20px;
  top: -36px;
  width: 170px;
  height: 96px;
  background: #f4f5f7;
  z-index: -1;
}
.about-why__image-wrap img {
  width: 100%;
  aspect-ratio: 0.72;
  object-fit: cover;
}

.coverage-section {
  padding: 56px 0 0;
  background: #ffffff;
}
.coverage-section__top {
  display: grid;
  grid-template-columns: 1.18fr 0.58fr;
  gap: 40px;
  align-items: start;
}
.coverage-section__title {
  margin-bottom: 22px;
  font-family: var(--font-head);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.08;
  color: #46535b;
}
.coverage-section__counties {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 56px;
}
.coverage-section__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.coverage-section__list li {
  position: relative;
  padding-left: 22px;
  font-size: 1rem;
  line-height: 1.35;
  color: #6e7682;
}
.coverage-section__list li::before {
  content: '\00BB';
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  color: var(--red);
}
.coverage-section__office {
  padding: 30px 30px 34px;
  background: #f5f5f5;
  border: 1px solid #dddddd;
}
.coverage-section__office h3 {
  margin-bottom: 22px;
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.25;
  color: #46535b;
}
.coverage-section__office p {
  margin-bottom: 10px;
  font-size: 0.99rem;
  line-height: 1.55;
  color: #737b86;
}
.coverage-section__office-gap {
  margin-top: 18px;
}
.coverage-section__maps {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.coverage-section__map {
  overflow: hidden;
  border: 1px solid #e1e5ea;
  background: #eef2f5;
}
.coverage-section__map iframe {
  display: block;
  width: 100%;
  height: 465px;
  border: 0;
}

.services-page {
  padding: 42px 0 132px;
  background: #ffffff;
}
.services-page__header {
  margin-bottom: 52px;
  text-align: center;
}
.services-page__title {
  margin-bottom: 12px;
  font-family: var(--font-head);
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: 700;
  line-height: 1.08;
  color: #46535b;
}
.services-page__sub {
  max-width: 780px;
  margin: 24px auto 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #9ba3ad;
}
.services-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 26px;
}
.service-tile {
  position: relative;
  min-height: 244px;
  padding: 44px 28px 32px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(16, 34, 68, 0.08);
  text-align: center;
  overflow: hidden;
}
.service-tile::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #163f97;
}
.service-tile__icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-tile__icon-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.service-tile__icon .fa-car-crash,
.service-tile__icon .fa-crosshairs,
.service-tile__icon .fa-bullseye,
.service-tile__icon .fa-arrows-alt-v,
.service-tile__icon .fa-truck-moving,
.service-tile__icon .fa-sun,
.service-tile__icon .fa-umbrella,
.service-tile__icon .fa-window-maximize,
.service-tile__icon .fa-shuttle-van {
  color: #49588f;
}
.service-tile__title {
  margin-bottom: 12px;
  margin-top: 50px;
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.28;
  color: #234d9b;
}
.service-tile__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.98rem;
  font-weight: 400;
  color: var(--red);
}
.service-tile__link:hover {
  gap: 7px;
}

.service-detail {
  padding: 24px 0 110px;
  background: #ffffff;
}
.service-detail__inner {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
.service-detail__sidebar {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.service-detail__widget {
  background: #ffffff;
}
.service-detail__service-list {
  border: 1px solid #e7eaef;
}
.service-detail__service-list li + li {
  border-top: 1px solid #e7eaef;
}
.service-detail__service-list a {
  position: relative;
  display: block;
  padding: 11px 14px 11px 22px;
  font-size: 0.82rem;
  font-weight: 500;
  color: #1f2730;
  background: #ffffff;
}
.service-detail__service-list a::before,
.service-detail__coverage-list a::before {
  content: '\203A';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.95rem;
  color: #1f2730;
}
.service-detail__service-list li.is-active a {
  color: #ffffff;
  background: #2b4f95;
}
.service-detail__service-list li.is-active a::before {
  color: #ffffff;
}
.service-detail__widget--help {
  min-height: 126px;
  padding: 16px 16px 18px;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
.service-detail__widget--help span {
  display: block;
  margin-bottom: 7px;
  font-size: 0.78rem;
}
.service-detail__widget--help h3 {
  margin-bottom: 8px;
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}
.service-detail__widget--help p {
  margin-bottom: 14px;
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
}
.service-detail__help-btn {
  min-width: 82px;
  min-height: 34px;
  padding: 9px 16px;
  font-size: 0.74rem;
}
.service-detail__widget--coverage {
  border: 1px solid #eceef2;
  background: #f8f8f8;
}
.service-detail__widget-title {
  padding: 14px 16px 12px;
  font-family: var(--font-head);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
  color: #46535b;
}
.service-detail__coverage-list {
  padding: 0 0 10px;
}
.service-detail__coverage-list li {
  padding: 0 12px;
}
.service-detail__coverage-list li + li {
  margin-top: 2px;
}
.service-detail__coverage-list a {
  position: relative;
  display: block;
  padding: 8px 12px 8px 22px;
  background: #ffffff;
  border: 1px solid #eceef2;
  font-size: 0.8rem;
  color: #6d7581;
}
.service-detail__coverage-list a::before {
  color: #2b4f95;
}
.service-detail__title {
  margin-bottom: 14px;
  font-family: var(--font-head);
  font-size: clamp(1.95rem, 2.6vw, 2.32rem);
  font-weight: 700;
  line-height: 1.08;
  color: #46535b;
}
.service-detail__copy p {
  margin-bottom: 12px;
  font-size: 0.9rem;
  line-height: 1.72;
  color: #747c87;
}
.service-detail__copy a {
  color: #234d9b;
  text-decoration: underline;
}
.service-detail__subheading {
  margin: 18px 0 10px;
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 700;
  color: #46535b;
}
.service-detail__process-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 14px 0 20px;
}
.service-detail__process-list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.86rem;
  line-height: 1.62;
  color: #747c87;
}
.service-detail__process-list li::before {
  content: '\00BB';
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 1rem;
  color: var(--red);
}
.service-detail__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  max-width: 438px;
  margin: 10px 0 26px;
}
.service-detail__gallery figure {
  margin: 0;
  background: #f3f4f6;
}
.service-detail__gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.service-detail__gallery--top-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 590px;
  gap: 8px;
}
.service-detail__gallery--top-three img {
  aspect-ratio: 1.18;
}
.service-detail__gallery--feature {
  grid-template-columns: 1.65fr 0.85fr;
  gap: 8px;
  max-width: 580px;
}
.service-detail__gallery--feature figure:first-child {
  grid-row: span 2;
}
.service-detail__gallery--feature figure:nth-child(2),
.service-detail__gallery--feature figure:nth-child(3) {
  min-height: 180px;
}
.service-detail__gallery--feature img {
  height: 100%;
  aspect-ratio: auto;
}
.service-detail--windshield-replacement .service-detail__gallery {
  max-width: 602px;
  gap: 6px;
}
.service-detail--door-glass .service-detail__gallery {
  max-width: 472px;
  gap: 6px;
}
.service-detail--sunroof .service-detail__gallery {
  max-width: 520px;
  gap: 8px;
}
.service-detail--power-window .service-detail__gallery--top-three {
  max-width: 560px;
}
.service-detail--power-window .service-detail__gallery--top-three img {
  aspect-ratio: 1.08;
}
.service-detail--fleet .service-detail__gallery {
  max-width: 602px;
  gap: 6px;
}
.service-detail--back-glass .service-detail__gallery--feature {
  max-width: 440px;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8px;
}
.service-detail--back-glass .service-detail__gallery--feature figure:nth-child(2),
.service-detail--back-glass .service-detail__gallery--feature figure:nth-child(3) {
  min-height: 120px;
}
.service-detail__appointment {
  width: 100%;
  max-width: none;
  padding: 22px 18px 24px;
  background: #f6f6f6;
}
.service-detail__appointment-head h3 {
  margin-bottom: 6px;
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--red);
}
.service-detail__appointment-head p {
  margin-bottom: 16px;
  font-size: 0.84rem;
  line-height: 1.6;
  color: #747c87;
}
.service-detail__form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}
.service-detail__form input,
.service-detail__form select,
.service-detail__form textarea {
  width: 100%;
  border: 1px solid #efefef;
  background: #ffffff;
  padding: 10px 12px;
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: #65707d;
  outline: none;
}
.service-detail__form textarea {
  min-height: 132px;
  resize: vertical;
}
.service-detail__submit {
  margin-top: 12px;
  min-width: 92px;
  min-height: 34px;
  padding: 9px 16px;
  font-size: 0.72rem;
}

.coverage-section__list a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.coverage-section__list a:hover {
  color: var(--red);
}
.county-page {
  padding: 46px 0 0;
}
.county-page__inner {
  display: grid;
  gap: 24px;
}
.county-page__eyebrow {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--red);
}
.county-page__eyebrow span {
  color: var(--navy);
}
.county-page__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.08;
  color: var(--navy);
}
.county-page__title--small {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}
.county-page__standfirst {
  margin: -10px 0 0;
  font-size: 1rem;
  color: #7b8590;
}
.county-page__two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 30px;
  align-items: start;
}
.county-page__two-col--reverse {
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
}
.county-page__two-col--image-left {
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 3.28fr);
}
.county-page__copy {
  display: grid;
  gap: 14px;
}
.county-page__copy p,
.county-page__copy li,
.county-page__copy figcaption {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #606c79;
}
.county-page__copy--wide {
  max-width: 1000px;
}
.county-page__figure {
  margin: 0;
}
.county-page__figure--card {
  overflow: hidden;
  border-radius: 6px;
  background: #f2f4f7;
  box-shadow: 0 20px 40px rgba(14, 25, 44, 0.08);
}
.county-page__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.county-page__figure figcaption {
  padding: 14px 16px 18px;
  background: #fff;
}
.county-page__figure--narrow {
  max-width: 340px;
}
.county-page__media-stack {
  display: grid;
  gap: 18px;
}
.county-page__media-stack--wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.county-page__gallery {
  display: grid;
  gap: 18px;
}
.county-page__gallery--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.county-page__city-list,
.county-page__bullet-list {
  margin: 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 10px;
}
.county-page__city-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
  list-style: disc;
}
.county-page__subheading {
  margin: 6px 0 0;
  font-family: var(--font-head);
  font-size: 1.5rem;
  line-height: 1.12;
  color: var(--navy);
}
.county-page__empty {
  padding: 28px 30px;
  border: 1px solid rgba(18, 35, 58, 0.08);
  background: linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
}
.county-page__empty p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #606c79;
}
.county-page__cta {
  padding: 10px 0 0;
  background: #fff;
}
.county-page__cta-inner {
  position: relative;
  overflow: hidden;
  width: min(100% - 40px, 1170px);
  max-width: 1170px;
  margin: 0 auto;
  padding: 50px 24px 40px;
  text-align: center;
  color: var(--navy);
  background:
    radial-gradient(circle at 10% 14%, rgba(198, 203, 210, 0.18) 0 2px, transparent 2.5px) 0 0 / 18px 18px,
    radial-gradient(circle at 84% 16%, rgba(198, 203, 210, 0.15) 0 2px, transparent 2.5px) 0 0 / 18px 18px,
    radial-gradient(circle at 24% 78%, rgba(198, 203, 210, 0.14) 0 2px, transparent 2.5px) 0 0 / 18px 18px,
    radial-gradient(circle at 72% 74%, rgba(198, 203, 210, 0.14) 0 2px, transparent 2.5px) 0 0 / 18px 18px,
    linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}
.county-page__cta-inner::before,
.county-page__cta-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.county-page__cta-inner::before {
  opacity: 0.34;
  background:
    radial-gradient(ellipse at 12% 28%, rgba(216, 220, 226, 0.52) 0 22%, transparent 23%),
    radial-gradient(ellipse at 31% 32%, rgba(216, 220, 226, 0.36) 0 16%, transparent 17%),
    radial-gradient(ellipse at 56% 18%, rgba(216, 220, 226, 0.31) 0 14%, transparent 15%),
    radial-gradient(ellipse at 84% 31%, rgba(216, 220, 226, 0.46) 0 21%, transparent 22%),
    radial-gradient(ellipse at 21% 76%, rgba(216, 220, 226, 0.26) 0 18%, transparent 19%),
    radial-gradient(ellipse at 67% 72%, rgba(216, 220, 226, 0.28) 0 16%, transparent 17%);
}
.county-page__cta-inner::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.4) 22%, rgba(255, 255, 255, 0.14) 50%, rgba(255, 255, 255, 0.4) 78%, rgba(255, 255, 255, 0.96) 100%);
}
.county-page__cta-inner h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(1.95rem, 3.45vw, 3.15rem);
  line-height: 1.08;
  font-weight: 700;
  color: #444b55;
}
.county-page__cta-inner h2 span {
  display: block;
  max-width: 1080px;
  margin: 12px auto 0;
  font-size: clamp(1.05rem, 2.2vw, 1.65rem);
  line-height: 1.24;
  font-weight: 300;
  color: #e63946;
}
.county-page__cta-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 258px;
  min-height: 52px;
  margin-top: 22px;
  padding: 0 28px;
  border-radius: 999px;
  background: #28509a;
  border: 2px solid #ef3d4b;
  box-shadow: none;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}
.county-page__cta-btn i {
  font-size: 0.95rem;
}
.county-page__cta-btn:hover {
  background: #203f7b;
}
.county-page-body .footer-newsletter {
  margin-top: -54px;
  transform: translateY(0);
}
.county-page-body .footer-main {
  padding-top: 106px;
}
.county-page--imported .auto-container {
  width: 100%;
}
.county-page--imported .row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}
.county-page--imported .content-column,
.county-page--imported .image-column {
  grid-column: span 12;
}
.county-page--imported .col-lg-12 { grid-column: span 12; }
.county-page--imported .col-lg-9 { grid-column: span 9; }
.county-page--imported .col-lg-8 { grid-column: span 8; }
.county-page--imported .col-lg-6 { grid-column: span 6; }
.county-page--imported .col-lg-4 { grid-column: span 4; }
.county-page--imported .col-lg-3 { grid-column: span 3; }
.county-page--imported .inner-column,
.county-page--imported .text-box {
  display: grid;
  gap: 14px;
}
.county-page--imported p,
.county-page--imported li,
.county-page--imported small {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.85;
  color: #606c79;
}
.county-page--imported h2,
.county-page--imported h4,
.county-page--imported h5 {
  margin: 0;
  font-family: var(--font-head);
  line-height: 1.14;
  color: var(--navy);
}
.county-page--imported h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.35rem);
}
.county-page--imported h4 {
  font-size: 1.25rem;
}
.county-page--imported h5 {
  font-size: 1rem;
}
.county-page--imported .text-red {
  color: var(--red);
}
.county-page--imported .list-one ul,
.county-page--imported ul,
.county-page--imported ol {
  margin: 0;
  padding-left: 1.3rem;
  display: grid;
  gap: 8px;
}
.county-page--imported .list-one ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 42px;
  align-items: start;
}
.county-page--imported .list-one li {
  break-inside: avoid;
}
.county-page--imported .list-one + p {
  margin-top: 8px;
}
.county-page--imported .image p {
  margin-top: 10px;
}
.county-page--imported figure {
  margin: 0;
}
.county-page--imported .image img,
.county-page--imported figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 20px 40px rgba(14, 25, 44, 0.08);
}
.county-page--imported .image a {
  display: block;
  color: inherit;
}

.warranty-page {
  padding: 40px 0 0;
  background: #fff;
}
.warranty-page__stack {
  display: grid;
  gap: 32px;
}
.warranty-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  justify-content: space-between;
  gap: 46px;
  align-items: start;
  margin-bottom:100px;
}
.warranty-section__media {
  position: relative;
  overflow: visible;
  z-index: 1;
}
.warranty-section__media--plain {
  padding-top: 28px;
}
.warranty-section__float-text {
  position: absolute;
  top: 190px;
  right: -160px;
  font-family: var(--font-body);
  font-size: 105px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.05em;
  text-align: center;
  color: #000;
  transform: rotate(90deg);
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(216, 209, 209);
  text-shadow: rgba(0, 0, 0, 0.05) 0 15px 10px;
  opacity: 0.5;
  white-space: nowrap;
  z-index: 0;
  user-select: none;
  pointer-events: none;
}
.warranty-section--intro .warranty-section__float-text {
  top: 182px;
  right: -234px;
}
.warranty-section--details .warranty-section__float-text {
  top: 184px;
  right: -234px;
}
.warranty-section__frame {
  position: relative;
  width: 100%;
  max-width: 560px;
  background: #fff;
  border: 1px solid #f0f2f5;
  padding: 4px;
  box-shadow: 0 10px 26px rgba(15, 35, 65, 0.035);
  z-index: 2;
}
.warranty-section__frame--offset::before {
  content: "";
  position: absolute;
  top: -26px;
  right: -26px;
  width: 148px;
  height: 170px;
  border: 8px solid #f2f4f7;
  z-index: -1;
}
.warranty-section__frame img {
  display: block;
  width: 100%;
  height: auto;
}
.warranty-section__content {
  max-width: 540px;
  padding-top: 0;
}
.warranty-section__content--process {
  padding-top: 0;
  max-width: 620px;
}
.warranty-section--intro .warranty-section__content,
.warranty-section--details .warranty-section__content {
  padding-top: 8px;
}
.warranty-section--intro .warranty-section__media,
.warranty-section--details .warranty-section__media {
  display: flex;
  justify-content: flex-start;
}
.warranty-section--process .warranty-section__frame {
  max-width: 560px;
  margin-left: auto;
  margin-right: 0;
}
.warranty-section--process {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
}
.warranty-section--process .warranty-section__content {
  padding-top: 10px;
}
.warranty-section--process .warranty-section__title {
  margin-bottom: 16px;
  font-size: clamp(2.45rem, 3vw, 3.2rem);
}
.warranty-section--process .warranty-section__copy {
  gap: 20px;
  max-width: 620px;
}
.warranty-section--process .warranty-section__copy p {
  font-size: 1.04rem;
  line-height: 1.58;
}
.warranty-section--process .warranty-section__media {
  display: flex;
  justify-content: flex-end;
}
.warranty-section--process .warranty-section__media--plain {
  padding-top: 8px;
}
.warranty-section__title {
  max-width: 500px;
  margin: 0 0 22px;
  font-family: var(--font-head);
  font-size: clamp(2.2rem, 3vw, 3.15rem);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.015em;
  color: #44515c;
}
.warranty-section__copy {
  display: grid;
  gap: 16px;
}
.warranty-section__copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.62;
  letter-spacing: 0.005em;
  color: #707883;
}
.warranty-section__copy strong {
  color: #44515c;
}
.warranty-section__copy h3 {
  margin: 10px 0 0;
  font-family: var(--font-head);
  font-size: 1.66rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: #44515c;
}
.warranty-section__bullet-list {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.warranty-section__bullet-list li {
  position: relative;
  padding-left: 22px;
  font-size: 1rem;
  line-height: 1.64;
  letter-spacing: 0.005em;
  color: #707883;
}
.warranty-section__bullet-list li::before {
  content: "\00BB";
  position: absolute;
  left: 0;
  top: 0.02em;
  color: var(--red);
  font-weight: 700;
}
.warranty-section__heading-block {
  margin-bottom: 22px;
}
.warranty-section__divider {
  display: flex;
  align-items: center;
  gap: 8px;
}
.warranty-section__divider-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.warranty-section__divider-icon img {
  display: block;
  width: 18px;
  height: 18px;
}
.warranty-section__divider-line {
  width: 30px;
  height: 2px;
  background: var(--red);
  border-radius: 999px;
}
.warranty-page-body .footer-newsletter {
  margin-top: -52px;
  transform: translateY(0);
}
.warranty-page-body .footer-main {
  padding-top: 118px;
}

.insurance-page {
  padding: 42px 0 0;
  background: #fff;
  margin-bottom: 40px;
}
.insurance-page__content {
  max-width: 1160px;
  min-height: 560px;
  padding: 0 0 48px;
}
.insurance-page__title {
  margin: 0 0 22px;
  font-family: var(--font-head);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #47545d;
}
.insurance-page__copy {
  max-width: 1120px;
}
.insurance-page__copy p,
.insurance-page__copy h3 {
  margin: 0;
}
.insurance-page__copy p {
  font-size: 15px;
  line-height: 1.78;
  color: #737b86;
}
.insurance-page__copy p + p,
.insurance-page__copy p + h3,
.insurance-page__copy h3 + p {
  margin-top: 18px;
}
.insurance-page__copy a {
  color: #6d7680;
  text-decoration: none;
  word-break: break-word;
}
.insurance-page__copy a:hover {
  color: var(--navy);
}
.insurance-page__copy h3 {
  margin-top: 52px;
  font-family: var(--font-body);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #5b6470;
}
.insurance-page__copy h3 + p {
  margin-top: 16px;
}
.insurance-page-body .footer-newsletter {
  margin-top: -52px;
  transform: translateY(0);
}
.insurance-page-body .footer-main {
  padding-top: 118px;
}

.glossary-page {
  padding: 42px 0 0;
  background: #fff;
}
.glossary-page__title {
  margin: 0 0 18px;
  font-family: var(--font-head);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #47545d;
}
.glossary-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
  padding-bottom: 136px;
}
.glossary-page__column {
  display: grid;
  gap: 6px;
  align-content: start;
}
.glossary-card {
  border-radius: 2px;
  overflow: hidden;
  background: #284f95;
  box-shadow: 0 1px 0 rgba(22, 50, 104, 0.06);
}
.glossary-card.is-open {
  background: #284f95;
}
.glossary-card__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 18px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
  list-style: none;
}
.glossary-card__summary::-webkit-details-marker {
  display: none;
}
.glossary-card__icon {
  font-size: 0.9rem;
  transition: transform 0.84s cubic-bezier(0.23, 1, 0.32, 1);
}
.glossary-card.is-open .glossary-card__icon {
  transform: rotate(90deg);
}
.glossary-card__body {
  display: grid;
  grid-template-rows: 0fr;
  background: #fff;
  border: 1px solid #e8edf4;
  border-top: none;
  padding: 0 18px;
  opacity: 0;
  overflow: hidden;
  transition:
    grid-template-rows 1s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.56s ease,
    padding-top 1s cubic-bezier(0.23, 1, 0.32, 1),
    padding-bottom 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.glossary-card.is-open .glossary-card__body {
  grid-template-rows: 1fr;
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.glossary-card__body-inner {
  min-height: 0;
  overflow: hidden;
  transform: translateY(-18px);
  opacity: 0;
  transition:
    transform 0.96s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.6s ease;
}
.glossary-card.is-open .glossary-card__body-inner {
  transform: translateY(0);
  opacity: 1;
}
.glossary-card__body p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #7b828c;
}
.glossary-page-body .footer-newsletter {
  margin-top: -52px;
  transform: translateY(0);
}
.glossary-page-body .footer-main {
  padding-top: 118px;
}

.blog-page {
  padding: 42px 0 0;
  background:
    radial-gradient(circle at top right, rgba(34, 77, 151, 0.06), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.blog-page__header {
  max-width: 860px;
  margin-bottom: 34px;
}
.blog-page__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-family: var(--font-head);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
}
.blog-page__title {
  margin: 0 0 14px;
  font-family: var(--font-head);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #46535d;
}
.blog-page__sub {
  max-width: 760px;
  font-size: 1rem;
  line-height: 1.78;
  color: #6d7883;
}
.blog-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 0;
  margin-bottom: 34px;
  background: #fff;
  border: 1px solid #e7edf4;
  box-shadow: 0 18px 40px rgba(15, 35, 68, 0.06);
  overflow: hidden;
}
.blog-feature__media img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
}
.blog-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 42px 40px;
}
.blog-feature__meta,
.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 16px;
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7b8590;
}
.blog-feature__title {
  margin: 0 0 14px;
  font-family: var(--font-head);
  font-size: clamp(1.95rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.08;
  color: #44515c;
}
.blog-feature__excerpt,
.blog-card__excerpt {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.76;
  color: #6f7882;
}
.blog-feature__link,
.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-family: var(--font-head);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--red);
  transition: gap 0.18s ease, color 0.18s ease;
}
.blog-feature__link:hover,
.blog-card__link:hover {
  gap: 12px;
  color: #9e1420;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  padding-bottom: 136px;
}
.blog-card {
  display: grid;
  grid-template-rows: auto 1fr;
  background: #fff;
  border: 1px solid #e7edf4;
  box-shadow: 0 14px 34px rgba(17, 35, 70, 0.05);
  overflow: hidden;
}
.blog-card__media img {
  width: 100%;
  height: 246px;
  object-fit: cover;
}
.blog-card__content {
  display: flex;
  flex-direction: column;
  padding: 24px 24px 26px;
}
.blog-card__title {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.18;
  color: #44515c;
}
.blog-card__link {
  margin-top: auto;
  padding-top: 18px;
}
.blog-page-body .footer-newsletter {
  margin-top: -52px;
  transform: translateY(0);
}
.blog-page-body .footer-main {
  padding-top: 118px;
}

.appointment-page {
  padding: 34px 0 0;
  background: #fff;
}
.appointment-page__header {
  max-width: 980px;
  margin: 0 auto 24px;
  text-align: center;
}
.appointment-page__title {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.06;
  color: #49555d;
}
.appointment-page__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 16px;
}
.appointment-page__sub {
  max-width: 800px;
  margin: 0 auto;
  font-size: 0.98rem;
  line-height: 1.72;
  color: #7a818a;
}
.appointment-form-wrap {
  margin: 0 auto 42px;
  padding: 50px 26px 46px;
  background: #f8f8f8;
}
.appointment-form__label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.96rem;
  color: #777f89;
}
.appointment-form__errors {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid #f2c6ca;
  background: #fff2f3;
}
.appointment-form__errors p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: #b42318;
}
.appointment-form__errors p + p {
  margin-top: 8px;
}
.appointment-form__select,
.appointment-form__input,
.appointment-form__textarea {
  width: 100%;
  border: none;
  background: #fff;
  font-family: var(--font-body);
  font-size: 0.96rem;
  color: #49545d;
  outline: none;
}
.appointment-form__select,
.appointment-form__input {
  height: 46px;
  padding: 0 14px;
}
.appointment-form__select {
  margin-bottom: 10px;
}
.appointment-form__select--grid {
  margin-bottom: 0;
}
.appointment-form__check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 22px;
  font-size: 0.92rem;
  color: #7c848e;
}
.appointment-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 16px;
  margin-bottom: 16px;
}
.appointment-form__section-title {
  grid-column: 1 / -1;
  margin: 6px 0 -2px;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: #5b6470;
}
.appointment-form__input--wide {
  grid-column: 1 / -1;
}
.appointment-form__textarea {
  min-height: 146px;
  padding: 14px;
  resize: vertical;
}
.appointment-form__captcha {
  margin: 22px 0 18px;
  font-size: 0.96rem;
  color: #7d8691;
}
.appointment-form__submit {
  min-width: 180px;
  min-height: 46px;
  border-radius: 999px;
  font-size: 0.92rem;
}
.appointment-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
  width: min(100%, 980px);
  margin: 0 auto 44px;
}
.appointment-contact-card {
  text-align: center;
}
.appointment-contact-card__icon {
  width: 34px;
  height: 34px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
}
.appointment-contact-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-size: 1.46rem;
  font-weight: 400;
  color: #234d9b;
}
.appointment-contact-card p {
  margin: 0 0 4px;
  font-size: 0.94rem;
  line-height: 1.62;
  color: #77808a;
}
.appointment-contact-card a {
  color: inherit;
}
.appointment-map {
  width: 100%;
  margin-bottom: -52px;
}
.appointment-map iframe {
  display: block;
  width: 100%;
  height: 600px;
  border: 0;
}
.appointment-page-body .footer-newsletter {
  margin-top: 0;
  transform: translateY(50%);
}
.appointment-page-body .footer-main {
  padding-top: 160px;
}
.appointment-success-page {
  padding: 42px 0 0;
  background: #fff;
}
.appointment-success-card {
  width: min(100%, 760px);
  margin: 0 auto 136px;
  padding: 42px 32px 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #e7edf4;
  box-shadow: 0 20px 44px rgba(18, 35, 70, 0.06);
}
.appointment-success-card__icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #1f8f54;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.appointment-success-card h2 {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 700;
  line-height: 1.08;
  color: #49555d;
}
.appointment-success-card p {
  margin: 0 auto;
  max-width: 560px;
  font-size: 1rem;
  line-height: 1.75;
  color: #73808b;
}
.appointment-success-card__meta {
  margin: 24px auto 0;
  display: grid;
  gap: 8px;
  max-width: 420px;
  text-align: left;
}
.appointment-success-card__meta li {
  font-size: 0.98rem;
  line-height: 1.6;
  color: #55616b;
}
.appointment-success-card__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.appointment-success-page-body .footer-newsletter {
  margin-top: -52px;
  transform: translateY(0);
}
.appointment-success-page-body .footer-main {
  padding-top: 118px;
}

@media (max-width: 1024px) {
  .warranty-section {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .warranty-section__frame,
  .warranty-section__media--plain .warranty-section__frame {
    width: min(100%, 520px);
  }
  .warranty-section--intro .warranty-section__content,
  .warranty-section--details .warranty-section__content {
    padding-top: 0;
  }
  .warranty-section__content,
  .warranty-section__content--process {
    max-width: none;
  }
  .warranty-section--process .warranty-section__frame {
    max-width: 520px;
    margin-right: 0;
  }
  .warranty-section--process {
    grid-template-columns: 1fr;
  }
  .warranty-section--process .warranty-section__content {
    padding-top: 0;
  }
  .warranty-section--process .warranty-section__media {
    justify-content: flex-start;
  }
  .warranty-section__media {
    order: 1;
  }
  .warranty-section__content {
    order: 2;
  }
  .warranty-section__float-text {
    right: -12px;
    font-size: 5rem;
  }
  .insurance-page__content {
    min-height: 0;
    padding-bottom: 40px;
  }
  .glossary-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-bottom: 120px;
  }
  .blog-feature {
    grid-template-columns: 1fr;
  }
  .blog-feature__media img {
    min-height: 320px;
  }
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    padding-bottom: 120px;
  }
  .appointment-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .appointment-success-card {
    margin-bottom: 120px;
  }
}

@keyframes hero-gear-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes divider-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 1024px) {
  .main-nav__link { padding: 19px 8px; font-size: 0.65rem; }
  .quote-section__inner { gap: 40px; }
  .services-section__cards { gap: 20px; }
  .about-story__inner,
  .about-why__inner { gap: 30px; }
  .coverage-section__top { grid-template-columns: 1fr; }
  .services-page__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-detail__inner { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .hero__inner { min-height: auto; flex-direction: column; text-align: center; }
  .hero__content { flex: none; max-width: none; padding: 62px 0 12px; }
  .hero__visual { flex: none; width: 100%; max-width: 720px; }
  .hero__image { height: auto; max-height: none; transform: none; }
.hero__gear--left svg {
  transform-origin: center center; /* Changed from 150px 150px to ensure browser compatibility */
  animation: hero-gear-spin 18s linear infinite;
}
  .hero__title--light { white-space: normal; }
  .quote-section__inner { flex-direction: column; }
  .quote-section__image { width: 100%; flex: none; }
  .quote-section__content { text-align: center; }
  .quote-section__content p { max-width: none; }
  .services-section__cards { grid-template-columns: repeat(2, 1fr); }
  .about-story__inner,
  .about-why__inner { grid-template-columns: 1fr; }
  .about-story__media { max-width: 620px; margin: 0 auto; }
  .about-story__content,
  .about-why__content { text-align: center; }
  .about-why__title,
  .about-why__lead,
  .about-why__accordion { max-width: none; }
  .about-why__divider { justify-content: center; }
  .about-why__media { max-width: 620px; margin: 0 auto; padding-top: 0; }
  .coverage-section__content { text-align: center; }
  .coverage-section__counties { gap: 12px 30px; }
  .coverage-section__office { max-width: 520px; margin: 0 auto; }
  .coverage-section__maps { grid-template-columns: 1fr; }
  .services-page__grid { gap: 24px; }
  .service-detail__sidebar { max-width: 520px; margin: 0 auto; width: 100%; }
  .service-detail__content { max-width: 760px; margin: 0 auto; }
  .county-page__two-col,
  .county-page__two-col--reverse,
  .county-page__two-col--image-left { grid-template-columns: 1fr; }
  .county-page__figure--narrow { max-width: 420px; }
  .county-page--imported .col-lg-9,
  .county-page--imported .col-lg-8,
  .county-page--imported .col-lg-6,
  .county-page--imported .col-lg-4,
  .county-page--imported .col-lg-3 { grid-column: span 12; }
  .county-page--imported .list-one ul { grid-template-columns: 1fr; gap: 8px; }
  .footer-main { padding: 148px 0 56px; }
  .footer-main__grid { grid-template-columns: repeat(2, 1fr); gap: 42px; }
  .footer-col__title { margin-bottom: 22px; font-size: 1.75rem; }
}

@media (max-width: 768px) {
  .main-nav {
    display: none;
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    background: var(--white);
    border-top: 1px solid var(--border);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    z-index: 999;
    padding: 16px 0;
  }
  .main-nav.is-open { display: block; }
  .main-nav__list { flex-direction: column; }
  .main-nav__link { padding: 14px 24px; border-bottom: 1px solid var(--border); }
  .main-nav__link::after { display: none; }
  .nav-toggle { display: flex; }
  .site-header__inner .btn--appointment { display: none; }
  .top-bar__phone { display: none; }
  .cert-banner__inner, .cert-banner__left { flex-direction: column; text-align: center; }
}

@media (max-width: 640px) {
  .top-bar__inner { justify-content: center; }
  .top-bar__social { width: 100%; justify-content: center; }
  .hero__title { font-size: 2.5rem; }
  .hero__title--light { margin-top: 10px; font-size: 0.94em; }
  .hero__eyebrow { font-size: 0.9rem; }
  .hero__sub { margin-bottom: 30px; font-size: 1rem; letter-spacing: 0.03em; }
  .hero__cta { min-width: 180px; min-height: 52px; }
  .services-section__cards { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
  .about-hero,
  .about-hero__inner { min-height: 152px; }
  .about-hero__title { font-size: 2.3rem; }
  .about-story { padding: 34px 0 42px; }
  .about-story__title { font-size: 2rem; }
  .about-story__content p { font-size: 0.95rem; }
  .about-why { padding: 34px 0 104px; }
  .about-why__title { font-size: 2rem; line-height: 1.02; }
  .about-why__lead,
  .about-why__panel { font-size: 0.94rem; }
  .about-why__item summary { padding: 14px 42px 14px 16px; font-size: 0.94rem; }
  .about-why__image-wrap::before { display: none; }
  .coverage-section { padding: 38px 0 108px; }
  .coverage-section__title { font-size: 2rem; text-align: center; }
  .coverage-section__counties { grid-template-columns: 1fr; }
  .coverage-section__list { gap: 14px; }
  .coverage-section__list li { font-size: 0.95rem; }
  .coverage-section__office { padding: 24px 20px 26px; }
  .coverage-section__map iframe { height: 360px; }
  .services-page { padding: 34px 0 108px; }
  .services-page__title { font-size: 2rem; }
  .services-page__sub { margin-top: 18px; font-size: 0.95rem; }
  .services-page__grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .service-tile { min-height: 222px; padding: 36px 24px 28px; }
  .service-tile__icon { width: 68px; height: 68px; margin-bottom: 18px; }
  .service-tile__icon-img { width: 62px; height: 62px; }
  .service-tile__title { min-height: 0; font-size: 1rem; }
  .service-detail { padding: 26px 0 108px; }
  .service-detail__title { font-size: 1.9rem; text-align: center; }
  .service-detail__copy p,
  .service-detail__process-list li { font-size: 0.9rem; }
  .service-detail__widget-title { font-size: 1.7rem; }
  .service-detail__gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; }
  .service-detail__gallery--top-three { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; }
  .service-detail__appointment { padding: 22px 18px 24px; }
  .service-detail__appointment-head h3 { font-size: 1.2rem; }
  .service-detail__form-grid { grid-template-columns: 1fr; }
  .service-detail__gallery--feature { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; }
  .service-detail__gallery--feature figure:first-child { grid-row: span 1; }
  .warranty-page { padding-top: 26px; }
  .warranty-page__stack { gap: 32px; }
  .warranty-section__title { font-size: 1.95rem; }
  .warranty-section__float-text { display: none; }
  .warranty-section__frame--offset::before { display: none; }
  .warranty-page-body .footer-newsletter { margin-top: -34px; transform: translateY(0); }
  .warranty-page-body .footer-main { padding-top: 98px; }
  .insurance-page { padding-top: 30px; }
  .insurance-page__title { font-size: 2.2rem; }
  .insurance-page__copy p { font-size: 0.96rem; line-height: 1.72; }
  .insurance-page__copy h3 { margin-top: 38px; font-size: 1.52rem; }
  .insurance-page-body .footer-newsletter { margin-top: -34px; transform: translateY(0); }
  .insurance-page-body .footer-main { padding-top: 98px; }
  .glossary-page { padding-top: 30px; }
  .glossary-page__title { font-size: 2.2rem; margin-bottom: 16px; }
  .glossary-page__grid { grid-template-columns: 1fr; gap: 16px; padding-bottom: 112px; }
  .glossary-card__summary { padding: 12px 16px; font-size: 0.92rem; }
  .glossary-card__body { padding-left: 16px; padding-right: 16px; }
  .glossary-card.is-open .glossary-card__body { padding-top: 16px; padding-bottom: 16px; }
  .glossary-card__body p { font-size: 0.94rem; line-height: 1.62; }
  .glossary-page-body .footer-newsletter { margin-top: -34px; transform: translateY(0); }
  .glossary-page-body .footer-main { padding-top: 98px; }
  .blog-page { padding-top: 30px; }
  .blog-page__header { margin-bottom: 24px; }
  .blog-page__title { font-size: 2.15rem; }
  .blog-page__sub { font-size: 0.96rem; line-height: 1.68; }
  .blog-feature { margin-bottom: 24px; }
  .blog-feature__media img { min-height: 250px; }
  .blog-feature__content { padding: 26px 18px 24px; }
  .blog-feature__title { font-size: 1.8rem; }
  .blog-grid { grid-template-columns: 1fr; gap: 18px; padding-bottom: 112px; }
  .blog-card__content { padding: 20px 18px 22px; }
  .blog-card__title { font-size: 1.26rem; }
  .blog-page-body .footer-newsletter { margin-top: -34px; transform: translateY(0); }
  .blog-page-body .footer-main { padding-top: 98px; }
  .appointment-page { padding-top: 28px; }
  .appointment-page__title { font-size: 2.15rem; }
  .appointment-page__sub { font-size: 0.96rem; line-height: 1.68; }
  .appointment-form-wrap { padding: 26px 18px 28px; margin-bottom: 28px; }
  .appointment-form__errors { margin-bottom: 14px; padding: 12px 14px; }
  .appointment-form__grid { grid-template-columns: 1fr; gap: 12px; }
  .appointment-form__section-title { grid-column: auto; margin: 4px 0 0; font-size: 0.96rem; }
  .appointment-form__input--wide { grid-column: auto; }
  .appointment-contact-grid { grid-template-columns: 1fr; gap: 22px; margin-bottom: 24px; }
  .appointment-map { margin-bottom: 0; }
  .appointment-map iframe { height: 420px; }
  .appointment-page-body .footer-newsletter { margin-top: 0; transform: translateY(50%); width: calc(100% - 24px); }
  .appointment-page-body .footer-main { padding-top: 98px; }
  .appointment-success-page { padding-top: 30px; }
  .appointment-success-card { margin-bottom: 112px; padding: 30px 18px 28px; }
  .appointment-success-card__actions { gap: 10px; }
  .appointment-success-page-body .footer-newsletter { margin-top: -34px; transform: translateY(0); }
  .appointment-success-page-body .footer-main { padding-top: 98px; }
  .county-page { padding-top: 32px; }
  .county-page__title { text-align: center; }
  .county-page__standfirst { text-align: center; }
  .county-page__gallery--two,
  .county-page__media-stack--wide,
  .county-page__city-list { grid-template-columns: 1fr; }
  .county-page__cta { padding: 10px 0 0; }
  .county-page__cta-inner { width: calc(100% - 24px); padding: 34px 18px 28px; }
  .county-page__cta-inner h2 { font-size: 1.85rem; }
  .county-page__cta-inner h2 span { margin-top: 10px; font-size: 1rem; }
  .county-page__cta-btn { width: 100%; max-width: 240px; min-height: 48px; margin-top: 16px; }
  .county-page-body .footer-newsletter { margin-top: -34px; transform: translateY(0); }
  .county-page-body .footer-main { padding-top: 98px; }
  .experience-banner { padding: 24px 0 14px; }
  .experience-banner::before { left: -18%; width: 64%; height: 120px; }
  .experience-banner::after { right: -22%; width: 78%; height: 128px; }
  .cta-section { padding: 6px 0 0; }
  .cta-section::before,
  .cta-section::after { width: 62%; height: 220px; opacity: 0.34; }
  .cta-section::before { left: -8%; top: 12px; }
  .cta-section::after { right: -8%; top: 22px; }
  .cta-section__title { font-size: 2rem; }
  .cta-section__subtitle { margin-bottom: 28px; font-size: 1.45rem; }
  .cta-section__btn { min-width: 168px; min-height: 48px; margin-bottom: 50px;}
  .footer-newsletter { width: calc(100% - 24px); margin-top: 0; transform: translateY(50%); }
  .footer-newsletter__inner { flex-direction: column; align-items: flex-start; min-height: 0; padding: 28px 20px; }
  .footer-newsletter__text { align-items: flex-start; }
  .footer-newsletter__text h4 { font-size: 1.55rem; }
  .footer-newsletter__text p { font-size: 0.94rem; }
  .footer-newsletter__form { width: 100%; flex: none; }
  .footer-newsletter__input { height: 56px; padding: 0 18px; }
  .footer-newsletter__btn { width: 56px; height: 56px; }
  .footer-main { padding: 138px 0 44px; }
  .footer-main__grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-col__title { margin-bottom: 18px; font-size: 1.55rem; }
  .footer-col__list { gap: 14px; }
  .footer-col__list li { font-size: 0.96rem; }
  .footer-bottom { text-align: center; }
}
