/* ============================================
   HEALTHCARE SOLUTIONS PAGE STYLES
   ============================================ */

/* HERO SECTION */
.hc-solutions-hero {
  background-color: var(--secondary-color);
  color: var(--text-white);
  overflow: hidden;
}

.hc-solutions-label {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-semibold);
  line-height: 1.5;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

.hc-solutions-hero .hc-solutions-label {
  margin-bottom: 14px;
}

.hc-solutions-hero-content {
  display: flex;
  gap: 4rem;
  align-items: center;
  position: relative;
}

.hc-solutions-hero-text {
  max-width: 784px;
  padding: 7rem 0 10.53rem;
}

.hc-solutions-hero-title {
  font-size: 2.875rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  margin-bottom: 1.75rem;
}

.hc-solutions-hero-title span {
  color: var(--primary-color);
}

.hc-solutions-hero-description {
  font-size: 1.125rem;
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-extra-relaxed);
  color: #94a3b8;
  margin-bottom: 2.2rem;
  max-width: 590px;
}

.hc-solutions-hero-actions {
  display: flex;
  gap: 0.875rem;
  flex-wrap: wrap;
}

.hc-solutions-hero-actions .btn {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-normal);
  padding: 11.5px 21px;
}

.hc-solutions-visual {
  position: absolute;
  top: 0;
  right: -60px;
  bottom: 0;
  width: 60%;
  height: 100%;
  background-image: url(../images/hc-consulting.png);
  /* Reusing the same image or a new one if provided */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}

/* Trust Bar */
.hc-solutions-hero-trust-bar {
  background-color: #111827;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.trust-bar-content {
  display: flex;
  gap: 3rem;
  align-items: center;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.trust-icon img {
  width: 20px;
  height: auto;
}

.trust-text {
  font-size: 0.875rem;
  font-weight: var(--font-weight-semibold);
  color: #9ca3af;
}

/* CLUSTERS SECTION (Categories) */
.hc-solutions-clusters-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.hc-solutions-clusters .hc-solutions-label {
  margin-bottom: 7px;
}

.hc-solutions-cluster-card {
  background-color: var(--bg-light-gray);
  padding: 1.75rem;
  border-radius: 10.5px;
  border: 1px solid var(--border-f3);
  box-shadow: var(--shadow-xs);
  display: flex;
  flex-direction: column;
  transition: all var(--transition-base);
  opacity: 1;
}

.hc-solutions-cluster-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-color);
}

.hc-solutions-card-header {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1.33rem;
}

.hc-solutions-card-icon {
  width: 42px;
  height: 42px;
  background-color: var(--bg-white);
  border-radius: 7px;
  border: 1px solid var(--border-f3);
  box-shadow: var(--shadow-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-base);
}

.hc-solutions-card-icon img {
  width: 21px;
  height: 21px;
}

.hc-solutions-cluster-card:hover .hc-solutions-card-icon {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.hc-solutions-cluster-card:hover .hc-solutions-card-icon img {
  filter: brightness(0) invert(1);
}

.hc-solutions-card-title {
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.36;
  color: #111827;
}

.hc-solutions-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 1.5rem;
}

.hc-solutions-tag {
  background-color: var(--bg-white);
  color: var(--text-light);
  padding: 5px 10.5px;
  border-radius: 9999px;
  border: 1px solid var(--border-e5);
  font-size: 0.625rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
}

.hc-solutions-card-link {
  margin-top: auto;
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);
  font-size: 0.75rem;
  line-height: 1.46;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

/* TELEHEALTH PLATFORM SECTION */
.hc-solutions-telehealth {
  background-color: var(--bg-more-dark);
  /* Dark background */
  color: var(--text-white);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hc-solutions-telehealth-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.hc-solutions-label-dark {
  display: inline-block;
  background: #F05A2833;
  color: var(--primary-color);
  padding: 3.5px 10.5px;
  border: 1px solid #F05A284D;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.5px;
  margin-bottom: 0.875rem;
}

.hc-solutions-telehealth-title {
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.1;
  color: var(--text-white);
  margin-bottom: 1.25rem;
}

.hc-solutions-telehealth-desc {
  color: #d1d5db;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

.telehealth-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--text-white);
  font-size: 0.875rem;
  font-weight: var(--font-weight-semibold);
  transition: gap 0.3s ease;
}

.telehealth-link:hover {
  gap: 12px;
}

/* Stats Cards */
.telehealth-stats {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: #FFFFFF0D;
  border: 1px solid #FFFFFF1A;
  backdrop-filter: blur(4px);
  border-radius: 14px;
  padding: 1.75rem;
}

.stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.stat-card {
  background-color: #1E293B;
  border: 1px solid #FFFFFF0D;
  border-radius: 10px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.stat-card-wide {
  background-color: #1E293B;
  border: 1px solid #FFFFFF0D;
  border-radius: 10px;
  padding: 1.5rem;
}

.stat-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #9ca3af;
  letter-spacing: 1px;
  display: block;
}

.stat-value{
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.1;
  color: var(--primary-color);
}

.stat-value-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  color: var(--text-white);
}

.stat-value-icon .dot {
  width: 8px;
  height: 8px;
  background-color: #4ade80;
  border-radius: 50%;
  display: inline-block;
}

.stat-value-lg {
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
  display: block;
  margin-bottom: 0.5rem;
}

.stat-bar {
  width: 100%;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.stat-bar-fill {
  width: 85%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 4px;
}


/* FROM REQUIREMENTS TO REALITY SECTION */

.requirements-header {
  text-align: center;
  max-width: 657px;
  margin: 0 auto;
}

.hc-solutions-requirements .section-subtitle {
  font-size: 1rem;
  color: var(--text-light);
  margin-top: 0.875rem;
  margin-bottom: 3.5rem;
  line-height: 1.5;
}

.hc-solutions-requirements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.requirement-card {
  background-color: var(--bg-white);
  border: 1px solid var(--border-e5);
  border-radius: 12px;
  padding: 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.3s ease;
  height: 100%;
}

.requirement-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-color);
  transform: translateY(-5px);
}

.requirement-card.current-page-card:hover {
  box-shadow: none;
  border-color: var(--border-e5);
  transform: none;
}

.req-card-header {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 1.5rem;
}

.req-card-icon {
  width: 21px;
  height: 21px;
}

.req-label {
  font-size: 0.75rem;
  font-weight: var(--font-weight-bold);
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.req-label-orange {
  font-size: 0.75rem;
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.req-title {
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  color: var(--secondary-color);
  margin-bottom: 0.5rem;
}

.current-page-card.requirement-card .req-title {
  color: #6b7280;
}

.req-desc {
  color: var(--text-light);
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
}

.current-page-card.requirement-card .req-desc {
  color: #6b7280;
}

.req-status {
  font-size: 0.75rem;
  font-weight: var(--font-weight-semibold);
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.req-link {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);
  font-size: 0.75rem;
  line-height: 1.5;
}

/* CTA SECTION */
.hc-solutions-cta {
  text-align: center;
  color: white;
  background-color: var(--bg-more-dark);
}

.hc-solutions-cta-container {
  max-width: 724px;
  margin: 0 auto;
}

.hc-solutions-cta-title {
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.1;
  margin-bottom: 21px;
}

.hc-solutions-cta-text {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  color: #94a3b8;
  margin-bottom: 21px;
}

@media (max-width: 1280px) {
  .hc-solutions-visual {
    right: -60px;
    width: 65%;
    height: 100%;
  }
}

/* RESPONSIVE STYLES */
@media (max-width: 1024px) {
  .hc-solutions-hero-content {
    gap: 3rem;
  }

  .hc-solutions-hero-text {
    padding: 5rem 0 8.5rem;
  }

  .hc-solutions-visual {
    display: none;
  }

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

  .hc-solutions-telehealth-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hc-solutions-requirements .section-subtitle {
    margin-bottom: 3rem;
  }

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

@media (max-width: 768px) {
  .hc-solutions-hero-text {
    padding: 5rem 0 7rem;
  }

  .hc-solutions-hero-title {
    font-size: 2.5rem;
  }

  .hc-solutions-clusters-grid {
    grid-template-columns: 1fr;
  }

  .hc-solutions-requirements-grid {
    grid-template-columns: 1fr;
  }

  .hc-solutions-telehealth-title {
    font-size: var(--font-size-3xl)
  }

  .hc-solutions-requirements .section-subtitle {
    margin-top: 0.875rem;
    margin-bottom: 2.5rem;
  }

  .hc-solutions-cta-title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .hc-solutions-hero-text {
    padding: 5rem 0 6rem;
  }

  .hc-solutions-hero-title {
    font-size: 1.5rem;
  }

  .hc-solutions-hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hc-solutions-hero-actions .btn {
    width: 100%;
  }

  .trust-bar-content {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }

  .hc-solutions-telehealth-title {
    font-size: var(--font-size-2xl)
  }

  .stat-row {
    grid-template-columns: 1fr;
  }
}