.fcbf-footer {
    --footer-bg: #020814;
    --footer-bg-soft: #061224;
    --footer-card: rgba(7, 18, 37, 0.96);
    --footer-card-2: rgba(12, 28, 54, 0.94);
    --footer-blue: #2f9cff;
    --footer-blue-soft: #77c8ff;
    --footer-gold: #ffcc4d;
    --footer-gold-soft: #ffe08a;
    --footer-green: #38d66b;
    --footer-text: #f1f6ff;
    --footer-muted: rgba(228, 238, 255, 0.76);

    position: relative;
    overflow: hidden;
    margin-top: 56px;
    padding: 48px 18px 24px;
    background:
        radial-gradient(circle at 12% 20%, rgba(47, 156, 255, 0.22), transparent 30%),
        radial-gradient(circle at 88% 80%, rgba(255, 204, 77, 0.15), transparent 30%),
        linear-gradient(180deg, var(--footer-bg-soft) 0%, var(--footer-bg) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.fcbf-footer__fx {
    position: absolute;
    width: 440px;
    height: 440px;
    border-radius: 999px;
    filter: blur(90px);
    opacity: 0.22;
    pointer-events: none;
}

.fcbf-footer__fx--blue {
    left: -170px;
    bottom: -190px;
    background: var(--footer-blue);
}

.fcbf-footer__fx--gold {
    right: -170px;
    bottom: -190px;
    background: var(--footer-gold);
}

.fcbf-footer__container {
    position: relative;
    z-index: 2;
    max-width: 1260px;
    margin: 0 auto;
}

.fcbf-footer__grid {
    display: grid;
    grid-template-columns: minmax(560px, 1.55fr) minmax(280px, 0.9fr) minmax(280px, 0.9fr);
    gap: 22px;
    align-items: stretch;
}

.fcbf-footer__card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    min-height: 330px;
    border-radius: 30px;
    background:
        linear-gradient(180deg, var(--footer-card-2) 0%, var(--footer-card) 100%);
    border: 1px solid rgba(120, 190, 255, 0.20);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 20px 60px rgba(0, 0, 0, 0.36);
}

.fcbf-footer__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.07), transparent 34%),
        radial-gradient(circle at 90% 15%, rgba(255,255,255,0.05), transparent 20%);
    pointer-events: none;
}

.fcbf-footer__card::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.32), transparent);
    pointer-events: none;
}

.fcbf-footer__card--brand {
    border-color: rgba(47, 156, 255, 0.46);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 20px 60px rgba(0,0,0,0.36),
        0 0 28px rgba(47, 156, 255, 0.14);
}

.fcbf-footer__card--institutional {
    border-color: rgba(255, 204, 77, 0.40);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 20px 60px rgba(0,0,0,0.36),
        0 0 28px rgba(255, 204, 77, 0.12);
}

.fcbf-footer__brand-top {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
}

.fcbf-footer__logo-box {
    min-height: 190px;
    padding: 18px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 50% 42%, rgba(47, 156, 255, 0.24), transparent 56%),
        linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015));
    border: 1px solid rgba(255,255,255,0.10);
}

.fcbf-footer__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 154px;
    max-height: 154px;
    object-fit: contain;
    filter: drop-shadow(0 12px 22px rgba(0,0,0,0.42));
}

.fcbf-footer__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 11px;
    border-radius: 999px;
    color: var(--footer-gold-soft);
    background: rgba(255, 204, 77, 0.10);
    border: 1px solid rgba(255, 204, 77, 0.18);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
}

.fcbf-footer__brand-copy h2 {
    margin: 0 0 8px;
    color: var(--footer-gold);
    font-size: 66px;
    line-height: 0.92;
    font-weight: 950;
    letter-spacing: 1px;
    text-shadow: 0 0 22px rgba(255, 204, 77, 0.20);
}

.fcbf-footer__brand-copy h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 900;
}

.fcbf-footer__brand-copy p {
    margin: 0;
    max-width: 390px;
    color: var(--footer-muted);
    font-size: 16px;
    line-height: 1.5;
}

.fcbf-footer__highlights {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.fcbf-footer__highlight {
    min-height: 112px;
    padding: 15px 10px 13px;
    border-radius: 18px;
    text-align: center;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.075);
}

.fcbf-footer__highlight span {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
}

.fcbf-footer__highlight strong {
    display: block;
    color: #e8f2ff;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 900;
}

.fcbf-footer__highlight small {
    display: block;
    margin-top: 5px;
    color: rgba(225, 236, 255, 0.78);
    font-size: 12px;
    line-height: 1.25;
}

.fcbf-footer__title {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.fcbf-footer__title h3 {
    margin: 0;
    color: var(--footer-gold);
    font-size: 25px;
    line-height: 1.1;
    font-weight: 900;
}

.fcbf-footer__title span {
    display: block;
    width: 78px;
    height: 3px;
    margin-top: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--footer-blue-soft), transparent);
    box-shadow: 0 0 14px rgba(119, 200, 255, 0.35);
}

.fcbf-footer__card--institutional .fcbf-footer__title span {
    background: linear-gradient(90deg, var(--footer-gold), transparent);
    box-shadow: 0 0 14px rgba(255, 204, 77, 0.35);
}

.fcbf-footer__info-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
}

.fcbf-footer__info-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    padding: 16px;
    border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.075);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.fcbf-footer__info-item:hover {
    transform: translateY(-3px);
    border-color: rgba(255,255,255,0.16);
    box-shadow: 0 12px 26px rgba(0,0,0,0.24);
}

.fcbf-footer__info-icon {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    border: 1px solid rgba(255,255,255,0.13);
}

