/* FAQ accordion (same visual language as former Contact FAQ) */
.contact-faq {
    background: #03040a;
    padding: clamp(64px, 10vw, 100px) clamp(20px, 4vw, 48px) clamp(80px, 12vw, 120px);
}

.contact-faq__container {
    margin: 0 auto;
    max-width: 720px;
}

.contact-faq__heading {
    color: #fdfcfa;
    font-family: var(--uxm-font-heading, 'Montserrat', sans-serif);
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
    text-align: center;
}

.contact-faq__list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-faq__item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-faq__trigger {
    align-items: center;
    background: none;
    border: 0;
    color: #f4f2f8;
    cursor: pointer;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    gap: 1rem;
    justify-content: space-between;
    letter-spacing: -0.01em;
    line-height: 1.45;
    padding: 1.15rem 0;
    text-align: left;
    width: 100%;
}

.contact-faq__trigger:hover,
.contact-faq__trigger:focus-visible {
    color: #e8d5b4;
    outline: none;
}

.contact-faq__icon {
    color: rgba(255, 255, 255, 0.45);
    flex-shrink: 0;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1;
    width: 1.25rem;
}

.contact-faq__panel {
    padding: 0 0 1.25rem;
}

.contact-faq__panel p {
    color: rgba(210, 206, 218, 0.78);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.94rem;
    font-weight: 300;
    line-height: 1.75;
    margin: 0;
}

@media (prefers-reduced-motion: reduce) {
    .contact-faq__heading {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }
}
