/* ============================================
   SOLUTIONS PAGE SPECIFIC STYLES
   ============================================ */

/* Hero Sections */
.solutions-hero {
  background-color: #0b111e;
  color: var(--text-white);
  position: relative;
  overflow: hidden;
}

.hero-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}

.solutions-hero .hero-content {
  flex: 1;
  max-width: 784px;
  position: relative;
  z-index: 2;
  padding: 112px 0;
}

.hero-title {
  font-size: 2.875rem !important;
  font-weight: 700 !important;
  line-height: 52px !important;
  margin-bottom: 1.75rem;
  letter-spacing: -0.02em;
}

.hero-title .highlight {
  background: none !important;
  color: #f05a28 !important;
  -webkit-text-fill-color: #f05a28 !important;
}

.hero-subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #9ca3af;
  margin-bottom: 2.5rem;
  max-width: 540px;
}

.hero-buttons {
  display: flex;
  gap: 1.25rem;
  align-items: start;
}

.hero-buttons .btn-primary {
  background-color: #f05a28;
  border-color: #f05a28;
  padding: 0.85rem 1.75rem;
  font-weight: 600;
  transition: all 0.3s ease;
  color: #ffffff;
  border-radius: 4px;
}

.hero-buttons .btn-primary:hover {
  background-color: #d94e22;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(240, 90, 40, 0.2);
}

.hero-buttons .btn-secondary {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 0.85rem 1.75rem;
  font-weight: 600;
  border-radius: 4px;
}

.hero-buttons .btn-secondary:hover {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}

.hero-visual-svg {
  position: absolute;
  right: 0;
  top: 44%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.hero-visual-svg svg {
  max-width: 100%;
  height: auto;
  opacity: 0.8;
}

/* Hero Stats Bar */
.hero-stats-row {
  background-color: #111827;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2.5rem 0;
}

.hero-stats-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solutions-hero .hero-metrics {
  display: flex;
  gap: 2.625rem;
  width: fit-content;
}

.metric-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.metric-number {
  font-size: 2.25rem;
  font-weight: 800;
  color: #ffffff;
}

.metric-label {
  font-size: 0.625rem;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.1em;
}

.hero-certifications {
  display: flex;
  gap: 1.25rem;
  width: fit-content !important;
}

.cert-pill {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  font-size: 0.625rem;
  font-weight: 600;
  color: #cbd5e1;
}

.cert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-btn {
  padding: 14px 28px;
  border-radius: 3.5px;
  font-weight: 500;
  background-color: #f05a28;
  box-shadow: 0px 20px 25px -5px #f05a2833;
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 2.75rem;
  }
}

