/* ==========================================================================
   PREMIUM HIGH-END INTERACTIVE FAQ ACCORDION ENGINE (ULTRA-RESPONSIVE)
   ========================================================================== */
.mwt-prestige-faq-sec {
    position: relative;
    width: 100%;
    background: #F4F7FF; /* Premium global corporate soft light blue background canvas */
    padding:30px;
    overflow: hidden;
}

.mwt-prestige-faq-container {
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
}

/* Header Text Matrix Typography */
.mwt-prestige-faq-head {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 65px auto;
}

.mwt-prestige-faq-tag {
    color: #ff9f1c; /* Corporate identity brand orange accent alignment */
    font-size: clamp(12px, 1.1vw, 20px);
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.mwt-prestige-faq-title {
    color: #0b3167; /* Corporate deep space navy core identity tone */
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.mwt-brand-blue-txt {
    color: #0b3167;
}

.mwt-prestige-faq-desc {
    color: #475569;
    font-size: clamp(14px, 1.15vw, 16.5px);
    line-height: 1.75;
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
    letter-spacing: 1px;
}

/* .mwt-prestige-faq-bar {
    width: 50px;
    height: 3px;
    background: #ff9f1c;
    margin: 22px auto 0 auto;
    border-radius: 2px;
} */

/* --- THE ACCORDION INTERACTIVE RAIL SYSTEM --- */
.mwt-faq-matrix-deck {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mwt-faq-item-card {
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 16px; /* Smooth rounded modern box profile edge */
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 4px 15px rgba(11, 49, 103, 0.015);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

/* Trigger Button Configuration Base */
.mwt-faq-trigger-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: transparent;
    border: none;
    outline: none;
    padding: 24px 30px;
    text-align: left;
    cursor: pointer;
}

.mwt-faq-question-text {
    color: #0b3167;
    font-size: clamp(15px, 1.3vw, 18.5px);
    font-weight: 800;
    line-height: 1.4;
    transition: color 0.3s ease;
    letter-spacing: 1px;
}

/* Mechanical Vector Plus/Minus Cross Indicator Core */
.mwt-faq-icon-node {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mwt-faq-icon-node::before,
.mwt-faq-icon-node::after {
    content: '';
    position: absolute;
    background: #0b3167;
    border-radius: 2px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.3s;
}

/* Horizontal line component */
.mwt-faq-icon-node::before {
    width: 14px;
    height: 2px;
}

/* Vertical line component */
.mwt-faq-icon-node::after {
    width: 2px;
    height: 14px;
}

/* --- COLLAPSIBLE KINETIC SMOOTH PANEL ENGINE --- */
.mwt-faq-panel-collapse {
    max-height: 0;
    overflow: hidden;
    /* Controlled transition curves handle elastic drop animations perfectly */
    transition: max-height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mwt-faq-body-content {
    padding: 0 30px 26px 30px;
    border-top: 1px solid transparent;
}

.mwt-faq-body-content p {
    color: #475569;
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: 1px;
}

/* --- ACTIVE EXPANDED STATE LOGICAL FILTERS --- */
.mwt-faq-item-card:hover {
    border-color: rgba(11, 49, 103, 0.15);
    box-shadow: 0 10px 25px rgba(11, 49, 103, 0.03);
}

.mwt-faq-item-card.active-panel {
    border-color: rgba(255, 159, 28, 0.35); /* Focus indicator thin amber outline glow */
    box-shadow: 0 15px 30px rgba(11, 49, 103, 0.04);
}

.mwt-faq-item-card.active-panel .mwt-faq-question-text {
    color: #ff9f1c; /* Rotates question text color accent on active state rule */
}

/* Collapses vertical axis vector line via rotational scaling matrices to form straight minus symbol */
.mwt-faq-item-card.active-panel .mwt-faq-icon-node::after {
    transform: rotate(90deg) scale(0);
}

.mwt-faq-item-card.active-panel .mwt-faq-icon-node::before {
    transform: rotate(180deg);
    background: #ff9f1c;
}

/* ==========================================================================
   UNBREAKABLE MULTI-PLATFORM RESPONSIVE MATRIX OVERLAYS
   ========================================================================== */
@media (max-width: 768px) {
    .mwt-prestige-faq-sec {
        padding: 55px 0;
    }
    .mwt-faq-matrix-deck {
        gap: 14px;
    }
    .mwt-faq-trigger-btn {
        padding: 20px 22px;
    }
    .mwt-faq-body-content {
        padding: 0 22px 22px 22px;
    }
    .mwt-prestige-faq-desc {
        text-align: left; /* Maximizes core column text scanning values on narrow frames */
        line-height: 1.65;
    }
}

@media (max-width: 480px) {
    .mwt-faq-item-card {
        border-radius: 12px;
    }
    .mwt-faq-trigger-btn {
        padding: 18px 16px;
        gap: 15px;
    }
    .mwt-faq-body-content {
        padding: 0 16px 18px 16px;
    }
}