.faq-page-main {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 10%, rgba(193, 164, 112, 0.08), transparent 24%),
        radial-gradient(circle at 88% 82%, rgba(193, 164, 112, 0.06), transparent 22%),
        linear-gradient(180deg, #fcfbf8 0%, #f5efe8 50%, #fcfbf8 100%);
}

/* hero */
.faq-hero-section {
    position: relative;
    padding: 34px 0 44px;
}

.faq-hero-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    gap: 34px;
    align-items: center;
    padding: 42px;
    border-radius: 38px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(247,242,236,0.98) 100%);
    border: 1px solid rgba(40, 31, 22, 0.06);
    box-shadow:
        0 22px 60px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255,255,255,0.72);
}

.faq-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 25%, rgba(210, 183, 131, 0.14), transparent 24%),
        radial-gradient(circle at 80% 72%, rgba(210, 183, 131, 0.10), transparent 22%);
    pointer-events: none;
}

.faq-hero-content,
.faq-hero-visual {
    position: relative;
    z-index: 2;
}

.faq-hero-kicker,
.faq-section-mini,
.faq-topic-mini {
    display: inline-block;
    color: #9c7c55;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
}

.faq-hero-kicker {
    margin-bottom: 18px;
}

.faq-hero-title {
    margin: 0 0 18px;
    color: #17120d;
    font-size: clamp(42px, 5vw, 78px);
    line-height: 0.95;
    font-weight: 700;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    max-width: 760px;
}

.faq-hero-text {
    max-width: 620px;
    margin: 0 0 28px;
    color: #6b6055;
    font-size: 16px;
    line-height: 1.9;
}

.faq-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.faq-hero-btn {
    min-width: 210px;
    height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
    transition: all 0.3s ease;
}

.faq-hero-btn-primary {
    background: linear-gradient(180deg, #1d1712 0%, #120d09 100%);
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(19, 14, 10, 0.16);
}

.faq-hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 38px rgba(19, 14, 10, 0.2);
}

