/* Solutions Hero - Shared Styles for All Sector Pages */

.solutions-hero {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: #F8FAFC;
}

.solutions-hero__section {
  background: #F8FAFC !important;
  background-image: none !important;
  padding: 0;
}

.solutions-hero__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.solutions-hero__card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  .solutions-hero__card {
    padding: 48px;
  }
}

.solutions-hero__content {
  max-width: 56ch;
}

.solutions-hero__eyebrow {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748B;
  margin-bottom: 12px;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.solutions-hero__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  color: #111D3F;
  margin-bottom: 20px;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

@media (min-width: 992px) {
  .solutions-hero__title {
    font-size: 48px;
  }
}

.solutions-hero__body {
  font-size: 18px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 32px;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.solutions-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.solutions-hero__ctas .btn {
  margin: 0;
}

.solutions-hero__media {
  border-radius: 20px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: #FFFFFF;
}

.solutions-hero__media video,
.solutions-hero__media img {
  display: block;
  width: 100%;
  height: auto;
}
