/* ==========================================
   CONFIGURAÇÕES GERAIS
   ========================================== */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #070707;
    color: #ffffff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

svg {
    max-width: 100%;
    display: block;
}

button,
input,
select,
textarea {
    font-family: inherit;
}


/* ==========================================
   HEADER - MENU TRANSPARENTE PREMIUM
   ========================================== */

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

    background: linear-gradient(
        180deg,
        rgba(7, 7, 7, 0.72) 0%,
        rgba(7, 7, 7, 0.42) 55%,
        rgba(7, 7, 7, 0.18) 100%
    );

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    border-bottom: 1px solid rgba(124, 255, 0, 0.10);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.18);

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 50px;
    min-height: 118px;

    transition:
        background 0.4s ease,
        backdrop-filter 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease,
        min-height 0.4s ease;
}

#header.scrolled {
    background: rgba(7, 7, 7, 0.84);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(124, 255, 0, 0.18);
    box-shadow: 0 14px 45px rgba(0, 0, 0, 0.42);
    min-height: 92px;
}

#logo {
    height: 170px;
    width: auto;
    object-fit: contain;
    border: none;
    background: transparent;
    box-shadow: none;
    transition: height 0.4s ease, transform 0.4s ease;
}

#header.scrolled #logo {
    height: 125px;
}

nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 34px;
}

nav ul li a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s ease;
}

nav ul li a:hover {
    color: #7CFF00;
    text-shadow: 0 0 10px rgba(124, 255, 0, 0.35);
}


/* ==========================================
   BOTÕES
   ========================================== */

.btn-consultor {
    color: #7CFF00;
    border: 1px solid rgba(124, 255, 0, 0.85);
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 800;
    font-style: italic;
    font-size: 12px;
    transition: all 0.3s ease;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.14);
}

.btn-consultor:hover {
    background-color: #7CFF00;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 5px 18px rgba(124, 255, 0, 0.28);
}

.btn-simular {
    background-color: #7CFF00;
    color: #000000;
    padding: 18px 45px;
    border-radius: 999px;
    font-weight: 900;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 18px;
    min-height: 64px;
    transition: all 0.3s ease;
}

.btn-simular:hover {
    transform: scale(1.05) translateY(-3px);
    filter: brightness(1.08);
}

.icon-shield {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}


/* ==========================================
   HERO
   ========================================== */

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100vh;
    padding: 190px 20px 40px;
}

.subtitulo-principal {
    color: #7CFF00;
    font-size: 11px;
    font-weight: 800;
    border: 1px solid rgba(124, 255, 0, 0.35);
    border-radius: 25px;
    padding: 10px 20px;
    margin-bottom: 60px;
    display: inline-flex;
    align-items: center;
    letter-spacing: 1px;
}

.dot {
    height: 8px;
    width: 8px;
    background-color: #7CFF00;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 0 8px #7CFF00;
    animation: pulsar 1.5s infinite ease-in-out;
}

@keyframes pulsar {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.titulo-principal {
    font-size: 65px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.1;
}

.texto-verde {
    color: #7CFF00;
    font-size: 80px;
    font-style: italic;
    font-weight: 900;
}

.lista-resultados {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 55px;
    flex-wrap: wrap;
}

.lista-resultados li {
    padding: 0 40px;
    border-left: 2px solid #7CFF00;
    text-align: left;
    margin: 20px 0;
}

.lista-resultados li:first-child {
    border-left: none;
}

.lista-resultados li strong {
    font-size: 28px;
    font-weight: 900;
    display: block;
}

.lista-resultados li span {
    font-size: 11px;
    color: #b6b5b5;
    font-weight: 700;
}

.frase-final {
    margin-top: 30px;
    max-width: 850px;
    color: #b6b5b5;
    font-size: 16px;
    line-height: 1.6;
}

.txt-frasefinal {
    color: #ffffff;
    font-size: 15px;
    font-style: italic;
    font-weight: 900;
}


/* ==========================================
   CTA PRINCIPAL
   ========================================== */

.container-cta-principal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 20px;
    padding: 0 20px 80px;
    width: 100%;
}

.bloco-atendimento {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
}

.circulo-dez-k {
    width: 50px;
    height: 50px;
    background-color: #1a1f24;
    border: 1px solid #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circulo-dez-k span {
    color: #ffffff;
    font-weight: 800;
    font-size: 13px;
}

.texto-estrelas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.estrelas-neon {
    color: #7CFF00;
    font-size: 16px;
    letter-spacing: 2px;
}

.txt-bahia {
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    margin-top: 2px;
    text-transform: uppercase;
    white-space: nowrap;
}


/* ==========================================
   AÇÃO ESPECIAL DO MÊS
   ========================================== */

.acao-mes-section {
    background:
        radial-gradient(circle at top left, rgba(124, 255, 0, 0.12), transparent 35%),
        radial-gradient(circle at bottom right, rgba(255, 122, 36, 0.13), transparent 32%),
        #070707;
    padding: 100px 20px;
}