.fcbf-footer__info-icon--whatsapp {
    color: #8dffb5;
    background: radial-gradient(circle at 32% 30%, rgba(56,214,107,.42), rgba(10,60,28,.96));
}

.fcbf-footer__info-icon--mail,
.fcbf-footer__info-icon--blue {
    color: #8bd1ff;
    background: radial-gradient(circle at 32% 30%, rgba(47,156,255,.36), rgba(6,25,56,.96));
}

.fcbf-footer__info-icon--gold {
    color: #ffdf73;
    background: radial-gradient(circle at 32% 30%, rgba(255,204,77,.38), rgba(58,40,3,.96));
}

.fcbf-footer__info-text {
    min-width: 0;
}

.fcbf-footer__info-text strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 850;
}

.fcbf-footer__info-text span {
    display: block;
    color: var(--footer-muted);
    font-size: 14px;
    line-height: 1.38;
    overflow-wrap: anywhere;
}

.fcbf-footer__bottom {
    position: relative;
    z-index: 1;
    margin-top: 28px;
    padding-top: 20px;
    text-align: center;
}

.fcbf-footer__bottom-line {
    height: 1px;
    margin-bottom: 18px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(47, 156, 255, 0.38) 24%,
        rgba(255, 204, 77, 0.38) 76%,
        transparent 100%
    );
}

.fcbf-footer__bottom p {
    margin: 0;
    color: rgba(234, 243, 255, 0.72);
    font-size: 14px;
    line-height: 1.45;
}

@media (max-width: 1180px) {
    .fcbf-footer__grid {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin: 0 auto;
    }

    .fcbf-footer__card {
        min-height: auto;
    }
}

@media (max-width: 720px) {
    .fcbf-footer {
        padding: 28px 14px 18px;
        margin-top: 38px;
    }

    .fcbf-footer__grid {
        max-width: 100%;
        gap: 16px;
    }

    .fcbf-footer__card {
        padding: 20px;
        border-radius: 24px;
    }

    .fcbf-footer__brand-top {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 20px;
    }

    .fcbf-footer__logo-box {
        min-height: 150px;
    }

    .fcbf-footer__logo {
        max-width: 128px;
        max-height: 128px;
    }

    .fcbf-footer__brand-copy h2 {
        font-size: 48px;
    }

    .fcbf-footer__brand-copy h3 {
        font-size: 23px;
    }

    .fcbf-footer__brand-copy p {
        font-size: 15px;
    }

    .fcbf-footer__highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fcbf-footer__highlight {
        min-height: auto;
    }

    .fcbf-footer__info-item {
        grid-template-columns: 52px minmax(0, 1fr);
        align-items: center;
    }

    .fcbf-footer__info-icon {
        width: 52px;
        height: 52px;
        font-size: 21px;
    }
}

/* ===== CORREÇÃO DESKTOP RODAPÉ - NÃO CORTAR CARDS ===== */

.fcbf-footer {
    overflow: hidden;
}

.fcbf-footer__container {
    max-width: 1032px;
    width: 100%;
}

.fcbf-footer__grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.78fr) minmax(0, 0.86fr);
    gap: 20px;
    width: 100%;
}

.fcbf-footer__card {
    min-width: 0;
    padding: 26px;
}

.fcbf-footer__brand-top {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 22px;
}

.fcbf-footer__logo-box {
    min-height: 170px;
}

.fcbf-footer__logo {
    max-width: 142px;
    max-height: 142px;
}

.fcbf-footer__brand-copy h2 {
    font-size: 58px;
}

.fcbf-footer__brand-copy h3 {
    font-size: 24px;
}

.fcbf-footer__brand-copy p {
    font-size: 15px;
}

.fcbf-footer__highlight {
    padding-left: 8px;
    padding-right: 8px;
}

.fcbf-footer__highlight strong {
    font-size: 13px;
}

.fcbf-footer__highlight small {
    font-size: 11px;
}

.fcbf-footer__info-item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 13px;
    padding: 14px;
}

.fcbf-footer__info-icon {
    width: 52px;
    height: 52px;
    font-size: 21px;
}

.fcbf-footer__info-text strong {
    font-size: 15px;
}

.fcbf-footer__info-text span {
    font-size: 13px;
    overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
    .fcbf-footer__container {
        max-width: 1032px;
    }

    .fcbf-footer__grid {
        grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.78fr) minmax(0, 0.86fr);
        max-width: 100%;
    }
}

@media (max-width: 980px) {
    .fcbf-footer__container {
        max-width: 760px;
    }

    .fcbf-footer__grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .fcbf-footer__brand-top {
        grid-template-columns: 170px minmax(0, 1fr);
    }
}

@media (max-width: 720px) {
    .fcbf-footer__container {
        max-width: 100%;
    }

    .fcbf-footer__brand-top {
        grid-template-columns: 1fr;
    }
}



.fcbf-footer__info-icon--instagram {
    color: #ffd1ef;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 221, 85, 0.85), rgba(255, 221, 85, 0.10) 20%, transparent 21%),
        linear-gradient(135deg, rgba(131, 58, 180, .95), rgba(225, 48, 108, .95), rgba(253, 29, 29, .95), rgba(252, 176, 69, .95));
}

/* RODAPÉ SEM CARD FCBF DA ESQUERDA */
.fcbf-footer__grid {
    grid-template-columns: repeat(2, minmax(280px, 1fr)) !important;
    max-width: 760px;
    margin: 0 auto;
}

@media (max-width: 780px) {
    .fcbf-footer__grid {
        grid-template-columns: 1fr !important;
        max-width: 430px;
    }
}
