.seo-section {
    border-top: 1px solid #3A3A3A;
    padding-top: 80px;
    clear: both;
}

/* SEO Text */
.alvla-seo-text {
    padding: 40px 0;
}

.alvla-seo-text p {
    font-size: 16px;
}

/* FAQ — оформление */
.alvla-seo-faq {
    padding: 20px 0 40px 0;
}

.alvla-seo-faq h2 {
    text-align: center;
}

.alvla-seo-faq .faq-block {
    max-width: 800px;
    margin: 0 auto;
}

.alvla-seo-faq .faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    overflow: hidden;
}

.alvla-seo-faq .faq-item:last-child {
    border-bottom: none;
}

.alvla-seo-faq .faq-question {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    padding-right: 30px;
    transition: color 0.3s ease;
}

.alvla-seo-faq .faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    line-height: 1.28;
    transition: transform 0.3s ease, color 0.3s ease;
}

.alvla-seo-faq .faq-item.active .faq-question::after {
    content: '–';
    transform: rotate(180deg);
    color: #9F9F9F;
}

.alvla-seo-faq .faq-question:hover {
    color: #9F9F9F;
}

.alvla-seo-faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    color: #3A3A3A;
    transition: max-height 0.35s ease, opacity 0.35s ease;
    opacity: 0;
    margin: 0;
}

.alvla-seo-faq .faq-item.active .faq-answer {
    opacity: 1;
    max-height: 500px; /* достаточно, чтобы влез любой текст */
}