.acao-mes-card {
    max-width: 1180px;
    margin: 0 auto;
    background: linear-gradient(135deg, #0d0d0d 0%, #111111 55%, #081207 100%);
    border: 1px solid rgba(124, 255, 0, 0.22);
    border-radius: 36px;
    padding: 55px;
    display: grid;
    grid-template-columns: 1fr 0.82fr;
    gap: 45px;
    align-items: start;
    box-shadow: 0 0 40px rgba(124, 255, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.acao-mes-card::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(124, 255, 0, 0.08);
    right: -90px;
    top: -90px;
    filter: blur(8px);
    z-index: 0;
}

.acao-mes-card::after {
    display: none !important;
}

.acao-mes-conteudo {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.tag-promocao {
    display: inline-block;
    color: #7CFF00;
    border: 1px solid rgba(124, 255, 0, 0.45);
    border-radius: 999px;
    padding: 9px 18px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
}

.acao-mes-conteudo h2 {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 900;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 22px;
    max-width: 620px;
}

.acao-mes-conteudo h2 span {
    color: #7CFF00;
    display: block;
}

.acao-mes-descricao {
    color: #b6b5b5;
    font-size: 17px;
    line-height: 1.7;
    max-width: 640px;
    margin-bottom: 0;
}

/* IMAGEM REAL NO HTML - CORREÇÃO DEFINITIVA */
.acao-mes-imagem {
    width: 100%;
    max-width: 100%;
    margin: 28px 0 34px 0;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(124, 255, 0, 0.18);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    background: #000000;
}

.acao-mes-imagem img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.9) contrast(1.05);
}

.oferta-principal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 24px;
}

.oferta-principal div {
    background: linear-gradient(135deg, rgba(124, 255, 0, 0.12), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(124, 255, 0, 0.25);
    border-radius: 20px;
    padding: 22px;
}

.oferta-principal span {
    display: block;
    color: #b6b5b5;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.oferta-principal strong {
    display: block;
    color: #7CFF00;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.1;
}

.oferta-principal small {
    display: block;
    color: #8f8f8f;
    font-size: 11px;
    margin-top: 8px;
    line-height: 1.4;
}

.tabela-planos {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
}

.linha-plano {
    display: grid;
    grid-template-columns: 1fr 0.8fr 1fr;
    gap: 10px;
    padding: 13px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    align-items: center;
}

.linha-plano:last-child {
    border-bottom: none;
}

.linha-plano span {
    color: #b6b5b5;
    font-size: 13px;
}

.linha-plano strong {
    color: #ffffff;
    font-size: 14px;
    text-align: right;
}

.linha-plano.destaque {
    background: rgba(124, 255, 0, 0.11);
}

.linha-plano.destaque span {
    color: #7CFF00;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
}

/* CARDS CORRIGIDOS E PROPORCIONAIS */
.acao-beneficios {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 26px;
}

.acao-beneficios div {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 20px;
    padding: 22px 24px;
    min-height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: 0.3s ease;
}

.acao-beneficios div:hover {
    border-color: rgba(124, 255, 0, 0.35);
    background: rgba(124, 255, 0, 0.045);
    transform: translateY(-3px);
}

.acao-beneficios strong {
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.18;
    margin-bottom: 12px;
    font-weight: 900;
}

.acao-beneficios span {
    color: #9b9b9b;
    font-size: 13px;
    line-height: 1.55;
    max-width: 95%;
}

.acao-alerta {
    background: rgba(255, 122, 36, 0.08);
    border: 1px solid rgba(255, 122, 36, 0.28);
    border-radius: 18px;
    padding: 16px 18px;
    margin-bottom: 30px;
}

.acao-alerta strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 5px;
}

.acao-alerta span {
    color: #b6b5b5;
    font-size: 12px;
}

