/* ============================================= */
/* 0. FUNDAÇÃO E VARIÁVEIS GLOBAIS               */
/* ============================================= */
:root {
    /* Cores Principais */
    --color-black: #000000;
    --color-white: #ffffff;
    --color-primary-green: #00ED7B;
    --color-primary-red: #FF0000;
    
    /* Universo Narrado Palette */
    --un-blue: #172B85;
    --un-green: #79ef91;
    
    --un-green-hover: #00C76B;
    --un-green-dark: #068aa4;
    --un-green-bg-light: #e2fbff;



    --un-box-bg: #F9FAFB;
    --un-box-border: #EAECF0;



    --un-dark: #0A1218;
    --un-white: #ffffff;
    --un-text: #000000;
    --un-bg-light: #F7F8FF;
    
    /* Gradientes */
    --color-gradient: linear-gradient(90deg, #FD3A3A 0%, #F6D94F 100%);
    --active-gradient: radial-gradient(circle at 70% 30%, rgba(0, 237, 123, 0.15), transparent 40%);
    
    /* Tipografia */
    --font-main: 'Museo', sans-serif;
    --fw-light: 300;
    --fw-regular: 400;
    --fw-bold: 900;

    /* Masonry Grid Vars */
    --un-radius: 22px;
    --un-grid-row: 14px;
    --un-grid-gap: 14px;
    --un-border: rgba(20, 40, 70, .12);
    --un-shadow-soft: 0 10px 30px rgba(14, 20, 30, 0.1);
}

/* Fontes */
@font-face {
    font-family: 'Museo';
    src: url('/produtos/_comum/fontes/Museo500-Regular.woff2') format('woff2');
    font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Museo';
    src: url('/produtos/_comum/fontes/Museo900-Regular.woff2') format('woff2');
    font-weight: 900; font-style: normal; font-display: swap;
}

/* Reset Básico */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: var(--font-main);
    color: var(--color-black);
    line-height: 1.6;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }

/* ============================================= */
/* 1. COMPONENTES UTILITÁRIOS                    */
/* ============================================= */
.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}
.container--small { max-width: 800px; }

/* Textos e Títulos */
.section__title {
    font-size: 2.5rem;
    font-weight: var(--un-blue);
    text-align: center;
    line-height: 1.2;
    margin-bottom: 2.5rem;
}

