/* STYLE */

* {
    /* outline:1px solid #f00; */
    transition: 0.5s ease-in-out;
    box-sizing: border-box;
}

body, html {
    font-family: "Public Sans", sans-serif;
    position: relative;
    color: #44506F;
}

b, strong {
    font-weight: 700;
}

h1 {
    margin: 0px;
    position: absolute;
    left: 100px;
    top: 60px;
    color: #44506F;
    font-size: 31px;
    font-weight: 300;
}

.description {
    margin: 0px;
    position: absolute;
    left: 100px;
    top: 120px;
    color: #44506F;
    font-size: 18px;
    font-weight: 300;
}

h1:before {
    content: '';
    height: 3px;
    width: 100px;
    background: #00C89B;
    margin-bottom: 18px;
    display: block;
}

.legenda {
    position: absolute;
    right: 5%;
    top: 88%;
}

.legenda-lp {
    position: absolute;
    right: 5%;
    top: 80%;
}

.logo {
    position: absolute;
    right: 100px;
    bottom: 70px;
}

.desktop {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: -20px;
    margin-top: -10px;
}

.item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index:2;
}

.item i {
    position: absolute;
    padding: 4px 24px;
    font-size: 20px;
    line-height: 100%;
    border-radius: 10px;
    /* background: #F1F2FB; */
    color: #44506F;
    text-decoration: none;
    text-align: center;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    font-style: normal;
    white-space: nowrap;
    margin-bottom: 10px;
}

.item.bottom i {
    bottom: auto;
    margin-bottom: 0px;
    top: 100%;
    margin-top: -20px;
}

.item img {
    position: relative;
    display: block;
    transition: 0.3s ease-in-out;
    transform: scale(1);
}

.item:hover img {
    transform: scale(1.1);
}


.legenda-flow {
    position: absolute;
    top: 40px;
    left: 90%;
    /* left: auto !important;
    bottom: auto !important; */
    transform: translate(-50%, -50%);
    z-index:2;
}

.legenda-flow-lp {
    position: absolute;
    top: 20%;
    left: 88%;
    /* left: auto !important;
    bottom: auto !important; */
    transform: translate(-50%, -50%);
    z-index:2;
}

.legenda-flow img, .legenda-flow-lp img {
    position: relative;
    display: block;
    transition: 0.3s ease-in-out;
    transform: scale(1);
}

.legenda-flow:hover img, .legenda-flow-lp:hover img {
    transform: scale(1.1);
}