.acao-botoes {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-acao-principal,
.btn-acao-secundario {
    font-weight: 900;
    border-radius: 999px;
    padding: 17px 28px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.btn-acao-principal {
    background: #7CFF00;
    color: #000000;
}

.btn-acao-principal:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 25px rgba(124, 255, 0, 0.25);
}

.btn-acao-secundario {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
}

.btn-acao-secundario:hover {
    border-color: #7CFF00;
    color: #7CFF00;
    transform: translateY(-3px);
}

.acao-mes-visual {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(124, 255, 0, 0.25);
    border-radius: 30px;
    padding: 35px;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 0 !important;
}

.selo-rodobens {
    margin-bottom: 28px;
}

.selo-rodobens span {
    display: block;
    color: #b6b5b5;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.selo-rodobens strong {
    color: #ffffff;
    font-size: 36px;
    font-weight: 900;
}

.numero-assembleia {
    background: #7CFF00;
    color: #000000;
    border-radius: 24px;
    padding: 26px 15px;
    margin-bottom: 25px;
}

.numero-assembleia span {
    display: block;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.numero-assembleia strong {
    display: block;
    font-size: 82px;
    line-height: 0.9;
    font-weight: 900;
}

.numero-assembleia small {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.box-chamada {
    border: 1px solid rgba(124, 255, 0, 0.25);
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 22px;
    background: rgba(124, 255, 0, 0.06);
}

.box-chamada span {
    display: block;
    color: #b6b5b5;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box-chamada strong {
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    margin-top: 5px;
}

.box-chamada small {
    display: block;
    color: #888888;
    font-size: 11px;
    margin-top: 5px;
}

.lista-acao {
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.9;
}

.btn-visual-whatsapp {
    background: #7CFF00;
    color: #000000;
    border-radius: 999px;
    padding: 15px 20px;
    font-weight: 900;
    font-size: 13px;
    text-align: center;
    margin-top: 22px;
    transition: all 0.3s ease;
}

.btn-visual-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(124, 255, 0, 0.25);
}


/* ==========================================
   PROVAS SOCIAIS, DEPOIMENTOS E ESTUDO DE CASO
   ========================================== */

.provas-section {
    background:
        radial-gradient(circle at top right, rgba(124, 255, 0, 0.09), transparent 35%),
        #070707;
    padding: 100px 20px;
    border-top: 1px solid rgba(124, 255, 0, 0.08);
}

.provas-container {
    max-width: 1180px;
    margin: 0 auto;
}

.badge-vendas {
    display: table;
    margin: 0 auto 22px auto;
    color: #7CFF00;
    border: 1px solid rgba(124, 255, 0, 0.45);
    border-radius: 999px;
    padding: 9px 18px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.titulo-provas {
    text-align: center;
    font-size: 46px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.12;
    margin-bottom: 18px;
}

.titulo-provas span {
    color: #7CFF00;
}

.descricao-provas {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
    color: #b6b5b5;
    font-size: 17px;
    line-height: 1.7;
}

.grid-provas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 50px;
}

.card-prova {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 26px 22px;
    min-height: 170px;
    transition: 0.3s ease;
}

.card-prova:hover {
    border-color: rgba(124, 255, 0, 0.35);
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.card-prova strong {
    display: block;
    color: #7CFF00;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 12px;
}

.card-prova span {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 8px;
}

.card-prova p {
    color: #999999;
    font-size: 13px;
    line-height: 1.5;
}

.provas-dupla {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-bottom: 50px;
    align-items: start;
}

.depoimentos-box,
.estudo-caso-box {
    background: rgba(13, 13, 13, 0.82);
    border: 1px solid rgba(124, 255, 0, 0.16);
    border-radius: 28px;
    padding: 34px;
    position: relative;
    overflow: hidden;
}

.depoimentos-box::before,
.estudo-caso-box::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    right: -90px;
    top: -90px;
    background: rgba(124, 255, 0, 0.06);
    filter: blur(4px);
}

.depoimentos-box h3,
.estudo-caso-box h3 {
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 24px;
}

.depoimento-card {
    position: relative;
    z-index: 2;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 15px;
}

.depoimento-card:last-child {
    margin-bottom: 0;
}

.depoimento-card p {
    color: #d7d7d7;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 0;
}

.depoimento-topo {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.depoimento-topo img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(124, 255, 0, 0.65);
    box-shadow: 0 0 18px rgba(124, 255, 0, 0.18);
    flex-shrink: 0;
}

.depoimento-topo div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.depoimento-topo strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.depoimento-topo span {
    color: #7CFF00;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.estudo-caso-box {
    min-height: auto;
}

.estudo-caso-box h3 {
    max-width: 520px;
    font-size: 28px;
    line-height: 1.18;
    margin-bottom: 30px;
}

.estudo-lista {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.estudo-item {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 22px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 190px;
    transition: all 0.3s ease;
}

.estudo-item:hover {
    border-color: rgba(124, 255, 0, 0.35);
    background: rgba(124, 255, 0, 0.045);
    transform: translateY(-4px);
}

.estudo-numero {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #7CFF00;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 18px;
    box-shadow: 0 0 18px rgba(124, 255, 0, 0.22);
}

.estudo-texto strong {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 8px;
    font-weight: 900;
}

.estudo-texto span {
    display: block;
    color: #9b9b9b;
    font-size: 13px;
    line-height: 1.55;
}

.estudo-caso-box::after {
    content: "Decisão orientada vende mais do que promessa. A Trinity conduz o cliente com clareza, segurança e responsabilidade.";
    display: block;
    position: relative;
    z-index: 2;
    margin-top: 28px;
    padding: 20px 22px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(124, 255, 0, 0.10), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(124, 255, 0, 0.22);
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
}

.provas-cta {
    background: linear-gradient(135deg, rgba(124, 255, 0, 0.12), rgba(255, 255, 255, 0.035));
    border: 1px solid rgba(124, 255, 0, 0.24);
    border-radius: 28px;
    padding: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.provas-cta h3 {
    font-size: 26px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 8px;
}

.provas-cta p {
    color: #b6b5b5;
    font-size: 14px;
    line-height: 1.6;
}

.btn-provas-cta {
    background: #7CFF00;
    color: #000000;
    padding: 17px 28px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 14px;
    white-space: nowrap;
    transition: 0.3s ease;
}

.btn-provas-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(124, 255, 0, 0.24);
}


/* ==========================================
   FORMULÁRIO DE CONVERSÃO
   ========================================== */

.conversao-section {
    background:
        radial-gradient(circle at top left, rgba(124, 255, 0, 0.09), transparent 36%),
        linear-gradient(180deg, #070707 0%, #0b0b0b 100%);
    padding: 110px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.conversao-container {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.conversao-copy {
    background: rgba(13, 13, 13, 0.62);
    border: 1px solid rgba(124, 255, 0, 0.14);
    border-radius: 32px;
    padding: 42px;
}

.conversao-copy .badge-vendas {
    margin: 0 0 22px 0;
}

.conversao-copy h2 {
    font-size: 44px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.12;
    margin-bottom: 20px;
}

.conversao-copy h2 span {
    color: #7CFF00;
}

.conversao-copy p {
    color: #b6b5b5;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 28px;
}

.lista-conversao {
    list-style: none;
    display: grid;
    gap: 14px;
}

.lista-conversao li {
    display: flex;
    gap: 12px;
    color: #d7d7d7;
    font-size: 14px;
    line-height: 1.5;
}

.lista-conversao li::before {
    content: "✓";
    color: #7CFF00;
    font-weight: 900;
}

.form-card {
    background: linear-gradient(145deg, #111111, #0b0b0b);
    border: 1px solid rgba(124, 255, 0, 0.22);
    border-radius: 34px;
    padding: 38px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
    position: relative;
    overflow: hidden;
}

.form-card::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(124, 255, 0, 0.07);
    right: -120px;
    top: -120px;
    filter: blur(6px);
}

.form-card h3 {
    position: relative;
    z-index: 2;
    font-size: 28px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 10px;
}

.form-card > p {
    position: relative;
    z-index: 2;
    color: #999999;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 26px;
}

.form-lead {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 16px;
}

.campo-grupo {
    display: grid;
    gap: 7px;
}

.campo-grupo label {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.campo-grupo input,
.campo-grupo select {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(0, 0, 0, 0.30);
    color: #ffffff;
    border-radius: 14px;
    padding: 15px 16px;
    outline: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.campo-grupo input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.campo-grupo input:focus,
.campo-grupo select:focus {
    border-color: rgba(124, 255, 0, 0.65);
    box-shadow: 0 0 0 3px rgba(124, 255, 0, 0.10);
}

.campo-grupo select option {
    color: #000000;
}

.dupla-campos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.check-lgpd {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #9f9f9f;
    font-size: 12px;
    line-height: 1.5;
}

.check-lgpd input {
    margin-top: 3px;
    accent-color: #7CFF00;
}

.btn-enviar-form {
    border: none;
    cursor: pointer;
    background: #7CFF00;
    color: #000000;
    border-radius: 999px;
    padding: 18px 26px;
    font-size: 15px;
    font-weight: 900;
    transition: 0.3s ease;
}

.btn-enviar-form:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(124, 255, 0, 0.24);
}

.microcopy-form {
    color: #777777;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}


/* ==========================================
   PÁGINA DE OBRIGADO / UPSELL / CROSS-SELL
   ========================================== */

.typ-section {
    display: none;
    background:
        radial-gradient(circle at top right, rgba(124, 255, 0, 0.12), transparent 34%),
        #070707;
    padding: 110px 20px;
    border-top: 1px solid rgba(124, 255, 0, 0.10);
}

.typ-section.ativa {
    display: block;
}

.typ-container {
    max-width: 1180px;
    margin: 0 auto;
}

.typ-card {
    background: linear-gradient(145deg, #111111, #080808);
    border: 1px solid rgba(124, 255, 0, 0.25);
    border-radius: 36px;
    padding: 44px;
    text-align: center;
    margin-bottom: 34px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.34);
}

.check-sucesso {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #7CFF00;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px auto;
    font-size: 36px;
    font-weight: 900;
}

.typ-card h2 {
    font-size: 42px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 14px;
}

.typ-card h2 span {
    color: #7CFF00;
}

.typ-card p {
    max-width: 760px;
    margin: 0 auto 26px auto;
    color: #b6b5b5;
    font-size: 16px;
    line-height: 1.7;
}

.btn-typ-whatsapp {
    display: inline-flex;
    background: #7CFF00;
    color: #000000;
    border-radius: 999px;
    padding: 17px 28px;
    font-size: 14px;
    font-weight: 900;
    transition: 0.3s ease;
}

.btn-typ-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(124, 255, 0, 0.24);
}

.upsell-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.upsell-card {
    background: rgba(13, 13, 13, 0.80);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 26px;
    padding: 28px;
    transition: 0.3s ease;
}

.upsell-card:hover {
    border-color: rgba(124, 255, 0, 0.35);
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.30);
}

.upsell-tag {
    display: inline-block;
    color: #7CFF00;
    background: rgba(124, 255, 0, 0.08);
    border: 1px solid rgba(124, 255, 0, 0.20);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.upsell-card h3 {
    font-size: 21px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 12px;
}

.upsell-card p {
    color: #999999;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.upsell-card a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    border-bottom: 1px solid rgba(124, 255, 0, 0.65);
    padding-bottom: 4px;
    transition: 0.3s ease;
}

.upsell-card a:hover {
    color: #7CFF00;
}


/* ==========================================
   QUEM SOMOS
   ========================================== */

.container-central-quemsomos {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 20px;
    background-color: #070707;
}

.card-trinity {
    background-color: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 40px;
    padding: 60px 40px;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.4s ease;
}

.card-trinity:hover {
    border-color: #7CFF00;
    box-shadow: 0 0 30px rgba(124, 255, 0, 0.15);
    transform: translateY(-5px);
}

.text-quemsomos {
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.text-proposito {
    max-width: 1000px;
    font-size: 17px;
    line-height: 1.8;
    color: #b6b5b5;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.texto-frasequemsomos {
    color: #7CFF00;
    font-size: 18px;
    font-style: italic;
    font-weight: 900;
}

.seta-decorativa {
    position: absolute;
    right: 10px;
    bottom: -5px;
    opacity: 0.3;
    z-index: 1;
    transition: 0.4s;
}

.seta-decorativa svg {
    width: 120px;
    height: 120px;
}

.card-trinity:hover .seta-decorativa {
    opacity: 0.8;
    transform: scale(1.1);
}


/* ==========================================
   SERVIÇOS
   ========================================== */

.servicos-section {
    padding: 80px 40px;
    background-color: #070707;
}

.titulo-servicos {
    font-style: italic;
    font-size: 45px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
}

.titulo-servicos span {
    color: #7CFF00;
}

.linha-decorativa {
    width: 60px;
    height: 4px;
    background-color: #7CFF00;
    margin: 0 auto 50px auto;
    border-radius: 10px;
}

.grid-servicos {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
}

.card-servico {
    flex: 1;
    min-width: 250px;
    max-width: 280px;
    background-color: #0d0d0d;
    border: 1px solid #1a1a1a;
    padding: 40px 30px;
    border-radius: 25px;
    transition: 0.3s ease;
}

.card-servico:hover {
    border-color: #7CFF00;
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(124, 255, 0, 0.2);
}

.icon-verde {
    margin-bottom: 25px;
    display: block;
}

.icon-verde svg,
.card-servico svg {
    width: 45px;
    height: 45px;
    color: #7CFF00;
    stroke: #7CFF00;
    transition: all 0.3s ease;
}

.card-servico:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(0 0 8px rgba(124, 255, 0, 0.6));
}

.card-servico h3 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 1.2;
}

.card-servico p {
    font-size: 14px;
    color: #b6b5b5;
    line-height: 1.6;
}


/* ==========================================
   LOCALIDADES
   ========================================== */

.localidades-section {
    background-color: #000000;
    padding: 60px 0;
    border-top: 1px solid #1a1a1a;
}

.container-localidades {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.localidade-item {
    text-align: center;
    flex: 1;
    min-width: 150px;
    margin: 20px 0;
}

.pin-icon svg {
    width: 28px;
    height: 28px;
    margin: 0 auto 15px auto;
}

.localidade-item p {
    color: #ffffff;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 2px;
    font-size: 12px;
}


/* ==========================================
   CTA FINAL
   ========================================== */

.cta-final-section {
    background-color: #0d0d0d;
    padding: 100px 20px;
    text-align: center;
    color: #ffffff;
}

.badge-jornada {
    border: 1px solid #7CFF00;
    color: #7CFF00;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.titulo-final {
    font-size: 65px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
}

.titulo-final .texto-verde {
    color: #7CFF00;
}

.descricao-final {
    max-width: 650px;
    margin: 0 auto 50px auto;
    font-size: 20px;
    color: #b3b3b3;
    line-height: 1.6;
}

.container-contato-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.btn-whatsapp {
    background-color: #7CFF00;
    color: #000000;
    padding: 20px 40px;
    border-radius: 15px;
    font-weight: 900;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s ease;
}

.btn-whatsapp svg {
    width: 24px;
    height: 24px;
}

.btn-whatsapp:hover {
    transform: scale(1.05);
    background-color: #6ee600;
}

.texto-consultoria {
    text-align: left;
}

.texto-consultoria strong {
    display: block;
    font-size: 18px;
    font-style: italic;
}

.texto-consultoria span {
    font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
}


/* ==========================================
   FOOTER
   ========================================== */

.footer-trinity {
    background-color: #000000;
    padding: 60px 20px 30px 20px;
    border-top: 1px solid #1a1a1a;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-logo {
    font-size: 24px;
    font-weight: 900;
    font-style: italic;
    color: #ffffff;
    letter-spacing: -1px;
}

.footer-valores {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    transition: 0.3s ease;
}

.social-icon svg {
    width: 20px;
    height: 20px;
}

.social-icon:hover {
    background-color: #333333;
    color: #7CFF00;
}

.footer-copyright {
    text-align: center;
    margin-top: 50px;
    font-size: 10px;
    color: #333333;
    letter-spacing: 1px;
    border-top: 1px solid #0d0d0d;
    padding-top: 20px;
}


/* ==========================================
   RESPONSIVO
   ========================================== */

@media (max-width: 1180px) {
    .grid-provas {
        grid-template-columns: repeat(2, 1fr);
    }

    .conversao-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    #header {
        padding: 0 25px;
    }

    nav ul {
        gap: 20px;
    }

    nav ul li a {
        font-size: 12px;
    }

    #logo {
        height: 145px;
    }

    #header.scrolled #logo {
        height: 110px;
    }

    .titulo-principal {
        font-size: 52px;
    }

    .texto-verde {
        font-size: 62px;
    }

    .acao-mes-card {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .acao-mes-conteudo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .acao-mes-conteudo h2,
    .acao-mes-descricao {
        text-align: center;
    }

    .acao-mes-imagem {
        max-width: 680px;
        margin: 24px auto 32px auto;
    }

    .acao-mes-imagem img {
        height: 300px;
    }

    .acao-mes-visual {
        max-width: 680px;
        width: 100%;
        justify-self: center;
    }

    .acao-beneficios {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .provas-dupla {
        grid-template-columns: 1fr;
    }

    .upsell-grid {
        grid-template-columns: 1fr;
    }

    .provas-cta {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    html {
        scroll-padding-top: 90px;
    }

    #header {
        flex-direction: row;
        justify-content: space-between;
        padding: 5px 15px;
        min-height: 92px;
        background: rgba(7, 7, 7, 0.82);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    #logo {
        height: 120px;
        margin-left: -10px;
    }

    #header.scrolled #logo {
        height: 100px;
    }

    nav {
        display: none;
    }

    .btn-consultor {
        font-size: 10px;
        padding: 8px 12px;
    }

    .hero {
        padding-top: 160px;
        padding-bottom: 20px;
        min-height: auto;
        display: block;
    }

    .subtitulo-principal {
        margin-bottom: 60px;
        font-size: 10px;
        margin-top: 0;
    }

    .titulo-principal {
        font-size: 32px;
        line-height: 1.2;
        margin-top: 10px;
        padding: 0 10px;
    }

    .texto-verde {
        font-size: 36px;
        display: block;
    }

    .lista-resultados {
        flex-direction: column;
        align-items: center;
        margin-top: 45px;
        gap: 20px;
    }

    .lista-resultados li {
        border-left: none;
        border-top: 2px solid #7CFF00;
        padding: 15px 0 0 0;
        margin: 0;
        width: 70%;
        text-align: center;
    }

    .frase-final {
        font-size: 14px;
        padding: 0 20px;
        margin-top: 45px;
    }

    .container-cta-principal {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
        padding: 0 20px 60px;
    }

    .btn-simular {
        width: 100%;
        font-size: 16px;
        min-height: auto;
        padding: 20px;
    }

    .bloco-atendimento {
        justify-content: center;
    }

    .acao-mes-section {
        padding: 70px 18px;
    }

    .acao-mes-card {
        grid-template-columns: 1fr;
        padding: 32px 22px;
        border-radius: 28px;
        gap: 30px;
    }

    .acao-mes-conteudo h2 {
        font-size: 30px;
        text-align: center;
    }

    .tag-promocao {
        display: table;
        margin: 0 auto 22px auto;
        font-size: 10px;
    }

    .acao-mes-descricao {
        text-align: center;
        font-size: 14px;
    }

    .acao-mes-imagem {
        border-radius: 22px;
        margin: 20px auto 28px auto;
        max-width: 100%;
    }

    .acao-mes-imagem img {
        height: 220px;
    }

    .oferta-principal {
        grid-template-columns: 1fr;
    }

    .oferta-principal strong {
        font-size: 24px;
    }

    .linha-plano {
        grid-template-columns: 1fr;
        gap: 4px;
        text-align: left;
    }

    .linha-plano strong {
        text-align: left;
        color: #7CFF00;
    }

    .acao-beneficios {
        grid-template-columns: 1fr;
    }

    .acao-beneficios div {
        min-height: auto;
        padding: 20px;
    }

    .acao-botoes {
        flex-direction: column;
    }

    .btn-acao-principal,
    .btn-acao-secundario {
        width: 100%;
        text-align: center;
    }

    .acao-mes-visual {
        min-height: auto;
        padding: 25px;
    }

    .selo-rodobens strong {
        font-size: 30px;
    }

    .numero-assembleia strong {
        font-size: 68px;
    }

    .provas-section {
        padding: 75px 18px;
    }

    .titulo-provas {
        font-size: 31px;
    }

    .descricao-provas {
        font-size: 14px;
        margin-bottom: 36px;
    }

    .grid-provas {
        grid-template-columns: 1fr;
    }

    .depoimentos-box,
    .estudo-caso-box,
    .provas-cta {
        padding: 26px;
        border-radius: 24px;
    }

    .depoimento-topo {
        align-items: flex-start;
    }

    .depoimento-topo img {
        width: 48px;
        height: 48px;
    }

    .depoimento-topo strong {
        font-size: 13px;
    }

    .depoimento-topo span {
        font-size: 10px;
    }

    .estudo-lista {
        grid-template-columns: 1fr;
    }

    .estudo-item {
        min-height: auto;
        padding: 20px;
    }

    .estudo-caso-box h3 {
        font-size: 23px;
        text-align: center;
    }

    .estudo-caso-box::after {
        text-align: center;
        font-size: 13px;
    }

    .provas-cta h3 {
        font-size: 22px;
    }

    .btn-provas-cta {
        width: 100%;
        text-align: center;
    }

    .conversao-section {
        padding: 75px 18px;
    }

    .conversao-copy,
    .form-card {
        padding: 28px;
        border-radius: 26px;
    }

    .conversao-copy h2 {
        font-size: 31px;
        text-align: center;
    }

    .conversao-copy .badge-vendas {
        margin: 0 auto 22px auto;
    }

    .conversao-copy p {
        text-align: center;
        font-size: 14px;
    }

    .dupla-campos {
        grid-template-columns: 1fr;
    }

    .form-card h3 {
        font-size: 24px;
        text-align: center;
    }

    .form-card > p {
        text-align: center;
    }

    .typ-section {
        padding: 75px 18px;
    }

    .typ-card {
        padding: 30px;
        border-radius: 28px;
    }

    .typ-card h2 {
        font-size: 30px;
    }

    .typ-card p {
        font-size: 14px;
    }

    .btn-typ-whatsapp {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .container-central-quemsomos {
        padding: 80px 20px;
    }

    .card-trinity {
        padding: 45px 25px;
        border-radius: 28px;
    }

    .text-quemsomos {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .text-proposito {
        font-size: 14px;
        line-height: 1.7;
    }

    .texto-frasequemsomos {
        font-size: 15px;
    }

    .seta-decorativa svg {
        width: 90px;
        height: 90px;
    }

    .servicos-section {
        padding: 70px 20px;
    }

    .titulo-servicos {
        font-size: 30px;
    }

    .grid-servicos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 10px;
    }

    .card-servico {
        flex: 0 0 46%;
        min-width: 140px;
        max-width: 180px;
        padding: 20px 10px;
        border-radius: 15px;
        text-align: center;
        margin: 0;
    }

    .card-servico svg,
    .icon-verde svg {
        width: 30px;
        height: 30px;
        margin: 0 auto 10px auto;
    }

    .card-servico h3 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .card-servico p {
        font-size: 11px;
        line-height: 1.3;
    }

    .localidades-section {
        padding: 45px 0;
    }

    .localidade-item {
        flex: 0 0 50%;
    }

    .titulo-final {
        font-size: 35px;
    }

    .titulo-final .texto-verde {
        font-size: 38px;
    }

    .descricao-final {
        font-size: 15px;
    }

    .container-contato-footer {
        flex-direction: column;
        gap: 25px;
    }

    .btn-whatsapp {
        width: 100%;
        justify-content: center;
        font-size: 15px;
        padding: 18px 22px;
    }

    .texto-consultoria {
        text-align: center;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-valores {
        font-size: 11px;
        line-height: 1.8;
    }
}

@media (max-width: 420px) {
    .btn-consultor {
        font-size: 9px;
        padding: 7px 9px;
    }

    #logo {
        height: 105px;
    }

    #header.scrolled #logo {
        height: 92px;
    }

    .titulo-principal {
        font-size: 28px;
    }

    .texto-verde {
        font-size: 32px;
    }

    .card-servico {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .localidade-item {
        flex: 0 0 100%;
    }

    .acao-mes-imagem img {
        height: 180px;
    }

    .titulo-provas,
    .conversao-copy h2,
    .typ-card h2 {
        font-size: 28px;
    }
}

/* ==========================================
   AÇÃO ESPECIAL DO MÊS
   ========================================== */

.acao-mes-section {
    background:
        radial-gradient(circle at top left, rgba(124, 255, 0, 0.12), transparent 35%),
        radial-gradient(circle at bottom right, rgba(255, 122, 36, 0.13), transparent 32%),
        #070707;
    padding: 110px 20px;
}

.acao-mes-card {
    max-width: 1280px;
    margin: 0 auto;
    background: linear-gradient(135deg, #0d0d0d 0%, #111111 55%, #081207 100%);
    border: 1px solid rgba(124, 255, 0, 0.22);
    border-radius: 36px;
    padding: 58px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 42px;
    align-items: start;
    box-shadow: 0 0 40px rgba(124, 255, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.acao-mes-card::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(124, 255, 0, 0.08);
    right: -120px;
    top: -120px;
    filter: blur(8px);
    z-index: 0;
}

.acao-mes-card::after {
    display: none !important;
}

.acao-mes-conteudo {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.tag-promocao {
    display: inline-block;
    color: #7CFF00;
    border: 1px solid rgba(124, 255, 0, 0.45);
    border-radius: 999px;
    padding: 9px 18px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
}

.acao-mes-conteudo h2 {
    font-size: 48px;
    line-height: 1.08;
    font-weight: 900;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 22px;
    max-width: 680px;
}

.acao-mes-conteudo h2 span {
    color: #7CFF00;
    display: block;
}

.acao-mes-descricao {
    color: #b6b5b5;
    font-size: 17px;
    line-height: 1.7;
    max-width: 660px;
    margin-bottom: 28px;
}

/* IMAGEM AGORA MAIS NATURAL E PREMIUM */
.acao-mes-imagem {
    width: 100%;
    max-width: 660px;
    margin: 0 0 30px 0;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(124, 255, 0, 0.18);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    background: #000000;
}

.acao-mes-imagem img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.88) contrast(1.06);
}

/* CARD DA RODOBENS NA DIREITA MAIS EQUILIBRADO */
.acao-mes-visual {
    position: sticky;
    top: 130px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(124, 255, 0, 0.25);
    border-radius: 30px;
    padding: 38px;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 58px !important;
}

.selo-rodobens {
    margin-bottom: 28px;
}

.selo-rodobens span {
    display: block;
    color: #b6b5b5;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.selo-rodobens strong {
    color: #ffffff;
    font-size: 38px;
    font-weight: 900;
}

.numero-assembleia {
    background: #7CFF00;
    color: #000000;
    border-radius: 24px;
    padding: 28px 15px;
    margin-bottom: 25px;
}

.numero-assembleia span {
    display: block;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.numero-assembleia strong {
    display: block;
    font-size: 82px;
    line-height: 0.9;
    font-weight: 900;
}

.numero-assembleia small {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.box-chamada {
    border: 1px solid rgba(124, 255, 0, 0.25);
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 22px;
    background: rgba(124, 255, 0, 0.06);
}

.box-chamada span {
    display: block;
    color: #b6b5b5;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box-chamada strong {
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    margin-top: 5px;
}

.box-chamada small {
    display: block;
    color: #888888;
    font-size: 11px;
    margin-top: 5px;
}

.lista-acao {
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.9;
}

.btn-visual-whatsapp {
    background: #7CFF00;
    color: #000000;
    border-radius: 999px;
    padding: 15px 20px;
    font-weight: 900;
    font-size: 13px;
    text-align: center;
    margin-top: 22px;
    transition: all 0.3s ease;
}

.btn-visual-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(124, 255, 0, 0.25);
}

.oferta-principal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 24px;
}

.oferta-principal div {
    background: linear-gradient(135deg, rgba(124, 255, 0, 0.12), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(124, 255, 0, 0.25);
    border-radius: 20px;
    padding: 22px;
}

.oferta-principal span {
    display: block;
    color: #b6b5b5;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.oferta-principal strong {
    display: block;
    color: #7CFF00;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.1;
}

.oferta-principal small {
    display: block;
    color: #8f8f8f;
    font-size: 11px;
    margin-top: 8px;
    line-height: 1.4;
}

.tabela-planos {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
}

.linha-plano {
    display: grid;
    grid-template-columns: 1fr 0.8fr 1fr;
    gap: 10px;
    padding: 13px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    align-items: center;
}

.linha-plano:last-child {
    border-bottom: none;
}

.linha-plano span {
    color: #b6b5b5;
    font-size: 13px;
}

.linha-plano strong {
    color: #ffffff;
    font-size: 14px;
    text-align: right;
}

.linha-plano.destaque {
    background: rgba(124, 255, 0, 0.11);
}

.linha-plano.destaque span {
    color: #7CFF00;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
}

.acao-beneficios {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 26px;
}

.acao-beneficios div {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 20px;
    padding: 22px 24px;
    min-height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: 0.3s ease;
}

.acao-beneficios div:hover {
    border-color: rgba(124, 255, 0, 0.35);
    background: rgba(124, 255, 0, 0.045);
    transform: translateY(-3px);
}

.acao-beneficios strong {
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.18;
    margin-bottom: 12px;
    font-weight: 900;
}

.acao-beneficios span {
    color: #9b9b9b;
    font-size: 13px;
    line-height: 1.55;
    max-width: 95%;
}

.acao-alerta {
    background: rgba(255, 122, 36, 0.08);
    border: 1px solid rgba(255, 122, 36, 0.28);
    border-radius: 18px;
    padding: 16px 18px;
    margin-bottom: 30px;
}

.acao-alerta strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 5px;
}

.acao-alerta span {
    color: #b6b5b5;
    font-size: 12px;
}

.acao-botoes {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-acao-principal,
.btn-acao-secundario {
    font-weight: 900;
    border-radius: 999px;
    padding: 17px 28px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.btn-acao-principal {
    background: #7CFF00;
    color: #000000;
}

.btn-acao-principal:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 25px rgba(124, 255, 0, 0.25);
}

.btn-acao-secundario {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
}

.btn-acao-secundario:hover {
    border-color: #7CFF00;
    color: #7CFF00;
    transform: translateY(-3px);
}

/* TELAS MÉDIAS */
@media (max-width: 1180px) {
    .acao-mes-card {
        max-width: 980px;
        grid-template-columns: 1fr 0.86fr;
        padding: 48px;
        gap: 32px;
    }

    .acao-mes-conteudo h2 {
        font-size: 40px;
    }

    .acao-mes-imagem img {
        height: 235px;
    }

    .acao-mes-visual {
        margin-top: 48px !important;
        padding: 30px;
    }

    .numero-assembleia strong {
        font-size: 70px;
    }
}

/* TABLET */
@media (max-width: 1024px) {
    .acao-mes-card {
        grid-template-columns: 1fr;
        max-width: 760px;
        text-align: center;
        gap: 32px;
    }

    .acao-mes-conteudo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .acao-mes-conteudo h2,
    .acao-mes-descricao {
        text-align: center;
    }

    .acao-mes-conteudo h2 {
        max-width: 720px;
        font-size: 38px;
    }

    .acao-mes-descricao {
        max-width: 680px;
    }

    .acao-mes-imagem {
        max-width: 680px;
        margin: 24px auto 32px auto;
    }

    .acao-mes-imagem img {
        height: 300px;
    }

    .acao-mes-visual {
        position: relative;
        top: auto;
        max-width: 680px;
        width: 100%;
        justify-self: center;
        margin-top: 0 !important;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .acao-mes-section {
        padding: 70px 18px;
    }

    .acao-mes-card {
        padding: 32px 22px;
        border-radius: 28px;
        gap: 28px;
    }

    .acao-mes-conteudo h2 {
        font-size: 30px;
    }

    .tag-promocao {
        display: table;
        margin: 0 auto 22px auto;
        font-size: 10px;
    }

    .acao-mes-descricao {
        font-size: 14px;
    }

    .acao-mes-imagem {
        border-radius: 22px;
        margin: 20px auto 28px auto;
        max-width: 100%;
    }

    .acao-mes-imagem img {
        height: 220px;
    }

    .oferta-principal {
        grid-template-columns: 1fr;
    }

    .oferta-principal strong {
        font-size: 24px;
    }

    .linha-plano {
        grid-template-columns: 1fr;
        gap: 4px;
        text-align: left;
    }

    .linha-plano strong {
        text-align: left;
        color: #7CFF00;
    }

    .acao-beneficios {
        grid-template-columns: 1fr;
    }

    .acao-beneficios div {
        min-height: auto;
        padding: 20px;
    }

    .acao-botoes {
        flex-direction: column;
    }

    .btn-acao-principal,
    .btn-acao-secundario {
        width: 100%;
        text-align: center;
    }

    .acao-mes-visual {
        padding: 25px;
    }

    .selo-rodobens strong {
        font-size: 30px;
    }

    .numero-assembleia strong {
        font-size: 68px;
    }
}

@media (max-width: 420px) {
    .acao-mes-imagem img {
        height: 180px;
    }
}