/* =========================================================================
   conversao.css — Campanha de lançamento ABRACE Cuiabá - MT
   Carregado DEPOIS de style.css e responsive.css.
   Só contém estilos das seções novas e dos ajustes de conversão.
   Paleta: primária #f5ba30 | escuro #2a2726 | claro #f0efee
   ========================================================================= */


/* -------------------------------------------------------------------------
   1. HERO — primeira dobra

   O overlay original (.gradient-overlay::before em style.css) termina em
   dois stops rgb() SEM alfa, ou seja 100% opacos: a foto sumia e a dobra
   virava um chapado laranja, deixando o texto branco em ~2.5:1 de contraste.

   Aqui ele é substituído por um scrim direcional — escuro do lado do texto,
   translúcido do lado da foto. O escopo é .hero-equal-height porque a seção
   de CTA final reaproveita .gradient-overlay e deve continuar como está.
   ------------------------------------------------------------------------- */
.hero-equal-height.gradient-overlay::before {
    background-image: linear-gradient(100deg,
            rgba(24, 16, 4, .94) 0%,
            rgba(28, 19, 5, .87) 28%,
            rgba(46, 30, 8, .60) 50%,
            rgba(170, 112, 18, .36) 72%,
            rgba(245, 186, 48, .28) 100%);
}

/* -------------------------------------------------------------------------
   LOGO DO HEADER — troca conforme o estado do navbar

   No topo o navbar é .bg-transparent (fica sobre o scrim escuro do hero) e
   ao rolar o scripts.js adiciona .affix, que o pinta de #f5ba30.
   A marca de letras escuras foi desenhada para fundo amarelo e sumia sobre o
   hero; a de letras claras faz o oposto. Cada estado usa a sua.
   ------------------------------------------------------------------------- */
.navbar-brand .vg-logo--escuro {
    display: none;
}

.navbar.affix .navbar-brand .vg-logo--claro {
    display: none;
}

.navbar.affix .navbar-brand .vg-logo--escuro {
    display: inline-block;
}


/* --- selo de nova unidade: chip de vidro, com ponto pulsante --- */
.vg-flag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 9px 20px;
    border-radius: 50px;
    margin-bottom: 26px;
}

.vg-flag__dot {
    width: 7px;
    height: 7px;
    flex: none;
    border-radius: 50%;
    background: #f5ba30;
    animation: vgPulse 2.4s infinite;
}

@keyframes vgPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(245, 186, 48, .65);
    }

    70% {
        box-shadow: 0 0 0 9px rgba(245, 186, 48, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(245, 186, 48, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vg-flag__dot {
        animation: none;
    }
}

/* --- título: especificidade .hero-content-left para vencer responsive.css --- */
.hero-content-left .vg-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.1rem, 4.6vw, 3.5rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.015em;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 0 2px 26px rgba(0, 0, 0, .3);
}

/* o nome da cidade é o gancho da campanha — sobre o scrim escuro o
   amarelo da marca finalmente tem contraste para ser usado */
.vg-hero-title .vg-hl {
    color: #f5ba30;
}

/* Hierarquia em tres degraus para caber a copia do plano sem pesar:
   H1 (grande) > sub, a promessa (medio, branco) > lead, o detalhe (menor, recuado). */
.vg-hero-sub {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    max-width: 460px;
    margin-bottom: 14px;
    line-height: 1.45;
}

.vg-hero-lead {
    font-size: .97rem;
    font-weight: 400;
    color: rgba(255, 255, 255, .75);
    max-width: 480px;
    margin-bottom: 32px;
    line-height: 1.6;
}

/* --- CTA: único elemento sólido em amarelo da dobra, texto escuro --- */
.vg-hero-action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 22px;
}

.vg-cta-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    line-height: 1.35;
    text-align: center;
    background: #f5ba30;
    color: #241a06;
    border: 0;
    border-radius: 50px;
    padding: 17px 42px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    box-shadow: 0 16px 38px rgba(245, 186, 48, .42);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.vg-cta-hero:hover,
.vg-cta-hero:focus {
    background: #ffc84a;
    color: #241a06;
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(245, 186, 48, .55);
    outline: none;
}

/* --- pontos de apoio: linha única, separada por um filete --- */
.vg-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
    margin-top: 32px;
    margin-bottom: 0;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.vg-hero-points li {
    font-size: .9rem;
    line-height: 1.4;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .85);
}

.vg-hero-points li span {
    color: #f5ba30;
    margin-right: 8px;
    font-size: .78rem;
    vertical-align: middle;
}