.faq-hero-btn-secondary {
    border: 1px solid rgba(28, 21, 15, 0.12);
    background: rgba(255,255,255,0.82);
    color: #17120d;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}

.faq-hero-btn-secondary:hover {
    transform: translateY(-3px);
    background: #f8f1e8;
    border-color: rgba(167, 133, 78, 0.24);
}

.faq-hero-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.faq-highlight-card {
    padding: 18px 18px 16px;
    border-radius: 22px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(37, 28, 20, 0.06);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

.faq-highlight-card strong {
    display: block;
    margin-bottom: 8px;
    color: #17120d;
    font-size: 18px;
    font-weight: 700;
    font-family: "Cormorant Garamond", serif;
}

.faq-highlight-card span {
    display: block;
    color: #6c6156;
    font-size: 13px;
    line-height: 1.7;
}

/* visual */
.faq-hero-visual {
    display: flex;
    justify-content: center;
}

.faq-visual-stage {
    position: relative;
    width: 100%;
    max-width: 560px;
    min-height: 620px;
    border-radius: 36px;
    background:
        radial-gradient(circle at top, rgba(255,255,255,0.95), rgba(255,255,255,0.35) 30%, rgba(255,255,255,0) 65%),
        linear-gradient(180deg, #f0e8de 0%, #e4dbcf 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.7),
        0 24px 60px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.faq-visual-pill {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 4;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: #17120d;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.faq-visual-center {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 76px;
}

.faq-center-icon {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,0.78), rgba(255,255,255,0.1) 45%),
        linear-gradient(180deg, #1e1711 0%, #120d09 100%);
    color: #f2cf98;
    box-shadow:
        0 26px 52px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255,255,255,0.16);
    animation: faqPulseFloat 5s ease-in-out infinite;
}

.faq-center-icon i {
    font-size: 72px;
}

.faq-visual-orbit {
    position: absolute;
    border: 1px solid rgba(165, 131, 77, 0.14);
    border-radius: 50%;
    pointer-events: none;
}

.faq-visual-orbit-one {
    top: 50%;
    left: 50%;
    width: 260px;
    height: 260px;
    transform: translate(-50%, -50%);
}

.faq-visual-orbit-two {
    top: 50%;
    left: 50%;
    width: 380px;
    height: 380px;
    transform: translate(-50%, -50%);
}

.faq-visual-orbit-three {
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
}

.faq-floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 220px;
    max-width: 250px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(37, 28, 20, 0.06);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(6px);
}

.faq-floating-card-top {
    top: 68px;
    left: -12px;
    animation: faqFloatCardOne 4.8s ease-in-out infinite;
}

.faq-floating-card-bottom {
    right: -16px;
    bottom: 48px;
    animation: faqFloatCardTwo 5.2s ease-in-out infinite;
}

.faq-floating-icon {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f0e7db 0%, #e6dbcd 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17120d;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}

.faq-floating-icon i {
    font-size: 28px;
}

.faq-floating-info h3 {
    margin: 0 0 4px;
    color: #1a1410;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    font-family: "Cormorant Garamond", serif;
}

.faq-floating-info p {
    margin: 0;
    color: #6b6055;
    font-size: 13px;
    line-height: 1.6;
}

/* topics */
.faq-topics-section,
.faq-main-section {
    position: relative;
    padding: 34px 0 44px;
}

.faq-topics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.faq-topic-card {
    padding: 28px 24px;
    border-radius: 28px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(37, 28, 20, 0.06);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-topic-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.faq-topic-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,0.25), rgba(255,255,255,0) 35%),
        linear-gradient(180deg, #221a14 0%, #120d09 100%);
    color: #f2cf98;
    box-shadow: 0 16px 28px rgba(18, 13, 9, 0.16);
}

.faq-topic-icon i {
    font-size: 22px;
}

.faq-topic-card h3 {
    margin: 10px 0 10px;
    color: #17120d;
    font-size: 30px;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
}

.faq-topic-card p {
    margin: 0;
    color: #6b6055;
    font-size: 14px;
    line-height: 1.8;
}

/* main section */
.faq-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.78fr);
    gap: 28px;
    align-items: start;
}

.faq-accordion-wrap,
.faq-side-card {
    padding: 34px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(247,242,236,0.98) 100%);
    border: 1px solid rgba(40, 31, 22, 0.06);
    box-shadow:
        0 18px 48px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255,255,255,0.72);
}

.faq-side-wrap {
    display: grid;
    gap: 22px;
}

.faq-side-card-soft {
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(243,236,227,0.98) 100%);
}

.faq-section-head {
    margin-bottom: 24px;
}

.faq-section-head h2,
.faq-side-card h3 {
    margin: 12px 0 14px;
    color: #17120d;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 0.98;
    font-weight: 700;
    font-family: "Cormorant Garamond", serif;
}

.faq-side-card h3 {
    font-size: 40px;
}

.faq-section-head p,
.faq-side-card p {
    margin: 0;
    color: #6b6055;
    font-size: 15px;
    line-height: 1.95;
}

/* filter */
.faq-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.faq-filter-btn {
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(28, 21, 15, 0.12);
    border-radius: 999px;
    background: rgba(255,255,255,0.84);
    color: #17120d;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
    transition: all 0.25s ease;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
}

