.services-directory-hero {
  padding: clamp(56px, 7vw, 92px) 24px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 34, 67, .97), rgba(7, 46, 89, .88)),
    url("/images/zenith-van-optimized.jpg") center / cover no-repeat;
}

.services-hero-grid {
  display: grid;
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
}

.services-eyebrow,
.services-section-label {
  margin: 0 0 10px;
  color: #f7941d;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.services-directory-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: 1.03;
  letter-spacing: -.045em;
}

.services-hero-lede {
  max-width: 740px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.92);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}

.services-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.services-primary-button,
.services-secondary-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 2px solid #f7941d;
  border-radius: 10px;
  font-weight: 800;
}

.services-primary-button {
  color: #072e59;
  background: #f7941d;
}

.services-secondary-button {
  color: #fff;
  border-color: rgba(255,255,255,.75);
  background: rgba(7,46,89,.28);
}

.services-trust-list {
  display: grid;
  gap: 10px 24px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.services-trust-list li {
  position: relative;
  padding-left: 22px;
  font-weight: 650;
}

.services-trust-list li::before {
  position: absolute;
  left: 0;
  color: #f7941d;
  content: "✓";
  font-weight: 900;
}

.services-hero-card {
  padding: clamp(24px, 4vw, 38px);
  color: #172033;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 18px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 22px 60px rgba(0,0,0,.24);
}

.services-hero-card h2 {
  margin: 0 0 14px;
  color: #072e59;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.services-hero-card p {
  color: #536174;
  line-height: 1.65;
}

.services-hero-card a,
.services-category-heading > a,
.services-card > a {
  color: #075fa9;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(247,148,29,.65);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.services-intro,
.services-category,
.services-faq,
.services-estimate {
  padding: clamp(54px, 7vw, 88px) 24px;
  scroll-margin-top: 175px;
}

.services-intro {
  padding-bottom: 18px;
  text-align: center;
}

.services-intro h2,
.services-category-heading h2,
.services-faq h2,
.services-estimate h2 {
  margin: 0;
  color: #072e59;
  font-size: clamp(1.8rem, 3.3vw, 3rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.services-intro p:last-child {
  max-width: 820px;
  margin: 18px auto 0;
  color: #5e6b7d;
  font-size: 1.05rem;
  line-height: 1.75;
}

.services-category-alt,
.services-faq {
  background: #f3f6f9;
}

.services-category-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 28px;
}

.services-category-heading > a {
  flex: 0 0 auto;
  padding-bottom: 4px;
}

.services-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 265px), 1fr));
  gap: 18px;
}

.services-card {
  display: flex;
  min-height: 235px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #dce3eb;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(7,46,89,.07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.services-card:hover {
  transform: translateY(-3px);
  border-color: rgba(247,148,29,.55);
  box-shadow: 0 16px 38px rgba(7,46,89,.12);
}

.services-card h3 {
  margin: 0;
  color: #072e59;
  font-size: 1.22rem;
  line-height: 1.3;
}

.services-card p {
  margin: 13px 0 20px;
  color: #5e6b7d;
  font-size: 1rem;
  line-height: 1.65;
}

.services-card > a {
  width: fit-content;
  margin-top: auto;
}

.services-faq-list {
  display: grid;
  max-width: 920px;
  gap: 12px;
  margin-top: 28px;
}

.services-faq details {
  padding: 0 20px;
  border: 1px solid #dce3eb;
  border-radius: 12px;
  background: #fff;
}

.services-faq summary {
  padding: 19px 34px 19px 0;
  color: #072e59;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 800;
}

.services-faq details p {
  margin: 0 0 20px;
  color: #5e6b7d;
  line-height: 1.7;
}

.services-estimate-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.services-estimate-heading > p:last-child,
.services-estimate-note {
  color: #5e6b7d;
  line-height: 1.7;
}

.services-estimate-note {
  margin-top: 12px;
  font-size: .9rem;
}

.catalog-subnav .inner {
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.catalog-subnav .inner::-webkit-scrollbar {
  display: none;
}

.catalog-subnav a {
  flex: 0 0 auto;
}

@media (min-width: 840px) {
  .services-hero-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  }

  .services-trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .services-directory-hero,
  .services-intro,
  .services-category,
  .services-faq,
  .services-estimate {
    padding-right: 18px;
    padding-left: 18px;
  }

  .services-category-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .services-card {
    min-height: 0;
  }

  .services-primary-button,
  .services-secondary-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-card {
    transition: none;
  }
}
