/* Consulting Page Specific Styles */

/* ============================================
   CONSULTING HERO SECTION
   ============================================ */
.consulting-hero {
  background-color: #111827;
  color: var(--text-white);
  padding: 98px 0;
  position: relative;
  overflow: hidden;
}

.consulting-hero-content {
  max-width: 672px;
  position: relative;
  z-index: 2;
}

.consulting-hero-title {
  font-size: 2.875rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.1;
  margin-bottom: 2rem;
}

.consulting-hero-title .highlight {
  color: #f05a28;
}

.consulting-hero-subtitle {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  color: #9ca3af;
  margin-bottom: 2.5rem;
  max-width: 600px;
}

.consulting-hero-actions {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.consulting-hero-actions .btn-secondary {
  border-color: #475569;
}

.hero-diamond {
  position: absolute;
  top: 50%;
  right: 254px;
  transform: translateY(-50%) rotate(45deg);
  width: 15.938rem;
  height: 15.938rem;
  background-color: #232836;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hero Stats Bar */
.hero-stats-bar {
  background-color: #0b1120;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.stats-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.stat-item {
  color: var(--text-white);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}

.stat-item.main-stat {
  font-weight: 500;
  font-size: 1rem;
}

.stat-item.icon-stat {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #9ca3af;
  text-transform: uppercase;
  gap: 0.75rem;
}

.stat-icon-industry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f05a28;
}

.stat-icon svg,
.stat-icon img {
  width: 18px;
  height: 18px;
}

.highlight {
  color: #f05a28;
  font-weight: 600;
  margin-left: 0.3rem;
}

.consulting-section-title {
  color: #111827;
  margin-bottom: 0.875rem;
}

/* ============================================
   CONSULTING DOMAINS
   ============================================ */
.domains-section {
  background-color: var(--bg-white);
}

.consult-section-label {
  font-weight: 600;
}

.domains-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.domain-card {
  background-color: var(--bg-white);
  padding: 1.75rem;
  border-radius: var(--border-radius-lg);
  border: 1px solid #f1f5f9;
  transition: all var(--transition-base);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.domain-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.domain-card hr {
  margin: 0.938rem 0;
  border: none;
  border-top: 1px solid #f9fafb;
}

.domain-icon {
  width: 48px;
  height: 48px;
  background-color: #fff7ed;
  border-radius: var(--border-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.313rem;
}

.domain-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.domain-title {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  color: #111827;
  margin-bottom: 0.438rem;
}

.domain-description {
  font-size: var(--font-size-sm);
  color: var(--text-light);
  line-height: 1.6;
}

.domain-list {
  margin-bottom: 2rem;
}

.domain-list li {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.5rem;
}

.domain-list li::before {
  content: "•";
  color: #f05a28;
}

.domain-quote {
  background-color: #f8fafc;
  padding: 1rem;
  border-radius: var(--border-radius-sm);
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 1.5rem;
}

.domain-outcome {
  background-color: #f8fafc;
  padding: 1.25rem;
  border-radius: var(--border-radius-md);
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.domain-outcome strong {
  display: block;
  color: #111827;
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.domain-link {
  color: #f05a28;
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-sm);
  margin-top: auto;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.consult-section-label {
}

/* ============================================
   PROCESS SECTION
   ============================================ */
.process-section {
  background-color: var(--bg-white);
  text-align: center;
}

.process-section .section-subtitle {
  margin-bottom: 3.5rem;
  color: var(--text-light);
  max-width: initial;
}

.hc-solutions-detail-cta .btn-primary {
  border-radius: 3.5px;
  max-width: 100%;
}

.process-grid-container {
  max-width: 1150px;
  margin: 0 auto;
}

.process-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.5rem;
}

.process-step {
  flex: 0 0 280px;
}

.process-card {
  padding: 1.813rem;
  border-radius: 24px;
  border: 1px solid #f1f5f9;
  background-color: #ffffff;
  transition: all var(--transition-base);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.02),
    0 2px 4px -2px rgba(0, 0, 0, 0.02);
}

.process-card.dark {
  background-color: #0b1221;
  color: #ffffff;
  border-color: #0b1221;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: scale(1.02);
  position: relative;
  z-index: 2;
  border: 1.5px solid #f05a28;
}

.process-card-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.875rem;
}

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

.process-icon svg {
  stroke-width: 2.5px;
}

.process-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--tertiary-color);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-label.grey {
  color: #4b5563;
  font-weight: 700;
}

.process-title {
  font-size: 1.313rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.438rem;
  line-height: 1.2;
}

.process-card.dark .process-title {
  color: #ffffff;
}

.process-description {
  font-size: 0.75rem;
  color: #4b5563;
  line-height: 1.6;
}

.process-card.dark .process-description {
  color: #9ca3af;
}

.process-connector {
  flex: 0 0 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.process-actions {
  display: flex;
  justify-content: center;
  gap: 18px; /* Same 112px gap to align with boxes */
}

.action-spacer {
  flex: 0 0 280px; /* Aligns with the first block */
}

.process-btn {
  flex: 0 0 280px;
  padding: 0.656rem 1.313rem;
  border: 1px solid #e5e7eb;
  border-radius: 3.5px;
  color: #111827;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-btn:hover {
  background-color: #f8fafc;
  border-color: #cbd5e1;
  transform: translateY(-2px);
}

@media (max-width: 1120px) {
  .process-grid {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .process-connector {
    display: none;
  }

  .process-actions {
    display: none;
  }

  .process-step {
    flex: 0 0 100%;
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .process-grid {
    flex-direction: column;
    gap: 3rem;
  }

  .process-connector {
    transform: rotate(90deg);
  }

  .process-actions {
    display: none;
  }

  .process-card.dark {
    transform: none;
  }
}

/* =... (rest of CSS will be added incrementally) */

/* ============================================
   ENGAGEMENT SECTION
   ============================================ */
.engagement-section {
  background-color: #0b1221;
  color: var(--text-white);
  padding: 4.375rem 0;
}

.engagement-section .section-header {
  margin-bottom: 5rem;
  text-align: center;
}

.engagement-section .section-label {
  color: #f05a28;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 1rem;
}

.engagement-section .section-title {
  font-size: 2.25rem;
  font-weight: 800;
  margin: 0;
  color: var(--text-white);
}

.engagement-steps {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 6rem;
  position: relative;
}

/* Horizontal line behind circles */
.engagement-steps::before {
  content: "";
  position: absolute;
  top: 30px; /* Half of circle height */
  left: 5%;
  right: 5%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.engagement-step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}

.step-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  background-color: #0b1221;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 300;
  color: #f05a28;
  margin: 0 auto 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.engagement-step:hover .step-circle {
  border-color: #f05a28;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(237, 92, 55, 0.15);
}

.step-label {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 7px;
  color: #ffffff;
}

.step-sub {
  font-size: 0.85rem;
  color: #9ca3af;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .engagement-steps {
    flex-direction: column;
    gap: 3rem;
  }

  .engagement-steps::before {
    display: none;
  }
}

/* ============================================
   STRATEGY SECTION
   ============================================ */
.strategy-section {
  background-color: var(--bg-white);
}

.strategy-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.625rem;
  gap: 2rem;
}

.strategy-title-wrapper {
  display: flex;
  flex-direction: column;
}

.orange-label {
  color: #f05a28 !important;
  display: block;
  margin-bottom: 0.438rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.orange-link {
  color: #f05a28 !important;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.strategy-footer {
  display: none;
  margin-top: 3.5rem;
  text-align: center;
}

.orange-link:hover {
  opacity: 0.7;
  transform: translateX(5px);
}

.strategy-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.strategy-card {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  transition: all var(--transition-base);
}

.strategy-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5 / 1;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background-color: #f1f5f9;
}

.strategy-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.strategy-card:hover .strategy-image-container img {
  transform: scale(1.05);
}

.strategy-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  color: #111827;
  padding: 0.35rem 0.85rem;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.strategy-info {
  display: flex;
  flex-direction: column;
  gap: 0.438rem;
}

.strategy-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.strategy-desc {
  font-size: 0.75rem;
  color: #4b5563;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.strategy-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.strategy-link:hover {
  color: #f05a28;
}

@media (max-width: 1024px) {
  .strategy-case-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .engagement-steps {
    text-align: left;
  }
  .step-label {
    margin-left: 2.5rem;
  }
  .step-sub {
    margin-left: 2.5rem;
  }
}

@media (max-width: 768px) {
  .strategy-header .orange-link {
    display: none;
  }

  .strategy-footer {
    display: block;
  }

  .strategy-header {
    flex-direction: column;
    align-items: center;
    text-align: center !important;
    gap: 0.75rem;
    margin-bottom: 3rem;
    width: 100%;
    padding-top: 1rem;
  }

  .strategy-title-wrapper {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .strategy-header .section-title {
    font-size: 1.75rem;
    line-height: 1.25;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }

  .strategy-case-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .strategy-card {
    max-width: 100%;
    margin: 0;
  }

  .strategy-image-container {
    aspect-ratio: 16 / 10;
    margin-bottom: 1.5rem;
    border-radius: 16px;
  }

  .strategy-info {
    text-align: left;
    padding: 0;
  }

  .strategy-title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }

  .strategy-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}

/* ============================================
   HEALTHCARE FOCUS SECTION (Regulated Design)
   ============================================ */
.industry-regulated-section {
  background-color: #ffffff;
  padding: 4.375rem 0;
}

.industry-regulated-inner {
  display: flex;
  flex-direction: column;
}

.industry-cta-button {
  background-color: #f05a28 !important;
  border-color: #f05a28 !important;
}

.industry-regulated-card {
  background-color: #0b1221;
  border-radius: 32px;
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  color: #f9fafb;
  text-align: left;
}

@media (min-width: 992px) {
  .industry-regulated-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
  }
}
@media (max-width: 994px) {
  .engagement-steps {
    padding-left: 2rem;
  }
}

.industry-regulated-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.industry-regulated-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  color: #ffffff;
}