.faq-filter-btn:hover,
.faq-filter-btn.active {
    background: linear-gradient(180deg, #1d1712 0%, #120d09 100%);
    color: #ffffff;
    border-color: rgba(18, 13, 9, 0.8);
}

/* accordion */
.faq-accordion-list {
    display: grid;
    gap: 16px;
}

.faq-accordion-card {
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(37, 28, 20, 0.06);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.faq-accordion-card.is-hidden {
    display: none;
}

.faq-accordion-toggle {
    width: 100%;
    min-height: 78px;
    padding: 20px 22px;
    border: none;
    background: transparent;
    color: #17120d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat", Arial, sans-serif;
}

.faq-accordion-toggle i {
    font-size: 14px;
    transition: transform 0.25s ease;
}

.faq-accordion-toggle.active i {
    transform: rotate(45deg);
}

.faq-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-accordion-content.active {
    max-height: 260px;
}

.faq-accordion-content p {
    margin: 0;
    padding: 0 22px 22px;
    color: #6b6055;
    font-size: 14px;
    line-height: 1.9;
}

/* empty */
.faq-empty-state {
    display: none;
    margin-top: 18px;
}

.faq-empty-state.show {
    display: block;
}

.faq-empty-box {
    padding: 56px 20px;
    text-align: center;
    border-radius: 28px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(40, 32, 24, 0.06);
    box-shadow:
        0 18px 44px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255,255,255,0.75);
}

.faq-empty-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f8f1e8 0%, #efe3d4 100%);
    color: #a98957;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.faq-empty-icon i {
    font-size: 28px;
}

.faq-empty-box h3 {
    margin: 0 0 8px;
    color: #17120d;
    font-size: 34px;
    font-family: "Cormorant Garamond", serif;
}

.faq-empty-box p {
    margin: 0;
    color: #6a6157;
    font-size: 14px;
    line-height: 1.8;
}

/* side */
.faq-side-points {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.faq-point-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(37, 28, 20, 0.06);
}

.faq-point-no {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #1e1711 0%, #120d09 100%);
    color: #f2cf98;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    font-family: "Montserrat", Arial, sans-serif;
    box-shadow: 0 12px 26px rgba(20, 13, 9, 0.14);
}

.faq-point-item h4 {
    margin: 2px 0 8px;
    color: #17120d;
    font-size: 28px;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
}

.faq-point-item p {
    margin: 0;
    color: #6b6055;
    font-size: 14px;
    line-height: 1.8;
}

.faq-contact-list {
    margin-top: 22px;
    display: grid;
    gap: 12px;
}

.faq-contact-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(37, 28, 20, 0.06);
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.faq-contact-row:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.05);
}

.faq-contact-row span {
    color: #6b6055;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.faq-contact-row strong {
    color: #17120d;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.faq-support-btn {
    margin-top: 22px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #1d1712 0%, #120d09 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
    box-shadow: 0 16px 34px rgba(19, 14, 10, 0.16);
    transition: all 0.3s ease;
}

.faq-support-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 38px rgba(19, 14, 10, 0.2);
}

/* reveal */
.faq-page-main.faq-animated .faq-highlight-card,
.faq-page-main.faq-animated .faq-topic-card,
.faq-page-main.faq-animated .faq-accordion-card,
.faq-page-main.faq-animated .faq-point-item {
    animation: faqFadeUp 0.8s ease both;
}

.faq-page-main.faq-animated .faq-highlight-card:nth-child(2),
.faq-page-main.faq-animated .faq-topic-card:nth-child(2),
.faq-page-main.faq-animated .faq-accordion-card:nth-child(2),
.faq-page-main.faq-animated .faq-point-item:nth-child(2) {
    animation-delay: 0.12s;
}

.faq-page-main.faq-animated .faq-highlight-card:nth-child(3),
.faq-page-main.faq-animated .faq-topic-card:nth-child(3),
.faq-page-main.faq-animated .faq-accordion-card:nth-child(3),
.faq-page-main.faq-animated .faq-point-item:nth-child(3) {
    animation-delay: 0.22s;
}

.faq-page-main.faq-animated .faq-topic-card:nth-child(4),
.faq-page-main.faq-animated .faq-accordion-card:nth-child(4) {
    animation-delay: 0.32s;
}

@keyframes faqPulseFloat {
    0%, 100% {
        transform: translateY(0px) scale(1);
    }
    50% {
        transform: translateY(-10px) scale(1.02);
    }
}

@keyframes faqFloatCardOne {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes faqFloatCardTwo {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(8px);
    }
}

