.service-hero {
  padding: 150px 0 90px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(18, 18, 18, 0.82), rgba(18, 18, 18, 0.48)),
    url("../img/Background11.png") center/cover no-repeat;
  color: #fff;
}

.service-hero__grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 56px;
  align-items: center;
}

.service-hero h1 {
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: 0.95;
  margin: 16px 0 20px;
  max-width: 760px;
}

.service-hero__lead {
  max-width: 680px;
  font-size: 1.2rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
  margin-bottom: 30px;
}

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

.service-card {
  background: rgba(255, 255, 255, 0.97);
  color: #111;
  border-radius: 34px;
  padding: 38px 34px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.85);
  max-width: 500px;
  width: 100%;
  justify-self: end;
}

.service-card h3 {
  margin: 0 0 14px;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 950;
}

.service-card p {
  margin: 0 0 22px;
  font-size: 1.12rem;
  line-height: 1.7;
  color: #2f2f2f;
}

.service-checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.service-checks li {
  position: relative;
  padding-left: 34px;
  line-height: 1.55;
  font-size: 1.04rem;
  color: #1f1f1f;
}

.service-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  color: #d87516;
  font-weight: 900;
  font-size: 1.15rem;
}

.map-layout {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 26px;
  align-items: stretch;
}

.map-card {
  overflow: hidden;
  border-radius: 30px;
  min-height: 460px;
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
  background: #fff;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 460px;
  border: 0;
  display: block;
}

.area-panel {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 18px 45px rgba(0,0,0,.1);
}

.area-panel h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.area-stats {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.area-stats div {
  background: #f7f2ea;
  border-radius: 18px;
  padding: 18px;
}

.area-stats strong,
.area-stats span {
  display: block;
}

.area-stats strong {
  font-size: 1.2rem;
  color: #111;
}

.area-stats span {
  color: #555;
  margin-top: 3px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 0 0 34px;
}

.filter-btn {
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  color: #111;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background: linear-gradient(135deg, #e7a11f, #d66b18);
  color: #111;
  border-color: transparent;
  box-shadow: 0 12px 25px rgba(214,107,24,.22);
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.city-card {
  background: #fff;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 14px 35px rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.06);
}

.city-card h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.city-card p {
  margin: 0;
  color: #555;
  line-height: 1.45;
}

.city-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.city-tags span {
  font-size: .78rem;
  font-weight: 800;
  background: #f7f2ea;
  border-radius: 999px;
  padding: 7px 10px;
  color: #333;
}

.service-cta {
  margin-top: 44px;
}

.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links .active {
  color: #d87516;
}

@media (max-width: 980px) {
  .service-hero__grid,
  .map-layout {
    grid-template-columns: 1fr;
  }

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

  .map-card,
  .map-card iframe {
    min-height: 380px;
  }
}

@media (max-width: 650px) {
  .service-hero {
    padding: 105px 0 55px;
  }

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

  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
    text-align: center;
  }

  .cta-actions {
    width: 100%;
    justify-content: flex-start;
  }
}

.city-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.city-pin {
  color: #d71920;
  font-size: 1.1rem;
  line-height: 1;
  display: inline-flex;
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .service-hero {
    padding: 120px 0 70px;
  }

  .service-hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .service-card {
    max-width: 100%;
    justify-self: stretch;
  }

  .service-hero h1 {
    max-width: 100%;
  }

  .service-hero__lead {
    max-width: 100%;
  }
}

#serviceAreaMap {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border-radius: 30px;
}

.map-card {
  overflow: hidden;
  border-radius: 30px;
  min-height: 520px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.map-card {
  overflow: hidden;
  border-radius: 30px;
  min-height: 560px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  background: #fff;
}

#serviceAreaMap {
  width: 100%;
  height: 560px;
  min-height: 560px;
  border-radius: 30px;
}

@media (max-width: 750px) {
  .map-card,
  #serviceAreaMap {
    min-height: 400px;
    height: 400px;
  }
}