* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    color: #ffffff;
    background-color: #1e3a5f;
}

/* HEADER */
header {
    background-color: #0d1b35;
    padding: 0 40px;
    position: sticky;
    top: 0;
    z-index: 100;
    height: 80px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.logo-header {
    height: 68px;
    width: 250px;
    object-fit: contain;
    margin-right: 25px;
    filter: brightness(1.3) drop-shadow(0 0 20px rgba(255,255,255,0.35));
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
}

nav {
    display: flex;
    gap: 36px;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: color 0.2s;
}

nav a:hover {
    color: #2ecc71;
}

.menu-toggle {
    display: none;
    font-size: 1.6rem;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

.btn-whatsapp {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    border: 2px solid #25d366;
    padding: 6px 14px;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
}

.whatsapp-icon {
    width: 28px;
    height: 28px;
}

.btn-whatsapp-texto {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.btn-whatsapp-texto span {
    font-size: 0.78rem;
    color: #6b7280;
}
.btn-whatsapp-texto strong {
    font-size: 0.95rem;
    color: #0d1b35;
}

/* BANNER */
.banner {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    background-image: linear-gradient(to right, rgba(8, 20, 50, 0.96) 40%, rgba(8, 20, 50, 0.35) 100%), url('banner.png');
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 6% 40px;
    flex: 1;
}

.banner-texto {
    max-width: 480px;
}

.banner-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2ecc71;
    border: 1px solid #2ecc71;             
    border-radius: 50px;
    padding: 5px 14px;
    margin-bottom: 18px;
}

.banner-texto h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 16px;
}

.banner-verde {
    color: #2ecc71;
    font-weight: 700;
}

.banner-texto p {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin-bottom: 24px;
    text-align: left;
}

.banner-bullets {
    list-style: none;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner-bullets li {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.9);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner-bullets li::before {
    content: '✓';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #2ecc71;
    color: #2ecc71;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    flex-shrink: 0;
}

.btn-solicitar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2ecc71;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    padding: 16px 44px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.04em;
    text-decoration: none;
    z-index: 1;
    animation: como-pulse 1.6s ease-in-out infinite;
    transition: background 0.2s ease, transform 0.2s ease;
}

.btn-solicitar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-18deg);
    animation: como-shine 2.2s ease-in-out infinite;
    pointer-events: none;
}

.btn-solicitar:hover {
    background: #1a9e50;
    transform: scale(1.06);
    animation: none;
}

.btn-solicitar:hover::before {
    animation: none;
}

/* FAIXA STATS */
.faixa-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 0 40px 40px 40px;
    background: transparent;
    position: relative;
    z-index: 2;
}

