.jdos-area-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.jdos-area-hero {
  background:
    linear-gradient(90deg, rgba(12, 18, 17, 0.95), rgba(6, 57, 31, 0.88) 50%, rgba(6, 57, 31, 0.28)),
    url("../photos/service-area-lawn.jpeg") center / cover no-repeat;
  color: #fff;
  padding: clamp(60px, 8vw, 110px) 0;
}

.jdos-area-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.jdos-area-kicker {
  color: #72c4f6;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.jdos-area-hero h1,
.jdos-area-section h2,
.jdos-area-final-cta h2 {
  letter-spacing: 0;
}

.jdos-area-hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 6vw, 5.3rem);
  line-height: 1.02;
  margin: 0;
  max-width: 900px;
}

.jdos-area-lede {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.65;
  margin: 22px 0 0;
  max-width: 760px;
}

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

.jdos-area-btn {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 54px;
  padding: 14px 20px;
  text-decoration: none !important;
}

.jdos-area-btn-primary {
  background: #086233;
  color: #fff !important;
}

.jdos-area-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.62);
  color: #fff !important;
}

.jdos-area-photo-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  margin: 0;
  overflow: hidden;
}

.jdos-area-photo-card img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.jdos-area-photo-card figcaption {
  background: #17211c;
  color: #fff;
  font-weight: 900;
  margin: 0;
  padding: 12px 14px;
  text-align: center;
}

.jdos-area-section {
  background: #fff;
  padding: clamp(54px, 7vw, 92px) 0;
}

.jdos-area-muted {
  background: #f2f8f5;
}

.jdos-area-map-band {
  background: linear-gradient(180deg, #f7fbf8 0%, #edf7f3 100%);
}

.jdos-area-section-head {
  max-width: 840px;
  margin-bottom: 28px;
}

.jdos-area-section-head h2,
.jdos-area-final-cta h2 {
  color: #1f2933;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  margin: 0;
}

.jdos-area-section-head p:not(.jdos-area-kicker),
.jdos-area-final-cta p {
  color: #516057;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 14px 0 0;
}

.jdos-route-map {
  background: #fff;
  border: 1px solid #dfe7e2;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(13, 55, 34, 0.12);
  overflow: hidden;
}

.jdos-route-svg {
  display: block;
  width: 100%;
  height: auto;
}

.jdos-boundary-fill {
  fill: rgba(255, 37, 18, 0.08);
}

.jdos-boundary-line {
  fill: none;
  stroke: #f42a16;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 16;
}

.jdos-route-legend {
  align-items: center;
  background: #17211c;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  font-size: 0.92rem;
  font-weight: 800;
  padding: 14px 18px;
}

.jdos-route-legend span {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.jdos-route-legend i {
  border-radius: 999px;
  display: inline-block;
  height: 12px;
  width: 12px;
}

.jdos-leg-core {
  background: #086233;
}

.jdos-leg-edge {
  background: #72c4f6;
}

.jdos-leg-line {
  background: #f42a16;
}

.jdos-boundary-grid,
.jdos-town-grid,
.jdos-service-link-grid,
.jdos-proof-photo-grid {
  display: grid;
  gap: 18px;
}

.jdos-boundary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jdos-boundary-grid article,
.jdos-town-grid article,
.jdos-service-link-grid a,
.jdos-proof-photo-grid article {
  background: #fff;
  border: 1px solid #dfe7e2;
  border-radius: 8px;
}

.jdos-boundary-grid article {
  border-top: 5px solid #086233;
  padding: 24px;
}

.jdos-boundary-grid h2,
.jdos-town-grid h3,
.jdos-proof-photo-grid h3 {
  color: #1f2933;
  font-size: 1.25rem;
  margin: 0 0 10px;
}

.jdos-boundary-grid p,
.jdos-proof-photo-grid p,
.jdos-service-link-grid span {
  color: #516057;
  line-height: 1.55;
  margin: 0;
}

.jdos-town-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jdos-town-grid article {
  padding: 24px;
}

.jdos-town-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jdos-town-list span {
  background: #e8f3ec;
  border: 1px solid #cfe3d7;
  border-radius: 999px;
  color: #083d24;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 8px 10px;
}

.jdos-service-link-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jdos-service-link-grid a {
  border-top: 5px solid #086233;
  color: #1f2933 !important;
  min-height: 162px;
  padding: 22px;
  text-decoration: none !important;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.jdos-service-link-grid a:hover {
  box-shadow: 0 18px 45px rgba(13, 55, 34, 0.12);
  transform: translateY(-2px);
}

.jdos-service-link-grid strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 10px;
}

.jdos-service-link-grid span {
  display: block;
  font-size: 0.96rem;
}

.jdos-area-proof {
  background: #f7fbf8;
}

.jdos-proof-photo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jdos-proof-photo-grid article {
  overflow: hidden;
}

.jdos-proof-photo-grid img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.jdos-proof-photo-grid div {
  padding: 20px;
}

.jdos-quote-steps {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(22px, 4vw, 60px);
  align-items: start;
}

.jdos-quote-steps h2 {
  color: #1f2933;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  margin: 0;
}

.jdos-quote-steps p {
  color: #516057;
  line-height: 1.6;
}

.jdos-quote-steps ol {
  counter-reset: steps;
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jdos-quote-steps li {
  background: #fff;
  border: 1px solid #dfe7e2;
  border-radius: 8px;
  counter-increment: steps;
  display: grid;
  gap: 4px;
  min-height: 118px;
  padding: 20px 20px 20px 76px;
  position: relative;
}

.jdos-quote-steps li::before {
  align-items: center;
  background: #086233;
  border-radius: 999px;
  color: #fff;
  content: counter(steps);
  display: flex;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  left: 22px;
  position: absolute;
  top: 22px;
  width: 38px;
}

.jdos-quote-steps strong {
  color: #1f2933;
  font-size: 1.1rem;
}

.jdos-quote-steps span {
  color: #516057;
  line-height: 1.45;
}

.jdos-area-final-cta {
  background:
    linear-gradient(90deg, rgba(20, 28, 36, 0.96), rgba(6, 57, 31, 0.92)),
    url("../photos/service-area-lawn.jpeg") center / cover no-repeat;
  color: #fff;
  padding: clamp(54px, 7vw, 90px) 0;
  text-align: center;
}

.jdos-area-final-cta h2,
.jdos-area-final-cta p {
  color: #fff;
}

.jdos-area-final-cta p {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

.jdos-area-final-cta .jdos-area-btn {
  margin-top: 24px;
}

@media (max-width: 980px) {
  .jdos-area-hero-grid,
  .jdos-boundary-grid,
  .jdos-town-grid,
  .jdos-proof-photo-grid,
  .jdos-quote-steps {
    grid-template-columns: 1fr;
  }

  .jdos-service-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .jdos-area-wrap {
    width: min(100% - 22px, 1180px);
  }

  .jdos-area-hero {
    padding: 34px 0 42px;
  }

  .jdos-area-hero h1 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }

  .jdos-area-photo-card {
    display: none;
  }

  .jdos-area-actions,
  .jdos-route-legend {
    align-items: stretch;
    flex-direction: column;
  }

  .jdos-area-btn {
    width: 100%;
  }

  .jdos-service-link-grid {
    grid-template-columns: 1fr;
  }

  .jdos-boundary-line {
    stroke-width: 20;
  }
}