.industry-regulated-description {
  font-size: 1.05rem;
  color: #d1d5db;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 400;
}

.industry-regulated-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
  justify-content: flex-start;
}

.regulated-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: rgba(255, 255, 255, 0.04);
  color: #9ca3af;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.regulated-tag svg {
  opacity: 0.7;
}

.industry-regulated-visual {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 14rem;
}

.healthcare-shield-box {
  background: linear-gradient(135deg, #f05a280d 0%, #f05a280d 100%);
  backdrop-filter: blur(64px);
  -webkit-backdrop-filter: blur(64px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 3rem;
  width: 100%;
  max-width: 440px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.shield-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 15px rgba(237, 92, 55, 0.2));
}

.shield-icon-wrapper img {
  width: 56px;
  height: 56px;
}

.visual-lines-stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.v-line.line-long {
  width: 100px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.v-line.line-short {
  width: 60px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
}

@media (max-width: 991px) {
  .industry-regulated-visual {
    max-width: 450px;
    width: 100%;
    justify-content: center;
  }

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

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

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

  .industry-regulated-title {
    font-size: 1.75rem;
  }
}

/* ============================================
   FINAL CTA SECTION
   ============================================ */
.final-cta-section {
  padding: 8rem 0;
  background-color: #f3f4f6;
  text-align: center;
}

.final-cta-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
  text-align: center;
}

.final-cta-subtitle {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  text-align: center;
}

.btn-cta {
  padding: 0.875rem 1.75rem;
  font-size: 0.875rem;
  border-radius: 3.5px;
  font-weight: 500;
  background-color: #f05a28 !important;
}

.btn-cta:hover {
  background-color: #e04a26;
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(237, 92, 55, 0.4);
  color: #ffffff;
}

.btn-cta svg {
  transition: transform 0.3s ease;
}

.btn-cta:hover svg {
  transform: scale(1.1);
}

/* ============================================
   RESPONSIVE DESIGN (CONTINUED)
   ============================================ */
@media (max-width: 1024px) {
  .domains-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .healthcare-card {
    flex-direction: column;
  }

  .healthcare-visual {
    padding: 3rem;
  }
}

@media (max-width: 768px) {
  .consulting-hero-title {
    font-size: var(--font-size-4xl);
  }

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

  .process-grid {
    flex-direction: column;
    gap: 2rem;
  }

  .process-arrow {
    display: none;
  }

  .hero-diamond {
    display: none;
  }

  .engagement-steps {
    flex-direction: column;
    gap: 2rem;
  }

  .case-card {
    flex-direction: column;
  }

  .case-image {
    flex: 0 0 200px;
  }

  .case-info {
    padding: 1.5rem;
  }

  .healthcare-content {
    padding: 2rem;
  }

  .healthcare-title {
    font-size: 2rem;
  }
}