.stat-item {
    background: rgba(10, 25, 60, 0.55);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 22px 16px;
    text-align: center;
    min-width: 0;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.stat-icon-box {
    font-size: 28px;
    margin-bottom: 8px;
}

.stat-num {
    font-size: 20px;
    font-weight: 600;
    color: #2ecc71;
    line-height: 1;
    margin-bottom: 5px;
    word-break: break-word;
}

.stat-item span {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    line-height: 1.4;
}

/* BADGE E TITULO PADRAO DE SECAO */
.secao-badge {
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    padding: 8px 28px;
    margin-bottom: 20px;
}

.secao-titulo {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 0 16px;
    text-align: center;
}

.secao-destaque {
    color: #2ecc71;
}

.secao-linha {
    width: 60px;
    height: 4px;
    background-color: #2ecc71;
    margin: 0 auto 40px;
    border-radius: 2px;
}

/* BADGE VERDE — apenas o rótulo da seção, igual ao Como Funciona */
.secao-badge-verde {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 2px solid rgba(0,255,136,0.7);
    background: rgba(0,255,136,0.08);
    color: #00ff88;
    padding: 16px 48px;
    border-radius: 999px;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

/* POR QUE ESCOLHER */
.por-que {
    background: 
        radial-gradient(ellipse 30% 80% at left center, rgba(0, 80, 20, 0.35) 0%, transparent 100%),
        radial-gradient(ellipse 30% 80% at right center, rgba(0, 80, 20, 0.35) 0%, transparent 100%),
        #0a1628;
    padding: 80px 40px 90px;
    text-align: center;
    border-top: 1px solid rgba(57, 255, 20, 0.08);
}

.por-que h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
}

.por-que h2 span {
    color: #7fff00;
}

.secao-linha {
    width: 44px;
    height: 3px;
    background: #7fff00;
    border-radius: 2px;
    margin: 0 auto 48px;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.card {
    background: #111d2e;
    border-radius: 14px;
    padding: 26px 20px 22px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: border-color 0.2s, transform 0.2s;
}

.card:hover {
    border-color: rgba(127, 255, 0, 0.4);
    transform: translateY(-3px);
}

.card-icone {
    background: #1e4d2b;
    color: #7fff00;
    width: 54px;
    height: 54px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
    border: none;
}

.card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.3;
}

.card p {
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.65;
    margin-bottom: 20px;
}

.card-linha {
    width: 30px;
    height: 3px;
    background: #7fff00;
    border-radius: 2px;
}
/* COMO FUNCIONA */
.como-funciona {
    background: #071428;
    padding: 90px 40px 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.como-bg-glow,
.como-particles {
    display: none;
}

.como-funciona::after {
    content: '';
    position: absolute;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(7,65,141,0.75) 0%, rgba(7,65,141,0.45) 25%, rgba(7,65,141,0.15) 55%, transparent 72%);
    top: -340px;
    right: -280px;
    pointer-events: none;
    z-index: 0;
}

.como-funciona::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(24,95,165,0.45) 0%, rgba(24,95,165,0.20) 35%, transparent 65%);
    bottom: -200px;
    left: -180px;
    pointer-events: none;
    z-index: 0;
}

.como-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.como-funciona .dep-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    border: 2px solid rgba(0,255,136,0.7);
    background: rgba(0,255,136,0.08);
    color: #00ff88;
    padding: 16px 48px;
    border-radius: 999px;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.como-subtitulo {
    font-size: 1rem;
    color: rgba(180,220,255,0.55);
    max-width: 560px;
    line-height: 1.8;
    margin: 0 auto 56px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.como-steps-wrapper {
    position: relative;
    max-width: 1060px;
    width: 100%;
    z-index: 1;
    margin-bottom: 44px;
}

.como-steps-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    align-items: stretch;
}

/* Seta entre os cards */
.como-seta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00c853;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 900;
    flex-shrink: 0;
    margin: auto 8px;
    z-index: 2;
    line-height: 1;
    align-self: center;
}

/* Card azul claro — paleta da logo */
.como-step-card {
    background: #e8f4fd;
    border: 1.5px solid #b3d9f5;
    border-radius: 18px;
    padding: 36px 28px 32px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    min-height: 360px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}

.como-step-card::before {
    display: none;
}

.como-step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 32px rgba(0,100,200,0.15);
}

/* Número no canto superior esquerdo */
.como-step-numero {
    position: absolute;
    top: 16px;
    left: 16px;
    width: auto;
    height: 32px;
    border-radius: 8px;
    background: #00c853;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    margin: 0;
    letter-spacing: 0.05em;
}

/* Ícone em círculo verde claro */
.como-step-icone {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(0, 200, 83, 0.12);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 24px;
    transition: background 0.3s;
    flex-shrink: 0;
}

.como-step-icone svg {
    stroke: #00c853;
    width: 38px;
    height: 38px;
}

.como-step-card:hover .como-step-icone {
    background: rgba(0, 200, 83, 0.22);
}

/* Título escuro com linha verde embaixo */
.como-step-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0d1b35;
    margin: 0;
    line-height: 1.3;
}

.como-step-card h3::after {
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    background: #00c853;
    border-radius: 2px;
    margin: 10px auto 0;
}

