/* ═══════════════════════════════════════════════════════
   SEO-ТЕКСТ + FAQ
   /bitrix/templates/luidor_2021/components/luidor/seo.faq.home/.default/style.css
   ═══════════════════════════════════════════════════════ */

/* ── SEO-текст ── */
.ls-seo-text__body {
    margin-bottom: 40px;
    color: #3d4b5c;
    font-size: 15px;
    line-height: 1.75;
}
.ls-seo-text__body p {
    margin: 0 0 14px;
}
.ls-seo-text__body p:last-child {
    margin-bottom: 0;
}
.ls-seo-text__body strong {
    color: #1b2530;
}

/* ── FAQ — аккордеон ── */
.ls-faq {
    padding: 0 0 16px;
}
.ls-faq__title {
    font-size: 20px;
    font-weight: 700;
    color: #1b2530;
    margin: 0 0 20px;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.ls-faq__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e4e9f0;
}
.ls-faq__item {
    border-bottom: 1px solid #e4e9f0;
}
.ls-faq__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    padding: 18px 0;
    text-align: left;
    cursor: pointer;
    gap: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #1b2530;
    line-height: 1.4;
    transition: color .2s;
}
.ls-faq__btn:hover { color: #2d6cb0; }
.ls-faq__btn[aria-expanded="true"] { color: #2d6cb0; }
.ls-faq__icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e8f0fb;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, transform .25s;
}
.ls-faq__btn[aria-expanded="true"] .ls-faq__icon {
    background: #2d6cb0;
    transform: rotate(45deg);
}
.ls-faq__icon svg { display: block; }
.ls-faq__btn[aria-expanded="true"] .ls-faq__icon svg path {
    stroke: #fff;
}
.ls-faq__panel {
    display: none;
    padding: 0 0 18px;
    font-size: 15px;
    color: #3d4b5c;
    line-height: 1.7;
}
.ls-faq__panel p { margin: 0 0 10px; }
.ls-faq__panel p:last-child { margin-bottom: 0; }
.ls-faq__panel a { color: #2d6cb0; text-decoration: underline; }
.ls-faq__panel ul,
.ls-faq__panel ol {
    padding-left: 20px;
    margin: 6px 0 10px;
}

/* ── Адаптив ── */
@media (max-width: 767px) {
    .ls-faq__btn   { font-size: 15px; padding: 15px 0; }
    .ls-faq__title { font-size: 17px; }
}
