: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; }
}
