.yuef-faq {
    --yuef-faq-bg: linear-gradient(180deg, #f1e8dc 0%, #e4d6c1 52%, #ddccb3 100%);
    --yuef-faq-panel: linear-gradient(180deg, rgba(255, 252, 247, 0.82), rgba(255, 248, 239, 0.68));
    --yuef-faq-border: rgba(184, 138, 47, 0.34);
    --yuef-faq-border-soft: rgba(96, 68, 34, 0.12);
    --yuef-faq-highlight: #b88a2f;
    --yuef-faq-highlight-soft: rgba(184, 138, 47, 0.1);
    --yuef-faq-text: #2f2419;
    --yuef-faq-muted: rgba(47, 36, 25, 0.72);
    position: relative;
    overflow: hidden;
    padding: 84px 20px;
    color: var(--yuef-faq-text);
    background: var(--yuef-faq-bg);
    border-top: 1px solid rgba(184, 138, 47, 0.12);
    border-bottom: 1px solid rgba(184, 138, 47, 0.12);
}

.yuef-faq::before,
.yuef-faq::after {
    content: "";
    position: absolute;
    inset: auto;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
}

.yuef-faq::before {
    top: -150px;
    left: -90px;
    background: radial-gradient(circle, rgba(184, 138, 47, 0.18) 0%, rgba(184, 138, 47, 0) 72%);
}

.yuef-faq::after {
    right: -120px;
    bottom: -140px;
    background: radial-gradient(circle, rgba(125, 92, 48, 0.08) 0%, rgba(125, 92, 48, 0) 68%);
}

.yuef-faq__shell {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin: 0 auto;
}

.yuef-faq__heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.yuef-faq__eyebrow {
    margin: 0 0 16px;
    color: var(--yuef-faq-highlight);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.yuef-faq__title {
    margin: 0;
    color: #2c2015;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: clamp(2.4rem, 5.8vw, 4.8rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.04;
    text-transform: uppercase;
}

.yuef-faq__intro {
    margin: 18px auto 0;
    max-width: 650px;
    color: var(--yuef-faq-muted);
    font-size: 1rem;
    line-height: 1.95;
}

.yuef-faq__list {
    display: grid;
    gap: 18px;
}

.yuef-faq__actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.yuef-faq__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 208px;
    min-height: 52px;
    padding: 14px 26px;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border-radius: 999px;
    transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.yuef-faq__button:hover {
    transform: translateY(-2px);
}

.yuef-faq__button--primary {
    background: var(--yuef-faq-highlight);
    border: 1px solid var(--yuef-faq-highlight);
    color: #fff9f0;
    box-shadow: 0 14px 30px rgba(184, 138, 47, 0.18);
}

.yuef-faq__button--primary:hover {
    background: #c59639;
    border-color: #c59639;
    color: #fff9f0;
}

.yuef-faq__button--secondary {
    background: rgba(255, 250, 244, 0.36);
    border: 1px solid rgba(96, 68, 34, 0.16);
    color: #2f2419;
}

.yuef-faq__button--secondary:hover {
    border-color: var(--yuef-faq-border);
    color: var(--yuef-faq-highlight);
    background: rgba(255, 252, 247, 0.6);
}

.yuef-faq__item {
    background: var(--yuef-faq-panel);
    border: 1px solid var(--yuef-faq-border-soft);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(95, 72, 39, 0.1);
    transition: border-color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.yuef-faq__item:hover,
.yuef-faq__item.is-open {
    transform: translateY(-3px);
    border-color: var(--yuef-faq-border);
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.92), rgba(252, 244, 232, 0.8));
    box-shadow: 0 22px 46px rgba(95, 72, 39, 0.14);
}

.yuef-faq__question {
    width: 100%;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 28px 30px;
    cursor: pointer;
}

.yuef-faq__index {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--yuef-faq-border);
    background: var(--yuef-faq-highlight-soft);
    color: var(--yuef-faq-highlight);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.yuef-faq__question-text {
    color: #2f2419;
    font-size: clamp(1.06rem, 2vw, 1.28rem);
    font-weight: 600;
    line-height: 1.6;
}

.yuef-faq__toggle {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.yuef-faq__toggle::before,
.yuef-faq__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 1px;
    background: var(--yuef-faq-highlight);
    transform: translate(-50%, -50%);
    transition: transform 0.24s ease, opacity 0.24s ease;
}

.yuef-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.yuef-faq__item.is-open .yuef-faq__toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0.2);
}

.yuef-faq__answer-wrap {
    overflow: hidden;
    transition: max-height 0.28s ease;
}

.yuef-faq__answer {
    padding: 0 30px 30px 98px;
    color: var(--yuef-faq-muted);
    font-size: 0.98rem;
    line-height: 2;
}

.yuef-faq__answer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .yuef-faq {
        padding: 60px 16px;
    }

    .yuef-faq__heading {
        margin-bottom: 30px;
    }

    .yuef-faq__question {
        gap: 14px;
        padding: 20px 18px;
        grid-template-columns: auto 1fr auto;
    }

    .yuef-faq__index {
        width: 40px;
        height: 40px;
        font-size: 0.75rem;
        border-radius: 12px;
    }

    .yuef-faq__answer {
        padding: 0 18px 22px 18px;
        font-size: 0.96rem;
    }

    .yuef-faq__actions {
        margin-top: 28px;
    }

    .yuef-faq__button {
        width: 100%;
        min-width: 0;
    }
}
