.home-faq { background: #fff; }
.home-faq__heading, .home-reviews__heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.home-faq__heading h2, .home-reviews__heading h2 { font-size: clamp(28px, 3.4vw, 44px); color: #153354; line-height: 1.2; margin-bottom: 16px; }
.home-faq__heading h2 span, .home-reviews__heading h2 span { color: #f25a29; }
.home-faq__heading > p:last-child, .home-reviews__heading > p { color: #657487; line-height: 1.8; }
.home-faq__list { max-width: 850px; margin: auto; }
.home-faq__item { border: 1px solid #e2e6eb; border-radius: 14px; margin-bottom: 12px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.home-faq__item[open] { border-color: #f25a29; box-shadow: 0 8px 26px #f25a2910; }
.home-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 24px; color: #153354; font-weight: 600; cursor: pointer; list-style: none; }
.home-faq__item summary::-webkit-details-marker { display: none; }
.home-faq__item summary:focus-visible { outline: 2px solid #f25a29; outline-offset: -4px; }
.home-faq__item[open] summary { background: #fff1ea; color: #b63b13; }
.home-faq__icon { width: 26px; height: 26px; flex: 0 0 26px; border-radius: 8px; background: #f4f6f8; display: grid; place-items: center; }
.home-faq__icon::before { content: '+'; font-size: 20px; line-height: 1; }
.home-faq__item[open] .home-faq__icon { background: #f25a29; color: #fff; }
.home-faq__item[open] .home-faq__icon::before { content: '−'; }
.home-faq__answer { padding: 0 24px 20px; }
.home-faq__answer p { margin: 16px 0 0; color: #657487; line-height: 1.85; }
.home-reviews { background: #fff5ee; }
.home-reviews__heading .primary-btn1 { margin-top: 12px; }
.home-reviews__widget { width: 100%; min-height: 160px; }
@media (max-width: 575px) {
    .home-faq__item summary { padding: 17px 16px; font-size: 14px; }
    .home-faq__answer { padding: 0 16px 18px; }
    .home-faq__heading, .home-reviews__heading { margin-bottom: 28px; }
}
@media (prefers-reduced-motion: reduce) { .home-faq__item { transition: none; } }
