/* ===== HOME FCBF INFOGRÁFICOS ===== */

.fcbf-home-payment-float {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 99999;

    width: 64px;
    height: 64px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(circle at 35% 25%, rgba(255,255,255,.55), transparent 18%),
        linear-gradient(135deg, #ff174d 0%, #d00032 45%, #760018 100%);

    color: #fff;
    text-decoration: none;
    font-size: 27px;
    font-weight: 900;

    border: 2px solid rgba(255,255,255,.45);

    box-shadow:
        0 0 14px rgba(255, 0, 64, .95),
        0 0 34px rgba(255, 0, 64, .60),
        0 0 70px rgba(255, 0, 64, .35),
        inset 0 0 15px rgba(255,255,255,.22);

    animation: fcbfPayPulse 1.35s ease-in-out infinite;
}

.fcbf-home-payment-float::after {
    content: "PAGAR";
    position: absolute;
    top: 68px;
    right: -3px;

    padding: 5px 9px;
    border-radius: 999px;

    background: #ff174d;
    color: #fff;

    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .8px;

    box-shadow:
        0 0 12px rgba(255, 0, 64, .75),
        0 0 24px rgba(255, 0, 64, .45);
}

@keyframes fcbfPayPulse {
    0%, 100% {
        transform: scale(1);
        filter: brightness(1);
    }

    50% {
        transform: scale(1.09);
        filter: brightness(1.22);
    }
}

.fcbf-home-infographic {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    object-fit: cover;
}

.fcbf-home-infographic-wrap {
    width: 100%;
    margin: 0;
}

.fcbf-home-infographic-wrap.hero {
    margin-bottom: 18px;
}

.fcbf-home-infographic-wrap.projection {
    margin-top: 22px;
    margin-bottom: 18px;
}

.fcbf-home-infographic-wrap.benefits {
    margin-top: 18px;
    margin-bottom: 18px;
}

.home-prize-hero .hero-actions {
    margin-top: 22px;
}

@media (max-width: 600px) {
    .fcbf-home-payment-float {
        top: 12px;
        right: 10px;
        width: 56px;
        height: 56px;
        font-size: 24px;
    }

    .fcbf-home-payment-float::after {
        top: 60px;
        right: -2px;
        font-size: 9px;
        padding: 4px 8px;
    }

    .fcbf-home-infographic {
        border-radius: 15px;
    }

    .hero-copy.card.home-prize-hero {
        padding: 14px;
    }
}

/* ===== AJUSTE HERO: IMAGEM NO TOPO E FORA A FORA ===== */

.hero-copy.card.home-prize-hero {
    padding: 0 !important;
    overflow: hidden;
}

.fcbf-home-infographic-wrap.hero {
    margin: 0 !important;
    width: 100% !important;
}

.fcbf-home-infographic-wrap.hero .fcbf-home-infographic {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    border-radius: 18px 18px 0 0 !important;
    object-fit: cover;
}

/* Mantém o restante do conteúdo com respiro normal */
.home-prize-meta,
.fcbf-home-infographic-wrap.projection,
.fcbf-home-infographic-wrap.benefits,
.home-prize-hero .hero-actions {
    padding-left: 14px;
    padding-right: 14px;
}

.home-prize-meta {
    padding-top: 14px;
}

.fcbf-home-infographic-wrap.projection {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
}

.fcbf-home-infographic-wrap.benefits {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
}

.home-prize-hero .hero-actions {
    padding-bottom: 14px;
}

@media (min-width: 768px) {
    .home-prize-meta,
    .fcbf-home-infographic-wrap.projection,
    .fcbf-home-infographic-wrap.benefits,
    .home-prize-hero .hero-actions {
        padding-left: 18px;
        padding-right: 18px;
    }

    .home-prize-meta {
        padding-top: 18px;
    }

    .home-prize-hero .hero-actions {
        padding-bottom: 18px;
    }
}

/* ===== AJUSTE FINAL: IMAGENS FULL GRID + BARRA COLADA ===== */

/* Remove qualquer respiro interno do card principal */
.hero-copy.card.home-prize-hero {
    padding: 0 !important;
    margin-top: 0 !important;
    overflow: hidden !important;
}

/* Imagem principal encostada totalmente no topo da grid */
.hero-copy.card.home-prize-hero > .fcbf-home-infographic-wrap.hero {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.hero-copy.card.home-prize-hero > .fcbf-home-infographic-wrap.hero img,
.hero-copy.card.home-prize-hero > .fcbf-home-infographic-wrap.hero .fcbf-home-infographic {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 18px 18px 0 0 !important;
}

/* Barra de progresso bem coladinha na imagem principal */
.hero-copy.card.home-prize-hero .home-prize-meta {
    margin: 0 !important;
    padding: 8px 14px 0 14px !important;
}

.hero-copy.card.home-prize-hero .home-prize-progress {
    margin-top: 0 !important;
}

/* Imagem de projeção ocupando toda a largura horizontal da grid */
.hero-copy.card.home-prize-hero > .fcbf-home-infographic-wrap.projection {
    width: 100% !important;
    max-width: 100% !important;
    margin: 14px 0 0 0 !important;
    padding: 0 !important;
}

.hero-copy.card.home-prize-hero > .fcbf-home-infographic-wrap.projection img,
.hero-copy.card.home-prize-hero > .fcbf-home-infographic-wrap.projection .fcbf-home-infographic {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 16px !important;
}

/* Imagem dos cards ocupando toda a largura horizontal da grid */
.hero-copy.card.home-prize-hero > .fcbf-home-infographic-wrap.benefits {
    width: 100% !important;
    max-width: 100% !important;
    margin: 14px 0 0 0 !important;
    padding: 0 !important;
}

.hero-copy.card.home-prize-hero > .fcbf-home-infographic-wrap.benefits img,
.hero-copy.card.home-prize-hero > .fcbf-home-infographic-wrap.benefits .fcbf-home-infographic {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 16px !important;
}

/* Botões continuam com respiro */
.hero-copy.card.home-prize-hero .hero-actions {
    padding: 14px !important;
    margin: 0 !important;
}

/* Mobile: força tudo no mesmo comportamento */
@media (max-width: 600px) {
    .hero-copy.card.home-prize-hero {
        padding: 0 !important;
    }

    .hero-copy.card.home-prize-hero > .fcbf-home-infographic-wrap.hero {
        margin-top: 0 !important;
    }

    .hero-copy.card.home-prize-hero > .fcbf-home-infographic-wrap.hero img {
        border-radius: 18px 18px 0 0 !important;
    }

    .hero-copy.card.home-prize-hero .home-prize-meta {
        padding: 8px 14px 0 14px !important;
    }

    .hero-copy.card.home-prize-hero > .fcbf-home-infographic-wrap.projection,
    .hero-copy.card.home-prize-hero > .fcbf-home-infographic-wrap.benefits {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* ===== BOTÃO TOPO DIREITO COM LOGO DA COPA ===== */

.fcbf-home-payment-float {
    position: fixed;
    top: 14px;
    right: 12px;
    z-index: 99999;

    width: 74px;
    height: 74px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(circle at 35% 25%, rgba(255,255,255,.38), transparent 20%),
        linear-gradient(135deg, #ff2e63 0%, #ff004c 42%, #8a001e 100%);

    border: 2px solid rgba(255,255,255,.40);

    box-shadow:
        0 0 16px rgba(255, 0, 76, .95),
        0 0 40px rgba(255, 0, 76, .55),
        0 0 72px rgba(255, 0, 76, .35),
        inset 0 0 16px rgba(255,255,255,.20);

    text-decoration: none;
    overflow: visible;

    animation: fcbfPayPulse 1.35s ease-in-out infinite;
}

.fcbf-home-payment-float::after {
    display: none !important;
    content: none !important;
}

.fcbf-home-payment-float-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    pointer-events: none;
}

.fcbf-home-payment-float-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(255,255,255,.28));
}

.fcbf-home-payment-float-chip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;

    padding: 4px 10px;
    border-radius: 999px;

    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .7px;

    color: #fff;
    text-align: center;

    box-shadow:
        0 0 10px rgba(255, 0, 76, .70),
        0 0 22px rgba(255, 0, 76, .35);
}

.fcbf-home-payment-float-chip.pagar {
    top: 77px;
    background: linear-gradient(135deg, #ff4f7c 0%, #ff0d4f 100%);
}

.fcbf-home-payment-float-chip.inscricao {
    top: 99px;
    background: linear-gradient(135deg, #ff2d5f 0%, #c50037 100%);
    font-size: 9px;
    padding: 4px 9px;
}

@media (max-width: 600px) {
    .fcbf-home-payment-float {
        top: 12px;
        right: 10px;
        width: 68px;
        height: 68px;
    }

    .fcbf-home-payment-float-icon {
        width: 38px;
        height: 38px;
    }

    .fcbf-home-payment-float-chip.pagar {
        top: 71px;
        font-size: 9px;
        padding: 4px 9px;
    }

    .fcbf-home-payment-float-chip.inscricao {
        top: 91px;
        font-size: 8px;
        padding: 4px 8px;
    }
}

/* ===== BOTÃO TOPO DIREITO COM LOGO DA COPA ===== */

.fcbf-home-payment-float {
    position: fixed;
    top: 14px;
    right: 12px;
    z-index: 99999;

    width: 74px;
    height: 74px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(circle at 35% 25%, rgba(255,255,255,.38), transparent 20%),
        linear-gradient(135deg, #ff2e63 0%, #ff004c 42%, #8a001e 100%);

    border: 2px solid rgba(255,255,255,.40);

    box-shadow:
        0 0 16px rgba(255, 0, 76, .95),
        0 0 40px rgba(255, 0, 76, .55),
        0 0 72px rgba(255, 0, 76, .35),
        inset 0 0 16px rgba(255,255,255,.20);

    text-decoration: none;
    overflow: visible;

    animation: fcbfPayPulse 1.35s ease-in-out infinite;
}

.fcbf-home-payment-float::after {
    display: none !important;
    content: none !important;
}

.fcbf-home-payment-float-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    pointer-events: none;
}

.fcbf-home-payment-float-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(255,255,255,.28));
}

.fcbf-home-payment-float-chip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;

    padding: 4px 10px;
    border-radius: 999px;

    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .7px;

    color: #fff;
    text-align: center;

    box-shadow:
        0 0 10px rgba(255, 0, 76, .70),
        0 0 22px rgba(255, 0, 76, .35);
}

.fcbf-home-payment-float-chip.pagar {
    top: 77px;
    background: linear-gradient(135deg, #ff4f7c 0%, #ff0d4f 100%);
}

.fcbf-home-payment-float-chip.inscricao {
    top: 99px;
    background: linear-gradient(135deg, #ff2d5f 0%, #c50037 100%);
    font-size: 9px;
    padding: 4px 9px;
}

@media (max-width: 600px) {
    .fcbf-home-payment-float {
        top: 12px;
        right: 10px;
        width: 68px;
        height: 68px;
    }

    .fcbf-home-payment-float-icon {
        width: 38px;
        height: 38px;
    }

    .fcbf-home-payment-float-chip.pagar {
        top: 71px;
        font-size: 9px;
        padding: 4px 9px;
    }

    .fcbf-home-payment-float-chip.inscricao {
        top: 91px;
        font-size: 8px;
        padding: 4px 8px;
    }
}
