.faq-page .main-nav .is-current { color: var(--blue); font-weight: 700; }

.faq-hero {
  color: #fff;
  background: linear-gradient(120deg, #102856 0%, #213e8a 52%, #2157da 100%);
  padding: 78px 0 70px;
}
.faq-hero-inner { max-width: 850px; text-align: center; }
.faq-hero h1 { margin: 0; font-size: 46px; line-height: 1.12; letter-spacing: -1.8px; }
.faq-hero p { max-width: 690px; margin: 19px auto 0; color: #dbe7ff; font-size: 18px; line-height: 1.6; }
.faq-search { position: relative; display: block; width: min(590px, 100%); margin: 34px auto 0; }
.faq-search svg { position: absolute; z-index: 1; left: 17px; top: 50%; width: 20px; height: 20px; transform: translateY(-50%); fill: none; stroke: #8b95a7; stroke-width: 2; }
.faq-search input { width: 100%; min-height: 55px; border: 0; border-radius: 10px; background: #fff; color: var(--ink); padding: 14px 18px 14px 49px; outline: 0; box-shadow: 0 12px 28px rgba(6, 20, 55, .2); font-size: 15px; }
.faq-search input:focus { box-shadow: 0 0 0 4px rgba(255,255,255,.3), 0 12px 28px rgba(6,20,55,.2); }

.faq-filters { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid #e7ebf1; background: rgba(255,255,255,.97); }
.faq-chips { display: flex; justify-content: center; gap: 8px; overflow-x: auto; padding-top: 14px; padding-bottom: 14px; scrollbar-width: none; }
.faq-chips::-webkit-scrollbar { display: none; }
.faq-chips button { flex: 0 0 auto; border: 0; border-radius: 999px; padding: 9px 15px; background: #f0f2f5; color: #4b5565; cursor: pointer; font-size: 12px; font-weight: 700; }
.faq-chips button.is-active { background: #2457df; color: #fff; }

.faq-catalog { padding: 55px 0 68px; }
.faq-catalog-inner { max-width: 850px; }
.faq-full-list { display: grid; gap: 10px; }
.faq-full-list details { border: 1px solid #dfe4ec; border-radius: 11px; background: #fff; padding: 0 20px; transition: border-color .2s ease, box-shadow .2s ease; }
.faq-full-list details:hover, .faq-full-list details[open] { border-color: #a9c3fa; }
.faq-full-list details[open] { box-shadow: 0 8px 20px rgba(30, 64, 130, .06); }
.faq-full-list summary { display: flex; min-height: 65px; align-items: center; justify-content: space-between; gap: 22px; list-style: none; cursor: pointer; font-size: 14px; font-weight: 750; line-height: 1.45; }
.faq-full-list summary::-webkit-details-marker { display: none; }
.faq-full-list summary::after { content: "+"; flex: 0 0 auto; color: #2462df; font-size: 25px; font-weight: 500; line-height: 1; transition: transform .2s ease; }
.faq-full-list details[open] summary::after { transform: rotate(45deg); }
.faq-full-list details p { margin: -1px 0 20px; padding-right: 42px; color: #566174; font-size: 13px; line-height: 1.65; }
.faq-empty { padding: 60px 0; text-align: center; color: #6b7280; font-size: 16px; }

.faq-contact-cta { padding: 61px 0 65px; background: linear-gradient(135deg, #f6f8fb, #edf5ff); text-align: center; }
.faq-contact-cta h2 { margin: 0; font-size: 31px; line-height: 1.2; }
.faq-contact-cta p { max-width: 650px; margin: 14px auto 25px; color: #566174; font-size: 16px; }
.faq-contact-cta .btn { min-width: 290px; }

@media (max-width: 990px) {
  .faq-filters { top: 60px; }
  .faq-chips { justify-content: flex-start; }
}

@media (max-width: 715px) {
  .faq-hero { padding: 61px 0 56px; }
  .faq-hero h1 { font-size: 34px; line-height: 1.2; letter-spacing: -1px; }
  .faq-hero p { margin-top: 17px; font-size: 16px; line-height: 1.55; }
  .faq-search { margin-top: 28px; }
  .faq-search input { min-height: 54px; font-size: 16px; }
  .faq-filters { top: 65px; }
  .faq-chips { width: 100%; padding-left: 14px; padding-right: 14px; }
  .faq-catalog { padding: 42px 0 55px; }
  .faq-catalog-inner { width: calc(100% - 28px); }
  .faq-full-list { gap: 11px; }
  .faq-full-list details { padding: 0 20px; border-radius: 12px; }
  .faq-full-list summary { min-height: 82px; font-size: 16px; line-height: 1.42; }
  .faq-full-list details p { margin: -2px 0 22px; padding-right: 0; font-size: 15px; line-height: 1.65; }
  .faq-contact-cta { padding: 60px 14px 64px; }
  .faq-contact-cta h2 { font-size: 29px; }
  .faq-contact-cta p { font-size: 16px; line-height: 1.65; }
  .faq-contact-cta .btn { width: 100%; min-width: 0; min-height: 62px; font-size: 16px; }
}
