.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue-dark: #0a1628;--blue-mid: #1e3a5f;--accent: #0ea5e9;--accent-dark: #0284c7;--orange: #f97316;--orange-hover: #ea580c;--white: #ffffff;--bg-soft: #f0f9ff;--text: #1e293b;--text-light: #94a3b8;--green-wa: #25D366;--font-display: "Plus Jakarta Sans", sans-serif;--font-body: "Inter", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:400;color:var(--text);line-height:1.6;scrollbar-gutter:stable;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.2;color:var(--blue-dark)}h1{font-weight:600;letter-spacing:-.02em}h2{font-weight:600;letter-spacing:-.01em}h3{font-weight:500}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}.section{padding:5rem 0}.section--gray{background:var(--bg-soft)}.section--dark{background:var(--blue-dark);color:var(--white)}.section--dark h2,.section--dark h3{color:var(--white)}.section--accent{background:var(--accent);color:var(--white)}.section--accent h2{color:var(--white)}.section-title{font-size:2.5rem;margin-bottom:1rem;text-transform:uppercase}.section-subtitle{font-size:1.125rem;color:var(--text-light);max-width:640px;margin-bottom:3rem}.section--dark .section-subtitle{color:#cbd5e1}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:6px;font-family:var(--font-body);font-weight:500;font-size:1rem;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;border:2px solid transparent;transition:background-color .3s ease,border-color .3s ease,transform .2s ease}.btn--primary{background:var(--accent);color:var(--white);border-color:var(--accent)}.btn--primary:hover{background:var(--accent-dark);border-color:var(--accent-dark);transform:translateY(-2px)}.btn--emergency{background:var(--orange);color:var(--white);border-color:var(--orange)}.btn--emergency:hover{background:var(--orange-hover);border-color:var(--orange-hover);transform:translateY(-2px)}.btn--outline{background:transparent;color:var(--white);border-color:var(--white)}.btn--outline:hover{background:var(--white);color:var(--blue-dark)}.btn--outline-dark{background:transparent;color:var(--blue-dark);border-color:var(--blue-dark)}.btn--outline-dark:hover{background:var(--blue-dark);color:var(--white)}.btn--white{background:var(--white);color:var(--accent);border-color:var(--white)}.btn--white:hover{background:transparent;color:var(--white);border-color:var(--white)}.btn--wa{background:var(--green-wa);color:var(--white);border-color:var(--green-wa)}.btn--wa:hover{background:#1ebe5d;border-color:#1ebe5d;transform:translateY(-2px)}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1rem 0;transition:background-color .3s ease,padding .3s ease,box-shadow .3s ease}.header.scrolled{background:var(--blue-dark);padding:.5rem 0;box-shadow:0 2px 20px #0000004d}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;gap:.625rem;font-family:var(--font-display);font-weight:600;font-size:2.125rem;color:var(--white);text-transform:uppercase;letter-spacing:.02em}.header__logo-gt{color:var(--accent)}.header__logo svg{width:40px;height:40px;fill:var(--accent)}.header__nav{display:flex;align-items:center;gap:2rem}.header__links{display:flex;gap:1.5rem}.header__links a{color:var(--white);font-family:var(--font-body);font-weight:500;font-size:.9375rem;text-transform:uppercase;letter-spacing:.04em;position:relative;transition:color .3s ease}.header__links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);transition:width .3s ease}.header__links a:hover:after,.header__links a.active:after{width:100%}.header__links a:hover{color:var(--accent)}.header__cta{padding:.5rem 1.25rem;font-size:.875rem}.header__hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.header__hamburger span{display:block;width:24px;height:2px;background:var(--white);margin:5px 0;transition:transform .3s ease,opacity .3s ease}.header__hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__hamburger.open span:nth-child(2){opacity:0}.header__hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0a1628d9,#0a162899);z-index:1}.hero__content{position:relative;z-index:2;max-width:700px;padding-top:6rem}.hero__title{font-size:3.5rem;color:var(--white);margin-bottom:1.25rem;text-transform:uppercase;line-height:1.1}.hero__title span{color:var(--accent)}.hero__subtitle{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.7}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-internal{background:var(--blue-dark);padding:8rem 0 3rem;text-align:center}.hero-internal__title{font-size:3rem;color:var(--white);text-transform:uppercase;margin-bottom:.75rem}.hero-internal__breadcrumb{color:var(--text-light);font-size:.9375rem}.hero-internal__breadcrumb a{color:var(--accent);transition:color .3s ease}.hero-internal__breadcrumb a:hover{color:var(--white)}.about-preview{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-preview__img{border-radius:12px;overflow:hidden}.about-preview__img img{width:100%;height:100%;object-fit:cover}.about-preview__content h2{font-size:2.25rem;margin-bottom:1rem;text-transform:uppercase}.about-preview__content p{margin-bottom:1.5rem;color:#475569;line-height:1.7}.about-preview__checks{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:2rem}.about-preview__checks li{display:flex;align-items:center;gap:.5rem;font-weight:500}.about-preview__checks svg{width:20px;height:20px;fill:var(--accent);flex-shrink:0}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.cards-grid--3{grid-template-columns:repeat(3,1fr)}.card{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.card__icon{width:56px;height:56px;background:#0ea5e91a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.card__icon svg{width:28px;height:28px;fill:var(--accent);stroke:var(--accent)}.card h3{font-size:1.25rem;margin-bottom:.75rem;text-transform:uppercase}.card p{color:#475569;font-size:.9375rem;line-height:1.6}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center;padding:3.5rem 0}.stats__item h3{font-size:2.5rem;color:var(--accent);margin-bottom:.25rem}.stats__item p{color:#cbd5e1;font-size:.9375rem;text-transform:uppercase;font-family:var(--font-body);font-weight:500;letter-spacing:.04em}.product-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.product-card__img{height:220px;overflow:hidden}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__img img{transform:scale(1.05)}.product-card__body{padding:1.5rem}.product-card__body h3{font-size:1.25rem;margin-bottom:.5rem;text-transform:uppercase}.product-card__body p{color:#475569;font-size:.9375rem;line-height:1.6;margin-bottom:.75rem}.product-card__brands{font-size:.8125rem;color:var(--text-light);font-weight:500}.product-card__brands strong{color:var(--accent)}.cta-section{text-align:center;padding:4rem 0}.cta-section h2{font-size:2rem;color:var(--white);margin-bottom:1.5rem;text-transform:uppercase}.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.service-detail.reverse{direction:rtl}.service-detail.reverse>*{direction:ltr}.service-detail__img{border-radius:12px;overflow:hidden}.service-detail__img img{width:100%;height:400px;object-fit:cover}.service-detail__content h2{font-size:2rem;margin-bottom:1rem;text-transform:uppercase}.service-detail__content p{color:#475569;line-height:1.7;margin-bottom:1.5rem}.service-detail__list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.service-detail__list li{display:flex;align-items:center;gap:.5rem;font-weight:500}.service-detail__list svg{width:20px;height:20px;fill:var(--accent);flex-shrink:0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2{font-size:2rem;margin-bottom:2rem;text-transform:uppercase}.contact-info__item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-info__item svg{width:24px;height:24px;fill:var(--accent);flex-shrink:0;margin-top:2px}.contact-info__item p{color:#475569;line-height:1.6}.contact-info__item strong{color:var(--blue-dark)}.contact-form{background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000f}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:500;margin-bottom:.375rem;font-size:.9375rem;color:var(--blue-dark)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-family:var(--font-body);font-size:.9375rem;color:var(--text);transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent)}.form-group textarea{min-height:120px;resize:vertical}.form-note{color:var(--text-light);font-size:.875rem;margin-top:1.5rem;text-align:center}.mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.mv-card{padding:2.5rem;border-radius:12px}.mv-card h3{font-size:1.5rem;margin-bottom:1rem;text-transform:uppercase;color:var(--accent)}.mv-card p{color:#475569;line-height:1.7}.mv-card--mission{background:var(--white);border:2px solid var(--accent)}.mv-card--vision{background:var(--blue-dark)}.mv-card--vision p{color:#cbd5e1}.mv-card--vision h3{color:var(--accent)}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}.value-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.value-card svg{width:40px;height:40px;fill:var(--accent);margin-bottom:1rem}.value-card h3{font-size:1.125rem;text-transform:uppercase}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.why-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:var(--white);border-radius:8px;box-shadow:0 2px 8px #0000000a}.why-item svg{width:24px;height:24px;fill:var(--accent);flex-shrink:0}.why-item p{font-weight:500}.footer{background:var(--blue-dark);color:#cbd5e1;padding:4rem 0 0}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer__brand p{margin-top:1rem;font-size:.9375rem;line-height:1.7}.footer__col h4{font-family:var(--font-display);font-weight:600;font-size:1.125rem;color:var(--white);text-transform:uppercase;margin-bottom:1.25rem}.footer__col ul li{margin-bottom:.5rem}.footer__col ul a{font-size:.9375rem;transition:color .3s ease}.footer__col ul a:hover{color:var(--accent)}.footer__social{display:flex;gap:.75rem;margin-top:1rem}.footer__social a{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.footer__social a:hover{background:var(--accent)}.footer__social svg{width:18px;height:18px;fill:var(--white)}.footer__bottom{text-align:center;padding:1.5rem 0;font-size:.875rem;color:#64748b}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:var(--green-wa);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;z-index:999;transition:transform .3s ease,box-shadow .3s ease;animation:waPulse 2s infinite}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 30px #25d36680}.whatsapp-float svg{width:32px;height:32px;fill:var(--white)}.whatsapp-float__tooltip{position:absolute;right:72px;background:var(--white);color:var(--text);padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;white-space:nowrap;box-shadow:0 2px 10px #0000001a;opacity:0;pointer-events:none;transition:opacity .3s ease}.whatsapp-float:hover .whatsapp-float__tooltip{opacity:1}@keyframes waPulse{0%,to{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 30px #25d36699}}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.header__overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999}.header__overlay.open{display:block}@media(max-width:1024px){.cards-grid--3{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.header__nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;height:100dvh;background:var(--blue-dark);flex-direction:column;justify-content:center;padding:2rem;transition:right .3s ease;z-index:1000}.header__nav.open{right:0}.header__links{flex-direction:column;gap:1.5rem;text-align:center}.header__links a{font-size:1.125rem}.header__hamburger{display:block;z-index:1001}.header__logo{font-size:1.625rem}.header__logo svg{width:32px;height:32px}.hero{min-height:100vh;min-height:100dvh}.hero__title{font-size:2.25rem}.hero__subtitle{font-size:1rem}.hero__content{padding-top:5rem}.hero-internal{padding:7rem 0 2.5rem}.hero-internal__title{font-size:2rem}.about-preview{grid-template-columns:1fr;gap:2rem}.about-preview__content h2{font-size:1.75rem}.stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stats__item h3{font-size:2rem}.cards-grid,.cards-grid--3{grid-template-columns:1fr}.service-detail{grid-template-columns:1fr;gap:2rem}.service-detail.reverse{direction:ltr}.service-detail__img img{height:250px}.service-detail__content h2{font-size:1.5rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem}.contact-info h2{font-size:1.5rem}.mv-grid{grid-template-columns:1fr}.mv-card{padding:1.75rem}.values-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.value-card{padding:1.5rem}.why-grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr;gap:2rem}.section-title{font-size:1.75rem}.cta-section h2{font-size:1.375rem}.section{padding:3rem 0}.about-preview__checks{grid-template-columns:1fr}.whatsapp-float{width:52px;height:52px;bottom:1.25rem;right:1.25rem}.whatsapp-float svg{width:28px;height:28px}.whatsapp-float__tooltip{display:none}}@media(max-width:480px){.hero__title{font-size:1.75rem}.hero__actions{flex-direction:column}.hero__actions .btn{justify-content:center;width:100%}.stats{grid-template-columns:repeat(2,1fr);gap:1rem}.stats__item h3{font-size:1.75rem}.values-grid{grid-template-columns:1fr}.product-card__img{height:180px}.btn{padding:.75rem 1.5rem;font-size:.875rem}.section-title{font-size:1.5rem}.hero-internal__title{font-size:1.75rem}}
