:root{--color-navy: #1B2A4A;--color-navy-dark: #0D1527;--color-navy-deep: #070B14;--color-navy-card: #142038;--color-amber: #FF9F00;--color-amber-hover: #E68E00;--color-amber-glow: rgba(255, 159, 0, .2);--color-amber-muted: rgba(255, 159, 0, .12);--color-slate-900: #1E293B;--color-slate-800: #334155;--color-slate-700: #475569;--color-slate-600: #64748B;--color-slate-400: #94A3B8;--color-slate-300: #CBD5E1;--color-slate-100: #F1F5F9;--color-bg-light: #F8F9FA;--color-bg-light-surface: #FFFFFF;--color-bg-light-alt: #F1F3F5;--color-border-dark: rgba(255, 255, 255, .1);--color-border-dark-subtle: rgba(255, 255, 255, .05);--color-border-light: rgba(27, 42, 74, .12);--color-border-light-subtle: rgba(27, 42, 74, .06);--color-border-amber: rgba(255, 159, 0, .35);--font-display: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-tech: "Space Mono", "SF Mono", "Courier New", monospace;--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4.5rem;--space-4xl: 6rem;--space-5xl: 8rem;--container-max: 1380px;--container-pad: clamp(1.25rem, 4vw, 3rem);--shadow-subtle: 0 4px 20px -2px rgba(0, 0, 0, .05);--shadow-card: 0 10px 30px -5px rgba(13, 21, 39, .08);--shadow-card-dark: 0 16px 40px -10px rgba(0, 0, 0, .4);--shadow-amber: 0 8px 30px rgba(255, 159, 0, .25);--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-in-out-smooth: cubic-bezier(.65, 0, .35, 1);--duration-fast: .2s;--duration-normal: .35s;--duration-slow: .6s;--z-base: 1;--z-canvas: 5;--z-hud: 10;--z-nav: 100;--z-mobile-menu: 200;--z-modal: 500;--z-cursor: 1000}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-navy-dark);color:var(--color-slate-900)}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}body{font-family:var(--font-body);line-height:1.6;background-color:var(--color-bg-light);color:var(--color-slate-900);overflow-x:hidden;position:relative;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:inherit}p{font-size:1.0625rem;color:var(--color-slate-700);line-height:1.7}a{color:inherit;text-decoration:none;transition:color var(--duration-fast) ease}button{font-family:inherit;border:none;background:transparent;cursor:pointer}img,svg,canvas{display:block;max-width:100%}::selection{background-color:var(--color-amber);color:var(--color-navy-dark)}:focus-visible{outline:2px solid var(--color-amber);outline-offset:3px}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--container-pad);padding-right:var(--container-pad)}.section{position:relative;padding:var(--space-4xl) 0}@media(max-width:768px){.section{padding:var(--space-3xl) 0}}.tech-label{font-family:var(--font-tech);font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--color-amber);display:inline-flex;align-items:center;gap:.5rem}.tech-label:before{content:"";display:inline-block;width:6px;height:6px;background-color:var(--color-amber);border-radius:1px}.section-header{margin-bottom:var(--space-3xl)}.section-title{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:900;text-transform:uppercase;letter-spacing:-.03em;line-height:1.05;margin-top:var(--space-xs);color:var(--color-navy)}.section-title.dark-text{color:var(--color-navy)}.section-title.light-text{color:#fff}.section-subtitle{font-size:clamp(1.05rem,1.8vw,1.25rem);max-width:720px;margin-top:var(--space-md);color:var(--color-slate-600)}.section-subtitle.light-text{color:var(--color-slate-300)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.875rem;font-family:var(--font-display);font-size:.875rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border-radius:2px;position:relative;overflow:hidden;transition:all var(--duration-normal) var(--ease-out-expo);cursor:pointer}.btn-primary{background-color:var(--color-amber);color:var(--color-navy-dark);box-shadow:0 4px 20px #ff9f0040}.btn-primary:hover{background-color:#ffae1a;transform:translateY(-2px);box-shadow:0 8px 30px #ff9f0066}.btn-primary:active{transform:translateY(0)}.btn-secondary{background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(8px)}.btn-secondary:hover{border-color:var(--color-amber);color:var(--color-amber);background-color:#ff9f000f;transform:translateY(-2px)}.btn-outline-dark{background-color:transparent;color:var(--color-navy);border:1px solid var(--color-border-light)}.btn-outline-dark:hover{border-color:var(--color-amber);background-color:var(--color-navy);color:#fff}.custom-cursor{position:fixed;top:0;left:0;width:8px;height:8px;background-color:var(--color-amber);border-radius:50%;pointer-events:none;z-index:var(--z-cursor);transform:translate(-50%,-50%);transition:opacity .3s ease,width .25s ease,height .25s ease,background-color .25s ease;will-change:transform,left,top}.custom-cursor-ring{position:fixed;top:0;left:0;width:36px;height:36px;border:1px solid rgba(255,159,0,.5);border-radius:50%;pointer-events:none;z-index:calc(var(--z-cursor) - 1);transform:translate(-50%,-50%);transition:opacity .3s ease,width .25s ease,height .25s ease,border-color .25s ease;will-change:transform,left,top}.custom-cursor-label{position:fixed;top:0;left:0;pointer-events:none;z-index:calc(var(--z-cursor) + 1);transform:translate(-50%,-50%);font-family:var(--font-tech);font-size:.65rem;font-weight:700;color:var(--color-navy-dark);letter-spacing:.1em;opacity:0;white-space:nowrap;transition:opacity .2s ease}body.cursor-hover .custom-cursor{width:48px;height:48px;background-color:var(--color-amber)}body.cursor-hover .custom-cursor-ring{width:64px;height:64px;border-color:var(--color-amber)}body.cursor-hover .custom-cursor-label{opacity:1}@media(hover:none)or (pointer:coarse){.custom-cursor,.custom-cursor-ring,.custom-cursor-label{display:none!important}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.custom-cursor,.custom-cursor-ring,.custom-cursor-label{display:none!important}}.site-nav{position:fixed;top:0;left:0;width:100%;z-index:var(--z-nav);padding:1.5rem 0;background-color:#0d152700;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);border-bottom:1px solid rgba(255,255,255,0);will-change:transform,background-color,backdrop-filter,padding;transition:background-color .55s cubic-bezier(.16,1,.3,1),backdrop-filter .55s cubic-bezier(.16,1,.3,1),-webkit-backdrop-filter .55s cubic-bezier(.16,1,.3,1),padding .55s cubic-bezier(.16,1,.3,1),border-color .55s cubic-bezier(.16,1,.3,1),box-shadow .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1)}.site-nav.scrolled{padding:.875rem 0;background-color:#0d1527d6;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 10px 30px -10px #0006}.nav-container{display:flex;align-items:center;justify-content:space-between}.nav-brand{display:flex;align-items:center;gap:1rem;text-decoration:none}.nav-brand-img{height:48px;width:auto;object-fit:contain;transition:transform var(--duration-fast) ease}.site-nav.scrolled .nav-brand-img{height:40px}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-link{font-family:var(--font-display);font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#cbd5e1;position:relative;padding:.5rem 0;transition:color var(--duration-fast) ease}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background-color:var(--color-amber);transition:width var(--duration-normal) var(--ease-out-expo)}.nav-link:hover{color:#fff}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-cta{padding:.75rem 1.375rem;font-size:.75rem;letter-spacing:.1em}.mobile-toggle{display:none;width:44px;height:44px;position:relative;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:4px;cursor:pointer;z-index:calc(var(--z-mobile-menu) + 10)}.mobile-toggle-line{position:absolute;width:22px;height:2px;background-color:#fff;transition:transform .3s ease,opacity .3s ease}.mobile-toggle-line:nth-child(1){transform:translateY(-6px)}.mobile-toggle-line:nth-child(2){transform:translateY(6px)}.mobile-toggle.active .mobile-toggle-line:nth-child(1){transform:translateY(0) rotate(45deg);background-color:var(--color-amber)}.mobile-toggle.active .mobile-toggle-line:nth-child(2){transform:translateY(0) rotate(-45deg);background-color:var(--color-amber)}.mobile-menu-overlay{position:fixed;inset:0;background-color:#080e1c;z-index:var(--z-mobile-menu);display:flex;flex-direction:column;justify-content:space-between;padding:6rem 2rem 3rem;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.mobile-menu-overlay.open{opacity:1;pointer-events:auto;visibility:visible}.mobile-menu-bg-mark{position:absolute;right:-5%;bottom:10%;font-family:var(--font-display);font-weight:900;font-size:35vw;color:#ffffff05;line-height:1;user-select:none;pointer-events:none}.mobile-menu-links{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.mobile-menu-item{transform:translateY(20px);opacity:0;transition:transform .4s ease,opacity .4s ease}.mobile-menu-overlay.open .mobile-menu-item{transform:translateY(0);opacity:1}.mobile-menu-link{display:flex;align-items:baseline;gap:1rem;font-family:var(--font-display);font-size:clamp(1.75rem,6vw,2.5rem);font-weight:900;color:#fff;text-transform:uppercase}.mobile-menu-index{font-family:var(--font-tech);font-size:.875rem;color:var(--color-amber)}.mobile-menu-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem}@media(max-width:1024px){.nav-links,.nav-actions .btn{display:none}.mobile-toggle{display:flex}}.structure-experience-layer{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none;overflow:hidden;background-color:#f1f2eb}.structure-canvas-container{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1;overflow:hidden}#structure-canvas,.structure-canvas{position:absolute;top:0;left:0;width:100%;height:100%;display:block}#structure-annotations{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:3}.structure-hud{position:absolute;inset:0;z-index:2;pointer-events:none;padding:5.5rem clamp(1.5rem,5vw,4rem) 2.5rem clamp(1.5rem,5vw,4rem);display:flex;flex-direction:column;justify-content:space-between}.structure-hud-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1.5rem}.structure-meta-box{background:#ffffffe0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.875rem 1.25rem;border:1px solid var(--color-border-light);border-left:4px solid var(--color-amber);max-width:440px;box-shadow:var(--shadow-subtle)}.structure-hud-title{font-family:var(--font-display);font-size:1.125rem;font-weight:900;color:var(--color-navy);margin-top:.25rem;letter-spacing:-.02em}.structure-hud-desc{font-size:.8125rem;color:var(--color-slate-700);margin-top:.25rem;line-height:1.4}.structure-orbit-badge{background:#ffffffe0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.75rem 1.25rem;border:1px solid var(--color-border-light);box-shadow:var(--shadow-subtle)}.structure-orbit-sub{font-family:var(--font-tech);font-size:.75rem;color:var(--color-navy);font-weight:700;margin-top:.25rem}.structure-hud-bottom{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1.5rem}.structure-precision-badge{background:#ffffffe0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.5rem 1rem;border:1px solid var(--color-border-light);font-family:var(--font-tech);font-size:.6875rem;color:var(--color-slate-600);box-shadow:var(--shadow-subtle)}.annotation-anchor{position:absolute;z-index:3;pointer-events:none;will-change:left,top}.annotation-anchor:after{content:"";position:absolute;top:0;left:0;width:10px;height:10px;border-radius:50%;background-color:var(--color-amber);border:2px solid #FFFFFF;transform:translate(-50%,-50%);box-shadow:0 0 14px var(--color-amber);opacity:0;transition:opacity .35s ease}.annotation-anchor.active:after{opacity:1}.annotation-anchor.anchor-right .annotation-card{transform-origin:left center;transform:translate(14px,-50%) scale(.92)}.annotation-anchor.anchor-left .annotation-card{transform-origin:right center;transform:translate(calc(-100% - 14px),-50%) scale(.92)}.annotation-card{position:relative;background:#0d1527f0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;padding:1rem 1.25rem;border:1px solid rgba(255,159,0,.5);border-radius:2px;box-shadow:0 16px 36px #00000059;max-width:300px;opacity:0;pointer-events:none;transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1)}.annotation-anchor.anchor-right.active .annotation-card{opacity:1;pointer-events:auto;transform:translate(14px,-50%) scale(1)}.annotation-anchor.anchor-left.active .annotation-card{opacity:1;pointer-events:auto;transform:translate(calc(-100% - 14px),-50%) scale(1)}.annotation-badge{font-family:var(--font-tech);font-size:.625rem;color:var(--color-amber);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.25rem;display:block}.annotation-title{font-family:var(--font-display);font-size:.9375rem;font-weight:800;color:#fff;margin-bottom:.25rem}.annotation-text{font-size:.75rem;color:#cbd5e1;line-height:1.4}.annotation-code{display:inline-block;margin-top:.5rem;font-family:var(--font-tech);font-size:.625rem;padding:.125rem .375rem;background:#ff9f0026;color:var(--color-amber);border-radius:2px}.orbit-control-bar{background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border-light);padding:.75rem 1.25rem;border-radius:4px;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-subtle)}.orbit-progress-track{width:140px;height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden;position:relative}.orbit-progress-fill{position:absolute;top:0;left:0;height:100%;width:0%;background:var(--color-amber);transition:width .1s linear}.orbit-frame-counter{font-family:var(--font-tech);font-size:.75rem;font-weight:700;color:var(--color-navy)}@media(max-width:768px){.structure-hud{padding:4.5rem 1rem 1.5rem}.structure-meta-box{padding:.625rem .875rem;max-width:100%}.structure-hud-title{font-size:.9375rem}.structure-hud-desc{font-size:.75rem;line-height:1.3}.annotation-card{max-width:190px;padding:.625rem .75rem}.annotation-anchor.anchor-right .annotation-card{transform:translate(8px,-50%) scale(.92)}.annotation-anchor.anchor-left .annotation-card{transform:translate(calc(-100% - 8px),-50%) scale(.92)}.annotation-anchor.anchor-right.active .annotation-card{transform:translate(8px,-50%) scale(1)}.annotation-anchor.anchor-left.active .annotation-card{transform:translate(calc(-100% - 8px),-50%) scale(1)}.annotation-title{font-size:.8125rem}.annotation-text{font-size:.6875rem;line-height:1.3}.orbit-control-bar{padding:.5rem .875rem;gap:.625rem}.orbit-progress-track{width:80px}}.hero-section{position:sticky;top:0;height:100vh;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;padding-top:clamp(6.5rem,14vh,10rem);padding-bottom:clamp(3rem,7vh,5.5rem);overflow:hidden;color:#fff;z-index:1}.hero-video-wrap{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:1}.hero-video-main{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.hero-video-overlay-bottom{position:absolute;bottom:0;left:0;right:0;height:70%;background:linear-gradient(to top,rgba(7,11,20,.85) 0%,rgba(7,11,20,.55) 40%,transparent 100%);pointer-events:none;z-index:2}.hero-video-overlay-left{position:absolute;top:0;left:0;bottom:0;width:55%;background:linear-gradient(to right,rgba(7,11,20,.72) 0%,rgba(7,11,20,.25) 60%,transparent 100%);pointer-events:none;z-index:2}.hero-content-wrap{position:relative;z-index:10;max-width:min(860px,90vw);padding:0 clamp(1.5rem,5vw,4.5rem)}.hero-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.hero-norm-pill{font-family:var(--font-tech);font-size:.6875rem;padding:.25rem .625rem;background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:#ffffffb8;border-radius:2px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);letter-spacing:.12em}.hero-headline{font-size:clamp(2.5rem,6vw,5.25rem);font-weight:900;line-height:1.02;letter-spacing:-.04em;text-transform:uppercase;color:#fff;margin-bottom:1.5rem}.hero-headline .highlight{color:var(--color-amber)}.hero-headline-sub{font-size:.55em;font-weight:700;color:#ffffffa6;letter-spacing:-.01em;display:block;margin-top:.1em}.hero-description{font-size:clamp(1rem,1.6vw,1.2rem);color:#ffffffb8;line-height:1.65;max-width:600px;margin-bottom:2.25rem;border-left:2px solid var(--color-amber);padding-left:1.125rem}.hero-ctas{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.hero-section{height:auto;min-height:100vh;padding-top:6.5rem;padding-bottom:3.5rem;justify-content:center}.hero-content-wrap{max-width:100%;padding:0 1.25rem}.hero-headline{font-size:clamp(2rem,8vw,3.25rem);line-height:1.08;margin-bottom:1rem}.hero-headline-sub{font-size:.5em;margin-top:.25rem}.hero-description{font-size:.9375rem;line-height:1.55;margin-bottom:1.75rem;padding-left:.875rem}.hero-ctas{flex-direction:column;align-items:stretch;width:100%;gap:.75rem}.hero-ctas .btn{width:100%;justify-content:center;min-height:48px;font-size:.8125rem}.hero-scroll-indicator{display:none}}.btn-ghost{background:transparent;color:#ffffffd9;border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.btn-ghost:hover{border-color:var(--color-amber);color:var(--color-amber);background:#ff9f0014;transform:translateY(-2px)}.hero-scroll-indicator{position:absolute;bottom:2rem;right:clamp(1.5rem,5vw,4.5rem);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-family:var(--font-tech);font-size:.625rem;letter-spacing:.22em;color:#ffffff73;text-transform:uppercase;z-index:12}.hero-scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,var(--color-amber),transparent);animation:scrollPulse 2s infinite ease-in-out}@keyframes scrollPulse{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}50.1%{transform:scaleY(1);transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}.site-nav:not(.scrolled) .nav-link{color:#ffffffc7}.site-nav:not(.scrolled) .nav-link:hover{color:#fff}.cotizar-page .site-nav:not(.scrolled) .nav-link{color:var(--color-navy)!important;font-weight:700}.cotizar-page .site-nav:not(.scrolled) .nav-link:hover{color:var(--color-amber)!important}.cotizar-page .site-nav:not(.scrolled) .nav-brand-img{filter:brightness(.12) sepia(1) hue-rotate(190deg) saturate(3)}.cotizar-page .site-nav:not(.scrolled) .mobile-menu-toggle span,.cotizar-page .site-nav:not(.scrolled) .menu-toggle span,.cotizar-page .site-nav:not(.scrolled) .hamburger-line{background-color:var(--color-navy)!important}.cotizar-page .site-nav.scrolled .nav-link{color:#ffffffe0!important}.cotizar-page .site-nav.scrolled .nav-link:hover{color:var(--color-amber)!important}.cotizar-page .site-nav.scrolled .nav-brand-img{filter:none!important}.cotizar-page .site-nav.scrolled .mobile-menu-toggle span,.cotizar-page .site-nav.scrolled .menu-toggle span,.cotizar-page .site-nav.scrolled .hamburger-line{background-color:#fff!important}.empresa-section{position:relative;background-color:var(--color-bg-light);padding:var(--space-4xl) 0;min-height:100vh;display:flex;flex-direction:column;justify-content:center;z-index:20;box-shadow:0 -25px 50px #00000059;border-top-left-radius:20px;border-top-right-radius:20px}.hero-video-card-target{display:none}.empresa-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(2.5rem,5vw,5rem);margin-bottom:var(--space-3xl);align-items:start}.empresa-header{display:flex;flex-direction:column;align-items:flex-start}.intro-headline{font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:900;line-height:1.05;letter-spacing:-.03em;color:var(--color-navy);text-transform:uppercase}.empresa-body{display:flex;flex-direction:column;gap:1.25rem;padding-top:.5rem}.empresa-body p{font-size:1rem;color:var(--color-slate-600);line-height:1.7}@media(max-width:900px){.empresa-layout{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.hero-headline{font-size:clamp(2.25rem,10vw,3.25rem)}.hero-content-wrap{padding:0 1.25rem}.hero-scroll-indicator{right:1.25rem}.hero-video-card-target{top:-48px;width:92%;aspect-ratio:16 / 9;border-radius:12px}}.hero-grid-bg,.hero-corner-cross,.hero-corner-tl,.hero-corner-tr,.hero-corner-bl,.hero-corner-br,.hero-content,.btn-outline-hero{display:none}#main-content{position:relative;z-index:5}.intro-section{background-color:#f8f9fae0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--color-border-light)}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center;margin-bottom:var(--space-4xl)}@media(max-width:900px){.intro-grid{grid-template-columns:1fr;gap:2rem}}.intro-headline{font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:900;line-height:1.05;color:var(--color-navy);letter-spacing:-.03em}.intro-body p+p{margin-top:1rem}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:900px){.metrics-grid{grid-template-columns:1fr}}.metric-card{background:#fffffff0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--color-border-light);padding:2.5rem 2rem;position:relative;transition:transform var(--duration-normal) var(--ease-out-expo),box-shadow var(--duration-normal) var(--ease-out-expo);overflow:hidden}.metric-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:var(--color-navy);transition:background-color var(--duration-fast) ease}.metric-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}.metric-card:hover:before{background-color:var(--color-amber)}.metric-value-wrap{display:flex;align-items:baseline;gap:.125rem;font-family:var(--font-display);font-size:clamp(2.75rem,5vw,4rem);font-weight:900;color:var(--color-navy);line-height:1;margin-bottom:.75rem}.metric-prefix,.metric-suffix{color:var(--color-amber)}.metric-label{font-family:var(--font-display);font-size:.9375rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--color-slate-800);margin-bottom:.5rem}.metric-desc{font-size:.875rem;color:var(--color-slate-600);line-height:1.5}.services-section{position:relative;z-index:50;background-color:var(--color-bg-light);border-top:1px solid var(--color-border-light);min-height:100vh;display:flex;flex-direction:column;justify-content:center}.services-list{display:flex;flex-direction:column;gap:2rem}.service-item{border:1px solid var(--color-border-light);background:#f8f9faeb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:clamp(2rem,4vw,3.5rem);position:relative;transition:all var(--duration-normal) var(--ease-out-expo);border-radius:2px}.service-item:hover{border-color:var(--color-amber);background:#fff;box-shadow:var(--shadow-card);transform:translate(4px)}.service-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.service-number{font-family:var(--font-tech);font-size:1.75rem;font-weight:900;color:var(--color-amber)}.service-badge{font-family:var(--font-tech);font-size:.6875rem;padding:.25rem .625rem;background:#1b2a4a0f;border:1px solid var(--color-border-light);color:var(--color-navy);border-radius:2px}.service-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:900;color:var(--color-navy);line-height:1.1;margin-bottom:.75rem}.service-tagline{font-size:1.125rem;font-weight:600;color:var(--color-slate-700);margin-bottom:1.5rem}.service-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:2.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border-light)}@media(max-width:850px){.service-grid{grid-template-columns:1fr;gap:1.5rem}}.service-deliverables-title{font-family:var(--font-display);font-size:.8125rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--color-navy);margin-bottom:.75rem}.service-deliverables{list-style:none;display:flex;flex-direction:column;gap:.5rem}.service-deliverables li{font-size:.875rem;color:var(--color-slate-700);display:flex;align-items:flex-start;gap:.5rem}.service-deliverables li:before{content:"■";color:var(--color-amber);font-size:.625rem;margin-top:.25rem}.service-techstack{font-family:var(--font-tech);font-size:.75rem;color:var(--color-slate-500);margin-top:1rem}.standards-section{position:relative;z-index:50;background-color:var(--color-navy-dark);color:#fff;border-top:1px solid rgba(255,255,255,.08);min-height:100vh;display:flex;flex-direction:column;justify-content:center}.standards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:992px){.standards-grid{grid-template-columns:1fr}}.standard-card{background:var(--color-navy-card);border:1px solid var(--color-border-dark);padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:space-between;position:relative;transition:transform var(--duration-normal) var(--ease-out-expo),border-color var(--duration-normal) ease}.standard-card:hover{transform:translateY(-4px);border-color:var(--color-amber)}.standard-code{font-family:var(--font-display);font-size:1.75rem;font-weight:900;color:var(--color-amber);margin-bottom:.5rem}.standard-authority{font-family:var(--font-tech);font-size:.6875rem;color:#94a3b8;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.25rem}.standard-desc{font-size:.875rem;color:#cbd5e1;line-height:1.6;margin-bottom:1.5rem}.standard-points{list-style:none;display:flex;flex-direction:column;gap:.625rem;border-top:1px solid rgba(255,255,255,.08);padding-top:1.25rem}.standard-points li{font-size:.8125rem;color:#94a3b8;display:flex;align-items:flex-start;gap:.5rem}.standard-points li:before{content:"✓";color:var(--color-amber);font-weight:900}.projects-section{position:relative;z-index:50;background-color:var(--color-bg-light);border-top:1px solid var(--color-border-light);min-height:100vh;display:flex;flex-direction:column;justify-content:center}.projects-filter-bar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}.filter-btn{font-family:var(--font-tech);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.625rem 1.25rem;background:#fff;border:1px solid var(--color-border-light);color:var(--color-slate-700);border-radius:2px;cursor:pointer;transition:all var(--duration-fast) ease}.filter-btn:hover{border-color:var(--color-navy);color:var(--color-navy)}.filter-btn.active{background-color:var(--color-navy);border-color:var(--color-navy);color:var(--color-amber)}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;width:100%;border:1px solid var(--color-border-light);background:var(--color-bg-light)}.layout-col-span-2{grid-column:span 2 / span 2}.layout-col-span-1{grid-column:span 1 / span 1}@media(max-width:900px){.projects-grid{grid-template-columns:1fr}.layout-col-span-2,.layout-col-span-1{grid-column:span 1 / span 1}}.layout-grid-card{position:relative;height:380px;border-radius:2px;overflow:hidden;cursor:pointer;background:#0a111f;border:1px solid rgba(255,255,255,.12);transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease,z-index .3s ease}.layout-grid-card:hover{z-index:10;transform:translateY(-2px);border-color:var(--color-amber);box-shadow:0 15px 35px -10px #0006,0 0 25px #ff9f0033}.layout-card-img-wrap{position:absolute;inset:0;width:100%;height:100%;background:#fff}.layout-card-img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.layout-grid-card:hover .layout-card-img{transform:scale(1.04)}.layout-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#070b1426,#070b14bf,#070b14f5);transition:opacity .3s ease}.layout-grid-card:hover .layout-card-overlay{background:linear-gradient(180deg,#070b140d,#070b14a6 40%,#070b14fa)}.layout-card-badge-top{position:absolute;top:1.25rem;left:1.25rem;z-index:5;font-family:var(--font-tech);font-size:.6875rem;font-weight:700;color:var(--color-amber);background:#0d1527e6;border:1px solid rgba(255,159,0,.4);padding:.35rem .75rem;border-radius:2px;backdrop-filter:blur(8px);letter-spacing:.08em}.layout-card-content{position:absolute;bottom:0;left:0;right:0;padding:1.75rem;z-index:5;display:flex;flex-direction:column;gap:.375rem}.layout-card-code{font-family:var(--font-tech);font-size:.75rem;color:var(--color-amber);font-weight:700}.layout-card-title{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:800;color:#fff;line-height:1.2}.layout-card-desc{font-size:.875rem;color:#94a3b8;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.layout-grid-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:1.5rem}.layout-grid-modal-backdrop{position:absolute;inset:0;background:#04070fd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.layout-grid-modal-card{position:relative;z-index:10;width:100%;max-width:840px;height:520px;max-height:85vh;overflow:hidden;background:#090f1c;border:1px solid rgba(255,159,0,.4);border-radius:4px;padding:0;box-shadow:0 30px 90px #000000d9;color:#fff}.layout-grid-modal-close{position:absolute;top:1.25rem;right:1.25rem;z-index:20;width:44px;height:44px;border-radius:50%;background:#0d1527bf;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:1.125rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.layout-grid-modal-close:hover{background:var(--color-amber);color:#000;border-color:var(--color-amber)}.layout-modal-full-card{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:2.25rem;background:#fff}.layout-modal-full-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.layout-modal-full-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,#070b14b3,#070b1473 40%,#070b14f5)}.layout-modal-full-header{position:relative;z-index:5;display:flex;align-items:center;gap:1rem;padding-right:4rem}.modal-glass-btn{width:46px;height:46px;min-width:46px}.layout-modal-full-body{position:relative;z-index:5;display:flex;flex-direction:column;gap:.5rem;max-width:680px}.layout-modal-full-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#fff;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.5)}.layout-modal-full-tagline{font-size:1.0625rem;color:var(--color-amber);font-weight:700;font-family:var(--font-tech);letter-spacing:.02em}.layout-modal-full-desc{font-size:.9375rem;line-height:1.6;color:#e2e8f0;margin-top:.25rem;text-shadow:0 2px 10px rgba(0,0,0,.8)}.layout-modal-metric-lbl{font-family:var(--font-tech);font-size:.6875rem;color:#64748b;display:block}.layout-modal-metric-val{font-family:var(--font-tech);font-size:.875rem;font-weight:700;color:#fff}.layout-modal-cta-row{display:flex;justify-content:flex-end}.project-code{font-family:var(--font-tech);font-size:.6875rem;color:var(--color-slate-500);margin-bottom:.25rem}.project-title{font-size:1.5rem;font-weight:900;color:var(--color-navy);margin-bottom:.5rem}.project-tagline{font-size:.9375rem;font-weight:600;color:var(--color-slate-700);margin-bottom:1rem}.project-desc{font-size:.875rem;color:var(--color-slate-600);line-height:1.6;margin-bottom:1.5rem}.project-metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;background:var(--color-bg-light);border:1px solid var(--color-border-light);padding:1rem;border-radius:2px}.project-metric-item{display:flex;flex-direction:column}.project-metric-lbl{font-family:var(--font-tech);font-size:.625rem;color:var(--color-slate-500);text-transform:uppercase}.project-metric-val{font-family:var(--font-display);font-size:.875rem;font-weight:800;color:var(--color-navy)}.process-section{position:relative;z-index:50;background-color:var(--color-bg-light);border-top:1px solid var(--color-border-light);min-height:100vh;display:flex;flex-direction:column;justify-content:center}.process-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative;margin-top:3rem}.process-timeline:before{content:"";position:absolute;top:28px;left:2rem;right:2rem;height:3px;background:#e2e8f0;z-index:1}.process-timeline-progress{position:absolute;top:28px;left:2rem;height:3px;width:0%;background:var(--color-amber);z-index:2;transition:width .4s ease}@media(max-width:992px){.process-timeline{grid-template-columns:1fr;gap:2rem}.process-timeline:before,.process-timeline-progress{display:none}}.process-node{position:relative;z-index:3;display:flex;flex-direction:column;background:#f8f9faf0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--color-border-light);padding:2rem 1.5rem;border-radius:2px;transition:all var(--duration-normal) var(--ease-out-expo)}.process-node:hover,.process-node.active{background:#fff;border-color:var(--color-amber);box-shadow:var(--shadow-card);transform:translateY(-4px)}.process-node-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.process-step-circle{width:36px;height:36px;border-radius:50%;background:#fff;border:2px solid var(--color-navy);color:var(--color-navy);font-family:var(--font-tech);font-size:.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:all var(--duration-fast) ease}.process-node.active .process-step-circle{background:var(--color-amber);border-color:var(--color-amber);color:var(--color-navy-dark)}.process-phase-badge{font-family:var(--font-tech);font-size:.625rem;color:var(--color-slate-500)}.process-node-title{font-size:1.125rem;font-weight:800;color:var(--color-navy);margin-bottom:.75rem;line-height:1.2}.process-node-desc{font-size:.8125rem;color:var(--color-slate-600);line-height:1.5;margin-bottom:1rem}.process-node-norm{font-family:var(--font-tech);font-size:.625rem;color:var(--color-amber);margin-top:auto;border-top:1px dashed var(--color-border-light);padding-top:.5rem}.quote-section{position:relative;z-index:50;background-color:var(--color-navy-dark);color:#fff;border-top:1px solid rgba(255,255,255,.08);min-height:100vh;display:flex;flex-direction:column;justify-content:center}.quote-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:clamp(2rem,5vw,5rem);align-items:flex-start}@media(max-width:992px){.quote-layout{grid-template-columns:1fr;gap:3rem}}.quote-info-box{display:flex;flex-direction:column;gap:2rem}.quote-benefits-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.quote-benefit-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:#cbd5e1}.quote-benefit-icon{width:20px;height:20px;border-radius:50%;background:#ff9f0026;color:var(--color-amber);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:900;flex-shrink:0;margin-top:.125rem}.quote-direct-contact{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);padding:1.5rem;border-radius:2px}.quote-direct-contact h4{font-size:.9375rem;color:#fff;margin-bottom:.5rem}.quote-direct-contact p{font-size:.8125rem;color:#94a3b8;margin-bottom:1rem}.quote-form-card{background:var(--color-navy-card);border:1px solid var(--color-border-dark);padding:clamp(2rem,4vw,3rem);border-radius:4px;box-shadow:var(--shadow-card-dark)}.quote-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:600px){.form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-label{font-family:var(--font-display);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#cbd5e1}.form-input,.form-select,.form-textarea{width:100%;padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:2px;color:#fff;font-family:var(--font-body);font-size:.9375rem;transition:all var(--duration-fast) ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--color-amber);background:#ffffff14;box-shadow:0 0 0 3px #ff9f0026}.form-select option{background:#0d1527;color:#fff}.form-textarea{resize:vertical;min-height:110px}.form-status{padding:1rem;border-radius:2px;font-size:.875rem;display:none}.form-status.success{display:block;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80}.form-status.error{display:block;background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171}.final-cta-section{position:relative;z-index:50;background:linear-gradient(180deg,var(--color-navy-dark) 0%,#050912 100%);color:#fff;padding:var(--space-5xl) 0;text-align:center;overflow:hidden}.final-cta-mark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:var(--font-display);font-size:28vw;font-weight:900;color:#ffffff04;line-height:1;pointer-events:none;user-select:none}.final-cta-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.final-cta-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.05;letter-spacing:-.03em;text-transform:uppercase;margin-bottom:2rem}.site-footer{position:relative;z-index:50;background-color:#040810;color:#94a3b8;border-top:1px solid rgba(255,255,255,.08);padding:4rem 0 2.5rem}.site-footer{position:relative;z-index:50;background-color:#040810;color:#94a3b8;border-top:1px solid rgba(255,255,255,.08);padding:4.5rem 0 2rem;overflow:hidden}.footer-top-line{width:100%;height:1px;background:#ffffff14;margin-bottom:3.5rem}.footer-main-grid{display:grid;grid-template-columns:1.4fr 2.6fr;gap:clamp(2rem,5vw,4.5rem);align-items:start;position:relative;z-index:5}@media(max-width:992px){.footer-main-grid{grid-template-columns:1fr;gap:3rem}}.footer-brand-col{display:flex;flex-direction:column;gap:1rem}.footer-logo-img{height:44px;width:auto}.footer-brand-desc{font-size:.875rem;color:#94a3b8;line-height:1.65;max-width:340px}.footer-copyright{font-size:.8125rem;color:#64748b;margin-top:.5rem}.footer-four-grids{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:850px){.footer-four-grids{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:500px){.footer-four-grids{grid-template-columns:1fr;gap:1.75rem}}.footer-col-title{font-family:var(--font-display);font-size:.875rem;font-weight:800;letter-spacing:.06em;color:#fff;margin-bottom:1.25rem}.footer-col-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-col-links a{font-size:.875rem;color:#94a3b8;transition:color var(--duration-fast) ease}.footer-col-links a:hover{color:var(--color-amber)}.footer-cotizar-link{color:var(--color-amber)!important;font-weight:700}.footer-watermark-text{font-family:var(--font-display);font-size:clamp(5rem,16vw,13rem);font-weight:900;line-height:.85;letter-spacing:-.05em;color:#ffffff06;text-align:center;user-select:none;pointer-events:none;margin-top:2rem;text-transform:uppercase}.cotizar-page{background-color:var(--color-bg-light);color:var(--color-navy);min-height:100vh}.cotizar-main{position:relative;padding-top:clamp(6.5rem,12vh,9rem);padding-bottom:clamp(4rem,8vw,7rem);min-height:calc(100vh - 120px)}.cotizar-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(27,42,74,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(27,42,74,.04) 1px,transparent 1px);background-size:40px 40px;pointer-events:none;z-index:1}.cotizar-container{position:relative;z-index:5}.cotizar-header-block{margin-bottom:var(--space-3xl);max-width:820px}.cotizar-layout-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(2rem,4vw,4rem);align-items:start}@media(max-width:992px){.cotizar-layout-grid{grid-template-columns:1fr;gap:2.5rem}}.cotizar-info-col{display:flex;flex-direction:column;gap:2rem}.cotizar-surface-card{background:#fff;border:1px solid var(--color-border-light);border-radius:4px;padding:clamp(2rem,3vw,2.5rem);box-shadow:var(--shadow-card)}.contact-icon-badge{width:48px;height:48px;border-radius:4px;background:#ff9f001f;border:1px solid rgba(255,159,0,.4);color:var(--color-amber-hover);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.cotizar-card-title{font-size:1.375rem;font-weight:800;color:var(--color-navy);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:-.01em}.cotizar-card-desc{font-size:.9375rem;color:var(--color-slate-600);line-height:1.6;margin-bottom:1.75rem}.cotizar-detail-list{display:flex;flex-direction:column;gap:1.25rem;border-top:1px solid var(--color-border-light-subtle);padding-top:1.5rem}.cotizar-detail-lbl{font-family:var(--font-tech);font-size:.6875rem;font-weight:700;color:var(--color-slate-600);display:block;letter-spacing:.1em}.cotizar-detail-val{font-family:var(--font-tech);font-size:.9375rem;font-weight:700;color:var(--color-navy)}.cotizar-detail-val.email{color:var(--color-amber-hover)}.location-map-card{position:relative;width:100%;height:240px;background:#0d1527;border:1px solid rgba(255,159,0,.3);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;box-shadow:var(--shadow-card-dark)}.map-dots-overlay{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.15) 1px,transparent 1px);background-size:14px 14px;opacity:.5}.location-pin-wrap{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;z-index:5}.location-radar-pulse{position:absolute;width:48px;height:48px;border-radius:50%;background:#ff9f004d;animation:radarPulse 2s infinite ease-out}@keyframes radarPulse{0%{transform:scale(.4);opacity:1}to{transform:scale(2.2);opacity:0}}.location-pin-dot{width:12px;height:12px;border-radius:50%;background:var(--color-amber);border:2px solid #FFFFFF;box-shadow:0 0 12px var(--color-amber);position:relative;z-index:2}.location-pin-label{background:#0d1527f2;border:1px solid rgba(255,159,0,.4);padding:.375rem .75rem;border-radius:2px;font-family:var(--font-tech);font-size:.75rem;font-weight:700;color:#fff;display:flex;flex-direction:column;align-items:center;margin-top:.5rem;box-shadow:0 10px 25px #00000080;backdrop-filter:blur(8px)}.location-pin-sub{font-size:.625rem;color:var(--color-amber);font-weight:500}.map-card-footer{position:relative;z-index:5;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);padding-top:.875rem}.map-spec-lbl{font-family:var(--font-tech);font-size:.625rem;color:#64748b;display:block}.map-spec-val{font-family:var(--font-tech);font-size:.75rem;font-weight:700;color:#cbd5e1}.cotizar-form-surface{position:relative;background:#fff;border:1px solid var(--color-border-light);border-radius:4px;padding:clamp(2rem,3.5vw,3rem);box-shadow:var(--shadow-card);overflow:hidden}.form-accent-bar{position:absolute;top:0;left:0;right:0;height:4px;background:var(--color-amber)}.form-card-header{margin-bottom:2rem}.form-card-header h3{font-size:1.5rem;font-weight:800;color:var(--color-navy);margin-bottom:.375rem;text-transform:uppercase}.form-card-header p{font-size:.875rem;color:var(--color-slate-600)}.quote-form .form-group{margin-bottom:1.25rem}.quote-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:600px){.quote-form .form-row{grid-template-columns:1fr}}.quote-form .form-label{display:block;font-family:var(--font-tech);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-navy);margin-bottom:.5rem}.quote-form .form-input,.quote-form .form-select,.quote-form .form-textarea{width:100%;padding:.875rem 1rem;font-family:var(--font-body);font-size:.9375rem;color:var(--color-slate-900);background-color:#f8f9fa;border:1px solid var(--color-border-light);border-radius:2px;transition:all var(--duration-fast) ease}.quote-form .form-input:focus,.quote-form .form-select:focus,.quote-form .form-textarea:focus{outline:none;background-color:#fff;border-color:var(--color-amber);box-shadow:0 0 0 3px #ff9f0033}.quote-form .form-textarea{min-height:130px;resize:vertical}.btn-submit-full{width:100%;padding:1rem;font-size:.9375rem;font-weight:800;margin-top:.5rem}.admin-cms-container{padding-top:6.5rem;padding-bottom:5rem;color:var(--color-slate-800)}.admin-cms-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;padding-bottom:2rem;border-bottom:1px solid var(--color-border-light);margin-bottom:2.5rem}.admin-brand{display:flex;flex-direction:column;gap:.5rem}.admin-logo{height:48px;width:auto}.admin-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.admin-card-section{background:#fff;border:1px solid var(--color-border-light);border-radius:4px;padding:2.25rem;box-shadow:var(--shadow-card);margin-bottom:2.5rem}.admin-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.admin-section-title{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:800;color:var(--color-navy)}.admin-projects-list{display:flex;flex-direction:column;gap:1.5rem}.admin-item-card{background:#f8f9fa;border:1px solid var(--color-border-light);border-left:4px solid var(--color-amber);border-radius:4px;padding:1.5rem;position:relative}.admin-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.admin-item-badge{font-family:var(--font-tech);font-size:.75rem;font-weight:700;color:var(--color-navy);background:#1b2a4a14;padding:.25rem .625rem;border-radius:2px}.admin-delete-btn{font-family:var(--font-tech);font-size:.75rem;font-weight:700;color:#ef4444;background:#ef444414;border:1px solid rgba(239,68,68,.25);padding:.35rem .75rem;border-radius:2px;cursor:pointer;transition:all .2s ease}.admin-delete-btn:hover{background:#ef4444;color:#fff}.admin-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(max-width:768px){.admin-form-grid{grid-template-columns:1fr}}.form-group.full-width{grid-column:1 / -1}