/* Texto azul escuro */
.como-step-card p {
    font-size: 0.88rem;
    color: #3a5070;
    line-height: 1.75;
    margin: 14px 0 0;
    flex: 1;
}

.como-seguranca-faixa {
    background: rgba(7,65,141,0.12);
    border: 1px solid rgba(24,95,165,0.25);
    border-radius: 14px;
    padding: 22px 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1060px;
    width: 100%;
    gap: 24px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.como-seg-esq {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
}

.como-seg-esq strong {
    display: block;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 4px;
}

.como-seg-esq p {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.50);
    margin: 0;
}

.como-seg-dir {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    text-align: left;
}

.como-seg-dir strong {
    display: block;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 700;
}

.como-seg-dir span {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.50);
}

.como-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #00ff88;
    color: #060f1e;
    font-size: 1.15rem;
    font-weight: 900;
    padding: 20px 56px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.04em;
    text-decoration: none;
    z-index: 1;
    animation: como-pulse 1.6s ease-in-out infinite;
    transition: background 0.2s ease, transform 0.2s ease;
}

.como-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-18deg);
    animation: como-shine 2.2s ease-in-out infinite;
    pointer-events: none;
}

.como-cta-btn:hover {
    background: #00d470;
    transform: scale(1.06);
    animation: none;
}

.como-cta-btn:hover::before {
    animation: none;
}

@keyframes como-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(0,255,136,0.7); }
    50%  { box-shadow: 0 0 0 18px rgba(0,255,136,0); }
    100% { box-shadow: 0 0 0 0 rgba(0,255,136,0); }
}

@keyframes como-shine {
    0%        { left: -100%; }
    45%, 100% { left: 150%; }
}

/* VANTAGENS */
.vantagens {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 60px;
    background-image: linear-gradient(rgba(5, 15, 40, 0.45), rgba(5, 15, 40, 0.45)), url('vantagens.jpeg');
    background-size: cover;
    background-position: left center;
}

.vantagens-inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.vantagens-header {
    text-align: center;
    margin-bottom: 40px;
}

/* Título Vantagens — texto simples, sem estilo de badge */
.vantagens-titulo {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 16px;
    text-align: center;
    display: block;
    border: none;
    background: none;
    padding: 0;
    border-radius: 0;
    letter-spacing: normal;
    text-transform: none;
}

.vantagens-titulo .verde {
    color: #2ecc71;
}

.vantagens-subtitulo {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    text-align: center;
}

.vantagens-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    width: 100%;
}

/* Cards transparentes */
.vantagem-card {
    background-color: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 28px 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    transition: background 0.2s, transform 0.2s;
}

.vantagem-card:hover {
    background-color: rgba(255, 255, 255, 0.28);
    transform: translateY(-3px);
}