@media (max-width: 991px) {
  .hero-visual-svg {
    display: none !important;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-visual-svg {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    justify-content: center;
    display: flex;
    width: 100%;
    margin-top: 2rem;
  }

  .hero-stats-inner {
    flex-wrap: wrap;
    gap: 2.5rem;
    text-align: center;
  }

  .hero-metrics {
    justify-content: center;
    width: 100%;
  }

  .hero-certifications {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .hero-visual-svg {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2.25rem;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .hero-buttons .btn {
    width: 100%;
  }

  .hero-metrics {
    flex-direction: column;
    gap: 2rem;
  }
}

.section-label {
  color: #f05a28 !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}

.text-center .section-label {
  justify-content: center;
}

/* Solutions grid tweaks */
.solutions-section-inner {
  padding-top: 0;
}

.solutions-grid .impact-card {
  min-height: 413px;
}

/* Solution cards (Figma layout) */
.solution-card {
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.04);
  padding: 1.75rem 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.solutions-grid .impact-card.featured.solution-card {
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.solution-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.875rem;
}

.solution-card-icon img {
  width: 18px;
  height: 18px;
  stroke: #111827;
}

.solution-card .impact-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.solution-card .impact-card-text {
  font-size: 0.813rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 0;
}

.solution-card hr {
  margin: 1rem 0;
  border: none;
  border-top: 1px solid #f1f5f9;
}

.solution-card-tags {
  margin-top: auto;
  padding-top: 0;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.438rem;
}

.solution-tag {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #f8fafc;
  color: #64748b;
  text-transform: uppercase;
  border: 1px solid #f1f5f9;
}

.solution-tag-muted {
  background-color: #ffffff;
  border: none;
  color: #6b7280;
}

.solution-card-link {
  font-size: 0.813rem;
  font-weight: 700;
  color: #f05a28;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
}

.solution-card-link:hover {
  color: #d94e22;
  transform: translateX(4px);
}

/* ============================================
   HEALTHCARE SOLUTIONS SECTION (card style)
   ============================================ */
.healthcare-solutions-section {
  background-color: #ffffff;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.healthcare-solutions-inner {
  display: flex;
  flex-direction: column;
}

.healthcare-solutions-card {
  background:
    radial-gradient(circle at top right, #f05a281a 0%, transparent 50%), #0f172a;
  background-color: #0b1221;
  border-radius: 20px;
  padding: 2.625rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .healthcare-solutions-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
  }
}

.healthcare-solutions-content {
  flex: 1;
}

.healthcare-solutions-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.healthcare-solutions-description {
  font-size: 1rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  max-width: 586px;
}

.healthcare-solutions-cta {
  background-color: #ed5c37;
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 8px;
}

.healthcare-solutions-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.healthcare-visual-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.visual-ui-box {
  background-color: #1a2333;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 0.875rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  width: 224px;
}

.visual-ui-box-down {
  left: 14px;
  position: relative;
}

.visual-ui-box .line-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.line-accent {
  width: 50px;
  height: 6px;
  background-color: #f05a28;
  border-radius: 3px;
}

.line-dim {
  width: 100%;
  height: 6px;
  background-color: #334155;
  border-radius: 3px;
}

.progress-container {
  width: 100%;
  height: 10px;
  background-color: #1e293b;
  border-radius: 5px;
  position: relative;
  margin-bottom: 1.5rem;
}

.progress-bar-fill {
  width: 85%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
}

.progress-dot {
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 12px #22c55e;
}

.placeholder-block {
  width: 100%;
  height: 44px;
  background-color: #1e293b;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .healthcare-solutions-visual {
    display: none;
  }

  .healthcare-visual-box {
    max-width: 420px;
    width: 100%;
  }

  .visual-chart {
    gap: 42px;
  }
}

@media (max-width: 768px) {
  .healthcare-solutions-card {
    padding: 2.5rem 1.5rem;
  }

  .healthcare-solutions-title {
    font-size: 1.75rem;
  }
}

/* ============================================
   OUTCOMES SECTION
   ============================================ */


.outcomes-header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.outcomes-header .section-label {
  color: #f05a28 !important;
}

.case-study-link {
  color: #f05a28 !important;
  font-weight: 600 !important;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.875rem !important;
}

.case-study-link:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.outcomes-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.outcomes-filter-pill {
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  padding: 6px 14px;
  font-size: 12px;
  color: #4b5563;
  cursor: default;
}

.outcomes-filter-pill.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

.outcomes-grid .case-study-card {
  background-color: transparent;
}

@media (min-width: 768px) {
  .outcomes-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

/* Overlay Case Study Cards */
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.overlay-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.case-study-image-wrapper {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  overflow: hidden;
}

.case-bg-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  /* Darken the image for readability */
  transition: transform 0.5s ease;
}

.overlay-card:hover .case-bg-image {
  transform: scale(1.05);
}

.case-overlay-linear {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      transparent 40%,
      rgba(11, 18, 33, 0.9) 100%);
  pointer-events: none;
}

.case-overlay-content {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  color: #ffffff;
}

.case-metric {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #ffffff;
}

.case-sub {
  font-size: 0.95rem;
  color: #cbd5e1;
  font-weight: 500;
}

.case-bottom-desc {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.5;
  padding: 0 0.5rem;
}

@media (max-width: 991px) {
  .outcomes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .outcomes-grid {
    grid-template-columns: 1fr;
  }

  .case-study-image-wrapper {
    aspect-ratio: 16 / 9;
  }
}

/* ============================================
   PROBLEM → SOLUTION SECTION
   ============================================ */
/* ============================================
   LIFECYCLE SECTION
   ============================================ */
.problem-solution-section {
  background-color: #ffffff;
  border-top: 1px solid #f1f5f9;
  padding-bottom: 5rem;
}

.lifecycle-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.lifecycle-section .section-title {
  text-align: center;
}

@media (min-width: 768px) {
  .lifecycle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .lifecycle-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.lifecycle-card {
  background-color: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  padding: 1.313rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lifecycle-card:hover {
  border-color: #F05A28;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transform: translateY(-4px);
}

.lifecycle-content {
  position: relative;
  z-index: 2;
}

.lifecycle-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.lifecycle-desc {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}

.lifecycle-number {
  position: absolute;
  right: -5px;
  font-size: 8rem;
  font-weight: 800;
  color: #f9fafb;
  line-height: 1;
  z-index: 1;
  user-select: none;
  pointer-events: none;
}

/* ============================================
   FINAL CTA
   ============================================ */
.solutions-cta-section {
  background-color: #0b1221;
  color: var(--text-white);
}

.solutions-cta-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.solutions-cta-title {
  font-size: 1.313rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 0.9rem;
}

.solutions-cta-description {
  font-size: 0.98rem;
  color: #9ca3af;
  margin-bottom: 2.188rem;
  line-height: 1.6;
}

.solutions-cta-button {
  padding: 12px 22px;
}

@media (min-width: 768px) {
  .solutions-cta-title {
    font-size: 2rem;
  }

  .solutions-cta-description {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .hero-stats-inner {
    flex-direction: column;
  }

  .solutions-hero .hero-metrics {
    flex-direction: row;
    justify-content: center;
  }
}