html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.content {
  flex: 1;
}

.page-soft-section,
.about-page,
.contact-page {
  background: #f8f9fa;
}

.site-surface {
  background: #ffffff;
  border: 0;
  border-radius: 2rem;
  box-shadow: 0 0.125rem 0.25rem rgba(15, 23, 42, 0.075);
}

.site-eyebrow {
  color: #0d6efd;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-lead {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.8;
}

.site-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.08);
  color: #0d6efd;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.65rem 1rem;
}

.site-stat {
  border: 0;
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(15, 23, 42, 0.075);
  height: 100%;
}

.site-stat .card-body {
  padding: 1.75rem;
}

.site-stat-label {
  color: #94a3b8;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-stat-value {
  color: #0f172a;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero-section {
  background-image: linear-gradient(rgba(15, 23, 42, 0.34), rgba(15, 23, 42, 0.46)), url("../assets/wastewaterplant.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-panel {
  max-width: 64rem;
  background: rgba(15, 23, 42, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
}

.hero-kicker {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8fd3ff;
}

.hero-title {
  font-size: clamp(2.5rem, 4vw, 4.25rem);
  line-height: 1.02;
  color: #f8fafc;
  text-shadow: 0 8px 24px rgba(15, 23, 42, 0.28);
}

.hero-subtitle {
  color: rgba(226, 232, 240, 0.9);
}

.service-card {
  background: #ffffff;
  border: 0;
  border-radius: 1.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(15, 23, 42, 0.075);
}

.service-card .card-body {
  padding: 2rem 1.5rem;
}

.about-lead {
  max-width: 42rem;
}

.about-photo {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  border-radius: 1.5rem;
}

.about-story p {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.8;
}

.contact-mark {
  max-width: 230px;
}

.contact-card {
  border: 0;
  border-radius: 1.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(15, 23, 42, 0.075);
  height: 100%;
}

.contact-card .card-body {
  padding: 2rem;
}

.contact-icon {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.contact-role {
  color: #0f172a;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.contact-meta {
  color: #94a3b8;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-link,
.contact-text {
  color: #334155;
  font-size: 1rem;
  text-decoration: none;
}

.contact-link:hover {
  color: #0d6efd;
}

.contact-address {
  max-width: 28rem;
}

.contact-actions .btn {
  border-radius: 999px;
  padding-inline: 1.2rem;
}

@media (min-width: 992px) {
  .hero-title {
    white-space: nowrap;
  }
}