.vantagem-icone {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 10px;
    background: rgba(46, 204, 113, 0.15);
    border: 1px solid rgba(46, 204, 113, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.vantagem-texto {
    flex: 1;
}

.vantagem-texto h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.3;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

.vantagem-texto p {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.65;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.vantagens-rodape {
    margin-top: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.vantagens-rodape p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

.vantagens-rodape .verde {
    color: #2ecc71;
    font-weight: 600;
}

/* FAQ */
.faq-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #071428;
    padding: 80px 40px 70px;
    text-align: center;
    position: relative;
    overflow: clip;
}

.faq-section .como-bg-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.faq-section .como-bg-glow--green {
    display: none;
}

.faq-section .como-bg-glow--blue {
    display: block;
    width: 900px;
    height: 900px;
    background: radial-gradient(ellipse at center, rgba(7,65,141,0.75) 0%, rgba(7,65,141,0.45) 25%, rgba(7,65,141,0.15) 55%, transparent 72%);
    top: -340px;
    right: -280px;
}

.faq-section .como-bg-glow--blue2 {
    display: block;
    width: 600px;
    height: 600px;
    background: radial-gradient(ellipse at center, rgba(24,95,165,0.45) 0%, rgba(24,95,165,0.20) 35%, transparent 65%);
    bottom: -200px;
    left: -180px;
}

.faq-section::before,
.faq-section::after {
    display: none;
}

.faq-section .secao-badge-verde,
.faq-section .faq-titulo,
.faq-section .faq-subtitulo,
.faq-section .faq-lista,
.faq-section .faq-cta {
    position: relative;
    z-index: 1;
}

.faq-lista {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    border-top: none;
    position: relative;
    z-index: 1;
}

.faq-item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    margin-bottom: 8px;
    transition: border-color 0.2s, background 0.2s;
}

.faq-item:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(46,204,113,0.2);
}

.faq-item.aberto {
    background: rgba(46,204,113,0.05);
    border-color: rgba(46,204,113,0.25);
}

.faq-pergunta {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    padding: 18px 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    transition: color 0.2s;
    text-align: left;
}

.faq-pergunta:hover {
    color: #4ade80;
}

.faq-icone {
    margin-left: auto;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background: none;
    display: flex;
    align-items: center;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.faq-item.aberto .faq-icone {
    transform: rotate(180deg);
    background: none;
    color: inherit;
}

.faq-resposta {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.8;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    text-align: left;
    padding: 0 24px 0 58px;
}

.faq-item.aberto .faq-resposta {
    max-height: 600px;
    padding: 0 24px 20px 58px;
}

/* Título FAQ — texto simples, sem estilo de badge */
.faq-titulo {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
    text-align: center;
    position: relative;
    z-index: 1;
    display: block;
    border: none;
    background: none;
    padding: 0;
    border-radius: 0;
    letter-spacing: normal;
    text-transform: none;
}

.faq-titulo .dep-destaque {
    color: #ffffff;
}

.faq-subtitulo {
    font-size: 1rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 40px;
    line-height: 1.7;
    text-align: center;
    position: relative;
    z-index: 1;
}

.faq-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: rgba(7,65,141,0.2);
    border: 1px solid rgba(24,95,165,0.3);
    border-radius: 14px;
    padding: 28px 32px;
    max-width: 860px;
    width: 100%;
    margin: 24px auto 0;
    position: relative;
    z-index: 1;
}

.faq-cta-esq {
    display: flex;
    align-items: center;
    gap: 16px;
}

.faq-cta-icone {
    background: rgba(46,204,113,0.10);
    border: 1px solid rgba(46,204,113,0.25);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-cta-esq strong {
    display: block;
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 4px;
}

.faq-cta-esq p {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.55);
    margin: 0;
    line-height: 1.5;
}

.faq-cta-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    border: 2px solid #25d366;
    border-radius: 50px;
    padding: 14px 28px;
    text-decoration: none;
    flex-shrink: 0;
    transition: background 0.2s;
}

.faq-cta-btn:hover {
    background: #f0fdf4;
}

.faq-cta-btn strong {
    display: block;
    font-size: 0.95rem;
    color: #1e3a5f;
    font-weight: 700;
}

.faq-cta-btn span {
    font-size: 0.78rem;
    color: #6b7280;
}

/* DEPOIMENTOS */
.depoimentos {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 40px;
    text-align: center;
    background-image: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url('depoimentos.jpg');
    background-size: cover;
    background-position: center 20%;
}

.dep-container {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

.dep-titulo {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 0 16px;
    display: block;
    border: none;
    background: none;
    padding: 0;
    border-radius: 0;
    letter-spacing: normal;
    text-transform: none;
}

.dep-destaque {
    color: #2ecc71;
}

.dep-subtitulo {
    font-size: 15px;
    color: rgba(255,255,255,0.75);
    max-width: 540px;
    margin: 0 auto 48px;
    line-height: 1.7;
}

.dep-subtitulo strong {
    color: #ffffff;
}

.dep-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    width: 100%;
}