.holder {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.botoes-desktop{
    margin: 0px;
    position: absolute;
    left: 100px;
    top: 750px;
}

.botoes-desktop a{
    display: block;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 255px;
}

.botoes-mobile a{
    display: block;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 255px;
}

.btn{
    position: absolute;
    z-index: 2;
    margin-left: -600px;
    margin-top: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-green{
    background: linear-gradient(90deg, #4DAC9B 2.75%, #33D6B5 100%);
}

.btn-orange{
    background: linear-gradient(90deg, #EC6D1F 2.75%, #E08036 100%);
}

.mt-4{
    margin-top: 3rem;;
}

.mt-2{
    margin-top: 1rem;;
}

@media(max-height:899px) {
    .holder {
        transform: scale(0.9);
    }
}

@media(min-width:1500px){
    .botoes-mobile{
        display: none;
    } 
}


@media(max-width:1499px) {
    h1 {
        left: 40px;
    }

    .description {
        left: 40px;
    }

    .logo {
        right: 40px;
    }

    .legenda {
        right: 40px;
        width: 500px;
    }

    .legenda-lp {
        right: 40px;
        width: 500px;
    }

    .legenda-flow {
        top: -80px;
        left: 95%;
    }

    .legenda-flow-lp {
        top: 10%;
        left: 87%;
    }

    .holder {
        transform: scale(0.9);
    }
    .botoes-desktop{
        left: 50px;
        top:730px;
    }

    .botoes-mobile{
        display: none;
    }
}

@media(max-height:799px) {
    .holder {
        transform: scale(0.78);
    }
}

@media(max-width:1399px) {
    h1 {
        left: 40px;
        top: 20px;
    }

    .description {
        left: 40px;
        top: 80px;
    }

    .legenda {
        top: 88%;
        width: 500px;
    }

    .legenda-lp {
        top: 78%;
        width: 500px;
    }

    .legenda-flow {
        left: 102%;
    }
    .legenda-flow-lp {
        top: 10%;
        left: 98%;
    }

    .logo {
        bottom: 40px;
        width: 100px;
    }

    .holder {
        transform: scale(0.78);
    }

    .botoes-desktop{
        left: 50px;
        top: 690px;
    }

    .botoes-mobile{
        display: none;
    }
}

@media(max-height:699px) {
    .holder {
        transform: scale(0.65);
    }
}

@media(max-width:1199px) {
    h1 {
        left: 40px;
        top: 10px;
    }

    .description {
        left: 40px;
        top: 70px;
    }

    .legenda {
        top: 650px;
        width: 500px;
    }

    .legenda-flow, .legenda-flow-lp {
        left: 105%;
    }

    .logo {
        bottom: 40px;
        width: 100px;
    }

    .holder {
        transform: scale(0.65);
    }

    .botoes-desktop{
        left: 50px;
        top: 625px;
    }

    .botoes-mobile{
        display: none;
    }
}

@media(max-height:599px) {
    .holder {
        transform: scale(0.50);
    }
}

@media(max-width:991px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block !important;
    }


    body {
        padding: 20px;
    }

    h1, .description, .logo {
        position: relative;
        right: auto;
        bottom: auto;
        top: 0px;
        left: 0px;
    }

    .description {
        position: relative;
        right: auto;
        bottom: auto;
        top: 20px;
        left: 0px;
    }
    

    .description {
        margin-bottom: 48px;
    }

    .logo {
        margin: 0px auto;
        display: block;
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .botoes-desktop{
        display: none;
    }

    .botoes-mobile{
        display: block;
    }
}

.legend-cards-ia{
    position: absolute;
    bottom: 34px;
}

/* Link customizado para modais HCM */
.link-hcm-custom {
    color: #00C89B;
    text-decoration: none;
    transition: color 0.2s;
}
.link-hcm-custom:hover, .link-hcm-custom:focus {
    color: #009e7f;
    text-decoration: none;
}

/* MOBILE */

.mobile {
    display: none;
}

.item_mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 16px 10px 12px;
    margin-bottom: 0;
    text-decoration: none;
    overflow: hidden;
}

.item_mobile i {
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    color: #B7C0EB;
    text-align: center;
    margin-top: 4px;
}

.item_mobile img {
    width: auto;
    height: auto;
    max-width: 195px;
    max-height: 160px;
    object-fit: contain;
    position: relative;
    display: block;
}

.item_mobile_arrow {
    display: block;
    width: 54px;
    height: 29px;
    margin-top: 6px;
    flex-shrink: 0;
}

.item_mobile_arrow svg {
    width: 54px;
    height: 29px;
    display: block;
}

@media(max-width:767px) {

    .item_mobile img {
        max-width: 152px;
        max-height: 130px;
    }
}

/* MODAL */

.overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    z-index: 10;
    transition: 0s;
    display: none;
}

.modal {
    position: fixed;
    left: 0px;
    top: 50%;
    width: 100%;
    max-height: 100%;
    z-index: 10;
    overflow: auto;
    padding: 40px;
    transform: translateY(-50%);
    transition: 0s;
    pointer-events: none;
    display: none;
}

.modal_item {
    max-width: 100%;
    width: 1200px;
    border-radius: 20px;
    overflow: hidden;
    margin: 40px 0px;
    margin-bottom: 80px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    transition: 0s;
    pointer-events: all;
    display: none;
}

.modal_item_header {
    background: #aaa;
    padding: 40px;
    position: relative;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 37px;
}

.modal_item_header img {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.modal_item_header_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.modal_item_header_close:before, .modal_item_header_close:after {
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal_item_header_close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_item_content {
    padding: 40px;
    background: rgba(240, 240, 240, 0.5);
    backdrop-filter: blur(20px);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: stretch;
}

.img-flow img{
    max-width: 400px;
}

.modal_item_content.center {
    justify-content: center;
}

.modal_item_content_item {
    min-height: 190px;
    background: #fff;
    border-radius: 30px;
    flex-grow: 1;
    flex: 0 0 calc(25% - 15px);
    position: relative;
    padding:24px;
    padding-bottom:48px;
    font-size: 18px;
}

.modal_item_content_item.big {
    flex: 0 0 calc(75% - 15px);
}

.modal_item_content_item.medium {
    flex: 0 0 calc(50% - 15px);
}

.modal_item_content_item:before {
    content:'';
    left:24px;
    bottom:24px;
    position: absolute;
    width:100px;
    height:3px;
    background:#FF8200;
}

@media(max-width:1199px){
    .modal_item_content_item {
        flex: 0 0 calc(33.33% - 13.33px);
    }

    .modal_item_content_item.big {
        flex: 0 0 100%;
    }
    
    .modal_item_content_item.medium {
        flex: 0 0 100%;
    }
}

@media(max-width:991px){
    .modal_item_content_item {
        flex: 0 0 calc(50% - 10px);
    }
}

@media(max-width:767px){
    .modal{
        padding:10px;
    }
    .modal_item_content_item {
        flex: 0 0 100%;
        min-height: 0px;
    }
    .modal_item_header{
        padding:24px;
        padding-right:100px;
    }
    .modal_item_content{
        padding:24px;
        justify-content: flex-start;
    }
}

.opacity-text {
    opacity: 0.5;
}

.opacity-image {
    opacity: 0.2;
}

.opacity-mobile {
    opacity: 0.4;
}

.opacity-text b , .opacity-mobile b{
    font-size: 13px;
}

/* ========================================
   MODAL V2 - Design Figma (Group 370)
   Componente alternativo de modal
   ======================================== */

/* Overlay V2 (reutiliza o overlay existente ou usa o próprio) */
.overlay-v2 {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 100;
    display: none;
}

.overlay-v2.is-active {
    display: block;
}

/* Container do modal V2 */
.modal-v2 {
    position: fixed;
    inset: 0;
    z-index: 101;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    overflow-y: auto;
}

.modal-v2.is-active {
    display: flex;
}

/* Card principal */
.modal-v2__card {
    position: relative;
    width: 100%;
    max-width: 1196px;
    min-height: 480px;
    background: #F7F9FE;
    border-radius: 15px;
    box-shadow: 15px 15px 100px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: row;
    overflow: hidden;
    animation: modalV2FadeIn 0.35s ease-out;
}

@keyframes modalV2FadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Botão fechar */
.modal-v2__close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.modal-v2__close:hover {
    background-color: rgba(51, 70, 108, 0.1);
}

.modal-v2__close::before,
.modal-v2__close::after {
    content: '';
    position: absolute;
    width: 19px;
    height: 5px;
    background-color: #949fb4;
    border-radius: 1px;
}

.modal-v2__close::before {
    transform: rotate(45deg);
}

.modal-v2__close::after {
    transform: rotate(-45deg);
}

.modal-v2__close:hover::before,
.modal-v2__close:hover::after {
    background-color: rgba(51, 70, 108);
}

/* Coluna esquerda - Conteúdo de texto */
.modal-v2__content {
    flex: 0 0 41%;
    max-width: 41%;
    padding: 96px 40px 48px 98px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
}

/* Título */
.modal-v2__title {
    font-family: 'Public Sans', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 42px;
    color: #2AC4AA;
    margin: 0 0 24px 0;
}

/* Descrição */
.modal-v2__description {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #334668;
    margin: 0 0 20px 0;
    max-width: 340px;
}

/* Texto em destaque (bold) */
.modal-v2__highlight {
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #334668;
    margin: 0 0 24px 0;
    max-width: 340px;
}

/* Badge IA (SARA) */
.modal-v2__ai-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.modal-v2__ai-badge img {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    object-fit: contain;
    z-index: 1;
}

.modal-v2__ai-badge-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    background-color: #2AC4AA;
    border-radius: 10px;
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    white-space: nowrap;
    margin-left: -30px;
    @media screen and (max-width: 600px) {
        margin-left: -20px;
    }
}

/* Coluna direita - Mídia + CTA */
.modal-v2__media-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 96px 60px 48px 0;
    gap: 24px;
    justify-content: flex-start;
}

/* Área de mídia */
.modal-v2__media {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 608 / 306;
    background-color: #E8ECF4;
    cursor: pointer;
}

/* Opção 1: Imagem estática ou GIF */
.modal-v2__media img.modal-v2__media-img,
.modal-v2__media img.modal-v2__media-gif {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

/* Opção 2: Thumbnail de vídeo */
.modal-v2__media-thumbnail {
    width: 150%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
    filter: blur(10px);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.modal-v2__media:hover .modal-v2__play-btn {
    /* filter: blur(2px); */
    transform: translate(-50%, -50%) scale(1.08);
}

/* Opção 3: Iframe (vídeo embed) */
.modal-v2__media iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
    display: block;
}

/* Opção 4: Iframe com thumbnail (data-iframe-src)
   Quando ativo, esconde thumbnail e play, mostra iframe */
.modal-v2__media--iframe-active .modal-v2__media-thumbnail,
.modal-v2__media--iframe-active .modal-v2__play-btn {
    display: none;
}

.modal-v2__media--iframe-active iframe {
    animation: modalV2IframeFadeIn 0.4s ease-out;
}

@keyframes modalV2IframeFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Botão Play (overlay na mídia) */
.modal-v2__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    /* border: 2px solid #fff;
    background-color: rgba(18, 247, 209, 0.45); */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    
    z-index: 2;
}

/* .modal-v2__play-btn:hover {
    background-color: rgba(18, 247, 209, 0.7);
    transform: translate(-50%, -50%) scale(1.08);
} */

.modal-v2__play-btn svg {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

/* Iframe lightbox (para quando clica no play e abre vídeo) */
.modal-v2__video-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.85);
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.modal-v2__video-lightbox.is-active {
    display: flex;
}

.modal-v2__video-lightbox iframe {
    width: 100%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    border: none;
    border-radius: 12px;
}

.modal-v2__video-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-v2__video-lightbox-close::before,
.modal-v2__video-lightbox-close::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
}

.modal-v2__video-lightbox-close::before { transform: rotate(45deg); }
.modal-v2__video-lightbox-close::after { transform: rotate(-45deg); }

/* GIF clicável (cursor pointer) */
.modal-v2__media-gif--clickable {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.modal-v2__media-gif--clickable:hover {
    opacity: 0.9;
}

/* GIF lightbox (para quando clica no GIF e abre em fullscreen) */
.modal-v2__gif-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.modal-v2__gif-lightbox.is-active {
    display: flex;
}

.modal-v2__gif-lightbox img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.modal-v2__gif-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 201;
}

.modal-v2__gif-lightbox-close::before,
.modal-v2__gif-lightbox-close::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
}

