:root{--color-primary: #23272b;--color-primary-dark: #16181a;--color-accent: #e8720c;--color-accent-dark: #b85a08;--color-urgency: #c62828;--color-whatsapp: #25d366;--color-whatsapp-dark: #075e54;--color-text: #1c1c1c;--color-text-muted: #5a5a5a;--color-bg: #ffffff;--color-bg-alt: #f4f1ec;--font-base: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--fs-h1: clamp(2rem, 5vw + 1rem, 3.25rem);--fs-h2: clamp(1.5rem, 3vw + .5rem, 2.25rem);--spacing-section: 4rem;--container-max-width: 1140px;--shadow-sm: 0 2px 8px rgba(35, 39, 43, .08);--shadow-md: 0 8px 24px rgba(35, 39, 43, .14);--motion-fast: .2s;--motion-slow: .6s;--motion-ease: cubic-bezier(.22, 1, .36, 1)}.hero{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:clamp(1.5rem,4vw,3rem);min-height:560px;padding-block:3rem 3rem;color:#fff;text-align:left;overflow:hidden}.hero:before,.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.hero:before{z-index:-3;background-image:url(/assets/hero-bg-VZ6YJ2aJ.webp);background-size:cover;background-position:center}.hero:after{z-index:-1;background:linear-gradient(100deg,#121416e0,#12141699 42%,#12141638)}.hero-shutter-pad{display:none}html.hero-shutter-on .hero{position:sticky;top:0}html.hero-shutter-on.hero-shutter-done .hero{position:static}html.hero-shutter-on .hero-shutter-pad{display:block;height:clamp(400px,70vh,640px);background:linear-gradient(180deg,#141618 0%,#141618 30%,var(--color-bg) 100%)}.hero-shutter{position:absolute;top:56px;right:0;bottom:0;left:0;z-index:-2;overflow:hidden;background:radial-gradient(130% 95% at 72% 20%,#0000,#0a0b0c8c),linear-gradient(180deg,#0c0d0e00 58%,#0c0d0ee6),url(/assets/taller-bg-BYTWZ78N.webp) center 42% / cover no-repeat,#17191c;perspective:1000px;perspective-origin:50% 0%;transform-style:preserve-3d}.hero-shutter:before,.hero-shutter:after{content:"";position:absolute;top:0;bottom:0;width:14px;z-index:3;pointer-events:none}.hero-shutter:before{left:0;background:linear-gradient(90deg,#0a0b0c,#2b3035 60%,#2b303500)}.hero-shutter:after{right:0;background:linear-gradient(270deg,#0a0b0c,#2b3035 60%,#2b303500)}@media (prefers-reduced-motion: reduce){.hero-shutter{display:none}}.hero-shutter__slat{position:absolute;left:-2%;width:104%;transform-origin:50% 0;background:repeating-linear-gradient(90deg,#ffffff09 0,#ffffff09 2px,#0000000b 2px,#0000000b 4px),linear-gradient(180deg,#b3b9bf,#969ca3 12%,#6f767d 38%,#4c525a 60%,#383d43 80%,#2b2f34 93%,#464b51);box-shadow:inset 0 1.5px #fff6,inset 0 -1px #000000a6,inset 0 -7px 7px -4px #0000008c;will-change:transform,filter;backface-visibility:hidden}.hero-shutter__drum{position:absolute;top:0;left:0;right:0;height:56px;background:linear-gradient(180deg,#ffffff2e,#fff0 26%),linear-gradient(180deg,#949aa1,#6a7178 22%,#3d4247 52%,#23272b 78%,#101215);border-radius:0 0 12px 12px;box-shadow:0 18px 34px #0000009e,inset 0 -3px 6px #00000080;z-index:2}.hero__inner{max-width:640px}.hero__chip{display:inline-flex;align-items:center;gap:.35rem;background:#fffffff2;color:var(--color-primary);font-weight:700;font-size:.85rem;padding:.4rem .9rem;border-radius:999px;margin:0 0 1rem}.hero h1{font-size:var(--fs-h1);margin-bottom:1rem}.hero__banner{width:100%;padding-inline:clamp(1rem,6vw,5rem);text-align:center}.hero__badge{display:inline-block;max-width:100%;text-align:center;background:var(--color-urgency);color:#fff;font-weight:800;font-size:clamp(1.1rem,3.6vw,2.6rem);line-height:1.05;letter-spacing:.02em;text-transform:uppercase;padding:clamp(.6rem,1.9vw,1.45rem) 1rem;border:3px solid #000;border-radius:clamp(10px,1.4vw,20px);box-shadow:0 0 0 4px #00000040}.hero__subtitle{color:#ffffffe0;font-size:1.1rem;margin-bottom:1.75rem;max-width:52ch}.hero__actions{display:flex;flex-wrap:wrap;gap:.9rem}@media (prefers-reduced-motion: no-preference){.hero__chip,.hero__badge,.hero h1,.hero__subtitle,.hero__actions>.btn{opacity:0;animation:hero-fade-up var(--motion-slow) var(--motion-ease) forwards}.hero__chip{animation-delay:.05s}.hero__badge{animation-delay:.12s}.hero h1{animation-delay:.2s}.hero__subtitle{animation-delay:.3s}.hero__actions>.btn{animation-delay:.4s}}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.hero{min-height:680px;padding-block:4rem}}.trust-row{background:var(--color-bg);border-bottom:1px solid var(--color-bg-alt);padding-block:2rem}.trust-row__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.trust-row__item{display:flex;align-items:flex-start;gap:.85rem}.trust-row__icon{flex-shrink:0;width:28px;height:28px;color:var(--color-accent-dark)}.trust-row__item strong{display:block;color:var(--color-primary);font-size:.95rem}.trust-row__item span{display:block;color:var(--color-text-muted);font-size:.85rem}@media (min-width: 768px){.trust-row__grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.about{padding-block:var(--spacing-section)}.about h2{color:var(--color-primary);margin-bottom:1rem}.about p{color:var(--color-text-muted);max-width:65ch}.services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;margin-top:2rem}.service-card{background:var(--color-bg);border:1px solid var(--color-bg-alt);border-top:3px solid var(--color-accent);border-radius:8px;padding:1.25rem}@media (prefers-reduced-motion: no-preference){.service-card{transition:transform var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) var(--motion-ease)}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.services__grid .service-card:nth-child(1){animation-delay:.05s}.services__grid .service-card:nth-child(2){animation-delay:.1s}.services__grid .service-card:nth-child(3){animation-delay:.15s}.services__grid .service-card:nth-child(4){animation-delay:.2s}.services__grid .service-card:nth-child(5){animation-delay:.25s}.services__grid .service-card:nth-child(6){animation-delay:.3s}}.service-card h3{color:var(--color-primary);margin:0 0 .5rem;font-size:1.05rem}.service-card p{color:var(--color-text-muted);font-size:.9rem;margin:0;max-width:none}.gallery{padding-block:var(--spacing-section);background:var(--color-bg-alt)}.gallery h2{color:var(--color-primary);margin-bottom:1.5rem}.gallery__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.gallery__item{position:relative;overflow:hidden;border-radius:8px;cursor:pointer}.gallery__item img{width:100%;height:220px;object-fit:cover;display:block}.gallery__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#23272b99,#23272b00 60%);opacity:0}.gallery__zoom{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;pointer-events:none}.gallery__zoom svg{width:32px;height:32px}.gallery__play-badge{position:absolute;right:.6rem;bottom:.6rem;width:34px;height:34px;border-radius:50%;background:#141618b8;display:flex;align-items:center;justify-content:center;color:#fff;pointer-events:none}.gallery__play-badge svg{width:14px;height:14px;margin-left:2px}.gallery__item:hover:after,.gallery__item:focus-within:after,.gallery__item:hover .gallery__zoom,.gallery__item:focus-within .gallery__zoom{opacity:1}@media (prefers-reduced-motion: no-preference){.gallery__item img,.gallery__item:after,.gallery__zoom{transition:transform var(--motion-fast) var(--motion-ease),opacity var(--motion-fast) var(--motion-ease)}.gallery__item:hover img,.gallery__item:focus-within img{transform:scale(1.06)}.gallery__grid .gallery__item:nth-child(1){animation-delay:.05s}.gallery__grid .gallery__item:nth-child(2){animation-delay:.1s}.gallery__grid .gallery__item:nth-child(3){animation-delay:.15s}.gallery__grid .gallery__item:nth-child(4){animation-delay:.2s}.gallery__grid .gallery__item:nth-child(5){animation-delay:.25s}.gallery__grid .gallery__item:nth-child(6){animation-delay:.3s}.gallery__grid .gallery__item:nth-child(7){animation-delay:.35s}}.gallery__placeholder{color:var(--color-text-muted);font-style:italic}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:100;opacity:0;visibility:hidden}.lightbox.is-open{opacity:1;visibility:visible}@media (prefers-reduced-motion: no-preference){.lightbox{transition:opacity var(--motion-fast) var(--motion-ease),visibility 0s linear var(--motion-fast)}.lightbox.is-open{transition:opacity var(--motion-fast) var(--motion-ease),visibility 0s linear 0s}.lightbox__img{transition:opacity var(--motion-fast) var(--motion-ease)}.lightbox__img.is-fading{opacity:0}}.lightbox__img{max-width:90vw;max-height:85vh;border-radius:4px}video.lightbox__img{background:#000}.lightbox__close{position:absolute;top:1rem;right:1.25rem;background:none;border:none;color:#fff;font-size:2rem;line-height:1;cursor:pointer}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;color:#fff;font-size:1.25rem;padding:.75rem 1rem;cursor:pointer;border-radius:4px}.lightbox__nav:hover{background:var(--color-accent)}.lightbox__nav--prev{left:1rem}.lightbox__nav--next{right:1rem}.products{padding-block:var(--spacing-section);background:var(--color-bg-alt)}.products h2{color:var(--color-primary);margin-bottom:.5rem}.products>.container>p{color:var(--color-text-muted);max-width:65ch;margin-bottom:2rem}.products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-card{background:var(--color-bg);border:1px solid var(--color-bg-alt);border-top:3px solid var(--color-accent);border-radius:8px;padding:1.25rem}.product-card__gallery{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}.product-card__img-wrap{overflow:hidden;border-radius:4px;background:var(--color-bg-alt)}.product-card__img-wrap img{width:100%;height:140px;object-fit:cover;display:block}.product-card__img-wrap:first-child{grid-row:span 2;height:100%}.product-card__img-wrap:first-child img{height:100%}@media (prefers-reduced-motion: no-preference){.product-card{transition:transform var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) var(--motion-ease)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-card__img-wrap img{transition:transform var(--motion-fast) var(--motion-ease)}.product-card__img-wrap:hover img{transform:scale(1.08)}}.product-card h3{color:var(--color-primary);margin:0 0 .5rem;font-size:1.05rem}.product-card p{color:var(--color-text-muted);font-size:.9rem;margin:0 0 1rem;max-width:none}.reviews{padding-block:var(--spacing-section)}.reviews h2{color:var(--color-primary);margin-bottom:.5rem}.reviews__summary{color:var(--color-text-muted);margin-bottom:1.5rem}.reviews__summary strong{color:var(--color-text)}.reviews__carousel{position:relative;overflow:hidden;border-radius:8px}.reviews__track{display:flex}@media (prefers-reduced-motion: no-preference){.reviews__track{transition:transform var(--motion-slow) var(--motion-ease)}}.review-card{flex:0 0 100%;box-sizing:border-box;background:var(--color-bg-alt);border-radius:8px;padding:1.5rem 2.75rem}.reviews__nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--color-bg);border:1px solid var(--color-bg-alt);border-radius:50%;color:var(--color-primary);font-size:1rem;cursor:pointer;box-shadow:var(--shadow-sm)}.reviews__nav:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.reviews__nav--prev{left:.5rem}.reviews__nav--next{right:.5rem}.reviews__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.reviews__dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:var(--color-bg-alt);cursor:pointer}.reviews__dot.is-active{background:var(--color-accent)}.review-card__author{font-weight:600;margin-bottom:.25rem}.review-card__rating{color:var(--color-accent);margin-bottom:.5rem}.review-card__text{color:var(--color-text-muted);font-size:.95rem}.faq{padding-block:var(--spacing-section);background:var(--color-bg-alt)}.faq h2{color:var(--color-primary);margin-bottom:2rem}.faq__list{display:flex;flex-direction:column;gap:.75rem;max-width:65ch}.faq__item{background:var(--color-bg);border:1px solid #e2ddd2;border-left:3px solid var(--color-accent);border-radius:8px;padding:1rem 1.25rem}.faq__item summary{cursor:pointer;font-weight:600;color:var(--color-primary);list-style:none}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:before{content:"+";display:inline-block;width:1.2em;color:var(--color-accent-dark);font-weight:700}.faq__item[open] summary:before{content:"−"}.faq__item p{margin:.75rem 0 .25rem;padding-left:1.2em;color:var(--color-text-muted)}.contact{padding-block:var(--spacing-section);background:var(--color-primary);color:#fff;text-align:center}.contact h2{margin-bottom:1rem}.contact p{margin-bottom:1.5rem;opacity:.9}.contact__zones{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;list-style:none;margin:0 auto 1.5rem;padding:0;max-width:46rem}.contact__zones li{background:#ffffff1a;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:.35rem .9rem;font-size:.85rem}.site-footer a{color:var(--color-accent)}.site-footer p+p{margin-top:.5rem}.legal{padding-block:var(--spacing-section)}.legal .container{max-width:760px}.legal h1{margin-bottom:.5rem}.legal__updated{color:var(--color-text-muted);font-size:.9rem;margin-top:0;margin-bottom:2rem}.legal h2{margin-top:2rem;font-size:1.25rem}.legal p,.legal li{color:var(--color-text);line-height:1.6}.legal a{color:var(--color-accent-dark)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-base);color:var(--color-text);background:var(--color-bg);line-height:1.5}.container{max-width:var(--container-max-width);margin-inline:auto;padding-inline:1.25rem}h1,h2,h3{line-height:1.2}main h2{position:relative;display:inline-block;padding-bottom:.6rem}main h2:after{content:"";position:absolute;left:0;bottom:0;width:48px;height:4px;background:var(--color-accent);border-radius:2px}.btn{display:inline-block;padding:.9rem 1.75rem;border-radius:8px;font-weight:600;text-decoration:none;text-align:center;border:none;cursor:pointer}.btn--primary{background:var(--color-whatsapp-dark);color:#fff}.btn--ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.6)}.btn--ghost:hover,.btn--ghost:focus-visible{border-color:#fff}@media (prefers-reduced-motion: no-preference){.btn{transition:transform var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) var(--motion-ease)}.btn:hover,.btn:focus-visible{transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn:active{transform:translateY(0);box-shadow:var(--shadow-sm)}}.site-header{position:sticky;top:0;background:var(--color-primary);border-bottom:3px solid var(--color-accent);z-index:10}.site-header__inner{position:relative;display:flex;align-items:center;justify-content:space-between;padding-block:1rem}.site-header__logo{display:flex;align-items:center;gap:.5rem;font-weight:700;text-decoration:none;color:#fff;overflow:hidden;max-width:70%}.site-header__logo-img{width:36px;height:36px;border-radius:50%;flex-shrink:0}.site-header__logo span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-header__cta{display:none;background:var(--color-whatsapp-dark);color:#fff;text-decoration:none;font-weight:600;font-size:.85rem;padding:.55rem 1.1rem;border-radius:999px}.site-header__toggle{display:flex;flex-direction:column;justify-content:space-between;width:22px;height:16px;padding:0;background:none;border:none;cursor:pointer}.site-header__toggle span{display:block;height:2px;background:#fff;border-radius:2px}.site-header__nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--color-primary);border-bottom:3px solid var(--color-accent);box-shadow:0 4px 10px #0003}.site-header__nav.is-open{display:flex}.site-header__nav a{color:#fff;text-decoration:none;font-size:.95rem;padding:.9rem 1.25rem;border-top:1px solid rgba(255,255,255,.12)}.site-header__nav a:hover{color:var(--color-accent)}.site-footer{background:var(--color-primary-dark);color:#fff;padding-block:1.5rem;text-align:center;font-size:.9rem}@media (max-width: 767px){.site-footer{padding-bottom:calc(1.5rem + 56px)}}.whatsapp-float{position:fixed;right:1.25rem;bottom:1.25rem;background:var(--color-whatsapp-dark);color:#fff;padding:.75rem 1.1rem;border-radius:999px;text-decoration:none;font-weight:600;box-shadow:0 4px 12px #0003;z-index:20}@media (prefers-reduced-motion: no-preference){.whatsapp-float{animation:whatsapp-pulse 2.6s ease-in-out infinite}.whatsapp-float:hover,.whatsapp-float:focus-visible{animation-play-state:paused}}@keyframes whatsapp-pulse{0%,to{box-shadow:0 4px 12px #0003,0 0 #25d36673}50%{box-shadow:0 4px 12px #0003,0 0 0 10px #25d36600}}@media (prefers-reduced-motion: no-preference){[data-reveal]{opacity:0}[data-reveal].is-visible{animation:reveal-fade-up var(--motion-slow) var(--motion-ease) forwards}}@keyframes reveal-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.site-header__toggle{display:none}.site-header__nav{display:flex;position:static;flex-direction:row;gap:2rem;background:none;border:none;box-shadow:none}.site-header__nav a{padding:0;border:none}.site-header__cta{display:inline-block}}
