/* HERO SECTION */
.hc-consulting-detail-hero {
  background-color: #0B1120;
  color: var(--text-white);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hc-consulting-detail-hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}

.hc-consulting-detail-hero-text {
  flex: 1;
}

.hc-consulting-detail-badges {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.hc-consulting-detail-badges .badge {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #d1d5db;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #FFFFFF1A;
  background: #FFFFFF0D;
  backdrop-filter: blur(4px);
  border-radius: 999px;
}

.hc-consulting-detail-badges .badge img {
  width: 14px;
  height: 14px;
}

.hc-consulting-detail-hero-title {
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.75rem;
  color: white;
}

.hc-consulting-detail-hero-title .text-orange {
  color: #F05A28;
  display: block;
}

.hc-consulting-detail-hero-description {
  font-size: 1.125rem;
  color: #9ca3af;
  line-height: 1.6;
  margin-bottom: 2.31rem;
}

.hc-consulting-detail-hero-actions .btn-primary-orange {
  padding: 16px 32px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Roadmap Card (Hero Visual) */
.hc-consulting-detail-hero-visual {
  flex: 1;
  display: flex;
  justify-content: center;
}

.roadmap-card {
  position: relative;
  width: 100%;
  max-width: 500px;
  z-index: 1;
  transform: rotate(1deg);
}

.roadmap-card-inner {
  background: var(--bg-white);
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
  width: 100%;
}

.roadmap-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e5e7eb;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  z-index: -1;
  opacity: 0.6;
  transform: rotate(-2.5deg) translate(2px, 2px);
}

.roadmap-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  z-index: -2;
  opacity: 0.4;
  transform: rotate(-5deg) translate(4px, 4px);
}

.roadmap-header {
  position: relative;
  margin-bottom: 2rem;
}

.roadmap-subtitle {
  font-size: 10px;
  color: #9ca3af;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.roadmap-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111827;
}

.roadmap-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}

.roadmap-lines {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 2.5rem;
}

.line {
  height: 8px;
  background: #f1f5f9;
  border-radius: 4px;
}

.line.long {
  width: 100%;
}

.line.medium {
  width: 80%;
}

.line.short {
  width: 60%;
}

.roadmap-stats {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.stat-group {
  flex: 1;
  background: #f9fafb;
  border-radius: 4px;
  padding: 10px;
}

.stat-group label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #9ca3af;
  letter-spacing: 0.5px;
  line-height: 1.6;
  text-transform: uppercase;
}

.progress-bar {
  width: 120px;
  height: 6px;
  background: #f1f5f9;
  border-radius: 3px;
  overflow: hidden;
}

.progress {
  height: 100%;
  background: #22c55e;
  border-radius: 3px;
}

.compliance-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: #4B5563;
}

.compliance-status img {
  width: 16px;
  height: 16px;
}

.roadmap-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e2e8f0;
  padding-top: 1.5rem;
}

.advisory-text {
  font-size: 12px;
  color: #9ca3af;
}

.view-findings {
  font-size: 12px;
  font-weight: 700;
  color: #F05A28;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}


.section-subtitle-sm {
  font-size: 1.15rem;
  line-height: 1.6;
  vertical-align: middle;
  color: #4b5563;
  margin-top: 7px;
}

.text-center {
  text-align: center;
}

/* STRATEGIC FOCUS AREAS */

.hc-consulting-detail-focus {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

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

.focus-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.75rem;
  transition: all 0.3s ease;
}

.focus-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: #F05A28;
  transform: translateY(-4px);
}

.focus-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.31rem;
  width: 42px;
  height: 42px;
  border-radius: 7px;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 1px 2px 0px #0000000D;
}

.focus-icon-box img {
  width: 24px;
  height: 24px;
}

.focus-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}

.focus-desc {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
}


/* WHAT YOU GET */
.hc-consulting-detail-deliverables .section-header {
  max-width: 772px;
  margin-left: auto;
  margin-right: auto;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.deliverable-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}

.deliverable-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: #F05A28;
  transform: translateY(-4px);
}

.deliverable-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 0.875rem;
  color: #64748b;
}

.deliverable-icon img {
  width: 100%;
  height: 100%;
  /* Assuming icons are SVGs that might need coloring, or valid stroke svgs */
}

.deliverable-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111827;
  margin-bottom: 7px;
}

.deliverable-desc {
  font-size: 12px;
  color: #6B7280;
  line-height: 1.6;
}

.centered-card {
  grid-column: 2 / 4;
  width: 50%;
  margin: 0 auto;
}

/* ENGAGEMENT MODEL */

.hc-consulting-detail-engagement {
  background-color: #f9fafb;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #e5e7eb;
}

.engagement-steps {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}

.eng-step-card {
  flex: 1;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  padding: 1.75rem;
  position: relative;
  transition: all 0.3s ease;
}

.eng-step-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: #F05A28;
  transform: translateY(-4px);
}

/* Arrow between steps */
.eng-step-card:not(:last-child)::after {
  content: '→';
  position: absolute;
  right: -1.7rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #cbd5e1;
}

.eng-step-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.875rem;
}

.step-number {
  font-size: 1.125rem;
  font-weight: 700;
  color: #F05A28;
}

.step-week {
  font-size: 10px;
  font-weight: 700;
  background: #f3f4f6;
  color: #6B7280;
  padding: 4px 7px;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.eng-step-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}

.eng-step-desc {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.6;
}


/* TESTIMONIAL */
.hc-consulting-detail-testimonial {
  background-color: white;
}

.testimonial-content {
  text-align: center;
  max-width: 784px;
  margin: 0 auto;
}

.quote-icon {
  width: 40px;
  opacity: 0.2;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.75rem;
}

.testimonial-quote {
  font-size: 1.31rem;
  font-style: italic;
  color: #111827;
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

.author-avatar {
  width: 42px;
  height: 42px;
  background-color: #e5e7eb;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}

.author-name {
  font-size: 12px;
  font-weight: 700;
  color: #111827;
}

.author-role {
  font-size: 10px;
  color: #6b7280;
  margin-top: 4px;
}



/* CTA SECTION */
.hc-consulting-detail-cta {
  background-color: #0B1120;
  text-align: center;
}

.hc-consulting-detail-cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1.75rem;
}

.btn-primary-square {
  box-shadow: 0px 20px 25px -5px #F05A2833 !important;
}

.cta-note {
  font-size: 12px;
  line-height: 1.6;
  color: #9ca3af;
  margin-top: 1.31rem;
}


/* RESPONSIVE */

@media (max-width: 1024px) {
  .hc-consulting-detail-hero-content {
    flex-direction: column;
  }

  .hc-consulting-detail-badges {
    width: fit-content;
    flex-wrap: wrap;
    justify-content: start;
  }

  .hc-consulting-detail-hero-visual {
    width: 100%;
  }

  .roadmap-card {
    max-width: none;
  }

  .hc-consulting-detail-hero-text {
    max-width: 100%;
  }

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

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

  .centered-card {
    grid-column: span 2;
    width: 100%;
  }

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

  .eng-step-card:not(:last-child)::after {
    content: '↓';
    right: 50%;
    top: auto;
    bottom: -1.7rem;
    transform: translateX(50%);
  }
}


@media (max-width: 768px) {
  .hc-consulting-detail-hero-title {
    font-size: 2.5rem;
  }

  .focus-grid,
  .deliverables-grid {
    grid-template-columns: 1fr;
  }

  .centered-card {
    grid-column: span 1;
  }
}