:root {
    --bg-dark: #121212;
    --bg-light: #ffffff;
    --primary: #10b981; /* Verde esmeralda */
    --primary-glow: rgba(16, 185, 129, 0.4);
    --gold: #d4af37;
    --text-dark: #222222;
    --text-light: #ffffff;
    --text-muted-dark: #666666;
    --text-muted-light: #aaaaaa;
}

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

body {
    font-family: 'Inter', sans-serif; /* Fonte para parágrafos */
    line-height: 1.6;
    overflow-x: hidden;
    background-color: var(--bg-light);
    color: var(--text-dark);
}

h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif; /* Fonte forte e moderna para títulos */
}

.container { width: 100%; max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }
.mt-4 { margin-top: 24px; }

/* Tema Escuro e Claro */
.dark-section {
    background-color: var(--bg-dark);
    color: var(--text-light);
}

.dark-section p { color: var(--text-muted-light); }
.text-white { color: var(--text-light) !important; }

.light-section {
    background-color: var(--bg-light);
    color: var(--text-dark);
}

.light-section p { color: var(--text-muted-dark); }

/* Typography */
.hero-title { font-size: 2.8rem; font-weight: 800; line-height: 1.2; margin-bottom: 24px; text-align: center; color: var(--text-light); }
.highlight { color: var(--primary); }
.hero-subtitle { font-size: 1.2rem; text-align: center; max-width: 600px; margin: 0 auto 30px; font-weight: 400; }
.section-title { font-size: 2.2rem; font-weight: 700; text-align: center; margin-bottom: 50px; color: var(--text-dark); }
.dark-section .section-title { color: var(--text-light); }

/* Hero Novo Layout */
.hero-section { padding: 0; }

.hero-top {
    background-color: #0b2b26;
    padding: 30px 20px 40px;
    border-bottom: 2px solid #00FA9A;
}

.logo-box {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 auto 30px;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 8px 8px;
    background-position: center;
}
.logo-text {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 0.95;
    text-align: left;
    margin: 0;
    letter-spacing: -0.5px;
}
.logo-highlight { 
    color: #00FA9A; 
    border-bottom: 3px solid #00FA9A; 
    padding-bottom: 2px;
}