.text-gradient {
    background: var(--color-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-red-dark {
    background: linear-gradient(90deg, #782222 0%, #db3b3b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section--dark {
    background-color: #050505;
    color: #ffffff;
}

.bold-900 { font-weight: var(--fw-bold); }

/* Badges e Pills */
.badge-pill {
    display: inline-block;
    padding: 4px 15px;
    border-radius: 99px;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin: auto;
    margin-bottom: 20px;

}
.badge-pill.blue { background-color: #cef0f5; color: #02839a; }
.badge-pill.blue-light { background-color: #E8E4FF; color: #172B85; font-weight: 700; }

/* Botões CTA */
.btn-cta {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--un-green);
    color: #000;
    font-weight: 900;
    padding: 16px 32px;
    border-radius: 4px;
    transition: transform 0.3s ease;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    border: none;
}
.btn-cta:hover { transform: scale(1.05); }

.cta-main-offer {
    width: 90%;
    padding: 25px;
}

.cta-button {
    display: inline-block;
    font-weight: var(--fw-bold);
    text-align: center;
    padding: 16px 40px;
    border-radius: 4px;
    transition: transform 0.3s ease;
}
.cta-button--primary {
    background-color: var(--color-primary-green);
    color: #000;
}
.cta-button--secondary {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
}


.btn-glow {
    background: radial-gradient(165.91% 647.63% at 45.92% -308.33%, #00ED7B 0%, #00C76B 100%);
    position: relative;
    overflow: hidden;
}

.btn-gradiente {
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(135deg, var(--un-green) 0%, #0a4a08 100%); */
    background: linear-gradient(135deg, #20e8b3 0%, #09bc92 100%);
    color: #000;
}
.btn-gradiente::before {
    content: "";
    position: absolute;
    top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-30deg);
    animation: brilho 3.5s linear infinite;
}
@keyframes brilho { 0% { left: -100%; } 100% { left: 200%; } }

.center-cta-box {
    text-align: center;
    margin-top: 40px;
}

.trust-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.trust-badge-small { height: 18px; opacity: 0.8; }
.trust-badge { margin-top: 5px; }


/* ============================================= */
/* 2. HEADER - FAIXA DE URGÊNCIA (NOVA)          */
/* ============================================= */
.urgency-bar-top {
    left: 0; width: 100%; height: 55px;
    background-color: var(--un-green-dark);
    z-index: 9999;
    overflow: hidden;
    display: flex; align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.urgency-scrolling-content {
    display: flex; white-space: nowrap; will-change: transform;
    animation: scrollUrgency 40s linear infinite;
}

.urgency-scrolling-content span {
    color: #fff;
    font-family: var(--font-main);
    font-weight: 900; font-size: 0.85rem;
    letter-spacing: 2px; text-transform: uppercase;
    padding-right: 2rem;
}
@keyframes scrollUrgency { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================= */
/* 3. HERO SECTION (AJUSTES)                     */
/* ============================================= */
.hero-expert { display:flex; justify-content:flex-end; }
.expert-photo { width: 100%; max-width: 520px; height: auto; border-radius: 18px; object-fit: cover; }

@media (max-width: 992px){
  .hero-grid { margin-top: 50px; grid-template-columns: 1fr; gap: 28px; }
  .hero-expert { justify-content:center; }
  .expert-photo { max-width: 420px; }
}

/* ============================================= */
/* 4. SEÇÃO PROVA SOCIAL (CARROSSEL)             */
/* ============================================= */
.social-proof-section {
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(180deg, #0bf1d1, transparent); /* Degradê fundo */
}

.social-proof-subtitle {
    margin: 14px auto 0;
    max-width: 720px;
    color: #000;
    font-size: 16px;
    line-height: 1.55;
    opacity: 0.8;
}

.swiper-container-wrapper { position: relative; width: 100%; margin-top: 2rem; }
.social-proof-slider { width: 100%; height: 560px; padding: 2rem 0; }
.swiper-wrapper { align-items: center; }

.swiper-slide {
    width: 260px !important; 
    height: auto !important;
    max-height: 510px;
    display: flex; justify-content: center; align-items: center;
    opacity: 0.5; transform: scale(0.85);
    transition: 0.3s;
}
.swiper-slide-next, .swiper-slide-prev { opacity: 0.7; transform: scale(0.9); }
.swiper-slide-active { opacity: 1; transform: scale(1.05); z-index: 1; }
.swiper-slide img {
    display: block; width: 100%; height: 100%; object-fit: cover;
    border-radius: 16px; border: 3px solid transparent;
    transition: border-color 0.4s ease;
}
.swiper-slide-active img { border-color: var(--color-primary-green); }

.swiper-button-next, .swiper-button-prev {
    color: var(--color-primary-green);
    top: 50%; transform: translateY(-50%);
    --swiper-navigation-size: 30px;
}

@media (max-width: 767px) {
    .social-proof-slider { height: 500px; }
    .swiper-slide { width: 300px; }
    .swiper-button-next, .swiper-button-prev { display: none; }
}

/* ============================================= */
/* 5. FEATURES V3 (HUB INTERATIVO)               */
/* ============================================= */
.features-v3-section { background-color: #FFFFFF; padding: 80px 0; color: #000; }
.section-header { text-align: center; margin-bottom: 40px; }
.section-title.dark { color: #000; }
.section-subtitle-text { font-size: 1.5rem; color: #555; max-width: 900px; margin: 0 auto 20px; line-height: 1.6; }

.ecosystem-mockup { max-width: 800px; margin: 0 auto 4rem; padding: 0 20px; }

/* Headline Group Hierarquia */
.headline-group { text-align: center; margin-bottom: 2.5rem; }
.headline-group__intro { font-size: 1.75rem; font-weight: 300; opacity: 0.8;     text-align: center; margin-top: 4rem; margin-bottom: 0.5rem; }
.headline-group__main { font-size: 2.5rem; font-weight: 900; line-height: 110%; color: #000; }

.features-v3-section__subtitle { text-align: center; max-width: 800px; margin: 0 auto 4rem; color: #444; }

/* Acordeão e Abas */
.features-v3-accordion-group { display: flex; flex-direction: column; gap: 1rem; }
.features-v3-tab {
    display: flex; align-items: center; gap: 1rem; padding: 1rem;
    border: 1px solid #EAECF0; border-radius: 12px;
    cursor: pointer; background: #F9FAFB; color: #000;
    transition: all 0.3s;
}
.features-v3-tab:hover { background: var(--un-green-bg-light); border-color: var(--un-green-dark); }
.features-v3-tab.active { background: var(--un-green-bg-light); border-color: var(--un-green-dark); }

.tab-number {
    display: flex; align-items: center; justify-content: center;
    width: 32px; height: 32px; border-radius: 50%;
    border: 1px solid #D0D5DD; font-weight: 700;
}
.features-v3-tab.active .tab-number { background: var(--un-green-dark); color: #fff; border-color: var(--un-green-dark); }
.features-v3-tab.active .tab-title { font-weight: 900; color: var(--un-green-dark); }

.features-v3-panel {
    /*
    max-height: 0; overflow: hidden; padding: 0 1rem;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    */

      max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out, padding 0.4s ease;

}
.features-v3-panel.active { 
    /*max-height: 2000px; padding: 1.5rem 1rem 0;  */

        max-height: 3000px; /* Um valor alto o suficiente */
    opacity: 1;

}
.features-v3-panel h3 { font-size: 1.5rem; font-weight: 900; margin-bottom: 1rem; color: #000; }
.features-v3-panel p { color: #444; /* margin-bottom: 1.5rem;*/ }

/* Desktop View (Lado a Lado) */
@media (min-width: 992px) {
    .features-v3-interactive-wrapper { display: grid; grid-template-columns: 35% 1fr; gap: 2rem; align-items: flex-start; }
    .features-v3-accordion-group { gap: 1rem; }
    .features-v3-accordion-item .features-v3-panel { display: none !important; } /* Esconde painel no acordeão */
    
    .features-v3-content-wrapper-desktop {
        display: block; position: relative; border-radius: 12px;
        overflow: hidden; background-color: var(--un-green-bg-light);
        border: 1px solid rgba(0,0,0,0.05); min-height: 500px;
    }
    .features-v3-content-desktop { padding: 1rem; position: relative; z-index: 1; }
    .features-v3-content-desktop .features-v3-panel { display: block; padding: 2rem; max-height: none; }
}
@media (max-width: 991px) {
    .features-v3-content-wrapper-desktop { display: none; }
    .headline-group__main { font-size: 2rem; }
}

/* ============================================= */
/* 6. CONTEÚDO DAS ABAS (ESTILOS INTERNOS)       */
/* ============================================= */
.video-container-ajuste { width: 100%; border-radius: 12px; overflow: hidden; margin-bottom: 20px; }
.video-container-ajuste video { width: 100%; display: block; }

/* GPQ Diff & Material */
.gpq-diff-hero { margin-bottom: 20px; }
.gpq-diff-eyebrow { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; opacity: .6; color: #000; }
.gpq-diff-hero h3 { font-size: 26px; line-height: 1.2; font-weight: 800; color: #000; }
.gpq-diff-hero span { color: #068aa4; }

.un-material__wrap { text-align: left; }
.un-material__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.un-material__chip { padding: 8px 12px; border-radius: 999px; background: rgba(15,23,42,.04); font-size: 12px; font-weight: 800; color: #333; }

/* Legend Grid (GPQ) */
.gpq-legend-grid { display: grid; gap: 10px; margin-top: 20px; }
.gpq-legend-item { display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding: 10px; background: rgba(15,23,42,.03); border-radius: 14px; }
.gpq-badge { width: 36px; height: 36px; background: #068aa4; color: #fff; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.gpq-legend-text strong { display: block; font-size: 13px; color: #000; }
.gpq-legend-text p { font-size: 12.5px; opacity: 0.85; margin: 0; }

/* Tabela Comparativa GPQ */
.gpq-compare { border: 1px solid rgba(0,0,0,0.1); border-radius: 16px; background: #fff; margin-top: 20px; overflow: hidden; }
.gpq-compare__row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(0,0,0,0.05); }
.gpq-compare__cell { padding: 12px; font-size: 14px; display: flex; gap: 10px; align-items: center; }
.gpq-compare__cell--head.is-left { background: rgba(239, 68, 68, .10); color: #7f1d1d; font-weight: 800; }
.gpq-compare__cell--head.is-right { background: rgba(34, 197, 94, .12); color: #14532d; font-weight: 800; }
.ico { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; font-size: 12px; }
.ico--ok { background: rgba(34, 197, 94, .18); color: green; }
.ico--minus { background: rgba(239, 68, 68, .14); color: red; }

/* Toolkit (GPQ Ferramentas) */
.gpq-toolkit-item { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 12px; border-radius: 16px; background: rgba(15, 23, 42, .02); margin-top: 20px; }
.gpq-toolkit-item.is-primary { background: linear-gradient(180deg, rgba(37, 99, 235, .08), rgba(255, 255, 255, .92)); border: 1px solid rgba(37,99,235,.2); }
.gpq-toolkit-badge { width: 44px; height: 44px; background: rgba(0,0,0,0.05); border-radius: 12px; display: grid; place-items: center; font-size: 20px; }
.gpq-check li { display: flex; gap: 8px; font-size: 13px; margin-bottom: 4px; }
.gpq-tick { color: green; font-weight: bold; }

/* ============================================= */
/* 7. SEÇÃO SUPORTE (PROFILE CARD)               */
/* ============================================= */
.support-profile-section {
    background: linear-gradient(360deg, #befff6 0%, #abfff3 50%, transparent 100%);
    padding-bottom: 100px; padding-top: 50px;
}
.profile-card-wrapper {
    background: #FFFFFF; border-radius: 24px;
    box-shadow: 0 20px 60px rgba(16, 28, 92, 0.08);
    display: flex; overflow: hidden; max-width: 1000px; margin: 0 auto;
        border: 1px solid #69ffeb;
}
.profile-image-col { flex: 1.2; position: relative; min-height: 400px; }
.profile-img { width: 100%; height: 100%; object-fit: cover; }
.status-badge {
    position: absolute; bottom: 20px; left: 20px;
    background: rgb(179 255 199 / 95%); padding: 8px 16px; border-radius: 50px;
    display: flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 700; color: #101c5c;
}
.status-dot { width: 10px; height: 10px; background-color: #00e676; border-radius: 50%; }
.pulse { animation: pulse-green 2s infinite; }
@keyframes pulse-green { 0% { box-shadow: 0 0 0 0 rgba(0,230,118,0.7); } 70% { box-shadow: 0 0 0 10px rgba(0,230,118,0); } }

.profile-stats-col { flex: 1; padding: 50px; display: flex; flex-direction: column; justify-content: center; color: #000; }
.stats-header h3 { font-size: 2rem; font-weight: 800; color: #101c5c; margin-bottom: 20px; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 30px; }
.stat-value { font-size: 2.5rem; font-weight: 900; color: #101c5c; line-height: 1; display: block; }
.text-green { color: #00e676; }
.stat-desc { font-size: 0.85rem; color: #555; }

.next-level-alert { background: rgba(0, 230, 118, 0.1); border: 1px solid rgba(0, 230, 118, 0.3); border-radius: 12px; padding: 15px; display: flex; align-items: center; gap: 15px; }
.alert-icon img { width: 40px; }
.alert-info { font-size: 0.9rem; color: #101c5c; }

@media (max-width: 992px) {
    .profile-card-wrapper { flex-direction: column; }
    .stats-grid { grid-template-columns: 1fr; }
}

/* ============================================= */
/* 8. SEÇÃO GPE (GUIA PERSONALIZADO)             */
/* ============================================= */
.gpe-final-section { padding: 60px 0; position: relative; overflow: hidden; }
.gpe-final-tag {
    display: inline-block; padding: 6px 12px; border-radius: 6px;
    background-color: rgba(0, 237, 123, 0.1); color: var(--color-primary-green);
    font-weight: 700; font-size: 1.2rem; margin-bottom: 1rem;
}




.gpe-final-tag.red { background-color: rgb(255 235 235); color: #cc3636; }
.gpe-final-tag.purple { background-color: rgb(255 255 255 / 60%); color: #4b3689; }

.gpe-final-tag.purple-dark { 
            margin-top: 2.5rem;  background: rgba(75, 54, 137, 0.1);
             color: var(--color-primary-green);
 }

.gpe-final-subtitle { text-align: center; font-size: 1.125rem; font-weight: 300; max-width: 800px; margin: 0 auto 4rem; opacity: 0.9; }

.gpe-final-mockup-wrapper { margin-bottom: 4rem; max-width: 800px; margin: auto; animation: flutuar 5s ease-in-out infinite; }
@keyframes flutuar { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

.gpe-img-desktop { width: 100%; display: none; }
.gpe-img-mobile-group { display: flex; flex-direction: column; gap: 1.5rem; }

.gpe-final-features-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 4rem; }
.gpe-final-features-grid li {
    display: flex; align-items: flex-start; gap: 1rem;
    
    /* background: rgba(255, 255, 255, 0.05); */ 
     padding: 1.5rem;
    
    background: rgb(226 251 255);

    border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.1);
}
.gpe-final-features-grid strong { display: block; margin-bottom: 5px; }


.highlight-text {
    color: #172B85;
    font-weight: 900;
    /* background: linear-gradient(90deg, #172B85 0%, #3655D6 100%); */
        background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.gpq-diff-footer p {
    margin: auto !important;
    margin-top: 50px;
}


.gpq-feature-box{
    /* background: linear-gradient(145deg, #ffffff 0%, #ffffff 100%); */
    background: rgba(15, 23, 42, .03);
    /* border: 1px solid #DBEAFE; */
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}


.gpq-diff-footer p {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.6;
}


/* ============================================= */
/* GRID MÉTODO (Layout Vertical / Empilhado)     */
/* ============================================= */

/* Container do Grid */
.gpq-method-grid {
    display: grid;
    /* Desktop: 3 colunas iguais */
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px; /* Mais respiro entre os blocos */
    margin-bottom: 40px;
    margin-top: 20px;
}

/* Card Individual */
.gpq-method-card {
    /* Removemos bordas e fundos pesados para ficar "Clean" */
    background: transparent; 
    border-radius: 16px;
    padding: 0 10px; /* Padding lateral leve */
    
    /* Layout Vertical */
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza horizontalmente */
    text-align: center;  /* Centraliza o texto */
    gap: 15px; /* Espaço entre ícone e título */
}

/* Ícone */
.method-icon {
    width: 56px; 
    height: 56px;
    background: rgba(88, 255, 146, 0.15); /* Fundo suave da cor da marca */
    color: #044c1e; /* Cor do ícone forte */
    border-radius: 16px; /* Mais arredondado */
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px; /* Espaço extra */
    
    transition: transform 0.3s ease;
}

/* Efeito sutil ao passar o mouse */
.gpq-method-card:hover .method-icon {
    transform: scale(1.1);
    background: #58ff92; /* Fica sólido no hover */
}

/* Título */
.method-content strong {
    display: block;
    font-size: 1.25rem; /* Título maior */
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.1;
}

/* Texto */
.method-content p {
    margin: 0;
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.5;
    max-width: 280px; /* Evita que o texto fique muito "tripa" */
}

/* --- RESPONSIVIDADE --- */

@media (max-width: 768px) {
    .gpq-method-grid {
        grid-template-columns: 1fr; /* Vira uma coluna só */
        gap: 40px; /* Bastante espaço entre os itens no mobile */
    }
    
    .gpq-method-card {
        padding: 0 20px; /* Margem de segurança lateral */
    }
    
    .method-content p {
        max-width: 100%; /* No mobile pode usar a largura toda */
    }
}


.gpq-checklist-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.gpq-checklist-grid li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: #334155;
    font-weight: 500;
}

.check-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #58ff92;
    color: #044c1e;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 900;
    flex-shrink: 0;
}


@media (min-width: 768px) {
    .gpe-final-features-grid { grid-template-columns: 1fr 1fr ; } 
    .gpe-img-desktop { display: block; }
    .gpe-img-mobile-group { display: none; }
}





/* ============================================= */
/* SEÇÃO DE AUTORIDADE (PREMIUM BADGES)          */
/* ============================================= */

.un-authority-section {
    padding: 0px 0px 60px;
    text-align: center;
    position: relative;
}

/* O Separador Radial (Efeito de luz chique) */
.un-authority-separator {
    height: 1px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px auto;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
}


/* O Grid Flexível */
.un-badges-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px; /* Espaço generoso entre logos */
    flex-wrap: wrap;
    margin-top: 20px;
}

/* Os Logos */
.un-badge-item img {
    height: 55px; /* Altura padronizada */
    width: auto;
    object-fit: contain;
    
    /* O Efeito Premium: */
    filter: grayscale(100%); /* Preto e branco */
    opacity: 0.5; /* Meio apagado */
    transition: all 0.3s ease;
    cursor: default;
}

/* Hover: Traz a cor e o brilho de volta */
.un-badge-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05); /* Leve zoom */
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 600px) {
    .un-badges-grid {
        gap: 30px; /* Menos espaço no mobile */
        justify-content: center;
    }
    
    .un-badge-item {
        /* No mobile, força 2 por linha para ficar organizado */
        width: 40%; 
        display: flex;
        justify-content: center;
    }

    .un-badge-item img {
        height: 45px; /* Logos um pouco menores */
    }
}


/* ============================================= */
/* 9. DEPOIMENTOS (MASONRY DE PRINTS)            */
/* ============================================= */
.reviews-general-section { padding: 80px 0; background: #fff; color: #000; }
.expandable-gallery { position: relative; overflow: hidden; border-radius: 22px; transition: max-height .45s ease; }
.expandable-gallery.collapsed { max-height: 720px; }
.expandable-gallery.expanded { max-height: none; }
.gallery-panel {
    /* background: var(--un-box-bg); */
     border: 1px solid var(--un-box-border); padding: 18px; border-radius: 22px; }

.ig-masonry { column-count: 3; column-gap: 18px; }
.ig-card { break-inside: avoid; margin-bottom: 18px; background: #fff; border-radius: 18px; padding: 10px; 
   /* box-shadow: 0 10px 22px rgba(15,23,42,.06); */
 }
.ig-card img { width: 100%; border-radius: 12px; }

.gallery-fade {
    position: absolute; left: 0; right: 0; bottom: 0; height: 170px;
    background: linear-gradient(to bottom, rgba(246, 248, 252, 0), rgba(246, 248, 252, 1));
    pointer-events: none;
}
.expandable-gallery.expanded .gallery-fade { opacity: 0; }

@media (max-width: 992px) { .ig-masonry { column-count: 2; } }
@media (max-width: 600px) { .ig-masonry { column-count: 1; } }


/* ============================================= */
/* 10. GPQ BÔNUS & UNI                           */
/* ============================================= */
.gpq-bonus-section { 
  padding: 0px 0 60px;; position: relative; overflow: hidden;
  background: linear-gradient(180deg, #ded3ff 20%, transparent 40%, transparent); 
}
.marquee-wrapper { overflow: hidden; white-space: nowrap; padding: 10px 0; }
.marquee-track { display: inline-block; animation: scrollUrgency 30s linear infinite; }
.marquee-track span { margin: 0 20px; font-weight: 700; font-size: 1.1rem; }

.uni-showcase-wrapper { position: relative;
   max-width: 800px; margin: 40px auto; text-align: center;
 }
.uni-robot { width: 250px; margin-bottom: -30px; position: relative; z-index: 2; animation: flutuar 6s infinite; }

/* ============================================= */
/* 11. GOOGLE REVIEWS (MASONRY JS)               */
/* ============================================= */
.un-proof-masonry { padding-bottom: 70px; background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%); }
.un-proof-logo-wrap { display: flex; justify-content: center; margin-bottom: 24px; 
max-width: 800px;
        margin: auto;
        margin-bottom: 60px;
}
.un-masonry-wrap { position: relative; overflow: hidden; max-height: 560px; transition: max-height .6s; }
.un-masonry-wrap[data-collapsed="false"] { max-height: 5200px; }

.un-masonry { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: start; }
.un-masonry__card { background: #fff; border: 1px solid rgba(20,40,70,.12); border-radius: 22px; padding: 10px; box-shadow: 0 10px 30px rgba(14,20,30,0.1); }
.un-masonry__card.is-wide { grid-column: span 2; }
.un-masonry-fade { position: absolute; bottom: 0; left: 0; width: 100%; height: 180px; background: linear-gradient(to bottom, transparent, #fff); pointer-events: none; }
.un-masonry-actions { display: flex; justify-content: center; gap: 10px; margin-top: 40px; }

.un-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.un-btn {
    display: inline-flex; align-items: center; gap: 10px; padding: 12px 16px;
    border-radius: 999px; font-weight: 900; cursor: pointer; border: none;
}
.un-btn--soft { background: rgba(47, 100, 255, .12); color: var(--un-blue); }
.un-btn--ghost { background: #fff; border: 1px solid #ddd; color: #333; }

@media (max-width: 980px) { .un-masonry { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .un-masonry { grid-template-columns: 1fr; } .un-masonry__card.is-wide { grid-column: span 1; } }

/* ============================================= */
/* 12. OFERTA E PREÇOS                           */
/* ============================================= */
.un-marquee-offer { background: var(--un-green); overflow: hidden; }
.un-marquee-track { display: flex; animation: un-marquee-scroll 38s linear infinite; }
.un-marquee-content { display: flex; gap: 18px; padding: 18px 0; white-space: nowrap; font-weight: 700; color: #0f2a1f; }
@keyframes un-marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.offer-section { padding: 60px 0; background: #fff; color: #000;
background: linear-gradient(180deg, #bcffca 20%, transparent 40%, transparent);
}
.pricing-grid-two { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 40px; align-items: center; }

.pricing-card {
    background: var(--un-bg-light);
     border-radius: 20px; border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s;
}
.pricing-card:hover { transform: translateY(-5px); }

/* Card Destaque */

.pricing-card.featured {
    /*  
      background:var(--un-green-dark); color: #fff; transform: scale(1.05); 
    */
        border: var(--un-green-dark) solid 5px;
    /*
    box-shadow: 0 30px 60px rgba(23, 43, 133, 0.4);
    */
    background-color: var(--color-white);
}
.pricing-card.featured .card-header{
  background-color:   var(--un-green-dark);
  padding: 30px 20px 30px 30px;
}

.pricing-card .card-header {
  
    padding: 30px 20px 30px 30px;

}

.pricing-card.featured .card-logo { filter: brightness(0) invert(1);
margin: auto;
}
.pricing-card.featured .feature-list li { 
  color: var(--un-green-dark);
   border-bottom-color: var(--un-green-dark);;
   }

.card-header { text-align: center; margin-bottom: 20px; 
   /* height: 80px; display: flex; align-items: center; justify-content: center;  */
  }
.card-logo { max-width: 200px; }

.pricing-card .card-features{
 padding: 0px 20px;
}

.feature-gpq{
  background-color: #000;     background-color: #dfd4ff;
                        padding: 0.75rem 1rem;
                        border-radius: 8px;
                        font-weight: 500;  margin-bottom: 20px;
}

.card-price { text-align: center; margin-bottom: 30px; }
.old-price { font-size: 0.9rem; text-decoration: line-through; color: #777; }
.pricing-card.featured .old-price { color: #aaa; }

.price-row { display: flex; justify-content: center; align-items: baseline; line-height: 1; margin-top: 10px; }
.value { font-size: 4rem; font-weight: 900; }
.currency { font-size: 1.2rem; margin-right: 5px; }

.feature-header { display: grid; grid-template-columns: 1fr 40px 40px; font-weight: 900; font-size: 0.85rem; padding-bottom: 10px; border-bottom: 1px solid #ddd; margin-bottom: 15px; }
.feature-list li { display: grid; grid-template-columns: 1fr 40px 40px; gap: 10px; padding: 10px 0; border-bottom: 1px solid #eee; font-size: 0.9rem; align-items: center; }
.feat-name img.icon { width: 16px; display: inline-block; margin-right: 8px; vertical-align: middle; }
.status { width: 20px; margin: 0 auto; }

.card-footer { text-align: center; margin-top: 20px; }
.payment-methods { height: 35px; margin: 15px auto 25px; opacity: 0.8; }

@media (max-width: 991px) {
    .pricing-grid-two { grid-template-columns: 1fr; max-width: 500px; margin: 40px auto; }
    .pricing-card.featured { transform: scale(1); order: -1; }
}






.feature-gpq{
  background: #dfd4ff;
  border: 1px solid rgba(5, 10, 31, .10);
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 20px;

  display: flex;
  align-items: center;
  gap: 14px;

  text-decoration: none;
  color: #050a1f;

  box-shadow: 0 10px 24px rgba(16, 28, 92, .08);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.feature-gpq:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(16, 28, 92, .12);
  border-color: rgba(5, 10, 31, .18);
}

.feature-gpq__icon{
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(255,255,255,.55);
  display: grid;
  place-items: center;
  flex: 0 0 52px;
}

.feature-gpq__icon img{
  width: 34px;
  height: 34px;
  display: block;
  filter: hue-rotate(45deg);
}

.feature-gpq__text{
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.feature-gpq__title{
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.05;
}

.feature-gpq__desc{
  font-weight: 500;
  opacity: .86;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feature-gpq__action{
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.feature-gpq__cta{
  font-weight: 900;
  font-size: 0.95rem;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(5, 10, 31, .12);
}

.feature-gpq__chev{
  font-size: 22px;
  opacity: .8;
  transform: translateY(-1px);
}

/* Mobile: quebra bonito */
@media (max-width: 520px){
  .feature-gpq{
    align-items: flex-start;
  }
  .feature-gpq__desc{
    white-space: normal;
  }
  .feature-gpq__action{
    margin-top: 6px;
  }
}


/* ============================================= */
/* 13. GARANTIAS E DEDICAÇÃO                     */
/* ============================================= */
.guarantee-un-section { padding: 60px 0; }
.guarantee-premium-wrapper {
    /* background: #e2ffee;  */
     border-radius: 24px; border: 1px solid #79ef91;
    display: flex; overflow: hidden; max-width: 1000px; margin: 0 auto;
}
.guarantee-side { padding: 3rem; flex: 1; }
.side-security { border-right: 1px solid rgba(255,255,255,0.1); 
  /* background: rgba(0, 195, 255, 0.03); */  
}
.side-merit { background: rgb(121 239 145 / 39%); }

.icon-badge { width: 60px; height: 60px; background: rgba(255,255,255,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 2rem; }
.guarantee-tag { font-size: 0.75rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; display: block; margin-bottom: 15px; }
.tag-cyan { color: #00C3FF; }
.tag-gold { color: #FFD700; }

.merit-timeline { margin-top: 20px; padding-left: 15px; border-left: 1px solid rgba(255,215,0,0.3); }
.timeline-step { display: flex; gap: 15px; margin-bottom: 15px; }
.step-marker { width: 24px; height: 24px; border: 1px solid #FFD700; border-radius: 50%; display: grid; place-items: center; font-size: 0.8rem; color: #FFD700; background: #000; }

.dedication-section-b {
    padding: 80px 0;
    background: linear-gradient(360deg, #fff3b2 0%, #fff3b2 50%, transparent 100%);
    color: #000; text-align: center;
}
.dedication-intro img { border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); margin: 0 auto; }
.story-row { display: flex; align-items: center; gap: 40px; margin-top: 60px; text-align: left; }
.story-row.reverse { flex-direction: row-reverse; }

.intro-image-wrapper{
  max-width: 800px;
  margin: auto;;
}

@media (max-width: 992px) {
    .guarantee-premium-wrapper { flex-direction: column; }
    .side-security { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .story-row { flex-direction: column; text-align: center; }
}

/* ============================================= */
/* 14. PROFESSORES E FAQ                         */
/* ============================================= */
.un-teachers-section { padding: 80px 0 0; background: #fff; color: #000; }
.un-teachers-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: center;
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}
.un-teacher-photo img { border-radius: 24px; }
.un-teacher-card { background: #f8fafc; padding: 20px; border-radius: 18px; margin-bottom: 15px; border: 1px solid #eee; }


.un-teacher-seals span {
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .05);
    color: rgba(15, 23, 42, .7);
}

.faq-section { padding: 80px 0;  }
.faq-wrapper { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 15px; }

.e-n-accordion-item { background: var(--un-box-bg); border: 1px solid  var(--un-box-border); border-radius: 12px; }
.e-n-accordion-item summary { padding: 20px; cursor: pointer; font-weight: 700; list-style: none; position: relative; }
.e-n-accordion-item summary::after { content: '+'; position: absolute; right: 20px; }

.e-n-accordion-item[open] { background: var(--un-green-bg-light); border: 1px solid  var(--un-green-dark); border-radius: 12px; }
.e-n-accordion-item[open] summary{
  color: var(--un-green-dark);
}


.e-n-accordion-item[open] .accordion-content { color: var(--color-black); }


.e-n-accordion-item[open] summary::after { content: '-'; }
.accordion-content { padding: 0 20px 20px; color: #ccc; }


.un-teacher-story p {
    margin-bottom: 30px;
    color: rgba(15, 23, 42, .8);
    line-height: 1.6;
}

@media (max-width: 992px) { .un-teachers-grid { grid-template-columns: 1fr; } }

/* ============================================= */
/* 15. FOOTER E FLUTUANTES                       */
/* ============================================= */
.footer { background-color: #031e37; padding: 40px 0; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; font-size: 0.9rem; color: rgba(255,255,255,0.6); }
.footer__main-logo { max-width: 150px; margin: 0 auto 20px; }

.whatsapp-float {
    position: fixed; bottom: 20px; right: 20px; width: 60px; height: 60px;
    background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3); z-index: 999;
}
.whatsapp-float img { width: 30px; }




/* ============================================= */
/* MODAL PREMIUM STYLES                          */
/* ============================================= */
.modal-overlay {
    display: none;
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 5, 16, 0.85); /* Fundo mais escuro/azulado */
    backdrop-filter: blur(5px); /* Efeito de vidro */
    z-index: 99999;
    align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.3s ease;
}
.modal-overlay.active { display: flex; opacity: 1; }

.modal-container {
    background: #0f172a; /* Azul bem escuro premium */
    border: 1px solid #1e293b;
    padding: 20px; /* Padding controlado internamente */
    border-radius: 20px;
    max-width: 480px; width: 90%;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transform: translateY(20px); transition: transform 0.3s ease;
}
.modal-overlay.active .modal-container { transform: translateY(0); }

/* Botão Fechar */
.modal-close {
    position: absolute; top: 15px; right: 20px;
    background: none; border: none; color: #64748b;
    font-size: 2rem; cursor: pointer; line-height: 1; z-index: 10;
    transition: color 0.2s;
}
.modal-close:hover { color: #fff; }

/* Barra de Progresso */
.modal-progress-bar {
    background: #1e293b; height: 6px; width: 100%;
}
.progress-fill {
    background: linear-gradient(90deg, #33d9a3, #00ffcc);
    height: 100%; width: 50%; /* 50% concluído */
    border-radius: 0 4px 4px 0;
}
.progress-text {
    display: flex; justify-content: space-between;
    padding: 10px 30px 0;
    font-size: 0.75rem; color: #94a3b8; font-weight: 600; text-transform: uppercase;
}
.progress-text span:first-child { color: #00ffcc; } /* Destaque passo atual */

/* Cabeçalho */
.modal-header { padding: 10px 30px 20px; text-align: center; }
.modal-header h3 { font-size: 1.6rem; color: #fff; margin-bottom: 8px; }
.modal-header p { font-size: 0.95rem; color: #94a3b8; line-height: 1.4; }

/* Formulário */
#form-modal-inscricao { padding: 0 30px 30px; }

.form-group { margin-bottom: 20px; position: relative; }
.form-group label {
    display: block; font-size: 0.9rem; color: #cbd5e1;
    margin-bottom: 8px; font-weight: 600;
}

.input-wrapper { position: relative; }

.input-dark {
    width: 100%;
    padding: 14px 16px;
    background: #1e293b;
    border: 2px solid transparent;
    color: #fff;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    outline: none;
}
.input-dark:focus {
    background: #0f172a;
    border-color: #33d9a3; /* Verde marca foco */
    box-shadow: 0 0 0 4px rgba(51, 217, 163, 0.1);
}
.input-dark::placeholder { color: #475569; }

/* Estados de Erro (CSS controlado pelo JS) */
.form-group.error .input-dark {
    border-color: #ef4444;
    background: #2a1515;
}
.error-msg {
    display: none;
    color: #ef4444;
    font-size: 0.8rem;
    margin-top: 6px;
    font-weight: 500;
}
.form-group.error .error-msg { display: block; animation: shake 0.4s ease-in-out; }

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* Botão Submit */
.modal-submit-btn {
    width: 100%;
    padding: 18px;
    border-radius: 12px;
    font-weight: 800; font-size: 1.1rem;
    border: none; cursor: pointer;
    background: linear-gradient(135deg, #33d9a3 0%, #00bc91 100%);
    color: #052e16;
    margin-top: 10px;
    box-shadow: 0 10px 20px rgba(51, 217, 163, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
}
.modal-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(51, 217, 163, 0.3);
}

/* Footer Seguro */
.modal-security-text {
    margin-top: 20px;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    font-size: 0.75rem; color: #64748b;
}
.modal-security-text img { height: 16px; opacity: 0.7; }


/* Animações Scroll */
.scroll-reveal { opacity: 0; transform: translateY(50px); transition: 1s ease; }
.scroll-reveal.visible { opacity: 1; transform: translateY(0); }
[data-animation="scroll-bottom"] { opacity: 0; transform: translateY(50px); transition: 0.6s ease; }
[data-animation].is-visible { opacity: 1; transform: translate(0); }

.pt-0{
  padding-top: 0px;
}



.btn-toggle-gallery {
    background: transparent;
    border: 2px solid #000;
    color: #000;
    padding: 12px 30px;
    font-weight: 900;
    font-size: 0.9rem;
    border-radius: 50px;
    margin: auto;
    text-align: center;;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    
    margin-top: 30px;;
}


a.cta-button.whatsapp {
    background: #28d366;
    border: 0px;
}

.pulse-gold {
    animation: pulse-gold 2s infinite;
}
@keyframes pulse-gold {
    0% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(255, 215, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0); }
}


/* ============================================= */
/* MELHORIA UX TOGGLE MOBILE (HTML + CSS)        */
/* ============================================= */

/* Configuração base da aba */
.features-v3-tab {
    position: relative;
    transition: all 0.3s ease;
    /* Garante que o span absoluto se posicione em relação à aba */
}

/* 1. O ÍCONE (Seta dentro de um círculo) - Mantido via CSS pois é decoração */
.features-v3-tab::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    /*
    background-color: white;
    border: 1px solid #ddd;
    */
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
}

/* Estado Ativo: Ícone verde e girado */
.features-v3-tab.active::after {
    background-color: var(--un-green-dark);
    border-color: var(--un-green-dark);
    transform: translateY(-50%) rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Esconde o texto de ajuda no Desktop (telas grandes) */
.tab-hint {
    display: none;
}

/* 2. ESTILOS APENAS PARA MOBILE */
@media (max-width: 991px) {
    
    .features-v3-tab {
        padding-right: 55px; /* Espaço para o ícone */
        padding-bottom: 28px; /* Espaço reservado para o texto embaixo */
        align-items: flex-start;
    }

    .tab-title {
        margin-top: 4px;
        line-height: 1.3;
    }

    /* Estilização do texto que agora está no HTML */
    .tab-hint {
        display: block; /* Mostra no mobile */
        position: absolute;
        bottom: 18px; /* Fixo na parte inferior da aba */
        left: 60px; /* Alinhado visualmente com o Título */
        
        font-size: 11px;
        font-weight: 200;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #94a3b8; /* Cinza */
        
        pointer-events: none; /* Não interfere no clique */
        opacity: 1;
        transition: opacity 0.2s ease;
    }

    /* Quando a aba estiver aberta (active), esconde o texto */
    .features-v3-tab.active .tab-hint {
        opacity: 0;
    }
}




/* Adicione ou atualize isso no seu CSS */

html {
    scroll-behavior: smooth;
}

/* Zona de respiro para quando o scroll parar */
#oferta, 
#garantia,
#faq,
#gpe,
#gpq-bonus,
#matricular { /* Adicionei matricular caso use esse ID */
    scroll-margin-top: 140px; /* Aumentei para 140px para dar mais segurança */
}

/* Ajuste para Mobile (telas menores geralmente tem headers menores) */
@media (max-width: 768px) {
    #oferta, 
    #garantia,
    #faq,
    #gpe,
    #gpq-bonus {
        scroll-margin-top: 100px;
    }
}




/* ============================================= */
/* AJUSTE MOBILE - CARD GPQ (Botão Abaixo)       */
/* ============================================= */
@media (max-width: 520px) {
  
  .featured .feature-gpq {
    display: grid;
    /* Define duas colunas: uma para o ícone (auto) e outra para o texto (resto) */
    grid-template-columns: auto 1fr; 
    gap: 12px;
    align-items: center; /* Alinha verticalmente ícone e texto */
    padding: 16px;
  }

  /* 1. Ícone fica na esquerda */
  .featured .feature-gpq__icon {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0; /* Remove margens antigas se houver */
  }

  /* 2. Texto fica na direita */
  .featured .feature-gpq__text {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
  }
  
  /* Ajuste no título para não quebrar feio */
  .featured .feature-gpq__title {
      font-size: 1rem;
      line-height: 1.2;
  }

  /* 3. Ação (Botão) vai para a linha de baixo e ocupa tudo */
  .featured .feature-gpq__action {
    grid-column: 1 / -1; /* Ocupa de ponta a ponta */
    grid-row: 2;
    
    width: 100%;
    margin-left: 0;
    margin-top: 8px; /* Espaço entre texto e botão */
  }

  /* Estilo do botão para parecer um "Block Button" */
  .featured .feature-gpq__cta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 12px;
    background: rgba(255, 255, 255, 0.8); /* Um pouco mais de destaque */
  }

  /* Ajuste da setinha dentro do botão */
  .featured .feature-gpq__chev {
    margin-left: 8px;
    transform: none; /* Reseta posição */
  }
}

/* ============================================= */
/* AJUSTE SOBRE A EQUIPE (Mobile Stack)          */
/* ============================================= */
@media (max-width: 992px) {
  
  /* Força a direção vertical mesmo se tiver a classe 'reverse' */
  .story-row, 
  .story-row.reverse {
    flex-direction: column !important; 
    gap: 30px; /* Espaço entre a imagem e o texto */
    text-align: center; /* Centraliza o texto */
    margin-top: 40px !important; /* Ajuste de margem */
  }

  /* Garante que a imagem ocupe a largura e fique centralizada */
  .story-visual {
    width: 100%;
    max-width: 500px; /* Limita para não ficar gigante em tablets */
    margin: 0 auto 20px auto; /* Centraliza a imagem */
  }

  /* Garante que o texto ocupe a largura */
  .story-content {
    width: 100%;
    padding: 0 15px; /* Margem lateral para não colar na borda */
  }

  /* 
     DICA: Se você quiser que a imagem fique EM BAIXO do texto no mobile, 
     descomente a linha 'order: 2' abaixo. 
     Do jeito que está agora (padrão), a imagem fica em CIMA.
  */
  /* 
  .story-visual { order: 2; }
  .story-content { order: 1; }
  */
}


     .gpe-final-tag.exclusivo{
            margin-top: 2.5rem; 
             background: rgba(75, 54, 137, 0.1);
        }




        
/* ========================================= */
/* MODAL ULTRA-COMPACTO PARA MOBILE          */
/* ========================================= */
@media (max-width: 480px) {
    

    .social-proof-section{
            padding: 50px 0;
    }

        .headline-group__main br {
            display: none; /* Oculta a quebra de linha no mobile */
        }
        
        /* Opcional: Adiciona um espaço caso o texto fique colado */
        .headline-group__main br::after {
            content: ' '; 
        }

        .headline-group__intro{
            font-size: 1.2rem;
        }

        .gpq-diff-eyebrow{
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .features-v3-section{
              margin-bottom: 0px;
            padding-bottom: 20px;
        }

        .section-subtitle-text{
            font-size: 1.2rem;
        }

        .offer-section,
        .dedication-section-b,
        .reviews-general-section,
        .un-proof-masonry
        {
            padding:30px 0px 30px;
        }

        .gpe-final-tag.exclusivo{
            margin-top: 0px;; 

        }


        .profile-stats-col{
            padding: 25px;
        }
        .stats-header h3 {
            font-size: 1.5rem;
        }
 


    /* 1. Remove margens externas do container para ganhar espaço */
    .modal-container {
        width: 95%;
        padding: 15px; /* Menos padding interno */
        max-height: 90vh; /* Garante que cabe na tela */
        overflow-y: auto; /* Scroll interno se precisar muito */
    }

    /* 2. Oculta a descrição do topo (Texto cinza) */
    .modal-header p {
        display: none;
    }
    
    /* Ajusta o título */
    .modal-header h3 {
        margin-bottom: 5px;
        font-size: 1.4rem;
    }
    .modal-header {
        padding-bottom: 10px; /* Menos espaço entre título e form */
    }

    /* 3. OCULTA OS RÓTULOS (LABELS) */
    /* Deixa apenas o input visível */
    .form-group label {
        display: none;
    }

    /* 4. Aproxima os campos */
    .form-group {
        margin-bottom: 12px; /* Era 20px */
    }

    /* 5. Ajusta altura dos Inputs */
    .input-dark {
        padding: 12px 14px; /* Um pouco mais baixo */
        font-size: 0.95rem;
                margin-top: 15px;
    }

    /* 6. Compacta o Box do Parceiro (Aquele verde) */
    #partner-summary-box {
        padding: 8px 12px !important;
        margin-bottom: 15px !important;
    }
    #partner-summary-box img {
        width: 32px !important;
        height: 32px !important;
    }
    #partner-summary-box span {
        font-size: 0.8rem !important;
    }

    /* 7. Botão de Enviar */
    .modal-submit-btn {
        padding: 14px;
        margin-top: 5px;
        font-size: 1rem;
    }

    /* 8. Texto de Segurança (Footer) */
    .modal-security-text {
        margin-top: 10px;
        margin-bottom: 0;
    }


    .un-masonry-actions{
        display: grid;
    }
    
    .un-btn--soft{
    margin: auto;
    }

    .swiper-slide {
    width: 200px !important;
    }
    .social-proof-slider {
    height: 400px;
    }


}