/* no mobile o texto fica sobre a foto, entao o scrim vira vertical */
@media (max-width: 767px) {
    .hero-equal-height.gradient-overlay::before {
        background-image: linear-gradient(168deg,
                rgba(24, 16, 4, .92) 0%,
                rgba(30, 20, 5, .84) 46%,
                rgba(170, 112, 18, .52) 78%,
                rgba(245, 186, 48, .34) 100%);
    }

    .vg-cta-hero {
        padding: 15px 24px;
        font-size: .875rem;
        letter-spacing: .03em;
    }
}


/* faixa de tablet: a coluna do hero encurta antes do layout empilhar */
@media (min-width: 768px) and (max-width: 991px) {
    .vg-cta-hero {
        padding: 16px 26px;
        font-size: .875rem;
        letter-spacing: .03em;
    }
}


/* -------------------------------------------------------------------------
   2. BENEFÍCIOS PRINCIPAIS — cards
   ------------------------------------------------------------------------- */
.vg-benefit-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 10px;
    padding: 32px 24px;
    height: 100%;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease;
    box-shadow: 0 6px 24px rgba(15, 23, 42, .05);
}

.vg-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .1);
}

.vg-benefit-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.vg-benefit-card__icon i {
    font-size: 26px;
    line-height: 1;
}

.vg-benefit-card h5 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2a2726;
}

.vg-benefit-card p {
    font-size: .95rem;
    color: #666;
    margin-bottom: 0;
}

/* respiro entre linhas quando os cards quebram em 2 colunas */
@media (max-width: 991px) {
    .vg-benefits .col-lg-3 {
        margin-bottom: 24px;
    }
}


/* -------------------------------------------------------------------------
   3. DOR + PROPOSTA DE VALOR — destaques numéricos
   ------------------------------------------------------------------------- */
.vg-value h2 {
    line-height: 1.25;
}

.vg-stat {
    text-align: center;
    padding: 26px 16px;
}

.vg-stat__num {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.15;
    color: #f5ba30;
    margin-bottom: 8px;
}

.vg-stat__label {
    display: block;
    font-size: .95rem;
    color: #666;
    line-height: 1.45;
}

/* separadores verticais discretos entre os 3 destaques */
@media (min-width: 576px) {
    .vg-stats > [class*="col-"] + [class*="col-"] .vg-stat {
        border-left: 1px solid rgba(15, 23, 42, .08);
    }
}


/* -------------------------------------------------------------------------
   4. PRÉ-CADASTRO — subtítulo do formulário e rota secundária de WhatsApp
   ------------------------------------------------------------------------- */
.vg-form-sub {
    text-align: center;
    font-size: 1rem !important;
    color: #666;
    margin-top: -18px;
    margin-bottom: 28px;
    line-height: 1.5;
}

/* o botao de submit usa float:left — precisa limpar antes do bloco de WhatsApp */
.vg-form-alt {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding-top: 22px;
    margin-top: 4px;
    border-top: 1px solid rgba(15, 23, 42, .08);
}

.vg-form-alt__label {
    font-size: .9rem;
    color: #6b7280;
}

/* deliberadamente discreto: nao pode competir com o CTA principal */
.vg-form-alt__link {
    font-size: .9rem;
    font-weight: 600;
    color: #2a2726;
    text-decoration: underline;
    background: none;
    border: 0;
    padding: 0;
}

.vg-form-alt__link:hover {
    color: #f5ba30;
    text-decoration: underline;
}

.vg-form-alt__link span {
    margin-right: 4px;
    font-size: .85rem;
}


/* -------------------------------------------------------------------------
   5. COMO FUNCIONA — passos numerados
   ------------------------------------------------------------------------- */
.vg-step {
    position: relative;
    padding: 30px 22px 26px;
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(15, 23, 42, .05);
}

.vg-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f5ba30;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 18px;
    box-shadow: 0 10px 24px rgba(245, 186, 48, .3);
}

.vg-step h5 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2a2726;
    margin-bottom: 8px;
}

.vg-step p {
    font-size: .95rem;
    color: #666;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .vg-steps .col-lg-3 {
        margin-bottom: 24px;
    }
}


/* -------------------------------------------------------------------------
   7. UNIDADE DE CUIABÁ
   ------------------------------------------------------------------------- */
.vg-unit__photo img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .12);
}

.vg-unit__info h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #2a2726;
    margin-bottom: 10px;
}

.vg-unit__info h5 span {
    color: #f5ba30;
    margin-right: 8px;
}

