.wohocars-faq-section {
  padding: clamp(44px, 6vw, 90px) 0;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.08), transparent 35%),
    #F7FBFF;
}

.wohocars-faq-head {
  max-width: 760px;
  margin-bottom: clamp(30px, 4vw, 48px);
}

.wohocars-faq-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 15px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1E88E5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.wohocars-faq-head h2 {
  font-family: var(--font-display, inherit);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  color: #111827;
  margin-bottom: 14px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.wohocars-faq-head p {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}

.wohocars-faq-wrap {
  max-width: 900px;
}

.wohocars-faq-accordion {
  display: grid;
  gap: 14px;
}

.wohocars-faq-item {
  border: 1px solid #D8E8F7 !important;
  border-radius: 18px !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15,23,42,.05);
}

.wohocars-faq-button {
  padding: 20px 24px;
  background: #fff !important;
  color: #111827 !important;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
  box-shadow: none !important;
}

.wohocars-faq-button:not(.collapsed) {
  color: #1E88E5 !important;
}

.wohocars-faq-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}

.wohocars-faq-body {
  padding: 0 24px 22px;
  color: #475569;
  font-size: .96rem;
  line-height: 1.8;
}

@media (max-width: 575px) {
  .wohocars-faq-button {
    padding: 18px;
    font-size: .95rem;
  }

  .wohocars-faq-body {
    padding: 0 18px 18px;
  }
}
