/* ===== SERVICES HERO ===== */
.services-hero {
  position: relative;
  height: 440px;
  display: flex;
  align-items: flex-end;
  background: url('webimages/coho-concrete-gallery-18.webp') center/cover no-repeat;
  padding-bottom: 56px;
}

.services-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.2) 100%);
}

.services-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.services-hero-tag {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(8, 68, 128, 0.85);
  border: 1px solid rgba(255,255,255,0.35);
  margin-bottom: 12px;
}

.services-hero-content h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 12px;
  max-width: 720px;
}

.services-hero-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
  max-width: 560px;
  line-height: 1.6;
}

/* ===== INTRO ===== */
.services-intro {
  padding: 90px 0 70px;
  background: linear-gradient(180deg, rgba(8,68,128,0.06) 0%, rgba(255,255,255,0) 100%);
}

.services-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.intro-card {
  background: #f7f9fb;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(8,68,128,0.15);
  box-shadow: 0 12px 24px rgba(0,0,0,0.04);
}

.intro-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #084480;
  margin-bottom: 10px;
}

.intro-card h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.intro-card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}

/* ===== OVERVIEW ===== */
.services-overview {
  padding: 80px 0 100px;
  background: #0b2f55;
  color: #fff;
}

.services-overview .section-title {
  color: #fff;
}

.services-overview .section-desc {
  color: rgba(255,255,255,0.7);
}

.services-overview .section-tag {
  color: rgba(255,255,255,0.7);
}

.services-list {
  margin-top: 32px;
  display: grid;
  gap: 28px;
}

.services-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  background: rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 18px 30px rgba(0,0,0,0.2);
}

.services-item.reverse {
  direction: rtl;
}

.services-item.reverse > * {
  direction: ltr;
}

.services-item-media {
  border-radius: 14px;
  overflow: hidden;
  height: 260px;
  box-shadow: 0 18px 36px rgba(0,0,0,0.12);
}

.services-item-content h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.services-item-content p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: 14px;
}

.services-item-content ul {
  padding-left: 18px;
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
  line-height: 1.6;
  list-style: disc;
}

.services-item-content li {
  margin-bottom: 6px;
}

/* ===== FIELD STANDARDS ===== */
.services-standards {
  padding: 90px 0 100px;
  background: #BDBDBD url('webimages/coho-concrete-gallery-07.webp') center/cover no-repeat;
  color: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.services-standards::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(189, 189, 189, 0.88);
  backdrop-filter: blur(2px);
}

.standards-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.standards-text .section-title {
  color: #1a1a1a;
}

.standards-text .section-desc {
  color: rgba(0,0,0,0.65);
}

.standards-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.standard-card {
  background: rgba(255,255,255,0.9);
  border-radius: 12px;
  padding: 22px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.standard-card h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.standard-card p {
  font-size: 0.88rem;
  color: rgba(0,0,0,0.65);
  line-height: 1.6;
}

/* ===== PROCESS ===== */
.services-process {
  padding: 90px 0 100px;
  background: #f0f3f6;
}

.process-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.process-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid rgba(8,68,128,0.12);
  box-shadow: 0 12px 24px rgba(0,0,0,0.04);
}

.process-card span {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  color: #084480;
  margin-bottom: 10px;
}

.process-card h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.process-card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}

/* ===== CTA ===== */
.services-cta {
  padding: 40px 0 100px;
  background: #f0f3f6;
}

.services-cta-inner {
  background: linear-gradient(120deg, #0b2f55 0%, #0e4a86 45%, #1a1a1a 100%);
  border-radius: 16px;
  padding: 56px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #fff;
}

.services-cta-inner h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.services-cta-inner p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1000px) {
  .services-intro-grid {
    grid-template-columns: 1fr;
  }

  .services-item {
    grid-template-columns: 1fr;
  }

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

  .standards-cards {
    grid-template-columns: 1fr;
  }

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

  .services-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .services-hero-content h1 {
    font-size: 2.1rem;
  }

  .services-intro {
    padding: 60px 0 30px;
  }

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