:root{--primary-color:#2e7d32;--secondary-color:#f5b041;--text-dark:#2c3e50;--text-light:#606f7b;--bg-light:#f9fafb;--white:#ffffff;--font-heading:'Montserrat',sans-serif;--font-body:'Open Sans',sans-serif;--transition:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);color:var(--text-dark);line-height:1.6;background-color:var(--bg-light);text-align:center;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700;margin-bottom:15px;color:var(--text-dark);text-align:center}p{margin-bottom:15px;color:var(--text-light);text-align:center}a{text-decoration:none;transition:var(--transition)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{margin-bottom:40px}.section-title h2{font-size:2.2rem;position:relative;display:inline-block;padding-bottom:10px}.section-title h2::after{content:'';position:absolute;width:60px;height:4px;background-color:var(--secondary-color);bottom:0;left:50%;transform:translateX(-50%);border-radius:2px}.site-header{background-color:var(--white);position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.05);padding:15px 0}.header-container{display:flex;justify-content:center;align-items:center}.text-logo{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;line-height:1;font-family:var(--font-heading);padding:5px 0}.logo-line-1{font-size:1rem;font-weight:700;letter-spacing:8px;color:var(--text-light);margin-bottom:5px;margin-right:-8px}.logo-line-2{font-size:2.8rem;font-weight:900;letter-spacing:2px;text-transform:uppercase;background:linear-gradient(270deg,#2e7d32,#f5b041,#d35400,#27ae60,#2e7d32);background-size:800% 800%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 6s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@media(max-width:768px){.logo-line-1{font-size:0.85rem;letter-spacing:6px;margin-right:-6px}.logo-line-2{font-size:2.2rem}}.hero-section{position:relative;height:630px;max-height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--primary-color)}.hero-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.65);z-index:1}.hero-content{position:relative;z-index:2;max-width:800px}.hero-content h1{font-size:3rem;color:var(--white);text-shadow:2px 2px 4px rgba(0,0,0,0.5)}.hero-content p{font-size:1.2rem;color:#f1f1f1;margin-bottom:30px}.cta-group{display:flex;gap:20px;justify-content:center}.btn{padding:12px 30px;font-family:var(--font-heading);font-weight:600;border-radius:5px;text-transform:uppercase;letter-spacing:1px;border:2px solid transparent}.btn-call{background-color:var(--white);color:var(--primary-color)}.btn-call:hover{background-color:var(--primary-color);color:var(--white);border-color:var(--white)}.btn-whatsapp{background-color:#25D366;color:var(--white)}.btn-whatsapp:hover{background-color:#1ebe57;box-shadow:0 4px 15px rgba(37,211,102,0.4)}.products-section{padding:80px 20px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.product-card{background:var(--white);border-radius:8px;padding:20px;box-shadow:0 5px 15px rgba(0,0,0,0.04);transition:var(--transition);border:1px solid #eee;display:flex;flex-direction:column;align-items:center}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.1);border-color:var(--secondary-color)}.product-img{width:100%;height:180px;object-fit:cover;border-radius:5px;margin-bottom:20px}.product-card h3{font-size:1.1rem;color:var(--primary-color)}.product-card p{font-size:0.9rem;flex-grow:1}.product-highlights{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.product-highlights span{background:#f5f8f1;border:1px solid #d9e6c3;padding:6px 12px;border-radius:30px;font-size:14px;color:#2d572c}.features-section{background-color:var(--white);padding:60px 20px;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea}.features-flex{display:flex;justify-content:space-between;gap:30px}.feature-box{flex:1;padding:30px;background:var(--bg-light);border-radius:8px;display:flex;flex-direction:column;align-items:center}.feature-box h4{color:var(--primary-color);margin-bottom:10px}.miracle-fruit-section{padding:80px 20px;display:flex;flex-direction:column;align-items:center}.miracle-img{width:100%;max-width:600px;height:auto;border-radius:10px;margin-top:30px;box-shadow:0 4px 15px rgba(0,0,0,0.1)}.process-section{background-color:var(--primary-color);color:var(--white);padding:60px 20px}.process-section h2,.process-section p{color:var(--white)}.process-steps{display:flex;justify-content:space-around;margin-top:40px;flex-wrap:wrap;gap:20px}.step{background:rgba(255,255,255,0.1);padding:20px;border-radius:8px;min-width:200px;display:flex;flex-direction:column;align-items:center}.step span{display:block;font-size:2rem;font-weight:700;color:var(--secondary-color);margin-bottom:10px}.health-overview-section{padding:80px 20px}.health-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.health-item{background:var(--white);padding:20px;border-top:4px solid var(--secondary-color);box-shadow:0 2px 10px rgba(0,0,0,0.03);border-radius:5px}.testimonial-section{background-color:#f4f8f4;padding:60px 20px}.testimonial-row{display:flex;gap:30px;margin-top:40px}.testimonial{flex:1;background:var(--white);padding:30px;border-radius:8px;font-style:italic;color:#555;display:flex;flex-direction:column;align-items:center}.testimonial cite{display:block;margin-top:15px;font-weight:700;font-style:normal;color:var(--primary-color)}.rating-stars{font-size:24px;color:#FFD700;margin-bottom:12px;letter-spacing:3px}.faq-section{padding:80px 20px}.faq-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.faq-card{background:var(--white);padding:25px 20px;border-radius:8px;border:1px solid #e1e8ed;display:flex;flex-direction:column;align-items:center}.faq-card h4{font-size:1rem;color:#333;margin-bottom:10px}.faq-card p{font-size:0.9rem;margin-bottom:0}.seo-section{background-color:#ebeef0;padding:40px 20px}.seo-section h3{font-size:1.2rem;color:#444}.seo-section p{font-size:0.85rem;max-width:900px;margin:0 auto;color:#666}.site-footer{background-color:#1a252f;color:#bdc3c7;padding:60px 20px 20px}.site-footer h3{color:var(--white);margin-bottom:20px}.footer-flex{display:flex;flex-direction:column;align-items:center;gap:40px;margin-bottom:40px;border-bottom:1px solid #2c3e50;padding-bottom:40px}@media(min-width:769px){.footer-flex{flex-direction:row;justify-content:center;gap:80px}}.footer-contact,.footer-links{flex:1;display:flex;flex-direction:column;align-items:center}.footer-contact p,.footer-links ul li{text-align:center}.footer-link{color:var(--secondary-color)}.footer-links ul{list-style:none}.footer-links ul li{margin-bottom:10px}.footer-links ul li a{color:#bdc3c7}.footer-links ul li a:hover{color:var(--white)}.footer-bottom{font-size:0.9rem}@media(max-width:1024px){.product-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}.hero-content h1{font-size:2.5rem}}@media(max-width:768px){.product-grid,.faq-grid{grid-template-columns:1fr}.cta-group{flex-direction:column}.features-flex,.testimonial-row{flex-direction:column}.health-grid{grid-template-columns:1fr}.hero-content h1{font-size:2rem}.hero-section{height:auto;padding:100px 20px}}