@keyframes heroFade{0%,30%,to{opacity:0}25%,5%{opacity:1}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-green:#0D4D40;--accent-lime:#C6FF00;--corporate-gray:#64748B;--light-gray:#F0FAF5;--success-green:#10B981;--white:#FFFFFF;--text-dark:#1A2E28;--text-light:#5A7A70;--font-heading:'Poppins', sans-serif;--font-body:'Open Sans', sans-serif;--section-padding:80px 0;--container-padding:0 20px;--border-radius:12px;--shadow:0 4px 6px -1px rgba(13, 77, 64, 0.08);--shadow-lg:0 10px 15px -3px rgba(13, 77, 64, 0.12)}body{font-family:var(--font-body);line-height:1.6;color:var(--text-dark);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:var(--container-padding)}.header{position:fixed;top:0;left:0;width:100%;background:0 0;backdrop-filter:none;z-index:1000;transition:all .3s ease;box-shadow:none}.header.scrolled{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(13,77,64,.1)}.nav,.nav-brand{display:flex;align-items:center}.nav{justify-content:space-between;padding:.6rem 2rem;max-width:1200px;margin:0 auto}.nav-brand{gap:.5rem}.logo{height:40px;width:auto;border-radius:6px}.brand-text,.hero-content-overlay h1{font-family:var(--font-heading);font-weight:700}.brand-text{font-size:1.3rem;color:var(--primary-green)}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:var(--primary-green)}.nav-link::after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:var(--accent-lime);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.nav-link.active::after,.nav-link:hover::after{transform:scaleX(1)}.nav-contact{display:flex;align-items:center;gap:1rem}.btn-portal{background:var(--primary-green);padding:.5rem 1.2rem;border-radius:25px;font-weight:600;font-size:.85rem}.btn-phone:hover,.btn-portal:hover{background:#0a3d33;transform:translateY(-3px);box-shadow:var(--shadow-lg)}.btn-instagram,.btn-phone,.btn-portal{color:#fff;text-decoration:none;transition:all .3s ease;box-shadow:var(--shadow)}.btn-phone{background:#0d4d40;padding:.5rem 1.2rem;border-radius:25px;font-weight:600;font-size:.85rem}.btn-instagram{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-radius:50%}.btn-instagram:hover{transform:translateY(-3px) scale(1.1);box-shadow:var(--shadow-lg)}.nav-toggle{display:none;flex-direction:column;cursor:pointer;gap:4px}.bar{width:25px;height:3px;background:#0d4d40;transition:.3s}.hero{position:relative;width:100%;height:100vh;overflow:hidden;margin-top:0;margin-bottom:0;padding:0}.hero-carousel,.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%}.hero-carousel{z-index:1}.hero-slide{object-fit:cover;object-position:center 40%;display:block;opacity:0;animation:heroFade 20s infinite}.hero-slide-1{animation-delay:0s}.hero-slide-2{animation-delay:5s}.hero-slide-3{animation-delay:10s}.hero-slide-4{animation-delay:15s}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(13,77,64,.1)0,rgba(13,77,64,.85) 100%);z-index:2;pointer-events:none}.hero-content-overlay{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:0 2rem 4rem;text-align:center}.hero-content-overlay h1{font-size:clamp(2.4rem,5vw,4rem);color:#fff;margin-bottom:1rem;line-height:1.1;letter-spacing:-.02em;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-content-overlay p{font-size:clamp(1.1rem,2.5vw,1.4rem);color:rgba(255,255,255,.9);max-width:600px;margin:0 auto 2rem;line-height:1.6}.hero-badge{display:inline-block;background:var(--accent-lime);color:var(--primary-green);padding:.4rem 1.2rem;border-radius:50px;font-weight:700;font-size:.85rem;margin-bottom:1.5rem;letter-spacing:.5px}.hero-buttons .btn-outline-white{background:0 0;color:#fff;border:2px solid rgba(255,255,255,.8);font-size:1.1rem;padding:16px 36px}.hero-buttons .btn-outline-white:hover{background:rgba(255,255,255,.15);border-color:#fff;transform:translateY(-3px)}.hero-content{text-align:center;max-width:900px;margin:0 auto}.hero-content h1,.section-header h2{font-family:var(--font-heading);font-weight:700;color:var(--text-dark)}.hero-content h1{font-size:3.8rem;margin-bottom:1.5rem;line-height:1.1;background:linear-gradient(135deg,#0d4d40,#c6ff00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content p{font-size:1.4rem;margin-bottom:2.5rem;color:var(--text-light);max-width:700px;margin-left:auto;margin-right:auto;font-weight:400;line-height:1.6}.hero-buttons{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}.btn{display:inline-block;padding:14px 32px;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;border:0;cursor:pointer;font-size:1rem;text-align:center}.btn-portal-hero,.btn-primary{font-size:1.1rem;padding:16px 36px}.btn-primary{background:#c6ff00;color:#0d4d40;box-shadow:0 4px 15px rgba(198,255,0,.4)}.btn-primary:hover{background:#a8d900;transform:translateY(-3px);box-shadow:0 8px 25px rgba(198,255,0,.6)}.btn-portal-hero{background:var(--primary-green);color:#c6ff00;box-shadow:0 4px 15px rgba(13,77,64,.5)}.btn-portal-hero:hover{background:#0a3d33;transform:translateY(-3px);box-shadow:0 8px 25px rgba(13,77,64,.7)}.btn-icon{width:22px;height:22px;object-fit:contain;vertical-align:middle}.btn-secondary{font-size:1.1rem;padding:16px 36px}.btn-outline:hover,.btn-secondary:hover{background:var(--primary-green);color:#fff}.btn-secondary:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(13,77,64,.4)}.btn-outline,.btn-secondary{background:0 0;color:var(--primary-green);border:2px solid var(--primary-green)}.btn-outline:hover{transform:translateY(-2px)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:1rem;letter-spacing:-.02em}.section-header h2::after{content:"";display:block;width:60px;height:3px;background:linear-gradient(to right,var(--accent-lime),var(--primary-green));margin:.75rem auto 0;border-radius:3px}.section-header p{font-size:1.2rem;color:var(--text-light);max-width:600px;margin:0 auto}.about{padding:var(--section-padding);background:var(--light-gray)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;color:var(--text-light);line-height:1.8}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.stat-item{text-align:center;padding:2rem;background:rgba(255,255,255,.7);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5);border-radius:var(--border-radius);box-shadow:var(--shadow);transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-number,.step h3{font-family:var(--font-heading)}.stat-number{font-size:clamp(1.6rem,4vw,3rem);font-weight:700;color:#0d4d40;margin-bottom:.5rem}.stat-label,.step p{color:var(--text-light)}.stat-label{font-size:1rem;font-weight:500}.how-it-works{padding:var(--section-padding);background:#fff}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.step{text-align:center;padding:2rem;background:var(--light-gray);border-radius:var(--border-radius);transition:transform .3s ease}.step:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.step-icon{font-size:4rem;margin-bottom:1.5rem}.step h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.step p{line-height:1.6}.timeline{position:relative;max-width:700px;margin:0 auto;padding-left:60px}.timeline::before{content:"";position:absolute;left:24px;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,var(--accent-lime),var(--primary-green));border-radius:3px}.timeline-step{position:relative;margin-bottom:2.5rem;padding-left:2rem}.timeline-step:last-child{margin-bottom:0}.timeline-marker{position:absolute;left:-36px;top:.5rem;width:52px;height:52px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1;box-shadow:0 0 0 4px var(--light-gray),0 2px 8px rgba(0,0,0,.1)}.benefit-icon img,.timeline-icon{width:36px;height:36px;object-fit:contain}.step-number{color:var(--primary-green);font-weight:700}.timeline-content{background:#fff;padding:1.5rem 2rem;border-radius:var(--border-radius);box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.timeline-content:hover{transform:translateX(8px);box-shadow:var(--shadow-lg)}.timeline-content h3{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.timeline-content p{margin:0}.benefits{padding:var(--section-padding);background:var(--light-gray)}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.benefit-card{background:#fff;padding:2.5rem 2rem;border-radius:var(--border-radius);text-align:center;box-shadow:var(--shadow);transition:all .3s ease}.benefit-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.benefit-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.benefit-icon img{width:56px;height:56px}.benefit-card h3{font-size:1.3rem;margin-bottom:1rem}.benefit-card p,.timeline-content p{color:var(--text-light);line-height:1.6}.dealers-trust{padding:4rem 0;background:#fff;text-align:center}.dealers-trust .section-header{margin-bottom:2rem}.dealers-trust .section-header h2{font-size:2rem}.dealers-strip{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;padding:2rem 1rem}.dealer-name{font-family:var(--font-heading);font-size:1.3rem;font-weight:600;color:#0d4d40;letter-spacing:.5px}.dealer-divider{font-size:2rem;color:#c6ff00;line-height:1}.testimonials{padding:var(--section-padding);background:var(--primary-green)}.testimonials .section-header h2{color:#fff}.testimonials .section-header h2::after{background:linear-gradient(to right,var(--accent-lime),rgba(255,255,255,.4))}.testimonials .section-header p{color:rgba(255,255,255,.7)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);padding:2rem;border-radius:var(--border-radius);transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-stars{color:var(--accent-lime);font-size:1.2rem;margin-bottom:1rem;letter-spacing:2px}.testimonial-text{color:rgba(255,255,255,.9);font-style:italic;line-height:1.7;margin-bottom:1.5rem;font-size:1rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:44px;height:44px;background:var(--accent-lime);color:var(--primary-green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:1.1rem;flex-shrink:0}.testimonial-name{color:#fff;font-weight:600;font-size:.95rem}.testimonial-role{color:rgba(255,255,255,.6);font-size:.85rem}.faq{padding:var(--section-padding);background:var(--light-gray)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;margin-bottom:1rem;border-radius:var(--border-radius);box-shadow:var(--shadow);overflow:hidden}.faq-question{width:100%;border:0;background:0 0;text-align:left;font:inherit;padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s ease}.faq-question:hover{background:var(--light-gray)}.benefit-card h3,.contact-details h3,.faq-question h3{font-family:var(--font-heading);font-weight:600;color:var(--text-dark)}.faq-question h3{font-size:1.1rem;margin:0}.faq-toggle{font-size:1.5rem;font-weight:700;color:#0d4d40;transition:transform .3s ease}.faq-item.active .faq-toggle{transform:rotate(45deg)}.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:all .3s ease}.faq-item.active .faq-answer{padding:0 1.5rem 1.5rem;max-height:200px}.faq-answer p{line-height:1.6}.contact{padding:var(--section-padding);background:#fff}.contact-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.contact-info{display:grid;gap:2rem}.contact-icon,.contact-item{display:flex;align-items:center}.contact-item{gap:1rem;padding:1.5rem;background:var(--light-gray);border-radius:var(--border-radius);transition:transform .3s ease}.contact-item:hover{transform:translateX(10px)}.contact-icon{font-size:2rem;width:60px;height:60px;justify-content:center;background:#0d4d40;color:#fff;border-radius:50%;flex-shrink:0}.contact-icon svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.contact-icon-branded{background:0 0;border-radius:12px;width:52px;height:52px}.contact-icon-branded img{width:48px;height:48px;object-fit:contain}.contact-details h3{font-size:1.2rem;margin-bottom:.5rem}.contact-details a{color:#0d4d40;text-decoration:none;font-weight:500}.contact-details a:hover{text-decoration:underline}.contact-details p,.faq-answer p{color:var(--text-light);margin:0}.contact-cta{background:var(--primary-green);color:#fff;padding:3rem 2rem;border-radius:var(--border-radius);text-align:center}.contact-cta h3,.footer-contact h4,.footer-legal h4,.footer-links h4{font-family:var(--font-heading);font-size:1.8rem;font-weight:600;margin-bottom:1rem}.contact-cta p{margin-bottom:2rem;opacity:.9}.contact-cta .btn{background:#c6ff00;color:#0d4d40}.contact-cta .btn:hover{background:#a8d900}.footer{background:#1a2e28;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{height:80px;width:auto;max-width:200px;object-fit:contain;filter:brightness(1.1)}.footer-brand h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#c6ff00}.footer-brand p{color:#d1d5db;font-size:1.1rem}.footer-contact h4,.footer-legal h4,.footer-links h4{font-size:1.2rem;color:#c6ff00}.footer-legal a,.footer-links a{display:block;margin-bottom:.5rem}.footer-legal a:hover,.footer-links a:hover,.social-link:hover{color:#fff}.footer-contact p{color:#d1d5db;margin-bottom:.5rem}.footer-social{margin-top:1rem;display:flex;gap:.75rem;flex-wrap:wrap}.footer-legal a,.footer-links a,.social-link{color:#d1d5db;text-decoration:none;transition:color .3s ease}.social-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem}.social-link img,.social-link svg{flex-shrink:0;border-radius:8px}.instagram-icon-contact{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)!important}.instagram-icon-contact svg{width:24px;height:24px}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center}.footer-bottom p{color:#d1d5db;margin:0}.reveal-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.reveal-on-scroll.revealed{opacity:1;transform:translateY(0)}.reveal-on-scroll:nth-child(2){transition-delay:.1s}.reveal-on-scroll:nth-child(3){transition-delay:.2s}.reveal-on-scroll:nth-child(4){transition-delay:.3s}.reveal-on-scroll:nth-child(5){transition-delay:.4s}.reveal-on-scroll:nth-child(6){transition-delay:.5s}@media (prefers-reduced-motion:reduce){.reveal-on-scroll{opacity:1;transform:none;transition:none}}.floating-whatsapp{position:fixed;bottom:20px;right:20px;width:56px;height:56px;background:0 0;border-radius:16px;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 12px rgba(13,77,64,.3);z-index:1000;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.floating-whatsapp:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(13,77,64,.5)}.floating-whatsapp img{width:56px;height:56px;object-fit:contain}@media (max-width:1024px){.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.benefits-grid,.steps{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(4,1fr)}.dealer-name{font-size:1.1rem}.footer-content,.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav-menu{position:fixed;top:60px;left:-100%;width:100%;height:calc(100vh - 60px);background:#fff;flex-direction:column;justify-content:start;padding:2rem;transition:left .3s ease;box-shadow:var(--shadow-lg)}.nav-menu.active{left:0}.nav-toggle{display:flex}.nav-contact{display:flex;gap:.5rem}.btn-phone,.btn-portal{font-size:.75rem;padding:.4rem .9rem}.hero{height:100vh;margin-bottom:0}.hero-slide{object-position:center center}.section-header h2{font-size:2rem}.benefits-grid,.steps{grid-template-columns:1fr}.btn-instagram{width:32px;height:32px}.dealers-trust .section-header h2{font-size:1.5rem}.dealer-name{font-size:1rem}.stats{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}.timeline{padding-left:50px}.timeline::before{left:18px}.timeline-marker{left:-32px;width:44px;height:44px}.timeline-icon{width:30px;height:30px}.footer-content{grid-template-columns:1fr;text-align:center}.footer-logo{height:60px;max-width:180px;margin:0 auto}}@media (max-width:480px){.nav{padding:.5rem 1rem}.hero{height:100vh;margin-bottom:0}.hero-slide{object-position:center center}.btn{padding:12px 24px;font-size:.9rem}.hero-buttons{flex-direction:column;align-items:center}.section-header h2{font-size:1.8rem}.stats{grid-template-columns:1fr}.stat-item{padding:1.5rem}.stat-number{font-size:2.5rem}.footer-logo{height:50px;max-width:150px;margin:0 auto}}