@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;600;800&display=swap";.navbar{z-index:100;width:100%;transition:var(--transition);background:0 0;padding:1.5rem 0;position:fixed;top:0;left:0}.navbar.scrolled{box-shadow:var(--shadow-sm);background:#fffffff2;padding:1rem 0}.navbar-container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary-dark);align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:800;display:flex}.navbar-logo-img{object-fit:contain;width:auto;height:40px}.logo-accent{color:var(--secondary)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{transition:var(--transition);font-weight:500}.nav-links a:not(.btn):hover{color:var(--primary)}.mobile-toggle{color:var(--text-main);background:0 0;display:none}@media (width<=992px){.mobile-toggle{display:block}.nav-links{width:100%;box-shadow:var(--shadow-md);clip-path:polygon(0 0,100% 0,100% 0,0 0);background:#fff;flex-direction:column;padding:2rem;transition:clip-path .3s ease-in-out;position:absolute;top:100%;left:0}.nav-links.active{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}.footer{background-color:var(--primary-dark);color:#fff;padding-top:5rem}.footer-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-brand h2{color:#fff;margin-bottom:1rem;font-size:2rem}.footer-brand p{color:#d1d5db;max-width:300px}.footer h3{color:#fff;margin-bottom:1.5rem;font-size:1.25rem}.footer ul{list-style:none}.footer ul li{color:#d1d5db;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.footer ul li a{transition:var(--transition)}.footer ul li a:hover{color:var(--secondary);padding-left:5px}.mt-4{margin-top:1rem}.footer-bottom{text-align:center;background-color:#0f4a25;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.footer-policy{color:#9ca3af;gap:2rem;font-size:.875rem;display:flex}.footer-policy a:hover{color:#fff}@media (width>=768px){.footer-bottom{flex-direction:row;justify-content:space-around}}.hero-section{background:linear-gradient(135deg,#f0fdf4 0%,#fff 100%);align-items:center;min-height:100vh;padding-top:5rem;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";z-index:0;background:radial-gradient(circle,#15803d0d 0%,#fff0 70%);border-radius:50%;width:50vw;height:50vw;position:absolute;top:-20%;right:-10%}.hero-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-badge{color:var(--primary-dark);background-color:#15803d1a;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-title{margin-bottom:1.5rem;font-size:3.5rem}.hero-title span{color:var(--primary)}.hero-title span:last-child{color:var(--secondary)}.hero-subtitle{color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;font-size:1.25rem}.hero-actions{flex-wrap:wrap;gap:1.5rem;display:flex}.hero-image-wrapper{border-radius:var(--radius);position:relative}.hero-image-bg{background-color:var(--primary);border-radius:var(--radius);z-index:-1;opacity:.1;width:100%;height:100%;position:absolute;top:5%;left:5%;transform:rotate(-3deg)}.hero-image{border-radius:var(--radius);width:100%;max-width:500px;height:auto;box-shadow:var(--shadow-lg);object-fit:cover;display:block}.hero-card{border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1.5rem;position:absolute;bottom:-2rem;left:-2rem}.hero-card h3{color:var(--primary-dark);margin-bottom:.25rem;font-size:1.25rem}.hero-card p{color:var(--text-muted);font-size:.875rem}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-subtitle{margin:0 auto 2.5rem}.hero-actions{justify-content:center}.hero-image-wrapper{margin-top:3rem;margin-bottom:2rem}.hero-card{text-align:center;width:90%;bottom:-2rem;left:50%;transform:translate(-50%)}}@media (width<=576px){.hero-title{font-size:2.25rem}.hero-card{width:95%;padding:1rem}.hero-actions{flex-direction:column;gap:1rem}.hero-actions .btn{width:100%}}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-image-wrapper{position:relative}.about-image{border-radius:var(--radius);width:100%;box-shadow:var(--shadow-lg);object-fit:cover}.about-experience{border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-lg);padding:1.5rem;position:absolute;top:-2rem;right:-2rem}.about-experience h2{color:var(--primary);margin-bottom:.25rem;font-size:2.5rem}.about-experience p{color:var(--text-main);font-weight:600}.about-text{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.125rem}.about-mission{color:var(--primary-dark);border-left:4px solid var(--secondary);margin-bottom:2rem;padding-left:1rem;font-size:1.25rem;font-weight:500}.about-features{grid-template-columns:1fr 1fr;gap:1rem;list-style:none;display:grid}.about-features li{align-items:center;gap:.75rem;font-weight:500;display:flex}.feature-icon{color:var(--primary)}.about-logo{border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:2;background:#fffffff2;justify-content:center;align-items:center;width:150px;height:150px;padding:1.5rem;display:flex;position:absolute;bottom:-2rem;left:-2rem}.about-logo-img{object-fit:contain;width:100%;height:auto}@media (width<=992px){.about-container{grid-template-columns:1fr}.about-image-wrapper{order:2;margin-top:3rem}.about-content{order:1}.about-features{grid-template-columns:1fr}.about-experience{top:-1rem;right:1rem}.about-logo{width:100px;height:100px;padding:.75rem;bottom:-1rem;left:1rem}}.bg-light{background-color:#f8fafc}.products-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;display:grid}.product-card{border-radius:var(--radius);box-shadow:var(--shadow-md);transition:var(--transition);border:1px solid var(--border);background:#fff;flex-direction:column;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);border-color:#15803d33;transform:translateY(-10px)}.product-image-container{height:250px;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.05)}.product-tagline{background-color:var(--secondary);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;bottom:1rem;left:1rem}.product-info{flex-direction:column;flex:1;padding:2rem;display:flex}.product-info h3{color:var(--primary-dark);margin-bottom:.25rem;font-size:1.5rem}.product-price-container{color:var(--primary);align-items:baseline;gap:.5rem;margin-bottom:.75rem;display:flex}.product-price{font-size:1.25rem;font-weight:700}.product-packaging{color:var(--text-muted);font-size:.85rem}.product-description{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem}.product-benefits{background:#15803d08;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.product-benefits h4{color:var(--text-main);margin-bottom:.5rem;font-size:.9rem}.product-benefits ul{list-style:none}.product-benefits li{color:var(--text-muted);align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;display:flex}.benefit-icon{color:var(--primary);flex-shrink:0;margin-top:2px}.w-100{width:100%}.videos-section{background-color:#fff}.videos-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.video-card{border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:var(--transition);background:#fff;overflow:hidden}.video-card:hover{box-shadow:var(--shadow-md)}.video-wrapper{background-color:#000;justify-content:center;align-items:center;width:100%;height:400px;display:flex;position:relative}.video-player{object-fit:contain;width:100%;height:100%}.video-info{padding:1.5rem}.video-info h3{color:var(--text-main);font-size:1.125rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.testimonial-card{border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--border);background:#fff;padding:2.5rem}.testimonial-rating{gap:.25rem;margin-bottom:1rem;display:flex}.testimonial-text{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.125rem;font-style:italic;line-height:1.8}.testimonial-author{color:var(--primary-dark);margin-bottom:2rem;font-size:1.125rem}.testimonial-images{justify-content:center;gap:1rem;display:flex}.t-image{width:120px;height:120px;box-shadow:var(--shadow-sm);border-radius:8px;position:relative;overflow:hidden}.t-image img{object-fit:cover;width:100%;height:100%}.t-image span{color:#fff;text-align:center;background:#0009;width:100%;padding:.25rem;font-size:.75rem;position:absolute;bottom:0;left:0}.testimonial-form{border-radius:var(--radius);box-shadow:var(--shadow-lg);background:#fff;border:1px solid #15803d1a;width:100%;max-width:600px;padding:2.5rem}.form-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.form-header h3{color:var(--primary-dark);font-size:1.5rem}.close-btn{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none}.close-btn:hover{color:#ef4444;transform:rotate(90deg)}.text-left{text-align:left}.stars-input{gap:.5rem;margin-top:.5rem;display:flex}.faq-container{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-item{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;overflow:hidden}.faq-question{text-align:left;width:100%;color:var(--text-main);cursor:pointer;transition:var(--transition);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.125rem;font-weight:600;display:flex}.faq-question:hover{color:var(--primary)}.faq-answer{background-color:#f8fafc;max-height:0;transition:max-height .3s ease-out,padding .3s;overflow:hidden}.faq-answer p{color:var(--text-muted);padding:0 1.5rem;line-height:1.6}.faq-item.active .faq-answer{max-height:200px;padding:0 0 1.5rem}.faq-item.active .faq-question{color:var(--primary)}.contact-section{background-color:#fff;position:relative}.contact-section:after{content:"";z-index:0;background:linear-gradient(135deg,#f0fdf4 0%,#fff 100%);width:100%;height:50%;position:absolute;top:0;left:0}.contact-container{z-index:1;grid-template-columns:1fr 1fr;gap:4rem;display:grid;position:relative}.contact-desc{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem}.contact-whatsapp-card{border-radius:var(--radius);box-shadow:var(--shadow-md);background:#fff;border:1px solid #25d36633;padding:2rem}.contact-whatsapp-card h3{color:var(--text-main);margin-bottom:1rem}.contact-whatsapp-card .phone{color:var(--whatsapp);margin-bottom:.5rem;font-size:2rem;font-weight:800}.contact-form{border-radius:var(--radius);box-shadow:var(--shadow-lg);background:#fff;padding:2.5rem}.form-row{gap:1.5rem;display:flex}.form-group{flex:1;margin-bottom:1.5rem}.form-group label{margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border);width:100%;transition:var(--transition);background-color:#f8fafc;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);background-color:#fff;outline:none;box-shadow:0 0 0 3px #15803d1a}@media (width<=992px){.contact-container{grid-template-columns:1fr}}@media (width<=576px){.form-row{flex-direction:column;gap:0}.contact-form{padding:1.5rem}}:root{--primary:#15803d;--primary-dark:#166534;--secondary:#d4af37;--secondary-hover:#b5952f;--bg-color:#f8fafc;--surface:#fff;--text-main:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--whatsapp:#25d366;--whatsapp-dark:#1da851;--max-width:1200px;--padding-x:2rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-glow:0 0 15px #15803d4d;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--radius:12px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-main);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-main);font-family:Outfit,sans-serif;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{max-width:var(--max-width);padding:0 var(--padding-x);margin:0 auto}.section{padding:5rem 0}.section-title{text-align:center;color:var(--text-main);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-subtitle{text-align:center;color:var(--text-muted);max-width:600px;margin:0 auto 3rem;font-size:1.125rem}.btn{transition:var(--transition);border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{background-color:var(--primary-dark);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.btn-secondary{background-color:var(--secondary);color:#fff;box-shadow:var(--shadow-md)}.btn-secondary:hover{background-color:var(--secondary-hover);transform:translateY(-2px)}.btn-whatsapp{background-color:var(--whatsapp);color:#fff;box-shadow:var(--shadow-md)}.btn-whatsapp:hover{background-color:var(--whatsapp-dark);transform:translateY(-2px);box-shadow:0 0 15px #25d36666}.floating-whatsapp{background-color:var(--whatsapp);color:#fff;width:64px;height:64px;box-shadow:var(--shadow-lg);z-index:1000;transition:var(--transition);border-radius:16px;justify-content:center;align-items:center;font-size:2rem;animation:2s infinite pulse;display:flex;position:fixed;bottom:2rem;right:2rem}.floating-whatsapp:hover{transform:scale(1.1)}@keyframes pulse{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}.glass{-webkit-backdrop-filter:blur(12px);background:#fffc;border:1px solid #ffffff4d}@media (width<=768px){.container{padding:0 1rem}.section{padding:3rem 0}.section-title{font-size:2rem}.floating-whatsapp{border-radius:12px;width:50px;height:50px;font-size:1.5rem;bottom:1rem;right:1rem}}