.vg-unit__address {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

.vg-unit__list {
    margin-bottom: 0;
}

.vg-unit__list li {
    font-size: .98rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 10px;
}

.vg-unit__list li span {
    color: #f5ba30;
    margin-right: 10px;
    font-size: .85rem;
}

/* subtitulo de bloco, reutilizado na unidade e nos depoimentos */
.vg-subhead {
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #8a8a8a;
    margin-bottom: 18px;
}

/* --- mapa --- */
.vg-unit__map {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .12);
    line-height: 0;
}

.vg-unit__map iframe {
    display: block;
    filter: grayscale(.25);
}

.vg-unit__maplink {
    display: inline-block;
    margin-top: 16px;
    font-size: .93rem;
    font-weight: 600;
    color: #2a2726;
}

.vg-unit__maplink:hover {
    color: #f5ba30;
}

.vg-unit__maplink span {
    margin-left: 4px;
    font-size: .8rem;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .vg-unit__info {
        margin-top: 34px;
    }
}


/* -------------------------------------------------------------------------
   VÍDEOS DE APRESENTAÇÃO DA UNIDADE

   Os arquivos têm orientações diferentes (3 em 848x480 e 2 em 464x832).
   A miniatura usa cover num card 4:5 — uniformiza o mural sem barras pretas —
   e o vídeo completo abre no modal com a proporção nativa, sem corte nenhum.
   ------------------------------------------------------------------------- */
.vg-videos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-bottom: 60px;
}

.vg-video-card {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #1a1104;
    cursor: pointer;
    transition: transform .28s ease, box-shadow .28s ease;
}

.vg-video-card:hover,
.vg-video-card:focus-visible {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, .24);
    outline: none;
}

.vg-video-card__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

/* véu inferior para o nome ficar legível sobre qualquer frame */
.vg-video-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 58%;
    background: linear-gradient(to top, rgba(12, 8, 2, .92) 0%, rgba(12, 8, 2, .55) 45%, rgba(12, 8, 2, 0) 100%);
    pointer-events: none;
}

.vg-video-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(245, 186, 48, .95);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .35);
    z-index: 2;
    transition: transform .28s ease, background .28s ease;
}

/* triângulo de play desenhado em CSS, sem dependência de fonte de ícone */
.vg-video-card__play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 9px 0 9px 15px;
    border-color: transparent transparent transparent #241a06;
}

.vg-video-card:hover .vg-video-card__play {
    transform: translate(-50%, -50%) scale(1.1);
    background: #ffc84a;
}

.vg-video-card__info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 16px 14px;
    text-align: left;
}

.vg-video-card__info strong {
    display: block;
    color: #ffffff;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.25;
}

.vg-video-card__info small {
    display: block;
    color: rgba(255, 255, 255, .72);
    font-size: .76rem;
    margin-top: 2px;
}