@keyframes faqFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* responsive */
@media (max-width: 1399px) {
    .faq-topics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    .faq-hero-shell,
    .faq-main-grid {
        grid-template-columns: 1fr;
    }

    .faq-hero-shell {
        padding: 34px;
    }

    .faq-visual-stage {
        max-width: 100%;
        min-height: 560px;
    }

    .faq-floating-card-top {
        left: 18px;
    }

    .faq-floating-card-bottom {
        right: 18px;
    }
}

@media (max-width: 767px) {
    .faq-hero-section,
    .faq-topics-section,
    .faq-main-section {
        padding: 18px 0 26px;
    }

    .faq-hero-shell,
    .faq-accordion-wrap,
    .faq-side-card {
        padding: 22px 18px;
        border-radius: 24px;
    }

    .faq-hero-title,
    .faq-section-head h2,
    .faq-side-card h3 {
        font-size: 38px;
        line-height: 0.98;
    }

    .faq-hero-text,
    .faq-section-head p,
    .faq-side-card p {
        font-size: 14px;
        line-height: 1.85;
    }

    .faq-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .faq-hero-btn,
    .faq-support-btn {
        width: 100%;
        min-width: 0;
    }

    .faq-hero-highlights,
    .faq-topics-grid {
        grid-template-columns: 1fr;
    }

    .faq-visual-stage {
        min-height: 460px;
        border-radius: 24px;
    }

    .faq-visual-center {
        padding: 54px;
    }

    .faq-center-icon {
        width: 150px;
        height: 150px;
    }

    .faq-center-icon i {
        font-size: 52px;
    }

    .faq-visual-orbit-one {
        width: 180px;
        height: 180px;
    }

    .faq-visual-orbit-two {
        width: 260px;
        height: 260px;
    }

    .faq-visual-orbit-three {
        width: 340px;
        height: 340px;
    }

    .faq-floating-card {
        min-width: 0;
        max-width: 180px;
        gap: 10px;
        padding: 10px;
        border-radius: 16px;
    }

    .faq-floating-card-top {
        top: 18px;
        left: 10px;
    }

    .faq-floating-card-bottom {
        right: 10px;
        bottom: 18px;
    }

    .faq-floating-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        border-radius: 12px;
    }

    .faq-floating-icon i {
        font-size: 22px;
    }

    .faq-floating-info h3 {
        font-size: 19px;
    }

    .faq-floating-info p {
        font-size: 11px;
        line-height: 1.4;
    }

    .faq-side-wrap {
        gap: 18px;
    }

    .faq-topic-card,
    .faq-point-item {
        padding: 20px 16px;
        border-radius: 20px;
    }

    .faq-point-item h4,
    .faq-topic-card h3 {
        font-size: 24px;
    }

    .faq-filter-bar {
        gap: 10px;
    }

    .faq-filter-btn {
        flex: 1 1 calc(50% - 10px);
        min-width: 0;
    }

    .faq-accordion-toggle {
        padding: 18px 16px;
        min-height: 66px;
        font-size: 14px;
    }

    .faq-accordion-content p {
        padding: 0 16px 18px;
    }

    .faq-contact-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .faq-contact-row strong {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .faq-hero-title,
    .faq-section-head h2,
    .faq-side-card h3 {
        font-size: 34px;
    }

    .faq-visual-stage {
        min-height: 400px;
    }

    .faq-visual-center {
        padding: 42px;
    }

    .faq-center-icon {
        width: 128px;
        height: 128px;
    }

    .faq-center-icon i {
        font-size: 42px;
    }

    .faq-floating-card {
        max-width: 150px;
    }

    .faq-floating-info h3 {
        font-size: 16px;
    }

    .faq-floating-info p {
        font-size: 10px;
    }

    .faq-visual-pill {
        top: 14px;
        right: 14px;
        min-height: 34px;
        padding: 0 14px;
        font-size: 10px;
    }

    .faq-filter-btn {
        flex: 1 1 100%;
    }
}