
/* GCFC V74 | Build V74-20260810-1
   Componente isolado da placa da seção Benefícios.
   Sem glow, sheen, reflexo, filter ou drop-shadow. */

#gcfcBenefitsLayout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: clamp(42px, 5vw, 76px) !important;
    align-items: stretch !important;
}

#gcfcSealStageV74 {
    position: relative !important;
    min-width: 0 !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    perspective: none !important;
    isolation: isolate !important;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    filter: none !important;
}

#gcfcSealStageV74::before,
#gcfcSealStageV74::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    background: none !important;
    box-shadow: none !important;
    filter: none !important;
    animation: none !important;
}

#gcfcSealFloatV74 {
    position: relative !important;
    z-index: 4 !important;
    width: 365px;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    animation: gcfcV74FloatFallback 5.2s ease-in-out infinite;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

@keyframes gcfcV74FloatFallback {
    0%, 100% { transform: translate3d(0, -9px, 0); }
    50%      { transform: translate3d(0,  9px, 0); }
}

#gcfcSealInteractionV74 {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    transform: translate3d(0,0,0) scale(1) rotateZ(0deg);
    transform-origin: 50% 56%;
    transition: transform .42s cubic-bezier(.2,.8,.2,1) !important;
    will-change: transform;
}

#gcfcSealInteractionV74::before,
#gcfcSealInteractionV74::after {
    content: none !important;
    display: none !important;
}

#gcfcSealInteractionV74 > img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    object-fit: contain !important;
    pointer-events: none !important;
    user-select: none !important;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
}

#gcfcSealInteractionV74:hover,
#gcfcSealInteractionV74:focus-visible,
#gcfcSealInteractionV74[data-hover="true"] {
    transform: translate3d(0,-5px,0) scale(1.045) rotateZ(-0.55deg) !important;
}

#gcfcSealInteractionV74:active,
#gcfcSealInteractionV74[data-pressed="true"] {
    transform: translate3d(0,-1px,0) scale(1.018) rotateZ(-0.15deg) !important;
    transition-duration: .12s !important;
}

#gcfc-v74-debug {
    position: fixed;
    z-index: 999999;
    left: 12px;
    bottom: 12px;
    max-width: min(420px, calc(100vw - 24px));
    padding: 10px 12px;
    border: 1px solid rgba(200,164,92,.75);
    border-radius: 8px;
    background: rgba(8,8,8,.94);
    color: #eee;
    font: 12px/1.45 monospace;
    white-space: pre-line;
    pointer-events: none;
}

@media (max-width: 1080px) {
    #gcfcBenefitsLayout {
        grid-template-columns: 1fr !important;
        row-gap: 48px !important;
    }

    #gcfcSealStageV74 {
        min-height: auto !important;
        height: auto !important;
    }

    #gcfcSealFloatV74 {
        width: min(78vw, 390px) !important;
    }
}

@media (max-width: 640px) {
    #gcfcSealFloatV74 {
        width: min(82vw, 315px) !important;
        animation-duration: 5.8s;
    }

    #gcfcSealInteractionV74:hover,
    #gcfcSealInteractionV74:focus-visible,
    #gcfcSealInteractionV74[data-hover="true"] {
        transform: translate3d(0,-3px,0) scale(1.025) rotateZ(-0.3deg) !important;
    }
}


/* ============================================================
   V75 — AJUSTE DE LAYOUT POR ETAPAS
   Objetivo único: fazer a placa ter a mesma altura visual
   do bloco de informações à esquerda.

   Estratégia:
   1. a coluna direita NÃO participa do cálculo da altura da grid;
   2. a altura da linha é determinada pelo bloco esquerdo;
   3. o sizebox ocupa 100% dessa altura;
   4. a placa usa 92% da altura disponível para manter respiro.
============================================================ */

#gcfcBenefitsLayout {
    align-items: stretch !important;
}

#gcfcSealStageV74 {
    position: relative !important;
    align-self: stretch !important;
    min-height: 0 !important;
    height: auto !important;
}

/* Esta camada é absoluta para que o selo não aumente a altura da linha. */
#gcfcSealSizeboxV75 {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    pointer-events: none;
}

/* O wrapper animável fica limitado à altura do bloco esquerdo. */
#gcfcSealFloatV74 {
    width: auto !important;
    height: 92% !important;
    max-height: 100% !important;
    aspect-ratio: 985 / 1350;
    margin: 0 !important;
    pointer-events: auto;
}

/* A interação e a imagem herdam exatamente esse tamanho. */
#gcfcSealInteractionV74 {
    width: 100% !important;
    height: 100% !important;
}

#gcfcSealInteractionV74 > img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
}

/* No tablet/mobile volta ao fluxo normal, sem posição absoluta. */
@media (max-width: 1080px) {
    #gcfcSealStageV74 {
        min-height: 520px !important;
    }

    #gcfcSealSizeboxV75 {
        position: relative !important;
        inset: auto !important;
        min-height: 520px !important;
    }

    #gcfcSealFloatV74 {
        width: min(78vw, 390px) !important;
        height: auto !important;
        aspect-ratio: auto;
    }

    #gcfcSealInteractionV74,
    #gcfcSealInteractionV74 > img {
        height: auto !important;
    }
}

@media (max-width: 640px) {
    #gcfcSealStageV74,
    #gcfcSealSizeboxV75 {
        min-height: 440px !important;
    }

    #gcfcSealFloatV74 {
        width: min(82vw, 315px) !important;
    }
}