.modal-v2__gif-lightbox-close::before { transform: rotate(45deg); }
.modal-v2__gif-lightbox-close::after { transform: rotate(-45deg); }

/* ========================================
   WebM/Vídeo nativo (funciona como GIF via <video>)
   ======================================== */
.modal-v2__media-webm-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.modal-v2__media-webm {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
    pointer-events: none;
    object-fit: cover;
    display: block;
}

.modal-v2__media-webm-overlay {
    position: absolute;
    inset: 0;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s ease;
}

.modal-v2__media-webm-overlay:hover {
    background: rgba(0, 0, 0, 0.05);
}

/* WebM lightbox (fullscreen ao clicar) */
.modal-v2__webm-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.modal-v2__webm-lightbox.is-active {
    display: flex;
}

.modal-v2__webm-lightbox video {
    width: 90%;
    max-width: 1200px;
    max-height: 80vh;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    background: #000;
}

.modal-v2__webm-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 201;
}

.modal-v2__webm-lightbox-close::before,
.modal-v2__webm-lightbox-close::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
}

.modal-v2__webm-lightbox-close::before { transform: rotate(45deg); }
.modal-v2__webm-lightbox-close::after { transform: rotate(-45deg); }

/* Botão CTA */
.modal-v2__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 273px;
    max-width: 320px;
    height: 60px;
    padding: 0 40px;
    background-color: #EF8833;
    border: none;
    border-radius: 10px;
    font-family: 'Public Sans', sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.15s ease;
    align-self: flex-start;
}

