.navbar{z-index:1000;width:100%;transition:var(--transition);padding:1.5rem 0;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow);background-color:#fffffff2;padding:1rem 0}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text);font-weight:500}.nav-links a:hover{color:var(--primary)}.nav-actions{align-items:center;gap:1rem;display:flex}.menu-toggle{width:30px;height:20px;display:none;position:relative}.hamburger{background-color:var(--text);width:100%;height:2px;transition:var(--transition);display:block;position:absolute;top:50%;transform:translateY(-50%)}.hamburger:before,.hamburger:after{content:"";background-color:var(--text);width:100%;height:2px;transition:var(--transition);position:absolute;left:0}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger.open{background-color:#0000}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{bottom:0;transform:rotate(-45deg)}.mobile-only{display:none}@media (width<=768px){.desktop-only{display:none}.mobile-only,.menu-toggle{display:block}.nav-links{background-color:var(--white);width:100%;box-shadow:var(--shadow-lg);opacity:0;transition:var(--transition);flex-direction:column;gap:1.5rem;padding:2rem;position:absolute;top:100%;left:0;transform:translateY(-150%)}.nav-links.active{opacity:1;transform:translateY(0)}}.hero-section{background:linear-gradient(135deg, var(--white) 0%, var(--secondary) 100%);align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-bg-shapes{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.shape{filter:blur(80px);opacity:.4;border-radius:50%;position:absolute}.shape-1{background:var(--primary);width:400px;height:400px;top:-100px;right:-100px}.shape-2{background:var(--accent);width:300px;height:300px;bottom:-50px;left:-50px}.hero-container{z-index:1;grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid;position:relative}.rating-badge{background:var(--white);box-shadow:var(--shadow);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-flex}.text-gradient{background:linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-content h1{color:var(--text);margin-bottom:1.5rem;font-size:3.5rem}.hero-content p{color:var(--text-muted);max-width:600px;margin-bottom:2rem;font-size:1.1rem}.hero-btns{gap:1rem;margin-bottom:3rem;display:flex}.trust-badges{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.trust-badge{background:var(--secondary);color:var(--primary-dark);border-radius:6px;align-items:center;padding:.4rem .8rem;font-size:.85rem;font-weight:600;display:flex}.hero-stats{gap:3rem;display:flex}.stat-item{flex-direction:column;display:flex}.stat-item strong{color:var(--primary);font-size:1.5rem}.stat-item span{color:var(--text-muted);font-size:.9rem}.ac-illustration{flex-direction:column;justify-content:center;align-items:center;width:100%;height:300px;display:flex;position:relative}.unit{background:var(--white);width:300px;height:100px;box-shadow:var(--shadow-lg);border:1px solid #0000000d;border-radius:10px;align-items:flex-end;padding:10px;display:flex;position:relative}.vents{background:linear-gradient(#eee 50%,#0000 50%) 0 0/100% 4px;width:100%;height:20px}.display{color:#0f0;background:#222;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:.8rem;position:absolute;top:15px;right:20px}.air-flow{gap:20px;margin-top:20px;display:flex}.air-flow span{background:linear-gradient(to bottom, var(--primary), transparent);width:2px;height:40px;animation:1.5s ease-in-out infinite blow}.air-flow span:nth-child(2){animation-delay:.2s}.air-flow span:nth-child(3){animation-delay:.4s}@keyframes blow{0%{opacity:0;transform:translateY(0)scaleY(0)}50%{opacity:.5;transform:translateY(20px)scaleY(1)}to{opacity:0;transform:translateY(40px)scaleY(0)}}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-content p{margin:0 auto 2rem}.hero-btns,.hero-stats{justify-content:center}.hero-content h1{font-size:2.8rem}}@media (width<=768px){.hero-content h1{font-size:2.2rem}.ac-illustration{display:none}}.services-section{background-color:var(--bg-light)}.section-header{text-align:center;margin-bottom:3.5rem}.section-subtitle{color:var(--text-muted);margin-top:-2rem;font-size:1.1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.service-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid #00000008;flex-direction:column;padding:2.5rem;display:flex}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--secondary);transform:translateY(-10px)}.service-icon{background:var(--secondary);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:3rem;display:flex}.service-card h3{margin-bottom:1rem;font-size:1.5rem}.service-card p{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem}.service-link{color:var(--primary);font-size:.9rem;font-weight:600}@media (width<=768px){.services-grid{grid-template-columns:1fr}}.why-us-section{background-color:var(--white)}.why-us-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem}.reasons-list{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.reason-item{gap:1rem;display:flex}.reason-icon{background:var(--secondary);border-radius:50%;justify-content:center;align-items:center;min-width:45px;height:45px;font-size:1.5rem;display:flex}.reason-text h4{margin-bottom:.3rem;font-size:1.1rem}.reason-text p{color:var(--text-muted);font-size:.9rem}.why-us-visual{background:linear-gradient(135deg, var(--secondary) 0%, #bae6fd 100%);border-radius:24px;justify-content:center;align-items:center;height:400px;display:flex;position:relative}.badge-circle{background:var(--white);width:200px;height:200px;box-shadow:var(--shadow-lg);z-index:2;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.badge-circle .number{color:var(--primary);font-size:3rem;font-weight:800}.badge-circle .stars{margin:.5rem 0;font-size:1rem}.badge-circle .label{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);font-size:.9rem}.experience-box{background:var(--primary);color:var(--white);box-shadow:var(--shadow-lg);z-index:3;border-radius:16px;flex-direction:column;padding:1.5rem;display:flex;position:absolute;bottom:40px;right:40px}.experience-box strong{font-size:2rem}.experience-box span{font-size:.8rem}@media (width<=992px){.why-us-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.reasons-list{grid-template-columns:1fr}.why-us-visual{height:300px}.badge-circle{width:150px;height:150px}.badge-circle .number{font-size:2rem}}.testimonials-section{background-color:var(--secondary)}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.testimonial-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;padding:2.5rem;display:flex;position:relative}.quote-icon{color:var(--primary);opacity:.2;font-family:serif;font-size:4rem;position:absolute;top:1rem;left:1.5rem}.testimonial-text{color:var(--text-muted);z-index:1;margin-bottom:2rem;font-style:italic;position:relative}.testimonial-footer{margin-top:auto}.testimonial-footer .stars{margin-bottom:.5rem;font-size:.9rem}.user-info{flex-direction:column;display:flex}.user-info strong{color:var(--text);font-size:1.1rem}.user-info span{color:var(--text-muted);font-size:.85rem}@media (width<=768px){.testimonials-grid{grid-template-columns:1fr}}.process-section{background-color:var(--white)}.steps-container{justify-content:space-between;gap:2rem;display:flex;position:relative}.step-card{text-align:center;flex:1;padding:2rem;position:relative}.step-number{color:var(--secondary);z-index:-1;margin-bottom:1rem;font-size:3rem;font-weight:800;position:relative}.step-card h3{margin-bottom:1rem;font-size:1.5rem}.step-card p{color:var(--text-muted)}.step-arrow{color:var(--primary);opacity:.5;font-size:2rem;position:absolute;top:30%;right:-1rem}@media (width<=768px){.steps-container{flex-direction:column;gap:3rem}.step-arrow{display:none}.step-number{font-size:2.5rem}}.contact-section{background-color:var(--bg-light)}.contact-grid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.contact-info h3{margin-bottom:1rem;font-size:1.8rem}.contact-info p{color:var(--text-muted);margin-bottom:2.5rem}.info-items{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.info-item{align-items:center;gap:1rem;display:flex}.info-item .icon{background:var(--white);width:50px;height:50px;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.info-item .text{flex-direction:column;display:flex}.info-item .text strong{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.info-item .text a,.info-item .text span{color:var(--text);font-size:1.1rem;font-weight:600}.map-placeholder{border-radius:var(--radius);border:1px solid #0000000d;width:100%;height:200px;overflow:hidden}.dummy-map{width:100%;height:100%;color:var(--text-muted);background:#e5e7eb;justify-content:center;align-items:center;display:flex}.contact-form{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:3rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{width:100%;transition:var(--transition);border:1px solid #ddd;border-radius:8px;padding:.8rem 1rem;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--secondary);outline:none}.btn-block{width:100%}.btn-whatsapp{color:#fff;background-color:#25d366;margin-top:1rem}.btn-whatsapp:hover{box-shadow:var(--shadow);background-color:#128c7e;transform:translateY(-2px)}.form-divider{text-align:center;color:var(--text-muted);margin:1.5rem 0;font-size:.8rem;font-weight:600;position:relative}.form-divider:before,.form-divider:after{content:"";background:#eee;width:40%;height:1px;position:absolute;top:50%}.form-divider:before{left:0}.form-divider:after{right:0}@media (width<=992px){.contact-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.contact-form{padding:2rem}}.footer{background-color:var(--text);color:var(--white);padding:5rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-brand .logo{color:var(--white);margin-bottom:1.5rem}.footer-brand p{color:#9ca3af;max-width:350px;margin-bottom:2rem}.social-links{gap:1rem;display:flex}.social-link{width:40px;height:40px;transition:var(--transition);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.social-link:hover{background:var(--primary);transform:translateY(-3px)}.footer-links h4,.footer-contact h4{margin-bottom:2rem;font-size:1.2rem;position:relative}.footer-links h4:after,.footer-contact h4:after{content:"";background:var(--primary);width:40px;height:2px;position:absolute;bottom:-.5rem;left:0}.footer-links ul li,.footer-contact ul li{margin-bottom:1rem}.footer-links ul li a{color:#9ca3af}.footer-links ul li a:hover{color:var(--primary);padding-left:5px}.footer-contact ul li{color:#9ca3af;align-items:center;gap:.5rem;display:flex}.footer-bottom{color:#6b7280;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}.footer-legal{gap:2rem;display:flex}.footer-legal a:hover{color:var(--white)}@media (width<=992px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:span 1}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}}:root{--primary:#0ea5e9;--primary-dark:#0284c7;--secondary:#e0f2fe;--accent:#0284c7;--text:#1f2937;--text-muted:#4b5563;--white:#fff;--bg-light:#f9fafb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--radius:12px;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text);background-color:var(--white);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{margin-bottom:1rem;line-height:1.2}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-title{text-align:center;color:var(--text);margin-bottom:3rem;font-size:2.5rem;font-weight:700}.btn{transition:var(--transition);text-align:center;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;display:inline-block}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--primary-dark);box-shadow:var(--shadow);transform:translateY(-2px)}.btn-outline{border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background-color:var(--secondary)}.reveal{opacity:0;transition:all .8s ease-out;transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}.floating-call{background-color:var(--primary);color:var(--white);width:60px;height:60px;box-shadow:var(--shadow-lg);z-index:1000;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;animation:2s infinite pulse;display:flex;position:fixed;bottom:2rem;right:2rem}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media (width<=768px){.section{padding:3rem 0}.section-title{font-size:2rem}.floating-call{width:50px;height:50px;bottom:1.5rem;right:1.5rem}}
