/* ====================================================
   GLOBAL FAQ PREMIUM COMPONENT CSS
   Master Style Cloned from Contact Page
   ==================================================== */

.faq-premium-section {
    background: linear-gradient(135deg, #4b0000, #690000);
    padding: 100px 0;
    position: relative;
}

.faq-premium-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    color: #ffd54a;
}

.faq-premium-title span {
    color: #fff;
}

.faq-premium-subtitle {
    color: #f7e7c1;
    text-align: center;
    font-size: 1.15rem;
    max-width: 850px;
    margin: auto;
    line-height: 1.9;
}

.faq-accordion {
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 215, 0, 0.18);
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.faq-accordion .accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 20px;
}

.faq-accordion .accordion-button {
    background: #5a0000;
    color: #ffd84d;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 28px 32px;
    border-radius: 22px !important;
    box-shadow: none !important;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #6f0000;
    color: #fff;
    border: 2px solid rgba(255, 215, 0, 0.4);
}

.faq-accordion .accordion-body {
    background: #5a0000;
    color: #fff4d6;
    line-height: 2;
    font-size: 1.08rem;
    padding: 30px 35px;
    border-radius: 0 0 22px 22px;
}

/* Fix invisible text globally */
.faq-accordion .accordion-body,
.faq-accordion p,
.faq-accordion li {
    color: #fff4d6 !important;
    opacity: 1 !important;
}

.faq-accordion a {
    color: #ffd84d;
    font-weight: 700;
    text-decoration: underline;
}

/* Icon colors matching text */
.faq-accordion .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(86%) sepia(41%) saturate(996%) hue-rotate(345deg) brightness(101%) contrast(103%) !important;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1) !important;
}

/* Responsive Fixes */
@media(max-width: 768px) {
    .faq-premium-title {
        font-size: 2.4rem;
    }

    .faq-accordion .accordion-button {
        font-size: 1rem;
        padding: 20px;
    }

    .faq-accordion .accordion-body {
        padding: 22px;
        font-size: 0.97rem;
        line-height: 1.9;
    }
}

/* ====================================================
   GLOBAL LAYOUT & STICKY NAVBAR FIXES
   ==================================================== */
/* Body padding managed by bug-fixes.css */

main,
.page-wrapper,
.hero-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.navbar + section {
    margin-top: 0 !important;
}

.top-marquee-bar {
    position: relative;
    z-index: 9998;
}

.main-navbar-v3 {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: linear-gradient(135deg, #3b0000, #210000) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25) !important;
}
