.haryana-hero {
  padding-right: 5%;
}
.hero-banner {
  width: min(44%, 480px);
  border-radius: 17px;
  object-fit: cover;
  box-shadow: 0 20px 42px #1b275240;
}
.stats-section {
  max-width: 1100px;
  margin: 82px auto;
  padding: 0 25px 10px;
}
.section-intro {
  margin-bottom: 27px;
}
.section-intro h2 {
  font:
    800 31px "Plus Jakarta Sans",
    sans-serif;
  margin: 0 0 8px;
}
.section-intro > p:last-child {
  color: var(--muted);
  margin: 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.stats-grid article {
  padding: 22px;
  background: #fff;
  border: 1px solid #e2e6f0;
  border-radius: 13px;
  box-shadow: 0 7px 20px #15223d0a;
}
.stats-grid span {
  display: block;
  color: #64718c;
  font-size: 13px;
  font-weight: 600;
}
.stats-grid strong {
  display: block;
  margin: 10px 0 5px;
  color: var(--navy);
  font:
    800 28px "Plus Jakarta Sans",
    sans-serif;
}
.stats-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .site-header {
    height: auto;
    min-height: 70px;
    padding: 16px 8%;
    gap: 16px;
  }
  .site-header nav {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .hero-banner {
    width: 100%;
    margin-top: 35px;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .stats-section {
    margin: 55px auto;
  }
}
@media (max-width: 600px) {
  .home-body .site-header {
    justify-content: center;
    padding: 10px 5%;
  }
  .home-body .site-header nav {
    justify-content: space-evenly;
  }
}
.haryana-hero {
  background-image:
    linear-gradient(90deg, #f0edfff5 0%, #f8f7ffdf 48%, #eef3ff55 100%),
    url("../img/web-panchayat-banner.png");
  background-position: center;
  background-size: cover;
}
.haryana-hero .hero-banner {
  display: none;
}
.haryana-hero {
  position: relative;
  display: block;
  aspect-ratio: 1536/854;
  min-height: 0;
  padding: 0;
  background-image: url("../img/web-panchayat-banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.haryana-hero .hero-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 760px) {
  .haryana-hero {
    aspect-ratio: 1536/854;
    min-height: 0;
    background-size: contain;
    background-color: #f5f2e7;
  }
}
@media (max-width: 760px) {
  .home-body .site-header {
    padding: 12px 5% 15px;
    gap: 8px;
  }
  .home-body .site-header nav {
    width: 100%;
    justify-content: center;
  }
  .haryana-hero {
    width: 100%;
    border-radius: 0;
  }
  .stats-section {
    padding-right: 6%;
    padding-left: 6%;
  }
}
