:root {
    --faq-navy: #001446;
    --faq-blue: #0b5ed7;
    --faq-blue-soft: #e8f1ff;
    --faq-green: #1f9d55;
    --faq-green-soft: #e8f8ee;
    --faq-whatsapp: #25d366;
    --faq-text: #1f2937;
    --faq-muted: #6b7280;
    --faq-border: #e5e7eb;
    --faq-bg: #f7f9fc;
}

.faq-page {
    background: #fff;
    color: var(--faq-text);
}

.faq-hero {
    background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
    padding: 2.5rem 0 1.5rem;
}

.faq-breadcrumb {
    display: flex;
    align-items: center;
    gap: .45rem;
    color: var(--faq-muted);
    font-size: .9rem;
    margin-bottom: 1rem;
}

.faq-breadcrumb a {
    color: var(--faq-muted);
    text-decoration: none;
}

.faq-breadcrumb a:hover {
    color: var(--faq-blue);
}

.faq-hero h1 {
    color: var(--faq-navy);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: .75rem;
    line-height: 1.15;
}

.faq-hero > .container .col-lg-6 > p {
    color: var(--faq-muted);
    font-size: 1.1rem;
    max-width: 34rem;
    margin: 0;
}

.faq-hero-visual {
    position: relative;
    min-height: 280px;
}

.faq-hero-image {
    width: 100%;
    min-height: 280px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(0, 20, 70, .35), rgba(11, 94, 215, .2)),
        url('../images/banners/banner-especiadades.jpeg') center/cover no-repeat;
    box-shadow: 0 18px 40px rgba(0, 20, 70, .12);
}

.faq-whatsapp-card {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: min(260px, calc(100% - 2rem));
    background: var(--faq-navy);
    color: #fff;
    border-radius: 18px;
    padding: 1.1rem 1.15rem;
    box-shadow: 0 16px 32px rgba(0, 20, 70, .28);
}

.faq-whatsapp-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .75rem;
    font-size: 1.25rem;
}

.faq-whatsapp-card p {
    font-size: .92rem;
    line-height: 1.45;
    margin-bottom: .9rem;
}

.faq-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: var(--faq-whatsapp);
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    border-radius: 999px;
    padding: .55rem .9rem;
    font-size: .92rem;
    transition: transform .2s ease, filter .2s ease;
}

.faq-whatsapp-btn:hover {
    filter: brightness(.95);
    transform: translateY(-1px);
    color: #fff !important;
}

.faq-content {
    padding: 1rem 0 3rem;
}

.faq-section {
    margin-bottom: 2.75rem;
}

.faq-section-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.faq-section-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.faq-section-blue .faq-section-icon {
    background: var(--faq-blue-soft);
    color: var(--faq-blue);
}

.faq-section-green .faq-section-icon {
    background: var(--faq-green-soft);
    color: var(--faq-green);
}

.faq-section-header h2 {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 .2rem;
}

.faq-section-blue .faq-section-header h2 {
    color: var(--faq-blue);
}

.faq-section-green .faq-section-header h2 {
    color: var(--faq-green);
}

.faq-section-header p {
    margin: 0;
    color: var(--faq-muted);
    font-size: .95rem;
}

.faq-item {
    border: 1px solid var(--faq-border) !important;
    border-radius: 14px !important;
    overflow: hidden;
    margin-bottom: .75rem;
    background: #fff;
}

.faq-item .accordion-button {
    background: #fff;
    color: var(--faq-navy);
    font-weight: 600;
    font-size: .98rem;
    box-shadow: none !important;
    padding: 1rem 1.1rem;
}

.faq-item .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--faq-navy);
}

.faq-item .accordion-button::after {
    background-image: none;
    content: "\F282";
    font-family: "bootstrap-icons";
    width: auto;
    height: auto;
    font-size: 1rem;
    color: var(--faq-blue);
    transform: none;
}

.faq-item .accordion-button:not(.collapsed)::after {
    content: "\F286";
    transform: none;
}

.faq-item .accordion-body {
    color: var(--faq-muted);
    font-size: .95rem;
    line-height: 1.6;
    padding-top: 0;
}

.faq-list {
    margin: .75rem 0;
    padding-left: 1.1rem;
}

.faq-list li {
    margin-bottom: .25rem;
}

.faq-unidades {
    background: var(--faq-bg);
    padding: 3.5rem 0;
}

.faq-unidades h2 {
    text-align: center;
    color: var(--faq-navy);
    font-weight: 800;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 0.5rem;
}

.faq-unidades-intro {
    text-align: center;
    color: var(--faq-muted);
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 2rem;
}

.faq-unidade-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    padding: 1.75rem 1.5rem 1.5rem;
    text-align: center;
    box-shadow: 0 10px 28px rgba(0, 20, 70, .08);
    height: 100%;
}

.faq-unidade-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--faq-green);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: .35rem .7rem;
}

.faq-unidade-foto {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    background-size: cover;
    background-position: center;
    border: 4px solid #edf2ff;
}

.faq-unidade-foto-centro {
    background-image: linear-gradient(135deg, #0b5ed7, #001446);
}

.faq-unidade-foto-cumbica {
    background-image: linear-gradient(135deg, #1f9d55, #0a4b7c);
}

.faq-unidade-card h3 {
    color: var(--faq-navy);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

.faq-unidade-card p {
    color: var(--faq-muted);
    margin-bottom: 1rem;
    min-height: 3rem;
}

.faq-mapa-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: var(--faq-blue);
    color: #fff !important;
    text-decoration: none;
    border-radius: 999px;
    padding: .6rem 1.1rem;
    font-weight: 600;
    font-size: .92rem;
    transition: filter .2s ease, transform .2s ease;
}

.faq-mapa-btn:hover {
    filter: brightness(.95);
    transform: translateY(-1px);
    color: #fff !important;
}

@media (max-width: 991.98px) {
    .faq-whatsapp-card {
        position: static;
        width: 100%;
        margin-top: 1rem;
    }

    .faq-hero-visual {
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .faq-hero {
        padding-top: 1.5rem;
    }

    .faq-section-header {
        gap: .75rem;
    }

    .faq-section-icon {
        width: 42px;
        height: 42px;
    }
}