.modal-v2__cta:hover {
    background-color: #d97525;
    transform: translateY(-2px);
}

.modal-v2__cta:active {
    transform: translateY(0);
}

/* ========================================
   MODAL V2 - RESPONSIVO
   ======================================== */

/* Tablets */
@media (max-width: 1024px) {
    .modal-v2__card {
        max-width: 700px;
        flex-direction: column;
        min-height: auto;
    }

    .modal-v2__content {
        flex: none;
        max-width: 100%;
        padding: 60px 32px 24px 32px;
    }

    .modal-v2__title {
        font-size: 28px;
        line-height: 34px;
    }

    .modal-v2__description,
    .modal-v2__highlight {
        max-width: 100%;
    }

    .modal-v2__media-col {
        flex: none;
        padding: 0 32px 32px 32px;
    }

    .modal-v2__cta {
        align-self: stretch;
        max-width: 100%;
        text-align: center;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .modal-v2 {
        padding: 12px;
        align-items: flex-start;
    }

    .modal-v2__card {
        flex-direction: column;
        border-radius: 12px;
        min-height: auto;
    }

    .modal-v2__close {
        top: 12px;
        right: 12px;
        width: 28px;
        height: 28px;
    }

    .modal-v2__close::before,
    .modal-v2__close::after {
        width: 14px;
    }

    .modal-v2__content {
        padding: 48px 20px 16px 20px;
        gap: 0;
    }

    .modal-v2__title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .modal-v2__description {
        font-size: 14px;
        line-height: 24px;
        max-width: 100%;
        margin-bottom: 12px;
    }

    .modal-v2__highlight {
        font-size: 14px;
        line-height: 24px;
        max-width: 100%;
        margin-bottom: 16px;
    }

    .modal-v2__ai-badge {
        flex-wrap: wrap;
        gap: 8px;
    }

    .modal-v2__ai-badge img {
        width: 40px;
        height: 40px;
    }

    .modal-v2__ai-badge-label {
        font-size: 12px;
        padding: 6px 14px;
    }

    .modal-v2__media-col {
        padding: 0 20px 20px 20px;
        gap: 16px;
    }

    .modal-v2__media {
        aspect-ratio: 16 / 10;
    }

    .modal-v2__play-btn {
        width: 70px;
        height: 70px;
    }


    .modal-v2__cta {
        min-width: unset;
        width: 100%;
        max-width: 100%;
        height: 50px;
        font-size: 16px;
        border-radius: 8px;
    }

    .modal-v2__video-lightbox {
        padding: 16px;
    }
}

/* ========================================
   BOTÃO WHATSAPP FLUTUANTE
   ======================================== */
.btn-whatsapp-float {
    position: fixed;
    right: 5%;
    bottom: calc(12% + 40px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 44px;
    padding: 0 52px 0 12px;
    border: none;
    border-radius: 22px;
    background-color: #25D366;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-whatsapp-float:hover {
    background-color: #1ebe5d;
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5);
}

.btn-whatsapp-float__icon {
    position: absolute;
    top: -2px;
    right: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
}

.btn-whatsapp-float__icon svg {
    width: 24px;
    height: 24px;
    fill: #25D366;
    animation: whatsapp-shake 8s ease-in-out infinite;
}

@keyframes whatsapp-shake {
    0%, 100% { transform: rotate(0deg); }
    2% { transform: rotate(8deg); }
    4% { transform: rotate(-8deg); }
    6% { transform: rotate(6deg); }
    8% { transform: rotate(-6deg); }
    10% { transform: rotate(0deg); }
}

/* ========================================
   OVERLAY
   ======================================== */
.whatsapp-overlay {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.whatsapp-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

/* ========================================
   POPUP
   ======================================== */
.whatsapp-popup {
    position: fixed;
    right: 5%;
    bottom: calc(12% + 140px);
    z-index: 9999;
    width: 400px;
    max-width: calc(100vw - 40px);
    max-height: 70vh;
    overflow: hidden;
    border-radius: 12px;
    background-color: #ECE5DD;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

@media screen and (max-width: 1499px) {
    .whatsapp-popup {
        right: 40px;
        bottom: calc(12% + 110px);
    }
}

@media screen and (max-width: 1199px) {
    .whatsapp-popup {
        right: 40px;
        bottom: 780px;
    }
}

@media screen and (max-width: 991px) {
    .whatsapp-popup {
        right: 12px;
        bottom: 90px;
    }
}

.whatsapp-popup.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.whatsapp-popup__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    background-color: #075E54;
    color: #fff;
}

.whatsapp-popup__header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.whatsapp-popup__close {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 6px;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.whatsapp-popup__close:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.whatsapp-popup__body {
    padding: 20px;
    max-height: calc(70vh - 80px);
    overflow-y: auto;
}

/* ========================================
   RESPONSIVO
   ======================================== */
@media screen and (max-width: 1499px) {
    .btn-whatsapp-float {
        right: 40px;
        bottom: calc(12% + 40px);
    }
}

@media screen and (max-width: 1399px) {
    .btn-whatsapp-float {
        right: 40px;
        bottom: calc(12% + 40px);
    }
}

@media screen and (max-width: 1199px) {
    .btn-whatsapp-float {
        right: 40px;
        bottom: 720px;
    }
}

@media screen and (max-width: 991px) {
    .btn-whatsapp-float {
        position: fixed;
        right: 12px;
        bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .btn-whatsapp-float {
        right: 12px;
        bottom: 20px;
        width: auto;
        padding: 0;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        font-size: 0;
    }
    
    .btn-whatsapp-float__icon {
        position: static;
        width: 100%;
        height: 100%;
        background: transparent;
    }
    
    .btn-whatsapp-float__icon svg {
        width: 28px;
        height: 28px;
        fill: #fff;
    }
    
    .whatsapp-popup {
        right: 12px;
        bottom: 88px;
        width: calc(100vw - 24px);
        max-height: 80vh;
    }
    
    .whatsapp-popup__body {
        max-height: calc(80vh - 80px);
    }
}