@supports not (aspect-ratio: 4 / 5) {
    .vg-video-card {
        height: 0;
        padding-top: 125%;
    }

    .vg-video-card__media {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 991px) {
    .vg-videos {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
}

@media (max-width: 575px) {
    .vg-videos {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 44px;
    }

    .vg-video-card__play {
        width: 44px;
        height: 44px;
    }

    .vg-video-card__play::before {
        border-width: 7px 0 7px 12px;
    }
}

/* --- modal do player: proporção nativa, sem corte --- */
.vg-video-modal .modal-dialog {
    max-width: 900px;
}

.vg-video-modal .modal-content {
    position: relative;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.vg-video-modal__stage {
    display: flex;
    justify-content: center;
    background: #0c0802;
    border-radius: 12px;
    overflow: hidden;
}

.vg-video-modal__stage video {
    display: block;
    max-width: 100%;
    max-height: 78vh;
    width: auto;
}

.vg-video-modal__close {
    position: absolute;
    top: -44px;
    right: 0;
    z-index: 3;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
}

.vg-video-modal__close:hover,
.vg-video-modal__close:focus {
    background: rgba(255, 255, 255, .3);
    outline: none;
}

.vg-video-modal__caption {
    margin: 14px 0 0;
    text-align: center;
    color: rgba(255, 255, 255, .9);
    font-size: .95rem;
}


/* -------------------------------------------------------------------------
   10. PLANOS — periodicidade e observação sobre a adesão
   ------------------------------------------------------------------------- */
.vg-plan-emoji {
    font-size: 1.1em;
    margin-right: 4px;
}

.vg-plan-period {
    display: block;
    font-size: .85rem;
    color: #8a8a8a;
    margin-top: 2px;
}

.vg-plan-note {
    font-size: .9rem;
    color: #6b7280;
    line-height: 1.55;
    margin-bottom: 0;
}


/* -------------------------------------------------------------------------
   13. CTA FINAL

   Esta seção reaproveitava o .gradient-overlay original (laranja opaco), que
   apagava a foto de fundo e deixava o texto branco em ~2.4:1 — o mesmo defeito
   corrigido no hero. Aqui o scrim é radial/centralizado porque o texto é
   centralizado, ao contrário do hero.
   ------------------------------------------------------------------------- */
.background-video-section .gradient-overlay::before {
    background-image:
        radial-gradient(ellipse at center,
            rgba(20, 13, 3, .80) 0%,
            rgba(20, 13, 3, .88) 55%,
            rgba(16, 10, 2, .94) 100%),
        linear-gradient(180deg,
            rgba(245, 186, 48, .10) 0%,
            rgba(245, 186, 48, 0) 45%);
}

.vg-cta-time {
    font-size: .95rem;
    opacity: .85;
    margin-bottom: 0;
}

.vg-cta-secondary {
    font-size: .92rem;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 0;
}

.vg-cta-secondary a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
}

.vg-cta-secondary a:hover {
    color: #f5ba30;
}


/* -------------------------------------------------------------------------
   CTA FIXO MOBILE + BOTÃO FLUTUANTE DESKTOP
   ------------------------------------------------------------------------- */

/* --- barra fixa (somente mobile / tablet estreito) --- */
.vg-sticky-cta {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, .97);
    border-top: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 -6px 24px rgba(15, 23, 42, .12);
}

/* texto escuro sobre o amarelo da marca: branco sobre #f5ba30 fica em ~1.9:1 */
.vg-sticky-cta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0;
    border-radius: 50px;
    padding: 14px 16px;
    background: #f5ba30;
    color: #241a06;
    font-family: 'Montserrat', sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .02em;
    box-shadow: 0 10px 26px rgba(245, 186, 48, .34);
}

