.services-hero {
  position: relative;
  color: #f7f3ec;
  padding-top: var(--space-80);
  padding-bottom: var(--space-80);
  overflow: hidden;
}
.services-hero-media {
  position: absolute;
  inset: 0;
  opacity: 0.35;
}
.services-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-hero-inner {
  position: relative;
  z-index: 1;
}
.services-hero-copy {
  max-width: 640px;
}
.services-hero-stats {
  margin-top: var(--space-32);
}
.services-hero-sidebar {
  position: relative;
  z-index: 1;
  padding: var(--space-24);
}
.services-hero-sidebar-title {
  margin-top: var(--space-12);
}
.services-hero-sidebar-bottom {
  margin-top: var(--space-24);
}
.services-heading-row {
  gap: var(--space-24);
  align-items: flex-end;
  margin-bottom: var(--space-40);
}
.services-heading-cta {
  flex-shrink: 0;
}
.services-grid-top,
.services-tech-grid,
.services-grid-hospitality,
.services-grid-executive,
.services-grid-bottom,
.services-final-grid {
  align-items: stretch;
}
.services-card {
  height: 100%;
}
.services-card-media {
  margin-bottom: var(--space-16);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.services-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-card-footer {
  margin-top: var(--space-16);
}
.services-tech-section {
  color: #f7f3ec;
}
.services-tech-media {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
}
.services-tech-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-tech-content {
  align-self: center;
}
.services-tech-subgrid {
  margin-top: var(--space-24);
}
.services-divider {
  margin-top: var(--space-20);
  margin-bottom: var(--space-20);
}
.services-executive-section {
  color: #f7f3ec;
}
.services-final-card {
  border-radius: var(--radius-xl);
}
.services-cta-form {
  margin-top: var(--space-16);
}
.services-cta-note {
  margin-top: var(--space-16);
}
.services-cta-final {
  color: #f7f3ec;
}
@media (max-width: 960px) {
  .services-hero {
    padding-top: var(--space-64);
    padding-bottom: var(--space-64);
  }
  .services-heading-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .services-heading-cta {
    width: 100%;
  }
  .services-heading-cta .btn {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .services-hero-media {
    opacity: 0.28;
  }
  .services-final-card {
    padding: var(--space-24);
  }
}

@media (max-width: 480px) {
  .services-hero {
    padding-top: var(--space-48);
    padding-bottom: var(--space-40);
  }

  .services-hero-stats {
    gap: 1rem;
  }

  .services-card-media img {
    height: 200px;
    object-fit: cover;
  }

  .services-cta-form .btn {
    width: 100%;
    justify-content: center;
  }

  .services-final-card {
    padding: var(--space-16);
  }
}
