.projects-section{padding:0 20px;background-color:var(--color-background);margin-top:100px;margin-bottom:100px;overflow-x:hidden;overflow-y:visible}.projects-container{max-width:1140px;margin:0 auto}.projects-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:var(--space-4xl);position:relative}.projects-title-area{display:flex;flex-direction:column;gap:var(--space-lg)}.projects-title{font-size:24px;font-weight:350;color:var(--color-text);line-height:1.2;letter-spacing:.02em;word-spacing:.1em;margin:0}@media (min-width:768px){.projects-title{font-size:30px}}.projects-link,.service-link{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;color:var(--color-text);font-size:16px;font-weight:400;cursor:pointer;transition:all .3s ease;padding:0;font-family:inherit;text-decoration:none}.projects-link:hover,.service-link:hover{color:var(--color-text-muted)}.projects-link:hover svg,.service-link:hover svg{transform:translateX(4px)}.projects-link svg,.service-link svg{transition:transform .3s ease}.projects-controls{display:none;gap:12px;z-index:5}@media (min-width:768px){.projects-controls{display:flex}}.projects-controls-mobile{position:absolute;bottom:0;right:0;transform:translateY(50%);display:flex;gap:8px;margin-top:0;margin-right:0;z-index:5}@media (min-width:768px){.projects-controls-mobile{display:none}}.control-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--color-border);background:hsla(0,0%,98%,.9);color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:5}.control-btn:hover{background:#f9f9f9;color:#080808;border-color:#080808;transform:translateY(-1px)}.projects-carousel{overflow-x:hidden;overflow-y:visible;cursor:-webkit-grab;cursor:grab;width:100%;position:relative}.projects-carousel:active{cursor:-webkit-grabbing;cursor:grabbing}@media (max-width:767px){.projects-carousel,.projects-section{overflow-x:hidden;overflow-y:visible}.projects-carousel{width:100%;margin:0}}.projects-track{display:flex;gap:24px;width:max-content;will-change:transform}.projects-section .project-card{flex:none;cursor:pointer;width:364px;max-width:400px}@media (min-width:768px){.projects-section .project-card{width:364px;max-width:none}}@media (max-width:767px){.projects-track{gap:0}.projects-section .project-card{width:calc(100vw - 40px);max-width:544px;min-width:280px;margin:0 24px 0 0}}.projects-section .project-image{width:100%;height:408px;overflow:hidden;border-radius:6px;margin-bottom:var(--space-md)}@media (max-width:767px){.projects-section .project-image{height:calc((100vw - 40px) / 1.335);max-height:408px;min-height:210px}}@media (min-width:768px){.projects-section .project-image{height:273px;width:364px;border-radius:6px}}.projects-section .project-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;border-radius:6px}.projects-section .project-card:hover .project-image img{transform:scale(1.05)}.projects-section .project-info{text-align:left}.projects-section .project-title{font-size:20px;font-weight:350;color:var(--color-text);margin:0 0 var(--space-xs) 0;letter-spacing:.02em;word-spacing:.1em}.projects-section .project-category{font-size:14px;color:var(--color-text-muted);margin:0;line-height:1.4}@media (max-width:767px){.projects-header{flex-direction:column;align-items:flex-start;gap:var(--space-lg)}.projects-title-area{width:100%}}body:has(.mobile-menu-backdrop.open) .control-btn,body:has(.mobile-menu-backdrop.open) .projects-controls,body:has(.mobile-menu-backdrop.open) .projects-controls-mobile{z-index:-1!important}.projects-filters{display:flex;justify-content:center;gap:16px;margin-bottom:80px;flex-wrap:wrap}.projects-filter{padding:12px 24px;background:transparent;border:1px solid rgba(8,8,8,.1);border-radius:8px;color:var(--color-text-muted);font-size:16px;font-weight:350;font-family:inherit;cursor:pointer;transition:all .3s ease;white-space:nowrap}.projects-filter:hover{border-color:rgba(8,8,8,.2);color:var(--color-text)}.projects-filter.active{background:var(--color-text);border-color:var(--color-text);color:#fff}.projects-grid{display:grid;grid-template-columns:1fr;grid-gap:80px 20px;gap:80px 20px;width:100%;margin:0}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:80px 24px}}@media (min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr);gap:80px 24px}}.project-card{display:flex;flex-direction:column;gap:16px;width:100%;max-width:none}.projects-page .project-image{overflow:hidden;cursor:pointer;transition:all .3s ease;min-height:0!important;display:flex;align-items:stretch}.projects-page .project-image,.projects-page .project-image img{width:100%!important;max-width:none!important;border-radius:6px;height:100%}.projects-page .project-image img{object-fit:cover;transition:transform .4s ease;display:block}.projects-page .project-image:hover img{transform:scale(1.05)}.project-content{display:flex;flex-direction:column;gap:4px}.project-title{font-size:16px;font-weight:350;color:var(--color-text);line-height:1.2;margin:0}@media (min-width:768px){.project-title{font-size:22px}}.project-category{font-size:14px;color:var(--color-text-muted);margin:0;line-height:1.2}@media (max-width:767px){.projects-filters{gap:12px;margin-bottom:60px}.projects-filter{padding:10px 20px;font-size:14px}.projects-grid{gap:60px 20px}}.proyecto-section{background-color:var(--color-background);padding-top:80px;padding-bottom:80px}@media (max-width:767px){.proyecto-section{padding-top:56px;padding-bottom:56px}}.proyecto-container{max-width:1140px;margin:0 auto;padding:0 var(--space-sm)}@media (min-width:768px){.proyecto-container{padding:0 var(--space-lg)}}.proyecto-header{text-align:center;margin-bottom:80px}.proyecto-category{display:block;font-size:14px;color:#666;font-weight:350;margin-bottom:24px;line-height:1.4}.proyecto-title{font-size:32px;font-weight:350;color:var(--color-text);line-height:1.2;letter-spacing:.02em;word-spacing:.1em;max-width:800px;margin:0 auto 80px}@media (min-width:768px){.proyecto-title{font-size:48px}}.proyecto-hero-image{width:100%;max-width:1000px;margin:0 auto 80px;display:flex;justify-content:center}.proyecto-hero-image img{width:100%;max-width:1000px;height:500px;object-fit:cover;object-position:center top;border-radius:6px;display:block}@media (max-width:767px){.proyecto-hero-image{margin-bottom:60px}.proyecto-hero-image img{height:auto;max-height:500px}}.proyecto-content{max-width:750px;margin:0 auto;text-align:left;padding:0 var(--space-sm)}@media (min-width:768px){.proyecto-content{padding:0}}.proyecto-text{font-size:16px;line-height:1.6;color:var(--color-text)}.proyecto-text p{margin:0 0 var(--space-md) 0;font-size:16px;line-height:1.6}.proyecto-text h3{font-size:20px;margin:var(--space-2xl) 0 var(--space-md) 0;line-height:1.3}.proyecto-text h3,.proyecto-text strong{font-weight:500;color:var(--color-text)}.proyecto-text ul{margin:var(--space-md) 0;padding-left:24px}.proyecto-text li{margin-bottom:12px;font-size:16px;line-height:1.6}.proyecto-text a{color:#2563eb;text-decoration:none;transition:all .2s ease;border-bottom:1px solid transparent}.proyecto-text a:hover{color:#1d4ed8;border-bottom:1px solid #1d4ed8}.proyecto-text a:focus{outline:2px solid #2563eb;outline-offset:2px;border-radius:2px}.proyecto-images-pair{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;margin:var(--space-4xl) 0;max-width:1000px;margin-left:auto;margin-right:auto}@media (min-width:768px){.proyecto-images-pair{grid-template-columns:1fr 1fr}}.proyecto-image-item{width:100%}.proyecto-image-item img{width:100%;height:auto;border-radius:6px;object-fit:cover}.proyecto-image-single{margin:var(--space-4xl) auto;max-width:800px;width:100%}.proyecto-image-single img{width:100%;max-height:600px;object-fit:cover;border-radius:6px}@media (max-width:767px){.proyecto-text h3{font-size:18px;margin:var(--space-xl) 0 var(--space-md) 0}.proyecto-images-pair{margin:var(--space-2xl) 0}.proyecto-image-single{margin:var(--space-2xl) auto}}.proyecto-back-link{display:inline-flex;align-items:center;gap:8px;color:#666;text-decoration:none;font-size:14px;margin-bottom:48px;transition:color .2s ease}.proyecto-back-link:hover{color:var(--color-text)}.proyecto-back-link svg{transition:transform .3s ease}.proyecto-back-link:hover svg{transform:translateX(-4px)}.proyecto-nexora .proyecto-hero-image img{object-fit:cover;object-position:center 0}.service-section{background-color:var(--color-background);padding-top:80px;padding-bottom:80px}@media (max-width:767px){.service-section{padding-top:56px;padding-bottom:56px}}.service-container{max-width:1200px;margin:0 auto;padding:0 var(--space-sm)}@media (min-width:768px){.service-container{padding:0 var(--space-lg)}}.service-header{text-align:center}.service-category{display:block;font-size:14px;color:#666;font-weight:350;margin-bottom:40px;line-height:1.4}.service-page-title{font-size:32px;font-weight:350;color:var(--color-text);line-height:1.2;letter-spacing:.02em;word-spacing:.1em;max-width:800px;margin:0 auto 80px}@media (min-width:768px){.service-page-title{font-size:48px}}.service-hero-image{width:100%;max-width:1000px;margin:0 auto 80px;display:flex;justify-content:center}.service-hero-image img{width:100%;max-width:1000px;height:auto;max-height:583px;object-fit:cover;border-radius:6px;display:block}.service-content{max-width:600px;margin:0 auto;text-align:left;padding:0 var(--space-sm)}.service-content-title{font-size:24px;font-weight:350;color:var(--color-text);margin:0 0 var(--space-2xl) 0;line-height:1.3;text-align:left}@media (min-width:768px){.service-content-title{font-size:30px}}.service-text{color:var(--color-text)}.service-text,.service-text p{font-size:16px;line-height:1.6}.service-text p{margin:0 0 var(--space-md) 0}.service-text p:last-of-type{margin-bottom:var(--space-2xl)}.service-features{display:flex;flex-direction:column;gap:var(--space-lg)}.service-feature{display:flex;align-items:flex-start;gap:var(--space-md)}.service-feature-icon{font-size:24px;flex-shrink:0;margin-top:2px}.service-feature-content{font-size:16px;line-height:1.6;color:var(--color-text)}.service-feature-content strong{font-weight:500;color:var(--color-text);display:block;margin-bottom:4px}@media (max-width:767px){.service-hero-image{margin-bottom:60px}.service-content-title{margin-bottom:var(--space-xl)}.service-features{gap:var(--space-md)}.service-feature{gap:var(--space-sm)}.service-feature-icon{font-size:20px}.service-content{text-align:left}}.service-portfolio-section{margin-top:100px;margin-bottom:60px}.service-portfolio-swiper{max-width:600px;margin:0 auto;position:relative;overflow:hidden;border-radius:6px}.service-portfolio-wrapper{display:flex;transition:transform .3s cubic-bezier(.4,0,.2,1)}.service-portfolio-slide{min-width:100%;position:relative}.service-portfolio-slide img{width:100%;height:450px;object-fit:cover;border-radius:6px;display:block}@media (max-width:767px){.service-portfolio-slide img{height:auto;aspect-ratio:4/3;min-height:250px}}.service-portfolio-navigation{display:flex;justify-content:center;gap:8px;margin-top:24px}.service-portfolio-dot{width:8px;height:8px;border-radius:50%;background:rgba(8,8,8,.3);cursor:pointer;transition:all .3s ease}.service-portfolio-dot.active{background:#080808}.service-portfolio-dot:hover{background:rgba(8,8,8,.7)}.service-portfolio-swiper{touch-action:pan-x}.service-final-section{max-width:550px;margin:0 auto;text-align:left;padding:0 var(--space-sm)}@media (min-width:768px){.service-final-section{padding:0}}.service-final-title{font-size:24px;font-weight:350;color:var(--color-text);margin:0 0 var(--space-2xl) 0;line-height:1.3;text-align:left}@media (min-width:768px){.service-final-title{font-size:30px}}.service-final-text{font-size:16px;line-height:1.6;color:var(--color-text)}.service-final-text p{margin:0 0 var(--space-md) 0;font-size:16px;line-height:1.6;font-weight:400}.service-final-text p strong{font-weight:500}.service-final-text p:last-of-type{margin-bottom:0}.service-final-features{display:flex;flex-direction:column;gap:var(--space-sm);margin:var(--space-md) 0 var(--space-2xl) 0}.service-final-feature{display:flex;align-items:center;gap:var(--space-sm)}.service-final-feature-icon{font-size:16px;flex-shrink:0}.service-final-feature span:last-child{font-size:16px;line-height:1.6;color:var(--color-text)}@media (max-width:767px){.service-portfolio-section{margin-top:60px}.service-final-features{gap:var(--space-xs)}}.philosophy-quote{text-align:center;margin:80px 0}.philosophy-quote-text{font-size:30px;font-weight:400;color:var(--color-text);margin-bottom:40px;line-height:1.4}.philosophy-quote-author{font-size:16px;color:var(--color-text-secondary);font-weight:400}.philosophy-final-image{margin-top:80px;text-align:center}.philosophy-final-image img{height:366px;width:auto;max-width:100%;border-radius:6px!important;object-fit:contain;display:block}@media (max-width:768px){.philosophy-quote-text{font-size:24px}.philosophy-final-image img{height:auto;max-height:250px;border-radius:6px!important}}.testimonials-section{padding:0 20px;background-color:var(--color-background);font-family:var(--font-family);margin-top:var(--space-6xl);margin-bottom:var(--space-6xl)}@media (min-width:768px){.testimonials-section{padding:0 var(--space-lg)}}.testimonials-container{max-width:1140px;margin:0 auto;text-align:center}.testimonials-label{display:inline-flex;align-items:center;gap:8px;font-size:16px;color:var(--color-text-muted);margin-bottom:var(--space-lg);font-family:var(--font-family)}.testimonials-title{font-size:24px;font-weight:350;color:var(--color-text);line-height:1.2;letter-spacing:.02em;word-spacing:.1em;margin:0 0 var(--space-lg) 0;font-family:var(--font-family)}@media (min-width:768px){.testimonials-title{font-size:30px}}.testimonials-google-maps{margin-bottom:var(--space-4xl);text-align:center}.testimonials-carousel{position:relative;overflow:hidden;margin:0 -20px;padding:40px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-x}@media (min-width:768px){.testimonials-carousel{margin:0 -32px}}.carousel-gradient{position:absolute;top:0;bottom:0;width:100px;z-index:10;pointer-events:none}.carousel-gradient-left{left:0;background:linear-gradient(to right,var(--color-background) 0,transparent 100%)}.carousel-gradient-right{right:0;background:linear-gradient(to left,var(--color-background) 0,transparent 100%)}.carousel-row{display:flex;gap:24px;margin-bottom:24px;will-change:transform;transition:transform .1s ease-out}.carousel-row-top{animation:slideLeft 15s linear infinite}.carousel-row-bottom{animation:slideRight 15s linear infinite}.testimonials-carousel:active .carousel-row-bottom,.testimonials-carousel:active .carousel-row-top{animation-play-state:paused}@keyframes slideLeft{0%{transform:translateX(0)}to{transform:translateX(-25%)}}@keyframes slideRight{0%{transform:translateX(-25%)}to{transform:translateX(0)}}@media (max-width:768px){.carousel-row-top{animation:slideLeft 8s linear infinite}.carousel-row-bottom{animation:slideRight 8s linear infinite}}.testimonial-card{background:#fff;border-radius:8px;padding:32px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);min-width:320px;max-width:400px;flex-shrink:0;transition:transform .2s ease,box-shadow .2s ease}.testimonial-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15),0 2px 4px rgba(0,0,0,.12)}.testimonial-header{margin-bottom:20px}.testimonial-user{display:flex;align-items:flex-start;gap:12px;text-align:left}.user-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:18px;color:#fff;flex-shrink:0}.avatar-photo{width:100%;height:100%;border-radius:50%;object-fit:cover}.user-info{flex:1 1;min-width:0;text-align:left}.user-name{font-size:16px;font-weight:500;color:var(--color-text);margin:0 0 4px;line-height:1.2;text-align:left}.testimonial-meta{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--color-text-muted);text-align:left}.testimonial-rating{display:flex;align-items:center;gap:2px}.star-filled{color:#fbbf24}.star-empty{color:#e5e7eb}.testimonial-platform{font-size:12px}.testimonial-content{text-align:left}.testimonial-text{font-size:14px;line-height:1.6;color:var(--color-text-muted);margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-align:left}.testimonials-footer{margin-top:var(--space-4xl)}.testimonials-footer-text{font-size:16px;color:var(--color-text-muted);margin:0;font-family:var(--font-family)}.google-maps-text{display:inline-flex;align-items:center;gap:8px;color:var(--color-text)}.google-maps-text strong{font-weight:500}.maps-icon{width:20px;height:20px;object-fit:contain}@media (max-width:768px){.testimonials-carousel{margin:0 -20px;padding:20px 0}.carousel-gradient{width:60px}.testimonial-card{min-width:260px;max-width:280px;padding:20px}.user-avatar{width:40px;height:40px;font-size:16px}.user-name{font-size:14px}.testimonial-text{font-size:13px;-webkit-line-clamp:3}}*{margin:0;padding:0;box-sizing:border-box}:root{--color-background:#f9f9f9;--color-text:#080808;--color-text-muted:#666;--color-border:#e3e3e3;--color-white:#fff;--color-gray-light:#4e4e4e;--font-family:var(--font-dm-sans),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-size-desktop:17px;--font-size-mobile:16px;--font-size-title-desktop:48px;--font-size-title-mobile:32px;--font-size-small:14px;--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:32px;--space-xl:40px;--space-2xl:48px;--space-3xl:56px;--space-4xl:64px;--space-5xl:72px;--space-6xl:100px;--radius-lg:16px;--blur-md:12px}html{scroll-behavior:auto}body,html{overflow-x:hidden;font-family:var(--font-family)}body{background-color:var(--color-background);color:var(--color-text);width:100%;font-size:var(--font-size-mobile);line-height:1.6;padding-top:120px}@media (min-width:768px){body{font-size:var(--font-size-desktop)}}h1,h2,h3,h4,h5,h6{font-family:var(--font-family);font-weight:400;line-height:1.2;color:var(--color-text)}h1{font-size:var(--font-size-title-mobile)}@media (min-width:768px){h1{font-size:var(--font-size-title-desktop)}}div,p,span{font-size:inherit}img{max-width:100%;height:auto}a{text-decoration:none;color:inherit;transition:all .3s ease}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.space-xs{margin:var(--space-xs)}.space-sm{margin:var(--space-sm)}.space-md{margin:var(--space-md)}.space-lg{margin:var(--space-lg)}.space-xl{margin:var(--space-xl)}.space-2xl{margin:var(--space-2xl)}.space-3xl{margin:var(--space-3xl)}.space-4xl{margin:var(--space-4xl)}.space-5xl{margin:var(--space-5xl)}.space-6xl{margin:var(--space-6xl)}.mt-xs{margin-top:var(--space-xs)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mt-xl{margin-top:var(--space-xl)}.mt-2xl{margin-top:var(--space-2xl)}.mt-3xl{margin-top:var(--space-3xl)}.mt-4xl{margin-top:var(--space-4xl)}.mt-5xl{margin-top:var(--space-5xl)}.mt-6xl{margin-top:var(--space-6xl)}.mb-xs{margin-bottom:var(--space-xs)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.mb-xl{margin-bottom:var(--space-xl)}.mb-2xl{margin-bottom:var(--space-2xl)}.mb-3xl{margin-bottom:var(--space-3xl)}.mb-4xl{margin-bottom:var(--space-4xl)}.mb-5xl{margin-bottom:var(--space-5xl)}.mb-6xl{margin-bottom:var(--space-6xl)}.pt-xs{padding-top:var(--space-xs)}.pt-sm{padding-top:var(--space-sm)}.pt-md{padding-top:var(--space-md)}.pt-lg{padding-top:var(--space-lg)}.pt-xl{padding-top:var(--space-xl)}.pt-2xl{padding-top:var(--space-2xl)}.pt-3xl{padding-top:var(--space-3xl)}.pt-4xl{padding-top:var(--space-4xl)}.pt-5xl{padding-top:var(--space-5xl)}.pt-6xl{padding-top:var(--space-6xl)}.pb-xs{padding-bottom:var(--space-xs)}.pb-sm{padding-bottom:var(--space-sm)}.pb-md{padding-bottom:var(--space-md)}.pb-lg{padding-bottom:var(--space-lg)}.pb-xl{padding-bottom:var(--space-xl)}.pb-2xl{padding-bottom:var(--space-2xl)}.pb-3xl{padding-bottom:var(--space-3xl)}.pb-4xl{padding-bottom:var(--space-4xl)}.pb-5xl{padding-bottom:var(--space-5xl)}.pb-6xl{padding-bottom:var(--space-6xl)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-muted{color:var(--color-text-muted)}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.hero-divider{width:100%;height:1px;background-color:var(--color-text-muted);border:none;margin:var(--space-sm) 0}.animate-fade-in-up{animation:fadeInUp .6s ease-out}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-gray-light)}.popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.popup-modal{position:relative;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 20px 60px rgba(0,0,0,.25);max-width:960px;width:calc(100% - 32px);overflow:hidden}.popup-close{position:absolute;top:10px;right:12px;background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.25);width:28px;height:28px;border-radius:999px;display:grid;place-items:center;font-size:18px;font-weight:300;color:#fff;line-height:1;cursor:pointer;z-index:2}.popup-close:hover{background:rgba(0,0,0,.28)}.popup-content{display:grid;grid-template-columns:1fr 1fr;min-height:380px}.popup-left{padding:32px;display:flex;flex-direction:column;gap:12px}.popup-label{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.popup-title{font-size:28px;line-height:1.2;font-weight:500}.popup-subtitle{font-size:15px;color:var(--color-text-muted)}.popup-right{position:relative;display:flex;align-items:center;justify-content:center;padding:24px}.popup-right-bg{position:absolute;inset:0;background-image:url(/images/gradientpopup.webp);background-size:cover;background-position:50%;filter:brightness(.8)}.popup-form{position:relative;width:100%;max-width:420px;background:hsla(0,0%,100%,.55);-webkit-backdrop-filter:blur(var(--blur-md));backdrop-filter:blur(var(--blur-md));border:1px solid hsla(0,0%,100%,.7);box-shadow:0 10px 24px rgba(0,0,0,.15);border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:12px}.popup-input input{width:100%;border:1px solid var(--color-border);border-radius:10px;padding:12px 14px;background:hsla(0,0%,100%,.85);outline:none;font-size:15px}.popup-submit{width:100%;margin-top:4px}@media (max-width:767px){.popup-content{grid-template-columns:1fr}.popup-right{min-height:240px}}.popup-minimal{max-width:560px;width:calc(100% - 32px);border:none;overflow:hidden}.popup-minimal-content{position:relative;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:36px 28px;z-index:1}.popup-minimal:before{content:"";position:absolute;inset:0;background-image:url(/images/gradientpopup.webp);background-size:cover;background-position:50%;filter:brightness(.85);z-index:0;pointer-events:none}.popup-minimal-title{position:relative;color:#fff;font-size:26px;line-height:1.2;font-weight:400;margin-bottom:16px}.popup-minimal-cta{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;background:hsla(0,0%,100%,.15);color:#fff;border:1px solid hsla(0,0%,100%,.35);border-radius:999px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);cursor:pointer;transition:all .2s ease}.popup-minimal-cta:hover{background:hsla(0,0%,100%,.25);transform:translateY(-1px)}.popup-minimal-cta:active{transform:translateY(0)}.popup-minimal-form{position:relative;display:flex;flex-direction:column;gap:10px;width:100%;max-width:440px}.popup-phone-row{display:grid;grid-template-columns:120px 1fr;grid-gap:8px;gap:8px;width:100%}.popup-prefix-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:12px 14px;border-radius:10px;border:1px solid var(--color-border);background:hsla(0,0%,100%,.85);font-size:15px}.phone-input-wrapper .PhoneInput{display:flex;align-items:center;gap:8px}.phone-input-wrapper .PhoneInputCountry{border:1px solid var(--color-border);border-radius:4px;background:hsla(0,0%,100%,.85);padding:8px 10px;box-shadow:none}.phone-input-wrapper .PhoneInputCountryIcon,.phone-input-wrapper .PhoneInputCountryIcon--border,.phone-input-wrapper .PhoneInputCountryIcon--square{border-radius:2px!important;overflow:hidden}.phone-input-wrapper .PhoneInputCountryIcon--border{background-color:transparent!important;box-shadow:none!important}.phone-input-wrapper .PhoneInputCountryIcon img,.phone-input-wrapper .PhoneInputCountryIcon--border img,.phone-input-wrapper .PhoneInputCountryIcon--square img{border-radius:2px!important}.phone-input-wrapper .PhoneInputInput{flex:1 1;border:1px solid var(--color-border);border-radius:10px;padding:12px 14px;background:hsla(0,0%,100%,.85);outline:none;font-size:15px}.popup-error{color:#fdd;font-size:13px}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--color-text);color:var(--color-white);padding:10px 22px;border-radius:100px;text-decoration:none;font-weight:400;font-size:var(--font-size-small);transition:all .3s ease;border:none;cursor:pointer}.btn-primary:hover{background-color:var(--color-gray-light);transform:translateY(-2px)}.btn-primary:focus{outline:2px solid var(--color-text);outline-offset:2px}.btn-primary:active{transform:translateY(0)}.btn-primary svg{width:1rem;height:1rem;transition:transform .3s ease}.btn-primary:hover svg{transform:translateX(2px)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background-color:transparent;color:var(--color-text);padding:10px 22px;border-radius:100px;text-decoration:none;font-weight:400;font-size:var(--font-size-small);transition:all .3s ease;border:1px solid var(--color-text);cursor:pointer}.btn-secondary:hover{background-color:var(--color-text);color:var(--color-white);transform:translateY(-2px)}.btn-secondary:focus{outline:2px solid var(--color-text);outline-offset:2px}.btn-secondary:active{transform:translateY(0)}.btn-whatsapp{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--color-text);color:var(--color-white);padding:10px 22px;border-radius:100px;text-decoration:none;font-weight:400;font-size:var(--font-size-small);transition:all .3s ease;border:none;cursor:pointer}.btn-whatsapp:hover{background-color:var(--color-gray-light);transform:translateY(-2px)}.btn-whatsapp:focus{outline:2px solid #25d366;outline-offset:2px}.btn-whatsapp:active{transform:translateY(0)}.btn-whatsapp svg{width:1rem;height:1rem;transition:transform .3s ease}.btn-whatsapp:hover svg{transform:translateX(2px)}.btn-primary svg,.btn-secondary svg,.btn-whatsapp svg{width:1rem;height:1rem;flex-shrink:0}.header{position:fixed;left:0;right:0;width:100%;z-index:100;background:hsla(0,0%,98%,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);transition:all .1s ease-out;opacity:1}.home-page .header{opacity:0;transform:translateY(-10px)}.home-page .header.header-fade-in{opacity:1;transform:translateY(0);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.mobile-menu-backdrop.open~.header,body:has(.mobile-menu-backdrop.open) .header{z-index:1}.header-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.header-container{padding:0 1.5rem}}@media (min-width:1024px){.header-container{padding:0 2rem}}.header-content{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1rem 0;grid-gap:1rem;gap:1rem}@media (max-width:767px){.header-content{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}}.header-logo{display:flex;align-items:center;transition:all .3s ease;justify-self:start}.header-logo img{width:48px;height:20px;border-radius:0;object-fit:contain}.header-logo:hover{transform:scale(1.05)}.header-nav{display:none;align-items:center;gap:var(--space-md);justify-self:center}@media (min-width:768px){.header-nav{display:flex}}.header-nav .header-nav-link,.header-nav a.header-nav-link,.header-nav button.header-nav-link,.header-nav>a,.header-nav>button{color:var(--color-text-muted)!important;font-size:var(--font-size-small);font-weight:350;text-decoration:none;transition:all .3s ease;cursor:pointer;background:transparent;border:none;font-family:inherit}.header-nav .header-nav-link.active,.header-nav .header-nav-link:hover,.header-nav a.header-nav-link.active,.header-nav a.header-nav-link:hover,.header-nav button.header-nav-link.active,.header-nav button.header-nav-link:hover,.header-nav>a.active,.header-nav>a:hover,.header-nav>button.active,.header-nav>button:hover{color:var(--color-text)!important}.header-phone{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:var(--font-size-small);font-weight:350;text-decoration:none;transition:all .3s ease}.header-phone:hover{color:var(--color-text)}.header-phone svg{width:1rem;height:1rem;transition:transform .3s ease}.header-right-group{display:none;align-items:center;gap:var(--space-md);justify-self:end}@media (min-width:768px){.header-right-group{display:flex}}.theme-toggle{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;transition:opacity .2s ease}.theme-toggle:hover{opacity:.8}.theme-toggle-track{width:48px;height:24px;background-color:#e5e7eb;border-radius:12px;position:relative;transition:background-color .3s cubic-bezier(.4,0,.2,1);border:1px solid #d1d5db}.theme-toggle-thumb{width:20px;height:20px;background-color:#fff;border-radius:10px;position:absolute;top:2px;display:flex;align-items:center;justify-content:center;transition:transform .5s cubic-bezier(.175,.885,.32,1.275),background-color .3s ease,box-shadow .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}.theme-toggle-thumb.light{transform:translateX(2px)}.theme-toggle-thumb.dark{transform:translateX(26px)}.theme-toggle-icon{width:12px;height:12px;color:#6b7280;transition:color .3s ease,transform .2s ease}.theme-toggle:active .theme-toggle-thumb{transform:scale(.95);transition:transform .1s ease}.theme-toggle:active .theme-toggle-thumb.light{transform:translateX(2px) scale(.95)}.theme-toggle:active .theme-toggle-thumb.dark{transform:translateX(26px) scale(.95)}.theme-toggle.animating .theme-toggle-thumb{transition:transform .6s cubic-bezier(.175,.885,.32,1.275),background-color .3s ease,box-shadow .3s ease}.theme-toggle.animating .theme-toggle-track{transition:background-color .3s ease}.mobile-header-right{display:flex;align-items:center;gap:1rem}@media (min-width:768px){.mobile-header-right{display:none}}.language-switcher{min-width:auto;padding:8px 12px;background:#fff;border:none;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);color:var(--color-text-muted);font-size:var(--font-size-small);font-weight:350;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;gap:6px}.language-switcher:hover{color:var(--color-text);background:#f5f5f5}.language-switcher .language-flag{font-size:14px}.header-dropdown-menu .language-flag{font-size:16px;margin-right:8px}.language-option{display:flex!important;align-items:center;gap:8px;color:var(--color-text-muted);font-size:var(--font-size-small);font-weight:350;transition:all .3s ease}.language-option:hover{background:#f5f5f5;color:var(--color-text)}.lang-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:none;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);padding:8px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .2s ease;min-width:160px;z-index:10000}.lang-dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-menu-button{display:flex;align-items:center;justify-content:center;padding:.5rem;background:transparent;border:none;cursor:pointer;transition:all .3s ease;border-radius:8px;justify-self:end}@media (min-width:768px){.mobile-menu-button{display:none}}.mobile-menu-button:hover{background-color:rgba(8,8,8,.1)}.mobile-menu-button svg{width:1.25rem;height:1.25rem;transition:transform .3s ease;color:var(--color-text-muted)}.mobile-menu-backdrop{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;background:rgba(8,8,8,.6)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;z-index:99999!important;opacity:0;visibility:hidden;transition:all .3s ease-in-out!important}.mobile-menu-backdrop.open{opacity:1;visibility:visible}.mobile-menu-modern{position:fixed;top:0;left:0;width:75%;max-width:400px;min-height:100dvh;background:#f9f9f9;z-index:100000;transform:translateX(-100%);transition:transform .8s cubic-bezier(.25,.8,.25,1);display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;box-shadow:4px 0 20px rgba(0,0,0,.15);padding-bottom:env(safe-area-inset-bottom,24px)}.mobile-menu-modern.open{transform:translateX(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid rgba(8,8,8,.1)}.mobile-menu-logo img{width:48px;height:20px;object-fit:contain;border-radius:0!important;mask:none!important;-webkit-mask:none!important;-webkit-clip-path:none!important;clip-path:none!important}.mobile-menu-close-btn{background:transparent;border:none;padding:8px;cursor:pointer;border-radius:8px;color:#666}.mobile-menu-nav{flex:1 1;padding:32px 24px;display:flex;flex-direction:column;gap:2px}.mobile-menu-link{display:block;padding:12px 8px;background:transparent;border:none;text-align:left;text-decoration:none;border-radius:6px;cursor:pointer;font-family:inherit;font-size:16px;color:#080808;transition:background .2s ease}.mobile-menu-link:hover{background:rgba(8,8,8,.05)}.mobile-menu-cta{padding:24px;border-top:1px solid rgba(8,8,8,.1)}.mobile-menu-cta-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 24px;background:#080808;color:#fff;text-decoration:none;border-radius:8px;font-size:16px;font-weight:400;transition:all .3s ease;border:none;cursor:pointer;font-family:inherit;margin-top:2rem}.mobile-menu-cta-btn:hover{background:#333;transform:translateY(-1px)}.mobile-menu-cta-btn:active{transform:translateY(0)}@media (max-width:320px){.mobile-menu-modern{max-width:100%}}.mobile-menu-dropdown{display:flex!important;justify-content:space-between;align-items:center;width:100%}.mobile-menu-dropdown-arrow{transition:transform .3s cubic-bezier(.4,0,.2,1);transform-origin:center;flex-shrink:0}.mobile-menu-dropdown-arrow.open{transform:rotate(180deg)}.mobile-menu-dropdown-content{overflow:hidden;max-height:0;transition:max-height .3s cubic-bezier(.4,0,.2,1);padding-left:16px;background:hsla(0,0%,98%,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:6px;margin-top:4px}.mobile-menu-dropdown-content.open{max-height:200px}.mobile-menu-dropdown-item{display:block;width:100%;padding:8px 12px;background:transparent;border:none;text-align:left;border-radius:4px;cursor:pointer;font-family:inherit;font-size:14px;color:#666;transition:all .2s ease;margin-bottom:2px}.mobile-menu-dropdown-item:hover{background:rgba(8,8,8,.05);color:#080808}.header-dropdown-container{position:relative}.header-nav-dropdown{display:flex!important;align-items:center;gap:.25rem}.header-dropdown-arrow{transition:transform .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.header-dropdown-arrow.open{transform:rotate(180deg)}.header-dropdown-menu{position:fixed;left:50%;top:72px;background:hsla(0,0%,98%,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(8,8,8,.1);border-radius:10px;padding:16px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);opacity:0;visibility:hidden;transform:translateX(-50%) translateY(-8px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:9999;width:min(780px,calc(100vw - 32px))}.header-dropdown-menu.open{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);animation:dropdown-fade-down .16s ease-out}@keyframes dropdown-fade-down{0%{opacity:0;transform:translateX(-50%) translateY(-6px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.header-dropdown-item{display:block;width:100%;padding:12px 16px;text-align:left;background:transparent;border:none;border-radius:6px;color:var(--color-text-muted);font-size:var(--font-size-small);font-weight:350;font-family:inherit;cursor:pointer;transition:all .2s ease;white-space:nowrap}.header-dropdown-item:hover{background:rgba(8,8,8,.05);color:var(--color-text)}.mega-menu{gap:16px}.mega-col,.mega-menu{display:flex;align-items:stretch}.mega-col{flex:1 1;min-height:0;box-sizing:border-box}.mega-stack{flex:1 1;display:flex;flex-direction:column;gap:6px}.mega-menu>.mega-col:last-child{height:auto;min-height:0}.mega-item{display:flex;align-items:flex-start;gap:10px;padding:12px;text-decoration:none;border-radius:8px;color:var(--color-text-muted);transition:background .2s ease,color .2s ease}.mega-item:hover{background:rgba(8,8,8,.05);color:var(--color-text)}.mega-item.static{cursor:default}.mega-item-icon{width:18px;height:18px;flex-shrink:0;margin-top:2px}.mega-item-texts{display:flex;flex-direction:column}.mega-item-title{font-size:14px;font-weight:500;line-height:1.2}.mega-item-desc{font-size:14px;line-height:1.4;color:var(--color-text-muted);font-weight:350}.mega-image{flex:1 1;object-fit:cover;display:block;line-height:0;transition:transform .4s ease}.mega-image-card:hover .mega-image{transform:scale(1.05)}.mega-red-box{width:100%;height:100%;background-image:url(/images/tiendaonlineacordeoncompressed.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:6px}.mega-image-link{cursor:pointer;align-self:stretch}.mega-image-card,.mega-image-link{flex:1 1;display:flex;min-height:0}.mega-image-card{position:relative;overflow:hidden;border-radius:6px;background:#f1f1f1;box-sizing:border-box}.mega-image{position:relative;width:100%;height:100%}.mega-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;line-height:0;transition:transform .4s ease,filter .3s ease;z-index:0}.mega-image-card:hover .mega-image img{transform:scale(1.06);filter:blur(2px)}.mega-image-cta-inside:hover{transform:translateY(0) scale(1.04);background:rgba(8,8,8,.9);box-shadow:0 10px 28px rgba(0,0,0,.22)}.mega-image-cta-inside{position:absolute;left:12px;right:12px;bottom:12px;padding:10px 14px;background:rgba(8,8,8,.75);color:#fff;border-radius:100px;font-size:14px;font-weight:500;text-align:center;transform:translateY(16px);opacity:0;transition:transform .25s ease,opacity .25s ease,filter .25s ease,background .25s ease,box-shadow .25s ease;pointer-events:none;z-index:1}.mega-image-card:hover .mega-image-cta-inside{transform:translateY(0) scale(1.02);opacity:1;background:rgba(8,8,8,.85);box-shadow:0 8px 24px rgba(0,0,0,.18)}.mega-image-cta{display:inline-block;margin-top:8px;padding:10px 14px;background:rgba(8,8,8,.85);color:#fff;text-decoration:none;border-radius:100px;font-size:14px;font-weight:500;opacity:0;transform:translateY(-6px);transition:opacity .25s ease,transform .25s ease;width:-moz-fit-content;width:fit-content}.mega-col:hover .mega-image-cta{opacity:1;transform:translateY(0)}.mega-image-badge{position:absolute;right:8px;bottom:8px;padding:8px 10px;border-radius:8px;background:hsla(0,0%,98%,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#080808;font-size:12px;font-weight:500;box-shadow:0 6px 20px rgba(0,0,0,.12)}@media (max-width:920px){.mega-menu{grid-template-columns:1fr 1fr}}@media (max-width:640px){.mega-menu{grid-template-columns:1fr}}.mobile-menu-services-accordion{width:100%}.mobile-menu-services-toggle{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile-menu-chevron{transition:transform .3s ease}.mobile-menu-chevron.expanded{transform:rotate(180deg)}.mobile-menu-services-content{max-height:0;overflow:hidden;transition:max-height .3s ease;background:hsla(0,0%,100%,.05);border-radius:8px;margin-top:8px}.mobile-menu-services-content.expanded{max-height:200px;padding:8px 0}.mobile-menu-service-link{display:block;width:100%;padding:12px 16px;font-size:14px;color:var(--color-text-muted);text-align:left;background:none;border:none;cursor:pointer;transition:all .3s ease}@media (hover:hover) and (pointer:fine){.mobile-menu-service-link:hover{color:var(--color-text-muted);background:none}}.footer{background-color:var(--color-background);padding-top:var(--space-6xl);padding-bottom:var(--space-4xl)}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}.footer-cta{margin-bottom:100px}.footer-cta-title{font-size:30px;line-height:1.2;margin-bottom:var(--space-md)}.footer-cta-subtitle,.footer-cta-title{color:#080808!important;font-weight:350}.footer-cta-subtitle{font-size:16px;margin-bottom:var(--space-xl);max-width:600px;margin-left:auto;margin-right:auto}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--space-sm);margin-bottom:48px}.footer-links a{color:#080808!important;font-size:16px;font-weight:400}.footer-links a:hover{color:#666!important}.footer-separator{color:#080808!important;font-size:16px;margin:0 var(--space-xs)}.footer-link-disabled{color:#080808!important;font-size:14px;font-weight:400;text-decoration:none;pointer-events:none;cursor:default}.footer-copyright{color:#080808!important;font-size:16px;font-weight:400;margin-bottom:56px;margin-top:0;padding-top:24px}@media (max-width:767px){.footer-cta-title{font-size:24px}.footer-cta-subtitle{font-size:16px}.footer-copyright,.footer-links a,.footer-separator{font-size:14px}.footer-links{gap:var(--space-xs);margin-bottom:32px}}.footer-content{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media (min-width:768px){.footer-content{grid-template-columns:repeat(3,1fr);gap:3rem}}.footer-section{text-align:center}@media (min-width:768px){.footer-section{text-align:left}}.footer-section h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--color-white)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:hsla(0,0%,100%,.7);font-size:var(--font-size-small);text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:var(--color-white)}.footer-inline-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1rem}.footer-inline-links a{color:hsla(0,0%,100%,.6);font-size:12px;text-decoration:none;transition:all .3s ease}.footer-inline-links a:hover{color:hsla(0,0%,100%,.8)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.2)}.footer-copyright{color:hsla(0,0%,100%,.8);font-size:12px;margin-bottom:.5rem}.footer-credit{color:hsla(0,0%,100%,.6);font-size:11px}.footer-credit a{color:hsla(0,0%,100%,.8);text-decoration:underline;transition:all .3s ease}.footer-credit a:hover{color:var(--color-white)}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.footer-contact-item{display:flex;align-items:flex-start;justify-content:center;gap:.75rem}@media (min-width:768px){.footer-contact-item{justify-content:flex-start}}.footer-contact-item svg{width:1.25rem;height:1.25rem;color:hsla(0,0%,100%,.7);flex-shrink:0;margin-top:.125rem}.footer-contact-item a,.footer-contact-item span{color:hsla(0,0%,100%,.8);font-size:var(--font-size-small);text-decoration:none;transition:all .3s ease}.footer-contact-item a:hover{color:var(--color-white)}.footer-services{list-style:none;padding:0;margin:0 0 1.5rem}.footer-services li{color:hsla(0,0%,100%,.8);font-size:var(--font-size-small);margin-bottom:.5rem}.footer-social{display:flex;align-items:center;justify-content:center;gap:.5rem}@media (min-width:768px){.footer-social{justify-content:flex-start}}.footer-social a{display:flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.8);font-size:var(--font-size-small);text-decoration:none;transition:all .3s ease}.footer-social a:hover{color:var(--color-white)}.footer-social svg{width:1.25rem;height:1.25rem}.contact-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:var(--space-2xl) var(--space-md)}.contact-content{text-align:center;max-width:600px;width:100%}.contact-label{font-size:14px;color:var(--color-text-muted);margin:0 0 var(--space-lg) 0;font-weight:300}.contact-title{font-size:48px;font-weight:350;letter-spacing:.02em;word-spacing:.1em;line-height:1.1;margin:0 0 var(--space-2xl) 0;color:#080808}.contact-description{font-size:17px;font-weight:300;color:#080808;line-height:1.6;margin:0 0 var(--space-3xl) 0}.contact-button{margin-top:var(--space-lg)}@media (max-width:768px){.contact-page{padding:var(--space-xl) var(--space-sm);min-height:70vh}.contact-title{font-size:32px}.contact-description{font-size:16px}}.floating-buttons{position:fixed;bottom:24px;right:24px;z-index:500;display:flex;flex-direction:column;gap:12px}.floating-button{transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px rgba(0,0,0,.15);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);opacity:0;transform:translateY(20px) scale(.8);animation:fadeInUp .5s ease-out forwards}.floating-button,.whatsapp-button-fixed{width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.whatsapp-button-fixed{position:fixed;bottom:24px;right:24px;z-index:500;transition:all .3s ease;background:#25d366;color:#fff}.whatsapp-button-fixed:hover{background:#128c7e;transform:translateY(-1px)}.scroll-top-button-fixed{position:fixed;bottom:24px;left:24px;z-index:500;width:44px;height:44px;border-radius:50%;border:1px solid var(--color-border);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background:hsla(0,0%,98%,.9);color:#666;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;transform:translateY(20px) scale(.8);animation:fadeInUp .4s ease-out forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0) scale(1)}}.scroll-top-button-fixed:hover{background:#f9f9f9;color:#080808;transform:translateY(-1px);border-color:#080808}.scroll-top-button-fixed:active{transform:translateY(0)}@media (max-width:768px){.floating-buttons{bottom:20px;right:20px;gap:10px}.floating-button{width:50px;height:50px}.whatsapp-button-fixed{bottom:20px;right:20px;width:50px;height:50px}.scroll-top-button-fixed{bottom:20px;left:20px;width:40px;height:40px}}@media (prefers-color-scheme:dark){.scroll-top-button-fixed{background:rgba(28,28,30,.9);color:#f2f2f7;border-color:hsla(0,0%,100%,.2)}.scroll-top-button-fixed:hover{background:#1c1c1e;color:#fff;border-color:hsla(0,0%,100%,.4)}}body:has(.mobile-menu-backdrop.open) .floating-button,body:has(.mobile-menu-backdrop.open) .floating-buttons,body:has(.mobile-menu-backdrop.open) .scroll-top-button-fixed,body:has(.mobile-menu-backdrop.open) .whatsapp-button-fixed{z-index:-1!important}.trust-section{margin-top:var(--space-4xl);padding:0 var(--space-sm);background-color:var(--color-background)}@media (min-width:768px){.trust-section{padding:0 var(--space-lg)}}.trust-container{max-width:1000px;margin:0 auto;text-align:center}.trust-title{font-size:24px;font-weight:350;color:var(--color-text);margin-bottom:100px;text-align:center}@media (min-width:768px){.trust-title{font-size:30px}}.trust-carousel-container{width:100%;overflow:hidden;position:relative}.trust-carousel-container:after,.trust-carousel-container:before{content:"";position:absolute;top:0;bottom:0;width:60px;pointer-events:none;z-index:1}.trust-carousel-container:before{left:0;background:linear-gradient(to right,var(--color-background),transparent)}.trust-carousel-container:after{right:0;background:linear-gradient(to left,var(--color-background),transparent)}.trust-carousel-wrapper{display:flex;align-items:center;gap:var(--space-5xl);will-change:transform;animation:scrollRightToLeft 30s linear infinite}@keyframes scrollRightToLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.trust-logo-slide{flex-shrink:0;width:140px;height:49px;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.trust-logo-slide img{max-width:100%;max-height:100%;object-fit:contain;border-radius:0;filter:grayscale(100%) opacity(.7);transition:filter .3s ease}.trust-logo-slide:hover img{filter:grayscale(0) opacity(1)}@media (max-width:768px){.trust-carousel-container:after,.trust-carousel-container:before{width:40px}.trust-logo-slide{width:120px;height:42px}.trust-carousel-wrapper{gap:var(--space-4xl)}}body:has(.mobile-menu-backdrop.open) .trust-carousel-container:after,body:has(.mobile-menu-backdrop.open) .trust-carousel-container:before{z-index:-1!important}.animated-text-section{margin-top:100px;margin-bottom:100px;padding:0 var(--space-sm);background-color:var(--color-background)}@media (min-width:768px){.animated-text-section{padding:0 var(--space-lg)}}.animated-text-container{max-width:1000px;margin:0 auto;text-align:center}.animated-text-line{font-size:32px;font-weight:350;line-height:1.2;font-family:var(--font-family);letter-spacing:.02em;word-spacing:.1em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:768px){.animated-text-line{font-size:48px;white-space:normal}}@media (max-width:480px){.animated-text-line{white-space:normal;word-break:keep-all;overflow-wrap:break-word}}.animated-char{display:inline-block;color:#e3e3e3}.animated-text-line:first-child{margin-bottom:.2em}.animated-text-desktop{display:none}.animated-text-mobile{display:block}@media (min-width:768px){.animated-text-desktop{display:block}.animated-text-mobile{display:none}}@media (max-width:768px){.animated-text-section{margin-top:100px;margin-bottom:100px}}.mission-section{padding:0 20px;background-color:var(--color-background);margin-top:100px;margin-bottom:100px}.mission-section,.mission-section *{font-family:var(--font-family)}@media (min-width:768px){.mission-section{padding:0 var(--space-lg)}}.mission-container{max-width:1140px;margin:0 auto;text-align:center}.mission-label{display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;margin-bottom:var(--space-lg);font-family:var(--font-family)}.mission-label,.mission-label svg{color:var(--color-text-muted)}.mission-title{font-size:24px;font-weight:350;color:var(--color-text);line-height:1.2;letter-spacing:.02em;word-spacing:.1em;margin-bottom:var(--space-4xl);font-family:var(--font-family)}.mission-title-desktop{display:none}.mission-title-mobile{display:block}@media (min-width:768px){.mission-title-desktop{display:block}.mission-title-mobile{display:none}.mission-title{font-size:30px}}@media (max-width:600px){.mission-title{word-break:keep-all;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none}}.mission-content{display:grid;grid-template-columns:1fr;align-items:center}@media (min-width:768px){.mission-content{grid-template-columns:570px 1fr;text-align:left}}.mission-accordion{width:100%;display:flex;flex-direction:column;justify-content:center}@media (min-width:768px){.mission-accordion{padding:100px}}.accordion-item{border-bottom:1px solid var(--color-border)}.accordion-item:first-child{border-top:1px solid var(--color-border)}.accordion-header{width:100%;padding:var(--space-lg) 0;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:350;color:var(--color-text);letter-spacing:.02em;transition:all .3s ease;font-family:var(--font-family)}.accordion-header:hover,.accordion-icon{color:var(--color-text-muted)}.accordion-icon{font-size:20px;transition:transform .3s ease}.accordion-icon.active{transform:rotate(45deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-content.active{max-height:200px;padding-bottom:var(--space-lg)}.accordion-content p{font-size:14px;color:var(--color-text-muted);line-height:1.6;margin:0;font-family:var(--font-family)}.mission-image{width:100%;display:flex;justify-content:center;align-items:center}.mission-image img{width:100%;max-width:400px;height:auto;border-radius:6px;transition:opacity .3s ease}@media (min-width:768px){.mission-image img{width:570px;height:500px;max-width:none;object-fit:cover;border-radius:6px}}@media (max-width:767px){.mission-content{grid-template-rows:auto auto}.mission-image{margin-bottom:var(--space-lg)}.mission-accordion{text-align:left}}.legal-page{min-height:calc(100vh - 200px);padding:100px 0;background-color:var(--color-background)}.legal-content{max-width:600px;margin:0 auto;padding:0 var(--space-lg)}.back-button{display:inline-flex;align-items:center;gap:var(--space-xs);color:#666;text-decoration:none;font-size:14px;font-weight:400;margin-bottom:var(--space-xl);transition:color .3s ease}.back-button:hover{color:#080808}.back-button svg{width:16px;height:16px;transition:transform .3s ease}.back-button:hover svg{transform:translateX(-4px)}.legal-title{font-size:40px;font-weight:350;color:#080808;margin-bottom:16px;line-height:1.2;letter-spacing:.02em;word-spacing:.1em}.legal-section{color:#080808;font-size:14px;line-height:1.6;font-weight:400}.legal-section p{margin-bottom:var(--space-lg);text-align:justify}.legal-section p:last-child{margin-bottom:0}@media (max-width:767px){.legal-page{padding:40px 0}.legal-content{padding:0 var(--space-md)}.legal-title{font-size:32px;margin-bottom:16px}.legal-section{font-size:14px}.legal-section p{margin-bottom:var(--space-md)}}.cookies-table{margin:var(--space-2xl) 0}.cookie-item{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:var(--space-lg);margin-bottom:var(--space-md)}.cookie-item h4{color:var(--color-primary);font-size:16px;font-weight:600;margin:0 0 var(--space-sm) 0}.cookie-item p{margin:var(--space-sm) 0;font-size:14px;line-height:1.5}.cookie-item p:last-child{margin-bottom:0}.legal-disclaimer{margin-top:var(--space-3xl);padding-top:var(--space-lg);border-top:1px solid #e9ecef;font-size:14px;color:#666;text-align:center}@media (max-width:768px){.cookie-item{padding:var(--space-md)}.cookie-item h4{font-size:15px}.cookie-item p{font-size:13px}}.services-section{padding:0 20px;background-color:var(--color-background);margin-top:100px;margin-bottom:100px}.services-container{max-width:1140px;margin:0 auto;text-align:center}.services-label{display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;margin-bottom:var(--space-lg)}.services-label,.services-label svg{color:var(--color-text-muted)}.services-title{font-size:24px;font-weight:350;color:var(--color-text);line-height:1.2;letter-spacing:.02em;word-spacing:.1em;margin-bottom:var(--space-4xl)}@media (min-width:768px){.services-title{font-size:30px}}@media (max-width:600px){.services-title{word-break:keep-all;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none}}.services-list{display:flex;flex-direction:column;gap:120px}.service-item{width:100%}.service-grid{display:grid;grid-template-columns:1fr;align-items:center}@media (min-width:768px){.service-grid{grid-template-columns:1fr 570px;text-align:left}}.service-text-content{width:100%;display:flex;flex-direction:column;justify-content:center}@media (min-width:768px){.service-text-content{padding:120px}}.service-title{font-size:24px;font-weight:350;color:var(--color-text);line-height:1.2;letter-spacing:.02em;word-spacing:.1em;margin-bottom:var(--space-md)}@media (min-width:768px){.service-title{font-size:30px}}.service-description{font-size:16px;color:var(--color-text-muted);line-height:1.6}.service-description,.services-section .service-description{margin:0 0 var(--space-lg) 0}.service-link{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;color:var(--color-text);font-size:16px;font-weight:400;cursor:pointer;transition:all .3s ease;padding:0;font-family:inherit;text-decoration:none}.service-link:hover{color:var(--color-text-muted)}.service-link:hover svg{transform:translateX(4px)}.service-link svg{transition:transform .3s ease}.service-image{width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:6px;cursor:pointer;transition:all .3s ease}.service-image img{width:100%;max-width:400px;height:auto;border-radius:6px;transition:transform .4s ease}@media (min-width:768px){.service-image img{width:570px;height:500px;max-width:none;object-fit:cover;border-radius:6px}}.service-image:hover img{transform:scale(1.05)}@media (max-width:767px){.service-grid{grid-template-rows:auto auto;gap:var(--space-2xl)}.service-image{order:1}.service-text-content{order:2;text-align:left}}