* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Inter', Arial, sans-serif;
    background: linear-gradient(135deg, #B3E5FC 0%, #81D4FA 40%, #4FC3F7 100%);
    color: #1A237E;
    line-height: 1.6;
    scroll-behavior: smooth;
    min-height: 100vh;
    backdrop-filter: blur(5px);
}

/* ========================================================================= */
/* FAIXA SUPERIOR EXCLUSIVA SC                                               */
/* ========================================================================= */
.top-banner-sc {
    width: 100%;
    background: linear-gradient(135deg, #0D47A1, #1565C0);
    color: #FFD700;
    text-align: center;
    padding: 10px 20px;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(13,71,161,0.4);
}
.top-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.top-banner-sc i {
    font-size: 1.2rem;
}

.container { max-width: 1100px; margin: 0 auto; padding: 0 22px; }

/* ========================================================================= */
/* CABEÇALHO                                                                  */
/* ========================================================================= */
.top-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 15px 24px; margin: 14px 0;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    flex-wrap: wrap; gap: 12px;
}
.top-header .logo { font-size: 1.5rem; font-weight: 900; color: #0D47A1; }
.main-nav { display: flex; gap: 8px; flex-wrap: wrap; }
.main-nav a {
    color: #0D47A1; text-decoration: none; font-weight: 600;
    font-size: 0.9rem; padding: 8px 14px; border-radius: 8px; transition: 0.3s;
    background: rgba(255,255,255,0.3);
}
.main-nav a:hover { background: rgba(255,255,255,0.6); color: #000; }
.btn-access {
    background: linear-gradient(135deg, #1565C0, #0D47A1); color: #FFF;
    padding: 10px 20px; border-radius: 25px;
    font-weight: 800; font-size: 0.9rem; text-decoration: none;
    display: inline-flex; align-items: center; gap: 6px;
    box-shadow: 0 0 15px rgba(13,71,161,0.3);
}
.btn-access:hover { transform: translateY(-2px); box-shadow: 0 0 25px rgba(13,71,161,0.5); }

/* ========================================================================= */
/* BLOCO PRINCIPAL - TÍTULO + BENEFÍCIOS + LOGOS (FLEXBOX)                   */
/* ========================================================================= */
.hero { text-align: center; padding: 40px 0 20px; }

.hero-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px 35px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 22px;
    max-width: 1100px;
    width: 92%;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1), 0 0 40px rgba(255,255,255,0.3);
}

.hero-content {
    flex: 1;
    text-align: center;
}

.hero-logo {
    width: 110px;
    height: auto;
    object-fit: contain;
    opacity: 0.95;
    flex-shrink: 0;
}

.hero-title {
    font-size: clamp(1.6rem, 5vw, 2.6rem);
    font-weight: 900;
    color: #0D47A1;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
}

.hero-subtitle {
    font-size: clamp(1.1rem, 3vw, 1.6rem);
    font-weight: 700;
    color: #1565C0;
    margin-bottom: 22px;
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
}

.hero-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
}

.hero-benefits span {
    color: #1A237E;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    transition: all 0.3s;
}

.hero-benefits span:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

