*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#2563eb;--primary-dark:#1e40af;--primary-light:#3b82f6;--secondary:#10b981;--dark:#0f172a;--gray:#64748b;--light:#f8fafc;--white:#fff}html{scroll-behavior:smooth}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;color:var(--dark);overflow-x:hidden;line-height:1.6}.container{max-width:1400px;margin:0 auto;padding:0 2rem}nav{position:fixed;top:0;width:100%;background:rgba(255,255,255,0.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:1000;padding:1rem 0;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,0.05)}nav.scrolled{padding:.75rem 0;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;color:var(--primary);text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon{width:50px;height:auto;margin-right:.5rem}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:var(--dark);text-decoration:none;font-weight:500;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-links a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary);transition:width .3s ease}.nav-links a:hover::after{width:100%}.cta-button{background:var(--primary);color:white;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px rgba(37,99,235,0.3);display:flex;align-items:center;gap:.5rem}.cta-button:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,99,235,0.4)}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:0;border:0;cursor:pointer;padding:.5rem}.mobile-menu-btn span{width:25px;height:3px;background:var(--dark);border-radius:3px;transition:all .3s ease}.mobile-menu-overlay{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:rgba(15,23,42,0.98);backdrop-filter:blur(20px);z-index:2000;transition:right .4s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.mobile-menu-overlay.active{right:0}.close-menu{position:absolute;top:2rem;right:2rem;background:0;border:0;color:white;font-size:2rem;cursor:pointer}.mobile-nav-links{list-style:none;text-align:center}.mobile-nav-links li{margin:2rem 0}.mobile-nav-links a{color:white;text-decoration:none;font-size:1.5rem;font-weight:600;transition:color .3s ease}.mobile-nav-links a:hover{color:var(--primary-light)}.mobile-cta{background:var(--primary);color:white;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.2rem}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);position:relative;overflow:hidden;padding:10rem 2rem 6rem}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svgwidth="60"height="60"xmlns="http://www.w3.org/2000/svg"><rectwidth="60"height="60"fill="none"/><circlecx="30"cy="30"r="1.5"fill="rgba(255,255,255,0.1)"/></svg>');animation:movePattern 20s linear infinite}@keyframes movePattern{0%{transform:translate(0,0)}100%{transform:translate(60px,60px)}}.hero-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}.hero-badge{display:inline-block;background:rgba(255,255,255,0.2);backdrop-filter:blur(10px);color:white;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:2rem;animation:fadeInUp .8s ease}.hero h1{font-size:clamp(2rem,5vw,4rem);font-weight:900;color:white;margin-bottom:1.5rem;line-height:1.2;animation:fadeInUp 1s ease .2s both}.hero p{font-size:clamp(1rem,2vw,1.3rem);color:rgba(255,255,255,0.95);margin-bottom:3rem;line-height:1.8;animation:fadeInUp 1s ease .4s both}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease .6s both}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:white;color:var(--primary);box-shadow:0 10px 30px rgba(0,0,0,0.2)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,0,0,0.3)}.btn-secondary{background:transparent;color:white;border:2px solid white}.btn-secondary:hover{background:white;color:var(--primary)}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:4rem;flex-wrap:wrap;animation:fadeInUp 1s ease .8s both}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:900;color:white;margin-bottom:.5rem}.stat-label{display:block;color:rgba(255,255,255,0.9);font-size:.9rem}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);text-align:center;color:white;animation:bounce 2s infinite}.scroll-arrow{font-size:2rem;margin-top:.5rem}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}section{padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-badge{display:inline-block;background:var(--primary);color:white;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem;color:var(--dark)}.section-subtitle{font-size:1.2rem;color:var(--gray);max-width:700px;margin:0 auto}.trust-badges{background:white;padding:3rem 0;border-bottom:1px solid #e9ecef}.trust-badges-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem}.trust-badge{display:flex;align-items:center;gap:1rem;padding:1rem;transition:transform .3s ease}.trust-badge:hover{transform:translateY(-3px)}.trust-icon{font-size:2.5rem;flex-shrink:0}.trust-content{display:flex;flex-direction:column;gap:.2rem}.trust-title{font-weight:700;font-size:1.1rem;color:#1a1a2e}.trust-subtitle{font-size:.85rem;color:#666}@media(max-width:1200px){.trust-badges-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.trust-badges-grid{grid-template-columns:1fr;gap:1rem}.trust-badge{justify-content:center;text-align:center}}.features{padding:5rem 0;background:white}.features-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.features-grid{grid-template-columns:1fr}}.feature-card{background:white;padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:all .4s ease;border:2px solid transparent;text-align:center}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,0.15);border-color:var(--primary)}.feature-icon-wrapper{width:80px;height:80px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease}.feature-card:hover .feature-icon-wrapper{transform:rotate(5deg) scale(1.1)}.feature-icon{font-size:2.5rem}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--dark)}.feature-card p{color:var(--gray);line-height:1.7;margin-bottom:1.5rem}.feature-link{color:var(--primary);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s ease}.feature-link:hover{gap:1rem}.services{background:white}.services-grid{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1400px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-grid{grid-template-columns:1fr}}.service-card{background:white;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.1);transition:all .4s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,0.2)}.service-image{position:relative;height:200px;overflow:hidden;background:linear-gradient(135deg,#667eea 0,#764ba2 100%)}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-image img{transform:scale(1.1)}.service-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,0.7) 100%)}.service-content{padding:1.5rem;text-align:center}.service-icon{font-size:2.5rem;margin-bottom:1rem}.service-content h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--dark)}.service-content p{color:var(--gray);margin-bottom:1rem;line-height:1.6;font-size:.9rem}.service-features{list-style:none;padding:0;text-align:left;display:inline-block}.service-features li{color:var(--gray);margin-bottom:.25rem;padding-left:1.25rem;position:relative;font-size:.85rem}.gallery{background:var(--light)}.gallery-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1200px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.gallery-grid{grid-template-columns:1fr}}.gallery-item{position:relative;height:300px;border-radius:15px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.gallery-item:hover{transform:scale(1.05)}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,0.8) 100%);display:flex;align-items:flex-end;padding:1.5rem;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-label{color:white;font-size:1.2rem;font-weight:700}.cta-section{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:white;padding:6rem 2rem;text-align:center}.cta-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1.5rem}.cta-content p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.95}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-white,.btn-outline-white{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-white{background:white;color:var(--primary);box-shadow:0 10px 30px rgba(0,0,0,0.2)}.btn-white:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,0,0,0.3)}.btn-outline-white{background:transparent;color:white;border:2px solid white}.btn-outline-white:hover{background:white;color:var(--primary)}.testimonials{background:white;padding:5rem 0}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.testimonial-card{background:linear-gradient(135deg,#f8f9fa 0,#fff 100%);padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:all .4s ease;position:relative;overflow:hidden}.testimonial-card::before{display:none !important}.testimonial-card:hover{transform:translateY(-10px);box-shadow:0 10px 40px rgba(102,126,234,0.2)}.stars{font-size:1.2rem;margin-bottom:1.5rem;letter-spacing:3px}.testimonial-text{font-size:1rem;line-height:1.8;color:#333;margin-bottom:2rem;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:1rem;padding-top:1.5rem;border-top:2px solid rgba(102,126,234,0.1)}.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:white;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.author-info{display:flex;flex-direction:row;align-items:center;gap:.5rem}.author-name{font-weight:700;font-size:1.1rem;color:#1a1a2e}.author-role{font-size:.9rem;color:#666}.author-role::before{content:'•';margin-right:.5rem;color:#667eea}@media(max-width:1024px){.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}}.faq{background:#f8f9fa;padding:5rem 0}.faq-grid{max-width:900px;margin:3rem auto 0;display:flex;flex-direction:column;gap:1rem}.faq-item{background:white;border-radius:15px;border:2px solid #e9ecef;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#667eea;box-shadow:0 4px 20px rgba(102,126,234,0.1)}.faq-item[open]{border-color:#667eea}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;cursor:pointer;font-weight:600;font-size:1.1rem;color:#1a1a2e;list-style:none;user-select:none;transition:all .3s ease}.faq-question::-webkit-details-marker{display:none}.faq-question:hover{color:#667eea}.faq-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:white;border-radius:50%;font-size:1.5rem;font-weight:300;flex-shrink:0;transition:transform .3s ease}.faq-item[open] .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 2rem 1.5rem 2rem;color:#666;line-height:1.8;animation:fadeIn .3s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{margin:0}@media(max-width:768px){.faq-question{padding:1.2rem 1.5rem;font-size:1rem}.faq-answer{padding:0 1.5rem 1.2rem 1.5rem;font-size:.95rem}}.contact{background:var(--light)}.contact-wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-card{background:white;padding:2rem;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,0.08);text-align:center;transition:transform .3s ease}.contact-card:hover{transform:translateY(-5px)}.contact-icon{font-size:2.5rem;margin-bottom:1rem}.contact-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.contact-card a{color:var(--primary);text-decoration:none;font-weight:600;font-size:1.1rem}.contact-note{color:var(--gray);font-size:.9rem;margin-top:.5rem}.contact-form{background:white;padding:3rem;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.contact-form h3{font-size:1.75rem;font-weight:700;margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--dark)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-family:inherit;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:0;border-color:var(--primary)}.submit-btn{width:100%;padding:1rem;background:var(--primary);color:white;border:0;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover{background:var(--primary-dark);transform:translateY(-2px)}footer{background:var(--dark);color:white;padding:4rem 2rem 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-col h4{font-size:1.25rem;margin-bottom:1.5rem}.footer-col p{color:rgba(255,255,255,0.7);line-height:1.7}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.75rem}.footer-col ul li a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color .3s ease}.footer-col ul li a:hover{color:white}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:white}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,0.4);z-index:999;transition:all .3s ease;text-decoration:none}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 30px rgba(37,211,102,0.6)}.whatsapp-icon{font-size:2rem}@media(max-width:1024px){.contact-wrapper{grid-template-columns:1fr}}@media(max-width:768px){.nav-links,.desktop-only{display:none}.mobile-menu-btn{display:flex}.hero{padding:8rem 1.5rem 6rem;overflow:visible;min-height:auto}.hero-stats{gap:2rem}.stat-number{font-size:2rem}.features-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.gallery-grid{grid-template-columns:1fr}section{padding:4rem 0}}@media(max-width:480px){.hero-buttons{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%;justify-content:center}.cta-buttons{flex-direction:column;width:100%}.btn-white,.btn-outline-white{width:100%;justify-content:center}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#1a1a2e 0,#2d2d44 100%);color:white;padding:1.5rem 0;box-shadow:0 -4px 20px rgba(0,0,0,0.2);z-index:9999;animation:slideUp .5s ease}@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.cookie-text h3{margin:0 0 .5rem 0;font-size:1.2rem;font-weight:700}.cookie-text p{margin:0;font-size:.95rem;line-height:1.6;opacity:.9}.cookie-text a{color:#667eea;text-decoration:underline}.cookie-text a:hover{color:#764ba2}.cookie-buttons{display:flex;gap:1rem;flex-shrink:0}.cookie-btn{padding:.8rem 1.5rem;border:0;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.cookie-accept{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:white}.cookie-accept:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(102,126,234,0.4)}.cookie-decline{background:transparent;color:white;border:2px solid rgba(255,255,255,0.3)}.cookie-decline:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.5)}@media(max-width:768px){.cookie-content{flex-direction:column;text-align:center;padding:0 1.5rem}.cookie-buttons{width:100%;flex-direction:column}.cookie-btn{width:100%}.cookie-text h3{font-size:1.1rem}.cookie-text p{font-size:.9rem}}.btn-call{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#10b981 0,#059669 100%);color:white;border:0;border-radius:50px;font-size:1.1rem;font-weight:700;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(16,185,129,0.3)}.btn-call:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,0.4);background:linear-gradient(135deg,#059669 0,#047857 100%)}.btn-call:active{transform:translateY(0)}.trust-badges{position:relative !important;overflow:visible !important}.trust-badges-grid{position:relative !important;transform:none !important;animation:none !important}.trust-badge{position:relative !important;transform:none !important;animation:none !important}.trust-badge:hover{transform:translateY(-2px) !important}html{scroll-behavior:auto !important}body{scroll-behavior:auto !important}*,*::before,*::after{scroll-behavior:auto !important}*,*::before,*::after{animation:none !important;animation-duration:0s !important;animation-delay:0s !important;transition:none !important;transition-duration:0s !important}*:hover{transition:transform .1s ease !important}.hero{position:relative !important}.hero-overlay{animation:none !important;transform:none !important;position:absolute !important}.hero-content{position:relative !important;z-index:10 !important}.hero *,.hero *::before,.hero *::after{animation:none !important;transform:none !important}.hero{position:relative !important;transform:none !important;opacity:1 !important;will-change:auto !important}.hero-overlay{position:absolute !important;animation:none !important;transform:none !important}.hero-content{position:relative !important;z-index:10 !important;transform:none !important;opacity:1 !important}.hero[style*="transform"]{transform:none !important}@media(max-width:768px){.hero{min-height:auto !important;padding:6rem 1rem 3rem !important}.hero h1{font-size:1.8rem !important;line-height:1.2 !important}.hero p{font-size:1rem !important}}