/* ===== SERVICES HEADER OVERRIDE ===== */
.services-page {
  --header-bg-rgb: 61, 79, 95;
}

/* ===== SERVICES HERO ===== */
.services-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.services-hero {
  margin-top: -72px;
}

@media (max-width: 768px) {
  .services-hero {
    margin-top: -60px;
  }
}

.services-hero-img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
}

.services-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-hero-overlay h1 {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

/* ===== STRATEGIC APPROACH ===== */
.strategic-approach {
  padding: 72px 0 80px;
  background: #fff;
}

.strategic-approach h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.strategic-intro {
  font-size: 14px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 48px;
  max-width: 900px;
}

.strategic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
}

.strategic-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.strategic-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.strategic-text p {
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 20px;
}

/* ===== OUR KNOW HOW ===== */
.knowhow {
  padding: 80px 0;
  background: #f5f5f5;
}

.knowhow-heading {
  font-size: 56px;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.knowhow-subtitle {
  font-size: 14px;
  color: #777;
  margin-bottom: 48px;
}

.knowhow-flow {
  display: block;
}

/* Arrows SVG image */
.knowhow-arrows {
  margin-bottom: 40px;
}

.knowhow-arrows-desktop {
  width: 100%;
  height: auto;
  display: block;
}

.knowhow-arrows-mobile {
  width: 100%;
  height: auto;
  display: none;
}

@media (max-width: 768px) {
  .knowhow-arrows-desktop {
    display: none;
  }
  .knowhow-arrows-mobile {
    display: block;
  }
}

.knowhow-labels {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.knowhow-step-icon {
  display: none;
}

.knowhow-label h4 {
  font-size: 16.9px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.4;
}

.knowhow-label ul {
  list-style: none;
  padding: 0;
}

.knowhow-label li {
  font-size: 11px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 6px;
}

/* ===== SPECIAL SITUATIONS ===== */
.special-situations {
  padding: 72px 0 80px;
  background: #f5f5f5;
}

.special-situations h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.special-intro {
  font-size: 14px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 40px;
  max-width: 900px;
}

.special-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.special-card {
  background: #fff;
  padding: 32px 24px;
  text-align: center;
}

.special-card p {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.5;
}

/* ===== FEATURED PROJECT ===== */
.featured-project {
  padding: 80px 0;
  background: #fff;
}

.featured-heading {
  font-size: 56px;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.featured-subtitle {
  font-size: 14px;
  color: #777;
  margin-bottom: 32px;
}

.featured-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-bottom: 32px;
}

.featured-img img {
  width: 100%;
  height: 476px;
  object-fit: cover;
  display: block;
}

.featured-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 48px;
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}

.featured-stat h4 {
  font-size: 16.9px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.featured-stat p {
  font-size: 14px;
  color: #555;
}

.featured-description {
  margin-bottom: 64px;
}

.featured-description p {
  font-size: 14px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 16px;
  max-width: 900px;
}

/* ===== REFERENCES ===== */
.references-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 40px 0;
}

.reference-person {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.reference-photo {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.reference-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.reference-info strong {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

.reference-info span {
  font-size: 14px;
  color: #555;
}

.reference-quote {
  font-size: 13px;
  color: #555;
  line-height: 1.8;
}

/* ===== WHAT WE'RE WORKING ON NOW ===== */
.working-now {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 80px 0 0;
}

.working-now-image img {
  width: 100%;
  height: 518px;
  object-fit: cover;
  display: block;
}

.working-now-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.working-now-overlay h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.working-now-overlay p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 500px;
}

.btn-explore-news {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 14px 28px;
  background: #1a2332;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 0.3px;
  border-radius: 16px;
}

.btn-explore-news:hover {
  background: #111827;
}

.working-now-overlay {
  justify-content: flex-start;
}

.working-now-overlay .container {
  width: 100%;
  text-align: left;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .knowhow-labels {
    grid-template-columns: repeat(3, 1fr);
  }

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

@media (max-width: 768px) {
  .services-hero-overlay h1 {
    font-size: 36px;
  }

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

  .knowhow-heading,
  .featured-heading {
    font-size: 36px;
  }

  .knowhow-flow {
    display: block;
  }

  .knowhow-arrows {
    margin-bottom: 0;
  }

  .knowhow-arrows-mobile,
  .knowhow-arrows {
    display: none;
  }

  .knowhow-labels {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .knowhow-label {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 16px;
    align-items: start;
    min-height: 198px;
    padding: 10px 0;
  }

  .knowhow-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-top: 4px;
    border-radius: 14px;
    background: linear-gradient(160deg, #eef2f5 0%, #d9e1e7 100%);
    border: 1px solid rgba(26, 35, 50, 0.12);
    color: #1a2332;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(26, 35, 50, 0.08);
  }

  .knowhow-label-content {
    min-width: 0;
  }

  .knowhow-label h4 {
    font-size: 16.9px;
    margin-bottom: 10px;
  }

  .knowhow-label li {
    font-size: 10.5px;
    line-height: 1.55;
    margin-bottom: 5px;
  }

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

  .featured-images {
    grid-template-columns: 1fr;
  }

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

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