@keyframes navDropdownIn{0%{opacity:0;transform:translateX(-50%) translateY(6px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}:root{--navy-950:#081a2e;--navy-900:#0f2744;--navy-800:#1e3a5f;--navy-700:#2a4d73;--navy-600:#3d6289;--blue-500:#3b82c4;--blue-400:#5b9fd4;--blue-300:#8bb8e8;--metallic:#c8d4e4;--metallic-light:#e8eef5;--white:#ffffff;--gray-50:#f6f8fb;--gray-100:#eef2f7;--gray-200:#dce3ed;--gray-300:#c5ced9;--gray-500:#6b7a8c;--gray-600:#4a5568;--gray-700:#374151;--font-sans:'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;--hero-min-height:clamp(440px, 74vh, 760px);--container:1240px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-xs:0 1px 2px rgba(15, 39, 68, 0.04);--shadow-sm:0 4px 12px rgba(15, 39, 68, 0.06);--shadow-md:0 8px 28px rgba(15, 39, 68, 0.1);--shadow-lg:0 16px 48px rgba(15, 39, 68, 0.12);--shadow-card:0 4px 20px rgba(15, 39, 68, 0.07), 0 1px 3px rgba(15, 39, 68, 0.04);--shadow-card-hover:0 12px 36px rgba(15, 39, 68, 0.14), 0 4px 8px rgba(15, 39, 68, 0.06);--gradient-brand:linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 55%, var(--blue-500) 100%);--gradient-hero:linear-gradient(125deg, var(--navy-950) 0%, var(--navy-800) 45%, var(--navy-700) 100%);--gradient-metallic:linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(200, 212, 228, 0.06) 50%, transparent 100%);--gradient-surface:linear-gradient(180deg, var(--white) 0%, var(--gray-50) 100%);--section-pad:clamp(3.5rem, 6vw, 5.5rem);--ease-out:cubic-bezier(0.22, 1, 0.36, 1)}*,::after,::before{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--gray-700);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;min-height:100vh}h1,h2,h3,h4{color:var(--navy-900);letter-spacing:-.02em}img{max-width:100%;height:auto;display:block}.hero-slider{position:relative;width:100%;overflow:hidden;background:var(--navy-900)}.hero-slider__track{position:relative;width:100%;min-height:var(--hero-min-height)}.hero-slide{opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s ease;z-index:0}.hero-slide.is-active{opacity:1;visibility:visible;z-index:1}.hero-slide,.hero-slide__media,.hero-slide__overlay{position:absolute;inset:0}.hero-slide__media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-slide__overlay{background:linear-gradient(105deg,rgba(8,26,46,.92) 0%,rgba(15,39,68,.65) 48%,rgba(42,77,115,.4) 100%),var(--gradient-metallic)}.hero-slide__content{position:relative;z-index:2;display:flex;align-items:center;min-height:var(--hero-min-height);padding:2.5rem 1.25rem}.hero-slide__inner{width:100%;max-width:720px;margin:0 auto;padding:0 .5rem;color:var(--white)}.hero-slide__subtitle{margin:0 0 .5rem;font-size:clamp(.875rem,2vw,1rem);font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.85)}.hero-slide__title{margin:0 0 1rem;font-size:clamp(1.85rem,5vw,3.15rem);font-weight:800;line-height:1.12;letter-spacing:-.03em}.hero-slide__description{margin:0 0 1.5rem;font-size:clamp(1rem,2.2vw,1.125rem);line-height:1.6;color:rgba(255,255,255,.9);max-width:36rem}.hero-slide__btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.65rem;font-size:.95rem;font-weight:700;border-radius:var(--radius-sm);text-decoration:none;transition:background .2s var(--ease-out),transform .2s var(--ease-out),box-shadow .2s var(--ease-out)}.hero-slide__btn:hover{background:var(--metallic-light);transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.25)}.hero-slider__nav{position:absolute;top:50%;z-index:10;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.15);color:var(--white);font-size:1.5rem;line-height:1;cursor:pointer;backdrop-filter:blur(4px);transition:background .2s ease}.hero-slider__nav:hover{background:rgba(255,255,255,.3)}.hero-slider__nav--prev{left:1rem}.hero-slider__nav--next{right:1rem}.hero-slider__dots{position:absolute;bottom:1.25rem;left:50%;z-index:10;transform:translateX(-50%);display:flex;gap:.5rem}.hero-slider__dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:background .2s ease,transform .2s ease}.hero-slider__dot.is-active{background:var(--white);transform:scale(1.15)}.hero-fallback{min-height:var(--hero-min-height);display:flex;align-items:center;justify-content:center;background:var(--gradient-hero);padding:2rem 1.25rem;position:relative;overflow:hidden}.hero-fallback::before,.page-hero::before{content:"";position:absolute;inset:0;pointer-events:none}.hero-fallback::before{background:var(--gradient-metallic)}.hero-fallback__inner{text-align:center;color:var(--white);max-width:32rem}.hero-fallback__logo{margin:0 auto 1.5rem;filter:brightness(0) invert(1)}.hero-fallback__title{margin:0 0 .75rem;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700}.hero-fallback__text{margin:0;font-size:1.05rem;line-height:1.6;color:rgba(255,255,255,.85)}@media (max-width:640px){.hero-slide__content{align-items:flex-end;padding:2rem 1rem 3.5rem}.hero-slider__nav{width:36px;height:36px;font-size:1.25rem}.hero-slider__nav--prev{left:.5rem}.hero-slider__nav--next{right:.5rem}}@media (prefers-reduced-motion:reduce){.hero-slide{transition:none}}.site-main{min-height:40vh}.container{width:100%;max-width:var(--container);margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}.page-hero{position:relative;background:var(--gradient-hero);color:var(--white);padding:clamp(2.5rem,5vw,3.5rem) 1.25rem;overflow:hidden}.page-hero::before{background:radial-gradient(ellipse 80% 60%at 100% 0%,rgba(59,130,196,.18) 0%,transparent 55%),var(--gradient-metallic)}.page-hero--compact{padding:clamp(2rem,4vw,2.75rem) 1.25rem}.page-hero__inner{position:relative;z-index:1;max-width:var(--container);margin:0 auto}.page-hero__title{margin:0 0 .5rem;font-size:clamp(1.65rem,4.5vw,2.35rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:var(--white)}.page-hero__subtitle{margin:0;max-width:42rem;font-size:clamp(.95rem,2vw,1.05rem);line-height:1.65;color:rgba(255,255,255,.82)}.breadcrumb,.page-hero .breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin:0 0 .85rem;font-size:.85rem;color:var(--white)}.breadcrumb a,.breadcrumb span,.page-hero .breadcrumb a,.page-hero .breadcrumb span{color:var(--white);text-decoration:none;font-weight:500;cursor:default}.breadcrumb a[href],.page-hero .breadcrumb a[href]{cursor:pointer}.breadcrumb a[href]:hover,.page-hero .breadcrumb a[href]:hover{color:rgba(255,255,255,.88);text-decoration:none}.breadcrumb span[aria-current=page],.breadcrumb span[aria-current],.page-hero .breadcrumb span[aria-current=page],.page-hero .breadcrumb span[aria-current]{color:rgba(255,255,255,.82);font-weight:600}.breadcrumb>span[aria-hidden=true],.page-hero .breadcrumb>span[aria-hidden=true]{color:rgba(255,255,255,.55);font-weight:400}.contact-section{padding:2.5rem 1.25rem 3rem}.contact-section__inner{max-width:1200px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:2rem;align-items:start}.contact-card,.contact-map{background:var(--gray-100);border-radius:10px;padding:1.75rem}.contact-card__title,.contact-map .contact-card__title{margin:0 0 1.25rem;font-size:1.15rem;color:var(--navy-900)}.contact-list{list-style:none;margin:0 0 1.5rem;padding:0}.contact-list__item{margin-bottom:1rem}.contact-list__label{display:block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-600);margin-bottom:.2rem}.contact-list a{color:var(--navy-800);text-decoration:none;font-weight:500}.contact-list a:hover,.contact-social__links a:hover{text-decoration:underline}.contact-social{margin-bottom:1.5rem}.contact-social__title{margin:0 0 .5rem;font-size:.9rem;font-weight:600;color:var(--navy-900)}.contact-actions,.contact-social__links{display:flex;flex-wrap:wrap;gap:.75rem}.contact-btn,.contact-social__links a{color:var(--navy-800);font-weight:500;text-decoration:none}.contact-btn{display:inline-flex;align-items:center;padding:.6rem 1.1rem;font-size:.9rem;font-weight:600;border-radius:6px;background:var(--navy-900);color:var(--white)}.contact-btn:hover{background:var(--navy-800)}.contact-btn--whatsapp{background:#25d366}.contact-btn--whatsapp:hover{background:#1fb855}.contact-btn--outline{background:0 0;color:var(--navy-900);border:2px solid var(--navy-900)}.contact-btn--outline:hover{background:var(--navy-900);color:var(--white)}.contact-map__embed{border-radius:8px;overflow:hidden;background:var(--white)}.contact-map__embed iframe{display:block;width:100%;min-height:360px;border:0}@media (max-width:900px){.contact-grid{grid-template-columns:1fr}}.hero-static{position:relative;min-height:var(--hero-min-height);display:flex;align-items:center;overflow:hidden}.hero-static__bg{position:absolute;inset:0;background:var(--gradient-hero)}.hero-static__bg::after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-static__inner{position:relative;z-index:1;padding:3rem 0;color:var(--white);max-width:760px}.hero-static__eyebrow{margin:0 0 .75rem;font-size:.85rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.8)}.hero-static__title{margin:0 0 1rem;font-size:clamp(1.85rem,5vw,2.85rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:var(--white)}.hero-static__description{margin:0 0 1.75rem;font-size:clamp(1rem,2.2vw,1.15rem);line-height:1.65;color:rgba(255,255,255,.92)}.hero-actions-bar{background:var(--navy-950);padding:1.35rem 0;border-top:1px solid rgba(200,212,228,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.hero-actions-bar .hero-actions{justify-content:center}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem 1.4rem;font-size:.9rem;font-weight:700;text-decoration:none;border-radius:var(--radius-sm);border:2px solid transparent;transition:background .2s var(--ease-out),color .2s var(--ease-out),border-color .2s var(--ease-out),transform .2s var(--ease-out),box-shadow .2s var(--ease-out);cursor:pointer}.btn--primary{background:var(--gradient-brand);color:var(--white);box-shadow:0 4px 16px rgba(15,39,68,.22)}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(15,39,68,.28)}.hero-actions-bar .btn--primary,.hero-slide__btn,.hero-static .btn--primary{background:var(--white);color:var(--navy-900);box-shadow:0 4px 20px rgba(0,0,0,.18)}.hero-actions-bar .btn--primary:hover,.hero-static .btn--primary:hover{background:var(--metallic-light)}.btn--secondary{background:rgba(255,255,255,.08);color:var(--white);border-color:rgba(255,255,255,.45);backdrop-filter:blur(4px)}.btn--secondary:hover{background:rgba(255,255,255,.16);border-color:var(--white);transform:translateY(-1px)}.btn--whatsapp{background:linear-gradient(135deg,#25d366,#1aad54);color:var(--white);box-shadow:0 4px 14px rgba(37,211,102,.35)}.btn--whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(37,211,102,.4)}.btn--light,.btn--outline{background:var(--white);color:var(--navy-900)}.btn--outline{border-color:var(--gray-200);box-shadow:var(--shadow-xs)}.btn--outline:hover{background:var(--navy-900);color:var(--white);border-color:var(--navy-900);transform:translateY(-1px)}.btn--light{box-shadow:0 4px 20px rgba(0,0,0,.15)}.btn--light:hover{background:var(--metallic-light);transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.2)}.home-section{padding:var(--section-pad)0}.home-section--gray{background:var(--gray-50);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100)}.section-heading{margin-bottom:clamp(2rem,4vw,2.75rem)}.section-heading--center{text-align:center;max-width:680px;margin-left:auto;margin-right:auto}.section-heading__title{margin:0 0 .65rem;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:800;color:var(--navy-900);letter-spacing:-.03em;line-height:1.2}.section-heading__title::after{content:"";display:block;width:48px;height:3px;margin:.85rem auto 0;background:linear-gradient(90deg,var(--blue-500),var(--metallic));border-radius:2px}.section-heading:not(.section-heading--center) .section-heading__title::after{margin-left:0}.section-heading__subtitle{margin:0;font-size:clamp(.95rem,2vw,1.05rem);line-height:1.7;color:var(--gray-600)}.section-footer{margin-top:clamp(2rem,4vw,2.75rem);text-align:center}.card-grid{display:grid;gap:clamp(1.25rem,2.5vw,1.75rem)}.card-grid--categories{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.card-grid--services{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.card-grid--products{grid-template-columns:repeat(auto-fill,minmax(268px,1fr))}@media (max-width:640px){.card-grid--categories,.card-grid--products,.card-grid--projects,.card-grid--services{grid-template-columns:1fr}.home-section{padding:clamp(2.5rem,5vw,3.5rem)0}.quote-cta__inner{flex-direction:column;align-items:stretch;text-align:center}.quote-cta__actions{justify-content:center}.quote-cta__actions .btn{flex:1 1 auto;min-width:140px}}.card-grid--projects{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.category-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--shadow-card);transition:box-shadow .25s var(--ease-out),transform .25s var(--ease-out),border-color .25s var(--ease-out)}.category-card:hover{border-color:var(--blue-300)}.category-card__media{aspect-ratio:16/10;background:var(--gray-100);overflow:hidden}.category-card__media img{width:100%;height:100%;object-fit:cover}.category-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:2.5rem;font-weight:700;color:var(--navy-800);background:linear-gradient(135deg,var(--gray-100),var(--gray-200))}.category-card__body{padding:1.35rem 1.25rem}.category-card__title{margin:0 0 .35rem;font-size:1.1rem;font-weight:700;color:var(--navy-900)}.category-card__text{margin:0 0 .5rem;font-size:.88rem;color:var(--gray-600);line-height:1.5}.category-card__link{font-size:.85rem;font-weight:600;color:var(--navy-800)}.service-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);overflow:hidden;height:100%;box-shadow:var(--shadow-card);transition:box-shadow .25s var(--ease-out),transform .25s var(--ease-out)}.category-card:hover,.service-card--home:hover,.service-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.service-card__media{position:relative;aspect-ratio:16/10;background:var(--gray-100);overflow:hidden}.quote-cta::before,.service-card__media::after{content:"";position:absolute;inset:0;pointer-events:none}.service-card__media::after{background:linear-gradient(to top,rgba(8,26,46,.55)0,transparent 55%);transition:opacity .3s var(--ease-out)}.service-card:hover .service-card__media::after{opacity:.85}.product-card__media img,.service-card--home .service-card__media img,.service-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s var(--ease-out)}.service-card--home:hover .service-card__media img,.service-card:hover .service-card__media img{transform:scale(1.06)}.service-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:2.5rem;background:var(--gradient-brand);color:var(--white)}.service-card__body{padding:1.35rem 1.25rem}.service-card__title{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;color:var(--navy-900);line-height:1.35}.service-card__text{margin:0;font-size:.9rem;line-height:1.55;color:var(--gray-600)}.card-grid--services-home{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;align-items:stretch}.service-card--home{position:relative;min-height:300px;height:100%;border:0;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card);transition:box-shadow .25s var(--ease-out),transform .25s var(--ease-out)}.service-card--home .service-card__link{display:block;position:relative;width:100%;height:100%;min-height:300px;text-decoration:none;color:inherit}.service-card--home .service-card__media{position:absolute;inset:0;aspect-ratio:auto;background:var(--navy-800)}.service-card--home .service-card__media::after{display:none}.service-card--home .service-card__media--empty{background:var(--gradient-brand)}.service-card--home .service-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:3rem;font-weight:800;color:rgba(255,255,255,.35);background:0 0}.service-card--home .service-card__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(8,26,46,.94)0,rgba(8,26,46,.72) 38%,rgba(15,39,68,.28) 68%,rgba(15,39,68,.08) 100%);pointer-events:none;transition:opacity .3s var(--ease-out)}.service-card--home:hover .service-card__overlay{background:linear-gradient(to top,rgba(8,26,46,.97)0,rgba(8,26,46,.78) 42%,rgba(15,39,68,.35) 72%,rgba(15,39,68,.12) 100%)}.service-card--home .service-card__content{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:.45rem;padding:1.25rem 1.15rem 1.15rem}.service-card--home .service-card__title{margin:0;font-size:1.125rem;font-weight:800;line-height:1.25;color:var(--white);letter-spacing:-.02em}.service-card--home .service-card__text{margin:0;font-size:.875rem;line-height:1.5;color:rgba(255,255,255,.88);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.service-card--home .service-card__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:.35rem;padding:.55rem 1rem;font-size:.8125rem;font-weight:700;color:var(--navy-900);background:var(--white);border-radius:var(--radius-sm);box-shadow:0 2px 10px rgba(0,0,0,.2);transition:background .2s var(--ease-out),transform .2s var(--ease-out)}.service-card--home:hover .service-card__cta{background:var(--metallic-light);transform:translateY(-1px)}.service-card--home-static .service-card__link{cursor:default}@media (max-width:1100px){.card-grid--services-home{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.card-grid--services-home{grid-template-columns:1fr;gap:.85rem}.service-card--home,.service-card--home .service-card__link{min-height:260px}.service-card--home .service-card__content{padding:1rem}.service-card--home .service-card__title{font-size:1.05rem}.service-card--home .service-card__text{font-size:.8125rem}.service-card--home .service-card__cta{width:100%;min-height:44px;font-size:.875rem}}.product-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-card);transition:box-shadow .25s var(--ease-out),transform .25s var(--ease-out),border-color .25s var(--ease-out)}.product-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px);border-color:rgba(59,130,196,.35)}.product-card__media{position:relative;display:block;aspect-ratio:4/3;background:linear-gradient(180deg,var(--gray-50) 0%,var(--gray-100) 100%);overflow:hidden;border-bottom:1px solid var(--gray-100)}.product-card__media img{object-fit:contain;object-position:center;background:var(--white)}.product-card:hover .product-card__media img{transform:none}.product-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:2.5rem;color:var(--navy-600);opacity:.5}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.3rem .6rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:var(--gradient-brand);color:var(--white);border-radius:4px;box-shadow:0 2px 8px rgba(15,39,68,.25);z-index:1}.product-card__body{padding:1.25rem 1.2rem 1.35rem;flex:1;display:flex;flex-direction:column}.product-card__category{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--blue-500)}.product-card__title{margin:.4rem 0;font-size:1.05rem;font-weight:700;line-height:1.35}.product-card__title a,.project-card__title a{color:var(--navy-900);text-decoration:none}.product-card__title a:hover{color:var(--navy-800)}.product-card__text{margin:0 0 1rem;font-size:.88rem;color:var(--gray-600);line-height:1.5;flex:1}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto}.product-card__price{font-weight:800;font-size:1.05rem;color:var(--navy-900);letter-spacing:-.02em}.product-card__contact-actions{display:flex;flex-wrap:wrap;gap:.4rem;flex-shrink:0}.product-card__contact-btn{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:.35rem .65rem;font-size:.75rem;font-weight:700;text-decoration:none;border-radius:6px;border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease}.product-card__contact-btn--whatsapp{color:#fff;background:#22a050;border-color:#1d9348}.product-card__contact-btn--whatsapp:hover{background:#1d9348}.product-card__contact-btn--phone{color:var(--navy-900);background:var(--white);border-color:var(--navy-900)}.product-card__contact-btn--phone:hover{background:var(--gray-50)}.why-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.why-card{border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.75rem 1.5rem;text-align:center;box-shadow:var(--shadow-sm);transition:box-shadow .25s var(--ease-out),transform .25s var(--ease-out)}.why-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.home-section--gray .why-card,.why-card{background:var(--white)}.why-card__icon{width:52px;height:52px;margin:0 auto 1.15rem;display:flex;align-items:center;justify-content:center;background:var(--gradient-brand);color:var(--white);font-weight:800;border-radius:50%;font-size:1.15rem;box-shadow:0 4px 14px rgba(15,39,68,.2)}.why-card__title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--navy-900)}.why-card__text{margin:0;font-size:.88rem;line-height:1.55;color:var(--gray-600)}.project-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card);transition:box-shadow .25s var(--ease-out),transform .25s var(--ease-out)}.project-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.project-card__media{display:block;aspect-ratio:16/10;background:var(--gray-100);overflow:hidden}.project-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-card__media img{transform:scale(1.03)}.project-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:2.5rem}.project-card__body{padding:1.15rem}.project-card__title{margin:0 0 .35rem;font-size:1.05rem;font-weight:600}.project-card__meta{margin:0 0 .5rem;font-size:.88rem;color:var(--gray-600)}.project-card__tag{display:inline-block;padding:.2rem .5rem;font-size:.75rem;font-weight:600;background:var(--gray-100);color:var(--navy-800);border-radius:4px}.quote-cta{position:relative;background:var(--gradient-hero);color:var(--white);padding:clamp(3rem,6vw,4.5rem)0;overflow:hidden}.quote-cta::before{background:radial-gradient(ellipse 70% 80%at 0% 100%,rgba(59,130,196,.2) 0%,transparent 50%),var(--gradient-metallic)}.quote-cta__inner{position:relative;z-index:1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.75rem}.quote-cta__title{margin:0 0 .5rem;font-size:clamp(1.35rem,3.5vw,1.85rem);font-weight:800;letter-spacing:-.03em;color:var(--white)}.quote-cta__text{margin:0;max-width:520px;line-height:1.6;color:rgba(255,255,255,.9)}.quote-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem}.page-content{max-width:720px;line-height:1.7;color:var(--gray-600)}.page-empty{text-align:center;color:var(--gray-600);padding:clamp(2.5rem,5vw,4rem) 1.5rem;background:var(--white);border:1px dashed var(--gray-200);border-radius:var(--radius-lg)}.page-empty p{margin:0 0 1.25rem;font-size:1.05rem}.filter-chips{display:flex;flex-wrap:wrap;gap:.5rem}.filter-chip{padding:.45rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;color:var(--navy-800);background:var(--white);border-radius:999px;border:1px solid var(--gray-200);box-shadow:var(--shadow-xs);transition:background .2s var(--ease-out),color .2s var(--ease-out),border-color .2s var(--ease-out),transform .2s var(--ease-out)}.filter-chip:hover{border-color:var(--blue-300);color:var(--navy-900);transform:translateY(-1px)}.filter-chip.is-active{background:var(--gradient-brand);color:var(--white);border-color:transparent;box-shadow:0 4px 12px rgba(15,39,68,.2)}.social-share{margin:1.5rem 0 0;padding:1rem 0 0;border-top:1px solid var(--gray-200)}.social-share__label{display:block;margin-bottom:.75rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500)}.social-share__links{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.social-share__link{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:38px;padding:.45rem .9rem;font-family:inherit;font-size:.8125rem;font-weight:600;line-height:1.2;text-decoration:none;color:var(--navy-800);background:var(--white);border:1px solid var(--gray-200);border-radius:999px;box-shadow:0 1px 2px rgba(15,39,68,.04);cursor:pointer;-webkit-appearance:none;appearance:none;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease}.social-share__link:hover{background:var(--gray-50);border-color:var(--gray-300);color:var(--navy-900);transform:translateY(-1px)}.social-share__icon{width:1rem;height:1rem;flex-shrink:0}.social-share__text{white-space:nowrap}.social-share__link--facebook:hover{border-color:#1877f2;color:#1877f2}.social-share__link--instagram:hover{border-color:#e1306c;color:#c13584}.social-share__link--whatsapp:hover{border-color:#25d366;color:#128c7e}.social-share__link--copy{margin-left:auto;color:var(--gray-600)}.social-share__link--copy:hover{border-color:var(--blue-400);color:var(--navy-900)}.social-share__link.is-copied{border-color:#86efac;background:#f0fdf4;color:#166534}@media (max-width:720px){.social-share__link--copy{margin-left:0;width:100%}}.site-header-group{position:sticky;top:0;z-index:500;isolation:isolate}.site-header{background:#fff;border-bottom:1px solid transparent;transition:box-shadow .25s var(--ease-out),border-color .25s var(--ease-out)}.site-header-group.is-scrolled .site-header{border-bottom-color:var(--gray-200);box-shadow:0 4px 30px rgba(15,39,68,.08)}.site-header__inner{display:flex;align-items:center;gap:1.5rem;min-height:84px;padding-top:.8rem;padding-bottom:.8rem}.site-header__brand,.site-header__lead{display:flex;align-items:center;flex-shrink:0}.site-header__lead{gap:1.5rem;min-width:0}.site-header__brand{text-decoration:none}.site-header__logo{height:56px;width:auto;max-width:200px;object-fit:contain}.site-header__tags{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;column-gap:.75rem;row-gap:.25rem;margin:0;padding:0;align-content:center;align-self:center;flex-shrink:1;min-width:0}.site-header__tag{display:inline-flex;align-items:center;gap:.4rem;font-size:.8125rem;font-weight:600;line-height:1.2;color:var(--navy-800);white-space:nowrap}.site-header__tag-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;flex-shrink:0}.site-header__tag-icon svg{display:block;width:16px;height:16px}.site-header__tag-label{line-height:1.2;letter-spacing:-.01em}.site-header__tag-icon--construction{color:var(--navy-900);background:rgba(15,39,68,.08)}.site-header__tag-icon--insulation{color:#0d6e8c;background:rgba(13,110,140,.1)}.site-header__tag-icon--paint{color:#b45309;background:rgba(180,83,9,.1)}.site-header__tag-icon--waterproof{color:#1d6fb8;background:rgba(29,111,184,.1)}.site-header__nav{flex:1;display:flex;justify-content:center;min-width:0}.site-header__menu{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.15rem .35rem;list-style:none;margin:0;padding:0}.site-header__link{display:inline-block;padding:.5rem .8rem;font-size:.9rem;font-weight:600;color:var(--navy-800);text-decoration:none;border-radius:var(--radius-sm);transition:color .15s var(--ease-out),background .15s var(--ease-out)}.site-header__link:hover{color:var(--navy-900);background:var(--gray-100)}.site-header__link.is-active{color:var(--navy-900);font-weight:700;background:linear-gradient(135deg,rgba(15,39,68,.08),rgba(59,130,196,.08))}.site-header__nav-dropdown{position:relative}.site-header__nav-dropdown-head{display:inline-flex;align-items:center;max-width:100%}.site-header__nav-dropdown-label{border-top-right-radius:0;border-bottom-right-radius:0}.site-header__nav-dropdown-trigger{display:inline-flex;align-items:center;gap:.35rem;border:0;background:0 0;font-family:inherit;cursor:pointer}.site-header__nav-dropdown-caret{min-height:42px;padding:0 .55rem 0 .2rem;color:var(--navy-800);border-radius:0 var(--radius-sm) var(--radius-sm)0}.site-header__nav-dropdown-caret:hover{background:var(--gray-100)}.site-header__nav-dropdown-caret-icon{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-2px}.site-header__link--label-only{cursor:default;pointer-events:none}.site-header__nav-dropdown-panel{position:absolute;top:calc(100% + .55rem);left:50%;z-index:520;min-width:252px;max-width:min(340px,92vw);max-height:min(420px,calc(100vh - 100px));padding:.65rem;overflow-x:hidden;overflow-y:auto;background:var(--white);border:1px solid rgba(15,39,68,.08);border-radius:12px;box-shadow:0 12px 40px rgba(15,39,68,.14),0 2px 8px rgba(15,39,68,.06);transform:translateX(-50%);-webkit-overflow-scrolling:touch}.site-header__nav-dropdown-panel[hidden]{display:none!important}.site-header__nav-dropdown.is-open .site-header__nav-dropdown-panel{animation:navDropdownIn .18s var(--ease-out)}.site-header__dropdown-link{display:block;padding:.62rem .9rem;font-size:.875rem;font-weight:500;line-height:1.4;color:var(--navy-800);text-decoration:none;border-radius:8px;transition:background .15s var(--ease-out),color .15s var(--ease-out),transform .12s var(--ease-out)}.site-header__dropdown-link:hover{background:rgba(15,39,68,.07);color:var(--navy-900)}.site-header__dropdown-link.is-active{background:rgba(59,130,196,.14);color:var(--navy-900);font-weight:600}.site-header__dropdown-link--child{padding-left:1.35rem;font-size:.8125rem;color:var(--gray-600)}.site-header__dropdown-link--child::before{content:"—";margin-right:.35rem;opacity:.45}.site-header__toolbar{display:flex;align-items:center;gap:.65rem;flex-shrink:0;border-left:none}.site-header__actions{display:flex;align-items:center;gap:.5rem}.site-header__btn{display:inline-flex;align-items:center;gap:8px;height:42px;min-height:42px;padding:12px 16px;box-sizing:border-box;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border-radius:999px;white-space:nowrap;border:1px solid transparent;transition:background .2s var(--ease-out),border-color .2s var(--ease-out),color .2s var(--ease-out),box-shadow .2s var(--ease-out)}.site-header__btn-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0;line-height:0}.site-header__btn-icon svg{width:18px;height:18px;display:block}.site-header__btn--phone{color:var(--navy-900);background:var(--white);border-color:var(--navy-900)}.site-header__btn--phone:hover{background:var(--gray-50);box-shadow:0 2px 10px rgba(15,39,68,.1)}.site-header__btn--whatsapp{color:var(--white);background:#22a050;border-color:#1d9348}.site-header__btn--whatsapp:hover{background:#1d9348;border-color:#18843f;box-shadow:0 4px 14px rgba(34,160,80,.32)}.site-header__toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;border:1px solid var(--gray-200);border-radius:8px;background:var(--white);cursor:pointer;transition:background .15s ease,border-color .15s ease}.site-header__toggle:hover{background:var(--gray-100)}.site-header__toggle span{display:block;width:20px;height:2px;background:var(--navy-900);border-radius:1px;transition:transform .2s ease,opacity .2s ease}.site-header-group.is-nav-open .site-header__toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header-group.is-nav-open .site-header__toggle span:nth-child(2){opacity:0}.site-header-group.is-nav-open .site-header__toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__nav-footer,.site-header__nav-head{display:none}.site-header__backdrop{display:none;position:fixed;inset:0;background:rgba(15,39,68,.45);z-index:280;border:0;padding:0;cursor:pointer}.site-header-group.is-nav-open .site-header__backdrop{display:block}body.is-nav-locked{overflow:hidden}.site-footer{margin-top:auto;background:linear-gradient(180deg,var(--navy-950) 0%,var(--navy-900) 40%,#0a1c30 100%);color:rgba(255,255,255,.92);position:relative}.site-footer::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(200,212,228,.25),transparent)}.site-footer__main{padding:clamp(3rem,5vw,4rem)0 2.75rem}.site-footer__grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:2rem 1.5rem;align-items:start}.site-footer__brand{max-width:320px}.site-footer__logo-link{display:inline-block;margin-bottom:1rem}.site-footer__logo{height:48px;width:auto;max-width:180px;object-fit:contain;filter:brightness(0) invert(1)}.site-footer__name{margin:0 0 .65rem;font-size:1.15rem;font-weight:700;color:var(--white)}.site-footer__desc{margin:0 0 .85rem;font-size:.9rem;line-height:1.65;color:rgba(255,255,255,.72)}.site-footer__brand-social{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.15rem}.site-footer__brand-social-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);text-decoration:none;transition:background .15s ease,border-color .15s ease,transform .15s ease}.site-footer__brand-social-link:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.28);transform:translateY(-1px)}.site-social-icon{display:block;width:22px;height:22px;flex-shrink:0}.site-footer__whatsapp-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.15rem;font-size:.9rem;font-weight:600;color:var(--white);text-decoration:none;background:#25d366;border-radius:8px;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.site-footer__whatsapp-btn:hover{background:#1fb855;transform:translateY(-1px);box-shadow:0 6px 16px rgba(37,211,102,.35)}.site-footer__title{margin:0 0 1rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.55)}.site-footer__contact-list,.site-footer__list{list-style:none;margin:0;padding:0}.site-footer__list li{margin-bottom:.5rem}.site-footer__list a{font-size:.9rem;color:rgba(255,255,255,.88);text-decoration:none;transition:color .15s ease}.site-footer__contact-list a:hover,.site-footer__list a:hover{color:var(--white);text-decoration:underline}.site-footer__contact-list li{margin-bottom:.85rem}.site-footer__contact-list li.site-footer__contact-phone--extra{margin-top:-.45rem}.site-footer__contact-label{display:block;margin-bottom:.2rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:rgba(255,255,255,.5)}.site-footer__contact-list a,.site-footer__contact-list span{font-size:.9rem;line-height:1.5;color:rgba(255,255,255,.9)}.site-footer__contact-list a{text-decoration:none;font-weight:500}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.15rem 0;background:rgba(0,0,0,.15)}.site-footer__bottom--light{background:#fff;border-top-color:var(--gray-200)}.site-footer__bottom-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem}.site-footer__bottom--light .site-footer__bottom-inner,.site-footer__credit{justify-content:center}.site-footer__credit{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;font-size:.875rem;line-height:1.5;color:var(--gray-600);text-align:center}.site-footer__metaofis-link,.site-footer__social a{display:inline-flex;align-items:center;text-decoration:none}.site-footer__metaofis-link{line-height:0}.site-footer__metaofis-link:hover{opacity:.88}.site-footer__metaofis-logo{display:block;width:auto;height:26px;max-width:110px;object-fit:contain}.site-footer__copy{margin:0;font-size:.85rem;color:rgba(255,255,255,.55)}.site-footer__social{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.site-footer__social a{padding:.4rem .85rem;font-size:.82rem;font-weight:600;color:rgba(255,255,255,.9);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:6px;transition:background .15s ease,border-color .15s ease}.site-footer__social a:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.22);color:var(--white)}@media (max-width:1100px){.site-footer__grid{grid-template-columns:repeat(3,1fr)}.site-footer__brand{grid-column:1/-1;max-width:480px}}@media (min-width:1024px) and (max-width:1280px){.site-header__tag{font-size:.75rem}.site-header__tag-icon{width:26px;height:26px}.site-header__tag-icon svg{width:14px;height:14px}.site-header__lead{gap:1rem}.site-header__tags{column-gap:.55rem}}@media (min-width:1024px){.site-header-group{align-items:center}.site-header__brand,.site-header__nav,.site-header__tags,.site-header__toolbar{align-self:center}.site-header__toolbar{align-items:center}.site-header__actions{align-items:center;gap:.5rem}.site-header__nav .site-header__menu--desktop{align-items:center;justify-content:flex-end;min-height:42px}.site-header__nav{overflow:visible;justify-content:flex-end}.site-header__menu--desktop{overflow:visible}.site-header__nav-dropdown{display:list-item}.site-header__link{display:inline-flex;align-items:center;min-height:42px;padding-top:0;padding-bottom:0;box-sizing:border-box}.site-header__btn-label{display:inline}}@media (max-width:1023px) and (min-width:769px){.site-header__btn-label{display:none}.site-header__btn{width:42px;min-width:42px;padding:0;justify-content:center}}@media (max-width:900px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.site-footer__grid{grid-template-columns:1fr;gap:2rem}.site-footer__brand{max-width:none}.site-footer__bottom-inner{flex-direction:column;text-align:center}.site-footer__social{justify-content:center}}:root{--mobile-header-h:64px;--mobile-bar-h:56px;--mobile-safe-bottom:calc(var(--mobile-bar-h) + env(safe-area-inset-bottom, 0px))}@media (max-width:1023px){body,html{overflow-x:hidden}body.has-mobile-bar{padding-bottom:var(--mobile-safe-bottom)}.container{padding-left:1rem;padding-right:1rem}.home-section{padding:2rem 0}.section-heading{margin-bottom:1.25rem}.section-heading__title{font-size:1.35rem;margin-bottom:.35rem}.section-heading__subtitle{font-size:.9rem;line-height:1.5}.section-footer{margin-top:1.25rem}.section-footer .btn{width:100%;max-width:100%}body,html,iframe,img,video{max-width:100%}.page-hero__title,h1{word-wrap:break-word;overflow-wrap:break-word}}.mobile-action-bar{display:none}@media (max-width:1023px){.mobile-action-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));position:fixed;left:0;right:0;bottom:0;z-index:250;min-height:var(--mobile-bar-h);padding:.25rem .4rem calc(.25rem + env(safe-area-inset-bottom,0));background:#fff;border-top:1px solid var(--gray-200);box-shadow:0-4px 16px rgba(15,39,68,.1)}.mobile-action-bar__icon,.mobile-action-bar__item{display:flex;align-items:center;justify-content:center}.mobile-action-bar__item{flex-direction:column;gap:.15rem;padding:.3rem .15rem;font-size:.62rem;font-weight:700;text-decoration:none;color:var(--navy-900);border-radius:6px;-webkit-tap-highlight-color:transparent}.mobile-action-bar__icon{width:22px;height:22px}.mobile-action-bar__icon svg{width:20px;height:20px}.mobile-action-bar__item--whatsapp{color:#128c7e}.mobile-action-bar__item--directions{color:#1a73e8}.mobile-action-bar__item--quote{color:#fff;background:var(--navy-900);border-radius:6px}.mobile-action-bar__item--quote .mobile-action-bar__icon,.mobile-action-bar__item--quote .mobile-action-bar__label{color:#fff}.site-header__inner{min-height:var(--mobile-header-h);padding-top:.5rem;padding-bottom:.5rem;gap:.5rem}.site-header__lead{flex:1;display:flex;align-items:center;justify-content:flex-start;gap:.75rem;min-width:0}.site-header__brand{flex:0 0 auto;align-self:center;min-width:0}.site-header__logo{height:36px;max-width:120px}.site-header__lead>.site-header__tags{flex:1;align-self:center;min-width:0;margin-left:.45rem;column-gap:.05rem;row-gap:0}.site-header__lead>.site-header__tags .site-header__tag{gap:.08rem;font-size:.625rem;font-weight:600}.site-header__lead>.site-header__tags .site-header__tag-icon{width:20px;height:20px;border-radius:5px}.site-header__lead>.site-header__tags .site-header__tag-icon svg{width:11px;height:11px}.site-header__lead>.site-header__tags .site-header__tag-label{font-size:.625rem;letter-spacing:-.02em}.site-header__actions{display:none!important}.site-header__toggle{display:flex;width:44px;height:44px;flex-shrink:0}.site-header{backdrop-filter:none;-webkit-backdrop-filter:none;background:#fff}.site-header__nav{position:fixed;top:0;right:0;left:auto;width:min(100vw,320px);height:100dvh;max-height:100dvh;z-index:300;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex:none;padding:0;padding-bottom:env(safe-area-inset-bottom,0);background:#fff;box-shadow:-8px 0 32px rgba(15,39,68,.18);transform:translateX(100%);transition:transform .28s ease,visibility .28s ease;visibility:hidden;pointer-events:none;overflow:hidden}.site-header-group.is-nav-open .site-header__nav{visibility:visible;transform:translateX(0);pointer-events:auto}.site-header__nav-head{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;min-height:var(--mobile-header-h);padding:.75rem 1rem;border-bottom:1px solid var(--gray-100)}.site-header__nav-brand{display:flex;align-items:center;flex:1;min-width:0;padding-right:.5rem;text-decoration:none}.site-header__nav-brand img{height:40px;width:auto;max-width:150px;object-fit:contain}.site-header__nav-close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--gray-200);border-radius:8px;background:var(--white);color:var(--navy-900);cursor:pointer;flex-shrink:0}.site-header__menu--desktop{display:none!important}.site-header__menu--mobile{display:flex;flex-direction:column}.site-header__nav-end{display:block;padding:1.15rem 1.15rem 1.25rem;margin-top:.25rem;border-top:1px solid var(--gray-200);background:var(--gray-50)}.site-header__nav-footer{display:none!important}.site-header__nav-phone{margin:0 0 .5rem;font-size:.9375rem;font-weight:700;line-height:1.4}.site-header__nav-phone a{color:var(--navy-900);text-decoration:none}.site-header__nav-address{margin:0;font-size:.8125rem;line-height:1.55;color:var(--gray-600)}.site-header__nav-bottom{flex-shrink:0;padding:1rem 1.15rem;padding-bottom:max(1rem,env(safe-area-inset-bottom,0));background:#fff;border-top:1px solid var(--gray-200)}.site-header__nav-bottom .site-header__tags--nav{display:grid;grid-template-columns:1fr 1fr;column-gap:.65rem;row-gap:.5rem;width:100%;margin:0;padding:0;background:0 0;border:0;border-radius:0;box-shadow:none}.site-header__tags--nav .site-header__tag{gap:.45rem;font-size:.8125rem;font-weight:600;color:var(--navy-800);white-space:nowrap}.site-header__tags--nav .site-header__tag-icon{width:34px;height:34px;border-radius:8px}.site-header__tags--nav .site-header__tag-icon svg{width:17px;height:17px}.site-header__tags--nav .site-header__tag-label{font-size:.8125rem;line-height:1.2}.site-header__nav-social{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.site-header__nav-social-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;text-decoration:none;border-radius:10px;border:1px solid var(--gray-200);background:var(--white);transition:background .15s ease,border-color .15s ease,transform .15s ease}.site-header__nav-social-link:hover{transform:translateY(-1px)}.site-header__nav-social-link--facebook:hover,.site-header__nav-social-link--instagram:hover{background:#fff;border-color:var(--gray-300)}.site-header__menu li,.site-header__nav-accordion{border-bottom:1px solid var(--gray-100)}.site-header__nav-accordion-head{display:flex;align-items:stretch;min-height:52px;background:var(--white)}.site-header__nav-accordion-head .site-header__nav-accordion-label{flex:1;display:flex;align-items:center;min-height:52px;padding:1rem .35rem 1rem 1.15rem;font-size:1rem;font-weight:600;border-radius:0}.site-header__nav-accordion-head .site-header__nav-accordion-trigger{width:auto;flex-shrink:0;min-width:52px;padding:1rem 1.15rem;justify-content:center}.site-header__link--label-only,.site-header__nav-accordion-trigger{display:flex;align-items:center;padding:1rem 1.15rem;font-size:1rem;font-weight:600;min-height:52px}.site-header__link--label-only{cursor:default;pointer-events:none}.site-header__nav-accordion-trigger{justify-content:space-between;width:100%;font-family:inherit;color:var(--navy-900);background:var(--white);border:0;cursor:pointer;text-align:left}.site-header__nav-accordion-trigger:hover{background:var(--gray-50)}.site-header__nav-accordion-icon{width:10px;height:10px;border-right:2px solid var(--navy-800);border-bottom:2px solid var(--navy-800);transform:rotate(45deg);transition:transform .2s ease;flex-shrink:0;margin-left:.5rem}.site-header__nav-accordion.is-open .site-header__nav-accordion-icon{transform:rotate(-135deg);margin-top:4px}.site-header__nav-accordion-panel{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;transition:max-height .28s ease;background:var(--gray-50)}.site-header__nav-accordion.is-open .site-header__nav-accordion-panel{max-height:min(70vh,560px);overflow-y:auto}.site-header__sublink{display:flex;align-items:center;min-height:48px;padding:.85rem 1.15rem .85rem 1.65rem;font-size:.9rem;font-weight:500;color:var(--navy-800);text-decoration:none;border-top:1px solid var(--gray-100);-webkit-tap-highlight-color:transparent}.site-header__sublink.is-active,.site-header__sublink:hover{background:var(--white);color:var(--navy-900)}.site-header__sublink.is-active{font-weight:700;border-left:3px solid var(--navy-900);padding-left:calc(1.65rem - 3px)}.site-header__sublink--child{padding-left:2rem;font-size:.85rem;color:var(--gray-600)}.site-header__sublink--muted{display:block;padding:.75rem 1.15rem .75rem 1.65rem;font-size:.85rem;color:var(--gray-500)}.site-header__nav-dropdown,.site-header__nav-dropdown-panel{display:none!important}.site-header__nav-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.site-header__menu{flex-direction:column;align-items:stretch;width:100%}.site-header__link{display:block;padding:1rem 1.15rem;font-size:1rem;font-weight:600;min-height:48px;box-sizing:border-box}.site-header__link.is-active{background:var(--gray-50);border-left:3px solid var(--navy-900);padding-left:calc(1.15rem - 3px)}.site-header__backdrop{top:0;background:rgba(8,26,46,.5)}:root{--hero-min-height:auto}.hero-static{min-height:0;padding:1.75rem 0}.hero-static__inner{padding:0}.hero-static__eyebrow{font-size:.75rem;margin-bottom:.5rem}.hero-static__title{font-size:clamp(1.75rem,7.5vw,2.125rem);line-height:1.2;margin-bottom:.65rem;max-width:none}.hero-static__description{font-size:.9375rem;line-height:1.55;margin-bottom:1.15rem;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.hero-actions .btn{width:100%;min-height:48px;font-size:.875rem;padding:.7rem .75rem}.hero-actions .btn--whatsapp,.hero-actions .u-mobile-hide,.hero-actions-bar{display:none!important}.page-hero{padding:1.35rem 0}.page-hero__title{font-size:clamp(1.35rem,5vw,1.65rem)}.page-hero__subtitle{font-size:.9rem}.home-why-us,.why-grid{display:none!important}.quote-cta__actions .btn--whatsapp{display:none}.quote-cta{padding:2rem 0}.quote-cta__inner{text-align:center}.quote-cta__text{font-size:.9rem;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.quote-cta__actions .btn{width:100%}.card-grid--categories{display:grid;grid-template-columns:1fr;gap:.65rem;margin-left:0;margin-right:0;padding-left:0;padding-right:0;overflow:visible;scroll-snap-type:none}.category-card{flex-direction:row;align-items:center;min-height:0;box-shadow:var(--shadow-xs)}.category-card__media{flex:0 0 72px;width:72px;aspect-ratio:1;border-radius:var(--radius-sm)0 0 var(--radius-sm)}.category-card__body{flex:1;padding:.85rem 1rem}.category-card__title{font-size:.95rem;margin-bottom:.2rem}.category-card__text{font-size:.8rem;margin-bottom:.25rem;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.category-card__link{font-size:.8rem}.card-grid--products,.card-grid--projects,.card-grid--services{grid-template-columns:1fr;gap:.85rem}.product-card,.product-card--listing{box-shadow:var(--shadow-xs)}.category-card:hover,.product-card:hover,.project-card:hover,.service-card:hover{transform:none}.product-card--listing .product-card__media,.product-card__media{aspect-ratio:4/3}.product-card__media img{object-fit:contain;object-position:center}.product-card--listing .product-card__body,.product-card__body{padding:.85rem 1rem 1rem}.product-card--listing .product-card__text,.product-card__text{display:none}.product-card__badge{font-size:.62rem;padding:.2rem .45rem}.product-card__title{font-size:1rem;margin-bottom:.35rem}.product-card__title a{-webkit-line-clamp:2}.product-card__category{font-size:.72rem;margin-bottom:.25rem}.product-card__price,.product-card__price--prominent{font-size:.95rem;margin:.35rem 0 .65rem}.product-card__footer{flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;border-top:none;padding-top:0;margin-top:0}.product-card__cta{flex-shrink:0}.product-card--listing .product-card__footer{margin-top:.65rem;padding-top:.65rem}.product-card--listing .product-card__price--prominent{font-size:1rem}.product-card--listing .product-card__cta{font-size:.6875rem}.card-grid--products-home>.product-card:nth-child(n+5){display:none}.card-grid--products-home .product-card .product-card__text{display:none}.card-grid--products-home .product-card__contact-actions{display:flex;gap:.4rem;flex-shrink:0}.card-grid--services-home{grid-template-columns:1fr;gap:.85rem}.card-grid--services-home>:nth-child(n+5){display:none}.service-card--home,.service-card--home .service-card__link{min-height:248px}.service-card--home .service-card__title{font-size:1.05rem}.service-card--home .service-card__text{-webkit-line-clamp:2}.service-card--home .service-card__cta{width:100%;min-height:44px;font-size:.875rem}.service-card--home:hover{transform:none}.project-card__media{aspect-ratio:16/10}.project-card__body{padding:.9rem 1rem}.project-card__title{font-size:1.05rem;margin-bottom:.35rem}.project-card__tag{display:none}.project-card--listing .project-card__meta{font-size:.85rem;margin-bottom:0}.product-detail-mobile-bar{display:none!important}.quote-page__aside{display:none}.contact-form,.contact-form-card,.quote-form{padding:1rem}.contact-form__input,.products-search__input,.quote-field__input,.quote-field__select{min-height:48px;font-size:16px}.contact-form__grid,.quote-form__grid{grid-template-columns:1fr!important}.contact-form__footer,.quote-form__footer{flex-direction:column}.contact-form__footer .btn--lg,.quote-form__footer .btn--lg{width:100%}.contact-page__grid{grid-template-columns:1fr;gap:1rem}.contact-info-card{padding:1rem}.contact-page__map-embed iframe{min-height:220px}}@media (max-width:767px){.site-footer__main{padding:2rem 0 1.5rem}.site-footer__desc{-webkit-line-clamp:2}.site-footer__list li:nth-child(n+6){display:none}}@media (min-width:1024px){.mobile-action-bar{display:none!important}body.has-mobile-bar{padding-bottom:0}.site-header-group{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;column-gap:1.25rem;width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:max(1.25rem,calc((100% - var(--container))/2));padding-right:max(1.25rem,calc((100% - var(--container))/2));background:#fff;border-bottom:1px solid transparent;overflow:visible}.site-header-group.is-scrolled{border-bottom-color:var(--gray-200);box-shadow:0 4px 30px rgba(15,39,68,.08)}.site-header,.site-header__inner,.site-header__lead{display:contents}.site-header__inner.container{max-width:none;padding-left:0;padding-right:0;margin:0}.site-header__brand,.site-header__tags{grid-column:1;grid-row:1;align-self:center}.site-header__tags{grid-column:2;justify-self:center;column-gap:.65rem;row-gap:.2rem}.site-header__toolbar{grid-column:4;grid-row:1;justify-self:end;align-self:center;align-items:center;border-left:none;padding-left:0;margin-left:0}.site-header__nav{border-right:none}.site-header__actions{align-items:center}.site-header{background:0 0;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:none;box-shadow:none}.site-header__inner{min-height:88px}.site-header-group{min-height:88px;padding-top:.15rem;padding-bottom:.15rem}.site-header__nav{grid-column:3;grid-row:1;justify-self:end;align-self:center;max-width:100%}.site-header__menu--mobile,.site-header__nav-dropdown-panel[hidden]{display:none!important}.site-header__menu--desktop{display:flex!important;justify-content:flex-end;overflow:visible}.site-header__nav-dropdown{display:list-item!important}.site-header__nav-dropdown-panel{display:block}.site-header__nav-bottom,.site-header__nav-end,.site-header__nav-footer,.site-header__nav-head{display:none!important}.site-header__nav{position:static!important;transform:none!important;visibility:visible!important;pointer-events:auto!important;width:auto!important;height:auto!important;max-height:none!important;flex:1!important;display:flex!important;justify-content:center!important;padding:0!important;box-shadow:none!important;background:0 0!important;overflow:visible!important}.site-header__nav-scroll{overflow:visible;padding:0}.site-header__menu{flex-direction:row!important;width:auto!important}.site-header__menu li{border-bottom:none!important}.site-header__link{display:inline-block!important;padding:.5rem .8rem!important;min-height:0!important;font-size:.9rem!important;border-left:none!important}.site-header__backdrop{display:none!important}.card-grid--services-home>:nth-child(n+5){display:block!important}.card-grid--products-home>.product-card:nth-child(n+5){display:flex!important}.category-card{flex-direction:column!important}.category-card__media{flex:none!important;width:100%!important;aspect-ratio:16/10!important}}.hero-showcase{position:relative;display:flex;flex-direction:column;width:100%;overflow:visible;background:var(--gradient-hero)}.hero-showcase__stage{position:relative;flex:0 0 auto;width:100%;overflow:hidden}.hero-showcase__track{position:relative;width:100%;min-height:clamp(520px,72vh,680px)}.hero-showcase__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s ease;z-index:0}.hero-showcase__slide.is-active{opacity:1;visibility:visible;z-index:1}.hero-showcase__media{position:absolute;inset:0;overflow:hidden}.hero-showcase__media img{width:100%;height:100%;object-fit:cover;object-position:center right}.hero-showcase__media:not(:has(img)){background:var(--gradient-hero)}.hero-showcase__overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgba(8,26,46,.96) 0%,rgba(8,26,46,.88) 38%,rgba(15,39,68,.55) 58%,rgba(15,39,68,.2) 100%),var(--gradient-metallic);pointer-events:none}.hero-showcase__container{position:relative;z-index:2;display:flex;align-items:center;min-height:clamp(520px,72vh,680px);padding-top:2.5rem;padding-bottom:3.25rem}.hero-showcase__content{width:100%;max-width:34rem;color:var(--white)}.hero-showcase__badge{display:inline-block;margin:0 0 .85rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.95);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);border-radius:999px;backdrop-filter:blur(6px)}.hero-showcase__title{margin:0 0 1rem;font-size:clamp(1.85rem,3.6vw,2.75rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:var(--white);overflow-wrap:anywhere;word-break:break-word;hyphens:auto}.hero-showcase__description{margin:0 0 1.5rem;font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.65;color:rgba(255,255,255,.9);max-width:32rem}.hero-showcase__actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero-showcase__btn{min-width:9.5rem}.hero-showcase .btn--primary.hero-showcase__btn{background:var(--white);color:var(--navy-900);border-color:transparent;box-shadow:0 4px 20px rgba(0,0,0,.2)}.hero-showcase .btn--primary.hero-showcase__btn:hover{background:var(--metallic-light);color:var(--navy-900)}.hero-showcase .btn--secondary.hero-showcase__btn--secondary{background:0 0;color:var(--white);border-color:rgba(255,255,255,.5)}.hero-showcase .btn--secondary.hero-showcase__btn--secondary:hover{background:rgba(255,255,255,.12);border-color:var(--white);color:var(--white)}.hero-showcase__arrow{position:absolute;top:50%;z-index:10;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:var(--white);font-size:1.5rem;line-height:1;cursor:pointer;backdrop-filter:blur(6px);transition:background .2s ease,transform .2s ease}.hero-showcase__arrow:hover{background:rgba(255,255,255,.28)}.hero-showcase__arrow--prev{left:1rem}.hero-showcase__arrow--next{right:1rem}.hero-showcase__dots{position:absolute;bottom:1.25rem;left:50%;z-index:10;transform:translateX(-50%);display:flex;gap:.5rem}.hero-showcase__dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.38);cursor:pointer;transition:background .2s ease,transform .2s ease}.hero-showcase__dot.is-active{background:var(--white);transform:scale(1.15)}.hero-trust{position:relative;z-index:2;flex:0 0 auto;width:100%;background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-xs)}.hero-trust__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem 1.25rem;padding:.9rem 1.25rem}.hero-trust__item{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.8125rem;font-weight:700;color:var(--navy-800);text-align:center;line-height:1.35}.hero-trust__item::before{content:"";flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--blue-500)}@media (min-width:1024px){.hero-showcase__content{max-width:36rem}.hero-showcase__media img{object-position:72%center}}@media (max-width:1023px){.hero-showcase__container,.hero-showcase__track{min-height:clamp(380px,58vh,500px);height:clamp(380px,58vh,500px)}.hero-showcase__container{box-sizing:border-box;align-items:center;padding-top:1.75rem;padding-bottom:1.75rem}.hero-showcase__overlay{background:linear-gradient(180deg,rgba(8,26,46,.55)0,rgba(8,26,46,.82) 45%,rgba(8,26,46,.92) 100%)}.hero-showcase__media img{object-position:center 42%}.hero-showcase__badge{font-size:.6875rem;margin-bottom:.65rem;padding:.3rem .6rem}.hero-showcase__title{font-size:clamp(1.45rem,6.5vw,1.85rem);line-height:1.2;margin-bottom:.65rem}.hero-showcase__description{font-size:.9rem;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-showcase__actions{flex-direction:column;gap:.5rem}.hero-showcase__actions .btn,.hero-showcase__btn{width:100%;min-height:46px;font-size:.875rem}.hero-showcase__arrow,.hero-showcase__btn--wa,.hero-showcase__dots{display:none!important}.hero-trust{display:block}.hero-trust__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem .75rem;padding:.85rem 1rem}.hero-trust__item{font-size:.75rem;justify-content:flex-start;text-align:left}}@media (max-width:480px){.hero-showcase__container,.hero-showcase__track{min-height:clamp(340px,56vh,420px);height:clamp(340px,56vh,420px)}.hero-trust__inner{padding:.75rem .85rem}}