:root {
    --primary: #2F8F62; /* Verde Definido */
    --primary-light: rgba(47, 143, 98, 0.1);
    --primary-dark: #1a4d35;
    --primary-hover: #3FAE7A; /* Destaque Verde */
    --bg-dark: #1F2D3D;
    --slate-900: #1F2D3D; /* Texto Principal */
    --slate-800: #1F2D3D;
    --slate-600: #4a5d73;
    --slate-500: #6b7c93;
    --slate-400: #94a3b8;
    --slate-100: #eef2f6;
    --slate-50: #F5F6F7; /* Fundo Principal */
    --amber: #F4A62A; /* Amarelo Definido */
    --amber-light: #F6B94C; /* Variação Amarelo */
    --orange: #F4A62A;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; background-color: var(--slate-50); color: var(--slate-900); line-height: 1.5; overflow-x: hidden; -webkit-font-smoothing: antialiased; }

.container { max-width: 480px; margin: 0 auto; background: white; min-height: 100vh; box-shadow: 0 0 50px rgba(0,0,0,0.05); position: relative; }

/* Animações Scroll Reveal */
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }

/* Header */
.top-bar { background: var(--primary-dark); color: white; padding: 12px; text-align: center; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }

/* Hero */
.hero { padding: 40px 24px 20px; text-align: center; }
.badge { background: var(--slate-100); color: var(--slate-500); padding: 8px 16px; border-radius: 99px; font-size: 10px; font-weight: 800; display: inline-flex; align-items: center; gap: 6px; text-transform: uppercase; border: 1px solid var(--slate-200); margin-bottom: 25px; }
.headline { font-size: 38px; font-weight: 950; line-height: 1.05; letter-spacing: -1.8px; color: var(--slate-900); margin: 0 auto 25px; max-width: 100%; }
.headline span { color: var(--amber); white-space: nowrap; }
.mockup { position: relative; margin: 30px 0; display: flex; justify-content: center; }
.mockup img { width: 100%; max-width: 320px; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1)); }
.badge-2026 { position: absolute; bottom: 30px; right: 40px; background: var(--amber); color: white; font-weight: 900; padding: 6px 14px; border-radius: 12px; font-size: 14px; border: 3.5px solid white; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.hero-text { font-size: 16px; color: var(--slate-600); margin-bottom: 30px; font-weight: 500; line-height: 1.6; padding: 0 5px; }

/* Buttons */
.btn { background: var(--primary); color: white; display: block; text-align: center; padding: 22px; border-radius: 20px; font-weight: 950; font-size: 18px; text-decoration: none; text-transform: uppercase; box-shadow: 0 10px 20px rgba(47, 143, 98, 0.2); transition: all 0.2s; letter-spacing: -0.2px; border: none; cursor: pointer; }
.btn:hover { background: var(--primary-hover); transform: translateY(-2px); }
.btn:active { transform: scale(0.97); }

/* Animação de Pulso */
.btn-pulse {
    animation: pulse-animation 2s infinite !important;
}

@keyframes pulse-animation {
    0% { transform: scale(1); box-shadow: 0 10px 20px rgba(47, 143, 98, 0.2); }
    50% { transform: scale(1.04); box-shadow: 0 15px 30px rgba(47, 143, 98, 0.4); }
    100% { transform: scale(1); box-shadow: 0 10px 20px rgba(47, 143, 98, 0.2); }
}

.price-hero { margin-top: 25px; margin-bottom: 40px; text-align: center; }
.old-price { text-decoration: line-through; color: var(--slate-400); font-weight: 600; font-size: 19px; opacity: 0.7; }
.new-price { font-size: 44px; font-weight: 900; color: var(--amber); margin: 0 10px; letter-spacing: -1px; }
.price-info { font-size: 13px; color: var(--slate-500); font-weight: 600; margin-top: 8px; }

/* Aviso */
.aviso { background: #fff1f2; border: 1.5px solid #fecdd3; border-radius: 40px; padding: 45px 24px; margin: 0 24px 50px; text-align: center; }
.aviso-badge { background: #fecdd3; color: #9f1239; padding: 10px 20px; border-radius: 14px; font-size: 12px; font-weight: 900; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 25px; text-transform: uppercase; }
.aviso p { font-size: 15px; color: var(--slate-700); margin-bottom: 18px; font-weight: 500; line-height: 1.6; }
.aviso .insta { color: var(--amber); font-weight: 900; text-decoration: none; display: block; margin: 10px 0; font-size: 17px; }
.aviso .danger { color: #e11d48; font-size: 12px; font-weight: 900; text-transform: uppercase; margin-top: 25px; letter-spacing: 0.2px; line-height: 1.5; }

/* Stories */
.destaque-header { text-align: center; font-size: 19px; font-weight: 900; margin-bottom: 25px; color: var(--slate-900); display: flex; align-items: center; justify-content: center; gap: 10px; }
.stories-container { display: flex; gap: 16px; overflow-x: auto; padding: 0 24px 45px; scrollbar-width: none; }
.stories-container::-webkit-scrollbar { display: none; }
.story-card { min-width: 145px; border-radius: 28px; overflow: hidden; border: 1px solid var(--slate-100); box-shadow: 0 15px 35px rgba(0,0,0,0.08); }
.story-card img { width: 100%; display: block; }

/* Section Title */
.section-title { font-size: 28px; font-weight: 900; color: var(--slate-900); text-align: center; margin-bottom: 35px; letter-spacing: -1px; padding: 0 20px; line-height: 1.2; }
.section-title span { color: var(--primary); }

/* Summary Block "Ou seja" */
.summary-block { padding: 50px 24px; text-align: center; background: white; border-bottom: 1px solid var(--slate-100); }
.summary-block h3 { font-size: 24px; font-weight: 900; color: var(--slate-900); margin-bottom: 25px; line-height: 1.2; }
.summary-block .modulo-card { margin-bottom: 35px; border: 1.5px solid var(--slate-100); border-radius: 35px; overflow: hidden; box-shadow: 0 15px 40px rgba(0,0,0,0.03); background: white; }
.summary-block .modulo-card img { width: 100%; display: block; }
.summary-block .modulo-content { padding: 28px; text-align: center; }
.summary-block p { font-size: 17px; color: var(--slate-600); font-weight: 500; line-height: 1.6; margin-bottom: 10px; }

/* Jesus Image */
.jesus-hero { padding: 40px 24px; text-align: center; background: white; border-top: 1px solid var(--slate-100); }
.jesus-hero img { width: 100%; max-width: 320px; margin-bottom: 30px; }
.jesus-hero p { font-size: 19px; font-weight: 500; color: var(--slate-600); line-height: 1.6; }

/* Benefits Cards */
.beneficios { padding: 50px 24px; background: #fdfdfd; }
.benefit-card { background: white; border: 1.5px solid var(--slate-100); border-radius: 30px; padding: 45px 24px; margin-bottom: 24px; text-align: center; box-shadow: 0 10px 25px rgba(0,0,0,0.02); }
.benefit-icon { width: 65px; height: 65px; border-radius: 50%; background: white; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; font-size: 28px; border: 1.5px solid var(--slate-50); box-shadow: 0 8px 20px rgba(0,0,0,0.04); }
.benefit-card h3 { font-size: 20px; font-weight: 900; margin-bottom: 15px; color: var(--slate-900); letter-spacing: -0.5px; }
.benefit-card p { font-size: 15px; color: var(--slate-600); font-weight: 500; line-height: 1.6; }

/* Modulos */
.modulos { padding: 50px 24px; background: white; }
.modulo-card { background: white; border-radius: 35px; overflow: hidden; border: 1.5px solid var(--slate-100); margin-bottom: 28px; box-shadow: 0 15px 40px rgba(0,0,0,0.03); }
.modulo-card img { width: 100%; height: auto; display: block; min-height: 150px; background: #f8fafc; }
.modulo-content { padding: 28px; text-align: center; }
.modulo-content h4 { font-size: 19px; font-weight: 900; margin-bottom: 12px; color: var(--slate-900); letter-spacing: -0.5px; }
.modulo-content p { font-size: 14.5px; color: var(--slate-600); font-weight: 500; line-height: 1.6; }

/* Section Bônus */
.bonus-section { padding: 60px 24px; background: white; text-align: center; }
.bonus-section h2 { font-size: 28px; font-weight: 900; color: var(--slate-900); margin-bottom: 15px; line-height: 1.2; }
.bonus-section h2 span { color: var(--amber); }
.bonus-section .intro-text { font-size: 16px; color: var(--slate-500); margin-bottom: 45px; font-weight: 500; }
.bonus-card { background: white; border: 1.5px solid var(--slate-100); border-radius: 35px; padding: 0 0 35px; margin-bottom: 40px; position: relative; box-shadow: 0 15px 40px rgba(0,0,0,0.03); }
.bonus-tag { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: #e11d48; color: white; font-weight: 900; font-size: 11px; padding: 6px 20px; border-radius: 99px; text-transform: uppercase; z-index: 10; }
.bonus-card img { width: 100%; border-radius: 35px 35px 0 0; display: block; }
.bonus-card .content { padding: 25px 24px; }
.bonus-card h3 { font-size: 19px; font-weight: 900; margin-bottom: 15px; color: var(--slate-900); line-height: 1.3; }
.bonus-card p { font-size: 14.5px; color: var(--slate-600); margin-bottom: 25px; font-weight: 500; line-height: 1.6; }
.bonus-price { font-size: 14px; font-weight: 700; color: var(--slate-400); }
.bonus-price span { color: var(--amber); font-size: 18px; font-weight: 900; margin-left: 8px; }

/* Pricing */
.price-value { margin-bottom: 20px; text-align: center; }
.price-label { font-size: 12px; color: var(--slate-400); font-weight: 600; display: block; margin-bottom: 2px; }
.price-value .new { font-size: 40px; font-weight: 900; color: var(--amber); letter-spacing: -1.5px; }
.price-card-footer { font-size: 10px; color: var(--slate-400); font-weight: 600; margin-top: 12px; text-align: center; width: 100%; }

.features li span.crown { color: var(--amber); }

.price-card .mockup-mini { width: 100%; max-width: 240px; margin: 0 auto 20px; display: block; }
.pricing { padding: 40px 20px; background: var(--slate-50); display: flex; flex-direction: column; align-items: center; }
.price-card { background: white; border-radius: 40px; padding: 35px 25px; border: 2.5px solid var(--slate-200); margin-bottom: 30px; position: relative; width: 100%; max-width: 380px; text-align: center; }
.price-card.featured { border: 4px solid var(--primary); }
.price-card h3 { font-size: 24px; font-weight: 900; margin-bottom: 20px; color: var(--slate-900); text-align: center; width: 100%; }
.features { list-style: none; margin-bottom: 25px; text-align: left; }
.features li { display: flex; gap: 10px; margin-bottom: 12px; font-size: 14px; font-weight: 700; color: var(--slate-700); align-items: flex-start; }

/* Testimonials */
.testimonials { padding: 60px 24px; background: white; }
.testimonial-card { background: var(--slate-50); border-radius: 35px; padding: 35px; margin-bottom: 24px; box-shadow: 0 10px 20px rgba(0,0,0,0.01); }
.stars { color: var(--amber); font-size: 13px; margin-bottom: 18px; letter-spacing: 2px; }
.testimonial-card p { font-size: 15px; color: var(--slate-700); font-weight: 500; font-style: italic; line-height: 1.7; }
.author { margin-top: 25px; display: flex; align-items: center; gap: 14px; }
.author-img { width: 45px; height: 45px; border-radius: 50%; object-fit: cover; }
.author-name { font-weight: 900; font-size: 14px; color: var(--slate-900); }
.author-role { font-size: 11px; color: var(--slate-400); font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }

/* Security */
.security { padding: 60px 24px; text-align: center; }
.security-box { border: 2.5px solid var(--slate-100); border-radius: 45px; padding: 55px 24px; background: white; }
.security-box .icon-gold { font-size: 50px; margin-bottom: 15px; display: block; filter: drop-shadow(0 5px 10px rgba(180, 83, 9, 0.2)); }
.security-box h2 { font-size: 23px; font-weight: 900; margin-bottom: 15px; color: var(--slate-900); line-height: 1.3; }
.security-box p { font-size: 14.5px; color: var(--slate-600); line-height: 1.7; font-weight: 500; margin-bottom: 25px; max-width: 320px; margin-left: auto; margin-right: auto; }
.security-highlight { background: var(--primary); color: white; display: inline-block; padding: 12px 25px; border-radius: 18px; font-weight: 950; font-size: 14px; box-shadow: 0 8px 20px rgba(30, 107, 69, 0.25); border: 2px solid white; }

/* FAQ */
.faq { padding: 60px 24px; background: white; }
.faq-item { margin-bottom: 15px; border-radius: 24px; overflow: hidden; }
.faq-item summary { list-style: none; background: var(--slate-50); padding: 25px 30px; font-weight: 800; font-size: 16px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: all 0.2s; color: var(--slate-800); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '↓'; font-size: 18px; color: var(--slate-400); transition: transform 0.3s; }
.faq-item[open] summary { background: white; border: 1.5px solid var(--primary); color: var(--primary); }
.faq-item[open] summary::after { content: '↑'; color: var(--primary); }
.faq-content { padding: 0 30px 25px; background: white; font-size: 15px; color: var(--slate-600); font-weight: 500; line-height: 1.7; border: 1.5px solid var(--primary); border-top: 0; border-radius: 0 0 24px 24px; }

/* Footer */
.footer { background: var(--bg-dark); color: white; padding: 70px 24px; text-align: center; }
.footer-logo { font-size: 15px; font-weight: 900; text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 25px; }
.footer-text { font-size: 12.5px; opacity: 0.65; line-height: 1.9; margin-bottom: 40px; }

/* Notification */
#notification-box { position: fixed; bottom: 25px; left: 20px; z-index: 10000; pointer-events: none; }
.notif { background: white; border-radius: 20px; padding: 18px 22px; box-shadow: 0 15px 35px rgba(0,0,0,0.1); border: 1px solid rgba(0,0,0,0.05); display: flex; align-items: center; gap: 15px; width: 330px; transform: translateX(-150%); transition: transform 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28); }
.notif.active { transform: translateX(0); }
.notif-check { width: 42px; height: 42px; background: #FFF3E0; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--amber); font-size: 20px; flex-shrink: 0; border: 1px solid rgba(244, 166, 42, 0.1); }
.notif-text { font-size: 15px; font-weight: 800; color: #334155; line-height: 1.2; }
.notif-subtext { font-size: 13px; color: #94a3b8; font-weight: 600; margin-top: 2px; }

/* Popup Oferta Especial */
.overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); z-index: 20000; display: none; align-items: center; justify-content: center; backdrop-filter: blur(5px); padding: 20px; }
.popup { background: white; width: 100%; max-width: 380px; border-radius: 30px; overflow-y: auto; max-height: 90vh; position: relative; animation: popupAnim 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28); text-align: center; }
.text-red { color: #e11d48; font-weight: 950; }
@keyframes popupAnim { from { transform: scale(0.8); opacity: 0; } to { transform: scale(1); opacity: 1; } }

.popup-header { background: #e11d48; color: white; padding: 12px; font-size: 11px; font-weight: 900; letter-spacing: 0.5px; display: flex; align-items: center; justify-content: center; gap: 8px; text-transform: uppercase; }
.popup-close { position: absolute; top: 10px; right: 15px; color: white; font-size: 20px; cursor: pointer; opacity: 0.7; font-weight: bold; }

.popup-content { padding: 25px 20px; }
.popup-content h2 { font-size: 20px; font-weight: 900; color: #1F2D3D; line-height: 1.3; margin-bottom: 12px; }
.popup-content h2 .text-red { display: inline-block; }

.timer-info { font-size: 11px; color: #6b7c93; font-weight: 700; text-transform: uppercase; margin-bottom: 15px; }
.timer-display { display: flex; justify-content: center; gap: 10px; margin-bottom: 25px; align-items: center; }
.timer-box { background: #F5F6F7; border: 1.5px solid #eef2f6; border-radius: 12px; padding: 10px; min-width: 65px; }
.timer-num { font-size: 28px; font-weight: 900; color: #e11d48; display: block; line-height: 1; }
.timer-label { font-size: 9px; color: #94a3b8; font-weight: 800; text-transform: uppercase; margin-top: 4px; display: block; }
.timer-sep { font-size: 24px; font-weight: 900; color: #e11d48; }

.popup-offer { margin: 25px 0; border-top: 1px solid #f1f5f9; padding-top: 25px; }
.offer-title { font-size: 14px; font-weight: 800; color: #4a5d73; display: flex; align-items: center; justify-content: center; gap: 6px; margin-bottom: 5px; }
.offer-old { font-size: 14px; color: #94a3b8; text-decoration: line-through; font-weight: 600; }
.offer-new { font-size: 42px; font-weight: 950; color: #2F8F62; display: block; margin-top: -5px; letter-spacing: -1.5px; }

.popup .btn { background: #2F8F62; margin-bottom: 15px; }
.popup .btn-secondary { font-size: 12px; color: #94a3b8; text-decoration: underline; font-weight: 600; cursor: pointer; background: none; border: none; }

@media (max-width: 480px) {
    .headline { font-size: 27px !important; line-height: 1.1; letter-spacing: -1.2px; max-width: 100%; margin-bottom: 20px; padding: 0 10px; }
    .section-title { font-size: 22px; margin-bottom: 25px; }
    .price-card { padding: 30px 20px; border-radius: 30px; }
    .hero { padding: 30px 20px 15px; }
    
    /* Redução de Blocos para Mobile */
    section { padding: 35px 20px !important; }
    .benefit-card { padding: 25px 20px; margin-bottom: 15px; border-radius: 20px; }
    .benefit-icon { width: 45px; height: 45px; font-size: 20px; margin-bottom: 12px; }
    .modulo-card { margin-bottom: 18px; border-radius: 20px; }
    .modulo-content { padding: 20px; }
    .modulo-card img { min-height: 110px; }
    .bonus-card { margin-bottom: 25px; border-radius: 20px; }
    .bonus-card img { border-radius: 20px 20px 0 0; }
    .bonus-card .content { padding: 20px; }
    .summary-block { padding: 30px 20px; }
    .testimonial-card { padding: 25px; border-radius: 20px; margin-bottom: 15px; }
    .security-box { padding: 40px 20px; border-radius: 30px; }
    .btn { padding: 18px; font-size: 16px; border-radius: 15px; }
}

/* =========================================
   OTIMIZAÇÃO DE CONVERSÃO - 150 DINÂMICAS CATEQUESE
   V1 - Foco em Mobile e Destacamento de Call-to-Actions
   ========================================= */

/* 1. Animação de Pulso Dourada para focar o olhar do usuário no botão de compra */
@keyframes pulse-primary {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(30, 107, 69, 0.7); }
    70% { transform: scale(1.03); box-shadow: 0 0 0 15px rgba(30, 107, 69, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(30, 107, 69, 0); }
}

@keyframes pulse-gold {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(180, 83, 9, 0.7); }
    70% { transform: scale(1.04); box-shadow: 0 0 0 15px rgba(180, 83, 9, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(180, 83, 9, 0); }
}

/* Aplicação universal do pulso suave no botão */
.btn {
    animation: pulse-primary 2.5s infinite;
    max-width: 90%;
    margin: 0 auto;
}

/* 2. Destaque Esmagador para o Plano Completo (Afinidade de Alta Conversão) */
.price-card.featured {
    border: 4px solid var(--amber) !important; /* Muda a borda de verde para Dourado/Âmbar */
    transform: scale(1.02); /* Destaca levemente o tamanho frente ao outro plano */
    box-shadow: 0 20px 40px rgba(180, 83, 9, 0.1) !important;
}

.price-card.featured .tag {
    background: var(--amber) !important;
    font-size: 13px !important;
    padding: 10px 25px !important;
}

.price-card.featured .btn {
    background: var(--amber) !important; /* Laranja dourado converte muito mais que azul/verde como confirmação final */
    font-size: 1.35rem !important;
    padding: 22px !important;
    color: white !important;
    border: 2px solid #92400e !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
    animation: pulse-gold 2s infinite !important; /* Pulso dourado instigante */
}

/* 3. Preços mais atraentes */
.price-value .new {
    font-size: 3.5rem !important; /* Gigantesco e imponente */
}

/* 4. Lapidação 100% Celular (Caimento Perfeito) */
@media (max-width: 768px) {
    .btn {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 1.2rem !important;
        border-radius: 15px !important;
    }
    
    .price-card {
        padding: 35px 20px !important; /* Mais respirável */
        margin-left: 15px !important;
        margin-right: 15px !important;
        border-radius: 1.5rem !important;
    }
    
    .headline {
        font-size: 2.2rem !important;
        line-height: 1.15 !important;
        margin-bottom: 20px !important;
    }
    
    .section-title {
        font-size: 1.95rem !important;
        padding: 0 10px !important;
        line-height: 1.25 !important;
    }
    
    .benefit-card, .modulo-card, .bonus-card {
        margin-left: 15px !important;
        margin-right: 15px !important;
        border-radius: 1.2rem !important;
    }
    
    .hero-text {
        font-size: 1.1rem !important;
        line-height: 1.6 !important;
    }
}

/* =========================================
   OTIMIZAÇÃO DE CONVERSÃO - DESKTOP (FORMATO ALFABETIZAÇÃO)
   ========================================= */

@media (min-width: 769px) {
    /* 1. Soltar a página da caixa de celular de 480px! Usa o padrão 1200px */
    .container {
        max-width: 1200px !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 20px !important;
    }
    
    /* Hero Section: Texto à esquerda, Mockup à direita usando CSS Grid Mágico */
    .hero {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: auto auto auto auto auto !important;
        grid-template-areas: 
            "badge mockup"
            "head mockup"
            "text mockup"
            "btn mockup"
            "price mockup" !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: left !important;
        gap: 15px 50px !important;
        padding: 80px 40px !important;
    }
    
    .hero .badge { grid-area: badge !important; margin: 0 0 5px 0 !important; max-width: max-content !important; }
    .hero .headline { grid-area: head !important; margin: 0 !important; font-size: 3.2rem !important; line-height: 1.1 !important; text-align: left !important; max-width: 600px !important; letter-spacing: -2px !important; }
    .hero .mockup { grid-area: mockup !important; margin: 0 !important; max-width: 500px !important; justify-self: center !important; }
    .hero .hero-text { grid-area: text !important; margin: 0 !important; max-width: 500px !important; font-size: 1.15rem !important; }
    .hero .btn { grid-area: btn !important; margin: 15px 0 0 0 !important; max-width: 380px !important; font-size: 1.25rem !important; }
    .hero .price-hero { grid-area: price !important; margin: 0 !important; text-align: left !important; }
    
    /* Jesus Section (Hero 2): Jesus na esquerda, Texto na direita */
    .jesus-hero {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 60px !important;
        text-align: left !important;
        padding: 60px 40px !important;
        background: white !important;
        border-radius: 30px !important;
        margin: 40px 0 !important;
        box-shadow: 0 15px 40px rgba(0,0,0,0.03) !important;
    }
    
    .jesus-hero img { margin: 0 !important; max-width: 350px !important; }
    .jesus-hero p { font-size: 1.45rem !important; max-width: 500px !important; line-height: 1.5 !important; }

    /* Múltiplos Elementos Lado a Lado (Grids 2x2 ou 3x3) */
    .beneficios {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
        gap: 30px !important;
        padding: 80px 40px !important;
        border-radius: 30px !important;
        margin: 40px 0 !important;
    }
    
    .modulos {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
        gap: 35px !important;
        padding: 80px 40px !important;
        border-radius: 30px !important;
        margin: 40px 0 !important;
    }

    .bonus-section {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)) !important;
        gap: 35px !important;
        padding: 80px 40px !important;
        border-radius: 30px !important;
        margin: 40px 0 !important;
    }

    /* Solução Genérica para os Títulos dentro desses container Grids: Força-los a esparramar a tela toda */
    .beneficios h2, .beneficios .section-title,
    .modulos h2, .modulos .section-title,
    .bonus-section h2, .bonus-section .section-title, .bonus-section .intro-text {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    .benefit-card, .modulo-card, .bonus-card {
        margin: 0 !important;
        height: 100% !important;
    }
    
    .summary-block .modulo-card { max-width: 450px !important; margin: 0 auto 30px !important; }

    /* Preços: Dois Planos lado a lado no centro da tela Desktop */
    .pricing {
        flex-direction: row !important;
        justify-content: center !important;
        align-items: flex-end !important;
        gap: 50px !important;
        padding: 100px 40px !important;
        border-radius: 40px !important;
        margin: 40px 0 !important;
    }
    
    .price-card {
        margin: 0 !important;
        width: 420px !important;
        max-width: 420px !important;
        padding: 45px 30px !important;
    }
    
    .price-card.featured {
        transform: scale(1.06) !important;
        z-index: 10 !important;
    }

    /* Depoimentos estilo Apple (Scroll ou Grid) */
    .testimonials {
        padding: 80px 40px !important;
    }
    .stories-container {
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 25px !important;
        overflow-x: visible !important;
    }
    .story-card {
        min-width: 180px !important;
        max-width: 200px !important;
    }

    /* Segurança e Garantia: Ícone Esquerda, Textos Direita */
    .security-box {
        display: grid !important;
        grid-template-columns: auto 1fr !important;
        grid-template-areas: 
            "icon title"
            "icon text"
            "icon btn" !important;
        align-items: center !important;
        text-align: left !important;
        gap: 15px 40px !important;
        max-width: 950px !important;
        margin: 60px auto !important;
        padding: 60px 50px !important;
    }
    .security-box .icon-gold { grid-area: icon !important; font-size: 90px !important; margin: 0 !important; }
    .security-box h2 { grid-area: title !important; margin: 0 !important; font-size: 1.8rem !important; }
    .security-box p { grid-area: text !important; margin: 0 !important; max-width: 600px !important; font-size: 1.1rem !important; }
    .security-box .security-highlight { grid-area: btn !important; margin: 15px 0 0 0 !important; justify-self: start !important; }
    
    /* Aviso (Alerta vermelho extra) */
    .aviso { 
        max-width: 800px !important; 
        margin: 0 auto 50px !important; 
    }
}

/* =========================================
   CRONÔMETRO CATEQUESE
   ========================================= */

.urgency-section {
    padding: 0 20px !important;
}

.urgency-block {
    background: #FFFBEB !important; /* Amarelo clarinho */
    border: 2px dashed #F59E0B !important; /* Tracejado âmbar */
    border-radius: 35px !important;
    text-align: center !important;
    padding: 30px !important;
    margin: 40px auto 10px auto !important;
    max-width: 650px !important;
    box-shadow: 0 10px 40px rgba(245, 158, 11, 0.1) !important;
}

.urgency-text {
    color: #B45309 !important; /* Âmbar escuro */
    font-size: 1.25rem !important; /* Destaque forte na escassez */
    font-weight: 900 !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
    letter-spacing: 1px !important;
}

.countdown-timer {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
}

.countdown-item {
    background: white !important;
    border-radius: 15px !important;
    padding: 15px 25px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.06) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    min-width: 90px !important;
}

.countdown-item span.number {
    font-size: 2.6rem !important;
    font-weight: 900 !important;
    color: #F59E0B !important; /* Âmbar */
    line-height: 1 !important;
}

.countdown-label {
    font-size: 0.85rem !important;
    color: #64748B !important; /* Cinza slate */
    font-weight: 800 !important;
    text-transform: uppercase !important;
    margin-top: 5px !important;
}

@media (max-width: 768px) {
    .urgency-block {
        margin: 30px 15px 10px 15px !important;
        padding: 25px 15px !important;
        border-radius: 25px !important;
    }
    .countdown-timer {
        gap: 12px !important;
    }
    .countdown-item {
        padding: 12px 18px !important;
        min-width: 80px !important;
    }
    .countdown-item span.number {
        font-size: 2.2rem !important;
    }
}

/* =========================================
   REFINAMENTO CATEQUESE - CORES E ESPAÇAMENTO 
   ========================================= */

/* 1. Voltar Plano Completo para a Cor Verde Original da Página */
.price-card.featured {
    border: 4px solid var(--primary) !important;
    box-shadow: 0 15px 35px rgba(47, 143, 98, 0.15) !important;
}

.price-card.featured .tag {
    background: var(--primary) !important;
}

.price-card.featured .btn {
    background: var(--primary) !important;
    border: 2px solid var(--primary-dark) !important;
    animation: pulse-primary 2s infinite !important;
}

/* 2. Alterar o Cronômetro para a cor Vermelha e reduzir o espaço extremo no mobile */
.urgency-block {
    background: #FEF2F2 !important;
    border: 2px dashed #EF4444 !important;
}

.urgency-text {
    color: #DC2626 !important;
}

.countdown-item span.number {
    color: #EF4444 !important;
}

@media (max-width: 768px) {
    /* Secar o espaço abaixo da área do cronômetro */
    .urgency-block {
        margin-bottom: 0 !important;
    }
    
    .urgency-section {
        padding-bottom: 0 !important;
    }
    
    /* A seção de baixo (ofertas) vem com um padding gigante por padrão, então vamos amassar ele também */
    #ofertas.pricing {
        padding-top: 15px !important;
        margin-top: 0 !important;
    }
}

/* =========================================
   REFINAMENTO - BLOCO DE DOR/SOLUÇÃO CATEQUESE (JESUS-HERO)
   ========================================= */

.jesus-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 50px !important;
}

/* Caixa elegante flutuante que hospeda o novo texto */
.jesus-copy {
    text-align: left !important;
    background: #FFFFFF !important;
    border-radius: 20px !important;
    padding: 30px 20px !important;
    margin-top: -30px !important; /* Cria um overlapping super moderno em cima da imagem */
    box-shadow: 0 20px 40px rgba(0,0,0,0.06) !important;
    position: relative !important;
    z-index: 10 !important;
    width: 95% !important;
    max-width: 550px !important;
    border: 1px solid #F8FAFC !important;
    border-top: 4px solid var(--amber) !important; /* Trilha superior dourada */
}

/* Texto de Dor ("Chega de encontros de catequese...") */
.jesus-copy .pain-text {
    font-size: 1.15rem !important;
    font-weight: 900 !important;
    color: #E11D48 !important; /* Vermelho escuro/Rose alert */
    line-height: 1.35 !important;
    margin-bottom: 20px !important;
    text-align: left !important;
}

/* Texto de Solução ("Com essas 150...") */
.jesus-copy .solution-text {
    font-size: 1.05rem !important;
    color: #334155 !important; /* Slate gray */
    line-height: 1.65 !important;
    font-weight: 500 !important;
    margin-bottom: 25px !important;
    text-align: left !important;
}
.jesus-copy .solution-text strong {
    color: #0F172A !important;
    font-weight: 800 !important;
}

/* Lista de Vantagens (✔ Sem precisar improvisar...) */
.jesus-bullets {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.jesus-bullets li {
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    color: #1E293B !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px dotted #E2E8F0 !important;
    text-align: left !important;
}
.jesus-bullets li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Checkmarks lindíssimos em verde esmeralda isolado */
.jesus-bullets .check {
    background: #10B981 !important; /* Premium Emerald */
    color: white !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.85rem !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.3) !important;
}

/* Restauraçao pro layout desktop */
@media (min-width: 769px) {
    .jesus-copy {
        margin-top: 0 !important; /* Zera overlap no desktop pois fica lado a lado */
        width: 100% !important;
        padding: 35px 30px !important;
    }
}

/* =========================================
   REFINAMENTO - HEADLINE EM 3 LINHAS & SECAGEM DE ESPAÇOS
   ========================================= */

@media (max-width: 768px) {
    /* Controle rigoroso para forçar 3 linhas na Headline */
    .hero .headline {
        font-size: 8vw !important; 
        line-height: 1.25 !important;
        padding: 0 10px !important;
        white-space: normal !important;
    }

    /* Secando GERAL os espaços em branco sobrando pelo formato mobile */
    .bonus-section { 
        padding-bottom: 20px !important; 
    }
    .bonus-card { 
        margin-bottom: 20px !important; 
    }
    .bonus-card:last-child {
        margin-bottom: 10px !important;
    }
    
    /* Espaçamento super contido em volta do Cronômetro */
    .urgency-section {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .urgency-block {
        margin: 10px 15px 5px 15px !important; /* Margem quase zerada em cima e embaixo */
    }
    
    /* A seção de Planos (ofertas) vem encostada no cronômetro agora */
    #ofertas.pricing {
        padding-top: 15px !important;
        margin-top: 0 !important;
    }
    
    /* Outros espaços gerais para deixar o visual mais compacto e fluido */
    section { 
        padding-top: 35px !important; 
        padding-bottom: 35px !important; 
    }
    
    .hero {
        padding-top: 20px !important;
    }
}

/* Travas extras de segurança para tamanhos muito específicos de celulares (iPhone menores) */
@media (min-width: 380px) and (max-width: 768px) {
    .hero .headline { font-size: 1.8rem !important; }
}
@media (max-width: 379px) {
    .hero .headline { font-size: 1.6rem !important; }
}

/* =========================================
   REFINAMENTO FINAL - SELO DE GARANTIA E SECAGEM MÁXIMA DE ESPAÇO
   ========================================= */

/* Novo Selo de Garantia enviado via Chat */
.garantia-img {
    width: 200px !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto 20px auto !important;
    filter: drop-shadow(0 15px 35px rgba(244, 166, 42, 0.2)) !important;
    transform: scale(1.05) !important;
}

@media (min-width: 769px) {
    .garantia-img {
        width: 240px !important;
        margin: 0 !important;
    }
}

/* Espaço Agressivamente Removido Abaixo do Cronômetro (Formato Mobile) */
@media (max-width: 768px) {
    .urgency-section {
        margin-bottom: -35px !important; /* Puxa todo o design pra cima ignorando regras nativas de padding */
        padding-bottom: 0 !important;
        overflow: hidden !important;
    }
    
    .urgency-block {
        margin: 10px 10px 0 10px !important;
    }
    
    #ofertas.pricing {
        margin-top: -20px !important; /* Puxa os botões pra dentro do cronômetro literalmente */
        padding-top: 0 !important;
    }
    
    .price-card {
        margin-top: 5px !important;
    }
}

/* =========================================
   REFINAMENTO - RETORNANDO ESPAÇO NORMAL ABAIXO DO CRONÔMETRO
   ========================================= */

@media (max-width: 768px) {
    /* Desfazendo a margem negativa monstruosa que deixava os blocos colados */
    .urgency-section {
        margin-bottom: 25px !important; /* Espaço normal e confortável */
        padding-bottom: 0 !important;
    }
    
    #ofertas.pricing {
        margin-top: 0 !important; /* Cancela qualquer margem que jogava o bloco em cima do outro */
        padding-top: 20px !important; /* Um respiro delicado no topo do bloco de ofertas */
    }
}

/* =========================================
   BLOCO DA CRIADORA 
   ========================================= */

.creator-section {
    padding: 60px 20px !important;
    text-align: center !important;
    background: #F8FAFC !important; /* Azul cinza clarinho */
}

.creator-card {
    background: #FFFFFF !important;
    border-radius: 25px !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    padding: 35px 25px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05) !important;
    border: 1px solid #E2E8F0 !important;
}

.creator-img {
    width: 220px !important;
    height: 220px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    margin: 0 auto 25px auto !important;
    display: block !important;
    border: 5px solid #F59E0B !important; /* Dourado/Âmbar */
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.2) !important;
}

.creator-content {
    text-align: left !important;
}

.creator-content p {
    font-size: 1.1rem !important;
    color: #475569 !important;
    line-height: 1.65 !important;
    margin-bottom: 18px !important;
    font-weight: 500 !important;
}
.creator-content p strong {
    color: #0F172A !important;
    font-weight: 800 !important;
}

.creator-quote {
    background: #EEF2FF !important; /* Indigo claríssimo */
    border-radius: 18px !important;
    padding: 25px 20px !important;
    position: relative !important;
    margin-top: 30px !important;
    text-align: left !important;
    border-left: 5px solid #4F46E5 !important;
}

.creator-quote .quote-icon {
    position: absolute !important;
    top: -15px !important;
    left: 20px !important;
    font-size: 3.5rem !important;
    color: #4F46E5 !important;
    font-family: Georgia, serif !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    opacity: 0.3 !important;
}

.creator-quote p {
    font-size: 1.05rem !important;
    color: #312E81 !important; /* Indigo escuro */
    font-weight: 600 !important;
    font-style: italic !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Desktop Layout Adapters */
@media (min-width: 769px) {
    .creator-section {
        padding: 80px 40px !important;
    }
    .creator-card {
        padding: 50px 60px !important;
        max-width: 800px !important;
    }
    .creator-img {
        width: 250px !important;
        height: 250px !important;
    }
    .creator-content p {
        font-size: 1.2rem !important;
    }
    .creator-quote p {
        font-size: 1.15rem !important;
    }
}

/* Telas Menores */
@media (max-width: 768px) {
    .creator-card {
        padding: 30px 20px !important;
    }
    .creator-img {
        width: 180px !important;
        height: 180px !important;
        border-width: 4px !important;
    }
}
/* =========================================
   FORÇAR 3 LINHAS NA NOVA HEADLINE MOBILE
   ========================================= */

@media (max-width: 768px) {
    .hero .headline {
        font-size: 7vw !important; /* Compacta mais a fonte pra linha longa caber */
        line-height: 1.25 !important;
        padding: 0 10px !important;
    }
}

@media (min-width: 380px) and (max-width: 768px) {
    .hero .headline { font-size: 1.55rem !important; }
}

@media (max-width: 379px) { /* Celulares menores */
    .hero .headline { font-size: 1.45rem !important; }
}
/* =========================================
   REFINAMENTO - COR VIVA NA HEADLINE
   ========================================= */

.hero .headline span {
    /* Laranja elétrico/dourado super vivo que combina perfeitamente com a paleta verde */
    color: #FF7A00 !important; 
    
    /* Um leve brilho por trás do texto literalmente elimina qualquer sensação de 'apagado' */
    text-shadow: 0 4px 20px rgba(255, 122, 0, 0.35) !important; 
    
    font-weight: 900 !important;
}
/* =========================================
   REFINAMENTO - COR AZUL NA HEADLINE
   ========================================= */

.hero .headline span {
    /* Azul Royal Vibrante - Combina super bem com o branco e traz extrema confiança psicológica */
    color: #2563EB !important; 
    
    /* Brilho azul de fundo bem suave para destacar */
    text-shadow: 0 4px 15px rgba(37, 99, 235, 0.25) !important; 
    
    font-weight: 900 !important;
}
/* =========================================
   REFINAMENTO - VOLTANDO A HEADLINE PARA VERDE
   ========================================= */

.hero .headline span {
    /* Voltando para o verde oficial do projeto da Catequese */
    color: var(--primary) !important; 
    
    /* Retirei o brilho iluminado para manter a sobriedade verde */
    text-shadow: none !important; 
    
    font-weight: 900 !important;
}
/* =========================================
   REFINAMENTO FINAL - AMARELO CLARO E VIVO
   ========================================= */

.hero .headline span {
    /* Amarelo Claro, Limpo e Aberto - Sem aspecto queimado/laranjado */
    color: #FFE135 !important; 
    
    /* Brilho muitíssimo leve apenas para dar destaque do branco */
    text-shadow: 0 4px 12px rgba(255, 225, 53, 0.4) !important; 
    
    font-weight: 900 !important;
}
/* =========================================
   REFINAMENTO DEFINITIVO - AMARELO OURO PREMIUM
   ========================================= */

.hero .headline span {
    /* Amarelo Ouro Premium: 
       Mais profundo que o amarelo forte de antes, mas mais aceso e vibrante que o âmbar original.
       É a cor exata de selos de recompensa. Leitura perfeita no branco. */
    color: #FFAD00 !important; 
    
    /* Removido o efeito de brilho pra deixar a fonte seca, rústica e com 100% de leitura */
    text-shadow: none !important; 
    
    font-weight: 900 !important;
}

/* =========================================
   REFINAMENTO - 1 LINHA NO CRONOMETRO E CLEAN UP
   ========================================= */
@media (max-width: 768px) {
    .urgency-text {
        font-size: 4.8vw !important; /* Tamanho proporcional q garante sempre 1 linha */
        white-space: nowrap !important;
        margin-bottom: 12px !important;
    }
    
    /* Agora que nao tem HR/MIN/SEG, a caixa d?s numeros fica retangular/limpa */
    .countdown-item {
        padding: 12px 15px !important;
        min-width: 60px !important;
        justify-content: center !important;
        border-radius: 12px !important;
    }
}