.hero-benefits i {
    color: #0D47A1;
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* ========================================================================= */
/* BOTÃO ÚNICO DE CADASTRO                                                    */
/* ========================================================================= */
.single-cta-section {
    text-align: center;
    padding: 30px 0 40px;
}

.btn-cta-large {
    display: inline-block;
    background: linear-gradient(135deg, #0D47A1, #1565C0);
    color: #FFF;
    padding: 16px 50px;
    border-radius: 40px;
    font-weight: 900;
    font-size: 1.3rem;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(13,71,161,0.4);
    transition: all 0.3s;
}

.btn-cta-large:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(13,71,161,0.6);
}

/* ========================================================================= */
/* COMO FUNCIONA                                                              */
/* ========================================================================= */
.how-it-works {
    margin: 40px 0;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.how-it-works h2 { color: #0D47A1; font-size: 1.6rem; font-weight: 900; margin-bottom: 6px; }
.how-it-works .subtitle { color: #1A237E; font-size: 1rem; margin-bottom: 28px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 18px;
    padding: 28px 18px;
    transition: all 0.3s;
}
.step-card:hover { border-color: #0D47A1; transform: translateY(-4px); }
.step-number {
    width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, #0D47A1, #1565C0);
    color: #FFF; display: inline-flex; align-items: center; justify-content: center;
    font-weight: 900; font-size: 1.3rem; margin-bottom: 12px;
    box-shadow: 0 0 20px rgba(13,71,161,0.4);
}
.step-card h3 { color: #0D47A1; font-size: 1.1rem; font-weight: 800; margin-bottom: 6px; }
.step-card p { color: #333; font-size: 0.9rem; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 28px; }
.trust-item {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 10px; padding: 12px 8px; text-align: center;
    font-size: 0.85rem; color: #1A237E; font-weight: 600;
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.trust-item i { color: #0D47A1; font-size: 1rem; }

/* ========================================================================= */
/* RESULTADOS                                                                 */
/* ========================================================================= */
.results-section { text-align: center; margin: 45px 0; }
.results-section h2 { color: #0D47A1; font-size: 1.5rem; font-weight: 900; margin-bottom: 22px; }
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.result-card {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 18px; padding: 28px 18px; transition: all 0.3s;
}
.result-card:hover { border-color: #0D47A1; transform: translateY(-4px); }
.result-card i { font-size: 2.5rem; margin-bottom: 10px; }
.result-card h3 { color: #0D47A1; font-size: 1.05rem; font-weight: 800; margin-bottom: 6px; }
.result-card p { color: #333; font-size: 0.85rem; }

/* ========================================================================= */
/* AUTOR (NOVO TEXTO PERSUASIVO)                                              */
/* ========================================================================= */
.section-divider { margin: 40px 0 20px; border-top: 1px solid rgba(0,0,0,0.1); }
.section-title { text-align: center; margin-bottom: 20px; }
.section-title h2 { font-size: 1.5rem; color: #0D47A1; font-weight: 900; }

.authority-grid {
    display: grid; grid-template-columns: 200px 1fr; gap: 25px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 20px; padding: 28px; margin: 22px 0 40px;
    align-items: center;
}
.profile-img { border-radius: 16px; overflow: hidden; max-width: 180px; border: 2px solid rgba(255,255,255,0.5); }
.profile-img img { width: 100%; display: block; }
.authority-text p { font-size: 0.95rem; color: #1A237E; margin-bottom: 12px; line-height: 1.5; }
.author-name {
    font-size: 1.3rem;
    font-weight: 900;
    color: #0D47A1;
    margin-bottom: 15px;
}

/* ========================================================================= */
/* PLANOS                                                                     */
/* ========================================================================= */
.pricing-section { text-align: center; margin: 50px 0; }
.pricing-section h2 { font-size: 1.8rem; color: #0D47A1; font-weight: 900; }
.pricing-section .sub { color: #1A237E; font-size: 1rem; margin-bottom: 25px; }
.pricing-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }

.price-card {
    flex: 1; min-width: 200px; max-width: 250px;
    background: rgba(255, 255, 255, 0.5); backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 22px;
    padding: 30px 20px; text-align: center; transition: all 0.3s;
}
.price-card:hover { transform: translateY(-6px); border-color: #0D47A1; }
.price-card.featured {
    border: 2px solid #0D47A1; background: rgba(13,71,161,0.1);
    transform: scale(1.03); box-shadow: 0 0 35px rgba(13,71,161,0.2);
}
.price-card .plan-icon { font-size: 2.5rem; margin-bottom: 8px; }
.price-card h3 { color: #0D47A1; font-size: 1.1rem; font-weight: 800; margin-bottom: 4px; }
.price-card.featured h3 { color: #0D47A1; }
.price-card .desc { color: #333; font-size: 0.82rem; margin-bottom: 12px; }
.price { font-size: 2.3rem; font-weight: 900; color: #0D47A1; margin: 8px 0; }
.price-card.featured .price { color: #0D47A1; }
.price-month { color: #1565C0; font-size: 0.85rem; font-weight: 700; margin-bottom: 4px; }

.btn-plan {
    display: block; background: linear-gradient(135deg, #0D47A1, #1565C0);
    color: #FFF; padding: 12px; border-radius: 30px; font-weight: 800;
    text-decoration: none; margin-top: 14px; font-size: 0.95rem;
    transition: all 0.3s; box-shadow: 0 4px 15px rgba(13,71,161,0.3);
}
.btn-plan:hover { transform: scale(1.04); }
.price-card.featured .btn-plan {
    background: linear-gradient(135deg, #1565C0, #0D47A1);
    box-shadow: 0 4px 15px rgba(13,71,161,0.4);
}

.pricing-note {
    text-align: center; margin-top: 22px; color: #0D47A1;
    font-weight: 700; font-size: 0.95rem;
}
.pricing-warning {
    text-align: center; margin-top: 8px; color: #D32F2F;
    font-size: 0.82rem;
}

/* ========================================================================= */
/* FAQ                                                                        */
/* ========================================================================= */
.faq-section { margin: 45px 0; }
.faq-section h2 { text-align: center; color: #0D47A1; font-size: 1.5rem; font-weight: 900; margin-bottom: 22px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.faq-item {
    background: rgba(255, 255, 255, 0.5);
    border-left: 4px solid #0D47A1;
    border-radius: 10px; padding: 16px; transition: all 0.3s;
}
.faq-item:hover { border-left-color: #1565C0; background: rgba(255,255,255,0.7); }
.faq-item strong { color: #0D47A1; display: block; margin-bottom: 4px; font-size: 0.95rem; }
.faq-item span { color: #1A237E; font-size: 0.85rem; }

/* ========================================================================= */
/* CONTATO                                                                    */
/* ========================================================================= */
.contact-section {
    text-align: center; background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 20px;
    padding: 35px 25px; margin: 40px 0;
}
.contact-section h3 { color: #0D47A1; font-size: 1.4rem; font-weight: 900; margin-bottom: 18px; }
.contact-lines { display: flex; flex-direction: column; gap: 10px; max-width: 380px; margin: 0 auto; }
.contact-line {
    color: #1A237E; display: flex; align-items: center;
    justify-content: center; gap: 8px; font-size: 1rem; font-weight: 600;
    padding: 8px; border-radius: 8px; transition: all 0.3s;
}
.contact-line:hover { background: rgba(255,255,255,0.5); }
.contact-line i { color: #0D47A1; font-size: 1.2rem; }

/* ========================================================================= */
/* WHATSAPP                                                                   */
/* ========================================================================= */
.whatsapp-float {
    position: fixed; bottom: 22px; right: 22px;
    background: #25D366; color: #FFF;
    width: 55px; height: 55px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; z-index: 100; text-decoration: none;
    box-shadow: 0 0 30px rgba(37,211,102,0.5);
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

footer { text-align: center; padding: 25px 0; color: #1A237E; font-size: 0.8rem; }

/* ========================================================================= */
/* RESPONSIVO                                                                 */
/* ========================================================================= */
@media (max-width: 768px) {
    .main-nav { display: none; }
    .top-header { justify-content: center; }
    .steps-grid, .results-grid, .faq-grid { grid-template-columns: 1fr; }
    .trust-strip { grid-template-columns: repeat(2, 1fr); }
    .pricing-grid { flex-direction: column; align-items: center; }
    .price-card.featured { transform: scale(1); }
    .authority-grid { grid-template-columns: 1fr; text-align: center; }
    .profile-img { margin: 0 auto; }
}

@media (max-width: 600px) {
    .hero-box {
        flex-direction: column;
        gap: 15px;
    }
    .hero-logo {
        width: 80px;
    }
    .hero-benefits {
        grid-template-columns: 1fr;
    }
}