.countdown-title { color: #fff !important; font-weight: 700; margin-bottom: 15px; font-size: 1.1rem; }
.countdown { display: flex; align-items: center; justify-content: center; gap: 15px; }
.time-box { display: flex; flex-direction: column; align-items: center; justify-content: center; background: #00FA9A; padding: 12px 15px; border-radius: 8px; min-width: 75px; color: #000; box-shadow: 0 4px 10px rgba(0,250,154,0.2);}
.time-box span { font-size: 1.6rem; font-weight: 800; font-family: 'Montserrat', sans-serif; line-height: 1; }
.time-box small { font-size: 0.9rem; text-transform: capitalize; margin-top: 5px; font-weight: 600; }

.hero-content {
    background-color: #f4f4f4;
    padding: 40px 0;
    text-align: center;
}

.hero-title { font-size: 0.9rem; font-weight: 700; line-height: 1.4; margin-bottom: 25px; text-align: center; color: #000; padding: 0 10px; }
.highlight-bg { background-color: #00FA9A; color: #000; padding: 0 4px; }

.hero-image-wrapper { max-width: 800px; margin: 0 auto 30px; }
.hero-img { width: 100%; height: auto; filter: drop-shadow(0 15px 25px rgba(0,0,0,0.2)); }

.benefits-row-new { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-bottom: 40px; }
.benefit-col { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #000; }
.benefit-col span { font-size: 0.85rem; font-weight: 700; text-align: center; line-height: 1.2; }

/* Novo Botão CTA Unificado para todo o site */
.cta-button { display: inline-block; background-color: #00FA9A; color: #000; text-decoration: none; padding: 20px 30px; border-radius: 8px; border-bottom: 5px solid #00c77a; font-weight: 800; font-size: 1.1rem; text-transform: uppercase; width: 100%; max-width: 500px; margin: 0 auto; box-shadow: 0 10px 20px rgba(0,250,154,0.3); transition: all 0.2s; font-family: 'Montserrat', sans-serif; text-align: center;}
.cta-button:active { transform: translateY(5px); border-bottom: 0px solid #00c77a; margin-bottom: 5px;}
.cta-button.large { padding: 24px 30px; font-size: 1.2rem; }

.pulse { animation: pulse 2s infinite; }
@keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.02); } 100% { transform: scale(1); } }

/* Ideal Section Novo Layout */
.ideal-section { padding: 60px 0; background-color: #f4f4f4;}
.section-title { font-size: 2rem; font-weight: 700; text-align: center; margin-bottom: 40px; color: #000; }
.grid-features-new { display: flex; flex-direction: column; gap: 20px; max-width: 600px; margin: 0 auto;}
.feature-item-list { display: flex; align-items: center; gap: 15px; text-align: left; }
.feature-item-list p { font-weight: 500; font-size: 1.1rem; color: #000; margin: 0; line-height: 1.3;}
.check-icon { width: 32px; height: 32px; flex-shrink: 0; fill: #0b2b26; }

/* Ideal Section */
.ideal-section { padding: 80px 0; }
.grid-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.feature-card { background: #f9f9f9; border: 1px solid #eee; padding: 25px; border-radius: 16px; display: flex; align-items: center; gap: 16px; transition: transform 0.3s; }
.feature-card:hover { transform: translateY(-5px); border-color: #ddd; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.feature-card p { font-weight: 500; font-size: 0.95rem; color: var(--text-dark); margin: 0;}
.feature-icon { font-size: 2rem; }

/* Savings CSS Graph */
.savings-section { padding: 80px 0; border-top: 1px solid #222; border-bottom: 1px solid #222;}
.savings-box { text-align: center; }
.savings-box p { max-width: 600px; margin: 0 auto 50px; }
.animated-chart { display: flex; justify-content: space-around; align-items: flex-end; height: 220px; max-width: 500px; margin: 0 auto; border-bottom: 2px solid rgba(255,255,255,0.1); }
.bar { width: 50px; background: linear-gradient(to top, rgba(16,185,129,0.2), var(--primary)); border-radius: 8px 8px 0 0; position: relative; opacity: 0; animation: growBar 1.5s ease-out forwards; }
.bar span { position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); font-size: 0.75rem; color: var(--text-muted-light); white-space: nowrap; font-weight: 600;}
.bar-1 { height: 15%; background: #333; animation-delay: 0.2s; }
.bar-2 { height: 40%; animation-delay: 0.5s; }
.bar-3 { height: 65%; animation-delay: 0.8s; }
.bar-4 { height: 100%; animation-delay: 1.1s; }
@keyframes growBar { 0% { height: 0; opacity: 0; } 100% { opacity: 1; } }

/* How it helps (Vertical List como no Print) */
.how-it-helps { padding: 60px 0; }
.help-main-img { width: 100%; max-width: 350px; margin: 0 auto 30px; display: block; border-radius: 20px;}
.help-vertical-list { display: flex; flex-direction: column; gap: 50px; margin-top: 40px; }
.help-item img { width: 100%; max-width: 500px; margin: 0 auto 20px; display: block; }
.help-item h3 { font-size: 1.5rem; color: #000; margin-bottom: 15px; }
.help-item p { font-size: 1.1rem; color: #333; line-height: 1.5; padding: 0 10px; max-width: 600px; margin: 0 auto; }

.real-logo { width: 100px; height: 100px; margin: 0 auto 20px; display: block; border-radius: 20px; object-fit: cover; border: 2px solid #00FA9A; }

/* O Que Vou Receber (Icon List) */
.what-you-get { padding: 60px 0; }
.icon-features-list { display: flex; flex-direction: column; gap: 50px; margin-top: 30px; }
.icon-feature-item { text-align: center; }
.icon-feature-item svg { margin-bottom: 20px; }
.icon-feature-item h3 { font-size: 1.6rem; color: #fff; margin-bottom: 15px; }
.icon-feature-item p { font-size: 1rem; color: #ccc; line-height: 1.6; max-width: 600px; margin: 0 auto; padding: 0 15px; }

/* Faixa Downloads */
.downloads-band { background-color: #eee; text-align: center; padding: 30px 20px; }
.downloads-band h2 { font-size: 3.5rem; color: #000; font-family: 'Montserrat', sans-serif; font-weight: 800; margin: 0; line-height: 1; }
.downloads-band p { font-size: 1.5rem; color: #000; margin: 0; font-weight: 500; }

/* Carrossel de Bônus */
.features-carousel { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 20px; padding-bottom: 20px; scrollbar-width: none; }
.features-carousel::-webkit-scrollbar { display: none; }
.carousel-slide-bonus { min-width: 75%; max-width: 300px; scroll-snap-align: center; border-radius: 16px; overflow: hidden; flex-shrink: 0; }
.carousel-slide-bonus img { width: 100%; height: auto; display: block; border-radius: 16px; border: 1px solid rgba(255,255,255,0.1); }
.swipe-hint { text-align: center; color: #888; font-size: 0.85rem; margin-top: 15px; animation: pulse 2s infinite; }

/* Premium Offer Box */
.offer-section { padding: 80px 0; }
.premium-offer-box { background: #fff; border: 3px solid #00FA9A; border-radius: 24px; padding: 40px 30px; max-width: 500px; margin: 0 auto; box-shadow: 0 20px 50px rgba(0, 250, 154, 0.15); position: relative; }
.premium-badge { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); background: #00FA9A; color: #000; padding: 8px 20px; border-radius: 30px; font-weight: 800; font-size: 0.85rem; letter-spacing: 1px; white-space: nowrap; box-shadow: 0 5px 15px rgba(0,250,154,0.3); }
.offer-title { font-size: 1.2rem; color: #000; margin-bottom: 25px; margin-top: 10px;}
.premium-list { list-style: none; text-align: left; margin-bottom: 30px; padding: 0 10px; }
.premium-list li { margin-bottom: 12px; font-size: 1.05rem; color: #333; font-weight: 600; display: flex; align-items: center; gap: 10px; }
.check-icon-green { color: #00FA9A; font-weight: 900; font-size: 1.2rem; }
.price-box { background: #f9f9f9; border-radius: 16px; padding: 20px; margin-bottom: 30px; border: 1px dashed #ccc; }
.old-price-tag { font-size: 1rem; color: #888; text-decoration: line-through; margin-bottom: 5px; }
.new-price-tag { font-size: 1.1rem; color: #000; font-weight: 600; }
.new-price-tag strong { font-size: 3.2rem; font-family: 'Montserrat', sans-serif; color: #00FA9A; text-shadow: 1px 1px 0px rgba(0,0,0,0.1); display: block; line-height: 1; margin-top: 5px;}
.secure-checkout { font-size: 0.85rem; color: #666; margin-top: 15px; font-weight: 600; }

/* Guarantee */
.guarantee-section { padding: 80px 0; }
.guarantee-flex { display: flex; align-items: center; gap: 40px; justify-content: center; }
.guarantee-img { width: 250px; }
.guarantee-text { max-width: 500px; }
.guarantee-text h2 { font-size: 2.2rem; margin-bottom: 20px; color: var(--primary); }

/* FAQ */
.faq-section { padding: 80px 0; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px;}
.faq-item { background: #f9f9f9; padding: 24px; border-radius: 16px; border: 1px solid #eee; }
.faq-item h3 { color: var(--text-dark); font-size: 1.1rem; margin-bottom: 10px; }

/* About */
.about-section { padding: 80px 0; }
.about-flex { display: flex; align-items: center; gap: 50px; }
.about-img { width: 40%; border-radius: 20px; }
.about-text h2 { font-size: 2.5rem; margin-bottom: 24px; }
.about-text p { margin-bottom: 16px; font-size: 1.05rem; }

/* Footer */
.footer-cta { padding: 60px 0; text-align: center; border-top: 1px solid rgba(255,255,255,0.05); }
.copyright { margin-top: 40px; font-size: 0.85rem; color: #666; line-height: 1.8; }

/* Responsive */
@media (max-width: 768px) {
    .hero-title { font-size: 1.15rem; }
    .help-grid, .guarantee-flex, .about-flex, .faq-grid { grid-template-columns: 1fr; flex-direction: column; text-align: center; }
    .feature-item, .feature-item.reverse { flex-direction: column; text-align: center; }
    .feature-item img, .about-img { width: 100%; max-width: 400px; }
    .guarantee-img { margin: 0 auto; }
    .offer-list { text-align: center; }
    .bar { width: 40px; }
    .countdown { gap: 5px; }
    .time-box { min-width: 60px; padding: 8px; }
    .time-box span { font-size: 1.5rem; }
}
