.about-section {
    margin-top: 64px;
    margin-bottom: 96px;
    padding: 0 16px;
}

.about-section__subtitle {
    text-align: center;
    color: #efb61d;
    font-weight: 600;
}

.about-section__title {
    text-align: center;
    margin-bottom: 24px;
    font-weight: 700;
    color: var(--text);
}

.about-section__description {
    text-align: center;
    margin-bottom: 48px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.8;
    line-height: 1.8;
    color: var(--text);
}

.about-section__description--narrow {
    max-width: 600px;
}

.about-card__icon {
    font-size: 40px !important;
}

.about-card__title {
    color: #efb61d;
    font-weight: 600;
}

.about-card__text {
    opacity: 0.8;
}

.about-faq {
    max-width: 900px;
    margin: 24px auto 32px;
    width: 100%;
    text-align: start !important;
}

.about-faq__list {
    display: grid;
    gap: 16px;
}

.about-faq__item {
    background: rgba(18, 18, 18, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 18px 22px;
    color: var(--text);
}

.about-faq__question {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
    cursor: pointer;
    width: 100%;
    color: var(--text);
    font-weight: 700;
    list-style: none;
    text-align: start !important;
}

.about-faq__question::-webkit-details-marker {
    display: none;
}

.about-faq__question::after {
    content: "+";
    flex: 0 0 auto;
    color: var(--accent);
    font-size: 1.2rem;
    line-height: 1;
}

.about-faq__item[open] .about-faq__question::after {
    content: "−";
}

.about-faq__answer {
    margin: 14px 0 0;
    width: 100%;
    color: var(--text);
    opacity: 0.8;
    line-height: 1.8;
    text-align: start !important;
    unicode-bidi: plaintext;
}
    .about-faq__answer * {
        text-align: start !important;
    }

.about-contact-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-top: 32px;
}

.about-contact-card {
    flex: 1 1 200px;
    max-width: 250px;
}

.about-contact-card__link {
    color: var(--text);
    text-decoration: none;
}

.about-contact-card__link--email {
    font-size: 0.85rem;
    word-break: break-word;
}