.dep-card {
    background: rgba(10, 25, 60, 0.72);
    border: 1px solid rgba(46, 204, 113, 0.15);
    border-radius: 14px;
    padding: 48px 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dep-card-topo {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.dep-icone {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dep-icone svg {
    width: 24px;
    height: 24px;
}

.dep-icone--azul  { background-color: rgba(24, 95, 165, 0.3); color: #60a5fa; }
.dep-icone--verde { background-color: rgba(15, 110, 86, 0.3); color: #2ecc71; }
.dep-icone--roxo  { background-color: rgba(83, 74, 183, 0.3); color: #a78bfa; }

.dep-card-titulo {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    margin: 0 0 6px;
}

.dep-estrelas {
    display: flex;
    gap: 2px;
}

.dep-estrelas span {
    color: #F59E0B;
    font-size: 15px;
}

.dep-fala {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    font-style: italic;
    margin: 0;
    flex: 1;
}

.dep-divisor {
    border: none;
    border-top: 1px solid rgba(46, 204, 113, 0.3);
    margin: 0;
}

.dep-autor {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.dep-nome {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.dep-cargo {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}

.dep-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-top: 4px;
}

.dep-tag svg {
    width: 12px;
    height: 12px;
}

.dep-tag--azul  { color: #60a5fa; }
.dep-tag--verde { color: #2ecc71; }
.dep-tag--roxo  { color: #a78bfa; }

/* CONTATO */
.contato {
    background-color: #1e3a5f;
    padding: 60px 40px;
    text-align: center;
}

.contato-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.contato-subtitulo {
    font-size: 1rem;
    color: rgba(255,255,255,0.75);
    margin-bottom: 40px;
    line-height: 1.6;
}

.contato-cards {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
}

.contato-card {
    background-color: #16304f;
    border-radius: 12px;
    padding: 30px 24px;
    flex: 1;
    max-width: 240px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.2);
}

.contato-icone {
    font-size: 2rem;
    margin-bottom: 12px;
}

.contato-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.contato-card p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
}

.btn-contato {
    display: inline-block;
    background-color: #2ecc71;
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: background 0.2s;
}

.btn-contato:hover {
    background-color: #1a9e50;
}

/* FOOTER */
footer {
    background-color: #0d1b35;
    padding: 70px 0 40px;
    color: #fff;
    border-top: none;
    margin-top: -1px;
}

.footer-container {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 80px;
    box-sizing: border-box;
    align-items: flex-start;
    gap: 0;
}

.footer-col {
    flex: 0 0 auto;
    width: 30%;
    padding: 0 40px;
}

.footer-col:first-child {
    width: 28%;
    padding-left: 0;
    padding-right: 30px;
}

.footer-col:nth-child(2) {
    width: 26%;
    border-left: 1px solid rgba(255,255,255,0.15);
    border-right: 1px solid rgba(255,255,255,0.15);
}

.footer-col:last-child {
    width: 28%;
    padding-right: 0;
}

.footer-col h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 28px;
    color: #4ade80;
    padding-bottom: 0;
}

.footer-col h3::after {
    display: none;
}

.footer-col p,
.footer-col li {
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col li svg,
.footer-col p svg {
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    padding: 6px;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.footer-logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.logo-footer {
    height: 180px;
    width: auto;
    max-width: 400px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 0;
    display: block;
    filter: brightness(1.3) drop-shadow(0 0 20px rgba(255,255,255,0.35));
}

.footer-contato-box {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 14px;
    width: 100%;
    box-sizing: border-box;
}

.footer-contato-box svg {
    flex-shrink: 0;
    opacity: 0.8;
    width: 28px;
    height: 28px;
}

.footer-contato-box span {
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
}

.footer-line {
    border-top: 1px solid rgba(255,255,255,0.15);
    margin: 50px 80px 0;
}

.footer-bottom {
    text-align: center;
    margin: 0 80px;
    padding: 30px 0 0;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 2;
}

.footer-bottom p:first-child {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(46, 204, 113, 0.12);
    border: 1px solid rgba(46, 204, 113, 0.35);
    border-radius: 50px;
    padding: 10px 24px;
    color: #4ade80;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.footer-links {
    margin: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.footer-links a {
    color: #4ade80;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-whatsapp {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.18);
    padding: 16px 20px;
    border-radius: 14px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.footer-whatsapp:hover {
    background: rgba(37, 211, 102, 0.15);
    border-color: #25d366;
    transform: translateY(-2px);
}

.footer-whatsapp:active {
    background: #25d366;
    border-color: #25d366;
    transform: translateY(0);
}

.footer-whatsapp:active .footer-whatsapp-texto span,
.footer-whatsapp:active .footer-whatsapp-texto strong {
    color: #ffffff;
}

.footer-whatsapp img {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.footer-whatsapp-texto {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.footer-whatsapp-texto span {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.65);
    font-weight: 400;
}

.footer-whatsapp-texto strong {
    font-size: 1.15rem;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.3px;
}

/* ============================================ */
/* ===== CORREÇÕES SCROLL + MENU ATIVO ===== */
/* ============================================ */

/* Scroll suave nativo */
html {
    scroll-behavior: smooth;
}

/* Compensa a altura do header fixo (80px + margem) */
section[id] {
    scroll-margin-top: 90px;
}

footer[id] {
    scroll-margin-top: 90px;
}

/* ===== MENU ATIVO (SCROLL SPY) ===== */
.nav-link {
    position: relative;
}

.nav-link.active {
    color: #00ff88 !important;
    font-weight: 600;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 16px;
    right: 16px;
    height: 2px;
    background: #00ff88;
    border-radius: 1px;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    header { height: auto; padding: 10px 20px; }
    .header-content { flex-wrap: wrap; gap: 10px; }
    .logo-header { height: 40px; width: auto; }
    .menu-toggle { display: block; margin-left: auto; }
    nav { display: none; flex-direction: column; width: 100%; gap: 12px; padding: 10px 0; }
    nav.aberto { display: flex; }
    .btn-whatsapp { width: 100%; justify-content: center; }
    .banner { background-image: linear-gradient(rgba(8,20,50,0.92), rgba(8,20,50,0.92)), url('banner.png'); }
    .banner-texto h1 { font-size: 1.8rem; }
    .faixa-stats { grid-template-columns: repeat(2, 1fr); padding: 20px; }
    .cards-container { flex-direction: column; }
    .vantagens-grid { grid-template-columns: 1fr; }
    .dep-grid { grid-template-columns: 1fr; }
    .dep-titulo { font-size: 26px; }
    .faq-titulo { font-size: 1.8rem; }
    .vantagens-titulo { font-size: 1.8rem; }
    .contato-cards { flex-direction: column; align-items: center; }
    .contato-card { max-width: 100%; width: 100%; }
    .por-que, .vantagens, .contato, .faq-section, .como-funciona, .faixa-stats { padding: 40px 20px; }
    .footer-container { flex-direction: column; gap: 40px; padding: 0 30px; text-align: center; }
    .footer-col, .footer-col:first-child, .footer-col:nth-child(2), .footer-col:last-child { width: 100%; }
    .footer-line { margin: 40px 30px 0; }
    .footer-bottom { margin: 0 30px; }
    .como-subtitulo { font-size: 0.95rem; }
    .como-connector-line { display: none; }
    .como-steps-row { grid-template-columns: 1fr; gap: 20px; }
    .como-step-card { padding: 36px 24px 30px; }
    .como-seguranca-faixa { flex-direction: column; text-align: center; padding: 22px 24px; }
    .como-seg-esq { flex-direction: column; text-align: center; }
    .como-funciona .dep-badge { font-size: 1rem; padding: 12px 24px; }
    .secao-badge-verde { font-size: 1rem; padding: 12px 24px; }
}

@media (max-width: 600px) {
    .depoimentos { padding: 48px 16px; }
}

@media (max-width: 480px) {
    .faixa-stats { grid-template-columns: 1fr; }
    .banner-texto h1 { font-size: 1.5rem; }
    .btn-solicitar, .btn-contato { width: 100%; text-align: center; }
}