.service-landing {
  background: #fff;
  color: #224a51;
}

.service-breadcrumbs {
  padding: 118px 0 18px;
  background: #f7fbfb;
}

.service-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.service-breadcrumbs li::after {
  content: "/";
  margin-left: 8px;
  color: #7aa6a3;
}

.service-breadcrumbs li:last-child::after {
  content: "";
}

.service-breadcrumbs a {
  color: #224a51;
  text-decoration: underline;
}

.service-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.service-hero h1 {
  max-width: 920px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 54px;
  line-height: 1.08;
  letter-spacing: 0;
}

.service-eyebrow {
  margin-bottom: 16px;
  color: #bfe2de;
  font-weight: 700;
  text-transform: uppercase;
}

.service-hero-copy {
  max-width: 850px;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
}

.service-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.service-btn-secondary {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 13px 24px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 0;
  color: #fff;
  font-weight: 700;
}

.service-btn-secondary:hover,
.service-btn-secondary:focus {
  background: #fff;
  color: #224a51;
}

.service-main h2 {
  margin: 40px 0 16px;
  color: #224a51;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0;
}

.service-main h3 {
  margin: 28px 0 12px;
  color: #224a51;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0;
}

.service-main p,
.service-main li {
  color: #4e6367;
  font-size: 17px;
  line-height: 1.85;
}

.service-main ul,
.service-main ol {
  margin: 0 0 22px 22px;
}

.answer-snippet {
  margin-bottom: 34px;
  padding: 22px 24px;
  border-left: 4px solid #7aa6a3;
  background: #f2f8f7;
  color: #224a51;
  font-size: 18px;
  line-height: 1.75;
}

.service-sidebox {
  position: sticky;
  top: 118px;
}

.service-image {
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
  background: #f7fbfb;
}

.service-image img {
  display: block;
  width: 100%;
  height: auto;
}

.service-facts,
.related-services {
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid #dcebea;
  background: #fff;
}

.service-facts h2,
.related-services h2 {
  margin: 0 0 14px;
  font-size: 22px;
}

.service-facts ul,
.related-services ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-facts li,
.related-services li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.55;
}

.related-services a {
  color: #224a51;
  text-decoration: underline;
}

.service-faq-section {
  margin-top: 46px;
}

.service-faq-item {
  margin-bottom: 12px;
  border: 1px solid #dcebea;
  background: #fff;
}

.service-faq-item summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #224a51;
  font-weight: 700;
}

.service-faq-item p {
  margin: 0;
  padding: 0 20px 20px;
}

.location-band {
  background: #224a51;
  color: #fff;
}

.location-band h2,
.location-band p {
  color: #fff;
}

.map-actions {
  display: grid;
  gap: 12px;
}

.map-actions a {
  display: block;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .5);
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.map-actions a:hover,
.map-actions a:focus {
  background: #fff;
  color: #224a51;
}

.lead-section {
  background: #f7fbfb;
}

.lead-section h2 {
  margin-bottom: 18px;
  color: #224a51;
  font-size: 34px;
}

.service-lead-form {
  padding: 26px;
  border: 1px solid #dcebea;
  background: #fff;
}

.service-lead-form label {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  color: #224a51;
  font-weight: 700;
}

.service-lead-form input,
.service-lead-form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 13px 14px;
  border: 1px solid #c9dedd;
  color: #224a51;
}

.privacy-check {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 400;
}

.privacy-check input {
  width: auto;
  margin: 0;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 991px) {
  .service-breadcrumbs {
    padding-top: 96px;
  }

  .service-hero {
    min-height: 460px;
  }

  .service-hero h1 {
    font-size: 40px;
  }

  .service-hero-copy {
    font-size: 18px;
  }

  .service-sidebox {
    position: static;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 76px;
  }

  .service-breadcrumbs {
    padding-top: 82px;
  }

  .service-hero {
    min-height: 500px;
  }

  .service-hero h1 {
    font-size: 34px;
  }

  .service-cta-row .btn,
  .service-btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .service-main h2,
  .lead-section h2 {
    font-size: 28px;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #dcebea;
    background: #fff;
    box-shadow: 0 -8px 24px rgba(34, 74, 81, .14);
  }

  .mobile-sticky-cta a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    color: #224a51;
    font-size: 12px;
    font-weight: 700;
  }

  .mobile-sticky-cta i {
    font-size: 18px;
  }
}
