:root{--bg-base:#010711;--bg-primary:#010711;--bg-dark:#061629;--bg-deep-blue:#061629;--bg-light:#f4f7ff;--blue-primary:#007cff;--blue-electric:#007cff;--cyan-glow:#00e5ff;--blue-holo:#48a8ff;--blue-holographic:#48a8ff;--blue-secondary:#214dff;--violet-subtle:#214dff;--accent-coral:#ff4f5e;--accent-coral-soft:#e85a63;--accent-coral-rgb:255, 79, 94;--text-primary:#f4f7ff;--white-cold:#f4f7ff;--text-secondary:#a9b8cf;--text-gray:#a9b8cf;--text-dim:#6f83a3;--glass-fill:#0a13238c;--glass-fill-light:#1c304e5c;--glass-border:#00e5ff40;--glass-border-bright:#7ddeff94;--glass-border-cool:#007cff59;--glass-inner-dark:#00061085;--shadow-deep:#000512b8;--hud-shadow:0 18px 48px #007cff29;--hud-shadow-deep:0 24px 64px #0005129e;--hud-glow-main:0 0 28px #007cff75;--hud-glow-soft:0 0 38px #00e5ff1a;--glow-blue:radial-gradient(circle, #007cff59 0%, transparent 70%);--glow-cyan:radial-gradient(circle, #00e5ff4d 0%, transparent 70%);--signal-cyan:#35d9ff;--signal-blue:#1d63ff;--signal-purple-cosmic:#7b2cff;--signal-coral:#ff4f5e;--signal-action:linear-gradient(120deg, var(--signal-cyan) 0%, var(--signal-blue) 34%, var(--signal-purple-cosmic) 62%, var(--signal-coral) 100%);--signal-hierarchy:linear-gradient(120deg, var(--signal-cyan) 0%, var(--signal-blue) 34%, var(--signal-purple-cosmic) 62%, var(--signal-coral) 100%);--signal-hierarchy-static:var(--signal-hierarchy);--signal-hierarchy-conic:conic-gradient(from 210deg, var(--signal-cyan), var(--signal-blue), var(--signal-purple-cosmic), var(--signal-coral), var(--signal-cyan));--signal-structure:#2b8fef;--signal-structure-dark:#35d9ff47;--signal-structure-light:#1d63ff2e;--cosmic-glow:#7b2cff57;--theme-dark-bg:#05070d;--theme-dark-bg-2:#08111f;--theme-dark-surface:#0c1220b8;--theme-dark-surface-solid:#0b1020;--theme-dark-text:#f5f7fb;--theme-dark-muted:#aab4c4;--theme-dark-border:#35d9ff33;--theme-dark-shadow:#00000075;--theme-light-bg:#f7f8fb;--theme-light-bg-2:#eef3fa;--theme-light-surface:#ffffffd6;--theme-light-surface-solid:#fff;--theme-light-text:#101827;--theme-light-muted:#536173;--theme-light-border:#1d63ff26;--theme-light-shadow:#14233c1f;--font-display:"Inter", "Segoe UI", system-ui, sans-serif;--font-body:"Inter", "Segoe UI", system-ui, sans-serif}*{box-sizing:border-box}html{color:var(--white-cold);background:var(--bg-primary);font-family:var(--font-body);scroll-behavior:smooth;scroll-padding-top:5.75rem}body{background:radial-gradient(circle at 74% 8%,#007cff2e,#0000 32rem),radial-gradient(circle at 18% 22%,#00e5ff14,#0000 34rem),linear-gradient(#010711 0%,#03101f 48%,#010711 100%);min-width:320px;margin:0}body:before{z-index:-1;content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:44px 44px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 12% 88%,#0000);mask-image:linear-gradient(#0000,#000 12% 88%,#0000)}a{color:inherit}:focus-visible{outline:2px solid var(--cyan-glow);outline-offset:4px}.theme-dark{--theme-bg:var(--theme-dark-bg);--theme-bg-alt:var(--theme-dark-bg-2);--theme-surface:var(--theme-dark-surface);--theme-surface-solid:var(--theme-dark-surface-solid);--theme-text:var(--theme-dark-text);--theme-muted:var(--theme-dark-muted);--theme-border:var(--theme-dark-border);--theme-shadow:var(--theme-dark-shadow);--theme-structure:var(--signal-structure-dark)}.theme-light{--theme-bg:var(--theme-light-bg);--theme-bg-alt:var(--theme-light-bg-2);--theme-surface:var(--theme-light-surface);--theme-surface-solid:var(--theme-light-surface-solid);--theme-text:var(--theme-light-text);--theme-muted:var(--theme-light-muted);--theme-border:var(--theme-light-border);--theme-shadow:var(--theme-light-shadow);--theme-structure:var(--signal-structure-light)}.glass-panel{border:1px solid var(--theme-border,var(--glass-border));background:linear-gradient(180deg, color-mix(in srgb, var(--theme-surface-solid,#0b1020) 72%, transparent), color-mix(in srgb, var(--theme-bg,#05070d) 86%, transparent)), radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--theme-structure,#35d9ff38) 60%, transparent), transparent 16rem);box-shadow:0 22px 54px var(--theme-shadow,#00000070), inset 0 1px 0 #ffffff29;-webkit-backdrop-filter:blur(16px)saturate(122%);backdrop-filter:blur(16px)saturate(122%);position:relative;overflow:hidden}.theme-light .glass-panel{color:var(--theme-text);box-shadow:0 18px 42px var(--theme-shadow), inset 0 1px 0 #ffffffc7}.glass-panel:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(135deg, #ffffff1c, transparent 30%, color-mix(in srgb, var(--theme-structure,#35d9ff38) 18%, transparent) 76%, transparent);border:1px solid #ffffff12;position:absolute;inset:1px}.glass-panel:after{content:"";pointer-events:none;background:var(--theme-structure,var(--signal-structure-dark));height:1px;box-shadow:none;position:absolute;bottom:0;left:18px;right:18px}.card-glass{transition:border-color .3s,box-shadow .3s,transform .3s;position:relative;overflow:hidden}.card-glass:before{content:"";pointer-events:none;background:var(--theme-structure,var(--signal-structure-dark));opacity:.44;filter:blur(.2px);width:150px;height:1px;position:absolute;top:-26px;right:-34px}.card-glass:hover{border-color:color-mix(in srgb, var(--theme-structure,var(--signal-structure)) 85%, transparent);box-shadow:0 18px 34px var(--theme-shadow,#00051285), inset 0 1px 0 #ffffff29;transform:translateY(-2px)}.hero{isolation:isolate;background:linear-gradient(90deg, #02050be6 0%, #040912a8 34%, #050c184d 68%, #03060c2e 100%), radial-gradient(ellipse at 64% 42%, #7b2cff38 0%, #1d63ff1a 34%, transparent 62%), radial-gradient(ellipse at 78% 30%, #35d9ff24 0%, transparent 46%), linear-gradient(180deg, #03081229 0%, #0204096b 100%), var(--theme-bg);height:100svh;min-height:100svh;max-height:100svh;display:grid;position:relative;overflow:hidden}.hero:before{z-index:1;content:"";pointer-events:none;background:radial-gradient(circle at 68% 47%, var(--cosmic-glow), transparent 22rem);opacity:.58;position:absolute;inset:0}.hero:after{z-index:4;content:"";pointer-events:none;background:linear-gradient(0deg, var(--bg-primary), transparent);height:18vh;position:absolute;inset:auto 0 0}.hero__grid{z-index:0;opacity:.1;background-image:linear-gradient(var(--theme-structure) 1px, transparent 1px), linear-gradient(90deg, var(--theme-structure) 1px, transparent 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 70%,#000,#0000 74%);mask-image:radial-gradient(circle at 70%,#000,#0000 74%)}.hero__visual,.hero-scene,.hero-poster{position:absolute;inset:0}.hero__visual{z-index:1;pointer-events:none}.hero-scene{z-index:2}.hero-scene canvas{width:100%;height:100%;display:block}.hero-poster{z-index:1;opacity:.9;filter:saturate(1.16)contrast(1.06);background-color:#0000;background-image:linear-gradient(90deg,#02050bd1 0%,#03070e80 38%,#04070d0d 76%,#04070d00 100%),linear-gradient(#06122229 0%,#0103085c 100%),radial-gradient(at 82% 45%,#ffffff12,#0000 34%),radial-gradient(at 68% 42%,#7b2cff29,#0000 44%),url(/assets/hero-poster-CA5Sl4sf.webp);background-position:50%;background-repeat:repeat,repeat,repeat,repeat,repeat;background-size:cover;background-attachment:scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box}.hero-poster:after{content:"";background:radial-gradient(circle at 76% 48%,#0000 0 15rem,#0107110d 24rem,#01071147 100%),linear-gradient(#01071114,#0107116b);position:absolute;inset:0}.is-static-hero .hero-poster{z-index:2;opacity:.72}.hero__content{z-index:5;align-self:center;width:min(100%,1180px);padding:8rem clamp(1.25rem,5vw,5rem) 6rem;position:relative}.hero__brand-logo{filter:drop-shadow(0 14px 28px #0000006b);width:clamp(17.28rem,24.48vw,25.92rem);height:auto;margin:0 0 1.15rem;display:block;transform:translate(175px,-50px)}.hero h1{color:#fffffffa;max-width:min(100%,19ch);font-family:var(--font-display);letter-spacing:0;text-shadow:0 1px #ffffff0d,0 14px 34px #00000080,0 0 24px #35d9ff12;margin:0;font-size:clamp(2.75rem,6.25vw,5.75rem);font-weight:780;line-height:1.06}.hero-title__line{white-space:nowrap;width:max-content;max-width:100%;display:block}.hero-title__line--signal{color:#0000;background:linear-gradient(90deg, var(--signal-blue) 0%, var(--signal-cyan) 72%);-webkit-text-fill-color:transparent;text-shadow:0 14px 34px #00000080,0 0 18px #35d9ff38;-webkit-background-clip:text;background-clip:text;font-size:.88em;line-height:1.12}.h1-signal-word{color:var(--signal-cyan)}.hero__subheadline{color:#f5f7fbc2;max-width:41rem;margin:1.6rem 0 0;font-size:clamp(1.05rem,1.6vw,1.35rem);line-height:1.55}.hero__actions{flex-wrap:wrap;justify-content:center;gap:.85rem;width:min(100%,41rem);margin-top:2rem;display:flex}.hero__microcopy{color:#f5f7fb8f;text-align:center;width:min(100%,41rem);margin:1.35rem 0 0;font-size:.92rem}.button{min-height:3.15rem;color:var(--white-cold);border-radius:14px;justify-content:center;align-items:center;padding:.95rem 1.25rem;font-weight:800;line-height:1;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex;position:relative;overflow:hidden;transform:translateZ(0)}.button:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(#ffffff29,#0000 38%,#0000002e);position:absolute;inset:1px}.button:after{content:"";pointer-events:none;background:var(--theme-structure,var(--signal-structure-dark));height:1px;box-shadow:none;position:absolute;bottom:0;left:18px;right:18px}.button:hover{transform:translateY(-2px)}.button--primary{color:#fff;background:linear-gradient(180deg, #061629f0, #030a15f5) padding-box, var(--signal-action) border-box;background-size:auto,220% 100%;border:2px solid #0000;animation:5s ease-in-out infinite alternate signal-border-pan;box-shadow:0 16px 34px #00051285,0 0 24px #35d9ff3d,0 0 28px #7b2cff2e,0 0 20px #ff4f5e24,inset 0 1px #ffffff47}.button--secondary{border:1px solid var(--theme-border,#35d9ff38);color:var(--white-cold);background:linear-gradient(#1c304e4d,#0a132375),#0a132361;box-shadow:0 12px 28px #0005126b,inset 0 1px #ffffff24,inset 0 -1px #00e5ff2e}@keyframes signal-border-pan{0%{background-position:0 0,0%}to{background-position:0 0,100%}}@keyframes h1-signal-sheen{0%{background-position:12%}to{background-position:88%}}@media (width>=981px){.hero__content{flex-direction:column;justify-content:center;align-self:stretch;padding-top:clamp(4.75rem,8vh,6.5rem);padding-bottom:clamp(1.75rem,4vh,3rem);display:flex}.hero__brand-logo{width:clamp(15.48rem,19.44vw,22.32rem);margin-bottom:.7rem;transform:translate(175px,-43px)}.hero h1{max-width:min(100%,19ch);font-size:clamp(2.85rem,5.15vw,5.15rem);line-height:1.06}.hero__subheadline{max-width:37rem;margin-top:1.05rem;font-size:clamp(1rem,1.18vw,1.16rem);line-height:1.5}.hero__actions,.hero__microcopy{width:100vw;max-width:none;margin-left:calc(-1*clamp(1.25rem,5vw,5rem))}.hero__actions{margin-top:1.35rem}.hero__microcopy{margin-top:.9rem;font-size:.84rem}}@media (width<=767px){.hero{height:auto;min-height:92svh;max-height:none}.hero__content{align-self:end;padding:7rem 1.15rem 5.2rem}.hero__brand-logo{width:clamp(14.4rem,69.12vw,20.16rem);transform:none}.hero h1{max-width:100%;font-size:clamp(2rem,9.8vw,3.25rem)}.hero__subheadline{max-width:31rem}.hero__actions{flex-direction:column;align-items:stretch;width:100%}.hero__microcopy{width:100%}.hero-scene{display:none}.hero-poster{z-index:2;opacity:1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=767px){.hero-title__line{white-space:normal;width:auto;max-width:100%}.hero-title__line--signal{max-width:11.5ch}.hero{align-items:center;height:auto;min-height:100svh;max-height:none;display:grid}.hero__grid{opacity:.18;background-position:50% 39%;background-size:54px 54px;-webkit-mask-image:radial-gradient(circle at 50% 42%,#000 0 11rem,#0000 18rem);mask-image:radial-gradient(circle at 50% 42%,#000 0 11rem,#0000 18rem)}.hero-scene{opacity:1;display:block;inset:0}.hero-poster{opacity:.28}.hero__content{text-align:center;align-self:center;justify-items:center;width:100%;padding:clamp(5.9rem,12svh,7rem) 1.15rem clamp(3rem,7svh,4.5rem);display:grid}.hero__brand-logo{width:clamp(12.5rem,62vw,18rem);margin:0 auto clamp(1rem,3vw,1.25rem);transform:none}.hero h1{text-align:center;max-width:12ch;margin:0 auto clamp(10.5rem,33vw,14rem)}.hero__subheadline{text-align:center;max-width:31rem;margin:0 auto}.hero__actions{width:100%;margin-top:1.35rem}.hero__microcopy{text-align:center;max-width:25rem;margin-inline:auto}.hero__visual{z-index:1;height:auto;inset:auto 0 0}.hero-poster{opacity:.9;background-position:50%;background-size:cover}.hero-scene{z-index:3;height:clamp(10.75rem,38vw,14.5rem);inset:clamp(22.2rem,47svh,25.6rem) 0 auto}.hero__content{z-index:4;padding-top:clamp(5.4rem,10svh,6.4rem)}.hero h1{max-width:11.3ch;margin-bottom:clamp(10.25rem,31vw,13.25rem);font-size:clamp(1.95rem,9vw,2.9rem);line-height:1.05}.hero-title__line{text-align:center;width:100%}.hero-title__line--signal{background:linear-gradient(90deg, var(--signal-blue) 0%, var(--signal-cyan) 100%);-webkit-background-clip:text;background-clip:text;max-width:100%}.hero-title__gradient-end{color:#0000;background:linear-gradient(90deg, var(--signal-cyan) 0%, #fff 118%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__visual{height:auto;inset:0}.hero-scene{top:clamp(14.2rem,29svh,16rem);height:100%;inset:0}.hero h1{max-width:13.8ch;font-size:clamp(2rem,8.9vw,2.85rem);line-height:1.02}.hero-title__line--signal{background:linear-gradient(90deg, var(--signal-blue) 0%, var(--signal-cyan) 58%, #fff 112%);-webkit-background-clip:text;background-clip:text;font-size:1.08em;line-height:1.02}.hero-title__line--place{margin-top:.08em;font-size:.82em;line-height:1.05}}@media (width>=768px){.hero h1{max-width:min(100%,18ch)}.hero-title__line{width:auto;max-width:100%}.hero-title__line--signal{white-space:normal;background:linear-gradient(90deg, var(--signal-blue) 0%, var(--signal-cyan) 66%, #fff 118%);-webkit-background-clip:text;background-clip:text;max-width:14.5ch;font-size:.96em;line-height:1.03}.hero-title__line--place{white-space:nowrap;margin-top:.08em;font-size:.88em;line-height:1.04}.hero__content{transform:translate(clamp(1.25rem,3.2vw,3.8rem))}}@media (width<=767px){.hero-scene{height:100%;inset:0}}.site-header{z-index:20;pointer-events:none;background:linear-gradient(#030711b8,#03071100);justify-content:center;align-items:center;gap:clamp(.55rem,1vw,.85rem);padding:1rem clamp(1rem,4vw,3rem);display:flex;position:fixed;top:0;left:0;right:0}.site-nav{pointer-events:auto;-webkit-backdrop-filter:blur(18px)saturate(145%);backdrop-filter:blur(18px)saturate(145%);background:linear-gradient(#16263ead,#060e1bb3) padding-box padding-box,linear-gradient(115deg,#35d9ff7a,#7b2cff47,#ffffff1a) border-box;border:1px solid #5dc0ff57;border-radius:999px;gap:.18rem;padding:.28rem;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 34px #00000047,0 0 22px #35d9ff1a,inset 0 1px #ffffff29,inset 0 -1px #35d9ff1f}.site-nav:before{content:"";pointer-events:none;background:linear-gradient(#ffffff1f,#0000);height:48%;position:absolute;inset:0 0 auto}.site-nav:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#35d9ffad,#7b2cff57,#0000);height:1px;position:absolute;bottom:0;left:1rem;right:1rem}.site-nav a{color:#f5f7fbdb;text-align:center;text-shadow:0 1px 10px #00000057;border-radius:999px;min-width:4.1rem;padding:.58rem .78rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:color .18s,background .18s,box-shadow .18s,transform .18s;position:relative}.site-nav a:hover{color:#fff;background:linear-gradient(#35d9ff29,#7b2cff1a);transform:translateY(-1px);box-shadow:inset 0 0 0 1px #ffffff14,0 0 16px #35d9ff1a}.hero,.page-section{scroll-margin-top:5.75rem}.page-section{isolation:isolate;color:var(--theme-text);background:linear-gradient(180deg, var(--theme-bg) 0%, var(--theme-bg-alt) 100%);position:relative;overflow:hidden}.theme-dark.page-section{background:radial-gradient(circle at 78% 16%, var(--cosmic-glow), transparent 30rem), radial-gradient(circle at 20% 82%, #35d9ff14, transparent 28rem), linear-gradient(180deg, var(--theme-bg) 0%, var(--theme-bg-alt) 100%)}.theme-light.page-section{background:radial-gradient(circle at 82% 12%, #1d63ff12, transparent 28rem), linear-gradient(180deg, var(--theme-bg) 0%, var(--theme-bg-alt) 100%)}.page-section+.page-section:before{content:"";background:var(--theme-structure);opacity:1;height:1px;position:absolute;top:0;left:clamp(1rem,4vw,3rem);right:clamp(1rem,4vw,3rem)}.section-shell{z-index:1;width:min(1180px,100% - 2rem);margin:0 auto;padding:clamp(4.25rem,7.5vw,6.75rem) 0;position:relative}.two-column,.demo-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:clamp(2rem,5vw,4.25rem);display:grid}.two-column--wide{grid-template-columns:minmax(16rem,.72fr) minmax(0,1.28fr);align-items:start}.section-heading{gap:clamp(.55rem,1vw,.85rem);margin-bottom:1.75rem;display:grid}.section-copy h2,.section-heading h2,.final-panel h2{max-width:13ch;color:var(--theme-text);letter-spacing:0;text-shadow:none;margin:0;font-size:clamp(2.15rem,4.6vw,4.4rem);line-height:.98}.section-copy p,.section-heading p,.final-panel p{max-width:42rem;color:var(--theme-muted);font-size:1.03rem;line-height:1.68}.section-faq .two-column{text-align:center;grid-template-columns:1fr;justify-items:center;gap:clamp(1.7rem,3vw,2.4rem)}.section-faq .section-copy h2{max-width:none;margin-inline:auto}.section-faq .faq-list{text-align:left;width:min(100%,820px);margin-inline:auto}.signal-list,.include-grid,.faq-list{gap:.9rem;display:grid}.signal-card,.include-item,.process-list li,.faq-list details{border:1px solid var(--theme-border);background:linear-gradient(180deg, var(--theme-surface), color-mix(in srgb, var(--theme-bg) 86%, transparent)), radial-gradient(circle at 14% 0%, color-mix(in srgb, var(--theme-structure) 65%, transparent), transparent 11rem);box-shadow:0 18px 38px var(--theme-shadow), inset 0 1px 0 #ffffff29;-webkit-backdrop-filter:blur(16px)saturate(122%);backdrop-filter:blur(16px)saturate(122%);position:relative;overflow:hidden}.theme-light .signal-card,.theme-light .include-item,.theme-light .process-list li,.theme-light .faq-list details{box-shadow:0 16px 34px var(--theme-shadow), inset 0 1px 0 #ffffffd1}.signal-card:after,.include-item:after,.process-list li:after,.faq-list details:after,.quote-panel:after{content:"";background:var(--theme-structure);opacity:1;height:1px;position:absolute;bottom:-1px;left:16px;right:16px}.signal-card,.include-item{border-radius:14px;min-height:10.25rem;padding:1.15rem}.signal-card span,.include-item--kmz strong,.process-list span,.quote-checklist span{text-shadow:none;color:var(--signal-cyan)!important}.theme-light .signal-card span,.theme-light .include-item--kmz strong,.theme-light .process-list span,.theme-light .quote-checklist span{color:var(--signal-blue)!important}.signal-card span,.process-list span{letter-spacing:.16em;text-transform:uppercase;font-size:.74rem;font-weight:900}.signal-card h3,.process-list h3{color:var(--theme-text);text-shadow:none;margin:.72rem 0 0;font-size:1.03rem}.signal-card p,.include-item p,.process-list p,.faq-list p,.quote-checklist li{color:var(--theme-muted);line-height:1.58}.ideal-tags,.mini-metrics,.quote-actions{flex-wrap:wrap;gap:.65rem;margin-top:1.35rem;display:flex}.ideal-tags span,.mini-metrics span{border:1px solid var(--theme-border);color:var(--theme-text);background:var(--theme-surface);box-shadow:0 10px 22px var(--theme-shadow);border-radius:999px;padding:.62rem .82rem;font-size:.8rem;font-weight:800}.ideal-tags span:first-child,.metric-featured{border-color:color-mix(in srgb, var(--theme-structure) 80%, transparent);background:var(--theme-surface-solid)}.section-problem.theme-light{background:radial-gradient(at 50% 10%,#ffffffdb 0%,#ffffff57 22rem,#0000 42rem),radial-gradient(at 36% 40%,#35d9ff2e 0%,#35d9ff17 20rem,#0000 42rem),radial-gradient(at 70% 28%,#1d63ff2e 0%,#1d63ff12 24rem,#0000 46rem),linear-gradient(135deg,#f9fbff 0%,#eef4fb 48%,#e4edf8 100%)}.section-problem.theme-light:after{content:"";pointer-events:none;filter:blur(22px);opacity:.78;background:linear-gradient(112deg,#0000 0 20%,#ffffffb8 38%,#35d9ff2e 50%,#1d63ff1a 62%,#0000 78%),radial-gradient(at 42% 54%,#ffffff85,#0000 58%);width:min(72rem,112vw);height:clamp(24rem,44vw,34rem);position:absolute;top:clamp(4rem,8vw,6.5rem);left:50%;transform:translate(-50%)rotate(-7deg)}.section-problem .section-shell{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:clamp(2.25rem,5vw,4.6rem);display:grid}.section-problem .section-copy{gap:clamp(1.15rem,2vw,1.7rem);display:grid;position:relative}.section-problem .section-copy:before{z-index:-1;content:"";pointer-events:none;filter:blur(10px);background:radial-gradient(at 50% 28%,#ffffffc7,#0000 58%),radial-gradient(at 24% 60%,#35d9ff29,#0000 66%),radial-gradient(at 74% 48%,#1d63ff1f,#0000 64%);border-radius:999px;width:min(48rem,92vw);height:18rem;position:absolute;top:-4.5rem;left:50%;transform:translate(-50%)}.section-problem .section-copy h2{max-width:min(100%,34ch);color:var(--theme-text);text-shadow:none;padding-bottom:clamp(.9rem,2vw,1.35rem)}.section-problem .section-copy p{max-width:44rem;margin:0}.problem-use-cases{max-width:39rem;color:#101827c2!important}.problem-use-cases strong{color:#0b1220;font-weight:780;box-shadow:inset 0 -.42em #35d9ff2e}.section-problem .signal-list{gap:clamp(.55rem,1vw,.85rem);position:relative}.section-problem .signal-list:before{z-index:-1;content:"";pointer-events:none;filter:blur(18px);opacity:.74;background:linear-gradient(115deg,#0000 8%,#35d9ff24 34%,#1d63ff1a 58%,#0000 84%);position:absolute;inset:-2rem -2.5rem -2.25rem}.section-problem .signal-card{background:linear-gradient(#fffffff5,#f8fbffc2) padding-box padding-box,linear-gradient(135deg,#fffffff5,#35d9ff52,#1d63ff24) border-box;border-color:#5297ff38;box-shadow:0 28px 64px #21365a29,0 12px 24px #1d63ff14,inset 0 1px #ffffffdb,inset 0 -1px #35d9ff1f}.section-problem .signal-card:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff8f,#0000 36%),radial-gradient(circle at 100% 0,#35d9ff26,#0000 12rem);position:absolute;inset:0}.section-problem .signal-card span{display:none}.section-problem .signal-card h3{margin-top:0}.section-next-link{color:#0b1220;background:#ffffff9e;border:1px solid #1d63ff29;border-radius:999px;grid-column:1/-1;justify-self:start;align-items:center;gap:.55rem;margin-top:clamp(.75rem,2vw,1.25rem);padding:.82rem 1rem;font-weight:850;text-decoration:none;display:inline-flex;box-shadow:0 16px 32px #21365a1a,inset 0 1px #ffffffd1}.section-next-link:after{content:"→";color:var(--signal-blue);font-size:1.05rem;line-height:1;transition:transform .18s}.section-next-link:hover{background:#ffffffd1;border-color:#1d63ff42}.section-next-link:hover:after{transform:translate(.35rem)}.demo-showcase{gap:clamp(3.5rem,7vw,6.5rem);display:grid}.demo-heading p:last-child{max-width:58ch}.demo-case{align-items:center}.demo-grid--reverse .demo-stage{order:2}.demo-grid--reverse .demo-copy{order:1}.section-demo .section-shell{width:min(1480px,100% - 3rem)}.demo-grid{grid-template-columns:minmax(0,1.48fr) minmax(18rem,.52fr);gap:clamp(2rem,4vw,3.5rem)}.demo-stage{border-radius:16px;min-height:max(66vh,42rem);position:relative;overflow:hidden}.demo-stage--embed{isolation:isolate;background:#05070d;border:1px solid #74cdff3d;min-height:max(66vh,42rem);box-shadow:0 34px 90px #00000094,inset 0 0 0 1px #ffffff0d}.demo-stage--embed:before,.demo-stage--embed:after{content:"";filter:saturate(1.12)contrast(1.08)drop-shadow(0 22px 36px #00000057);pointer-events:none;position:absolute}.demo-stage--embed:before{z-index:-2;filter:blur(22px);opacity:.95;background:radial-gradient(at 18% 16%,#35d9ff47,#0000 30rem),radial-gradient(at 78% 88%,#ff4f5e33,#0000 26rem),radial-gradient(at 70% 28%,#7b2cff2e,#0000 34rem);border-radius:28px;inset:-5rem -4.5rem -4.25rem}.demo-stage--embed:after{z-index:1;border-radius:inherit;opacity:.84;background:linear-gradient(#05070d00,#05070d00) padding-box padding-box,linear-gradient(135deg,#35d9ff85,#7b2cff29 48%,#ff4f5e66) border-box;border:1px solid #0000;inset:-1px;box-shadow:0 0 34px #35d9ff1a}.demo-iframe{z-index:0;border-radius:inherit;background:#010711;border:0;width:100%;height:clamp(34rem,62vw,48rem);min-height:max(66vh,42rem);display:block;position:relative}.include-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.include-item span{color:var(--theme-text);letter-spacing:0;text-transform:none;font-size:1rem;display:block}.include-item--kmz{grid-column:span 2;grid-template-columns:minmax(14rem,.78fr) minmax(0,1fr);align-items:center;gap:clamp(1rem,3vw,1.5rem);min-height:max(60vh,34rem);display:grid}.include-item--kmz p{margin:.65rem 0 0}.include-item--kmz strong{letter-spacing:.08em;text-transform:uppercase;margin-top:.9rem;font-size:.9rem;font-weight:900;display:inline-block}.include-item__media{border:1px solid var(--theme-border);background:var(--theme-surface-solid);box-shadow:0 18px 38px var(--theme-shadow);border-radius:12px;position:relative;overflow:hidden}.include-item__media img{aspect-ratio:16/10;object-fit:cover;width:100%;min-height:28rem;display:block}.sticky-copy{position:sticky;top:6rem}.process-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin:1.75rem 0 0;padding:0;list-style:none;display:grid}.process-list li{border-radius:14px;min-height:14.5rem;padding:1.1rem}.quote-panel{background:linear-gradient(180deg, var(--theme-surface), var(--theme-surface-solid));border-radius:16px;grid-template-columns:minmax(0,1fr) minmax(18rem,.72fr);gap:clamp(2rem,5vw,4rem);padding:clamp(2.75rem,7vw,5.25rem) clamp(1.25rem,4vw,3rem);display:grid}.quote-checklist{border-left:1px solid var(--theme-border);align-self:center;padding:1.25rem}.quote-checklist span{font-weight:900}.quote-checklist li{margin:.7rem 0}.faq-list details{border-radius:14px;padding:1rem 1.1rem}.faq-list summary{color:var(--theme-text);cursor:pointer;text-shadow:none;font-weight:800}.section-final{--final-progress:0;isolation:isolate;background:#030711;place-items:center;min-height:92svh;scroll-margin-top:0;display:grid;position:relative;overflow:hidden}.page-section.section-final:before{display:none}.final-bg-image{z-index:0;object-fit:cover;object-position:44% top;opacity:1;transform-origin:top;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.02)}.page-section.section-final:after{z-index:0;content:"";pointer-events:none;opacity:1;background:linear-gradient(90deg,#02050b2e 0%,#02050b3d 48%,#02050b85 100%),radial-gradient(circle at 26% 52%,#00e5ff0b,#0000 28rem),radial-gradient(circle at 70% 40%,#7b2cff0d,#0000 32rem);height:auto;position:absolute;inset:0}.section-final .final-panel{z-index:1;width:min(1160px,100% - 2.5rem);min-height:92svh;opacity:calc(.74 + (var(--final-progress) * .26));transform:translateY(calc(24px - (var(--final-progress) * 24px)));grid-template-columns:minmax(0,1fr) minmax(21rem,.74fr);grid-template-areas:"drone copy""action action";align-items:center;gap:clamp(.95rem,2.2vw,1.65rem) clamp(1.5rem,4vw,4rem);padding:clamp(2rem,3.6vw,3.2rem) 0;transition:opacity .12s linear,transform .12s linear;display:grid}.final-drone-scene{z-index:0;opacity:1;transform-origin:50%;filter:saturate(1.12)contrast(1.08)drop-shadow(0 22px 36px #00000057);pointer-events:none;grid-area:drone;justify-self:start;width:min(118%,46rem);min-height:clamp(24rem,42vw,34rem);position:relative;inset:auto;overflow:visible;transform:translate(clamp(-4.25rem,-5vw,-2rem))scale(1.02)}.final-drone-scene canvas{width:100%;height:100%;display:block}.final-copy{z-index:1;text-align:left;max-width:min(100%,31rem);opacity:calc(.74 + (var(--final-progress) * .26));transform:translateX(calc(18px - (var(--final-progress) * 18px)));grid-area:copy;justify-items:start;gap:1.15rem;transition:opacity .12s linear,transform .12s linear;display:grid;position:relative}.final-copy h2{max-width:15ch;color:var(--theme-text);margin:0;font-size:clamp(2rem,3.35vw,3.65rem);line-height:1}.final-copy h2 span{display:block}.final-copy p:not(.demo-eyebrow){color:#f5f7fbc7;max-width:30rem;margin:0;font-size:clamp(1.03rem,1.25vw,1.18rem);line-height:1.62}.final-copy .button{margin-top:0}.final-panel .final-cta-button{white-space:nowrap;min-height:3.45rem;opacity:calc(.72 + (var(--final-progress) * .28));border-color:#00e5ff80;grid-area:action;justify-self:start;padding:1.05rem 1.65rem;font-size:clamp(1.02rem,1.25vw,1.12rem);position:absolute;bottom:clamp(1.1rem,2.6vw,2rem);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 18px 42px #00000057,0 0 28px #00e5ff42,0 0 48px #a05aff33,inset 0 1px #ffffff29}.final-panel .final-cta-button:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(105deg,#0000 0 42%,#ffffff94 48%,#00e5ff80 52%,#0000 60% 100%);animation:2s ease-in-out infinite finalCtaShimmer;position:absolute;inset:-45% -30%;transform:translate(-70%)rotate(8deg)}@keyframes finalCtaShimmer{0%,42%{opacity:0;transform:translate(-70%)rotate(8deg)}52%{opacity:.85}70%,to{opacity:0;transform:translate(70%)rotate(8deg)}}.quote-actions .button--primary{background:linear-gradient(180deg, #061629f0, #030a15f5) padding-box, var(--signal-action) border-box;background-size:auto,220% 100%}.is-final-static .final-panel,.is-final-static .final-copy{opacity:1;transform:none}.site-footer{z-index:1;color:#f5f7fbb8;background:#030711;border-top:1px solid #ffffff14;position:relative}.site-footer__inner{justify-content:space-between;align-items:center;gap:1rem;width:min(1160px,100% - 2.5rem);min-height:5.75rem;margin:0 auto;padding:1rem 0;display:flex}.site-footer__brand{flex:none;align-items:center;display:inline-flex}.site-footer__brand img{width:clamp(8.5rem,15vw,12rem);height:auto;display:block}.site-footer p{text-align:center;margin:0;font-size:.92rem;line-height:1.5}.site-footer__contact{color:#00e5ffe6;text-transform:uppercase;letter-spacing:.08em;flex:none;font-size:.88rem;font-weight:700;text-decoration:none}.site-footer__contact:hover,.site-footer__contact:focus-visible{color:#fff}@media (width<=720px){.site-footer__inner{text-align:center;flex-direction:column;min-height:auto;padding:1.4rem 0}}@media (width<=980px){.section-final .final-panel{text-align:center;grid-template-columns:1fr;grid-template-areas:"drone""copy""action";min-height:auto}.final-drone-scene{min-height:26rem;transform:none}.final-copy{text-align:center;justify-items:center;margin-inline:auto;transform:none}}@media (width<=767px){.section-final .final-panel{padding-top:4rem;padding-bottom:4.5rem}.final-drone-scene{display:none}.final-copy h2{max-width:13ch}}@media (prefers-reduced-motion:reduce){.final-panel .final-cta-button:after{animation:none}}@media (width>=981px){.site-header{padding-top:1rem}.section-shell{padding-top:clamp(5rem,7vw,7.5rem);padding-bottom:clamp(5rem,7vw,7.5rem)}.section-includes .section-shell{align-items:stretch}.section-problem .section-shell{text-align:center;grid-template-columns:1fr;gap:2rem}.section-problem .section-copy{justify-self:start;max-width:1160px}.section-problem .section-copy h2{max-width:min(100%,34ch);margin-inline:auto;font-size:clamp(2.8rem,3.65vw,4.15rem)}.section-problem .section-copy p{margin-inline:auto}.problem-use-cases{text-align:center;max-width:48rem}.section-problem .signal-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;width:min(100%,980px);margin:0 auto}.section-problem .signal-card{text-align:left;min-height:8.75rem;padding:1rem}.section-problem .signal-card h3{font-size:.98rem}.section-problem .signal-card p{font-size:.92rem;line-height:1.5}}@media (width<=980px){.two-column,.two-column--wide,.demo-grid,.quote-panel,.section-problem .section-shell{grid-template-columns:1fr}.process-list{grid-template-columns:repeat(2,minmax(0,1fr))}.demo-grid--reverse .demo-stage,.demo-grid--reverse .demo-copy{order:initial}.sticky-copy{position:static}}@media (width<=767px){.site-header{align-items:flex-start}.site-nav{max-width:72vw;overflow-x:auto}.section-shell{width:min(100% - 1.15rem,1180px);padding:3.75rem 0}.section-copy h2,.section-heading h2,.final-panel h2{max-width:12ch}.include-grid,.process-list{grid-template-columns:1fr}.include-item--kmz{grid-column:span 1;grid-template-columns:1fr}.demo-stage,.demo-stage--embed,.demo-iframe{min-height:24rem}.quote-checklist{border-top:1px solid var(--theme-border);border-left:0}}.section-problem--distance{background:radial-gradient(circle at 76% 14%, #7b2cff38, transparent 30rem), radial-gradient(circle at 22% 78%, #35d9ff24, transparent 28rem), linear-gradient(180deg, var(--theme-bg) 0%, var(--theme-bg-alt) 100%);min-height:auto;padding:0}.section-problem--distance:after,.section-problem--distance .section-copy:before,.section-problem--distance .signal-list:before,.section-problem--distance .signal-card:before,.section-problem--distance .signal-card:after{display:none}.section-problem--distance .section-shell{text-align:center;grid-template-columns:1fr;align-items:start;gap:clamp(1.55rem,2.8vw,2.5rem);width:min(1160px,100% - 2.25rem);padding-top:clamp(3.4rem,5.2vw,4.8rem);padding-bottom:clamp(3.6rem,5.6vw,5.1rem);display:grid}.problem-heading{justify-items:center;gap:clamp(.55rem,1vw,.85rem);display:grid}.problem-eyebrow{color:#ff4f5e;font-family:var(--font-mono);letter-spacing:.34em;text-transform:uppercase;margin:0;font-size:clamp(.82rem,1.1vw,1rem);font-weight:800;line-height:1}.section-problem--distance .problem-heading h2{max-width:34ch;color:var(--theme-text);font-family:var(--font-display);letter-spacing:0;text-shadow:none;margin:0;font-size:clamp(2rem,3.1vw,3.05rem);font-weight:780;line-height:1.14}.section-problem--distance .signal-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,2.6vw,1.9rem);width:100%;margin:0;display:grid}.section-problem--distance .signal-card{text-align:left;background:linear-gradient(#0c182dc7,#060d1bdb);border:1px solid #94a3b838;border-radius:14px;min-height:clamp(14.25rem,20vw,16.5rem);padding:clamp(1.55rem,2.25vw,1.9rem);box-shadow:0 18px 38px #0005125c,inset 0 1px #ffffff24}.section-problem--distance .signal-icon{border-radius:4px;place-items:center;width:2.75rem;height:2.75rem;margin-bottom:1.35rem;display:inline-grid}.section-problem--distance .signal-icon svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:1.35rem;height:1.35rem}.section-problem--distance .signal-card--share .signal-icon{color:#147cff;background:#147cff24}.section-problem--distance .signal-card--filter .signal-icon{color:#ff4f5e;background:#ff4f5e24}.section-problem--distance .signal-card--space .signal-icon{color:#00e5ff;background:#00e5ff24}.section-problem--distance .signal-card h3{color:var(--theme-text);margin:0 0 1.35rem;font-size:clamp(.96rem,1.15vw,1.05rem);font-weight:850;line-height:1.35}.section-problem--distance .signal-card p{color:var(--theme-muted);margin:0;font-size:clamp(.95rem,1.08vw,1.02rem);line-height:1.58}.section-problem--distance .section-next-link{margin-top:0}@media (width<=980px){.section-problem--distance .signal-list{grid-template-columns:1fr}.section-problem--distance .signal-card{min-height:auto}}@media (width<=640px){.section-problem--distance{padding:0}.section-problem--distance .problem-heading h2 br{display:none}}.section-problem--distance .problem-heading h2{max-width:min(100%,48ch);font-size:clamp(1.9rem,2.55vw,2.75rem)}.section-problem--distance .problem-heading h2 span{white-space:nowrap;display:block}.section-problem--distance .signal-card .signal-icon{color:inherit;font-size:initial;font-weight:initial;letter-spacing:0;text-transform:none;display:inline-grid!important}.section-problem--distance .signal-card--share{border-color:#147cff29}.section-problem--distance .signal-card--filter{border-color:#ff4f5e2e}.section-problem--distance .signal-card--space{border-color:#00e5ff33}.section-problem--distance .signal-card--share .signal-icon{background:#147cff24;color:#147cff!important}.section-problem--distance .signal-card--filter .signal-icon{background:#ff4f5e24;color:#ff4f5e!important}.section-problem--distance .signal-card--space .signal-icon{background:#00e5ff24;color:#00ddf5!important}@media (width<=640px){.section-problem--distance .problem-heading h2 span{white-space:normal}}.section-problem--distance .signal-card--space .signal-icon{background:#00e5ff29;width:2.75rem;height:2.75rem;box-shadow:inset 0 0 0 1px #00e5ff14;color:#00e5ff!important}.section-problem--distance .signal-card--space .signal-icon svg{stroke-width:2.35px;stroke-width:2.15px;width:1.55rem;height:1.55rem}.section-problem--distance .signal-card--space .signal-icon{background:#00e5ff29;border:1px solid #00e5ff5c;box-shadow:0 0 24px #00e5ff2e,inset 0 1px #ffffff29}.demo-copy{align-self:center}.demo-eyebrow{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin:0 0 1rem;font-size:.82rem;font-weight:850;line-height:1;color:#1487ff!important}.demo-copy h2,.demo-copy h3{max-width:14.5ch;margin:0}.demo-feature-list{gap:clamp(.55rem,1vw,.85rem);margin:1.45rem 0 0;padding:0;list-style:none;display:grid}.demo-feature-list li{color:#f5f7fbd6;padding-left:1.8rem;font-size:.98rem;font-weight:850;line-height:1.35;position:relative}.demo-feature-list li:before{content:"";border:2px solid var(--signal-cyan);border-radius:50%;width:1rem;height:1rem;position:absolute;top:.1rem;left:0;box-shadow:0 0 12px #00e5ff47}.demo-feature-list li:first-child:before{border-radius:2px 50% 50%;transform:rotate(45deg)}.demo-feature-list li:nth-child(2):before{border-radius:50%;width:.82rem;height:.82rem}.demo-feature-list li:nth-child(2):after{content:"";background:var(--signal-cyan);width:.5rem;height:2px;position:absolute;top:.83rem;left:.85rem;transform:rotate(45deg)}.demo-feature-list li:nth-child(3):before{border-radius:50%;width:.95rem;height:.95rem}.demo-feature-list li:nth-child(3):after{content:"";background:var(--signal-cyan);width:.18rem;height:.48rem;box-shadow:0 -.35rem 0 var(--signal-cyan);border-radius:999px;position:absolute;top:.38rem;left:.43rem}.demo-feature-list li{grid-template-columns:1.1rem minmax(0,1fr);align-items:center;gap:.85rem;padding-left:0;display:grid}.demo-feature-list li:before,.demo-feature-list li:after{display:none}.demo-feature-list svg{width:1.05rem;height:1.05rem;color:var(--signal-cyan);fill:none;stroke:currentColor;stroke-width:2.35px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px #00e5ff47)}.demo-feature-list li:first-child svg{fill:#00e5ff14}.demo-stage--embed:after{z-index:-1;filter:blur(18px);opacity:.74;background:radial-gradient(at 18% 18%,#35d9ff42,#0000 24rem),radial-gradient(at 86% 78%,#ff4f5e29,#0000 22rem),radial-gradient(at 72% 30%,#7b2cff1f,#0000 28rem);border:0;inset:-1.25rem}.demo-iframe{z-index:2}.section-demo{min-height:auto}.demo-showcase{gap:clamp(2.5rem,5vw,4.75rem)}.demo-heading{max-width:980px}.demo-heading h2{max-width:16ch}.demo-heading__copy{color:#f5f7fbb8;gap:.65rem;max-width:72ch;margin-top:1.25rem;display:grid}.demo-heading__copy p{margin:0}.demo-comparison{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:clamp(1.5rem,3vw,2.25rem);display:grid}.demo-case-card{background:#050a16b8;border:1px solid #74cdff2e;border-radius:14px;gap:1.25rem;min-width:0;padding:clamp(1.15rem,2.2vw,1.6rem);display:grid;box-shadow:0 24px 70px #00000057,inset 0 0 0 1px #ffffff0a}.demo-case-card__head{gap:.65rem;display:grid}.demo-case-card h3{margin:0;font-size:clamp(2rem,4vw,3.9rem);line-height:.96}.demo-case-card strong{color:#ffffffeb;font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.35}.demo-case-card p{color:#f5f7fbb8;margin:0}.demo-case-facts{gap:.65rem;margin:0;padding:0;display:grid}.demo-case-facts div{border-top:1px solid #ffffff17;grid-template-columns:minmax(7rem,.34fr) minmax(0,1fr);gap:clamp(.55rem,1vw,.85rem);padding:.7rem 0;display:grid}.demo-case-facts dt{color:#74cdffd1;font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;font-size:.74rem;font-weight:800}.demo-case-facts dd{color:#ffffffdb;margin:0;font-weight:780}.demo-case-includes{gap:.8rem;display:grid}.demo-case-includes>span{color:#ffffffeb;font-weight:820}.demo-case-button{justify-self:start}.demo-case__media,.demo-case__media.demo-stage--embed{min-height:clamp(24rem,44vw,34rem);margin-top:.35rem}.demo-filter-line{text-align:center;justify-items:center;gap:.45rem;max-width:820px;margin-inline:auto;padding:clamp(1.5rem,3vw,2.35rem);display:grid}.demo-filter-line h3,.demo-filter-line p{margin:0}.demo-filter-line h3{font-size:clamp(1.8rem,4vw,3.8rem);line-height:1}.demo-filter-line strong{color:var(--signal-cyan);font-size:clamp(2rem,5vw,4.6rem);line-height:.95}.demo-filter-line p{color:#f5f7fbb8;max-width:48ch}@media (width<=980px){.demo-comparison{grid-template-columns:1fr}.demo-case__media,.demo-case__media.demo-stage--embed{min-height:26rem}}@media (width<=640px){.demo-heading h2{max-width:11ch}.demo-case-card{border-radius:12px;padding:1rem}.demo-case-facts div{grid-template-columns:1fr;gap:.25rem}.demo-case__media,.demo-case__media.demo-stage--embed{min-height:22rem}}.section-problem--distance .problem-demo-frame.demo-stage--embed{background:#040812;border-color:#147cff38;width:min(100%,1080px);min-height:clamp(24rem,52vw,38rem);margin-inline:auto;box-shadow:0 24px 70px #0f172a29,inset 0 0 0 1px #ffffff85}.section-problem--distance .problem-demo-frame.demo-stage--embed:before{filter:blur(16px);opacity:.82;background:radial-gradient(at 18% 18%,#147cff33,#0000 26rem),radial-gradient(at 84% 86%,#00e5ff1f,#0000 24rem);border-radius:24px;inset:-2rem}.section-problem--distance .problem-demo-frame.demo-stage--embed:after{z-index:1;box-shadow:none;filter:none;opacity:1;background:0 0;border:1px solid #ffffff5c;inset:-1px}.section-problem--distance .problem-demo-iframe{height:clamp(24rem,52vw,38rem);min-height:clamp(24rem,52vw,38rem)}@media (width<=640px){.section-problem--distance .problem-demo-frame.demo-stage--embed,.section-problem--distance .problem-demo-iframe{height:22rem;min-height:22rem}}.section-problem--distance .problem-lede{max-width:68ch;color:var(--theme-muted);margin:0;font-size:clamp(1rem,1.25vw,1.16rem);line-height:1.62}.section-environment{background:linear-gradient(#f4f8fdf5,#ebf3fcfa),radial-gradient(circle at 78% 18%,#1d63ff1f,#0000 28rem),url(/assets/fondo_territorio-C53d8q8s.png) 50% 44%/cover}.environment-showcase{grid-template-columns:minmax(20rem,.48fr) minmax(0,.92fr);align-items:center;gap:clamp(2rem,4.8vw,4rem);width:min(1440px,100% - 3rem);display:grid}.environment-copy{align-content:center;gap:1.15rem;display:grid}.environment-copy h2{max-width:15ch;color:var(--theme-text);letter-spacing:0;margin:0;font-size:clamp(2.1rem,3.45vw,3.7rem);line-height:.98}.environment-copy p{max-width:46rem;color:var(--theme-muted);margin:0;font-size:clamp(1rem,1.12vw,1.08rem);line-height:1.65}.environment-copy .environment-lede{color:#243044;font-size:clamp(1.08rem,1.35vw,1.24rem)}.environment-copy .demo-case-facts{margin-top:.35rem}.environment-copy .demo-feature-list{margin-top:.2rem}.environment-media.demo-stage--embed,.environment-media .demo-iframe{min-height:clamp(30rem,56vw,46rem)}.environment-showcase .demo-filter-line{grid-column:1/-1}.section-includes{background:linear-gradient(#f4f8fdf0,#ebf3fcf5),url(/assets/territorio-CVmtzeGc.png) right 6% top 8%/min(42vw,34rem) no-repeat}.include-item--delivery{grid-template-columns:minmax(10rem,.62fr) minmax(0,1fr);align-items:center;gap:clamp(.55rem,1vw,.85rem);display:grid}.include-item__media--compact img{aspect-ratio:1;object-fit:cover;object-position:center;min-height:12rem}.viewer-fullscreen-button{z-index:5;color:#ffffffeb;cursor:pointer;-webkit-backdrop-filter:blur(14px)saturate(140%);backdrop-filter:blur(14px)saturate(140%);background:linear-gradient(#061222db,#02070fbd);border:1px solid #74cdff5c;border-radius:999px;justify-content:center;align-items:center;min-height:2.55rem;padding:.72rem .9rem;font-size:.78rem;font-weight:850;display:inline-flex;position:absolute;top:1rem;right:1rem;box-shadow:0 14px 34px #00000057,inset 0 1px #ffffff24}.viewer-fullscreen-button:hover{color:#fff;border-color:#00e5ff94}:-webkit-any(.demo-stage--embed:fullscreen,.demo-stage--embed:-webkit-full-screen){background:#010711;border-radius:0;width:100vw;height:100vh}:is(.demo-stage--embed:fullscreen,.demo-stage--embed:fullscreen){background:#010711;border-radius:0;width:100vw;height:100vh}:-webkit-any(.demo-stage--embed:fullscreen .demo-iframe,.demo-stage--embed:-webkit-full-screen .demo-iframe){border-radius:0;height:100vh;min-height:100vh}:is(.demo-stage--embed:fullscreen .demo-iframe,.demo-stage--embed:fullscreen .demo-iframe){border-radius:0;height:100vh;min-height:100vh}.quote-layout{gap:clamp(1.15rem,2.2vw,1.85rem);display:grid}.quote-heading{max-width:780px;margin-bottom:0}.quote-process-list{margin-top:0}.quote-info{text-align:left;grid-template-columns:minmax(0,.76fr) minmax(18rem,.62fr);align-items:start;gap:clamp(1.5rem,4vw,3rem);display:grid}.quote-copy{gap:.7rem;display:grid}.quote-copy h3{max-width:20ch;color:var(--theme-text);margin:0;font-size:clamp(1.45rem,2.2vw,2.15rem);line-height:1.08}.quote-copy p{max-width:42rem;color:var(--theme-muted);margin:0;line-height:1.62}.quote-layout .quote-checklist{border-left:0;align-self:start;padding:0}.quote-actions--centered{justify-content:center;margin-top:0}@media (width<=980px){.quote-info{grid-template-columns:1fr}}@media (width<=640px){.viewer-fullscreen-button{min-height:2.35rem;padding:.62rem .78rem;font-size:.72rem;top:.7rem;right:.7rem}}.quote-heading{max-width:900px}.quote-heading h2{max-width:18ch}.quote-heading p{margin:0}.quote-info{grid-template-columns:repeat(2,minmax(0,1fr))}.quote-examples{align-self:start}.quote-examples span,.quote-close-copy h3{color:var(--theme-text);font-weight:900}.quote-examples ul,.quote-checklist ul{margin-top:.85rem}.quote-examples li{color:var(--theme-muted);margin:.7rem 0;line-height:1.58}.quote-close-copy{text-align:left;gap:.65rem;max-width:760px;display:grid}.quote-close-copy h3{max-width:24ch;margin:0;font-size:clamp(1.55rem,2.4vw,2.35rem);line-height:1.08}.quote-close-copy p{max-width:42rem;color:var(--theme-muted);margin:0;line-height:1.62}@media (width<=980px){.quote-info{grid-template-columns:1fr}}.section-includes .include-grid{grid-template-columns:repeat(6,minmax(0,1fr));align-items:start;gap:clamp(1rem,2vw,1.35rem)}.section-includes .include-item{height:auto;min-height:auto}.section-includes .include-grid>.include-item:not(.include-item--kmz):not(.include-item--delivery){grid-column:span 3}.section-includes .include-item--kmz,.section-includes .include-item--delivery{grid-column:span 6;grid-template-columns:minmax(18rem,.9fr) minmax(0,1fr);align-items:start;gap:clamp(1rem,2.4vw,1.5rem);min-height:auto;display:grid}.section-includes .include-item__media{align-items:start;display:grid;overflow:hidden}.section-includes .include-item__media img,.section-includes .include-item__media--compact img{aspect-ratio:auto;object-fit:contain;object-position:center;border-radius:inherit;width:100%;height:auto;min-height:0;max-height:none;display:block}@media (width<=980px){.section-includes .include-grid>.include-item,.section-includes .include-item--kmz,.section-includes .include-item--delivery{grid-column:auto;grid-template-columns:1fr}.section-includes .include-grid{grid-template-columns:minmax(0,1fr)!important}.section-includes .include-grid>.include-item,.section-includes .include-grid>.include-item:not(.include-item--kmz):not(.include-item--delivery),.section-includes .include-item--kmz,.section-includes .include-item--delivery{grid-template-columns:minmax(0,1fr);width:100%;min-width:0;grid-column:1/-1!important}}@media (width<=767px){.site-header{padding-inline:.45rem}.site-nav{scrollbar-width:none;-ms-overflow-style:none;gap:.1rem;width:min(100%,100vw - .9rem);max-width:calc(100vw - .9rem);padding:.2rem}.site-nav a{white-space:nowrap;flex:1 1 0;min-width:0;padding:.48rem .34rem;font-size:.68rem;line-height:1}.site-nav::-webkit-scrollbar{display:none}}#cotizacion .quote-layout{text-align:center;justify-items:center}#cotizacion .quote-heading{justify-items:center;max-width:min(100%,1020px);margin-inline:auto}#cotizacion .quote-heading h2{white-space:nowrap;max-width:none;font-size:clamp(1.45rem,4.8vw,4.4rem)}#cotizacion .quote-heading p,#cotizacion .quote-close-copy p{margin-inline:auto}#cotizacion .quote-info{grid-template-columns:minmax(0,34rem);justify-content:center;width:100%}#cotizacion .quote-checklist{text-align:center;justify-self:start}#cotizacion .quote-checklist ul{text-align:left;display:inline-grid}#cotizacion .quote-close-copy{text-align:center;justify-items:center;margin-inline:auto}.section-includes .include-grid--image-bento .include-image-card{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:14px;min-height:0;padding:0;box-shadow:0 22px 54px #14233c29}.section-includes .include-grid--image-bento .include-image-card:after{display:none}.section-includes .include-grid--image-bento .include-image-card img{border-radius:inherit;width:100%;height:auto;display:block}.section-includes .include-grid--image-bento .include-item--kmz,.section-includes .include-grid--image-bento .include-item--delivery{grid-template-columns:none;gap:0;display:block}.section-includes .include-shell{grid-template-columns:minmax(20rem,.38fr) minmax(0,.62fr);align-items:center;gap:clamp(2rem,4vw,4.25rem);width:min(1440px,100% - 3rem);min-height:100svh;padding:clamp(4rem,6vw,5.75rem) 0}.section-includes .include-shell .section-copy{align-self:center;max-width:38rem}.section-includes .include-shell .section-copy h2{max-width:13ch;font-size:clamp(2.7rem,4.6vw,5rem);line-height:.96}.section-includes .include-shell .section-copy p{max-width:34rem}.section-includes .include-grid--image-bento{align-items:stretch;gap:clamp(.85rem,1.35vw,1.15rem);grid-template-columns:repeat(12,minmax(0,1fr))!important;display:grid!important}.section-includes .include-grid--image-bento>.include-image-card{border-radius:14px;width:100%;min-width:0;overflow:hidden;box-shadow:0 22px 52px #0f172a2e;grid-column:auto!important}.section-includes .include-grid--image-bento>.include-image-card:first-child,.section-includes .include-grid--image-bento>.include-image-card:nth-child(4){aspect-ratio:16/9;grid-column:span 7!important}.section-includes .include-grid--image-bento>.include-image-card:nth-child(2),.section-includes .include-grid--image-bento>.include-image-card:nth-child(3){aspect-ratio:1;grid-column:span 5!important}.section-includes .include-grid--image-bento>.include-image-card img{object-fit:cover;width:100%;height:100%}@media (width<=980px){.section-includes .include-shell{grid-template-columns:minmax(0,1fr);width:min(100% - 1.15rem,1180px);min-height:auto;padding:4rem 0}.section-includes .include-shell .section-copy{max-width:100%;position:static}.section-includes .include-shell .section-copy h2{max-width:12ch}.section-includes .include-grid--image-bento{grid-template-columns:minmax(0,1fr)!important}.section-includes .include-grid--image-bento>.include-image-card,.section-includes .include-grid--image-bento>.include-image-card:first-child,.section-includes .include-grid--image-bento>.include-image-card:nth-child(2),.section-includes .include-grid--image-bento>.include-image-card:nth-child(3),.section-includes .include-grid--image-bento>.include-image-card:nth-child(4){aspect-ratio:auto;grid-column:1/-1!important}.section-includes .include-grid--image-bento>.include-image-card img{object-fit:contain;height:auto}}.section-includes .include-grid--image-bento{align-items:start!important}.section-includes .include-grid--image-bento>.include-image-card{background:#05070d;align-self:start;aspect-ratio:auto!important}.section-includes .include-grid--image-bento>.include-image-card img{object-fit:contain!important;height:auto!important}.section-includes .include-grid--image-bento>.include-image-card:first-child,.section-includes .include-grid--image-bento>.include-image-card:nth-child(4){grid-column:span 7!important}.section-includes .include-grid--image-bento>.include-image-card:nth-child(2),.section-includes .include-grid--image-bento>.include-image-card:nth-child(3){grid-column:span 5!important}.section-includes .include-shell--stacked{grid-template-columns:minmax(0,1fr);gap:clamp(2rem,4vw,3.5rem);width:min(1180px,100% - 3rem);min-height:auto;padding:clamp(4.5rem,7vw,6.5rem) 0;display:grid}.section-includes .include-shell--stacked .include-grid--image-bento{max-width:980px;margin-inline:auto}.section-includes .include-shell--stacked .include-copy{text-align:center;justify-items:center;max-width:900px;margin-inline:auto;display:grid;position:static}.section-includes .include-shell--stacked .include-copy h2{max-width:18ch;font-size:clamp(2.25rem,4.4vw,4.8rem)}.section-includes .include-shell--stacked .include-copy p{max-width:48rem;margin:0}@media (width<=767px){.section-includes .include-shell--stacked{width:min(100% - 1.15rem,1180px);padding:3.75rem 0}.section-includes .include-shell--stacked .include-copy{text-align:left;justify-items:start}.section-includes .include-shell--stacked .include-copy h2{max-width:12ch}}.section-includes .include-shell--split{width:min(1360px,100% - 3rem);padding:0;display:grid}.section-includes .include-bento-screen{justify-content:center;align-items:end;gap:clamp(1rem,2vw,1.5rem);min-height:100svh;padding:clamp(5.75rem,8vw,7.25rem) 0 clamp(3rem,5vw,4.25rem);display:grid}.section-includes .include-bento-screen .include-image-card{background:#05070d;border:0;border-radius:14px;align-self:end;min-height:0;padding:0;overflow:hidden;box-shadow:0 26px 64px #0f172a33}.section-includes .include-bento-screen .include-image-card:after{display:none}.section-includes .include-bento-screen .include-image-card img{border-radius:inherit;width:100%;display:block;object-fit:contain!important;height:auto!important}.section-includes .include-bento-screen .include-image-card--square{width:min(100%,34rem)}.section-includes .include-bento-screen .include-image-card--wide{width:min(100%,48rem)}.section-includes .include-shell--split .include-copy{text-align:center;justify-items:center;max-width:980px;min-height:70svh;margin-inline:auto;padding:clamp(4rem,7vw,6rem) 0;display:grid;position:static}.section-includes .include-shell--split .include-copy h2{max-width:18ch;font-size:clamp(2.35rem,4.5vw,4.9rem)}.section-includes .include-shell--split .include-copy p{max-width:48rem;margin:0}@media (width<=980px){.section-includes .include-shell--split{width:min(100% - 1.15rem,1180px)}.section-includes .include-bento-screen,.section-includes .include-bento-screen--one,.section-includes .include-bento-screen--two{grid-template-columns:minmax(0,1fr);min-height:auto;padding:4rem 0 0}.section-includes .include-bento-screen .include-image-card,.section-includes .include-bento-screen .include-image-card--square,.section-includes .include-bento-screen .include-image-card--wide{width:100%}.section-includes .include-shell--split .include-copy{text-align:left;justify-items:start;min-height:auto;padding:4rem 0}.section-includes .include-shell--split .include-copy h2{max-width:12ch}}.section-includes .include-shell--split{width:min(1360px,100% - 3rem)}.section-includes .include-bento-screen{grid-auto-rows:max-content;width:100%;padding:clamp(4.75rem,7vw,6.5rem) 0;align-content:center!important;align-items:end!important}.section-includes .include-bento-screen--one{grid-template-columns:minmax(0,1.38fr) minmax(0,.9fr)}.section-includes .include-bento-screen--two{grid-template-columns:minmax(0,.9fr) minmax(0,1.38fr)}.section-includes .include-bento-screen .include-image-card,.section-includes .include-bento-screen .include-image-card--square,.section-includes .include-bento-screen .include-image-card--wide{width:100%!important}@media (width<=980px){.section-includes .include-bento-screen{padding:3.75rem 0 0;align-content:start!important}}.section-includes .include-shell--split{grid-template-columns:minmax(0,1fr)!important}.section-includes .include-shell--split>.include-bento-screen,.section-includes .include-shell--split>.include-copy{grid-column:1/-1}.include-motion-ready #servicios .include-bento-screen .include-image-card,.include-motion-ready #servicios .include-copy{opacity:0;will-change:opacity, transform;transition:opacity .76s,transform .86s cubic-bezier(.16,1,.3,1)}.include-motion-ready #servicios .include-bento-screen--one .include-image-card{transform:translate(-5.5rem)}.include-motion-ready #servicios .include-bento-screen--two .include-image-card{transform:translate(5.5rem)}.include-motion-ready #servicios .include-copy{transform:translateY(1.75rem)}.include-motion-ready #servicios .include-bento-screen.is-in-view .include-image-card,.include-motion-ready #servicios .include-copy.is-in-view{opacity:1;transform:none}.include-motion-ready #servicios .include-bento-screen .include-image-card:nth-child(2){transition-delay:.12s}@media (prefers-reduced-motion:reduce){#servicios .include-bento-screen .include-image-card,#servicios .include-copy{opacity:1!important;transition:none!important;transform:none!important}}.section-includes .include-shell--split{--include-gap:clamp(.9rem, 1.6vw, 1.35rem);gap:var(--include-gap);padding:clamp(4.75rem,7vw,6.25rem) 0}.section-includes .include-bento-screen{gap:var(--include-gap);min-height:auto;padding:0;align-content:start!important}.section-includes .include-bento-screen--one{align-items:start!important}.section-includes .include-bento-screen--one .include-image-card{align-self:start}.section-includes .include-bento-screen--two{align-items:start!important}.section-includes .include-bento-screen--two .include-image-card{align-self:start}.section-includes .include-shell--split .include-copy{min-height:auto;padding:0}@media (width<=980px){.section-includes .include-shell--split{--include-gap:.9rem;padding:3.75rem 0}.section-includes .include-bento-screen{gap:var(--include-gap);padding:0}}.section-includes .include-shell--split{--include-gap:clamp(.95rem, 1.35vw, 1.25rem);gap:var(--include-gap);width:min(1040px,100% - 3rem);padding:clamp(4.75rem,7vw,6.25rem) 0}.section-includes .include-bento-screen,.section-includes .include-bento-screen--one,.section-includes .include-bento-screen--two{min-height:0;padding:0;display:contents}.section-includes .include-shell--split{align-items:start;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.section-includes .include-shell--split .include-image-card{align-self:start;width:100%!important}.section-includes .include-shell--split .include-image-card img{width:100%;display:block;object-fit:contain!important;height:auto!important}.section-includes .include-shell--split .include-bento-screen--one .include-image-card:first-child{grid-area:1/1}.section-includes .include-shell--split .include-bento-screen--one .include-image-card:last-child{grid-area:1/2}.section-includes .include-shell--split .include-bento-screen--two .include-image-card:first-child{grid-area:2/1;align-self:end}.section-includes .include-shell--split .include-bento-screen--two .include-image-card:last-child{grid-area:2/2;align-self:end}.section-includes .include-shell--split .include-copy{grid-area:3/1/auto/-1}@media (width<=980px){.section-includes .include-shell--split{width:min(100% - 1.15rem,1180px);grid-template-columns:minmax(0,1fr)!important}.section-includes .include-shell--split .include-image-card,.section-includes .include-shell--split .include-bento-screen--one .include-image-card:first-child,.section-includes .include-shell--split .include-bento-screen--one .include-image-card:last-child,.section-includes .include-shell--split .include-bento-screen--two .include-image-card:first-child,.section-includes .include-shell--split .include-bento-screen--two .include-image-card:last-child{grid-area:auto/1/auto/-1;align-self:start}}.section-environment .environment-showcase{padding-top:clamp(3.8rem,5.8vw,5.2rem);padding-bottom:clamp(3.8rem,5.8vw,5.2rem)}.section-environment .demo-eyebrow{color:#ff4f5e}.section-environment .demo-case-facts,.section-environment .demo-feature-list li,.section-environment .demo-filter-line{color:var(--theme-text)}.section-environment .demo-filter-line{background:#ffffffb8;border-radius:14px;overflow:hidden;box-shadow:0 18px 38px #1f293714,inset 0 1px #ffffffd1}.section-environment .demo-case-facts div{border-top-color:#1d63ff29}.section-environment .demo-case-facts dt{color:var(--signal-blue)}.section-environment .demo-case-facts dd,.section-environment .demo-feature-list li,.section-environment .demo-feature-list span{color:#243044}.section-environment .demo-feature-list svg{color:var(--signal-blue);filter:drop-shadow(0 0 8px #1d63ff29)}.section-environment .demo-filter-line h3{color:#111827}.section-environment .demo-filter-line strong{color:var(--signal-blue)}.section-environment .demo-filter-line p{color:var(--theme-muted)}#cotizacion .quote-layout{align-content:center;min-height:100svh;padding-top:clamp(2.6rem,4.2vw,3.7rem);padding-bottom:clamp(2.6rem,4.2vw,3.7rem)}#cotizacion .quote-heading{gap:.55rem;display:grid}#cotizacion .quote-heading p{line-height:1.48}#cotizacion .process-list{gap:clamp(.7rem,1.3vw,1rem)}#cotizacion .process-list li{min-height:auto;padding:clamp(.9rem,1.5vw,1.15rem)}#cotizacion .process-list h3,.section-problem--distance .signal-card h3{color:var(--signal-cyan);text-shadow:0 0 18px #00e5ff2e;font-weight:880}#cotizacion .quote-info{margin-top:0}#cotizacion .quote-checklist li{margin:.42rem 0;line-height:1.42}#cotizacion .quote-close-copy{gap:.45rem}#cotizacion .quote-actions--centered{margin-top:.15rem}.include-carousel__viewport{overflow:hidden}.section-includes .include-shell--carousel{gap:clamp(1rem,1.8vw,1.35rem);width:min(1120px,100% - 3rem);min-height:auto;padding:clamp(4.4rem,6.2vw,5.6rem) 0;display:grid;grid-template-columns:minmax(0,1fr)!important}.include-carousel{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(.75rem,1.4vw,1rem);display:grid;position:relative}.include-carousel__viewport{box-shadow:none;background:0 0;border-radius:0;display:grid;overflow:hidden}.include-carousel__track{will-change:transform;align-items:center;transition:transform .52s cubic-bezier(.16,1,.3,1);display:flex}.include-carousel__slide{min-width:0;min-height:min(68svh,44rem);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;flex:0 0 100%;place-items:center;padding:0;display:grid}.include-carousel__slide:after{display:none}.include-carousel__slide img{clip-path:inset(1px);width:auto;max-width:100%;height:auto;max-height:min(68svh,44rem);box-shadow:none;object-fit:contain;object-position:center;background:0 0;border:0;border-radius:0;outline:0;display:block}.include-carousel__button{z-index:2;color:#e7edff;text-shadow:0 0 12px #a8cdffb8;cursor:pointer;-webkit-backdrop-filter:blur(14px)saturate(145%);background:radial-gradient(circle at 34% 20%,#ffffff5c,#0000 30%),linear-gradient(135deg,#2a4a919e,#5043a085 48%,#122a60ad);border:1px solid #a0beff61;border-radius:50%;justify-content:center;align-items:center;width:clamp(3.4rem,5vw,4rem);height:clamp(3.4rem,5vw,4rem);font-size:clamp(1.1rem,1.8vw,1.35rem);font-weight:800;line-height:1;transition:transform .18s,box-shadow .24s,filter .24s,border-color .24s,background .24s;display:inline-flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff14,0 10px 24px #070d2038,0 0 28px #4b7eff42,0 0 30px #7e5cff2e}.include-carousel__button:before{content:"";pointer-events:none;background:linear-gradient(#ffffff6b,#ffffff0f 58%,#0000);border-radius:50%;height:20px;position:absolute;top:4px;left:9px;right:9px}.include-carousel__button--prev{color:#d9e2ff}.include-carousel__button--next{color:#efe7ff;border-color:#d5b8ff7a}.include-carousel__button:hover{color:#fff;text-shadow:0 0 10px #ffffffd1,0 0 22px #cd96fff2;filter:brightness(1.16)saturate(1.22);background:radial-gradient(circle at 34% 20%,#ffffff73,#0000 29%),linear-gradient(135deg,#543ab0c2,#a54cffa3 46%,#3a5bc89e);border-color:#deb8ffb8;transform:translateY(-2px);box-shadow:inset 0 0 0 1px #ffffff1f,0 12px 28px #080a1e42,0 0 34px #8b5cf680,0 0 62px #be5cff75,0 0 90px #5dbbff33}.include-carousel__button:active{filter:brightness(.96);transform:translateY(0)scale(.96)}.include-carousel__button:focus-visible{outline:none;box-shadow:0 0 0 2px #c8beff99,0 0 34px #9664ff80}.include-carousel__status{color:#101827ad;letter-spacing:.18em;justify-self:start;font-size:.78rem;font-weight:900}.section-includes .include-shell--carousel .include-copy{text-align:center;justify-items:center;max-width:920px;min-height:0;margin-inline:auto;padding:0;display:grid;position:static}.section-includes .include-shell--carousel .include-copy h2{max-width:28ch;font-size:clamp(2rem,3.45vw,3.65rem);line-height:1.02}.section-includes .include-shell--carousel .include-copy p{max-width:54rem;margin:clamp(.75rem,1.15vw,1rem) 0 0;font-size:clamp(1.02rem,1.25vw,1.16rem);line-height:1.62}.include-motion-ready #servicios .include-carousel,.include-motion-ready #servicios .include-copy{opacity:0;transition:opacity .76s,transform .86s cubic-bezier(.16,1,.3,1);transform:translateY(1.5rem)}.include-motion-ready #servicios .include-carousel.is-in-view,.include-motion-ready #servicios .include-copy.is-in-view{opacity:1;transform:none}@media (width<=767px){.section-includes .include-shell--carousel{width:min(100% - 1.15rem,1180px);padding:3.75rem 0}.include-carousel{grid-template-columns:minmax(0,1fr)}.include-carousel__viewport{grid-area:1/1;overflow:hidden}.include-carousel__slide{min-height:auto}.include-carousel__slide img{max-width:100%;max-height:none}.include-carousel__button{width:3rem;height:3rem;position:absolute;top:50%;transform:translateY(-50%)}.include-carousel__button:hover{transform:translateY(-50%)}.include-carousel__button:active{transform:translateY(-50%)scale(.96)}.include-carousel__button--prev{left:.55rem}.include-carousel__button--next{right:.55rem}.section-includes .include-shell--carousel .include-copy h2{max-width:14ch;font-size:clamp(2rem,10vw,2.75rem)}}@media (prefers-reduced-motion:reduce){.include-carousel__track{transition:none}.include-motion-ready #servicios .include-carousel,.include-motion-ready #servicios .include-copy{opacity:1;transition:none;transform:none}}.whatsapp-float{z-index:40;color:#fff;background:linear-gradient(135deg,#21c063,#128c4a);border-radius:999px;justify-content:center;align-items:center;gap:.55rem;min-height:3.35rem;padding:.88rem 1.05rem;font-size:.9rem;font-weight:850;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;position:fixed;bottom:clamp(1rem,2.4vw,1.6rem);right:clamp(1rem,2.4vw,1.6rem);box-shadow:0 18px 36px #04120c47,inset 0 0 0 1px #ffffff24}.whatsapp-float svg,.site-footer__contact svg{fill:currentColor;stroke:none;flex:none;width:1.35rem;height:1.35rem}.whatsapp-float:hover,.whatsapp-float:focus-visible{transform:translateY(-2px);box-shadow:0 22px 44px #04120c57,inset 0 0 0 1px #fff3}.site-footer__contact{background:#ffffff0b;border:1px solid #00e5ff47;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;min-height:2.65rem;padding:.7rem .95rem;display:inline-flex}.include-carousel__viewport,.include-carousel__slide,.include-carousel__slide img{border-radius:18px!important}.include-carousel__viewport,.include-carousel__slide{overflow:hidden}.include-carousel__slide img{clip-path:inset(1px round 18px)!important}@media (width<=720px){.whatsapp-float{min-height:3.1rem;padding:.82rem;bottom:.85rem;right:.85rem}.whatsapp-float span{display:none}}.section-final .final-eyebrow{text-align:center;grid-area:eyebrow;place-self:end center;margin:0 0 clamp(-.4rem,-.5vw,-.15rem)}.section-final .final-copy{margin-left:110px}@media (width<=980px){.section-final .final-panel{grid-template-areas:"eyebrow""drone""copy""action"}.section-final .final-eyebrow{margin-bottom:0}.section-final .final-copy{margin-left:auto}}.section-final .final-panel{grid-template-areas:"eyebrow eyebrow""drone copy""action action"}@media (width<=980px){.section-final .final-panel{grid-template-areas:"eyebrow""drone""copy""action"}}.whatsapp-float span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.whatsapp-float{border-radius:50%;width:3.75rem;height:3.75rem;min-height:0;padding:0}.whatsapp-float svg{width:1.75rem;height:1.75rem}@media (width<=720px){.whatsapp-float{width:3.35rem;height:3.35rem;min-height:0;padding:0}}@media (width<=767px){.page-section{scroll-margin-top:4.5rem}.section-shell{width:min(100% - 1.15rem,1180px)}.environment-showcase{flex-direction:column;gap:clamp(1.4rem,5vw,2rem);padding-top:3.5rem;padding-bottom:3.75rem;display:flex}.environment-copy{display:contents}.environment-copy .demo-eyebrow{order:1}.environment-copy h2{order:2;max-width:13ch}.environment-copy .environment-lede{order:3}.environment-copy p:not(.demo-eyebrow):not(.environment-lede){order:4}.environment-media.demo-stage--embed{order:5;width:100%;min-height:clamp(21rem,92vw,30rem);margin:.25rem 0 .35rem}.environment-media .demo-iframe{height:100%;min-height:inherit}.environment-copy .demo-case-facts{order:6;margin-top:.2rem}.environment-copy .demo-feature-list{order:7;margin-top:0}.environment-showcase .demo-filter-line{order:8;margin-top:.4rem;padding:1.25rem}#cotizacion .quote-layout{gap:1.35rem;min-height:auto;padding-top:3.5rem;padding-bottom:3.8rem}#cotizacion .quote-info{margin-top:.55rem}#cotizacion .quote-checklist{justify-self:center;width:min(100%,24rem);padding-top:1rem}#cotizacion .quote-checklist span{text-align:center;margin-bottom:.95rem;display:block}#cotizacion .quote-checklist ul{margin-top:0}#cta-final.section-final{min-height:auto}.section-final .final-panel{text-align:center;grid-template-columns:1fr;grid-template-areas:"eyebrow""copy""drone""action";gap:clamp(.9rem,4vw,1.25rem);min-height:auto;padding-top:3.4rem;padding-bottom:5rem}.section-final .final-eyebrow{margin:0}.section-final .final-copy{margin-left:0;text-align:center;justify-items:center;max-width:min(100%,31rem);margin-inline:auto}.final-copy h2{max-width:13ch}.final-drone-scene{opacity:1;justify-self:center;width:min(100%,23rem);min-height:clamp(12rem,52vw,17rem);display:block;transform:none}.final-panel .final-cta-button{justify-self:center;margin-top:.2rem;position:relative;bottom:auto;left:auto;transform:none}}@media (width<=767px){.include-carousel{grid-template-columns:1fr;row-gap:.85rem}.include-carousel__viewport{grid-area:1/1}.include-carousel__button{grid-row:2;width:2.85rem;height:2.85rem;position:relative;top:auto;transform:none}.include-carousel__button:hover,.include-carousel__button:active{transform:none}.include-carousel__button--prev{justify-self:start;margin-left:.25rem;left:auto}.include-carousel__button--next{justify-self:end;margin-right:.25rem;right:auto}.demo-stage,.demo-stage--embed,.demo-iframe,.section-problem--distance .problem-demo-frame.demo-stage--embed,.section-problem--distance .problem-demo-iframe{height:28rem;min-height:28rem}.environment-media.demo-stage--embed,.environment-media .demo-iframe{height:32rem;min-height:32rem}.section-problem--distance .problem-demo-frame.demo-stage--embed{margin-top:1.25rem}.viewer-fullscreen-button{min-height:2.3rem;padding:.58rem .76rem;top:auto;bottom:.75rem;right:.75rem}}.page-section.section-final:after{background:#020a18bf}@media (width<=767px){.section-includes .include-shell--carousel{gap:.55rem;padding-top:2.65rem;padding-bottom:2.9rem}.include-carousel{align-items:start;row-gap:.45rem}.include-carousel__viewport{place-self:start center;width:min(100%,20rem);height:fit-content;max-height:none}.include-carousel__track{align-items:flex-start}.include-carousel__slide{align-items:start;height:auto;min-height:0}.include-carousel__slide img{width:100%;height:auto;max-height:none}.include-carousel__button{margin-top:.15rem}.include-carousel__status{margin-top:-.15rem}.section-includes .include-shell--carousel .include-copy{max-width:22rem;margin-top:.15rem}.section-includes .include-shell--carousel .include-copy h2{max-width:13ch;font-size:clamp(1.9rem,8.8vw,2.45rem);line-height:1.04}.section-includes .include-shell--carousel .include-copy p{margin-top:.7rem;line-height:1.55}.include-carousel__viewport,.include-carousel__track,.include-carousel__slide{height:10.75rem;min-height:0}.include-carousel__slide{place-items:center}.include-carousel__slide img{object-fit:contain;width:auto;max-width:100%;max-height:10.75rem}.include-carousel{justify-items:stretch;grid-template-columns:minmax(0,1fr)!important}.include-carousel__viewport{margin-inline:auto;grid-column:1/-1!important}.include-carousel__button--prev{grid-column:1;justify-self:start}.include-carousel__button--next{grid-column:1;justify-self:end}.include-carousel__slide{cursor:zoom-in}:-webkit-any(.include-carousel__viewport:fullscreen,.include-carousel__viewport:-webkit-full-screen){background:#020a18;width:100vw;height:100vh;max-height:none;margin:0;border-radius:0!important}:is(.include-carousel__viewport:fullscreen,.include-carousel__viewport:fullscreen){background:#020a18;width:100vw;height:100vh;max-height:none;margin:0;border-radius:0!important}:-webkit-any(.include-carousel__viewport:fullscreen .include-carousel__track,.include-carousel__viewport:-webkit-full-screen .include-carousel__track,.include-carousel__viewport:fullscreen .include-carousel__slide,.include-carousel__viewport:-webkit-full-screen .include-carousel__slide){height:100vh}:is(.include-carousel__viewport:fullscreen .include-carousel__track,.include-carousel__viewport:fullscreen .include-carousel__track,.include-carousel__viewport:fullscreen .include-carousel__slide,.include-carousel__viewport:fullscreen .include-carousel__slide){height:100vh}:-webkit-any(.include-carousel__viewport:fullscreen .include-carousel__slide,.include-carousel__viewport:-webkit-full-screen .include-carousel__slide){cursor:zoom-out;place-items:center;padding:1rem}:is(.include-carousel__viewport:fullscreen .include-carousel__slide,.include-carousel__viewport:fullscreen .include-carousel__slide){cursor:zoom-out;place-items:center;padding:1rem}:-webkit-any(.include-carousel__viewport:fullscreen .include-carousel__slide img,.include-carousel__viewport:-webkit-full-screen .include-carousel__slide img){object-fit:contain;width:auto;max-width:100vw;max-height:100vh;clip-path:none!important;border-radius:0!important}:is(.include-carousel__viewport:fullscreen .include-carousel__slide img,.include-carousel__viewport:fullscreen .include-carousel__slide img){object-fit:contain;width:auto;max-width:100vw;max-height:100vh;clip-path:none!important;border-radius:0!important}}.carousel-lightbox{z-index:80;opacity:0;pointer-events:none;background:#020a18f0;place-items:center;padding:1rem;transition:opacity .18s;display:grid;position:fixed;inset:0}.carousel-lightbox.is-open{opacity:1;pointer-events:auto}.carousel-lightbox img{object-fit:contain;border-radius:10px;width:auto;max-width:100%;max-height:100%;display:block;box-shadow:0 24px 80px #00000075}.is-carousel-lightbox-open{overflow:hidden}@media (width<=767px){.include-carousel__slide{cursor:zoom-in}}
