/* ── Expertise Panel ── */
.expertise-panel {
  background: #f8fafc;
  border: 1px solid #e6eaf0;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0, 35, 73, 0.06);
}

.expertise-header h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #0f172a;
  font-weight: 800;
  margin: 0 0 10px;
}

.expertise-header p {
  font-size: 0.96rem;
  line-height: 1.7;
  color: #64748b;
  margin: 0 0 22px;
}

.expertise-groups {
  display: grid;
  gap: 18px;
}

.expertise-group h4 {
  font-size: 0.92rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.expertise-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.expertise-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e6eaf0;
  color: #0f172a;
  font-size: 0.88rem;
  font-weight: 700;
}

/* ── Stats Bar ── */
.stats-bar {
  background: #0f172a;
  padding: 48px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;
}

.stat-item {
  padding: 8px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item:last-child {
  border-right: none;
}

.stat-number {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 640px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }

  .stat-item {
    border-right: none;
  }

  .stat-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

/* ── Audit CTA Fix ── */
.audit-cta-box {
  align-items: center;
  gap: 56px;
}

.audit-cta-box .eyebrow {
  background: #eaf1fb;
  color: #002349;
  margin-bottom: 22px;
}

.audit-details {
  gap: 18px;
  padding: 28px;
}

.audit-detail-row {
  display: grid;
  gap: 8px;
}

.audit-detail-row span {
  display: block;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.audit-detail-row a {
  display: block;
  line-height: 1.45;
  font-size: 1.04rem;
}

@media (max-width: 980px) {
  .audit-cta-box {
    gap: 28px;
  }
}

/* ── Industries ── */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.industry-card {
  background: #f8fafc;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
}

.industry-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: #002349;
}

.industry-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.industry-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
}

.industry-card p {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

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

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

/* ── Process ── */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #e6eaf0;
  z-index: 0;
}

.process-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 16px;
}

.step-number {
  width: 56px;
  height: 56px;
  background: #0f172a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 auto 20px;
}

.process-step h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
}

.process-step p {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 840px) {
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 0;
  }

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

@media (max-width: 480px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
}

/* ── Testimonials ── */
.testimonial-card {
  background: #f8fafc;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  padding: 36px;
}

.testimonial-quote {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #1e293b;
  font-style: italic;
  margin: 0 0 24px;
}

.testimonial-quote::before {
  content: '\201C';
  font-size: 3rem;
  line-height: 0;
  vertical-align: -0.5rem;
  color: #cbd5e1;
  margin-right: 4px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-avatar {
  width: 44px;
  height: 44px;
  background: #0f172a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.author-info strong {
  display: block;
  font-size: 0.95rem;
  color: #0f172a;
  font-weight: 700;
}

.author-info span {
  font-size: 0.82rem;
  color: #64748b;
}

/* ── FAQ ── */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.faq-item {
  border-bottom: 1px solid #e6eaf0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 28px;
  text-align: left;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-question:hover {
  background: #f8fafc;
}

.faq-icon {
  font-size: 1.4rem;
  color: #94a3b8;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  font-style: normal;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0 28px 22px;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

.faq-item.open .faq-answer {
  display: block;
}

/* Mobile Fix */

@media (max-width: 840px) {
  .mobile-nav.open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0 20px;
    border-top: 1px solid #e6eaf0;
    margin-top: 4px;
  }

  .mobile-nav a {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    color: #0f172a;
    padding: 4px 0;
  }

  .mobile-nav .btn,
  .mobile-nav .btn.btn-primary,
  .mobile-nav .btn.btn-primary:hover,
  .mobile-nav .btn.btn-primary:visited,
  .mobile-nav .btn.btn-primary:active,
  .mobile-nav .btn.btn-primary:focus {
    margin-top: 10px;
    width: 100%;
    max-width: 220px;
    justify-content: center;
    padding: 14px 20px;
    background: #eaf1fb !important;
    border: 1px solid #dbe6f6 !important;
    color: #002349 !important;
    box-shadow: none;
  }
}