/* ══════════════════════════════════════════
   FAQ PAGE STYLES - MODERN CATEGORIZED LAYOUT
   ══════════════════════════════════════════ */

:root {
    --teal: #4a9b8c;
    --teal-dark: #357a6d;
    --teal-light: #6bbdae;
    --white: #ffffff;
    --off-white: #f8f5f0;
    --cream: #f2ede6;
    --text-dark: #2c2016;
    --text-mid: #5a4535;
    --serif-font: 'Cormorant Garamond', serif;
    --sans-font: 'Raleway', sans-serif;
}

.faq-page {
    background-color: var(--white);
    color: var(--text-dark);
    font-family: var(--sans-font);
}

/* ═══ HERO SECTION ═══ */
.faq-hero {
    height: 50vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url('../img/faqx-bg.jpg') center/cover fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
    padding-top: 60px;
    /* offset for nav */
}

.faq-hero h1 {
    font-size: 4.5rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: var(--serif-font);
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.breadcrumb-container {
    padding-top: 15px;
    width: 100%;
}

.breadcrumb-nav {
    color: black;
}

.breadcrumb-nav a {
    color: var(--teal-dark);
    text-decoration: none;
    font-size: 1.09rem;
    font-weight: 500;
}

.breadcrumb-nav .bi-house-fill {
    margin-right: 5px;
    color: var(--teal-light);
}

.breadcrumb-nav .separator {
    margin: 0 10px;
    opacity: 0.7;
}

/* ═══ BROWSE BY CATEGORY ═══ */
.category-section {
    padding: 80px 0 60px;
    background: var(--white);
}

.category-title {
    font-family: var(--serif-font);
    font-size: 3rem;
    color: var(--teal);
    text-align: center;
    margin-bottom: 40px;
}

.category-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 1000px;
    margin: 0 auto;
}

.cat-pill {
    background: var(--white);
    border: 1px solid #e0e0e0;
    color: var(--teal);
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.cat-pill:hover,
.cat-pill.active {
    background: var(--teal);
    color: white;
    border-color: var(--teal);
    box-shadow: 0 4px 15px rgba(74, 155, 140, 0.2);
}

/* ═══ FAQ ACCORDION SECTION ═══ */
.faq-content-section {
    padding-bottom: 100px;
}

.category-header {
    font-family: var(--serif-font);
    font-size: 2.2rem;
    color: var(--teal);
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    padding-top: 40px;
}

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    font-family: var(--sans-font);
    font-weight: 600;
    color: var(--text-dark);
    background: var(--white);
    padding: 20px 25px;
    font-size: 1.05rem;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: var(--white);
    color: var(--teal);
}

.accordion-button::after {
    background-size: 1rem;
}

.accordion-body {
    padding: 20px 25px 30px;
    color: var(--text-mid);
    line-height: 1.7;
    font-size: 1rem;
}

.accordion-body strong {
    color: var(--text-dark);
}

.accordion-body ul,
.accordion-body ol {
    padding-left: 20px;
    margin-top: 15px;
}

.accordion-body li {
    margin-bottom: 8px;
}

/* ═══ CONTACT CTA SECTION ═══ */
.faq-contact-cta {
    position: relative;
    padding: 120px 0;
    text-align: center;
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url('https://images.unsplash.com/photo-1499793983690-e29da59ef1c2?w=1800&auto=format&fit=crop&q=80') center/cover;
}

.cta-title {
    font-family: var(--serif-font);
    font-size: 3.5rem;
    margin-bottom: 15px;
}

.cta-sub {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 30px;
}

.btn-contact-faq {
    background: transparent;
    color: white;
    border: 2px solid var(--teal-light);
    padding: 12px 35px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-contact-faq:hover {
    background: var(--teal-light);
    color: white;
}

/* ═══ FOOTER BRANDING BANNER ═══ */
.footer-branding-banner {
    background: var(--teal);
    padding: 40px 0;
    text-align: center;
    color: white;
}

.footer-branding-banner h4 {
    font-family: var(--sans-font);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-branding-banner p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 768px) {
    .category-title {
        font-size: 2.2rem;
    }

    .cta-title {
        font-size: 2.5rem;
    }

    .cat-pill {
        padding: 10px 18px;
        font-size: 0.85rem;
    }
}