.vg-sticky-cta__btn .vg-wa-ico,
.vg-sticky-cta__btn .vg-reg-ico {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.vg-sticky-cta__btn:hover,
.vg-sticky-cta__btn:focus {
    background: #ffc84a;
    color: #241a06;
    text-decoration: none;
    outline: none;
}

/* --- botão flutuante discreto (somente desktop) --- */
.vg-float-cta {
    display: none;
    position: fixed;
    left: 26px;
    bottom: 26px;
    z-index: 1030;
    border: 0;
    border-radius: 50px;
    padding: 14px 26px;
    background: #f5ba30;
    color: #241a06;
    font-family: 'Montserrat', sans-serif;
    font-size: .95rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(245, 186, 48, .34);
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease, background .25s ease;
}

.vg-float-cta span {
    margin-right: 7px;
    font-size: .85rem;
}

.vg-float-cta:hover,
.vg-float-cta:focus {
    background: #ffc84a;
    color: #241a06;
    text-decoration: none;
    outline: none;
}

/* .is-visible é aplicado por js/conversao.js depois que o hero sai da tela */
.vg-float-cta.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (min-width: 992px) {
    .vg-float-cta {
        display: inline-flex;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .vg-sticky-cta {
        display: block;
    }

    /* espaço para a barra não cobrir o fim do rodapé */
    body {
        padding-bottom: 110px;
    }

    /* sobe o botão "voltar ao topo" para não ficar atrás da barra fixa.
       Alvo é .scroll-top.open — fora dela o botão fica em bottom:105% (escondido). */
    .scroll-top.open {
        bottom: 122px;
    }
}

/* -------------------------------------------------------------------------
   CTA -> CADASTRO ONLINE (sis.abrace.app.br)
   Mesma logica dos CTAs do grupo: o clique leva o visitante para fora do
   site, entao cada botao carrega o icone de cadastro e uma linha de apoio
   logo abaixo dizendo para onde ele vai.
   ------------------------------------------------------------------------- */

.vg-reg-ico {
    width: 1.05em;
    height: 1.05em;
    margin-right: .5em;
    vertical-align: -.15em;
    fill: currentColor;
    flex: none;
}

.vg-reg-note {
    display: flex;
    /* flex-start (e nao center) para o icone acompanhar a primeira linha
       quando a frase quebra em duas - no center ele ficaria no meio das duas */
    align-items: flex-start;
    gap: 8px;
    margin: 14px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: .8125rem;
    line-height: 1.45;
    color: #5b6472;
}

.vg-reg-note .vg-reg-ico {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-right: 0;
    fill: #f5ba30;
}

.vg-reg-note--center {
    justify-content: center;
    text-align: center;
}

/* sobre fundo escuro (hero e CTA final) */
.vg-reg-note--light {
    color: rgba(255, 255, 255, .88);
}

/* dentro dos cards de plano: menor e colada no botao.
   display:block (e nao flex) porque a frase quebra em duas linhas na largura
   do card - no flex o icone descolaria do texto, centralizado na vertical. */
.vg-reg-note--card {
    display: block;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: .75rem;
    text-align: center;
}

.vg-reg-note--card .vg-reg-ico {
    display: inline;
    margin-right: .4em;
    vertical-align: -.2em;
}

/* -------------------------------------------------------------------------
   CTA -> GRUPO DO WHATSAPP
   Os botoes de cadastro levam para fora do site, entao cada um avisa o
   destino: icone dentro do botao + uma linha de apoio logo abaixo.
   ------------------------------------------------------------------------- */

.vg-wa-ico {
    width: 1.05em;
    height: 1.05em;
    margin-right: .5em;
    vertical-align: -.15em;
    fill: currentColor;
    flex: none;
}

.vg-wa-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 14px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: .8125rem;
    line-height: 1.45;
    color: #5b6472;
}

.vg-wa-note .vg-wa-ico {
    width: 16px;
    height: 16px;
    margin-right: 0;
    fill: #25d366;
}

.vg-wa-note--center {
    justify-content: center;
    text-align: center;
}

/* sobre fundo escuro (hero e CTA final) */
.vg-wa-note--light {
    color: rgba(255, 255, 255, .88);
}

/* dentro dos cards de plano: menor e colada no botao */
.vg-wa-note--card {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: .75rem;
}

/* aviso dentro da barra fixa do mobile - fica abaixo do botao */
.vg-sticky-cta__note {
    margin: 8px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: .7rem;
    line-height: 1.35;
    text-align: center;
    color: #5b6472;
}

/* -------------------------------------------------------------------------
   4. CTA — GRUPO DO WHATSAPP
   Bloco de conversao que entrou no lugar do formulario de pre-cadastro.
   Segue a linguagem do resto do site: faixa #f7f7f7 (.gray-light-bg) com um
   card branco por cima, borda superior amarela e sombra suave — o mesmo
   tratamento dos cards de plano e de depoimento.
   O verde aparece so no icone e no botao, para o visitante reconhecer que o
   destino e o WhatsApp. Texto escuro sobre o verde porque branco sobre
   #25d366 fica em ~2:1 de contraste.
   ------------------------------------------------------------------------- */

.vg-group__card {
    padding: 52px 44px 46px;
    background: #ffffff;
    border-top: 4px solid #f5ba30;
    border-radius: 10px;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .1);
}

.vg-group__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    border-radius: 50%;
    background: rgba(37, 211, 102, .12);
    border: 1px solid rgba(37, 211, 102, .28);
}

.vg-group__badge .vg-wa-ico {
    width: 34px;
    height: 34px;
    margin-right: 0;
    vertical-align: 0;
    fill: #25d366;
}

.vg-group__title {
    color: #2a2726;
    margin-bottom: 16px;
}

.vg-group__lead {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #6b7280;
    max-width: 580px;
    margin: 0 auto 30px;
}

.vg-group__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 30px;
    margin: 0 0 34px;
}

.vg-group__list li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: 'Open Sans', sans-serif;
    font-size: .93rem;
    color: #3f4650;
}

.vg-group__list .ti-check {
    color: #25d366;
    font-size: .8rem;
}

.vg-group__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50px;
    padding: 18px 44px;
    background: #25d366;
    color: #06210f;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(37, 211, 102, .26);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.vg-group__btn .vg-wa-ico {
    width: 20px;
    height: 20px;
    margin-right: 11px;
    vertical-align: 0;
    fill: currentColor;
}

.vg-group__btn:hover,
.vg-group__btn:focus {
    background: #2ee673;
    color: #06210f;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(37, 211, 102, .36);
    outline: none;
}

.vg-group__note {
    max-width: 440px;
    margin: 20px auto 0;
    font-family: 'Open Sans', sans-serif;
    font-size: .8125rem;
    line-height: 1.5;
    color: #8a8a8a;
}

@media (max-width: 767px) {
    .vg-group__card {
        padding: 40px 24px 36px;
    }
}

@media (max-width: 575px) {

    /* os beneficios viram lista vertical alinhada a esquerda, mais legivel */
    .vg-group__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .vg-group__btn {
        display: flex;
        padding: 16px 20px;
        font-size: .9rem;
        letter-spacing: .02em;
    }
}
