@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box}:root{--display:"Space Grotesk", sans-serif;--body:"Inter", sans-serif;--mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--sans:var(--body)}html{scroll-behavior:smooth;overscroll-behavior-x:none;scrollbar-width:none;-ms-overflow-style:none;width:100%;max-width:100%;overflow-x:clip}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}body{color:#0f172a;width:100%;min-height:100vh;font-family:var(--body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:none;-ms-overflow-style:none;text-rendering:optimizelegibility;background-color:#fff;margin:0;padding:0;overflow-x:clip}#root{flex-direction:column;width:100%;max-width:100%;min-height:100vh;margin:0;padding:0;display:flex}.techpg-page,.techpg-lede,.techpg-sec-lede{font-family:var(--body)}.techpg-display,.techpg-sec-title,.techpg-hero-meta dt,.techpg-cap-title,.techpg-step-name{font-family:var(--display)}.techpg-eyebrow,.techpg-hero-meta dd,.techpg-marquee,.techpg-step-num{font-family:var(--mono)}@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){main,main h1,main h2,main h3,main h4,main h5,main h6,main p,main li,main a,main button,main label,main dt,main dd{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}main *{will-change:auto!important}}.mobile-header-root{display:none}@media (width<=992px){.mobile-header-root{z-index:10000;background-color:#fff;border-bottom:1px solid #e2e8f0;width:100%;transition:box-shadow .3s;display:block;position:fixed;top:0;left:0;right:0}.mobile-header-root.scrolled{box-shadow:0 5px 22px -4px #0f172a33}.mobile-top-bar{box-sizing:border-box;z-index:10002;background-color:#fff;justify-content:space-between;align-items:center;width:100%;height:68px;padding:0 1.25rem;display:flex;position:relative}.mobile-brand{align-items:center;text-decoration:none;display:flex}.mobile-logo-img{object-fit:contain;width:auto;height:36px}.mobile-hamburger-btn{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;transition:all .2s;display:flex}.mobile-hamburger-btn:active{background:#f1f5f9}.mobile-hamburger-btn .bar{transform-origin:50%;background-color:#0f172a;border-radius:2px;width:20px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-hamburger-btn.active{background-color:#fef2f2;border-color:#fca5a5}.mobile-hamburger-btn.active .bar{background-color:#dc2626}.mobile-hamburger-btn.active .bar1{transform:translateY(7px)rotate(45deg)}.mobile-hamburger-btn.active .bar2{opacity:0;transform:scaleX(0)}.mobile-hamburger-btn.active .bar3{transform:translateY(-7px)rotate(-45deg)}.mobile-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background-color:#0f172a73;animation:.2s ease-out forwards mobileFadeIn;position:fixed;inset:68px 0 0}@keyframes mobileFadeIn{0%{opacity:0}to{opacity:1}}.mobile-nav-panel{z-index:10001;box-sizing:border-box;opacity:0;visibility:hidden;background-color:#fff;width:100%;max-width:100vw;height:calc(100dvh - 68px);transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .25s,visibility .3s;position:fixed;top:68px;left:0;right:0;overflow:hidden auto;transform:translateY(-100%);box-shadow:0 20px 40px #00000026}.mobile-nav-panel.open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav-content{box-sizing:border-box;flex-direction:column;justify-content:space-between;width:100%;max-width:100%;min-height:100%;padding:1.25rem 1.25rem 2.5rem;display:flex;overflow-x:hidden}.mobile-nav-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.mobile-nav-item{border-bottom:1px solid #f1f5f9;width:100%}.mobile-nav-link{color:#1e293b;box-sizing:border-box;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:1rem .75rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.mobile-nav-link:hover,.mobile-nav-link.active{color:#dc2626;background-color:#fef2f2}.nav-arrow{stroke:#94a3b8;flex-shrink:0;width:16px;min-width:16px;height:16px;min-height:16px;transition:transform .2s}.mobile-nav-link:hover .nav-arrow,.mobile-nav-link.active .nav-arrow{stroke:#dc2626;transform:translate(3px)}.accordion-btn{align-items:center}.accordion-label{flex:1;align-items:center;gap:.6rem;min-width:0;display:flex}.badge-mobile-pill{color:#dc2626;white-space:nowrap;background-color:#fee2e2;border-radius:9999px;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.accordion-chevron{stroke:#64748b;flex-shrink:0;width:18px;min-width:18px;height:18px;min-height:18px;transition:transform .25s}.accordion-chevron.rotate{stroke:#dc2626;transform:rotate(180deg)}.mobile-products-grid{flex-direction:column;gap:.65rem;padding:.5rem .25rem 1rem;animation:.2s ease-out accordionSlide;display:flex}@keyframes accordionSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-product-card{cursor:pointer;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:.85rem;padding:.85rem;transition:all .15s;display:flex}.mobile-product-card:active,.mobile-product-card:hover{background-color:#fff;border-color:#ef4444;box-shadow:0 4px 12px #ef44441a}.mobile-card-icon{color:#dc2626;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;display:flex}.mobile-card-icon svg{width:20px;height:20px}.mobile-card-info{flex-direction:column;flex:1;gap:.15rem;display:flex}.mobile-card-header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.mobile-card-title{color:#0f172a;font-size:.95rem;font-weight:700}.mobile-card-tag{color:#dc2626;letter-spacing:.05em;background-color:#fef2f2;border-radius:4px;padding:.15rem .4rem;font-size:.62rem;font-weight:800}.mobile-card-desc{color:#64748b;margin:0;font-size:.78rem;line-height:1.35}.mobile-view-all-box{margin-top:.25rem}.mobile-view-all-btn{color:#fff;letter-spacing:.06em;cursor:pointer;background-color:#1e293b;border:none;border-radius:10px;width:100%;padding:.75rem;font-size:.8rem;font-weight:800;transition:background-color .2s}.mobile-view-all-btn:hover{background-color:#dc2626}.mobile-nav-footer{margin-top:2rem;padding-top:1rem}.mobile-contact-btn{color:#fff;letter-spacing:.06em;background-color:#dc2626;border-radius:9999px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.9rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 14px #dc26264d}.mobile-contact-btn:active{background-color:#b91c1c;transform:scale(.98)}}@media (width<=480px){.mobile-top-bar{height:62px;padding:0 1rem}.mobile-logo-img{height:32px}.mobile-backdrop,.mobile-nav-panel{box-sizing:border-box;width:100%;max-width:100vw;height:calc(100dvh - 62px);top:62px;left:0;right:0}.mobile-nav-link{padding:.85rem .5rem;font-size:.98rem}.mobile-card-title{font-size:.88rem}.mobile-card-desc{font-size:.74rem}.mobile-card-tag{font-size:.58rem}.mobile-card-icon{width:32px;min-width:32px;height:32px}}@media (width>=768px) and (width<=992px){.mobile-top-bar{padding:0 2rem}.mobile-nav-content{padding:2rem 2.5rem}.mobile-products-grid{grid-template-columns:repeat(2,1fr);gap:.85rem;display:grid}}.zmd-header{z-index:1000;background-color:#fff;border-bottom:1px solid #e2e8f0;width:100%;transition:all .3s;position:sticky;top:0;left:0}.zmd-header.scrolled{box-shadow:0 4px 20px -2px #0f172a14}.header-top-bar{justify-content:space-between;align-items:center;width:100%;padding:.85rem 3rem;display:flex;position:relative}.header-brand{align-items:center;text-decoration:none;display:flex}.header-logo-img{object-fit:contain;width:auto;height:42px}.header-nav{align-items:center;display:flex}.nav-list{align-items:center;gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-item{position:relative}.nav-link{color:#334155;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:.5rem .25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.nav-link:hover,.nav-link.active,.nav-item.active .nav-link,.dropdown-toggle.active{color:#dc2626}.dropdown-chevron{stroke:#64748b;transition:transform .2s}.dropdown-toggle.active .dropdown-chevron{stroke:#dc2626;transform:rotate(180deg)}.btn-red-contact{color:#fff;letter-spacing:.05em;background-color:#dc2626;border-radius:9999px;align-items:center;gap:.5rem;padding:.65rem 1.4rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #dc262640}.btn-red-contact:hover{background-color:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 14px #dc262659}.mega-menu-overlay{z-index:9999;background-color:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #e2e8f0;width:100%;animation:.2s cubic-bezier(.16,1,.3,1) fadeInDown;position:absolute;top:100%;left:0;right:0;box-shadow:0 25px 50px -12px #0f172a26}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.mega-menu-container{box-sizing:border-box;width:100%;margin:0 auto;padding:2rem 3rem 1.75rem}.mega-menu-top{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.categories-label{color:#dc2626;letter-spacing:.08em;align-items:center;gap:.4rem;font-size:.78rem;font-weight:700;display:inline-flex}.red-dot{background-color:#dc2626;border-radius:50%;width:6px;height:6px;display:inline-block}.categories-subtext{color:#94a3b8;font-size:.85rem}.mega-menu-grid{grid-template-columns:repeat(6,1fr);gap:.85rem;display:grid}.mega-col{cursor:pointer;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;padding:1.25rem;transition:all .2s;display:flex}.mega-col.col-highlight,.mega-col:hover{background-color:#fff;border-color:#ef4444;transform:translateY(-2px);box-shadow:0 10px 25px -5px #ef44441f}.col-header{border-bottom:1px solid #e2e8f0;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.col-icon{stroke:#475569;width:22px;height:22px}.mega-col:hover .col-icon{stroke:#dc2626}.col-title-group{flex-direction:column;display:flex}.col-title{color:#0f172a;margin:0;font-size:1rem;font-weight:700}.col-tag{color:#dc2626;letter-spacing:.05em;margin-top:.1rem;font-size:.65rem;font-weight:700}.col-items{flex-direction:column;gap:.85rem;display:flex}.product-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.85rem .95rem;text-decoration:none;transition:all .15s}.mega-col:hover .product-card{border-color:#cbd5e1}.product-card:hover{background-color:#f8fafc;border-color:#dc2626}.card-head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.card-name{color:#0f172a;font-size:.88rem;font-weight:700;line-height:1.3}.card-desc{color:#64748b;margin:.35rem 0 0;font-size:.76rem;line-height:1.4}.badge-red{color:#fff;white-space:nowrap;background-color:#dc2626;border-radius:4px;padding:.15rem .4rem;font-size:.6rem;font-weight:800}.badge-red-outline{color:#dc2626;white-space:nowrap;border:1px solid #dc2626;border-radius:4px;padding:.15rem .4rem;font-size:.6rem;font-weight:800}.mega-menu-bottom{justify-content:flex-end;margin-top:1.5rem;padding-top:.75rem;display:flex}.view-all-link{color:#dc2626;letter-spacing:.06em;font-size:.8rem;font-weight:800;text-decoration:none;transition:opacity .15s}.view-all-link:hover{opacity:.85;text-decoration:underline}.mobile-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.mobile-toggle span{background-color:#0f172a;width:22px;height:2px}@media (width<=992px){.zmd-header.desktop-header{display:none!important}}@media (width>=1024px) and (width<=1366px){.header-top-bar{padding:.85rem 2rem}.nav-list{gap:1.6rem}.nav-link{font-size:.9rem}.btn-red-contact{padding:.55rem 1.15rem;font-size:.8rem}.mega-menu-container{padding:1.5rem 2rem 1.25rem}.mega-menu-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.mega-col{padding:1rem}.col-title{font-size:.95rem}.card-name{font-size:.84rem}.card-desc{font-size:.72rem}}@media (width>=768px) and (width<=1023px){.header-top-bar{padding:.75rem 1.5rem}.mega-menu-container{padding:1.25rem 1.5rem}.mega-menu-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}}@media (width<=767px){.mega-menu-container{padding:1rem}.mega-menu-grid{grid-template-columns:1fr;gap:.75rem}}.solutions-mega-menu-overlay{z-index:9999;background-color:#fff;border-top:2px solid #dc2626;border-bottom:1px solid #e2e8f0;width:100%;animation:.2s cubic-bezier(.16,1,.3,1) fadeInDown;position:absolute;top:100%;left:0;right:0;box-shadow:0 25px 50px -12px #0f172a26}.solutions-mega-menu-container{box-sizing:border-box;width:100%;max-width:1500px;margin:0 auto;padding:1.6rem 3rem 1.4rem}.solutions-mega-menu-top{justify-content:space-between;align-items:center;margin-bottom:1.15rem;display:flex}.solutions-header-left{align-items:center;gap:1rem;display:flex}.solutions-categories-label{color:#dc2626;letter-spacing:.08em;align-items:center;gap:.4rem;font-size:.78rem;font-weight:800;display:inline-flex}.solutions-red-dot{background-color:#dc2626;border-radius:50%;width:6px;height:6px;display:inline-block}.solutions-categories-subtext{color:#64748b;font-size:.85rem}.solutions-mega-menu-grid{grid-template-columns:repeat(3,1fr);gap:.85rem;display:grid}.sol-col-item{cursor:pointer;background-color:#f8fafc;border:1px solid #e2e8f0;border-left:3px solid #cbd5e1;border-radius:12px;align-items:flex-start;gap:.85rem;padding:.9rem 1.1rem;transition:all .2s;display:flex}.sol-col-item:hover{background-color:#fff;border-color:#fca5a5 #fca5a5 #fca5a5 #dc2626;transform:translateY(-2px);box-shadow:0 10px 25px -5px #dc26261f}.sol-col-num{font-family:var(--mono,"JetBrains Mono", monospace);color:#dc2626;background:#fff5f5;border:1px solid #fca5a5;border-radius:8px;flex-shrink:0;padding:.2rem .5rem;font-size:.95rem;font-weight:800}.sol-col-body{flex-direction:column;flex-grow:1;display:flex}.sol-col-header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.sol-col-title{color:#0f172a;margin:0;font-size:.94rem;font-weight:800}.sol-col-tag{color:#dc2626;letter-spacing:.05em;text-transform:uppercase;background-color:#fff5f5;border-radius:4px;padding:.12rem .4rem;font-size:.62rem;font-weight:700}.sol-col-desc{color:#64748b;margin:0;font-size:.78rem;line-height:1.35}.solutions-mega-menu-bottom{border-top:1px solid #f1f5f9;justify-content:flex-end;margin-top:1.15rem;padding-top:.65rem;display:flex}.solutions-view-all-link{color:#dc2626;letter-spacing:.06em;font-size:.8rem;font-weight:800;text-decoration:none;transition:opacity .15s}.solutions-view-all-link:hover{opacity:.85;text-decoration:underline}@media (width<=1024px){.solutions-mega-menu-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.solutions-mega-menu-grid{grid-template-columns:1fr}}.zmd-footer{color:#334155;background-color:#f8fafc;border-top:1px solid #e2e8f0;padding:4rem 0 2rem;font-family:inherit}.footer-container{max-width:1280px;margin:0 auto;padding:0 2rem}.footer-grid{border-bottom:1px solid #e2e8f0;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3.5rem;display:grid}.footer-brand-col{flex-direction:column;align-items:flex-start;display:flex}.footer-brand-logo{align-items:center;margin-bottom:1rem;text-decoration:none;display:flex}.footer-logo-img{object-fit:contain;width:auto;height:38px;display:block}.footer-tagline{color:#64748b;max-width:320px;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.footer-socials{align-items:center;gap:.75rem;display:flex}.social-link{color:#475569;background-color:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .2s;display:flex}.social-link:hover{color:#fff;background-color:#0f172a;border-color:#0f172a;transform:translateY(-2px)}.footer-col{flex-direction:column;display:flex}.footer-col-title{letter-spacing:.08em;color:#64748b;text-transform:uppercase;margin:0 0 1.25rem;font-size:.78rem;font-weight:700}.footer-links{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#334155;font-size:.925rem;font-weight:500;text-decoration:none;transition:color .15s}.footer-links a:hover{color:#0f172a;font-weight:600}.footer-bottom{color:#64748b;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.legal-links{align-items:center;gap:.75rem;display:flex}.legal-links a{color:#64748b;text-decoration:none;transition:color .15s}.legal-links a:hover{color:#0f172a}.divider{color:#cbd5e1}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand-col{grid-column:span 2}}@media (width<=600px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand-col{grid-column:span 1}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}}@media (width>=1024px) and (width<=1366px){.zmd-footer{padding:3.5rem 0 2rem}.footer-container{padding:0 2.5rem}.footer-grid{gap:2rem}}@media (width>=768px) and (width<=1023px){.zmd-footer{padding:3rem 0 1.5rem}.footer-container{padding:0 2rem}}@media (width>=480px) and (width<=767px){.zmd-footer{padding:2.5rem 0 1.5rem}.footer-container{padding:0 1.25rem}}@media (width<=479px){.zmd-footer{padding:2rem 0 1.25rem}.footer-container{padding:0 1rem}.footer-logo-img{height:32px}.footer-tagline{font-size:.84rem}.footer-col-title{font-size:.72rem}.footer-links a{font-size:.86rem}}.app-root{background-color:#fff;flex-direction:column;width:100%;min-height:100vh;display:flex}main{flex:1;width:100%}@media (width<=992px){main{padding-top:68px}}@media (width<=480px){main{padding-top:62px}}:root{--ink:#0a0a0b;--ink-2:#4b4b52;--meta:#8a8a92;--line:#e5e5e7;--surface:#fff;--surface-2:#f1f1f2;--brand:#e10600;--brand-hover:#b00500;--background:#fafafa;--accent-red:#e61919;--accent-red-hover:#cc1414;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--text-white:#fff;--bg-secondary:#f8fafc;--border-light:#e2e8f0;--font-heading:"Space Grotesk", ui-sans-serif, system-ui, sans-serif;--font-display:"Space Grotesk", ui-sans-serif, system-ui, sans-serif;--font-sans:"Inter", ui-sans-serif, system-ui, sans-serif;--font-body:"Inter", ui-sans-serif, system-ui, sans-serif;--font-mono:"Space Mono", ui-monospace, SFMono-Regular, monospace;--max-width:1400px;--header-height:70px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:var(--font-sans);color:var(--ink);background-color:var(--background);-webkit-font-smoothing:antialiased;font-weight:400}body{overflow-x:clip}.hmpg-zmd-app,.zmd-home-page{width:100%;min-height:100vh;position:relative}.zmd-container,.hmpg-zmd-container{max-width:var(--max-width);z-index:2;margin:0 auto;padding:0 1.5rem;position:relative}@media (width>=768px){.zmd-container,.hmpg-zmd-container{padding:0 2.5rem}}@media (width>=1024px){.zmd-container,.hmpg-zmd-container{padding:0 4rem}}.zmd-mono-tag,.hmpg-font-mono{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--meta);font-size:11px;font-weight:400}.zmd-eyebrow-row,.hmpg-section-tag-row{align-items:center;gap:12px;margin-bottom:1.25rem;display:flex}.zmd-red-line{background-color:var(--brand);width:32px;height:1px;display:inline-block}.hmpg-section-tag{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--meta);font-size:11px;font-weight:500}.hmpg-section-num{color:var(--meta);font-size:11px;font-weight:400}.zmd-index{margin-left:auto}@media (width>=768px){.zmd-index{margin-left:.75rem}}.zmd-text-brand,.hmpg-text-red{color:var(--brand)}.zmd-text-white{color:#fff!important}.zmd-text-muted{color:#fff9!important}.zmd-display-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin-bottom:2rem;font-size:clamp(2.75rem,6vw,5.5rem);font-weight:500;line-height:1.02}.zmd-section-heading{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);font-size:clamp(2.25rem,4.5vw,4rem);font-weight:500;line-height:1.05}.zmd-section-sub{color:var(--ink-2);max-width:680px;margin-top:1.5rem;font-size:1.1rem;font-weight:400;line-height:1.6}.zmd-section-header{margin-bottom:3.5rem}.hmpg-btn-black,.zmd-btn-black{color:#fff;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background-color:#0f172a;border:none;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:.85rem 1.75rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.hmpg-btn-black:hover,.zmd-btn-black:hover{background-color:#1e293b;transform:translateY(-1px);box-shadow:0 4px 14px #0f172a40}.hmpg-btn-outline,.zmd-btn-outline{color:var(--text-primary);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--text-primary);cursor:pointer;background-color:#0000;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:.85rem 1.75rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.hmpg-btn-outline:hover,.zmd-btn-outline:hover{background-color:#0f172a0d;transform:translateY(-1px)}.zmd-btn-brand{background-color:var(--brand);color:#fff;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;justify-content:center;align-items:center;gap:10px;padding:1.1rem 2rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.zmd-btn-brand:hover{background-color:var(--brand-hover);transform:translateY(-2px)}.zmd-btn-outline-white{color:#fff;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background-color:#0000;border:1px solid #ffffff4d;border-radius:2px;justify-content:center;align-items:center;gap:10px;padding:1.1rem 2rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.zmd-btn-outline-white:hover{color:var(--ink);background-color:#fff;border-color:#fff;transform:translateY(-2px)}.hmpg-reveal-on-scroll,.hmpg-fade-up-scroll{opacity:0;will-change:opacity, transform;transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1);transform:translateY(35px)}.hmpg-fade-left-scroll{opacity:0;will-change:opacity, transform;transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1);transform:translate(-40px)}.hmpg-fade-right-scroll{opacity:0;will-change:opacity, transform;transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1);transform:translate(40px)}.hmpg-scale-on-scroll,.hmpg-zoom-in-scroll{opacity:0;will-change:opacity, transform;transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1);transform:scale(.93)translateY(20px)}.hmpg-reveal-on-scroll.hmpg-is-visible,.hmpg-fade-up-scroll.hmpg-is-visible,.hmpg-fade-left-scroll.hmpg-is-visible,.hmpg-fade-right-scroll.hmpg-is-visible{opacity:1;transform:translate(0)}.hmpg-scale-on-scroll.hmpg-is-visible,.hmpg-zoom-in-scroll.hmpg-is-visible{opacity:1;transform:scale(1)translateY(0)}section,.hmpg-hero-section,.zmd-section-about,.zmd-section-ecosystem,.zmd-section-products,.hmpg-solutions-section,.zmd-section-why,.zmd-section-technology,.zmd-section-industries,.zmd-section-cta{will-change:opacity, transform;transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1)}section.hmpg-is-exiting-up,.hmpg-hero-section.hmpg-is-exiting-up,.zmd-section-about.hmpg-is-exiting-up,.zmd-section-ecosystem.hmpg-is-exiting-up,.zmd-section-products.hmpg-is-exiting-up,.hmpg-solutions-section.hmpg-is-exiting-up,.zmd-section-why.hmpg-is-exiting-up,.zmd-section-technology.hmpg-is-exiting-up,.zmd-section-industries.hmpg-is-exiting-up,.zmd-section-cta.hmpg-is-exiting-up{opacity:0;transform:translateY(-60px)scale(.97)}section.hmpg-is-exiting-down,.hmpg-hero-section.hmpg-is-exiting-down,.zmd-section-about.hmpg-is-exiting-down,.zmd-section-ecosystem.hmpg-is-exiting-down,.zmd-section-products.hmpg-is-exiting-down,.hmpg-solutions-section.hmpg-is-exiting-down,.zmd-section-why.hmpg-is-exiting-down,.zmd-section-technology.hmpg-is-exiting-down,.zmd-section-industries.hmpg-is-exiting-down,.zmd-section-cta.hmpg-is-exiting-down{opacity:0;transform:translateY(60px)scale(.97)}section.hmpg-is-visible,.hmpg-hero-section.hmpg-is-visible,.zmd-section-about.hmpg-is-visible,.zmd-section-ecosystem.hmpg-is-visible,.zmd-section-products.hmpg-is-visible,.hmpg-solutions-section.hmpg-is-visible,.zmd-section-why.hmpg-is-visible,.zmd-section-technology.hmpg-is-visible,.zmd-section-industries.hmpg-is-visible,.zmd-section-cta.hmpg-is-visible{opacity:1;transform:translateY(0)scale(1)}.hmpg-reveal-on-scroll.hmpg-is-exiting-up,.hmpg-fade-up-scroll.hmpg-is-exiting-up{opacity:0;transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1);transform:translateY(-70px)}.hmpg-reveal-on-scroll.hmpg-is-exiting-down,.hmpg-fade-up-scroll.hmpg-is-exiting-down{opacity:0;transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1);transform:translateY(70px)}.hmpg-scale-on-scroll.hmpg-is-exiting-up{opacity:0;transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1);transform:scale(.88)translateY(-70px)}.hmpg-scale-on-scroll.hmpg-is-exiting-down{opacity:0;transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1);transform:scale(.88)translateY(70px)}.stagger-1{transition-delay:80ms}.stagger-2{transition-delay:.16s}.stagger-3{transition-delay:.24s}.stagger-4{transition-delay:.32s}.stagger-5{transition-delay:.4s}.stagger-6{transition-delay:.48s}.stagger-7{transition-delay:.56s}.stagger-8{transition-delay:.64s}.hmpg-tech-grid-bg{background-image:linear-gradient(90deg,#00000009 1px,#0000 1px),linear-gradient(#00000009 1px,#0000 1px);background-size:40px 40px}.hmpg-scroll-hero-wrapper{width:100%;height:calc(100svh - var(--header-height,70px));background-color:#0b0c10;min-height:650px;position:relative}.hmpg-scroll-hero-sticky{background-color:#0b0c10;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.hmpg-hero-image{object-fit:cover;object-position:center;z-index:1;width:100%;height:100%;position:absolute;inset:0}.hmpg-hero-overlay-content{z-index:10;pointer-events:none;flex-direction:column;justify-content:center;width:100%;height:100%;padding-top:0;display:flex;position:relative}.hmpg-hero-overlay-content:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(90deg,#05080cd1 0%,#05080cad 35%,#05080c47 62%,#05080c00 84%);position:absolute;inset:0}.hmpg-hero-overlay-content .hmpg-zmd-container{width:100%}.hmpg-hero-overlay-content a{pointer-events:auto}.hmpg-hero-text-block{opacity:0;visibility:hidden;filter:blur(10px);pointer-events:none;will-change:opacity, transform, filter;max-width:900px;margin-left:-3rem;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .95s cubic-bezier(.16,1,.3,1),filter .8s,visibility 0s linear .95s;transform:translate(-72px,24px)}.hmpg-hero-text-block.hmpg-is-visible{opacity:1;visibility:visible;filter:blur();pointer-events:auto;transition-delay:0s;transform:translate(0,0)}.hmpg-hero-text-block>*{opacity:0;transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);transform:translateY(22px)}.hmpg-hero-text-block.hmpg-is-visible>*{opacity:1;transform:translateY(0)}.hmpg-hero-text-block.hmpg-is-visible>:first-child{transition-delay:.12s}.hmpg-hero-text-block.hmpg-is-visible>:nth-child(2){transition-delay:.2s}.hmpg-hero-text-block.hmpg-is-visible>:nth-child(3){transition-delay:.3s}.hmpg-hero-text-block.hmpg-is-visible>:nth-child(4){transition-delay:.4s}.hmpg-hero-text-block .hmpg-hero-title{color:#fff;letter-spacing:-.055em;text-shadow:0 3px 8px #000000c7,0 12px 34px #000000b8;font-size:clamp(4.1rem,5.5vw,5.75rem);font-weight:550;line-height:.96}.hmpg-hero-text-block .hmpg-hero-description{color:#f1f5f9;text-shadow:0 2px 5px #000000f2,0 7px 20px #000000e6;max-width:680px;font-size:clamp(1.12rem,1.35vw,1.3rem);font-weight:500;line-height:1.65}.hmpg-hero-text-block .hmpg-section-tag{color:#f8fafc;text-shadow:0 2px 8px #000000f2;font-size:.78rem;font-weight:700}.hmpg-hero-text-block .hmpg-btn-outline{color:#fff;border-color:#ffffff59}.hmpg-hero-text-block .hmpg-btn-outline:hover{color:#0b0c10;background-color:#fff}@media (width<=768px){.hmpg-hero-overlay-content:before{background:linear-gradient(90deg,#05080cd6 0%,#05080ca8 70%,#05080c3d 100%)}.hmpg-hero-text-block{max-width:min(88vw,560px);margin-left:0;transform:translate(-36px,18px)}.hmpg-hero-text-block .hmpg-hero-title{font-size:clamp(2.75rem,12vw,4rem);line-height:1}.hmpg-hero-text-block .hmpg-hero-description{font-size:1rem;line-height:1.55}}@media (width<=767px){.hmpg-scroll-hero-wrapper{--hmpg-mobile-header-height:68px;height:calc(100svh - var(--hmpg-mobile-header-height));min-height:650px}.hmpg-scroll-hero-sticky{height:100%;position:relative;top:auto}.hmpg-hero-image{object-position:52% center}.hmpg-hero-overlay-content{justify-content:center;padding:2.5rem 0}.hmpg-hero-overlay-content .hmpg-zmd-container{justify-content:center;display:flex}.hmpg-hero-overlay-content:before{background:linear-gradient(#04070b38 0%,#04070b57 34%,#04070bb8 76%,#04070bc2 100%),linear-gradient(90deg,#04070b9e,#04070b14)}.hmpg-hero-text-block,.hmpg-hero-text-block.hmpg-is-visible{opacity:1;visibility:visible;filter:none;pointer-events:auto;text-align:center;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;flex-direction:column;align-items:center;width:100%;max-width:30rem;margin-left:0;transition:none;display:flex;transform:none}.hmpg-hero-text-block>*,.hmpg-hero-text-block.hmpg-is-visible>*{opacity:1;filter:none;transition:none;transform:none}.hmpg-hero-text-block .hmpg-section-tag{letter-spacing:.12em;text-shadow:0 1px 2px #000000bf;font-size:.72rem}.hmpg-hero-text-block .hmpg-hero-title{letter-spacing:-.045em;text-shadow:0 1px 3px #000000b8;margin:.4rem 0 1.15rem;font-size:clamp(2.7rem,12vw,3.4rem);line-height:.98}.hmpg-hero-text-block .hmpg-hero-description{text-shadow:0 1px 2px #000000c7;max-width:36ch;margin:0 0 1.35rem;font-size:1rem;line-height:1.5}.hmpg-hero-actions{flex-direction:column;align-items:stretch;gap:.65rem;width:100%;display:flex}.hmpg-hero-actions .hmpg-btn-black,.hmpg-hero-actions .hmpg-btn-outline{width:100%;min-height:48px;padding:.8rem 1rem}.hmpg-scroll-prompt{display:none}.hmpg-scroll-arrow{color:var(--brand);font-size:1.25rem}}.hmpg-scroll-hero-wrapper .hmpg-hero-image{opacity:.35;filter:blur(5px)brightness(.72)saturate(.8);will-change:opacity, filter, transform;transition:opacity 1.25s cubic-bezier(.16,1,.3,1),filter 1.4s,transform 1.7s cubic-bezier(.16,1,.3,1);transform:scale(1.08)}.hmpg-scroll-hero-wrapper.hmpg-hero-active .hmpg-hero-image{opacity:1;filter:none;animation:16s ease-in-out 1.7s infinite alternate hmpgHeroImageDrift;transform:scale(1)}.hmpg-scroll-hero-sticky:after{content:"";z-index:4;pointer-events:none;opacity:0;mix-blend-mode:screen;background:linear-gradient(105deg,#0000 8%,#fff3 50%,#0000 92%);width:38%;position:absolute;inset:0;transform:translate(-135%)skew(-10deg)}.hmpg-hero-active .hmpg-scroll-hero-sticky:after{animation:1.6s ease-out .35s both hmpgHeroLightSweep}.hmpg-scroll-hero-wrapper .hmpg-hero-text-block{opacity:0;visibility:hidden;filter:blur(10px);transform:translate(-72px,24px)}.hmpg-scroll-hero-wrapper .hmpg-hero-text-block.hmpg-is-visible{opacity:1;visibility:visible;filter:none;transform:translate(0,0)}.hmpg-hero-active .hmpg-scroll-prompt{animation:.7s 1.15s both hmpgHeroPromptReveal}@keyframes hmpgHeroImageDrift{0%{transform:scale(1)}to{transform:scale(1.025)}}@keyframes hmpgHeroLightSweep{0%{opacity:0;transform:translate(-135%)skew(-10deg)}24%{opacity:.28}to{opacity:0;transform:translate(360%)skew(-10deg)}}@keyframes hmpgHeroPromptReveal{0%{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%)}}@media (width<=767px){.hmpg-scroll-hero-wrapper .hmpg-hero-text-block,.hmpg-scroll-hero-wrapper .hmpg-hero-text-block.hmpg-is-visible{transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1),filter .65s}.hmpg-scroll-hero-wrapper .hmpg-hero-text-block:not(.hmpg-is-visible){opacity:0;visibility:hidden;filter:blur(7px);transform:translateY(28px)}.hmpg-scroll-hero-wrapper .hmpg-hero-text-block>*{transition:opacity .56s cubic-bezier(.16,1,.3,1),transform .68s cubic-bezier(.16,1,.3,1)}.hmpg-scroll-hero-wrapper .hmpg-hero-text-block:not(.hmpg-is-visible)>*{opacity:0;transform:translateY(18px)}}@media (prefers-reduced-motion:reduce){.hmpg-scroll-hero-wrapper .hmpg-hero-image,.hmpg-scroll-hero-wrapper.hmpg-hero-active .hmpg-hero-image{opacity:1;filter:none;transition:none;animation:none;transform:none}.hmpg-scroll-hero-wrapper .hmpg-hero-text-block,.hmpg-scroll-hero-wrapper .hmpg-hero-text-block>*{opacity:1;visibility:visible;filter:none;transition:none;animation:none;transform:none}.hmpg-scroll-hero-sticky:after,.hmpg-hero-active .hmpg-scroll-prompt{animation:none}}@media (width<=480px){.hmpg-scroll-hero-wrapper{--hmpg-mobile-header-height:62px}}@media (prefers-reduced-motion:reduce){.hmpg-hero-text-block,.hmpg-hero-text-block>*{filter:none;transition-duration:.01ms}}.hmpg-scroll-prompt{color:#ffffffbf;letter-spacing:.1em;pointer-events:none;align-items:center;gap:8px;font-size:.75rem;font-weight:600;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hmpg-scroll-arrow{color:#e61919;animation:1.5s ease-in-out infinite bounceDown}@keyframes bounceDown{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(6px)}60%{transform:translateY(3px)}}@media (width<=767px){.hmpg-scroll-prompt{display:none}}.hmpg-hero-section{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-light);padding-top:4rem;padding-bottom:3rem;overflow:hidden}.hmpg-hero-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:3rem;margin-bottom:7.5rem;display:grid}@media (width<=1024px){.hmpg-hero-grid{grid-template-columns:1fr}}.hmpg-hero-content{max-width:580px}.hmpg-hero-title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.75rem;font-size:clamp(2.5rem,5vw,4.25rem);font-weight:500;line-height:1.05}.hmpg-hero-description{color:var(--text-secondary);max-width:520px;margin-bottom:2.25rem;font-size:1.05rem;font-weight:400;line-height:1.6}.hmpg-hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hmpg-hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.hmpg-radar-container{aspect-ratio:1;justify-content:center;align-items:center;width:100%;max-width:460px;display:flex;position:relative}.hmpg-parallax-layer{pointer-events:none;will-change:transform;width:100%;height:100%;position:absolute;top:0;left:0}.hmpg-parallax-layer .hmpg-hub-center,.hmpg-parallax-layer .hmpg-radar-node{pointer-events:auto}.hmpg-radar-svg-layer{width:100%;height:100%;display:block}.hmpg-zmd-core-parallax-wrapper{z-index:10;justify-content:center;align-items:center;width:88px;height:88px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hmpg-zmd-core-animation-wrapper{opacity:0;will-change:opacity, transform;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;transform:scale(0)}.hmpg-zmd-core-animation-wrapper.is-powered-on{opacity:1;animation:.85s cubic-bezier(.16,1,.3,1) forwards zmdPowerUpCore}@keyframes zmdPowerUpCore{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.15)}82%{transform:scale(.96)}to{opacity:1;transform:scale(1)}}.hmpg-zmd-core-glow{opacity:0;pointer-events:none;z-index:1;background:radial-gradient(circle,#e6191959 0%,#e6191914 50%,#0000 75%);border-radius:50%;transition:opacity .8s;position:absolute;inset:-12px}.hmpg-zmd-core-animation-wrapper.is-powered-on .hmpg-zmd-core-glow{animation:.85s forwards zmdGlowPulse,4s ease-in-out .85s infinite alternate zmdGlowResting}@keyframes zmdGlowPulse{0%{opacity:0;transform:scale(.5)}60%{opacity:.8;transform:scale(1.2)}to{opacity:.45;transform:scale(1)}}@keyframes zmdGlowResting{0%{opacity:.35;transform:scale(1)}to{opacity:.55;transform:scale(1.08)}}.hmpg-zmd-core-pulse{border:1.5px solid var(--accent-red);pointer-events:none;opacity:0;z-index:2;border-radius:50%;width:72px;height:72px;margin-top:-36px;margin-left:-36px;position:absolute;top:50%;left:50%;transform:scale(.8)}.hmpg-zmd-core-animation-wrapper.is-powered-on .hmpg-zmd-core-pulse-1{animation:1s cubic-bezier(.16,1,.3,1) .55s forwards initialPulse1}@keyframes initialPulse1{0%{opacity:.45;transform:scale(.8);box-shadow:0 0 10px #e6191966}to{opacity:0;transform:scale(2.5);box-shadow:0 0 2px #e6191900}}.hmpg-zmd-core-animation-wrapper.is-powered-on .hmpg-zmd-core-pulse-2{animation:1s cubic-bezier(.16,1,.3,1) .75s forwards initialPulse2}@keyframes initialPulse2{0%{opacity:.25;transform:scale(.8);box-shadow:0 0 8px #e619194d}to{opacity:0;transform:scale(2.8);box-shadow:0 0 2px #e6191900}}.hmpg-zmd-core-pulse-ambient.is-pulsing{animation:1.8s cubic-bezier(.16,1,.3,1) forwards ambientHeartbeat}@keyframes ambientHeartbeat{0%{opacity:.15;transform:scale(1);box-shadow:0 0 6px #e6191933}to{opacity:0;transform:scale(1.9);box-shadow:0 0 #e6191900}}.hmpg-hub-center{color:#fff;z-index:5;background-color:#0b0c10;border:1.5px solid #e6191980;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;padding:12px;display:flex;position:relative;top:0;left:0;transform:none;box-shadow:0 0 30px #e6191959,inset 0 0 15px #e6191940}.hmpg-hub-logo-img{object-fit:contain;filter:drop-shadow(0 0 8px #e61919b3);width:85%;height:auto;max-height:85%}.hmpg-hub-pulse-ring-25{border:1.5px solid var(--accent-red);pointer-events:none;z-index:2;border-radius:50%;width:72px;height:72px;margin-top:-36px;margin-left:-36px;animation:2.5s cubic-bezier(0,0,.2,1) infinite hubPulseRing25;position:absolute;top:50%;left:50%}@keyframes hubPulseRing25{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(1.8)}}.hmpg-spoke-line{stroke-dasharray:200;stroke-dashoffset:200px;transition:stroke .35s,stroke-width .35s,opacity .35s;animation:1s cubic-bezier(.16,1,.3,1) forwards spokeDrawIn}.hmpg-spoke-line.hmpg-spoke-0{animation-delay:0s}.hmpg-spoke-line.hmpg-spoke-1{animation-delay:80ms}.hmpg-spoke-line.hmpg-spoke-2{animation-delay:.16s}.hmpg-spoke-line.hmpg-spoke-3{animation-delay:.24s}.hmpg-spoke-line.hmpg-spoke-4{animation-delay:.32s}@keyframes spokeDrawIn{to{stroke-dashoffset:0}}.hmpg-spoke-line.hmpg-is-active-spoke{stroke:var(--accent-red)!important;stroke-width:2.5px!important;opacity:.95!important}.hmpg-data-packet{pointer-events:none;filter:drop-shadow(0 0 4px #e61919);transition:opacity .3s}.hmpg-radar-node{z-index:10;cursor:pointer;justify-content:center;align-items:center;display:flex;position:absolute;transform:translate(-50%,-50%)}.hmpg-red-dot{background-color:var(--accent-red);z-index:2;border-radius:50%;flex-shrink:0;width:10px;height:10px;transition:transform .3s,box-shadow .3s,background-color .3s;box-shadow:0 0 10px #e61919b3}.hmpg-radar-node.hmpg-is-active-node .hmpg-red-dot{background-color:var(--accent-red);transform:scale(1.5);box-shadow:0 0 18px #e61919f2}.hmpg-node-label{font-family:var(--font-display);letter-spacing:.02em;color:#000;white-space:nowrap;opacity:1;pointer-events:none;font-size:.85rem;font-weight:500;line-height:1.25;transition:opacity .3s,color .3s,transform .3s;position:absolute}.hmpg-radar-node.hmpg-is-arrived-at-point .hmpg-node-label,.hmpg-radar-node.hmpg-is-hovered .hmpg-node-label{pointer-events:none;opacity:0!important}.hmpg-node-top .hmpg-node-label{text-align:center;bottom:16px;left:50%;transform:translate(-50%)}.hmpg-node-right .hmpg-node-label{text-align:left;top:50%;left:18px;transform:translateY(-50%)}.hmpg-node-bottom-right .hmpg-node-label,.hmpg-node-bottom-left .hmpg-node-label{text-align:center;top:18px;left:50%;transform:translate(-50%)}.hmpg-node-left .hmpg-node-label{text-align:right;top:50%;right:18px;transform:translateY(-50%)}.hmpg-radar-node.hmpg-is-arrived-at-point .hmpg-red-dot,.hmpg-radar-node.hmpg-is-hovered .hmpg-red-dot{animation:.35s cubic-bezier(.16,1,.3,1) forwards nodePulseActivate;transform:scale(1.4);box-shadow:0 0 22px #e61919,0 0 45px #e6191999}@keyframes nodePulseActivate{0%{transform:scale(1)}50%{transform:scale(1.45);box-shadow:0 0 35px #e61919}to{transform:scale(1.3);box-shadow:0 0 22px #e61919f2}}.hmpg-ai-node-panel{-webkit-backdrop-filter:blur(14px);opacity:0;pointer-events:none;z-index:50;background:#0b0c10f0;border:1px solid #e6191973;border-radius:8px;width:240px;padding:.75rem .85rem;transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1);position:absolute;box-shadow:0 16px 40px #0000008c,0 0 25px #e6191933}.hmpg-node-top .hmpg-ai-node-panel{bottom:24px;left:50%;transform:translate(-50%)translateY(-10px)scale(.95)}.hmpg-node-right .hmpg-ai-node-panel{top:50%;left:24px;transform:translateY(-50%)translate(10px)scale(.95)}.hmpg-node-bottom-right .hmpg-ai-node-panel,.hmpg-node-bottom-left .hmpg-ai-node-panel{top:24px;left:50%;transform:translate(-50%)translateY(10px)scale(.95)}.hmpg-node-left .hmpg-ai-node-panel{top:50%;right:24px;transform:translateY(-50%)translate(-10px)scale(.95)}.hmpg-ai-node-panel.hmpg-panel-active{opacity:1;pointer-events:auto}.hmpg-node-top .hmpg-ai-node-panel.hmpg-panel-active,.hmpg-node-bottom-right .hmpg-ai-node-panel.hmpg-panel-active,.hmpg-node-bottom-left .hmpg-ai-node-panel.hmpg-panel-active{transform:translate(-50%)translateY(0)scale(1)}.hmpg-node-right .hmpg-ai-node-panel.hmpg-panel-active,.hmpg-node-left .hmpg-ai-node-panel.hmpg-panel-active{transform:translateY(-50%)translate(0)scale(1)}.hmpg-panel-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.4rem;display:flex}.hmpg-panel-title-group{align-items:center;gap:4px;display:flex}.hmpg-panel-badge-code{font-family:var(--font-mono);color:#e61919;background:#e619191f;border-radius:3px;padding:2px 5px;font-size:.6rem;font-weight:700}.hmpg-panel-node-title{font-family:var(--font-display);color:#fff;letter-spacing:.04em;font-size:.675rem;font-weight:600}.hmpg-panel-online-tag{font-family:var(--font-mono);color:#22c55e;align-items:center;gap:4px;font-size:.58rem;font-weight:700;display:flex}.hmpg-online-dot{background-color:#22c55e;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite alternate onlineDotPulse;box-shadow:0 0 6px #22c55e}@keyframes onlineDotPulse{0%{opacity:.4}to{opacity:1;transform:scale(1.25)}}.hmpg-panel-metrics-grid{background:#ffffff08;border:1px solid #ffffff0d;border-radius:4px;grid-template-columns:repeat(3,1fr);gap:4px;margin-bottom:.5rem;padding:4px 6px;display:grid}.hmpg-metric-item{flex-direction:column;display:flex}.hmpg-metric-label{font-family:var(--font-mono);color:#94a3b8;letter-spacing:.05em;font-size:.52rem}.hmpg-metric-val{font-family:var(--font-mono);color:#fff;font-size:.675rem;font-weight:700}.hmpg-metric-val.hmpg-status-active{color:#22c55e}.hmpg-panel-product-row{align-items:center;gap:8px;margin-bottom:.5rem;display:flex}.hmpg-panel-product-box{background:#ffffff08;border:1px solid #ffffff0f;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;animation:2.5s ease-in-out infinite alternate productFloat;display:flex}@keyframes productFloat{0%{transform:translateY(2px)}to{transform:translateY(-2px)}}.hmpg-panel-product-svg{width:28px;height:28px}.hmpg-panel-desc-text{font-family:var(--font-display);color:#cbd5e1;margin:0;font-size:.65rem;line-height:1.35}.hmpg-panel-waveform-box{background:#e619190f;border:1px solid #e6191933;border-radius:4px;justify-content:space-between;align-items:center;padding:3px 8px;display:flex}.hmpg-waveform-bars{align-items:flex-end;gap:2px;height:12px;display:flex}.hmpg-wbar{background-color:#e61919;border-radius:1px;width:2px;animation:1s ease-in-out infinite alternate waveformAnim}.wbar-1{height:40%;animation-delay:0s}.wbar-2{height:75%;animation-delay:.15s}.wbar-3{height:30%;animation-delay:.3s}.wbar-4{height:90%;animation-delay:.1s}.wbar-5{height:50%;animation-delay:.25s}.wbar-6{height:85%;animation-delay:.4s}.wbar-7{height:45%;animation-delay:.2s}.wbar-8{height:70%;animation-delay:.35s}.wbar-9{height:35%;animation-delay:50ms}@keyframes waveformAnim{0%{opacity:.6;transform:scaleY(.3)}to{opacity:1;transform:scaleY(1.1)}}.hmpg-waveform-tag{font-family:var(--font-mono);letter-spacing:.06em;color:#e61919;font-size:.52rem;font-weight:700}@media (width<=768px){.hmpg-ai-node-panel{width:190px;padding:.5rem .65rem}.hmpg-panel-metrics-grid{display:none}}@media (prefers-reduced-motion:reduce){.hmpg-wbar,.hmpg-panel-product-box,.hmpg-online-dot{animation:none!important}}.hmpg-stats-bar{border:1px solid var(--border-light);background-color:#fff;border-radius:4px;grid-template-columns:repeat(4,1fr);margin-bottom:2rem;display:grid;box-shadow:0 2px 10px #00000005}@media (width<=768px){.hmpg-stats-bar{grid-template-columns:repeat(2,1fr)}}.hmpg-stat-card{border-right:1px solid var(--border-light);flex-direction:column;gap:.5rem;padding:1.75rem 1.5rem;display:flex}.hmpg-stat-card:last-child{border-right:none}.hmpg-stat-number{letter-spacing:-.03em;font-size:2.375rem;font-weight:600;line-height:1;color:#000!important}.hmpg-stat-label{letter-spacing:.02em;font-family:var(--font-display)!important;color:#000!important;font-size:.85rem!important;font-weight:500!important}.hmpg-scroll-indicator{letter-spacing:.04em;align-items:center;gap:6px;display:flex;font-family:var(--font-display)!important;color:#000!important;font-size:.85rem!important;font-weight:500!important}.zmd-section-about{min-height:min(920px, calc(100vh - var(--header-height)));border-top:1px solid var(--line);background:#f7f7f8;align-items:center;padding:5rem 0 4rem;display:flex;position:relative;overflow:hidden}.zmd-section-about:before{content:"";pointer-events:none;background-image:linear-gradient(#0f172a06 1px,#0000 1px),linear-gradient(90deg,#0f172a06 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#00000073,#0000 58%);mask-image:linear-gradient(90deg,#00000073,#0000 58%)}.zmd-section-about .zmd-container{width:100%;max-width:1540px}.zmd-about-rail{z-index:3;background:linear-gradient(#0000,#d9dde3 8% 92%,#0000);width:1px;position:absolute;top:3rem;bottom:3rem;left:clamp(1rem,3vw,3rem)}.zmd-about-rail:before,.zmd-about-rail:after{content:"";background:#f7f7f8;border:1px solid #d3d8df;width:7px;height:7px;position:absolute;left:50%;transform:translate(-50%)rotate(45deg)}.zmd-about-rail:before{top:2rem}.zmd-about-rail:after{bottom:2rem}.zmd-about-grid{grid-template-columns:minmax(0,.88fr) minmax(560px,1.12fr);align-items:center;gap:1rem;display:grid;transform:translateY(3rem)}.zmd-about-content{z-index:3;padding-left:1rem;position:relative}.zmd-about-content .zmd-eyebrow-row{margin-bottom:2rem}.zmd-about-content .zmd-mono-tag{color:var(--brand);letter-spacing:.14em;font-size:.76rem;font-weight:600}.zmd-about-heading{color:#111820;max-width:700px;font-family:var(--font-display);letter-spacing:-.045em;margin:0 0 2rem;font-size:clamp(3.25rem,3.7vw,4.25rem);font-weight:600;line-height:.98}.zmd-about-heading-line{white-space:nowrap}.zmd-about-copy{color:#4f5b6b;max-width:590px;margin:0 0 1.25rem;font-size:clamp(1rem,1.15vw,1.14rem);font-weight:400;line-height:1.55}.zmd-about-industries{grid-template-columns:repeat(6,minmax(64px,1fr));gap:.9rem;max-width:650px;margin:2.75rem 0 2.5rem;display:grid}.zmd-about-industry{color:#465260;text-align:center;flex-direction:column;align-items:center;gap:.65rem;min-width:0;display:flex}.zmd-about-industry svg{flex:none;transition:color .25s,transform .25s}.zmd-about-industry span{text-transform:uppercase;min-height:2.35em;font-size:.61rem;font-weight:600;line-height:1.2}.zmd-about-industry i{background:var(--brand);width:12px;height:2px;margin-top:auto;transition:width .25s}.zmd-about-industry:hover{color:var(--brand)}.zmd-about-industry:hover svg{transform:translateY(-4px)}.zmd-about-industry:hover i{width:28px}.zmd-about-cta{color:#111820;min-width:274px;font-family:var(--font-heading);letter-spacing:.02em;background:#ffffffad;border:1px solid #bcc4cd;border-radius:7px;justify-content:space-between;align-items:center;gap:2rem;padding:1.1rem 1.45rem;font-size:.76rem;font-weight:600;text-decoration:none;transition:color .25s,border-color .25s,background-color .25s,transform .25s;display:inline-flex}.zmd-about-cta span:last-child{font-size:1.35rem;font-weight:400;transition:transform .25s}.zmd-about-cta:hover{color:#fff;border-color:var(--brand);background:var(--brand);transform:translateY(-2px)}.zmd-about-cta:hover span:last-child{transform:translate(5px)}.zmd-about-visual{z-index:2;justify-content:center;align-items:center;min-width:0;margin-right:clamp(-5rem,-4vw,-1rem);display:flex;position:relative}.zmd-about-visual img{object-fit:contain;filter:saturate(.97)contrast(1.015);-webkit-mask-composite:source-in;width:min(1040px,64vw);max-width:none;height:auto;display:block;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 9% 91%,#0000 100%),linear-gradient(#0000 0%,#000 8% 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 9% 91%,#0000 100%),linear-gradient(#0000 0%,#000 8% 94%,#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}@media (width<=1180px){.zmd-about-grid{grid-template-columns:minmax(0,1fr) minmax(460px,.95fr);transform:translateY(2rem)}.zmd-about-heading{font-size:clamp(3rem,5.6vw,4.4rem)}.zmd-about-industries{grid-template-columns:repeat(3,minmax(72px,1fr));row-gap:1.35rem;max-width:430px}.zmd-about-visual img{width:min(760px,58vw)}}@media (width<=820px){.zmd-section-about{min-height:auto;padding:5rem 0 3rem}.zmd-about-grid{grid-template-columns:1fr;gap:2rem;transform:none}.zmd-about-content{padding-left:1rem;padding-right:1rem}.zmd-about-heading{font-size:clamp(2.75rem,12vw,4.5rem)}.zmd-about-heading-line{white-space:normal}.zmd-about-industries{grid-template-columns:repeat(3,1fr);max-width:100%}.zmd-about-visual{order:2;margin:-1rem -18vw -2rem}.zmd-about-visual img{width:min(950px,126vw)}.zmd-about-rail{display:none}}.zmd-section-ecosystem{border-top:1px solid var(--line);background-color:#f7f7f8;padding:4.75rem 0 4.5rem;scroll-margin-top:40px;position:relative;overflow:hidden}.zmd-ecosystem-grid-bg{z-index:0;pointer-events:none;opacity:.72;background-image:linear-gradient(#0f172a09 1px,#0000 1px),linear-gradient(90deg,#0f172a09 1px,#0000 1px),radial-gradient(circle at 84% 10%,#e106000d,#0000 19%);background-size:96px 96px,96px 96px,auto;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000e6,#0000 84%);mask-image:linear-gradient(#000000e6,#0000 84%)}.zmd-section-ecosystem .zmd-container{z-index:1;width:100%;max-width:1540px}.zmd-ecosystem-header{max-width:1050px;margin-bottom:1.6rem}.zmd-ecosystem-header .zmd-eyebrow-row{gap:.5rem;margin-bottom:1.6rem}.zmd-ecosystem-header .zmd-mono-tag{color:#303946;letter-spacing:.14em;font-size:.76rem;font-weight:600}.zmd-ecosystem-header .zmd-ecosystem-kicker{color:var(--brand)}.zmd-ecosystem-heading{color:#111820;font-family:var(--font-display);letter-spacing:-.045em;white-space:nowrap;margin:0;font-size:clamp(3rem,3.8vw,4.3rem);font-weight:600;line-height:1}.zmd-ecosystem-subtitle{color:#536071;max-width:560px;margin:1.45rem 0 0;font-size:1.08rem;line-height:1.55}.zmd-ecosystem-mobile-flow{display:none}.zmd-ecosystem-showcase-scroll{scrollbar-width:none;-ms-overflow-style:none;width:100%;overflow:auto hidden}.zmd-ecosystem-showcase-scroll::-webkit-scrollbar{display:none}.zmd-ecosystem-showcase{min-width:1120px;padding-top:.5rem;position:relative}.zmd-ecosystem-signal-line{z-index:5;background:linear-gradient(90deg,#e106001f,#e10600d1,#e106001f);height:1px;position:absolute;top:78px;left:10%;right:10%;overflow:visible}.zmd-ecosystem-signal-line:before{content:"";opacity:.42;background-image:radial-gradient(circle,#e10600cc 1px,#0000 1.5px);background-size:15px 5px;animation:2.8s linear infinite zmdSignalFlow;position:absolute;inset:-4px 0}.zmd-ecosystem-signal-line i{background:var(--brand);border-radius:50%;width:9px;height:9px;transition:left .65s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;left:0;transform:translate(-50%,-50%);box-shadow:0 0 18px #e10600d9}@keyframes zmdSignalFlow{to{background-position:60px 0}}.zmd-ecosystem-units{z-index:2;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:relative}.zmd-ecosystem-unit{appearance:none;min-width:0;color:inherit;font:inherit;text-align:center;cursor:pointer;opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--step-index) * .1s);background:0 0;border:0;padding:0;position:relative;transform:translateY(42px)scale(.94)}.zmd-section-ecosystem.hmpg-is-visible .zmd-ecosystem-unit{opacity:1;transform:translateY(0)scale(1)}.zmd-ecosystem-unit-heading{flex-direction:column;align-items:center;gap:.35rem;min-height:56px;padding:0 .5rem;display:flex}.zmd-ecosystem-unit-num{color:var(--brand);font-family:var(--font-mono);letter-spacing:.08em;font-size:.82rem;font-weight:700}.zmd-ecosystem-unit-heading strong{color:#151b23;font-family:var(--font-heading);letter-spacing:.03em;font-size:.72rem;font-weight:600;line-height:1.25}.zmd-ecosystem-unit-dot{z-index:3;background:var(--brand);border:2px solid #f7f7f8;border-radius:50%;width:7px;height:7px;margin:15px auto 6px;transition:transform .3s,box-shadow .3s;display:block;position:relative;box-shadow:0 0 0 1px #e106004d}.zmd-ecosystem-unit.zmd-is-active .zmd-ecosystem-unit-dot{transform:scale(1.7);box-shadow:0 0 0 3px #e106001f,0 0 18px #e10600bf}.zmd-ecosystem-media{height:260px;animation:5.2s ease-in-out infinite zmdEcosystemFloat;animation-delay:calc(var(--step-index) * -.72s);justify-content:center;align-items:flex-end;display:flex;position:relative}.zmd-ecosystem-media:after{content:"";z-index:0;pointer-events:none;filter:blur(5px);background:radial-gradient(#141b2457 0%,#141b2433 42%,#141b2400 76%);border-radius:50%;width:78%;height:22px;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.zmd-ecosystem-media img{z-index:1;pointer-events:none;filter:saturate(.96)contrast(1.015);transform-origin:50% 80%;width:145%;max-width:none;height:auto;transition:transform .55s cubic-bezier(.16,1,.3,1),filter .45s;display:block;position:relative;transform:scale(1)}.zmd-ecosystem-unit:hover .zmd-ecosystem-media img,.zmd-ecosystem-unit.zmd-is-active .zmd-ecosystem-media img{filter:saturate(1.04)contrast(1.02)drop-shadow(0 18px 18px #1219221f);transform:translateY(-7px)scale(1.06)}.zmd-ecosystem-unit.zmd-is-active .zmd-ecosystem-unit-heading strong{color:var(--brand)}@keyframes zmdEcosystemFloat{0%,to{translate:0}50%{translate:0 -7px}}.zmd-ecosystem-cards{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;margin-top:-.5rem;display:grid}.zmd-ecosystem-card{appearance:none;color:#111820;min-height:250px;font:inherit;text-align:left;cursor:pointer;opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s,background-color .3s;transition-delay:calc(.28s + (var(--step-index) * 80ms));background:#ffffff8f;border:1px solid #d7dce2;border-radius:10px;flex-direction:column;padding:1.35rem 1.25rem 1.15rem;display:flex;position:relative;overflow:hidden;transform:translateY(32px)}.zmd-section-ecosystem.hmpg-is-visible .zmd-ecosystem-card{opacity:1;transform:translateY(0)}.zmd-ecosystem-card:before{content:"";background:var(--brand);transform-origin:0;width:100%;height:2px;transition:transform .35s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;transform:scaleX(0)}.zmd-ecosystem-card:hover,.zmd-ecosystem-card.zmd-is-active{background:#ffffffe0;border-color:#e106008c;box-shadow:0 18px 38px #1c232c12,0 0 24px #e1060014;transform:translateY(-7px)!important}.zmd-ecosystem-card-top{align-items:center;gap:.85rem;margin-bottom:1rem;display:flex}.zmd-ecosystem-card-icon{color:#303b48;background:#ffffffb8;border:1px solid #d9dee4;border-radius:50%;flex:none;justify-content:center;align-items:center;width:44px;height:44px;transition:color .3s,border-color .3s,transform .3s;display:inline-flex}.zmd-ecosystem-card:hover .zmd-ecosystem-card-icon,.zmd-ecosystem-card.zmd-is-active .zmd-ecosystem-card-icon{color:var(--brand);border-color:#e1060066;transform:rotate(-5deg)scale(1.06)}.zmd-ecosystem-card-code{color:var(--brand);font-family:var(--font-mono);letter-spacing:.08em;font-size:.7rem;font-weight:700}.zmd-ecosystem-card h3{font-family:var(--font-display);margin:0 0 .7rem;font-size:1.18rem;font-weight:600;line-height:1.2}.zmd-ecosystem-card p{color:#596678;margin:0;font-size:.84rem;line-height:1.55}.zmd-ecosystem-card-footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.25rem;display:flex}.zmd-ecosystem-card-footer i{background:var(--brand);width:14px;height:2px;transition:width .3s}.zmd-ecosystem-card-footer span{color:#4d5968;font-size:1.45rem;transition:color .3s,transform .3s}.zmd-ecosystem-card:hover .zmd-ecosystem-card-footer i,.zmd-ecosystem-card.zmd-is-active .zmd-ecosystem-card-footer i{width:35px}.zmd-ecosystem-card:hover .zmd-ecosystem-card-footer span,.zmd-ecosystem-card.zmd-is-active .zmd-ecosystem-card-footer span{color:var(--brand);transform:translate(5px)}.zmd-ecosystem-rail{z-index:3;color:#a4adb8;width:30px;font-family:var(--font-mono);flex-direction:column;justify-content:space-between;font-size:.63rem;display:flex;position:absolute;top:10.5rem;bottom:18rem;left:clamp(1rem,2.6vw,2.75rem)}.zmd-ecosystem-rail:before{content:"";background:#cfd5dc;width:1px;position:absolute;top:1.4rem;bottom:1.4rem;left:12px}.zmd-ecosystem-rail span{z-index:1;background:#f7f7f8;display:block;position:relative}.zmd-ecosystem-rail span:after{content:"";background:#aeb7c1;border-radius:50%;width:4px;height:4px;margin:.45rem 0 0 10px;display:block}.zmd-ecosystem-rail .zmd-is-current{color:var(--brand);font-weight:700}.zmd-ecosystem-rail .zmd-is-current:after{background:var(--brand)}.zmd-ecosystem-data-bus{z-index:3;pointer-events:none;opacity:.72;mix-blend-mode:multiply;width:96%;height:290px;position:absolute;top:92px;left:2%;overflow:visible}.zmd-ecosystem-data-bus path{fill:none;stroke:#b9c2cb;stroke-width:1px;stroke-dasharray:2 3;vector-effect:non-scaling-stroke}.zmd-ecosystem-data-bus .zmd-bus-glass path{fill:none;stroke:#ffffffe6;stroke-width:8px;stroke-linecap:round;stroke-dasharray:none;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 3px #fffffff2)drop-shadow(0 1px 2px #4856663d)}.zmd-ecosystem-data-bus .zmd-bus-bundle path{stroke:#c4cbd2;stroke-dasharray:2 2}.zmd-ecosystem-data-bus .zmd-bus-bundle .zmd-is-red{stroke:#e1060080;stroke-dasharray:none}.zmd-ecosystem-data-bus .zmd-bus-traces path{stroke:#aeb9c4;stroke-dasharray:3 3}.zmd-ecosystem-data-bus circle{fill:#f7f7f8;stroke:#9eabb7;stroke-width:1px;vector-effect:non-scaling-stroke}.zmd-ecosystem-data-bus .zmd-bus-nodes circle:nth-child(-n+5){fill:var(--brand);stroke:#f7f7f8}.zmd-ecosystem-data-bus .zmd-bus-data-flow path{stroke:url(#zmd-data-gradient);stroke-width:2px;stroke-linecap:round;stroke-dasharray:7 20;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 3px #e10600cc);animation:1.35s linear infinite zmdLiquidDataFlow}.zmd-ecosystem-data-bus .zmd-bus-data-flow path:nth-child(2n){animation-delay:-.48s}.zmd-ecosystem-data-bus .zmd-bus-data-flow path:nth-child(3n){animation-delay:-.86s}.zmd-ecosystem-data-bus .zmd-bus-packets circle{fill:#ff3029;stroke:#fffffff2;stroke-width:1.2px;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 2px #fff)drop-shadow(0 0 6px #e10600f2)}@keyframes zmdLiquidDataFlow{to{stroke-dashoffset:-27px}}.zmd-ecosystem-unit{opacity:1;cursor:default;transition:none;transform:none}.zmd-ecosystem-unit-heading{position:relative}.zmd-ecosystem-unit:not(:last-child) .zmd-ecosystem-unit-heading:after{content:"";border-top:1px dashed #bfc6ce;width:calc(100% - 176px);position:absolute;top:30px;left:calc(50% + 88px)}.zmd-ecosystem-unit-dot{background:var(--brand);width:5px;height:5px;box-shadow:none;border:0;margin-top:9px;transform:none}.zmd-ecosystem-unit-dot:after{content:"";border-left:1px dashed #c9d0d8;height:27px;position:absolute;top:8px;left:2px}.zmd-ecosystem-media{animation:none}.zmd-ecosystem-media img,.zmd-ecosystem-unit:hover .zmd-ecosystem-media img,.zmd-ecosystem-unit.zmd-is-active .zmd-ecosystem-media img{filter:saturate(.96)contrast(1.015);transition:none;transform:none}.zmd-ecosystem-unit:hover .zmd-ecosystem-unit-heading strong,.zmd-ecosystem-unit.zmd-is-active .zmd-ecosystem-unit-heading strong{color:#151b23}.zmd-ecosystem-cards{gap:1.4rem;margin-top:2rem}.zmd-ecosystem-card{cursor:default;opacity:1;background:#ffffff7a;border-radius:9px;min-height:236px;transition:none;overflow:visible;transform:none}.zmd-ecosystem-card:before{content:"";background:0 0;border-left:1px dashed #bfc7d0;width:1px;height:62px;position:absolute;top:-62px;left:50%;transform:none}.zmd-ecosystem-card:after{content:"";background:#f7f7f8;border:1px solid #aeb8c2;border-radius:50%;width:6px;height:6px;position:absolute;top:-66px;left:calc(50% - 3px)}.zmd-ecosystem-card:hover,.zmd-ecosystem-card.zmd-is-active{box-shadow:none;background:#ffffff7a;border-color:#d7dce2;transform:none!important}.zmd-ecosystem-card:hover:before,.zmd-ecosystem-card.zmd-is-active:before{transform:none}.zmd-ecosystem-card-icon,.zmd-ecosystem-card:hover .zmd-ecosystem-card-icon,.zmd-ecosystem-card.zmd-is-active .zmd-ecosystem-card-icon{color:#303b48;border-color:#d9dee4;transition:none;transform:none}.zmd-ecosystem-card-footer i,.zmd-ecosystem-card:hover .zmd-ecosystem-card-footer i,.zmd-ecosystem-card.zmd-is-active .zmd-ecosystem-card-footer i{width:14px;transition:none}.zmd-ecosystem-card-footer span,.zmd-ecosystem-card:hover .zmd-ecosystem-card-footer span,.zmd-ecosystem-card.zmd-is-active .zmd-ecosystem-card-footer span{color:#4d5968;transition:none;transform:none}@media (width<=1100px){.zmd-ecosystem-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.zmd-ecosystem-card:last-child{grid-column:span 2}}@media (width<=767px){.zmd-section-ecosystem{padding:3.75rem 0 4rem}.zmd-section-ecosystem .zmd-container{padding-inline:1rem}.zmd-ecosystem-grid-bg{opacity:.52;background-size:64px 64px,64px 64px,auto}.zmd-ecosystem-header{margin-bottom:2.5rem}.zmd-ecosystem-header .zmd-eyebrow-row{align-items:flex-start;gap:.4rem;margin-bottom:1.15rem}.zmd-ecosystem-header .zmd-mono-tag{font-size:.65rem;line-height:1.5}.zmd-ecosystem-heading{letter-spacing:-.055em;white-space:normal;max-width:11ch;font-size:clamp(2.55rem,12vw,3.25rem);line-height:.98}.zmd-ecosystem-subtitle{max-width:34rem;margin-top:1.25rem;font-size:.98rem;line-height:1.62}.zmd-ecosystem-showcase-scroll,.zmd-ecosystem-cards{display:none}.zmd-ecosystem-mobile-flow{gap:1.5rem;display:grid;position:relative}.zmd-ecosystem-mobile-step{z-index:1;background:#ffffffe0;border:1px solid #d9dfe6;border-radius:18px;position:relative;box-shadow:0 12px 32px #121b260f}.zmd-ecosystem-mobile-step:not(:last-child):after{content:"";z-index:-1;border-left:1px dashed #e1060073;width:1px;height:1.6rem;position:absolute;bottom:-1.55rem;left:50%}.zmd-ecosystem-mobile-meta{align-items:center;gap:.7rem;padding:1rem 1.1rem .4rem;display:flex}.zmd-ecosystem-mobile-number{color:#fff;background:var(--brand);width:30px;height:30px;font-family:var(--font-mono);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.68rem;font-weight:700;display:inline-flex;box-shadow:0 0 0 5px #e1060014}.zmd-ecosystem-mobile-label{color:#303946;font-family:var(--font-mono);letter-spacing:.06em;font-size:.67rem;font-weight:700;line-height:1.35}.zmd-ecosystem-mobile-media{background:linear-gradient(#0f172a09 1px,#0000 1px) 0 0/36px 36px,linear-gradient(90deg,#0f172a09 1px,#0000 1px) 0 0/36px 36px,linear-gradient(#fafbfc 0%,#f1f3f5 100%);border-radius:14px;justify-content:center;align-items:center;height:clamp(190px,55vw,235px);margin:.25rem .7rem 0;display:flex;position:relative;overflow:hidden}.zmd-ecosystem-mobile-media:after{content:"";filter:blur(13px);background:#1c232c29;border-radius:50%;height:20px;position:absolute;bottom:17%;left:12%;right:12%}.zmd-ecosystem-mobile-media img{z-index:1;object-fit:contain;filter:saturate(.98)contrast(1.02);width:min(118%,460px);max-width:none;max-height:100%;display:block;position:relative;transform:translateY(5px)}.zmd-ecosystem-mobile-node{z-index:2;background:var(--brand);border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 0 0 4px #e106001f}.zmd-ecosystem-mobile-content{padding:1.2rem 1.2rem 1.35rem;position:relative}.zmd-ecosystem-mobile-content:before{content:"";background:var(--brand);width:42px;height:2px;position:absolute;top:0;left:1.2rem}.zmd-ecosystem-mobile-code-row{align-items:center;gap:.8rem;margin-bottom:.9rem;display:flex}.zmd-ecosystem-mobile-code-row .zmd-ecosystem-card-icon{color:#303b48;background:#fff;width:40px;height:40px}.zmd-ecosystem-mobile-code-row .zmd-ecosystem-card-icon svg{width:22px;height:22px}.zmd-ecosystem-mobile-content h3{color:#111820;font-family:var(--font-display);letter-spacing:-.025em;margin:0 0 .55rem;font-size:1.42rem;font-weight:600;line-height:1.15}.zmd-ecosystem-mobile-content p{color:#596678;margin:0;font-size:.92rem;line-height:1.58}.zmd-ecosystem-rail{display:none}}@media (width<=374px){.zmd-section-ecosystem .zmd-container{padding-inline:.85rem}.zmd-ecosystem-heading{font-size:2.35rem}.zmd-ecosystem-mobile-content h3{font-size:1.28rem}}@media (prefers-reduced-motion:reduce){.zmd-ecosystem-signal-line:before,.zmd-ecosystem-media,.zmd-ecosystem-data-bus .zmd-bus-data-flow path{animation:none}.zmd-ecosystem-data-bus .zmd-bus-packets{display:none}}.zmd-section-products{background-color:var(--surface-2);border-top:1px solid var(--line);padding:6rem 0}.zmd-products-grid{background-color:#0000;border:none;grid-template-columns:1fr;gap:0;display:grid}@media (width>=768px){.zmd-products-grid{grid-template-columns:repeat(3,1fr)}.zmd-product-big{grid-column:span 2}.zmd-product-wide{grid-column:1/-1}}.zmd-product-card{border:1px solid var(--line);cursor:pointer;will-change:transform, box-shadow, background-color;backface-visibility:hidden;background-color:#fff;border-radius:4px;flex-direction:column;justify-content:space-between;min-height:235px;margin-bottom:-1px;margin-right:-1px;padding:1.75rem 2rem 2rem;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s cubic-bezier(.2,.8,.2,1),background-color .35s,border-color .35s,color .35s;display:flex;position:relative}.zmd-product-card:hover{color:var(--ink,#0a0a0b);z-index:5;background:linear-gradient(135deg,#fff8f7 0%,#ffebe8 100%);transform:translateY(-6px);box-shadow:0 18px 40px #5618141f,0 0 22px #e1060024;border-color:var(--brand)!important}.zmd-product-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.zmd-product-card-bottom{margin-top:-.25rem}.hmpg-product-icon-box{color:var(--ink);transition:transform .4s cubic-bezier(.2,.8,.2,1),color .35s,filter .35s}.zmd-product-card:hover .hmpg-product-icon-box{filter:drop-shadow(0 0 10px #e10600b3);transform:scale(1.12);color:var(--brand,#e10600)!important}.zmd-product-card:hover .hmpg-product-icon-box svg{stroke:var(--brand,#e10600)}.zmd-product-card:hover .hmpg-icon-camera{transform:scale(1.15)rotate(8deg)}.zmd-product-card:hover .hmpg-icon-wearable,.zmd-product-card:hover .hmpg-icon-drone{transform:scale(1.15)translateY(-2px)}.zmd-product-card:hover .hmpg-icon-chip{transform:scale(1.15)rotate(-5deg)}.zmd-product-card:hover .hmpg-icon-sensor{transform:scale(1.15)}.zmd-product-tag{color:var(--meta);font-weight:500;transition:color .35s,transform .35s cubic-bezier(.2,.8,.2,1)}.zmd-product-card:hover .zmd-product-tag{transform:translateY(-1px);color:#9f312c!important}.zmd-product-title{font-family:var(--font-display);color:var(--ink);margin-bottom:.5rem;font-size:1.5rem;font-weight:500;transition:color .35s,transform .35s cubic-bezier(.2,.8,.2,1)}.zmd-product-card:hover .zmd-product-title{color:var(--ink,#0a0a0b);transform:translateY(-2px)}.zmd-product-desc{color:var(--ink-2);font-size:.875rem;font-weight:400;line-height:1.6;transition:color .35s,transform .35s cubic-bezier(.2,.8,.2,1)}.zmd-product-card:hover .zmd-product-desc{color:#5f302d;transform:translateY(-1px)}.zmd-product-card-upcoming{cursor:default}.zmd-product-card-upcoming:hover{transform:none;box-shadow:0 12px 28px #5618141a,0 0 18px #e106001a}.zmd-product-status{color:#b71c1c;width:fit-content;font-family:var(--font-mono);letter-spacing:.1em;background-color:#e1060012;border:1px solid #e1060047;border-radius:999px;margin-top:1rem;padding:.38rem .65rem;font-size:.65rem;font-weight:700;display:inline-flex}.hmpg-solutions-section{background-color:var(--surface-2,#f6f7f9);border-top:1px solid var(--line,#e5e5e7);border-bottom:1px solid var(--line,#e5e5e7);padding:5rem 0}.hmpg-solutions-header{margin-bottom:3.5rem}.hmpg-solutions-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink,#0a0a0b);margin-bottom:1rem;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:500}.hmpg-solutions-subtitle{color:var(--ink-2,#4b4b52);font-size:1.175rem;font-weight:400}.hmpg-solutions-section .hmpg-section-tag,.hmpg-solutions-section .hmpg-section-num{font-size:13px}.hmpg-solutions-grid{perspective:1200px;grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (width<=768px){.hmpg-solutions-grid{grid-template-columns:1fr}}.hmpg-solutions-section .hmpg-reveal-on-scroll{opacity:0;will-change:opacity, transform;transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1);transform:translateY(35px)}.hmpg-solutions-section .hmpg-reveal-on-scroll.hmpg-is-visible{opacity:1;transform:translateY(0)}.hmpg-solutions-section .hmpg-reveal-on-scroll.stagger-1{transition-delay:.1s}.hmpg-solutions-section .hmpg-reveal-on-scroll.stagger-2{transition-delay:.22s}.hmpg-solutions-section .hmpg-reveal-on-scroll.stagger-3{transition-delay:.34s}.hmpg-solutions-section .hmpg-reveal-on-scroll.stagger-4{transition-delay:.46s}.hmpg-solution-card{border:1px solid var(--line);will-change:transform, box-shadow;cursor:pointer;background-color:#fff;border-radius:4px;flex-direction:column;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),border-color .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000008}.hmpg-solution-card:hover{border-color:#e10600bf;transform:translateY(-8px);box-shadow:0 24px 48px #0000001f,0 0 40px #e106007a}.hmpg-solution-visual{background-color:#0b0c10;justify-content:center;align-items:center;width:100%;height:240px;display:flex;position:relative;overflow:hidden}.hmpg-solution-visual:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(45deg,#0000 45%,#ffffff17 50%,#0000 55%);width:200%;height:200%;animation:6s linear infinite solutionShimmer;position:absolute;top:-50%;left:-50%;transform:rotate(30deg)}@keyframes solutionShimmer{0%{transform:translateY(-100%)rotate(30deg)}to{transform:translateY(100%)rotate(30deg)}}.hmpg-solution-card-img{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1);display:block}.hmpg-solution-card:hover .hmpg-solution-card-img{transform:scale(1.06)}.hmpg-solution-badge{color:#0f172a;letter-spacing:.08em;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffffeb;border-radius:2px;padding:.35rem .75rem;font-size:.775rem;font-weight:500;transition:transform .3s,background-color .3s,box-shadow .3s;position:absolute;top:1rem;left:1rem}.hmpg-solution-card:hover .hmpg-solution-badge{background-color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.hmpg-solution-content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.hmpg-solution-card-title{font-family:var(--font-display);color:var(--ink,#0a0a0b);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.5rem;font-weight:500;transition:color .3s}.hmpg-solution-card:hover .hmpg-solution-card-title{color:var(--brand,#e10600)}.hmpg-solution-card-desc{color:var(--ink-2,#4b4b52);flex-grow:1;margin-bottom:1.75rem;font-size:1.025rem;font-weight:400;line-height:1.6}.hmpg-arrow-link{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink,#0a0a0b);border-bottom:2px solid var(--ink,#0a0a0b);align-items:center;gap:6px;width:fit-content;padding-bottom:2px;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .25s,border-color .25s,gap .25s,transform .25s;display:inline-flex}.hmpg-solution-card:hover .hmpg-arrow-link{color:var(--brand,#e10600);border-color:var(--brand,#e10600);gap:12px;transform:translate(4px)}.zmd-section-why{background-color:var(--surface-2);border-top:1px solid var(--line);padding:6rem 0}.zmd-why-grid{background-color:#fff;border:1px solid #cbd5e1;border-radius:4px;grid-template-columns:1fr;display:grid;overflow:hidden}@media (width>=768px){.zmd-why-grid{grid-template-columns:repeat(4,1fr)}}.zmd-why-card{cursor:pointer;background-color:#fff;border-bottom:1px solid #cbd5e1;padding:2.5rem 2rem;transition:background-color .35s,color .35s,border-color .35s,transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s cubic-bezier(.2,.8,.2,1);position:relative}@media (width>=768px){.zmd-why-card{border-bottom:none;border-right:none!important}.zmd-why-card:not(:last-child):after{content:"";z-index:10;pointer-events:none;background-color:#cbd5e1;width:1.5px;position:absolute;top:0;bottom:0;right:0}}.zmd-why-grid:not(:hover) .zmd-why-card:first-child{background-color:var(--ink);color:#fff}.zmd-why-grid:not(:hover) .zmd-why-card:first-child .zmd-why-title{color:#fff}.zmd-why-grid:not(:hover) .zmd-why-card:first-child .zmd-why-desc{color:#ffffffbf}.zmd-why-card:hover{background-color:var(--ink)!important;color:#fff!important}.zmd-why-card:hover .zmd-why-title{color:#fff!important}.zmd-why-card:hover .zmd-why-desc{color:#ffffffbf!important}.zmd-why-grid:has(.zmd-why-card:not(:first-child):hover) .zmd-why-card:first-child{color:var(--ink)!important;background-color:#fff!important}.zmd-why-grid:has(.zmd-why-card:not(:first-child):hover) .zmd-why-card:first-child .zmd-why-title{color:var(--ink)!important}.zmd-why-grid:has(.zmd-why-card:not(:first-child):hover) .zmd-why-card:first-child .zmd-why-desc{color:var(--ink-2)!important}.zmd-why-num{font-family:var(--font-display);color:var(--brand);margin-bottom:2.5rem;font-size:4.5rem;font-weight:500;line-height:1}.zmd-why-title{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.25rem;font-weight:500;transition:color .35s}.zmd-why-desc{color:var(--ink-2);font-size:.875rem;font-weight:400;line-height:1.6;transition:color .35s}.zmd-section-technology{background-color:var(--background);border-top:1px solid var(--line);padding:6rem 0}.zmd-marquee-wrapper{flex-direction:column;gap:1rem;display:flex;overflow:hidden}.zmd-marquee-track{gap:1rem;width:max-content;animation:40s linear infinite zmdMarquee;display:flex}.zmd-marquee-track.zmd-reverse{animation:50s linear infinite zmdMarqueeReverse}@keyframes zmdMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes zmdMarqueeReverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.zmd-marquee-pill{white-space:nowrap;background-color:#fff;border:1px solid #00000038;border-radius:9999px;align-items:center;gap:10px;padding:.75rem 1.5rem;transition:border-color .3s,color .3s,transform .3s;display:flex}.zmd-marquee-pill .zmd-mono-tag{letter-spacing:.01em;transition:color .3s;color:#000!important;font-family:var(--font-display)!important;font-size:1rem!important;font-weight:500!important}.zmd-marquee-pill:hover{border-color:var(--brand);transform:scale(1.03)}.zmd-marquee-pill:hover .zmd-mono-tag{color:var(--brand)!important}.zmd-pill-dot{background-color:var(--brand);border-radius:50%;width:6px;height:6px}.zmd-section-industries{background-color:var(--surface-2);border-top:1px solid var(--line);padding:6rem 0}.zmd-industries-grid{background-color:var(--line);border:1px solid var(--line);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}@media (width>=768px){.zmd-industries-grid{grid-template-columns:repeat(4,1fr)}}.zmd-industry-tile{color:var(--ink);background-color:#fff;justify-content:space-between;align-items:center;padding:2rem 1.5rem;text-decoration:none;transition:background-color .3s,color .3s;display:flex}.zmd-industry-tile:hover{background-color:var(--ink);color:var(--brand)!important}.zmd-industry-name{font-family:var(--font-display);font-size:1.15rem;font-weight:500;transition:color .3s}.zmd-industry-tile:hover .zmd-industry-name{color:var(--brand)!important}.zmd-industry-arrow{opacity:0;transition:opacity .3s,transform .3s,color .3s;transform:translate(-4px)}.zmd-industry-tile:hover .zmd-industry-arrow{opacity:1;transform:translate(4px);color:var(--brand)!important}.zmd-section-cta{color:#fff;background-color:#0a0a0b;padding:7rem 0;position:relative;overflow:hidden}.zmd-cta-grid-bg{opacity:.15;pointer-events:none;background-image:linear-gradient(90deg,#fff6 1px,#0000 1px),linear-gradient(#fff6 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000,#0000 70%);mask-image:radial-gradient(#000,#0000 70%)}.zmd-cta-heading{font-family:var(--font-display);color:#fff;max-width:900px;margin-top:2rem;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:500;line-height:1.05}.zmd-cta-sub{color:#ffffffb3;max-width:650px;margin-bottom:3rem;font-size:1.15rem;font-weight:400;line-height:1.6}.zmd-cta-btns{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}@media (width>=1024px) and (width<=1366px){.hmpg-hero-text-block .hmpg-hero-title{font-size:clamp(3.2rem,4.5vw,4.5rem)}.hmpg-hero-text-block .hmpg-hero-description{max-width:600px;font-size:1.15rem}.zmd-about-grid{gap:3rem}.zmd-products-grid{grid-template-columns:repeat(3,1fr)}.hmpg-solutions-grid,.zmd-why-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=768px) and (width<=1023px){.hmpg-hero-text-block{max-width:720px;margin-left:0}.hmpg-hero-text-block .hmpg-hero-title{font-size:clamp(2.8rem,6vw,3.8rem)}.zmd-about-grid{grid-template-columns:1fr;gap:2.5rem}.zmd-products-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.hmpg-solutions-grid,.zmd-why-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.zmd-section-about,.zmd-section-products,.hmpg-solutions-section,.zmd-section-why,.zmd-section-technology,.zmd-section-industries,.zmd-section-cta{padding:4.5rem 0}}@media (width>=480px) and (width<=767px){.hmpg-hero-text-block{max-width:100%;margin-left:0}.hmpg-hero-text-block .hmpg-hero-title{font-size:2.5rem}.hmpg-hero-actions{flex-direction:column;align-items:stretch}.hmpg-btn-black,.hmpg-btn-outline,.zmd-btn-brand,.zmd-btn-outline-white{width:100%}.zmd-about-grid,.zmd-products-grid,.hmpg-solutions-grid,.zmd-why-grid{grid-template-columns:1fr}.zmd-cta-btns{flex-direction:column;align-items:stretch}}@media (width<=479px){.hmpg-hero-text-block{max-width:100%;margin-left:0}.hmpg-hero-text-block .hmpg-hero-title{font-size:2.1rem;line-height:1.05}.hmpg-hero-text-block .hmpg-hero-description{font-size:.92rem;line-height:1.5}.hmpg-hero-actions{flex-direction:column;align-items:stretch;gap:.75rem}.hmpg-btn-black,.hmpg-btn-outline,.zmd-btn-brand,.zmd-btn-outline-white{width:100%;padding:.75rem 1rem;font-size:.75rem}.zmd-about-grid,.zmd-products-grid,.hmpg-solutions-grid,.zmd-why-grid{grid-template-columns:1fr}.zmd-section-about,.zmd-section-products,.hmpg-solutions-section,.zmd-section-why,.zmd-section-technology,.zmd-section-industries,.zmd-section-cta{padding:3rem 0}.zmd-cta-heading{font-size:2rem}.zmd-cta-sub{font-size:.95rem}.zmd-cta-btns{flex-direction:column;align-items:stretch;gap:.75rem}}@media (width<=767px){.hmpg-hero-overlay-content .hmpg-zmd-container{padding-inline:1rem}.hmpg-hero-text-block .hmpg-section-tag{font-size:.86rem;line-height:1.35}.hmpg-hero-text-block .hmpg-hero-title{font-size:clamp(2.35rem,11.5vw,3rem);line-height:.98}section,section.hmpg-is-visible,section.hmpg-is-exiting-up,section.hmpg-is-exiting-down,.hmpg-reveal-on-scroll,.hmpg-fade-up-scroll,.hmpg-fade-left-scroll,.hmpg-fade-right-scroll,.hmpg-scale-on-scroll,.hmpg-zoom-in-scroll,.hmpg-solutions-section .hmpg-reveal-on-scroll,.zmd-ecosystem-unit,.zmd-section-ecosystem.hmpg-is-visible .zmd-ecosystem-unit,.zmd-ecosystem-card,.zmd-section-ecosystem.hmpg-is-visible .zmd-ecosystem-card{opacity:1!important;filter:none!important;transition:none!important;transform:none!important}.hmpg-ai-node-panel,.hmpg-solution-badge{-webkit-backdrop-filter:none}}html{scroll-behavior:smooth}.dcam-page-container{color:#111827;box-sizing:border-box;background-color:#fff;width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;animation:.8s cubic-bezier(.16,1,.3,1) forwards dcamPageFadeIn}.dcam-page-container h1,.dcam-page-container h2,.dcam-page-container h3,.dcam-page-container h4,.dcam-page-container h5,.dcam-page-container h6,.dcam-hero-title,.dcam-section-title,.dcam-arch-block-title,.dcam-variant-title,.dcam-card-title,.dcam-sim-title,.dcam-table-title,.dcam-specs-title,.dcam-acc-title,.dcam-banner-title{font-family:Space Grotesk,sans-serif}@keyframes dcamPageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dcam-animated-section{opacity:0;will-change:opacity, transform, filter;filter:blur(6px);transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1),filter .85s cubic-bezier(.16,1,.3,1);transform:translateY(36px)scale(.98)}.dcam-animated-section.dcam-section-visible{opacity:1;filter:blur();transform:translateY(0)scale(1)}.dcam-animated-section.dcam-section-hidden{opacity:0;filter:blur(6px);transform:translateY(36px)scale(.98)}.dcam-animated-section.dcam-section-visible .dcam-section-header,.dcam-animated-section.dcam-section-visible .dcam-sim-header{animation:.7s cubic-bezier(.16,1,.3,1) 80ms both dcamSectionChildFade}.dcam-animated-section.dcam-section-visible .dcam-arch-row:first-child{animation:.7s cubic-bezier(.16,1,.3,1) .12s both dcamSectionChildFade}.dcam-animated-section.dcam-section-visible .dcam-arch-row:nth-child(2){animation:.7s cubic-bezier(.16,1,.3,1) .2s both dcamSectionChildFade}.dcam-animated-section.dcam-section-visible .dcam-arch-row:nth-child(3){animation:.7s cubic-bezier(.16,1,.3,1) .28s both dcamSectionChildFade}.dcam-animated-section.dcam-section-visible .dcam-arch-row:nth-child(4){animation:.7s cubic-bezier(.16,1,.3,1) .36s both dcamSectionChildFade}@keyframes dcamSectionChildFade{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.dcam-accordion-collapse-wrapper{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .42s cubic-bezier(.16,1,.3,1),opacity .35s cubic-bezier(.16,1,.3,1);display:grid}.dcam-accordion-expanded .dcam-accordion-collapse-wrapper{opacity:1;grid-template-rows:1fr}.dcam-accordion-collapse-inner{overflow:hidden}.dcam-variants-bar{box-sizing:border-box;background-color:#f3f4f6;border-bottom:1px solid #e5e7eb;justify-content:center;align-items:center;width:100%;padding:16px 20px;display:flex}.dcam-variants-container{scrollbar-width:thin;justify-content:center;align-items:center;gap:12px;width:100%;max-width:1280px;padding-bottom:2px;display:flex;overflow-x:auto}.dcam-variant-card{cursor:pointer;white-space:nowrap;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:10px;padding:10px 16px;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000a}.dcam-variant-card:hover{border-color:#d1d5db;transform:translateY(-1px)}.dcam-variant-card-active{border:1.5px solid #e60000;box-shadow:0 2px 8px #e6000014}.dcam-variant-dot{background-color:#9ca3af;border-radius:50%;flex-shrink:0;width:8px;height:8px}.dcam-variant-dot-active{background-color:#e60000;box-shadow:0 0 6px #e6000066}.dcam-variant-info{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.dcam-variant-title{color:#1f2937;font-size:.82rem;font-weight:700;line-height:1.2}.dcam-variant-tag{letter-spacing:1px;color:#9ca3af;text-transform:uppercase;margin-top:2px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.62rem;font-weight:700}.dcam-variant-tag-active{color:#6b7280}.dcam-hero-section{box-sizing:border-box;background-color:#fff;border:none;align-items:center;width:100%;min-height:82vh;margin:0;padding:0;display:flex;position:relative;overflow:hidden;transform:none!important}.dcam-hero-wrapper{z-index:10;box-sizing:border-box;width:100%;max-width:1380px;margin:0 auto;padding:72px 60px;position:relative}.dcam-hero-content{z-index:10;flex-direction:column;align-items:flex-start;max-width:620px;display:flex;position:relative}.dcam-tag-text{letter-spacing:2px;text-transform:uppercase;color:#555;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.78rem;font-weight:700}.dcam-hero-title{letter-spacing:-1.5px;color:#0f172a;margin:0 0 28px;font-size:4.5rem;font-weight:800;line-height:1.05}.dcam-highlight{color:#e60000}.dcam-hero-subtitle{color:#0f172a;margin:0 0 10px;font-size:1.25rem;font-weight:700;line-height:1.4}.dcam-hero-description{color:#334155;margin:0 0 36px;font-size:1.02rem;font-weight:500;line-height:1.65}.dcam-hero-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:54px;display:flex}.dcam-btn-primary{color:#fff;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;background-color:#e60000;border:none;border-radius:4px;align-items:center;gap:8px;padding:14px 28px;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex;box-shadow:0 4px 12px #e6000040}.dcam-btn-primary:hover{background-color:#c00;transform:translateY(-2px);box-shadow:0 6px 16px #e6000059}.dcam-btn-secondary{color:#0f172a;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:4px;align-items:center;gap:8px;padding:14px 28px;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex;box-shadow:0 2px 6px #0000000f}.dcam-btn-secondary:hover{background-color:#f8fafc;border-color:#94a3b8;transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.dcam-hero-stats-grid{border-top:1px solid #e2e8f0;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:clamp(12px,1.6vw,28px);width:100%;margin-top:32px;padding-top:24px;display:grid}.dcam-hero-stat-item{flex-direction:column;align-items:flex-start;display:flex}.dcam-hero-stat-val{color:#e60000;letter-spacing:-.5px;white-space:nowrap;margin-bottom:6px;font-size:clamp(.95rem,1.5vw,1.45rem);font-weight:800;line-height:1}.dcam-hero-stat-lbl{letter-spacing:1px;color:#000;text-shadow:0 1px 1px #ffffffa6;text-transform:uppercase;white-space:nowrap;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:clamp(.52rem,.6vw,.65rem);font-weight:800;line-height:1.3}.dcam-visual-wrapper{z-index:1;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.dcam-image-space{width:100%;height:100%;position:relative}.dcam-hero-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.dcam-hero-img-incoming{z-index:2;animation:.9s cubic-bezier(.16,1,.3,1) forwards dcamHeroImgIn}.dcam-hero-img-outgoing{z-index:1;animation:.75s cubic-bezier(.4,0,.2,1) forwards dcamHeroImgOut}@keyframes dcamHeroImgIn{0%{opacity:0;filter:blur(6px);transform:scale(1.04)}to{opacity:1;filter:blur();transform:scale(1)}}@keyframes dcamHeroImgOut{0%{opacity:1;filter:blur();transform:scale(1)}to{opacity:0;filter:blur(4px);transform:scale(.97)}}.dcam-hero-fade{animation:.75s cubic-bezier(.16,1,.3,1) forwards dcamHeroTextFade}@keyframes dcamHeroTextFade{0%{opacity:0;filter:blur(4px);transform:translate(-20px)translateY(6px)}to{opacity:1;filter:blur();transform:translate(0)translateY(0)}}.dcam-hero-fade .dcam-tag-container{animation:.6s cubic-bezier(.16,1,.3,1) 50ms both dcamHeroChildFade}.dcam-hero-fade .dcam-hero-title{animation:.7s cubic-bezier(.16,1,.3,1) .12s both dcamHeroChildFade}.dcam-hero-fade .dcam-hero-subtitle{animation:.65s cubic-bezier(.16,1,.3,1) .2s both dcamHeroChildFade}.dcam-hero-fade .dcam-hero-description{animation:.65s cubic-bezier(.16,1,.3,1) .28s both dcamHeroChildFade}.dcam-hero-fade .dcam-hero-actions{animation:.6s cubic-bezier(.16,1,.3,1) .36s both dcamHeroChildFade}.dcam-hero-fade .dcam-hero-stats-grid{animation:.6s cubic-bezier(.16,1,.3,1) .44s both dcamHeroChildFade}@keyframes dcamHeroChildFade{0%{opacity:0;filter:blur(3px);transform:translateY(12px)}to{opacity:1;filter:blur();transform:translateY(0)}}.dcam-section{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:80px 40px}.dcam-section-header{text-align:center;max-width:680px;margin:0 auto 50px}.dcam-section-badge{letter-spacing:2px;color:#e60000;text-transform:uppercase;margin-bottom:12px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.75rem;font-weight:700;display:inline-block}.dcam-section-title{color:#0f172a;margin:0 0 16px;font-size:2.5rem;font-weight:800;line-height:1.2}.dcam-section-subtitle{color:#64748b;margin:0;font-size:1.05rem;line-height:1.6}.dcam-img-placeholder{background-color:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;justify-content:center;align-items:center;width:100%;height:180px;margin-top:16px;transition:border-color .2s;display:flex;position:relative}.dcam-img-placeholder:after{content:"[ Image Space Reserved ]";color:#94a3b8;letter-spacing:1px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.72rem;font-weight:600}.dcam-img-placeholder-wide{height:280px;margin-top:40px}.dcam-arch-section{padding-top:80px;padding-bottom:80px}.dcam-arch-blocks-container{flex-direction:column;gap:90px;max-width:1280px;margin:0 auto;display:flex}.dcam-arch-row{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.dcam-arch-text-col{flex-direction:column;align-items:flex-start;display:flex}.dcam-arch-block-title{color:#0f172a;letter-spacing:-.5px;margin:0 0 20px;font-size:2.8rem;font-weight:800;line-height:1.15}.dcam-arch-block-desc{color:#64748b;margin:0 0 28px;font-size:1.05rem;line-height:1.65}.dcam-feat-btns{flex-wrap:wrap;gap:10px;margin:28px 0;display:flex}.dcam-feat-btn{color:#475569;letter-spacing:.4px;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:50px;padding:11px 24px;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.dcam-feat-btn:hover{color:#e60000;border-color:#e60000;transform:translateY(-2px);box-shadow:0 4px 18px #e600001f}.dcam-feat-btn-active{color:#fff;background:#e60000;border-color:#e60000;box-shadow:0 4px 20px #e600004d}.dcam-feat-btn-active:hover{color:#fff;background:#c00;border-color:#c00}.dcam-arch-stats-bar{border-top:1px solid #e2e8f0;align-items:center;gap:28px;width:100%;padding-top:24px;display:flex}.dcam-arch-stat-item{flex-direction:column;display:flex}.dcam-arch-stat-val{color:#e60000;margin-bottom:4px;font-size:1.25rem;font-weight:800}.dcam-arch-stat-lbl{letter-spacing:1px;color:#64748b;text-transform:uppercase;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.62rem;font-weight:700}.dcam-arch-visual-col{justify-content:center;width:100%;display:flex}.dcam-arch-card-canvas{box-sizing:border-box;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:space-between;width:100%;height:380px;padding:24px;transition:all .6s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 16px 40px #00000014}.dcam-canvas-badge{color:#fff;letter-spacing:1px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f172ad9;border-radius:4px;padding:6px 12px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.68rem;font-weight:700;position:absolute;bottom:16px;left:20px}.dcam-canvas-daynight{transition:background .8s,border-color .6s,box-shadow .6s}.dcam-dn-day{background:linear-gradient(#87ceeb 0%,#dbeafe 40%,#f1f5f9 100%)}.dcam-dn-night{background:linear-gradient(#0a0e1a 0%,#1a1f35 40%,#1e293b 100%);border-color:#334155;box-shadow:0 16px 40px #0006}.dcam-dn-sky{pointer-events:none;width:100%;height:45%;position:absolute;top:0;left:0}.dcam-dn-sun{opacity:0;background:#fbbf24;border-radius:50%;width:44px;height:44px;transition:all .7s cubic-bezier(.4,0,.2,1);position:absolute;top:20px;right:30px;transform:scale(.5)translateY(20px);box-shadow:0 0 0 8px #fbbf2433,0 0 30px #fbbf2466}.dcam-dn-moon{opacity:0;background:0 0;border-radius:50%;width:36px;height:36px;transition:all .7s cubic-bezier(.4,0,.2,1) .1s;position:absolute;top:20px;right:30px;transform:scale(.5)translateY(20px);box-shadow:-10px 4px 0 2px #e2e8f0}.dcam-dn-visible{opacity:1!important;transform:scale(1)translateY(0)!important}.dcam-dn-stars span{background:#fff;border-radius:50%;width:3px;height:3px;animation:2s ease-in-out infinite alternate dcam-starTwinkle;position:absolute}.dcam-dn-stars span:nth-child(2){width:2px;height:2px;animation-delay:.4s}.dcam-dn-stars span:nth-child(3){animation-delay:.8s}.dcam-dn-stars span:nth-child(4){width:2px;height:2px;animation-delay:1.2s}.dcam-dn-stars span:nth-child(5){animation-delay:.6s}@keyframes dcam-starTwinkle{0%{opacity:.3}to{opacity:1}}.dcam-dn-scene{box-sizing:border-box;justify-content:center;align-items:flex-end;gap:20px;width:100%;height:55%;padding:0 20px;display:flex;position:absolute;bottom:0;left:0}.dcam-dn-building{border-radius:4px 4px 0 0;padding:10px 8px;transition:background-color .6s}.dcam-dn-day .dcam-dn-building{background:#94a3b8}.dcam-dn-night .dcam-dn-building{background:#1e293b}.dcam-dn-b1{width:80px;height:100px}.dcam-dn-b2{width:95px;height:130px}.dcam-dn-win-row{justify-content:center;gap:5px;margin-bottom:6px;display:flex}.dcam-dn-win-row span{border-radius:2px;width:14px;height:10px;transition:all .6s}.dcam-dn-day .dcam-dn-win-row span{background:#ffffff80}.dcam-dn-night .dcam-dn-win-row span{background:#fde047;box-shadow:0 0 6px #fde04780}.dcam-dn-person{border-radius:5px 5px 0 0;width:10px;height:26px;margin-bottom:20px;transition:background-color .6s}.dcam-dn-day .dcam-dn-person{background:#334155}.dcam-dn-night .dcam-dn-person{background:#fff9}.dcam-dn-ground{width:100%;height:20px;transition:background-color .6s;position:absolute;bottom:0;left:0}.dcam-dn-day .dcam-dn-ground{background:#64748b}.dcam-dn-night .dcam-dn-ground{background:#1e293b}.dcam-dn-camera-mount{z-index:5;flex-direction:column;align-items:center;display:flex;position:absolute;top:12px;left:50%;transform:translate(-50%)}.dcam-dn-cam-body{background:#475569;border:2px solid #ffffff26;border-radius:4px 4px 10px 10px;justify-content:center;align-items:center;width:36px;height:22px;display:flex;position:relative}.dcam-dn-night .dcam-dn-cam-body{background:#334155;border-color:#00eaff4d}.dcam-dn-cam-lens{background:#0f172a;border:2px solid #94a3b8;border-radius:50%;width:12px;height:12px;transition:all .5s}.dcam-dn-night .dcam-dn-cam-lens{border-color:#e60000;box-shadow:0 0 8px #e6000080}.dcam-dn-ir-cone{clip-path:polygon(50% 0%,5% 100%,95% 100%);background:linear-gradient(#e6000059 0%,#e6000014 100%);width:160px;height:200px;margin-top:-4px;animation:2.5s ease-in-out infinite dcam-irPulse}@keyframes dcam-irPulse{0%,to{opacity:.6}50%{opacity:1}}.dcam-dn-overlay-label{letter-spacing:1px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:4px;align-items:center;gap:8px;padding:6px 14px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.68rem;font-weight:700;transition:all .5s;display:flex;position:absolute;bottom:16px;left:20px}.dcam-dn-day .dcam-dn-overlay-label{color:#0f172a;background:#ffffffd9}.dcam-dn-night .dcam-dn-overlay-label{color:#ff6b6b;background:#0f172ad9}.dcam-dn-color-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.dcam-dot-green{background:#22c55e;box-shadow:0 0 6px #22c55e}.dcam-dot-red{background:#e60000;animation:1.2s ease-in-out infinite dcam-blink;box-shadow:0 0 6px #e60000}.dcam-canvas-fov2{background:#0f172a;border-color:#1e293b}.dcam-fov2-topview{flex-direction:column;align-items:center;width:100%;height:100%;display:flex;position:relative}.dcam-fov2-cam{z-index:5;flex-direction:column;align-items:center;gap:6px;display:flex;position:absolute;top:10px;left:50%;transform:translate(-50%)}.dcam-fov2-cam-dot{background:#e60000;border-radius:50%;width:16px;height:16px;animation:2s ease-in-out infinite dcam-camPulse;box-shadow:0 0 12px #e6000099}@keyframes dcam-camPulse{0%,to{box-shadow:0 0 12px #e6000099}50%{box-shadow:0 0 24px #e60000e6,0 0 40px #e600004d}}.dcam-fov2-cam-label{color:#fff6;letter-spacing:1.5px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.58rem;font-weight:800}.dcam-fov2-cone{z-index:2;background:linear-gradient(#e6000073 0%,#e600001f 60%,#e6000008 100%);width:100%;height:260px;transition:clip-path .8s cubic-bezier(.4,0,.2,1);position:absolute;top:24px;left:0}.dcam-fov2-angle-label{color:#ffffff1f;z-index:3;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:2rem;font-weight:900;transition:color .3s;position:absolute;top:55px;left:50%;transform:translate(-50%)}.dcam-fov2-zones{box-sizing:border-box;z-index:4;justify-content:space-between;width:100%;padding:0 14px;display:flex;position:absolute;bottom:12px}.dcam-fov2-zone{border-radius:6px;flex-direction:column;align-items:center;gap:4px;padding:8px 14px;transition:all .5s;display:flex}.dcam-zone-covered{background:#22c55e1f;border:1px solid #22c55e59}.dcam-zone-blind{background:#ef44441f;border:1px solid #ef444459}.dcam-fov2-zone-icon{font-size:.9rem;font-weight:900;transition:color .3s}.dcam-zone-covered .dcam-fov2-zone-icon{color:#4ade80}.dcam-zone-blind .dcam-fov2-zone-icon{color:#f87171}.dcam-fov2-zone-text{letter-spacing:1px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.58rem;font-weight:700;transition:color .3s}.dcam-zone-covered .dcam-fov2-zone-text{color:#4ade80}.dcam-zone-blind .dcam-fov2-zone-text{color:#f87171}.dcam-slider-control-row{align-items:center;gap:16px;width:100%;margin-bottom:16px;display:flex}.dcam-fov-range-input{accent-color:#e60000;cursor:pointer;background-color:#e2e8f0;border-radius:3px;flex-grow:1;height:6px}.dcam-slider-val-badge{color:#e60000;min-width:48px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:1.1rem;font-weight:800}.dcam-feature-card-desc{color:#64748b;flex-grow:1;margin:0 0 16px;font-size:.95rem;line-height:1.6}.dcam-tech-profile-section{padding-top:60px;padding-bottom:60px}.dcam-tech-profile-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px;display:flex}.dcam-tech-header-left{flex-direction:column;display:flex}.dcam-tech-header-toggle{align-items:center;gap:12px;display:flex}.dcam-tech-profile-title{color:#0f172a;letter-spacing:-.5px;margin:12px 0;font-size:3rem;font-weight:800;line-height:1.1}.dcam-tech-profile-subtitle{color:#64748b;margin:0;font-size:1rem}.dcam-tech-profile-list{flex-direction:column;gap:12px;display:flex}.dcam-tech-profile-row{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;transition:background-color .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.dcam-tech-profile-row:hover{background-color:#fff;border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 12px 32px #0f172a0f}.dcam-tech-profile-row-active{background-color:#fff!important;border:1.5px solid #e6000066!important;border-left:5px solid #e60000!important;box-shadow:0 12px 36px #e6000014!important}.dcam-tech-profile-btn{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:24px 28px;transition:all .25s;display:flex}.dcam-tech-profile-left{align-items:center;gap:20px;display:flex}.dcam-tech-profile-icon-box{color:#e60000;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 2px 6px #00000005}.dcam-tech-profile-row:hover .dcam-tech-profile-icon-box{color:#e60000;background-color:#e6000014;border-color:#e600004d;transform:scale(1.1)rotate(-3deg);box-shadow:0 4px 14px #e6000026}.dcam-tech-profile-row-active .dcam-tech-profile-icon-box{transform:scale(1.08);color:#fff!important;background-color:#e60000!important;border-color:#e60000!important;box-shadow:0 4px 16px #e600004d!important}.dcam-tech-icon{width:24px;height:24px}.dcam-tech-profile-meta{flex-direction:column;display:flex}.dcam-tech-profile-cat-name{color:#0f172a;margin:0;font-size:1.25rem;font-weight:800;line-height:1.2;transition:color .25s}.dcam-tech-profile-row:hover .dcam-tech-profile-cat-name{color:#e60000}.dcam-tech-profile-cat-sub{color:#94a3b8;letter-spacing:.5px;margin-top:4px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.75rem}.dcam-tech-profile-toggle{color:#64748b;background-color:#fff;border:1px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.3rem;font-weight:700;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex}.dcam-tech-profile-row:hover .dcam-tech-profile-toggle{color:#e60000;border-color:#e60000;transform:scale(1.15)rotate(90deg);box-shadow:0 0 12px #e6000033}.dcam-tech-profile-row-active .dcam-tech-profile-toggle{color:#fff!important;background-color:#e60000!important;border-color:#e60000!important;transform:scale(1.1)rotate(180deg)!important;box-shadow:0 4px 14px #e600004d!important}.dcam-tech-profile-body{padding:0 28px 28px 96px;animation:.4s cubic-bezier(.16,1,.3,1) forwards dcamExpandSlide}@keyframes dcamExpandSlide{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.dcam-tech-profile-grid{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;padding:24px;display:grid}.dcam-tech-profile-item{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:6px;padding:16px 20px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 6px #00000005}.dcam-tech-profile-item:hover{border-color:#e6000059;transform:translateY(-2px);box-shadow:0 6px 16px #e600000f}.dcam-tech-item-label{color:#e60000;letter-spacing:1px;text-transform:uppercase;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.68rem;font-weight:700}.dcam-tech-item-val{color:#0f172a;font-size:.95rem;font-weight:700;line-height:1.45}@media (width<=640px){.dcam-tech-profile-body{padding:0 20px 20px}}.dcam-ai-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;display:grid}.dcam-ai-card{background-color:#fff;border:1px solid #e2e8f0;border-left:4px solid #e60000;border-radius:8px;padding:24px;transition:transform .2s;box-shadow:0 2px 6px #00000008}.dcam-ai-card:hover{transform:translate(4px);box-shadow:0 4px 14px #0000000f}.dcam-ai-tag{letter-spacing:1px;color:#e60000;margin-bottom:8px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.65rem;font-weight:700}.dcam-ai-title{color:#0f172a;margin:0 0 8px;font-size:1.15rem;font-weight:700}.dcam-ai-desc{color:#64748b;margin:0;font-size:.9rem;line-height:1.5}.dcam-why-section{background-color:#fff}.dcam-comparison-table-wrapper{border:1px solid #e2e8f0;border-radius:10px;overflow-x:auto;box-shadow:0 4px 16px #0000000a}.dcam-comparison-table{border-collapse:collapse;text-align:left;width:100%}.dcam-comparison-table th{color:#0f172a;background-color:#f8fafc;border-bottom:2px solid #e2e8f0;padding:18px 24px;font-size:.95rem;font-weight:800}.dcam-comparison-table td{color:#475569;border-bottom:1px solid #f1f5f9;padding:18px 24px;font-size:.92rem;line-height:1.5}.dcam-comparison-table th.dcam-highlight-col,.dcam-comparison-table td.dcam-highlight-col{background-color:#e6000008;border-left:2px solid #e6000026}.dcam-datasheet-section{padding-top:40px;padding-bottom:40px}.dcam-datasheet-card{color:#fff;background-color:#0f172a;border-radius:16px;grid-template-columns:1.2fr .8fr;align-items:center;gap:40px;padding:50px;display:grid;box-shadow:0 12px 36px #0f172a40}.dcam-datasheet-badge{letter-spacing:2px;color:#e60000;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.72rem;font-weight:700}.dcam-datasheet-title{color:#fff;margin:12px 0 16px;font-size:2.2rem;font-weight:800;line-height:1.2}.dcam-datasheet-desc{color:#94a3b8;margin-bottom:32px;font-size:1rem;line-height:1.6}.dcam-datasheet-actions{flex-wrap:wrap;gap:16px;display:flex}.dcam-datasheet-img-space{background-color:#ffffff0d;border-color:#fff3;height:220px}.dcam-faq-section{max-width:900px}.dcam-faq-accordion{flex-direction:column;gap:16px;display:flex}.dcam-faq-item{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;transition:background-color .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.dcam-faq-item:hover{background-color:#fff;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 10px 28px #0f172a0f}.dcam-faq-item.dcam-faq-open{background-color:#fff!important;border:1.5px solid #e6000066!important;border-left:5px solid #e60000!important;box-shadow:0 12px 32px #e6000014!important}.dcam-faq-question{text-align:left;color:#0f172a;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;font-size:1.05rem;font-weight:700;display:flex}.dcam-faq-icon{color:#e60000;font-size:1.4rem;font-weight:700}.dcam-faq-answer{color:#475569;border-top:1px solid #f1f5f9;padding:0 24px 20px;font-size:.95rem;line-height:1.6}.dcam-contact-section{border-top:1px solid #f1f5f9}.dcam-contact-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:40px;display:grid}.dcam-contact-info-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:36px}.dcam-contact-info-heading{color:#0f172a;margin:0 0 4px;font-size:1.4rem;font-weight:800}.dcam-contact-info-sub{color:#e60000;margin:0 0 24px;font-size:.88rem;font-weight:700}.dcam-contact-detail-item{margin-bottom:20px}.dcam-contact-detail-label{color:#94a3b8;letter-spacing:1px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.68rem;font-weight:700}.dcam-contact-detail-val{color:#334155;margin:4px 0 0;font-size:.95rem;font-weight:600;line-height:1.5}.dcam-contact-info-card,.dcam-contact-form-card{transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1),border-color .35s cubic-bezier(.4,0,.2,1)}.dcam-contact-info-card:hover,.dcam-contact-form-card:hover{border-color:#e6000040;transform:translateY(-4px);box-shadow:0 16px 36px #0f172a14}.dcam-contact-form-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:36px;box-shadow:0 4px 16px #0000000a}.dcam-contact-form-heading{color:#0f172a;margin:0 0 24px;font-size:1.4rem;font-weight:800}.dcam-contact-form{flex-direction:column;gap:20px;display:flex}.dcam-form-group{flex-direction:column;gap:6px;display:flex}.dcam-form-label{color:#334155;font-size:.85rem;font-weight:700}.dcam-form-input,.dcam-form-textarea{color:#0f172a;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.dcam-form-input:focus,.dcam-form-textarea:focus{border-color:#e60000;outline:none;box-shadow:0 0 0 3px #e600001a}.dcam-btn-submit{align-self:flex-start;margin-top:10px}.dcam-form-success{color:#166534;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;padding:16px;font-size:.95rem;font-weight:600}.dcam-ai-sim-section{padding-top:60px;padding-bottom:80px}.dcam-sim-header{text-align:left;margin-bottom:40px}.dcam-sim-title{color:#0f172a;letter-spacing:-.5px;margin:12px 0 16px;font-size:3rem;font-weight:800;line-height:1.1}.dcam-sim-subtitle{color:#64748b;max-width:720px;margin:0;font-size:1.05rem;line-height:1.6}.dcam-sim-wrapper{grid-template-columns:380px 1fr;align-items:start;gap:36px;display:grid}.dcam-sim-sidebar{flex-direction:column;gap:24px;display:flex}.dcam-sim-cat-list{flex-direction:column;gap:14px;display:flex}.dcam-sim-cat-card{cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:18px 20px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 2px 6px #00000005}.dcam-sim-cat-card:hover{border-color:#cbd5e1;transform:translateY(-1px)}.dcam-sim-cat-active{background-color:#fff8f8!important;border:1.5px solid #e60000!important;box-shadow:0 4px 16px #e6000014!important}.dcam-sim-cat-icon-box{color:#64748b;background-color:#f1f5f9;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.dcam-sim-cat-active .dcam-sim-cat-icon-box{color:#fff;background-color:#e60000}.dcam-sim-icon{width:22px;height:22px}.dcam-sim-cat-text{flex-direction:column;display:flex}.dcam-sim-cat-name{color:#0f172a;margin:0;font-size:1.05rem;font-weight:700;line-height:1.2}.dcam-sim-cat-tags{color:#94a3b8;letter-spacing:.5px;margin-top:4px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.7rem}.dcam-sim-sublist-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.dcam-sim-sublist-title{color:#94a3b8;letter-spacing:1.5px;margin-bottom:12px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.65rem;font-weight:700;display:block}.dcam-sim-sublist{flex-direction:column;gap:8px;display:flex}.dcam-sim-subitem{color:#475569;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:10px;padding:10px 14px;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.dcam-sim-subitem:hover{color:#0f172a;background-color:#fff}.dcam-sim-subitem-active{box-shadow:0 2px 6px #0000000a;color:#e60000!important;background-color:#fff!important;border-color:#e600004d!important}.dcam-sim-subicon{font-size:1rem}.dcam-sim-viewport-container{width:100%}.dcam-sim-hud-screen{background-color:#0b0f19;border:1px solid #1e293b;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 25px 60px #00000059}.dcam-sim-hud-header{color:#94a3b8;background-color:#0f172a;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;padding:14px 20px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.72rem;display:flex}.dcam-sim-hud-status{align-items:center;gap:8px;display:flex}.dcam-sim-live-dot{background-color:#e60000;border-radius:50%;width:8px;height:8px;animation:1.5s infinite dcamPulse;box-shadow:0 0 8px #e60000}@keyframes dcamPulse{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.dcam-sim-live-text{color:#f8fafc;letter-spacing:1px;font-weight:700}.dcam-sim-hud-meta{color:#64748b;letter-spacing:1px}.dcam-sim-canvas{background-color:#090d16;background-image:radial-gradient(circle,#1e293b4d 0%,#0000 80%),linear-gradient(90deg,#ffffff05 1px,#0000 1px),linear-gradient(#ffffff05 1px,#0000 1px);background-size:100% 100%,40px 40px,40px 40px;justify-content:center;align-items:center;width:100%;height:440px;display:flex;position:relative;overflow:hidden}.dcam-sim-scan-line{z-index:10;pointer-events:none;background:linear-gradient(90deg,#0000,#e60000cc,#0000);width:100%;height:3px;animation:4s linear infinite dcamScan;position:absolute;top:0;left:0;box-shadow:0 0 15px #e60000cc}@keyframes dcamScan{0%{opacity:0;top:0%}15%{opacity:1}85%{opacity:1}to{opacity:0;top:100%}}.dcam-sim-zone-box{box-sizing:border-box;border-radius:6px;flex-direction:column;align-items:flex-start;padding:10px;transition:all .3s;display:flex;position:absolute}.dcam-sim-zone-line{background:#e6000008;border:1.5px dashed #e6000099;width:320px;height:220px;top:25%;left:15%}.dcam-sim-zone-intrusion{background:#e600001f;border:2px solid #e60000;width:130px;height:190px;animation:2s infinite dcamBboxPulse;top:30%;left:42%;box-shadow:0 0 20px #e6000040}@keyframes dcamBboxPulse{0%{border-color:#e60000}50%{border-color:#ff4d4d}to{border-color:#e60000}}.dcam-sim-target-group{border:1.5px dashed #e6000099;flex-direction:column;width:220px;height:140px;padding:10px;display:flex;position:absolute;top:40%;right:12%}.dcam-sim-silhouettes{justify-content:center;gap:14px;margin-top:30px;display:flex}.dcam-sim-person-dot{background:#ffffff26;border-radius:14px 14px 4px 4px;width:28px;height:60px}.dcam-sim-target-person{background:#e6000066;border-radius:18px 18px 4px 4px;width:36px;height:80px;margin:30px auto 0}.dcam-sim-zone-crowd{background:#e6000014;border:2px solid #e60000;width:60%;height:60%;top:20%;left:20%}.dcam-sim-heatmap-overlay{background:radial-gradient(circle,#e600004d 0%,#0000 70%);width:100%;height:100%}.dcam-sim-silhouettes-large{opacity:.7;justify-content:center;gap:16px;margin-top:40px;font-size:2.2rem;display:flex}.dcam-sim-zone-tripwire{border-top:2px dashed #e60000;width:80%;height:2px;top:45%;left:10%}.dcam-sim-laser-beam{background:#e60000;width:100%;height:4px;margin-top:20px;box-shadow:0 0 12px #e60000}.dcam-sim-zone-reid,.dcam-sim-zone-face{background:#00f2fe0d;border:2px solid #00f2fe;border-radius:8px;width:220px;height:220px;top:25%;left:35%}.dcam-sim-reticle{border:2px dashed #00f2fe;border-radius:50%;width:60px;height:60px;margin:40px auto 0;animation:6s linear infinite dcamSpin}@keyframes dcamSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dcam-sim-zone-anpr,.dcam-sim-zone-vehicle{background:#10b9810d;border:2px solid #10b981;width:50%;height:50%;top:25%;left:25%}.dcam-sim-plate-card{color:#0f172a;background-color:#fff;border:2px solid #000;border-radius:4px;flex-direction:column;align-items:center;margin:30px auto 0;padding:8px 16px;display:flex;box-shadow:0 4px 12px #0006}.dcam-sim-plate-text{letter-spacing:2px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:1.1rem;font-weight:900}.dcam-sim-plate-sub{color:#10b981;font-size:.65rem;font-weight:700}.dcam-sim-vehicle-box{color:#00f2fe;flex-direction:column;gap:4px;margin-top:30px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.85rem;font-weight:700;display:flex}.dcam-sim-zone-fall,.dcam-sim-zone-fire{background:#ef444426;border:2px solid #ef4444;width:60%;height:60%;top:20%;left:20%;box-shadow:inset 0 0 30px #ef44444d}.dcam-sim-zone-ppe{background:#10b98114;border:2px solid #10b981;width:40%;height:50%;top:25%;left:30%}.dcam-sim-zone-count{background:#3b82f614;border:2px solid #3b82f6;width:50%;height:40%;top:30%;left:25%}.dcam-sim-count-counter{color:#3b82f6;text-align:center;margin-top:30px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:1.2rem;font-weight:800}.dcam-sim-badge{letter-spacing:.5px;text-transform:uppercase;border-radius:3px;padding:4px 8px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.65rem;font-weight:800}.dcam-badge-red-sm{color:#fff;background-color:#e60000cc}.dcam-badge-alert{color:#fff;background-color:#e60000;box-shadow:0 0 10px #e6000099}.dcam-badge-cyan{color:#0f172a;background-color:#00f2fe}.dcam-badge-green{color:#fff;background-color:#10b981}.dcam-sim-hud-footer{color:#64748b;letter-spacing:1px;background-color:#0f172a;border-top:1px solid #1e293b;justify-content:space-between;padding:12px 20px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.68rem;display:flex}.dcam-sim-tag-cloud{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:40px;display:flex}.dcam-sim-pill{color:#475569;cursor:pointer;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;padding:8px 16px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.75rem;font-weight:600;transition:all .2s}.dcam-sim-pill:hover{color:#0f172a;background-color:#e2e8f0}.dcam-sim-pill-active{box-shadow:0 2px 8px #0f172a26;color:#fff!important;background-color:#0f172a!important;border-color:#0f172a!important}.dcam-sim-scene,.dcam-sim-bg-svg{width:100%;height:100%;position:absolute;top:0;left:0}.dcam-sim-bg-img{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.dcam-pulse-zone{animation:2.5s ease-in-out infinite dcamZonePulse}@keyframes dcamZonePulse{0%,to{background:#ef444414;border-color:#ef4444;box-shadow:0 0 10px #ef444426}50%{background:#ef44442e;border-color:red;box-shadow:0 0 25px #ef444466}}.dcam-anim-target-box{animation:1.8s ease-in-out infinite alternate dcamTargetBoxGlow;overflow:hidden}@keyframes dcamTargetBoxGlow{0%{border-color:#ef4444;box-shadow:0 0 15px #ef44444d}to{border-color:#f22;box-shadow:0 0 35px #ef4444b3}}.dcam-target-scan-line{z-index:4;background:linear-gradient(90deg,#0000,#ef4444,#0000);width:100%;height:2px;animation:2s linear infinite dcamScanLine;position:absolute;top:0;left:0}@keyframes dcamScanLine{0%{opacity:.2;top:0%}50%{opacity:1}to{opacity:.2;top:100%}}.dcam-hud-zone-minimal{box-sizing:border-box;pointer-events:none;background:0 0;border:1px dashed #ef4444bf;border-radius:4px;padding:6px;transition:transform .45s ease-out,border-color .3s;position:absolute}.dcam-hud-tag-minimal{color:#fff;letter-spacing:.8px;background:#ef4444e6;border-radius:2px;padding:2px 6px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.62rem;font-weight:800}.dcam-hud-target-box-minimal{box-sizing:border-box;pointer-events:none;background:0 0;border:1.5px solid #ef4444;border-radius:4px;flex-direction:column;justify-content:space-between;align-items:center;padding:6px;animation:2s ease-in-out infinite alternate dcamTargetPulse;display:flex;position:absolute;overflow:hidden;box-shadow:0 0 10px #ef444440}@keyframes dcamTargetPulse{0%,to{transform:translate3d(var(--dcam-track-x,0px), var(--dcam-track-y,0px), 0);box-shadow:0 0 8px #ef444433}50%{transform:translate3d(calc(var(--dcam-track-x,0px) + 1px), calc(var(--dcam-track-y,0px) - 1px), 0);box-shadow:0 0 18px #ef44448c}}.dcam-hud-target-box-minimal.dcam-box-cyan-min{border-color:#00f2fe;animation:2s ease-in-out infinite alternate dcamCyanPulse}@keyframes dcamCyanPulse{0%,to{transform:translate3d(var(--dcam-track-x,0px), var(--dcam-track-y,0px), 0);box-shadow:0 0 8px #00f2fe33}50%{transform:translate3d(calc(var(--dcam-track-x,0px) + 1px), calc(var(--dcam-track-y,0px) - 1px), 0);box-shadow:0 0 18px #00f2fe99}}.dcam-hud-target-box-minimal.dcam-box-green-min{border-color:#10b981;animation:2s ease-in-out infinite alternate dcamGreenPulse}@keyframes dcamGreenPulse{0%,to{transform:translate3d(var(--dcam-track-x,0px), var(--dcam-track-y,0px), 0);box-shadow:0 0 8px #10b98133}50%{transform:translate3d(calc(var(--dcam-track-x,0px) + 1px), calc(var(--dcam-track-y,0px) - 1px), 0);box-shadow:0 0 18px #10b98199}}.dcam-target-scan-line.dcam-scan-cyan{background:linear-gradient(90deg,#0000,#00f2fe,#0000)}.dcam-target-scan-line.dcam-scan-green{background:linear-gradient(90deg,#0000,#10b981,#0000)}.dcam-hud-corner{border-color:inherit;pointer-events:none;border-style:solid;width:8px;height:8px;position:absolute}.dcam-corner-tl{border-width:2px 0 0 2px;top:-1px;left:-1px}.dcam-corner-tr{border-width:2px 2px 0 0;top:-1px;right:-1px}.dcam-corner-bl{border-width:0 0 2px 2px;bottom:-1px;left:-1px}.dcam-corner-br{border-width:0 2px 2px 0;bottom:-1px;right:-1px}.dcam-hud-minimal-label{color:#fff;letter-spacing:.5px;background:#ef4444;border-radius:3px;padding:2px 8px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.65rem;font-weight:800;transition:all .2s;box-shadow:0 2px 8px #00000080}.dcam-hud-minimal-coords{color:#fff;letter-spacing:.5px;background:#000000bf;border-radius:2px;padding:2px 6px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.6rem;font-weight:700;transition:all .2s}.dcam-hud-minimal-label.dcam-lbl-green{color:#fff;background:#10b981}.dcam-hud-minimal-label.dcam-lbl-cyan{color:#0f172a;background:#00f2fe}.dcam-hud-skeleton-svg{pointer-events:none;filter:drop-shadow(0 0 6px #ef4444cc);width:100%;height:60%;margin:6px 0}.dcam-hud-target-header{flex-direction:column;align-items:center;gap:2px;width:100%;display:flex}.dcam-hud-target-subtag{color:red;letter-spacing:.5px;background:#000c;border:1px solid #f006;border-radius:2px;margin-top:2px;padding:2px 6px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.58rem;font-weight:800}.dcam-alarm-strobe-glow{pointer-events:none;background:radial-gradient(circle,#ff0000b3 0%,#e6000040 50%,#0000 70%);border-radius:50%;animation:.8s ease-in-out infinite alternate dcamStrobePulse;position:absolute}@keyframes dcamStrobePulse{0%{opacity:.3;transform:scale(.9)}to{opacity:1;transform:scale(1.3);box-shadow:0 0 40px #ff0000d9}}.dcam-cam-fov-ray{pointer-events:none;align-items:center;gap:6px;display:flex;position:absolute}.dcam-fov-tag{color:#00f2fe;background:#0f172ad9;border:1px solid #00f2fe66;border-radius:3px;padding:2px 6px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.62rem;font-weight:800;box-shadow:0 0 10px #00f2fe4d}.dcam-hud-zone{box-sizing:border-box;border-radius:4px;padding:8px;position:absolute}.dcam-zone-red{background:#ef444414;border:1.5px dashed #ef4444}.dcam-hud-tag{letter-spacing:.5px;border-radius:2px;padding:3px 6px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.65rem;font-weight:800}.dcam-tag-red{color:#fff;background-color:#ef4444}.dcam-hud-target-box{box-sizing:border-box;border-radius:6px;flex-direction:column;justify-content:space-between;align-items:center;padding:8px;display:flex;position:absolute;box-shadow:0 8px 24px #0006}.dcam-box-red{background:#ef44441f;border:2px solid #ef4444;box-shadow:0 0 20px #ef44444d}.dcam-box-green{background:#10b9811f;border:2px solid #10b981;box-shadow:0 0 20px #10b9814d}.dcam-box-cyan{background:#00f2fe1f;border:2px solid #00f2fe;box-shadow:0 0 20px #00f2fe4d}.dcam-hud-target-label{color:#fff;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;background-color:#ef4444;border-radius:2px;padding:3px 8px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.65rem;font-weight:800}.dcam-lbl-green{color:#fff!important;background-color:#10b981!important}.dcam-lbl-cyan{color:#0f172a!important;background-color:#00f2fe!important}.dcam-lbl-red{color:#fff!important;background-color:#ef4444!important}.dcam-hud-target-coords{color:#00f2fe;margin-top:4px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.62rem;font-weight:700}.dcam-hud-human-svg,.dcam-hud-car-svg,.dcam-hud-face-mesh-svg{width:100%;height:100%;max-height:160px}.dcam-hud-tripwire-line{background-color:#ef4444;justify-content:center;align-items:center;width:90%;height:3px;display:flex;position:absolute;top:45%;left:5%;box-shadow:0 0 14px #ef4444}.dcam-hud-crowd-heatmap{background:radial-gradient(circle,#ef444466 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.dcam-hud-crowd-people{width:100%;height:100%;position:absolute;top:0;left:0}.dcam-hud-person-icon{position:absolute}.dcam-hud-people-grid{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:10px;display:flex}.dcam-hud-person-card{background:#10b9811a;border:1px solid #10b981;border-radius:4px;flex-direction:column;align-items:center;padding:6px;display:flex}.dcam-hud-person-tag{color:#10b981;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.55rem;font-weight:700}.dcam-hud-attr-list{color:#f8fafc;text-align:left;width:100%;margin-top:10px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.72rem;line-height:1.8}.dcam-hud-ppe-checks{gap:8px;margin-top:6px;display:flex}.dcam-ppe-item{border-radius:2px;padding:3px 6px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.6rem;font-weight:800}.dcam-ppe-ok{color:#fff;background-color:#10b981}.dcam-hud-fire-anim{justify-content:center;align-items:center;height:100%;margin-top:10px;display:flex}@media (width<=1024px){.dcam-sim-wrapper{grid-template-columns:1fr}.dcam-sim-canvas{height:360px}.dcam-hero-wrapper{grid-template-columns:1fr;gap:50px}.dcam-hero-content{max-width:100%}.dcam-hero-title{font-size:3.5rem}.dcam-datasheet-card,.dcam-contact-grid,.dcam-tech-grid{grid-template-columns:1fr}}@media (width<=640px){.dcam-section{padding:50px 20px}.dcam-hero-section{padding:0}.dcam-hero-title{font-size:2.75rem}.dcam-section-title{font-size:1.8rem}.dcam-datasheet-card{padding:30px 20px}.dcam-datasheet-title{font-size:1.6rem}}.dcam-canvas-durable{position:relative;overflow:hidden;background:linear-gradient(145deg,#0a0e1a 0%,#0d1322 50%,#111b2e 100%)!important}.dcam-durable-scene{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:280px;animation:.5s ease-out dcam-fadeSlideIn;display:flex;position:relative}.dcam-dome-silhouette{z-index:2;background:linear-gradient(#ffffff14 0%,#ffffff08 100%);border:1.5px solid #ffffff1f;border-radius:50px 50px 10px 10px;width:100px;height:55px;margin-bottom:20px;position:relative}.dcam-dome-silhouette:before{content:"";border:2px solid #00eaff66;border-radius:50%;width:24px;height:24px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #00eaff33}.dcam-rain-overlay{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.dcam-raindrop{background:linear-gradient(#0000,#64b4ff99);border-radius:0 0 2px 2px;width:2px;height:18px;animation:.8s linear infinite dcam-rainfall;position:absolute;top:-10%}@keyframes dcam-rainfall{0%{opacity:0;top:-10%}20%{opacity:1}to{opacity:0;top:100%}}.dcam-impact-ring{z-index:3;border-radius:50%;width:10px;height:10px;animation:1.8s ease-out infinite dcam-impactWave;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)}@keyframes dcam-impactWave{0%{border:2px solid #ffb400b3;width:10px;height:10px;box-shadow:0 0 #ffb40099,0 0 20px #ffb4004d}50%{border:2px solid #ffb40040;width:120px;height:120px;box-shadow:0 0 0 8px #ffb40033,0 0 40px #ffb4001a}to{border:2px solid #0000;width:180px;height:180px;box-shadow:0 0 #0000}}.dcam-temp-gradient{z-index:2;width:80%;max-width:260px;margin-bottom:16px;position:relative}.dcam-temp-bar{background:linear-gradient(90deg,#00bfff,#00ff94,#ffeb3b,#ff5722,#ff1744);border-radius:5px;width:100%;height:10px;animation:2s ease-in-out infinite alternate dcam-tempGlow;position:relative;box-shadow:0 0 15px #ff980033}@keyframes dcam-tempGlow{0%{box-shadow:0 0 10px #00bfff4d}to{box-shadow:0 0 15px #ff17444d}}.dcam-temp-labels{letter-spacing:.5px;color:#ffffff80;justify-content:space-between;margin-top:8px;font-size:.68rem;font-weight:700;display:flex}.dcam-shield-badge{z-index:2;background:#00c8530f;border:1.5px solid #00c85366;border-radius:10px;align-items:center;gap:12px;padding:14px 24px;animation:.5s ease-out dcam-shieldSlide;display:flex}@keyframes dcam-shieldSlide{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.dcam-shield-icon{font-size:1.5rem}.dcam-shield-text{letter-spacing:1.5px;color:#00c853;font-size:.72rem;font-weight:800}.dcam-canvas-storage{position:relative;overflow:hidden;background:linear-gradient(145deg,#0a0e1a 0%,#0d1322 50%,#111b2e 100%)!important}.dcam-storage-hud-top{border-bottom:1px solid #00eaff1a;margin-bottom:20px;padding:0 0 14px}.dcam-storage-hud-top .dcam-hud-label{letter-spacing:1.5px;color:#ffffff73;text-transform:uppercase;font-size:.68rem;font-weight:700}.dcam-bandwidth-compare{flex-direction:column;gap:14px;margin-bottom:28px;display:flex}.dcam-bw-row{align-items:center;gap:12px;display:flex}.dcam-bw-label{color:#ffffff80;letter-spacing:.3px;flex:0 0 130px;font-size:.7rem;font-weight:600}.dcam-bw-bar-track{background:#ffffff0f;border-radius:5px;flex:1;height:10px;overflow:hidden}.dcam-bw-bar-fill{border-radius:5px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.dcam-bw-h264,.dcam-bw-h265{background:linear-gradient(90deg,#ff5a5a,#ff3b3b)}.dcam-bw-h265.dcam-bw-active{box-shadow:0 0 10px #00c8534d;background:linear-gradient(90deg,#00eaff,#00c853)!important}.dcam-bw-val{color:#ffffffb3;text-align:right;letter-spacing:.3px;flex:0 0 65px;font-size:.72rem;font-weight:800;transition:color .3s}.dcam-storage-visual{flex-direction:column;gap:14px;margin-bottom:18px;display:flex}.dcam-sd-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;padding:18px 20px}.dcam-sd-label{letter-spacing:1.5px;color:#fff6;text-transform:uppercase;margin-bottom:10px;font-size:.68rem;font-weight:700}.dcam-sd-capacity{background:#ffffff0f;border-radius:5px;width:100%;height:10px;overflow:hidden}.dcam-sd-fill{background:linear-gradient(90deg,#00eaff,#7c4dff);border-radius:5px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #00eaff33}.dcam-sd-info{color:#fff6;letter-spacing:.3px;justify-content:space-between;margin-top:8px;font-size:.68rem;font-weight:600;display:flex}.dcam-storage-slider{margin-top:6px}.dcam-models-section{background:#f6f7f9;padding:110px 40px}.dcam-models-container{max-width:1280px;margin:0 auto}.dcam-models-heading{grid-template-columns:minmax(220px,.8fr) minmax(440px,1.4fr);align-items:end;gap:48px;margin-bottom:48px;display:grid}.dcam-models-heading .dcam-tag-container{margin-bottom:8px}.dcam-models-title{color:#0f172a;letter-spacing:-2px;margin:0;font-size:clamp(2.2rem,4vw,4rem);font-weight:800;line-height:1.03}.dcam-models-subtitle{color:#64748b;max-width:610px;margin:20px 0 0;font-size:1rem;line-height:1.65}.dcam-models-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.dcam-model-card{background:#fff;border:1px solid #e2e8f0;min-width:0;transition:transform .3s,border-color .3s,box-shadow .3s;box-shadow:0 16px 30px #0f172a0a}.dcam-model-card:hover{border-color:#ef4444;transform:translateY(-8px);box-shadow:0 22px 38px #0f172a1f}.dcam-model-image-slot{background:#111827;border-bottom:1px solid #1f2937;justify-content:center;align-items:center;height:235px;display:flex;position:relative;overflow:hidden}.dcam-model-image-slot:before,.dcam-model-image-slot:after{content:"";background:#e60000;position:absolute}.dcam-model-image-slot:before{width:20px;height:2px;top:22px;left:22px}.dcam-model-image-slot:after{width:2px;height:20px;bottom:22px;right:22px}.dcam-model-image-slot-filled{background:#d1d5db}.dcam-model-product-image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.dcam-model-product-image-head-mount{object-position:center 52%}.dcam-model-image-grid{opacity:.45;background-image:linear-gradient(#ffffff12 1px,#0000 1px),linear-gradient(90deg,#ffffff12 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 15%,#0000 74%);mask-image:radial-gradient(#000 15%,#0000 74%)}.dcam-model-image-label,.dcam-model-image-note{z-index:1;letter-spacing:1.2px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.6rem;font-weight:800}.dcam-model-image-label{color:#cbd5e1}.dcam-model-image-note{color:#64748b;position:absolute;bottom:16px;left:18px}.dcam-model-card-content{padding:24px 22px 22px;position:relative}.dcam-model-number,.dcam-model-type,.dcam-model-status{letter-spacing:1px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.62rem;font-weight:800}.dcam-model-number{color:#94a3b8;display:block}.dcam-model-type{color:#e60000;text-align:right;position:absolute;top:24px;right:22px}.dcam-model-name{color:#0f172a;letter-spacing:-.7px;margin:22px 0 10px;font-size:1.55rem;line-height:1}.dcam-model-description{color:#64748b;min-height:66px;margin:0;font-size:.9rem;line-height:1.55}.dcam-model-status{color:#334155;border-top:1px solid #e2e8f0;align-items:center;gap:7px;margin-top:22px;padding-top:16px;display:flex}.dcam-model-status i{background:#e60000;border-radius:50%;width:6px;height:6px;display:block;box-shadow:0 0 0 4px #e600001a}@media (width<=1024px){.dcam-models-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.dcam-models-section{padding:70px 20px}.dcam-models-heading{grid-template-columns:1fr;gap:14px;margin-bottom:34px}.dcam-models-title{letter-spacing:-1.2px}.dcam-models-grid{grid-template-columns:1fr}}.dcam-why-dark-section{background:radial-gradient(circle at 82% 18%,#e600001c,#0000 28%),#090d16;border-top:1px solid #1a2333;padding:112px 40px 96px;position:relative;overflow:hidden}.dcam-why-dark-container{max-width:1280px;margin:0 auto}.dcam-why-dark-title{color:#fff;letter-spacing:-1.5px;max-width:760px;margin:14px 0 10px;font-size:clamp(2.35rem,4vw,3.8rem);font-weight:800;line-height:1.15}.dcam-why-dark-subtitle{color:#94a3b8;margin:0 0 52px;font-size:1.05rem}.dcam-why-dark-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:34px;display:grid}.dcam-why-dark-card{box-sizing:border-box;background:linear-gradient(135deg,#161f30f5,#0d1421f5);border:1px solid #47556959;border-radius:10px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:18px;min-height:148px;padding:25px 26px;transition:transform .3s,border-color .3s,background .3s;display:flex;position:relative;overflow:hidden}.dcam-why-dark-card:before{content:"";background:#e60000;width:32px;height:2px;position:absolute;top:0;left:26px}.dcam-why-dark-card:hover{background:linear-gradient(135deg,#232d3ffa,#111827fa);border-color:#e6000099;transform:translateY(-5px)}.dcam-why-card-num{color:#e60000;flex-shrink:0;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.75rem;font-weight:800}.dcam-why-card-text{color:#f8fafc;font-size:1rem;font-weight:700;line-height:1.45}.dcam-why-dark-pills-row{border-top:1px solid #47556966;border-bottom:1px solid #47556966;grid-template-columns:repeat(4,1fr);gap:0;display:grid}.dcam-why-dark-pill{border-right:1px solid #47556966;justify-content:space-between;align-items:center;padding:19px 24px;transition:background .3s;display:flex}.dcam-why-dark-pill:last-child{border-right:0}.dcam-why-dark-pill:hover{background:#ffffff0a}.dcam-why-pill-label{color:#f8fafc;font-size:.85rem;font-weight:700}.dcam-why-pill-dot{background-color:#e60000;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #e60000b3}.dcam-contact-dark-section{background:#060911;border-top:1px solid #1e293b;padding:100px 24px}.dcam-contact-dark-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}.dcam-contact-dark-left{flex-direction:column;align-items:flex-start;display:flex}.dcam-contact-dark-title{color:#fff;letter-spacing:-.5px;margin:16px 0 18px;font-size:3.2rem;font-weight:800;line-height:1.1}.dcam-contact-dark-desc{color:#94a3b8;max-width:480px;margin:0 0 36px;font-size:1.08rem;line-height:1.6}.dcam-contact-dark-cta-btn{color:#fff;letter-spacing:1.2px;background:#e60000;border-radius:8px;align-items:center;gap:12px;padding:16px 32px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.88rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 8px 24px #e6000059}.dcam-contact-dark-cta-btn:hover{color:#fff;background:#c00;transform:translateY(-2px);box-shadow:0 12px 32px #e6000080}.dcam-contact-dark-cards{flex-direction:column;gap:16px;display:flex}.dcam-contact-dark-card{background:#111827;border:1px solid #1e293b;border-radius:12px;align-items:center;gap:20px;padding:24px 28px;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex}.dcam-contact-dark-card:hover{background:#1a2335;border-color:#e6000073;transform:translate(6px);box-shadow:0 8px 28px #e600001f}.dcam-contact-dark-icon-box{color:#e60000;background:#e600001a;border:1px solid #e6000040;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.dcam-contact-dark-icon-box svg{width:22px;height:22px}.dcam-contact-dark-meta{flex-direction:column;gap:4px;display:flex}.dcam-contact-dark-lbl{color:#e60000;letter-spacing:1.5px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.68rem;font-weight:800}.dcam-contact-dark-val{color:#f8fafc;font-size:1rem;font-weight:700;line-height:1.4}@media (width<=992px){.dcam-why-dark-grid,.dcam-why-dark-pills-row{grid-template-columns:repeat(2,1fr)}.dcam-contact-dark-container{grid-template-columns:1fr;gap:40px}}@media (width<=640px){.dcam-why-dark-section{padding:76px 20px}.dcam-why-dark-grid,.dcam-why-dark-pills-row{grid-template-columns:1fr}.dcam-why-dark-pill{border-bottom:1px solid #47556966;border-right:0}.dcam-why-dark-pill:last-child{border-bottom:0}}.dcam-contact-v2-section{box-sizing:border-box;background:linear-gradient(90deg,#0307102e,#03071008),url(/assets/final_banner-CxUXGaNL.webp) 50%/cover no-repeat;border-top:1px solid #1e293b;min-height:500px;padding:84px 40px}.dcam-contact-v2-container{align-items:center;max-width:1280px;min-height:332px;margin:0 auto;display:flex}.dcam-contact-v2-left{flex-direction:column;align-items:flex-start;display:flex}.dcam-contact-v2-title{color:#fff;letter-spacing:-.5px;max-width:580px;margin:12px 0 20px;font-size:2.5rem;font-weight:800;line-height:1.15}.dcam-contact-v2-details{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.dcam-contact-v2-item{align-items:flex-start;gap:10px;display:flex}.dcam-contact-v2-icon{color:#e60000;flex-shrink:0;width:18px;height:18px;margin-top:2px}.dcam-contact-v2-link{color:#f8fafc;font-size:1rem;font-weight:700;text-decoration:none;transition:color .2s}.dcam-contact-v2-link:hover{color:#e60000}.dcam-contact-v2-text{color:#94a3b8;max-width:500px;font-size:.92rem;font-weight:600;line-height:1.45}.dcam-contact-v2-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.dcam-v2-btn-white{color:#0f172a;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:.88rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 16px #ffffff1a}.dcam-v2-btn-white:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 8px 24px #fff3}.dcam-v2-btn-outline{color:#fff;background:0 0;border:1.5px solid #e60000cc;border-radius:8px;padding:11px 22px;font-size:.88rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.dcam-v2-btn-outline:hover{color:#fff;background:#e6000026;border-color:#e60000;transform:translateY(-2px);box-shadow:0 6px 20px #e6000040}.dcam-contact-v2-right{justify-content:flex-end;display:flex}.dcam-qr-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111827cc;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:20px;padding:20px 24px;transition:all .35s;display:flex;box-shadow:0 16px 40px #0000004d}.dcam-qr-card:hover{border-color:#e6000066;transform:translateY(-3px);box-shadow:0 20px 48px #e6000026}.dcam-qr-box{box-sizing:border-box;background:#fff;border-radius:8px;flex-shrink:0;width:76px;height:76px;padding:5px;box-shadow:0 4px 14px #00000026}.dcam-qr-svg{width:100%;height:100%}.dcam-qr-meta{flex-direction:column;gap:4px;display:flex}.dcam-qr-lbl{color:#e60000;letter-spacing:1.5px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.7rem;font-weight:800}.dcam-qr-val{color:#fff;letter-spacing:-.3px;font-size:1.25rem;font-weight:800;text-decoration:none;transition:color .2s}.dcam-qr-val:hover{color:#e60000}@media (width<=992px){.dcam-contact-v2-container{min-height:0}}@media (width<=640px){.dcam-contact-v2-section{background-position:68%;min-height:0;padding:72px 20px}.dcam-contact-v2-title{font-size:2.1rem}}.dcam-hud-crosshair{pointer-events:none;width:28px;height:28px;animation:1.8s ease-in-out infinite alternate dcamCrosshairPulse;position:absolute;transform:translate(-50%,-50%)}.dcam-crosshair-h{background:#00f2feb3;width:100%;height:1px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.dcam-crosshair-v{background:#00f2feb3;width:1px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.dcam-crosshair-dot{background:#00f2fe;border-radius:50%;width:5px;height:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 8px #00f2fee6}@keyframes dcamCrosshairPulse{0%{opacity:.5;transform:translate(-50%,-50%)scale(.85)}to{opacity:1;transform:translate(-50%,-50%)scale(1.15)}}.dcam-hud-side-strip{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;background:#0009;border-radius:4px;flex-direction:column;gap:6px;padding:8px 6px;display:flex;position:absolute;top:10%}.dcam-strip-right{right:4%}.dcam-strip-left{left:4%}.dcam-strip-item{color:#94a3b8;letter-spacing:.6px;white-space:nowrap;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.55rem;font-weight:700}.dcam-strip-highlight{color:#00f2fe;text-shadow:0 0 6px #00f2fe80}.dcam-strip-warn{color:#f59e0b;text-shadow:0 0 6px #f59e0b80;animation:1s ease-in-out infinite alternate dcamWarnBlink}@keyframes dcamWarnBlink{0%{opacity:.6}to{opacity:1}}.dcam-hud-data-panel{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none;background:#000000b8;border:1px solid #ffffff1a;border-radius:6px;flex-direction:column;gap:5px;min-width:130px;padding:8px 10px;display:flex;position:absolute;bottom:12%;right:5%}.dcam-hud-data-panel.dcam-panel-bottom-left{left:5%;right:auto}.dcam-panel-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.dcam-panel-key{color:#64748b;letter-spacing:.6px;white-space:nowrap;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.52rem;font-weight:800}.dcam-panel-val{color:#e2e8f0;letter-spacing:.4px;white-space:nowrap;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.55rem;font-weight:700}.dcam-panel-val.dcam-val-ok{color:#10b981;text-shadow:0 0 4px #10b98180}.dcam-panel-val.dcam-val-pulse{color:#ef4444;animation:.9s ease-in-out infinite dcamBpmPulse}@keyframes dcamBpmPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.08)}}.dcam-panel-bar{background:#ffffff1a;border-radius:3px;width:60px;height:5px;overflow:hidden}.dcam-panel-bar-fill{border-radius:3px;height:100%;transition:width .35s}.dcam-panel-bar-fill.dcam-bar-green{background:linear-gradient(90deg,#10b981,#34d399);box-shadow:0 0 6px #10b98180}.dcam-panel-bar-fill.dcam-bar-cyan{background:linear-gradient(90deg,#00f2fe,#4facfe);box-shadow:0 0 6px #00f2fe80}.dcam-hud-gauge-strip{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none;background:#000000b8;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:8px;padding:6px 12px;display:flex;position:absolute;bottom:10%;left:50%;transform:translate(-50%)}.dcam-hud-gauge-strip.dcam-gauge-dual{flex-direction:column;align-items:stretch;gap:5px;min-width:180px}.dcam-gauge-row{align-items:center;gap:8px;display:flex}.dcam-gauge-label{color:#64748b;letter-spacing:.6px;white-space:nowrap;min-width:48px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.52rem;font-weight:800}.dcam-gauge-track{background:#ffffff14;border-radius:3px;flex:1;min-width:80px;height:5px;overflow:hidden}.dcam-gauge-fill{background:linear-gradient(90deg,#ef4444,#f97316);border-radius:3px;height:100%;transition:width .35s;box-shadow:0 0 6px #ef444480}.dcam-gauge-fill.dcam-fill-amber{background:linear-gradient(90deg,#f59e0b,#fbbf24);box-shadow:0 0 6px #f59e0b80}.dcam-gauge-fill.dcam-fill-red{background:linear-gradient(90deg,#ef4444,#f97316);box-shadow:0 0 6px #ef444480}.dcam-gauge-val{color:#e2e8f0;letter-spacing:.3px;text-align:right;min-width:28px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.55rem;font-weight:700}.dcam-hud-target-box-minimal.dcam-box-amber-min{border-color:#f59e0b;animation:2s ease-in-out infinite alternate dcamAmberPulse}@keyframes dcamAmberPulse{0%,to{transform:translate3d(var(--dcam-track-x,0px), var(--dcam-track-y,0px), 0);box-shadow:0 0 8px #f59e0b33}50%{transform:translate3d(calc(var(--dcam-track-x,0px) + 1px), calc(var(--dcam-track-y,0px) - 1px), 0);box-shadow:0 0 20px #f59e0ba6}}.dcam-target-scan-line.dcam-scan-amber{background:linear-gradient(90deg,#0000,#f59e0b,#0000)}.dcam-hud-minimal-label.dcam-lbl-amber{color:#0f172a;background:#f59e0b}.dcam-hud-corner{border-color:inherit;pointer-events:none;border-style:solid;width:12px;height:12px}@media (width>=1024px) and (width<=1366px){.dcam-hero-section{padding:4rem 3rem}.dcam-hero-title{font-size:clamp(3rem,4.5vw,4.2rem)}.dcam-arch-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.dcam-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=768px) and (width<=1023px){.dcam-hero-section{padding:3.5rem 2rem}.dcam-hero-title{font-size:clamp(2.4rem,5.5vw,3.5rem)}.dcam-arch-grid{grid-template-columns:1fr;gap:1.5rem}.dcam-arch-row,.dcam-arch-row-reverse{grid-template-columns:1fr;gap:2.5rem}.dcam-arch-text-col{text-align:center;align-items:center}.dcam-arch-block-title{text-align:center;font-size:2.2rem}.dcam-arch-block-desc{text-align:center}.dcam-feat-btns{justify-content:center}.dcam-arch-stats-bar{justify-content:center;gap:1.5rem}.dcam-arch-card-canvas{height:360px}.dcam-stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.dcam-variants-bar{padding:.75rem 1.5rem}}@media (width>=480px) and (width<=767px){.dcam-hero-section{padding:2.75rem 1.25rem}.dcam-hero-title{font-size:2.2rem}.dcam-hero-description{font-size:.95rem}.dcam-arch-grid,.dcam-stats-grid{grid-template-columns:1fr}.dcam-arch-row,.dcam-arch-row-reverse{grid-template-columns:1fr;gap:2.25rem}.dcam-arch-blocks-container{gap:50px}.dcam-arch-text-col{text-align:center;align-items:center;width:100%}.dcam-arch-block-title{text-align:center;font-size:2rem;line-height:1.2}.dcam-arch-block-desc{text-align:center;font-size:.95rem}.dcam-tag-container{justify-content:center;margin-inline:auto}.dcam-feat-btns{flex-wrap:wrap;justify-content:center;gap:.5rem;width:100%}.dcam-feat-btn{padding:.6rem 1rem;font-size:.8rem}.dcam-arch-stats-bar{text-align:center;grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%;padding-top:18px;display:grid}.dcam-arch-stat-item{text-align:center;align-items:center}.dcam-arch-stat-val{font-size:1.1rem}.dcam-arch-stat-lbl{font-size:.58rem}.dcam-arch-card-canvas{height:340px;padding:16px}.dcam-hero-actions{flex-direction:column;align-items:stretch}.dcam-btn-primary,.dcam-btn-secondary{justify-content:center;width:100%}}@media (width<=479px){.dcam-hero-section{padding:2rem 1rem}.dcam-hero-title{font-size:1.85rem;line-height:1.1}.dcam-hero-description{font-size:.88rem;line-height:1.45}.dcam-arch-grid,.dcam-stats-grid{grid-template-columns:1fr;gap:1rem}.dcam-arch-row,.dcam-arch-row-reverse{grid-template-columns:1fr;gap:2rem}.dcam-arch-blocks-container{gap:40px}.dcam-arch-text-col{text-align:center;align-items:center;width:100%}.dcam-arch-block-title{text-align:center;font-size:1.75rem;line-height:1.25}.dcam-arch-block-desc{text-align:center;font-size:.88rem;line-height:1.5}.dcam-tag-container{justify-content:center;margin-inline:auto}.dcam-feat-btns{flex-direction:column;align-items:stretch;gap:.5rem;width:100%}.dcam-feat-btn{text-align:center;justify-content:center;width:100%;padding:.65rem .85rem;font-size:.82rem}.dcam-arch-stats-bar{text-align:center;grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;padding-top:16px;display:grid}.dcam-arch-stat-item{text-align:center;align-items:center}.dcam-arch-stat-val{font-size:.98rem}.dcam-arch-stat-lbl{letter-spacing:.4px;font-size:.54rem}.dcam-arch-card-canvas{height:320px;padding:14px}.dcam-hero-actions{flex-direction:column;align-items:stretch;gap:.75rem}.dcam-btn-primary,.dcam-btn-secondary{width:100%;padding:.75rem 1rem;font-size:.85rem}.dcam-variants-bar{flex-direction:column;gap:.5rem}}@media (width<=767px){.dcam-hero-section{isolation:isolate;align-items:stretch;min-height:calc(100svh - 68px);padding:0}.dcam-visual-wrapper:after{content:"";z-index:3;pointer-events:none;background:linear-gradient(#fff0 0% 42%,#ffffff1a 68%,#0f172a2e 100%),linear-gradient(90deg,#ffffffbd,#ffffff0d);position:absolute;inset:0}.dcam-hero-img{object-position:56% center}.dcam-hero-wrapper{align-items:center;width:100%;max-width:none;padding:2.25rem 1.15rem 1.5rem;display:flex;transform:translateY(30px)}.dcam-hero-content{align-items:stretch;width:100%;max-width:31rem;margin:0 auto}.dcam-tag-container{justify-content:flex-start;margin:0 0 1rem}.dcam-tag-text{letter-spacing:.13em;font-size:.68rem}.dcam-hero-title{letter-spacing:-.045em;max-width:12ch;margin:0 0 1.1rem;font-size:clamp(2.05rem,9.5vw,2.65rem);line-height:1.02}.dcam-hero-subtitle{max-width:22rem;margin-bottom:.55rem;font-size:1.05rem;line-height:1.35}.dcam-hero-description{max-width:23rem;margin-bottom:1.25rem;font-size:.88rem;font-weight:500;line-height:1.5}.dcam-hero-actions{grid-template-columns:1fr;gap:.65rem;width:100%;margin-bottom:1rem;display:grid}.dcam-btn-primary,.dcam-btn-secondary{justify-content:center;width:100%;min-height:47px;padding:.78rem 1rem;font-size:.8rem}.dcam-hero-stats-grid{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd6;border:1px solid #cbd5e1eb;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;width:100%;margin-top:0;padding:0;display:grid;overflow:hidden;box-shadow:0 12px 30px #0f172a1a}.dcam-hero-stat-item{justify-content:center;min-width:0;min-height:84px;padding:.85rem .9rem}.dcam-hero-stat-item:nth-child(odd){border-right:1px solid #cbd5e1d9}.dcam-hero-stat-item:nth-child(-n+2){border-bottom:1px solid #cbd5e1d9}.dcam-hero-stat-val{margin-bottom:.35rem;font-size:clamp(1rem,4.5vw,1.4rem)}.dcam-hero-stat-lbl{letter-spacing:.07em;max-width:13ch;font-size:.57rem;line-height:1.35}.dcam-hero-img-incoming,.dcam-hero-img-outgoing,.dcam-hero-fade,.dcam-hero-fade .dcam-tag-container,.dcam-hero-fade .dcam-hero-title,.dcam-hero-fade .dcam-hero-subtitle,.dcam-hero-fade .dcam-hero-description,.dcam-hero-fade .dcam-hero-actions,.dcam-hero-fade .dcam-hero-stats-grid,.dcam-page-container{filter:none;animation:none;transform:none}.dcam-animated-section,.dcam-animated-section.dcam-section-visible,.dcam-animated-section.dcam-section-hidden{opacity:1;filter:none;transition:none;transform:none}.dcam-animated-section.dcam-section-visible .dcam-section-header,.dcam-animated-section.dcam-section-visible .dcam-sim-header,.dcam-animated-section.dcam-section-visible .dcam-arch-row{opacity:1;filter:none;animation:none;transform:none}.dcam-hero-stats-grid,.dcam-canvas-badge,.dcam-dn-overlay-label,.dcam-qr-card,.dcam-hud-side-strip,.dcam-hud-data-panel,.dcam-hud-gauge-strip{-webkit-backdrop-filter:none}}@media (width<=480px){.dcam-hero-section{min-height:calc(100svh - 62px)}}@media (width<=374px){.dcam-hero-wrapper{padding:1.75rem .9rem 1.25rem}.dcam-hero-title{font-size:1.9rem}.dcam-hero-subtitle{font-size:.98rem}.dcam-hero-description{font-size:.82rem}.dcam-hero-stat-item{min-height:78px;padding:.7rem .75rem}}:root{--delibot-red:#e10600;--delibot-red-bright:#ff3b30;--delibot-red-glow:#e1060059;--delibot-red-tint:#e1060014;--delibot-black:#0a0a0a;--delibot-charcoal:#1c1c1e;--delibot-charcoal-light:#2c2c2e;--delibot-grey-mid:#8a8d91;--delibot-grey-light:#f2f2f2;--delibot-grey-border:#e2e8f0;--delibot-white:#fff;--delibot-font-main:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--delibot-font-heading:"Space Grotesk", sans-serif;--delibot-font-mono:"IBM Plex Mono", ui-monospace, monospace}.delibot-page-wrapper{background-color:var(--delibot-black);color:var(--delibot-white);font-family:var(--delibot-font-main);width:100%;animation:.85s cubic-bezier(.16,1,.3,1) forwards delibotPageEnter;position:relative;overflow-x:clip}.delibot-page-wrapper h1,.delibot-page-wrapper h2,.delibot-page-wrapper h3,.delibot-page-wrapper h4,.delibot-page-wrapper h5,.delibot-page-wrapper h6,.delibot-section-title-dark,.delibot-section-title-light,.delibot-col-title,.delibot-card-title,.delibot-process-strip__title,.delibot-highlight-title,.delibot-table-title,.delibot-dashboard-title,.delibot-usecase-overlay-title,.delibot-prop-title,.delibot-contact-title,.delibot-contact-v2-title,.delibot-mini-title,.delibot-mini-overlay-title{font-family:var(--delibot-font-heading)}@keyframes delibotPageEnter{0%{opacity:0;filter:blur(6px);transform:translateY(10px)}to{opacity:1;filter:blur();transform:translateY(0)}}.delibot-animated-section{opacity:1;will-change:opacity;transition:opacity .8s cubic-bezier(.16,1,.3,1);transform:translateY(0)}.delibot-animated-section.delibot-section-visible{opacity:1}.delibot-animated-section.delibot-section-exit .delibot-section-header,.delibot-animated-section.delibot-section-exit .delibot-hero__left,.delibot-animated-section.delibot-section-exit .delibot-hero-chips,.delibot-animated-section.delibot-section-exit .delibot-comparison-grid,.delibot-animated-section.delibot-section-exit .delibot-radial-grid,.delibot-animated-section.delibot-section-exit .delibot-elevator-grid,.delibot-animated-section.delibot-section-exit .delibot-specs-tables-grid,.delibot-animated-section.delibot-section-exit .delibot-industries-grid-2x2,.delibot-animated-section.delibot-section-exit .delibot-faq-accordion,.delibot-animated-section.delibot-section-exit .delibot-contact-v2-container{opacity:0;filter:blur(4px);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1),filter .5s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.delibot-animated-section.delibot-section-visible .delibot-section-header,.delibot-animated-section.delibot-section-visible .delibot-hero__left{animation:.7s cubic-bezier(.16,1,.3,1) 80ms both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-comparison-col:first-child{animation:.7s cubic-bezier(.16,1,.3,1) .12s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-comparison-col:nth-child(3){animation:.7s cubic-bezier(.16,1,.3,1) .2s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-capability-card:first-child{animation:.7s cubic-bezier(.16,1,.3,1) .12s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-capability-card:nth-child(2){animation:.7s cubic-bezier(.16,1,.3,1) .2s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-capability-card:nth-child(3){animation:.7s cubic-bezier(.16,1,.3,1) .28s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-process-step:first-child{animation:.65s cubic-bezier(.16,1,.3,1) .12s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-process-step:nth-child(2){animation:.65s cubic-bezier(.16,1,.3,1) .18s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-process-step:nth-child(3){animation:.65s cubic-bezier(.16,1,.3,1) .24s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-process-step:nth-child(4){animation:.65s cubic-bezier(.16,1,.3,1) .3s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-process-step:nth-child(5){animation:.65s cubic-bezier(.16,1,.3,1) .36s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-spec-table-card:first-child{animation:.7s cubic-bezier(.16,1,.3,1) .12s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-spec-table-card:nth-child(2){animation:.7s cubic-bezier(.16,1,.3,1) .2s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-spec-table-card:nth-child(3){animation:.7s cubic-bezier(.16,1,.3,1) .28s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-spec-table-card:nth-child(4){animation:.7s cubic-bezier(.16,1,.3,1) .36s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-usecase-card:first-child{animation:.7s cubic-bezier(.16,1,.3,1) .12s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-usecase-card:nth-child(2){animation:.7s cubic-bezier(.16,1,.3,1) .2s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-usecase-card:nth-child(3){animation:.7s cubic-bezier(.16,1,.3,1) .28s both delibotSectionChildFade}.delibot-animated-section.delibot-section-visible .delibot-usecase-card:nth-child(4){animation:.7s cubic-bezier(.16,1,.3,1) .36s both delibotSectionChildFade}@keyframes delibotSectionChildFade{0%{opacity:0;filter:blur(4px);transform:translateY(20px)}to{opacity:1;filter:blur();transform:translateY(0)}}.delibot-progress-bar{background:linear-gradient(90deg, var(--delibot-red), var(--delibot-red-bright));z-index:10005;height:3px;box-shadow:0 0 10px var(--delibot-red-glow);transition:width .1s ease-out;position:fixed;top:0;left:0}.delibot-sticky-nav{-webkit-backdrop-filter:blur(14px);z-index:9999;background:#0a0a0aeb;border-bottom:1px solid #e1060040;width:100%;transition:all .3s;position:sticky;top:0;left:0}.delibot-sticky-nav__container{justify-content:space-between;align-items:center;max-width:1320px;margin:0 auto;padding:.85rem 2rem;display:flex}.delibot-sticky-nav__brand{align-items:center;gap:.85rem;text-decoration:none;display:flex}.delibot-sticky-nav__logo-badge{background-color:var(--delibot-red);color:var(--delibot-white);letter-spacing:-.02em;box-shadow:0 0 12px var(--delibot-red-glow);border-radius:6px;padding:.25rem .65rem;font-size:1.1rem;font-weight:900}.delibot-sticky-nav__tagline{color:var(--delibot-grey-mid);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:500}.delibot-sticky-nav__links{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.delibot-sticky-nav__link{color:#d1d5db;padding:.35rem 0;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s;position:relative}.delibot-sticky-nav__link:hover,.delibot-sticky-nav__link.active{color:var(--delibot-white)}.delibot-sticky-nav__link:hover:after,.delibot-sticky-nav__link.active:after{content:"";background-color:var(--delibot-red);width:100%;height:2px;box-shadow:0 0 8px var(--delibot-red);position:absolute;bottom:-2px;left:0}.delibot-btn-red{background-color:var(--delibot-red);color:var(--delibot-white);letter-spacing:.5px;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 12px var(--delibot-red-glow);border:none;border-radius:4px;align-items:center;gap:8px;padding:14px 28px;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex}.delibot-btn-red:hover{background-color:var(--delibot-red-bright);transform:translateY(-2px);box-shadow:0 6px 16px #e1060066}.delibot-btn-ghost{color:var(--delibot-white);letter-spacing:.5px;text-transform:uppercase;cursor:pointer;background-color:#0000;border:1px solid #ffffff4d;border-radius:4px;align-items:center;gap:8px;padding:14px 28px;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex}.delibot-btn-ghost:hover{border-color:var(--delibot-white);background-color:#ffffff14;transform:translateY(-2px)}.dcam-tag-container{align-items:center;gap:10px;margin-bottom:16px;display:flex}.dcam-tag-line{background-color:var(--delibot-red);width:20px;height:2px;display:inline-block}.dcam-tag-text{font-family:var(--delibot-font-mono);letter-spacing:2px;text-transform:uppercase;color:var(--delibot-grey-mid);font-size:.78rem;font-weight:700}.delibot-hero__supporting{color:#cbd5e1;max-width:680px;margin:0 0 24px;font-size:1.02rem;font-weight:500;line-height:1.65}.delibot-placeholder-card{box-sizing:border-box;text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.delibot-placeholder-card--dark{background-color:var(--delibot-charcoal);color:var(--delibot-white);border:2px dashed #e1060066;box-shadow:inset 0 0 30px #00000080}.delibot-placeholder-card--dark:hover{border-color:var(--delibot-red);box-shadow:0 0 25px var(--delibot-red-glow)}.delibot-placeholder-card--light{color:#0f172a;background-color:#e2e8f0;border:2px dashed #94a3b8}.delibot-placeholder-card--light:hover{border-color:var(--delibot-red);background-color:#cbd5e1}.delibot-placeholder-icon{width:48px;height:48px;color:var(--delibot-red);opacity:.9;margin-bottom:.85rem}.delibot-placeholder-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--delibot-red);margin-bottom:.35rem;font-size:.72rem;font-weight:800}.delibot-placeholder-label{word-break:break-word;max-width:90%;margin:0;font-size:.92rem;font-weight:700;line-height:1.45}.delibot-placeholder-card--dark .delibot-placeholder-label{color:#f1f5f9}.delibot-placeholder-card--light .delibot-placeholder-label{color:#1e293b}.delibot-placeholder-play-overlay{background-color:var(--delibot-red);width:64px;height:64px;color:var(--delibot-white);box-shadow:0 0 24px var(--delibot-red-glow);pointer-events:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.delibot-led-dot{background-color:var(--delibot-red);width:8px;height:8px;box-shadow:0 0 10px var(--delibot-red-bright);border-radius:50%;animation:2s ease-in-out infinite ledPulse;display:inline-block}@keyframes ledPulse{0%,to{transform:scale(1);box-shadow:0 0 0 3px #dc262640,0 0 6px #dc262680}50%{transform:scale(1.15);box-shadow:0 0 0 6px #dc262673,0 0 14px #dc2626e6}}.delibot-hero{background-color:var(--delibot-black);box-sizing:border-box;flex-direction:column;justify-content:space-between;align-items:center;min-height:90vh;padding:5rem 2rem 1.5rem;display:flex;position:relative;overflow:hidden}@keyframes dlbHeroBgReveal{0%{opacity:0;filter:brightness(.4)blur(10px);transform:translate(80px)scale(1.12)}to{opacity:1;filter:brightness()blur();transform:translate(80px)scale(1)}}@keyframes dlbHeroShadeSlide{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes dlbHeroTagFade{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes dlbHeroTitleSlideUp{0%{opacity:0;filter:blur(8px);transform:translateY(45px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes dlbHeroSubtitleSlideUp{0%{opacity:0;filter:blur(4px);transform:translateY(35px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes dlbHeroBodySlideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes dlbHeroPillPop{0%{opacity:0;transform:translateY(20px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes dlbHeroActionsSlideUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes dlbHeroChipsSlideUp{0%{opacity:0;filter:blur(4px);transform:translateY(30px)}to{opacity:1;filter:blur();transform:translateY(0)}}.delibot-hero.delibot-section-visible .delibot-hero-bg-img{animation:1.6s cubic-bezier(.16,1,.3,1) forwards dlbHeroBgReveal}.delibot-hero.delibot-section-visible .delibot-hero-left-shade{animation:1.2s cubic-bezier(.16,1,.3,1) forwards dlbHeroShadeSlide}.delibot-hero.delibot-section-visible .dcam-tag-container{opacity:0;animation:.9s cubic-bezier(.16,1,.3,1) .15s forwards dlbHeroTagFade}.delibot-hero.delibot-section-visible .delibot-hero__headline{opacity:0;animation:1.1s cubic-bezier(.16,1,.3,1) .25s forwards dlbHeroTitleSlideUp}.delibot-hero.delibot-section-visible .delibot-hero__subheadline{opacity:0;animation:1s cubic-bezier(.16,1,.3,1) .4s forwards dlbHeroSubtitleSlideUp}.delibot-hero.delibot-section-visible .delibot-hero__supporting{opacity:0;animation:.95s cubic-bezier(.16,1,.3,1) .55s forwards dlbHeroBodySlideUp}.delibot-hero.delibot-section-visible .delibot-hero__badges{opacity:0;animation:.9s cubic-bezier(.16,1,.3,1) .7s forwards dlbHeroPillPop}.delibot-hero.delibot-section-visible .delibot-hero__actions{opacity:0;animation:.95s cubic-bezier(.16,1,.3,1) .85s forwards dlbHeroActionsSlideUp}.delibot-hero.delibot-section-visible .delibot-hero-chips{opacity:0;animation:1s cubic-bezier(.16,1,.3,1) 1.05s forwards dlbHeroChipsSlideUp}.delibot-hero.delibot-section-exit .delibot-hero-bg-img{opacity:.3;filter:brightness(.5)blur(6px);transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .6s,filter .6s;transform:scale(.96)}.delibot-hero-bg-wrapper{z-index:1;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.delibot-hero-bg-img{object-fit:cover;object-position:100% center;width:100%;height:100%;display:block;transform:translate(80px)}.delibot-hero-left-shade{pointer-events:none;z-index:2;background:linear-gradient(90deg,#0a0a0af2 0%,#0a0a0acc 55%,#0a0a0a00 100%);width:55%;max-width:820px;position:absolute;top:0;bottom:0;left:0}.delibot-hero__container{text-align:left;z-index:3;flex-direction:column;align-items:flex-start;width:100%;max-width:1380px;margin:0 auto;display:flex;position:relative}.delibot-hero__left{flex-direction:column;align-items:flex-start;gap:1.25rem;max-width:680px;padding-top:50px;display:flex}.delibot-title-dot{color:var(--delibot-red);margin-left:2px;display:inline-block}.delibot-title-red{color:var(--delibot-red)}.delibot-hero__badges{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.85rem;margin-top:.5rem;display:flex}.delibot-hero__actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1rem;margin-top:1rem;display:flex}.delibot-eyebrow{color:var(--delibot-red);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.78rem;font-weight:800;display:inline-flex}.delibot-hero__headline{color:var(--delibot-white);letter-spacing:-.03em;margin:0;font-size:4.5rem;font-weight:900;line-height:1.05}.delibot-hero__subheadline{color:var(--delibot-grey-mid);margin:0;font-size:2rem;font-weight:700;line-height:1.25}.delibot-hero__supporting{color:#cbd5e1;max-width:580px;margin:0;font-size:1.1rem;line-height:1.6}.delibot-hero__badges{flex-wrap:wrap;align-items:center;gap:.85rem;margin-top:.5rem;display:flex}.delibot-badge-pill{background-color:var(--delibot-charcoal);color:var(--delibot-white);border:1px solid #e1060066;border-radius:9999px;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.82rem;font-weight:700;display:inline-flex}.delibot-hero__actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1rem;display:flex}.delibot-hero__right{flex-direction:column;gap:1.5rem;display:flex;position:relative}.delibot-hero-chips{-webkit-backdrop-filter:blur(16px);box-sizing:border-box;z-index:4;background:#161618d9;border:1px solid #ffffff1f;border-radius:16px;justify-content:space-between;align-items:center;gap:.75rem;width:100%;max-width:1380px;margin:auto auto 0;padding:1.15rem 2.25rem;transition:border-color .35s,box-shadow .35s,transform .35s;display:flex;position:relative;box-shadow:0 10px 30px #0006}.delibot-hero-chips:hover{border-color:#e1060066;box-shadow:0 14px 40px #e1060033}.delibot-chip-item{cursor:pointer;border-radius:9999px;align-items:center;gap:.75rem;padding:.35rem .65rem;transition:transform .3s cubic-bezier(.16,1,.3,1),background-color .3s;display:flex}.delibot-chip-item:hover{background-color:#ffffff0f;transform:translateY(-3px)scale(1.04)}.delibot-chip-icon{border:1.5px solid var(--delibot-red);width:32px;min-width:32px;height:32px;color:var(--delibot-red);background-color:#e106001f;border-radius:50%;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.delibot-chip-item:hover .delibot-chip-icon{background-color:var(--delibot-red);color:#fff;border-color:var(--delibot-red-bright);box-shadow:0 0 14px var(--delibot-red-glow);transform:rotate(360deg)}.delibot-chip-label{color:var(--delibot-white);white-space:nowrap;font-size:.9rem;font-weight:700;transition:color .3s,text-shadow .3s}.delibot-chip-item:hover .delibot-chip-label{color:#fff;text-shadow:0 0 10px #ffffff80}.delibot-chip-divider{background-color:#ffffff1f;width:1px;height:22px}.delibot-sec2-img-container{border:1px solid #e2e8f0cc;border-radius:12px;width:100%;height:210px;margin:1rem 0 1.5rem;overflow:hidden;box-shadow:0 4px 14px #00000014}.delibot-sec2-card-img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.delibot-sec2-img-container:hover .delibot-sec2-card-img{transform:scale(1.03)}.delibot-sec3-img-container{background-color:#0000;border:none;border-radius:24px;justify-content:center;align-items:center;width:100%;height:100%;min-height:580px;max-height:640px;transition:transform .4s,box-shadow .4s;display:flex;overflow:hidden;box-shadow:0 12px 35px #00000014}.delibot-sec3-img-container.delibot-sec3-focused{transform:translateY(-4px)scale(1.015);box-shadow:0 20px 50px #e1060033,0 0 35px #e1060026}.delibot-sec3-center-img{object-fit:cover;box-sizing:border-box;border-radius:24px;width:100%;height:100%;padding:0;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .4s;display:block}.delibot-scroll-indicator{color:var(--delibot-grey-mid);letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;margin-top:3.5rem;font-size:.75rem;font-weight:700;display:flex}.delibot-scroll-indicator svg{color:var(--delibot-red);animation:2s infinite bounceDown}.delibot-section-light{background-color:var(--delibot-grey-light);color:#0f172a;padding:6rem 2rem;position:relative}.delibot-section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.delibot-section-title-dark{color:#0f172a;letter-spacing:-.02em;margin:.5rem 0 1rem;font-size:2.8rem;font-weight:900}.delibot-section-subtext-dark{color:#475569;margin:0;font-size:1.1rem;line-height:1.6}.delibot-comparison-grid{perspective:1200px;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:2rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.delibot-vs-badge{background-color:var(--delibot-white);color:#0f172a;z-index:5;will-change:transform, opacity;border:3px solid #0f172a;border-radius:50%;justify-content:center;align-self:center;align-items:center;width:58px;height:58px;font-size:1.15rem;font-weight:900;transition:transform .75s cubic-bezier(.34,1.56,.64,1),opacity .6s,box-shadow .6s;display:flex;box-shadow:0 10px 25px #00000026}.delibot-comparison-col{box-sizing:border-box;backface-visibility:hidden;border-radius:20px;flex-direction:column;justify-content:space-between;padding:2.5rem;display:flex;box-shadow:0 10px 30px #0000000f}.delibot-col-traditional{background-color:var(--delibot-white);will-change:transform, opacity, filter;border:1px solid #cbd5e1;transition:transform .9s cubic-bezier(.16,1,.3,1),opacity .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1),box-shadow .8s}.delibot-col-vdelibot{background-color:var(--delibot-black);color:var(--delibot-white);border:1px solid var(--delibot-red);box-shadow:0 12px 40px var(--delibot-red-glow);will-change:transform, opacity, filter;transition:transform .95s cubic-bezier(.16,1,.3,1),opacity .85s cubic-bezier(.16,1,.3,1),filter .85s cubic-bezier(.16,1,.3,1),box-shadow .85s}.delibot-animated-section.delibot-section-exit .delibot-col-traditional{opacity:0;filter:grayscale(.8)blur(8px);transform:perspective(1000px)rotateY(24deg)translate(180px)scale(.88)}.delibot-animated-section.delibot-section-exit .delibot-col-vdelibot{opacity:0;filter:blur(8px);transform:perspective(1000px)rotateY(-24deg)translate(-180px)scale(.88);box-shadow:0 0 #e1060000}.delibot-animated-section.delibot-section-exit .delibot-vs-badge{opacity:0;transform:scale(0)rotate(-360deg);box-shadow:0 0 #0000}.delibot-animated-section.delibot-section-visible .delibot-col-traditional{opacity:1;filter:grayscale(0)blur();transition-delay:.12s;transform:perspective(1000px)rotateY(0)translate(0)scale(1);box-shadow:0 12px 35px #00000014}.delibot-animated-section.delibot-section-visible .delibot-vs-badge{opacity:1;transition-delay:.35s;transform:scale(1)rotate(0);box-shadow:0 0 30px #e1060099}.delibot-animated-section.delibot-section-visible .delibot-col-vdelibot{opacity:1;filter:blur();transition-delay:.25s;transform:perspective(1000px)rotateY(0)translate(0)scale(1);box-shadow:0 18px 55px #e1060073,0 0 25px #e106004d}.delibot-col-header{border-bottom:2px solid;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.25rem;display:flex}.delibot-col-traditional .delibot-col-header{border-color:#e2e8f0}.delibot-col-vdelibot .delibot-col-header{border-color:var(--delibot-red)}.delibot-col-title{margin:0;font-size:1.6rem;font-weight:800}.delibot-timeline{flex-direction:column;gap:1.75rem;margin-bottom:2.5rem;display:flex}.delibot-timeline-item{align-items:flex-start;gap:1.25rem;display:flex;position:relative}.delibot-node{border-radius:50%;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:.95rem;font-weight:800;display:flex}.delibot-col-traditional .delibot-node{color:#64748b;background-color:#f1f5f9;border:1px solid #cbd5e1}.delibot-col-vdelibot .delibot-node{color:var(--delibot-red-bright);border:1px solid var(--delibot-red);background-color:#e1060033}.delibot-timeline-content{flex-direction:column;flex:1;gap:.5rem;display:flex}.delibot-timeline-text{font-size:.98rem;font-weight:700;line-height:1.4}.delibot-col-banner{text-align:center;border-radius:12px;padding:1rem 1.25rem;font-size:.9rem;font-weight:800}.delibot-banner-traditional{color:var(--delibot-white);background-color:#334155}.delibot-banner-vdelibot{background-color:var(--delibot-red);color:var(--delibot-white);box-shadow:0 4px 16px var(--delibot-red-glow)}.delibot-section-white{background-color:var(--delibot-white);color:#0f172a;padding:6rem 2rem;position:relative}.delibot-radial-grid{grid-template-columns:1fr 1.2fr 1fr;align-items:center;gap:2.5rem;max-width:1320px;margin:0 auto;display:grid;position:relative}.delibot-connector-svg{pointer-events:none;z-index:8;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.dlb-tech-line-main{stroke-dasharray:1200;stroke-dashoffset:1200px;animation:.4s cubic-bezier(.16,1,.3,1) forwards dlbTechDraw}@keyframes dlbTechDraw{to{stroke-dashoffset:0}}.dlb-tech-origin{opacity:0;animation:.15s 50ms forwards dlbFadeIn}.dlb-tech-reticle{opacity:0;animation:.25s .15s forwards dlbFadeIn}@keyframes dlbFadeIn{to{opacity:1}}.delibot-radial-col{flex-direction:column;gap:2rem;display:flex}.delibot-capability-card{cursor:pointer;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative}.delibot-capability-card:hover,.delibot-capability-card.delibot-card-active{background-color:var(--delibot-white);border-color:var(--delibot-red);transform:translateY(-5px)scale(1.02);box-shadow:0 12px 32px #e106002e,0 0 20px #e106001a}.delibot-card-head{align-items:center;gap:.75rem;margin-bottom:.65rem;display:flex}.delibot-card-icon-ring{border:2px solid var(--delibot-red);width:38px;height:38px;color:var(--delibot-red);background-color:#e106000d;border-radius:50%;justify-content:center;align-items:center;display:flex}.delibot-card-title{color:#0f172a;margin:0;font-size:1.1rem;font-weight:800}.delibot-card-desc{color:#64748b;margin:0;font-size:.88rem;line-height:1.5}.delibot-process-strip{box-sizing:border-box;background-color:#f1f5f9;border-radius:24px;width:100%;max-width:1380px;margin:5rem auto 0;padding:2.75rem}.delibot-process-strip__title{text-align:center;color:#0f172a;margin-bottom:2.5rem;font-size:1.6rem;font-weight:800}.delibot-process-steps{grid-template-columns:repeat(5,1fr);align-items:flex-start;gap:1.85rem;display:grid;position:relative}.delibot-process-step{text-align:left;cursor:pointer;flex-direction:column;align-items:flex-start;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s,filter .4s;display:flex;position:relative}.delibot-process-steps:hover .delibot-process-step:not(:hover){opacity:.65;filter:blur(1px);transform:scale(.96)}.delibot-process-step:hover{z-index:15;transform:translateY(-8px)scale(1.06);opacity:1!important;filter:blur()!important}.delibot-step-img-wrap{aspect-ratio:4/3;border:1.5px solid #0000;border-radius:14px;width:100%;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s,border-color .35s;position:relative;overflow:visible;box-shadow:0 6px 24px #0000001a}.delibot-process-step:hover .delibot-step-img-wrap{border-color:var(--delibot-red);transform:translateY(-2px);box-shadow:0 16px 40px #e1060038}.delibot-step-img{object-fit:cover;border-radius:14px;width:100%;height:100%;display:block}.delibot-step-arrow-badge{z-index:10;width:28px;height:28px;color:var(--delibot-red);opacity:0;background-color:#fff;border:1.5px solid #e1060066;border-radius:50%;justify-content:center;align-items:center;transition:transform .35s,border-color .35s,background-color .35s;display:flex;position:absolute;top:50%;right:-17px;transform:translateY(-50%)scale(1);box-shadow:0 4px 12px #e1060033}.delibot-process-step:hover .delibot-step-arrow-badge{border-color:var(--delibot-red);background-color:#fff;transform:translateY(-50%)scale(1.2)rotate(360deg);box-shadow:0 6px 20px #e1060066}@keyframes dlbArrowPop{0%{opacity:0;transform:translateY(-50%)scale(.3)}to{opacity:1;transform:translateY(-50%)scale(1)}}.delibot-animated-section.delibot-section-visible .delibot-step-arrow-badge{animation:.5s cubic-bezier(.16,1,.3,1) .65s forwards dlbArrowPop}@keyframes dlbStepExpand1{0%{opacity:0;filter:blur(4px);transform:translate(280px)scale(.85)}to{opacity:1;filter:blur();transform:translate(0)scale(1)}}@keyframes dlbStepExpand2{0%{opacity:0;transform:translate(140px)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes dlbStepExpand3{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes dlbStepExpand4{0%{opacity:0;transform:translate(-140px)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes dlbStepExpand5{0%{opacity:0;filter:blur(4px);transform:translate(-280px)scale(.85)}to{opacity:1;filter:blur();transform:translate(0)scale(1)}}.delibot-animated-section:not(.delibot-section-visible) .delibot-process-step{opacity:0}.delibot-animated-section.delibot-section-exit .delibot-radial-col:first-child .delibot-capability-card{opacity:0;filter:blur(6px);transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .45s,filter .45s;transform:translate(60px)scale(.92)}.delibot-animated-section.delibot-section-exit .delibot-radial-col:last-child .delibot-capability-card{opacity:0;filter:blur(6px);transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .45s,filter .45s;transform:translate(-60px)scale(.92)}.delibot-animated-section.delibot-section-exit .delibot-sec3-img-container{opacity:.2;filter:brightness(.6)blur(8px);transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .5s,filter .5s;transform:scale(.9)translateY(20px)}.delibot-animated-section.delibot-section-exit .delibot-process-step{opacity:0;filter:blur(4px);transition:transform .45s cubic-bezier(.16,1,.3,1),opacity .4s,filter .4s;transform:translateY(25px)scale(.94)}.delibot-animated-section.delibot-section-visible .delibot-step-1{animation:.85s cubic-bezier(.16,1,.3,1) .1s forwards dlbStepExpand1}.delibot-animated-section.delibot-section-visible .delibot-step-2{animation:.85s cubic-bezier(.16,1,.3,1) .22s forwards dlbStepExpand2}.delibot-animated-section.delibot-section-visible .delibot-step-3{animation:.85s cubic-bezier(.16,1,.3,1) .34s forwards dlbStepExpand3}.delibot-animated-section.delibot-section-visible .delibot-step-4{animation:.85s cubic-bezier(.16,1,.3,1) .46s forwards dlbStepExpand4}.delibot-animated-section.delibot-section-visible .delibot-step-5{animation:.85s cubic-bezier(.16,1,.3,1) .58s forwards dlbStepExpand5}.delibot-step-img-wrap{aspect-ratio:4/3;border-radius:14px;width:100%;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;overflow:hidden;box-shadow:0 6px 24px #0000001a}.delibot-process-step:hover .delibot-step-img-wrap{transform:translateY(-4px)scale(1.02);box-shadow:0 14px 36px #e1060024}.delibot-step-img{object-fit:cover;width:100%;height:100%;display:block}.delibot-step-num{color:var(--delibot-red);letter-spacing:.08em;margin-top:.75rem;font-size:.75rem;font-weight:900}.delibot-step-label{color:#0f172a;margin-top:.25rem;font-size:.95rem;font-weight:800}.delibot-section-dark{background-color:var(--delibot-black);color:var(--delibot-white);padding:6rem 2rem;position:relative}.delibot-section-title-light{color:var(--delibot-white);letter-spacing:-.02em;margin:.5rem 0 1rem;font-size:3rem;font-weight:900}.delibot-section-subtext-light{color:var(--delibot-grey-mid);margin:0;font-size:1.15rem;line-height:1.6}.delibot-elevator-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:3.5rem;max-width:1320px;margin:0 auto;display:grid}.delibot-highlight-card{background-color:var(--delibot-charcoal);border:1px solid var(--delibot-red);box-shadow:0 0 35px var(--delibot-red-glow);border-radius:20px;flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex}.delibot-highlight-title{color:var(--delibot-white);margin:0;font-size:1.8rem;font-weight:800}.delibot-checklist{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.delibot-checklist-item{color:#e2e8f0;align-items:center;gap:.85rem;font-size:1.05rem;font-weight:600;display:flex}.delibot-check-icon{background-color:var(--delibot-red);width:24px;min-width:24px;height:24px;color:var(--delibot-white);box-shadow:0 0 10px var(--delibot-red-glow);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:900;display:flex}.delibot-sec4-hero-wrap{border:1px solid #ffffff1a;border-radius:20px;width:100%;height:100%;min-height:380px;max-height:440px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;overflow:hidden;box-shadow:0 16px 40px #0006,0 0 25px #e1060026}.delibot-sec4-hero-wrap:hover{transform:translateY(-4px);box-shadow:0 22px 50px #00000080,0 0 35px #e1060040}.delibot-sec4-hero-img{object-fit:cover;width:100%;height:100%;display:block}.delibot-mini-process{grid-template-columns:repeat(3,1fr);gap:1.75rem;max-width:1320px;margin-top:3.5rem;margin-left:auto;margin-right:auto;display:grid}.delibot-mini-card{background-color:var(--delibot-charcoal);text-align:left;border:1px solid #ffffff1a;border-radius:16px;padding:1.25rem;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s,box-shadow .35s;position:relative}.delibot-mini-card:hover{border-color:#e1060080;transform:translateY(-4px);box-shadow:0 14px 40px #e106002e}.delibot-mini-img-wrap{aspect-ratio:4/3;border:1px solid #ffffff14;border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000004d}.delibot-mini-overlay{-webkit-backdrop-filter:blur(8px);text-align:left;opacity:0;box-sizing:border-box;background:linear-gradient(#0a0a0a59 0%,#0a0a0af0 85%);flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:1.25rem;transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0;transform:translateY(12px)}.delibot-mini-card:hover .delibot-mini-overlay{opacity:1;transform:translateY(0)}.delibot-mini-overlay-badge{color:var(--delibot-red-bright);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem;font-size:.68rem;font-weight:900}.delibot-mini-overlay-title{color:#fff;margin:0 0 .5rem;font-size:1.1rem;font-weight:800}.delibot-mini-overlay-desc{color:#cbd5e1;margin:0;font-size:.82rem;line-height:1.45}.delibot-mini-img{object-fit:cover;width:100%;height:100%;display:block}.delibot-mini-card-footer{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.delibot-mini-title{color:var(--delibot-white);margin:0;font-size:1.05rem;font-weight:800}.delibot-mini-hover-hint{color:#94a3b8;font-size:.78rem;font-weight:700;transition:color .3s,transform .3s}.delibot-mini-card:hover .delibot-mini-hover-hint{color:var(--delibot-red);transform:translate(3px)}.delibot-badges-strip{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;max-width:1320px;margin-top:4rem;margin-left:auto;margin-right:auto;display:flex}.delibot-capability-badge{background-color:var(--delibot-charcoal);color:var(--delibot-white);border:1px solid #e1060066;border-radius:9999px;align-items:center;gap:.65rem;padding:.65rem 1.25rem;font-size:.88rem;font-weight:700;display:flex}.delibot-badge-circle{background-color:var(--delibot-white);border:2px solid var(--delibot-red);width:24px;height:24px;color:var(--delibot-red);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:900;display:flex}.delibot-specs-tables-grid{grid-template-columns:1fr 1fr;gap:2.5rem;max-width:1320px;margin:0 auto;display:grid}.delibot-spec-table-card{background-color:var(--delibot-white);border:1px solid #cbd5e1;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000f}.delibot-table-header{color:var(--delibot-white);border-bottom:3px solid var(--delibot-red);background-color:#0f172a;align-items:center;gap:.85rem;padding:1.25rem 1.75rem;display:flex}.delibot-table-title{margin:0;font-size:1.2rem;font-weight:800}.delibot-spec-table{border-collapse:collapse;width:100%}.delibot-spec-table th,.delibot-spec-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:.95rem 1.75rem;font-size:.92rem}.delibot-spec-table th{color:var(--delibot-red);letter-spacing:.05em;text-transform:uppercase;background-color:#f8fafc;font-size:.78rem;font-weight:800}.delibot-spec-table tr:nth-child(2n) td{background-color:#f8fafc}.delibot-spec-table td.spec-param{color:#1e293b;width:45%;font-weight:700}.delibot-spec-table td.spec-val{font-family:var(--delibot-font-mono);color:#0f172a;font-weight:700}.delibot-enterprise-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:3rem;max-width:1320px;margin:0 auto;display:grid}.delibot-dashboard-mockup{background-color:var(--delibot-charcoal);border:1px solid #ffffff26;border-radius:20px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex;box-shadow:0 20px 50px #0006}.delibot-dashboard-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.delibot-dashboard-title{color:var(--delibot-white);margin:0;font-size:1.1rem;font-weight:800}.delibot-dash-item{background-color:#ffffff0a;border-radius:10px;justify-content:space-between;align-items:center;padding:.85rem 1rem;font-size:.92rem;font-weight:600;display:flex}.delibot-dash-status{color:#4ade80;align-items:center;gap:.4rem;font-size:.8rem;font-weight:800;display:inline-flex}.delibot-dash-status.status-active{color:var(--delibot-red-bright)}.delibot-industries-grid-2x2{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}.delibot-usecase-card-2x2{background-color:var(--delibot-charcoal);border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;gap:1rem;padding:1.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.delibot-usecase-card-2x2:hover{border-color:var(--delibot-red);transform:translateY(-4px);box-shadow:0 16px 40px #e1060038}.delibot-usecase-img-wrap-2x2{aspect-ratio:16/10;border:1px solid #ffffff14;border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:0 8px 24px #0006}.delibot-usecase-img{object-fit:cover;width:100%;height:100%;display:block}.delibot-usecase-overlay{-webkit-backdrop-filter:blur(8px);opacity:0;background:linear-gradient(#0a0f1d66 0%,#0a0f1deb 50%,#0a0f1dfa 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0;transform:translateY(12px)}.delibot-usecase-card-2x2:hover .delibot-usecase-overlay{opacity:1;transform:translateY(0)}.delibot-usecase-badge{color:var(--delibot-red-bright);letter-spacing:.1em;margin-bottom:.25rem;font-size:.7rem;font-weight:900}.delibot-usecase-overlay-title{color:var(--delibot-white);margin:0 0 .5rem;font-size:1.3rem;font-weight:800}.delibot-usecase-desc{color:#d1d5db;margin:0;font-size:.92rem;line-height:1.55}.delibot-usecase-card-footer{justify-content:space-between;align-items:center;padding:0 .25rem;display:flex}.delibot-usecase-hover-hint{color:var(--delibot-grey-mid);font-size:.8rem;font-weight:700;transition:color .3s,transform .3s}.delibot-usecase-card-2x2:hover .delibot-usecase-hover-hint{color:var(--delibot-red-bright)}.delibot-value-props{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1320px;margin:4rem auto 0;display:grid}.delibot-prop-card{background-color:var(--delibot-charcoal);text-align:center;border:1px solid #e106004d;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.delibot-prop-icon{border:2px solid var(--delibot-red);width:44px;height:44px;color:var(--delibot-red);background-color:#e106001a;border-radius:50%;justify-content:center;align-items:center;display:flex}.delibot-prop-title{color:var(--delibot-white);font-size:1.05rem;font-weight:800}.delibot-contact-section{background-color:var(--delibot-black);border-top:2px solid var(--delibot-red);color:var(--delibot-white);padding:6rem 2rem 4rem}.delibot-contact-container{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;max-width:1320px;margin:0 auto;display:grid}.delibot-contact-title{color:var(--delibot-white);letter-spacing:-.02em;margin:0 0 2rem;font-size:3.2rem;font-weight:900;line-height:1.1}.delibot-contact-info-list{flex-direction:column;gap:1.25rem;margin-bottom:2.5rem;display:flex}.delibot-info-item{color:#e2e8f0;align-items:center;gap:1rem;font-size:1.1rem;font-weight:600;display:flex}.delibot-info-icon{border:1px solid var(--delibot-red);width:40px;height:40px;color:var(--delibot-red-bright);background-color:#e1060026;border-radius:50%;justify-content:center;align-items:center;display:flex}.delibot-faq-accordion{flex-direction:column;gap:16px;max-width:900px;margin:0 auto;display:flex}.delibot-faq-item{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;transition:background-color .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.delibot-faq-item:hover{background-color:#fff;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 10px 28px #0f172a0f}.delibot-faq-item.delibot-faq-open{border:1.5px solid #e1060066!important;border-left:5px solid var(--delibot-red)!important;background-color:#fff!important;box-shadow:0 12px 32px #e1060014!important}.delibot-faq-question{text-align:left;color:#0f172a;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;font-size:1.05rem;font-weight:700;display:flex}.delibot-faq-icon{color:var(--delibot-red);font-size:1.4rem;font-weight:700}.delibot-accordion-collapse-wrapper{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .42s cubic-bezier(.16,1,.3,1),opacity .35s cubic-bezier(.16,1,.3,1);display:grid}.delibot-accordion-expanded .delibot-accordion-collapse-wrapper{opacity:1;grid-template-rows:1fr}.delibot-accordion-collapse-inner{overflow:hidden}.delibot-faq-answer{color:#475569;border-top:1px solid #f1f5f9;padding:0 24px 20px;font-size:.95rem;line-height:1.6}.delibot-faq-answer p{margin:12px 0 0}.delibot-contact-v2-section{box-sizing:border-box;background:linear-gradient(90deg,#030710f2,#0f172aeb),#0a0f1d;border-top:1px solid #1e293b;min-height:480px;padding:80px 40px;position:relative;overflow:hidden}.delibot-contact-v2-container{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1320px;min-height:320px;margin:0 auto;display:grid}.delibot-contact-v2-left{flex-direction:column;align-items:flex-start;display:flex}.delibot-contact-v2-title{color:#fff;letter-spacing:-.5px;max-width:580px;margin:12px 0 20px;font-size:2.5rem;font-weight:800;line-height:1.18}.delibot-contact-v2-details{flex-direction:column;gap:12px;margin-bottom:28px;display:flex}.delibot-contact-v2-item{align-items:center;gap:12px;display:flex}.delibot-contact-v2-icon{width:18px;height:18px;color:var(--delibot-red);flex-shrink:0}.delibot-contact-v2-link{color:#f8fafc;font-size:1rem;font-weight:700;text-decoration:none;transition:color .2s}.delibot-contact-v2-link:hover{color:var(--delibot-red)}.delibot-contact-v2-text{color:#94a3b8;font-size:.95rem;font-weight:600;line-height:1.45}.delibot-contact-v2-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.delibot-v2-btn-white{color:#0f172a;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:12px 26px;font-size:.9rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 16px #ffffff1a}.delibot-v2-btn-white:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 8px 24px #fff3}.delibot-v2-btn-outline{color:#fff;background:0 0;border:1.5px solid #e10600cc;border-radius:8px;padding:11px 24px;font-size:.9rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1)}.delibot-v2-btn-outline:hover{border-color:var(--delibot-red);color:#fff;background:#e1060026;transform:translateY(-2px);box-shadow:0 6px 20px #e1060040}.delibot-contact-v2-right{width:100%}.delibot-banner-img-wrap{aspect-ratio:16/9;border:1px solid #ffffff1f;border-radius:16px;width:100%;transition:transform .3s,box-shadow .3s,border-color .3s;overflow:hidden;box-shadow:0 12px 36px #0009}.delibot-banner-img-wrap:hover{border-color:#e1060066;transform:translateY(-3px);box-shadow:0 18px 44px #e1060040}.delibot-banner-img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=1200px){.delibot-hero__headline{font-size:3.6rem}.delibot-hero__subheadline{font-size:1.6rem}.delibot-radial-grid{grid-template-columns:1fr;gap:2rem}.delibot-specs-tables-grid{grid-template-columns:1fr}.delibot-enterprise-grid,.delibot-contact-v2-container{grid-template-columns:1fr;gap:2.5rem}.delibot-industries-grid-2x2{grid-template-columns:1fr 1fr;max-width:700px;margin-left:auto;margin-right:auto}.delibot-elevator-grid{gap:2.5rem}.delibot-process-strip{max-width:100%;padding:2.5rem 2rem}.delibot-hero-chips{gap:.5rem;padding:1rem 1.5rem}.delibot-connector-svg{display:none}.delibot-section-title-dark{font-size:2.4rem}.delibot-section-title-light{font-size:2.6rem}}@media (width<=992px){.delibot-sticky-nav__links{display:none}.delibot-hero__container{grid-template-columns:1fr}.delibot-hero__left{max-width:100%;padding-top:20px}.delibot-hero__headline{font-size:3rem}.delibot-hero__subheadline{font-size:1.4rem}.delibot-hero-bg-img{object-position:75% center}.delibot-comparison-grid{grid-template-columns:1fr;gap:2rem}.delibot-vs-badge{display:none}.delibot-comparison-col,.delibot-capability-card{max-width:600px;margin:0 auto}.delibot-process-steps{grid-template-columns:repeat(2,1fr);gap:2rem}.delibot-process-step:not(:last-child):after,.delibot-step-arrow-badge{display:none}.delibot-process-steps:hover .delibot-process-step:not(:hover){opacity:1;filter:none;transform:none}.delibot-process-step:hover{transform:none}.delibot-elevator-grid{grid-template-columns:1fr;gap:2rem}.delibot-highlight-card{max-width:600px;margin:0 auto}.delibot-enterprise-grid{grid-template-columns:1fr}.delibot-industries-grid{grid-template-columns:repeat(2,1fr)}.delibot-industries-grid-2x2{grid-template-columns:1fr 1fr}.delibot-value-props{grid-template-columns:repeat(2,1fr)}.delibot-badges-strip{gap:1rem}.delibot-contact-container{text-align:center;grid-template-columns:1fr}.delibot-contact-info-list{align-items:center}.delibot-contact-v2-left{text-align:center;align-items:center}.delibot-section-title-dark,.delibot-section-title-light{font-size:2.2rem}.delibot-hero-chips{border-radius:14px;flex-wrap:wrap;justify-content:center;gap:.5rem;padding:1rem 1.25rem}.delibot-chip-divider{display:none}.delibot-mini-process{grid-template-columns:1fr 1fr}}@media (width<=768px){.delibot-hero{min-height:80vh;padding:4rem 1.25rem 1rem}.delibot-hero__headline{font-size:2.5rem}.delibot-hero__subheadline{font-size:1.25rem}.delibot-hero__supporting{font-size:1rem;line-height:1.55}.delibot-hero__left{gap:1rem;max-width:100%;padding-top:10px}.delibot-hero-bg-img{object-position:70% center;transform:none}.delibot-hero__badges{flex-wrap:wrap;gap:.5rem}.delibot-badge-pill{padding:.4rem .85rem;font-size:.82rem}.delibot-hero__actions{flex-direction:column;gap:.75rem;width:100%}.delibot-btn-red,.delibot-btn-ghost{text-align:center;justify-content:center;width:100%}.delibot-section-light,.delibot-section-white,.delibot-section-dark{padding:4rem 1.25rem}.delibot-section-header{margin:0 auto 2.5rem}.delibot-section-title-dark,.delibot-section-title-light{font-size:1.85rem}.delibot-section-subtext-dark,.delibot-section-subtext-light{font-size:.95rem}.delibot-comparison-grid{gap:1.5rem}.delibot-col-title{font-size:1.2rem}.delibot-process-steps{grid-template-columns:repeat(2,1fr);gap:1.5rem}.delibot-process-strip{border-radius:20px;margin-top:3rem;padding:2rem 1.25rem}.delibot-process-strip__title{margin-bottom:1.5rem;font-size:1.3rem}.delibot-mini-process{grid-template-columns:1fr;gap:1.25rem}.delibot-mini-card{max-width:500px;margin:0 auto}.delibot-specs-tables-grid{gap:1.5rem}.delibot-industries-grid-2x2{gap:1.25rem}.delibot-value-props{grid-template-columns:1fr 1fr;gap:1rem}.delibot-hero-chips{border-radius:12px;flex-flow:wrap;justify-content:center;gap:.5rem;padding:.85rem 1rem}.delibot-chip-item{padding:.25rem .5rem}.delibot-chip-label{font-size:.78rem}.delibot-chip-icon{width:26px;min-width:26px;height:26px}.delibot-chip-divider{display:none}.delibot-contact-v2-section{padding:60px 20px}.delibot-contact-v2-container{gap:2rem}.delibot-contact-v2-title{font-size:1.6rem}.delibot-contact-v2-left{text-align:center;align-items:center}.delibot-contact-v2-actions{flex-direction:column;gap:.75rem;width:100%}.delibot-v2-btn-white,.delibot-v2-btn-outline{text-align:center;justify-content:center;width:100%}.delibot-faq-question{padding:1rem 1.25rem;font-size:.95rem}.delibot-faq-accordion{gap:12px}.delibot-dashboard-mockup{padding:1.5rem}.delibot-highlight-card{padding:2rem}.delibot-badges-strip{gap:.75rem;margin-top:3rem}.delibot-capability-badge{padding:.55rem 1rem;font-size:.82rem}}@media (width<=600px){.delibot-hero{min-height:75vh;padding:3.5rem 1rem .75rem}.delibot-hero__headline{font-size:2rem}.delibot-hero__subheadline{font-size:1.1rem}.delibot-hero__supporting{font-size:.88rem;line-height:1.5}.delibot-hero__left{gap:.85rem;padding-top:0}.delibot-hero__badges{gap:.5rem}.delibot-badge-pill{gap:.35rem;padding:.35rem .7rem;font-size:.72rem}.delibot-hero__actions{gap:.6rem}.delibot-btn-red,.delibot-btn-ghost{padding:.65rem 1.25rem;font-size:.85rem}.delibot-hero-chips{border-radius:10px;flex-direction:column;align-items:stretch;gap:.35rem;padding:.75rem}.delibot-chip-item{justify-content:center;padding:.4rem .75rem}.delibot-chip-divider{display:none}.delibot-section-light,.delibot-section-white,.delibot-section-dark{padding:3rem 1rem}.delibot-section-header{margin:0 auto 2rem}.delibot-section-title-dark,.delibot-section-title-light{font-size:1.55rem}.delibot-section-subtext-dark,.delibot-section-subtext-light{font-size:.88rem}.delibot-comparison-grid{gap:1.25rem}.delibot-col-title{font-size:1.05rem}.delibot-col-header{padding:.75rem 1rem}.delibot-timeline-text{font-size:.82rem}.delibot-node{width:24px;height:24px;font-size:.7rem}.delibot-col-banner{padding:.75rem 1rem;font-size:.78rem}.delibot-process-steps{grid-template-columns:1fr 1fr;gap:1.25rem}.delibot-process-strip{border-radius:16px;margin-top:2.5rem;padding:1.5rem 1rem}.delibot-process-strip__title{margin-bottom:1.25rem;font-size:1.1rem}.delibot-step-num{padding:.35rem .75rem;font-size:.7rem}.delibot-step-label{font-size:.82rem}.delibot-mini-process{grid-template-columns:1fr;gap:1rem}.delibot-mini-card{padding:1rem}.delibot-specs-tables-grid{gap:1.25rem}.delibot-spec-table th,.delibot-spec-table td{padding:.6rem .85rem;font-size:.78rem}.delibot-table-header{padding:.85rem 1rem}.delibot-table-title{font-size:.95rem}.delibot-industries-grid{grid-template-columns:1fr}.delibot-industries-grid-2x2{grid-template-columns:1fr;max-width:100%}.delibot-usecase-card-2x2{padding:1rem}.delibot-value-props{grid-template-columns:1fr;gap:.85rem}.delibot-prop-card{padding:1.25rem}.delibot-badges-strip{gap:.6rem;margin-top:2.5rem}.delibot-capability-badge{padding:.45rem .85rem;font-size:.75rem}.delibot-faq-question{padding:.85rem 1rem;font-size:.88rem}.delibot-faq-answer{padding:0 1rem 1rem}.delibot-faq-answer p{font-size:.85rem}.delibot-faq-accordion{gap:10px}.delibot-contact-v2-section{min-height:auto;padding:40px 16px}.delibot-contact-v2-container{gap:1.5rem;padding:0}.delibot-contact-v2-title{font-size:1.3rem}.delibot-contact-v2-details{gap:1rem}.delibot-contact-v2-text{font-size:.82rem}.delibot-contact-v2-link{font-size:.88rem}.delibot-banner-img-wrap{aspect-ratio:4/3}.delibot-highlight-card{border-radius:16px;padding:1.5rem}.delibot-highlight-card h3{font-size:1.3rem}.delibot-dashboard-mockup{border-radius:16px;padding:1.25rem}.delibot-dashboard-title{font-size:.95rem}.delibot-dashboard-stat-value{font-size:1.4rem}.delibot-dashboard-stat-label{font-size:.7rem}.delibot-sticky-nav__container{padding:.6rem 1rem}.delibot-sticky-nav__logo-badge{padding:.18rem .45rem;font-size:.9rem}.delibot-sticky-nav__tagline{font-size:.68rem}.delibot-sticky-nav__brand{gap:.6rem}}@media (width<=400px){.delibot-hero{padding:3rem .75rem .5rem}.delibot-hero__headline{font-size:1.75rem}.delibot-hero__subheadline{font-size:.95rem}.delibot-hero__supporting{font-size:.82rem}.delibot-section-title-dark,.delibot-section-title-light{font-size:1.35rem}.delibot-section-subtext-dark,.delibot-section-subtext-light{font-size:.82rem}.delibot-section-light,.delibot-section-white,.delibot-section-dark{padding:2.5rem .75rem}.delibot-hero-chips{padding:.6rem}.delibot-chip-label{font-size:.7rem}.delibot-chip-icon{width:22px;min-width:22px;height:22px}.delibot-process-steps{grid-template-columns:1fr;gap:1rem}.delibot-process-strip{border-radius:14px;padding:1.25rem .75rem}.delibot-comparison-col{padding:1rem}.delibot-col-title{font-size:.95rem}.delibot-timeline-text{font-size:.78rem}.delibot-contact-v2-section{padding:30px 12px}.delibot-contact-v2-title{font-size:1.15rem}.delibot-faq-question{padding:.75rem .85rem;font-size:.82rem}.delibot-sticky-nav__container{padding:.5rem .75rem}.delibot-sticky-nav__logo-badge{font-size:.82rem}.delibot-sticky-nav__tagline{display:none}}@media (width<=1200px){.delibot-hero__headline{font-size:3.6rem}.delibot-radial-grid,.delibot-specs-tables-grid,.delibot-enterprise-grid,.delibot-contact-v2-container{grid-template-columns:1fr}.delibot-industries-grid-2x2{grid-template-columns:1fr;max-width:600px}.delibot-process-strip{max-width:100%}.delibot-hero-chips{gap:.5rem;padding:1rem 1.5rem}}@media (width<=992px){.delibot-sticky-nav__links{display:none}.delibot-hero__container{grid-template-columns:1fr}.delibot-hero__left{padding-top:20px}.delibot-comparison-grid{grid-template-columns:1fr;gap:2rem}.delibot-vs-badge{display:none}.delibot-elevator-grid{grid-template-columns:1fr}.delibot-process-steps{grid-template-columns:repeat(2,1fr);gap:2rem}.delibot-process-step:not(:last-child):after,.delibot-step-arrow-badge{display:none}.delibot-industries-grid{grid-template-columns:repeat(2,1fr)}.delibot-contact-container{text-align:center;grid-template-columns:1fr}.delibot-contact-info-list{align-items:center}.delibot-value-props{grid-template-columns:repeat(2,1fr)}.delibot-badges-strip{gap:1rem}.delibot-hero-chips{border-radius:14px;flex-wrap:wrap;justify-content:center;gap:.5rem;padding:1rem 1.25rem}.delibot-chip-divider{display:none}.delibot-section-title-dark,.delibot-section-title-light{font-size:2.2rem}.delibot-hero__headline{font-size:3.2rem}.delibot-hero__subheadline{font-size:1.5rem}.delibot-process-steps:hover .delibot-process-step:not(:hover){opacity:1;filter:none;transform:none}.delibot-process-step:hover{transform:none}}@media (width<=768px){.delibot-hero{min-height:80vh;padding:4rem 1.25rem .75rem}.delibot-hero__headline{font-size:2.6rem}.delibot-hero__subheadline{font-size:1.3rem}.delibot-hero__supporting{font-size:1rem}.delibot-hero__left{max-width:100%;padding-top:10px}.delibot-hero-bg-img{object-position:70% center;transform:none}.delibot-section-light,.delibot-section-white,.delibot-section-dark{padding:4rem 1.25rem}.delibot-section-title-dark,.delibot-section-title-light{font-size:1.9rem}.delibot-section-subtext-dark,.delibot-section-subtext-light{font-size:1rem}.delibot-comparison-grid{gap:1.5rem}.delibot-process-steps{grid-template-columns:repeat(2,1fr);gap:1.5rem}.delibot-process-strip{margin-top:3rem;padding:2rem 1.25rem}.delibot-process-strip__title{margin-bottom:1.5rem;font-size:1.3rem}.delibot-mini-process{grid-template-columns:1fr;gap:1.25rem}.delibot-specs-tables-grid{gap:1.5rem}.delibot-industries-grid-2x2{gap:1.25rem}.delibot-value-props{grid-template-columns:1fr 1fr;gap:1rem}.delibot-hero-chips{border-radius:12px;flex-flow:wrap;justify-content:center;gap:.5rem;padding:.85rem 1rem}.delibot-chip-item{padding:.25rem .5rem}.delibot-chip-label{font-size:.78rem}.delibot-chip-icon{width:26px;min-width:26px;height:26px}.delibot-chip-divider{display:none}.delibot-contact-v2-container{gap:2rem}.delibot-contact-v2-title{font-size:1.6rem}.delibot-faq-question{padding:1rem 1.25rem;font-size:.95rem}}@media (width<=600px){.delibot-hero{gap:1.25rem;min-height:auto;padding:3rem 1rem 1rem}.delibot-hero__headline{font-size:2.2rem}.delibot-hero__subheadline{font-size:1.15rem}.delibot-hero__supporting{font-size:.92rem;line-height:1.5}.delibot-hero__left{gap:.85rem;width:100%;padding-top:0}.delibot-hero__badges{gap:.5rem}.delibot-badge-pill{padding:.35rem .75rem;font-size:.75rem}.delibot-hero__actions{gap:.75rem}.delibot-btn-red,.delibot-btn-ghost{padding:.65rem 1.25rem;font-size:.85rem}.delibot-hero-chips{border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:.4rem .5rem;margin-top:0;padding:.75rem;display:grid}.delibot-chip-item{justify-content:flex-start;gap:.5rem;min-width:0;padding:.35rem .4rem}.delibot-chip-item:last-child{grid-column:1/-1;justify-self:center}.delibot-chip-divider{display:none}.delibot-section-light,.delibot-section-white,.delibot-section-dark{padding:3rem 1rem}.delibot-section-title-dark,.delibot-section-title-light{font-size:1.6rem}.delibot-section-subtext-dark,.delibot-section-subtext-light{font-size:.92rem}.delibot-comparison-grid{gap:1.25rem}.delibot-col-title{font-size:1.1rem}.delibot-process-steps{grid-template-columns:1fr;gap:1.5rem}.delibot-process-strip{border-radius:16px;margin-top:2.5rem;padding:1.5rem 1rem}.delibot-process-strip__title{margin-bottom:1.25rem;font-size:1.15rem}.delibot-step-num{font-size:.7rem}.delibot-step-label{font-size:.85rem}.delibot-mini-process{grid-template-columns:1fr;gap:1rem}.delibot-mini-card{padding:1rem}.delibot-specs-tables-grid{gap:1.25rem}.delibot-spec-table th,.delibot-spec-table td{padding:.7rem 1rem;font-size:.82rem}.delibot-table-header{padding:1rem 1.25rem}.delibot-table-title{font-size:1rem}.delibot-industries-grid,.delibot-industries-grid-2x2{grid-template-columns:1fr}.delibot-value-props{grid-template-columns:1fr;gap:.85rem}.delibot-prop-card{padding:1.25rem}.delibot-badges-strip{gap:.75rem}.delibot-capability-badge{padding:.5rem 1rem;font-size:.78rem}.delibot-faq-question{padding:.85rem 1rem;font-size:.88rem}.delibot-faq-answer p{font-size:.85rem}.delibot-contact-v2-container{gap:1.5rem;padding:0 .5rem}.delibot-contact-v2-title{font-size:1.35rem}.delibot-contact-v2-actions{flex-direction:column;gap:.75rem;width:100%}.delibot-v2-btn-white,.delibot-v2-btn-outline{text-align:center;justify-content:center;width:100%}.delibot-banner-img-wrap{aspect-ratio:4/3}.delibot-sticky-nav__container{padding:.65rem 1rem}.delibot-sticky-nav__logo-badge{padding:.2rem .5rem;font-size:.95rem}.delibot-sticky-nav__tagline{font-size:.7rem}}@media (width<=400px){.delibot-hero__headline{font-size:1.85rem}.delibot-hero__subheadline{font-size:1rem}.delibot-section-title-dark,.delibot-section-title-light{font-size:1.4rem}.delibot-hero-chips{gap:.3rem;padding:.6rem}.delibot-chip-item{gap:.4rem;padding:.3rem}.delibot-chip-label{font-size:.72rem}.delibot-chip-icon{width:22px;min-width:22px;height:22px}}.drone-page{--drone-red:#e11d24;--drone-red-dark:#b51219;--drone-ink:#101820;--drone-navy:#14212d;--drone-slate:#536170;--drone-line:#d8dee4;--drone-paper:#fff;--drone-mist:#f3f6f8;--drone-signal:#25c277;width:100%;color:var(--drone-ink);background:var(--drone-paper);font-family:var(--body,"Inter", sans-serif);overflow:clip}@media (width>=1051px) and (prefers-reduced-motion:no-preference){.drone-section>.drone-wrap,.drone-cta>.drone-cta__inner{translate:0 var(--drone-scroll-shift,0);will-change:translate;transition:translate 90ms linear}}.drone-page *,.drone-page :before,.drone-page :after{box-sizing:border-box}.drone-page h1,.drone-page h2,.drone-page h3,.drone-page h4,.drone-page p,.drone-page dl,.drone-page dd,.drone-page ol{margin:0}.drone-page h1,.drone-page h2,.drone-page h3,.drone-page h4{font-family:var(--display,"Space Grotesk", sans-serif)}.drone-wrap{width:min(100% - 48px,1280px);margin-inline:auto}.drone-eyebrow{color:var(--drone-red);font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.75rem;font-size:.7rem;font-weight:700;line-height:1.4;display:flex;margin-bottom:1.15rem!important}.drone-eyebrow:before{content:"";background:currentColor;flex:none;width:24px;height:2px}.drone-hero{width:100%;min-height:calc(100svh - 72px);color:var(--drone-ink);background-image:var(--drone-hero-background);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;padding:clamp(2.5rem,4vw,4rem) 0;display:flex;position:relative;overflow:hidden}.drone-hero:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(90deg,#fffffff5 0%,#ffffffe6 58%,#ffffff7a 80%,#fff0 100%);width:55%;position:absolute;inset:0 auto 0 0}.drone-hero:after{content:"AUTONOMOUS / INSPECTION / EDGE AI";color:#14212d33;font-family:var(--mono,monospace);letter-spacing:.28em;font-size:.62rem;position:absolute;bottom:12rem;right:-6.5rem;transform:rotate(90deg)}.drone-hero__grid{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:clamp(1.5rem,3vw,3.25rem);display:grid;position:relative}.drone-hero .drone-wrap{width:min(100% - 48px,1500px)}.drone-hero__content{z-index:2;flex-direction:column;justify-content:center;max-width:720px;padding-block:2rem;display:flex;position:relative}.drone-hero h1{letter-spacing:-.065em;max-width:13ch;margin-bottom:1.6rem;font-size:clamp(3rem,5vw,5.35rem);font-weight:700;line-height:.96}.drone-hero h1 .drone-hero__accent{color:var(--drone-red)}.drone-hero__tablet-break,.drone-hero__mobile-layout,.drone-hero__final-break{display:none}@media (width>=1051px){.drone-hero__tablet-break,.drone-hero__final-break{display:initial}.drone-hero__content{justify-content:flex-start;padding-top:clamp(1.5rem,2.5vw,2.5rem)}.drone-hero h1{width:max-content;max-width:none;font-size:clamp(3.65rem,4vw,4.5rem)}.drone-hero__lead-line{white-space:nowrap}.drone-hero-visual__drone{width:88%;left:8%}}.drone-hero__lede{max-width:660px;color:var(--drone-slate);font-size:clamp(.98rem,1.35vw,1.08rem);line-height:1.75;margin-bottom:2rem!important}.drone-actions{flex-wrap:wrap;gap:.75rem;display:flex}.drone-button{min-height:48px;color:var(--drone-ink);font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.07em;text-transform:uppercase;background:0 0;border:1px solid #b9c2ca;border-radius:5px;justify-content:center;align-items:center;gap:.7rem;padding:.85rem 1.25rem;font-size:.72rem;font-weight:600;text-decoration:none;transition:transform .18s,border-color .18s,background-color .18s;display:inline-flex}.drone-button:hover{border-color:var(--drone-ink);transform:translateY(-2px)}.drone-button--primary{border-color:var(--drone-red);color:#fff;background:var(--drone-red)}.drone-button--primary:hover{background:#f3353c;border-color:#f3353c}.drone-button span{font-size:1rem}.drone-hero__stats{border-top:1px solid var(--drone-line);grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:3.25rem;display:grid}.drone-hero-visual{min-height:690px;box-shadow:none;isolation:isolate;background:0 0;border:0;border-radius:0;position:relative;overflow:visible}.drone-hero-visual:before,.drone-hero-visual:after{content:none}.drone-hero-visual__drone{z-index:4;pointer-events:none;filter:drop-shadow(0 22px 20px #060d136b);width:82%;height:auto;animation:9.5s cubic-bezier(.45,0,.55,1) infinite droneHeroHover;position:absolute;top:0;left:-8%}@keyframes droneHeroHover{0%,to{translate:0}25%{translate:3px -3px}50%{translate:0 -7px}75%{translate:-3px -3px}}.drone-callout-lines{z-index:4;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.drone-callout-line{fill:none;stroke:#fffffff0;stroke-width:1.15px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2.4 2.2;stroke-dashoffset:0;vector-effect:non-scaling-stroke;filter:drop-shadow(0 1px 1px #09121ab8);animation:1.15s linear infinite droneCalloutFlow}.drone-callout-line--tower{animation-delay:-.2s}.drone-callout-line--wear{animation-delay:-.4s}.drone-callout-line--pipeline{animation-delay:-.6s}@keyframes droneCalloutFlow{to{stroke-dashoffset:-9.2px}}.drone-callout-marker{z-index:6;background:var(--drone-red);pointer-events:none;border:2px solid #fff;border-radius:50%;width:12px;height:12px;animation:1.8s ease-in-out infinite droneCalloutPulse;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #e11d24bd,0 2px 8px #09121a80}.drone-callout-marker--tower{animation-delay:-.3s}.drone-callout-marker--wear{animation-delay:-.6s}.drone-callout-marker--pipeline{animation-delay:-.9s}@keyframes droneCalloutPulse{50%{transform:translate(-50%,-50%)scale(1.1);box-shadow:0 0 0 5px #e11d2433,0 2px 10px #09121a8c}}.drone-callout-marker:before,.drone-callout-marker:after{content:"";z-index:-1;background:#e11d24db;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.drone-callout-marker:before{width:20px;height:1px}.drone-callout-marker:after{width:1px;height:20px}.drone-callout-marker--hotspot{top:13%;left:69%}.drone-callout-marker--tower{top:43%;left:78%}.drone-callout-marker--wear{top:77%;left:74%}.drone-callout-marker--pipeline{top:58%;left:23%}.drone-finding{z-index:5;pointer-events:none;filter:drop-shadow(0 12px 18px #050c1257);margin:0;position:absolute}.drone-finding img{width:100%;height:auto;display:block}.drone-finding--hotspot{width:34%;top:3%;right:-9%}.drone-finding--tower{width:30%;top:31%;right:-12%}.drone-finding--wear{width:34%;bottom:3%;right:-14%}.drone-finding--pipeline{width:34%;bottom:2%;left:-8%}.drone-hero-visual__coordinates{z-index:8;font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.08em;text-transform:uppercase;color:#eef5f8;background:#09121aa8;padding:.45rem .55rem;font-size:.58rem;font-weight:700;position:absolute;bottom:1.8rem;right:1.8rem}.drone-hero__stats>div{min-width:0;padding:1.25rem 1rem 0 0}.drone-hero__stats dt{color:var(--drone-ink);font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.04em;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:700}.drone-hero__stats dd{color:#71808c;font-family:var(--mono,monospace);letter-spacing:.1em;text-transform:uppercase;margin-top:.35rem;font-size:.6rem;font-weight:600}.drone-hero__stat-icon,.drone-callout-lines--mobile{display:none}.drone-scope{aspect-ratio:1/1.04;background:#ffffffe6;border:1px solid #cfd7de;border-radius:10px;width:100%;position:relative;overflow:hidden;box-shadow:0 28px 70px #1e2b3621}.drone-scope:before,.drone-scope:after{content:"";z-index:3;pointer-events:none;width:36px;height:36px;position:absolute}.drone-scope:before{border-top:3px solid var(--drone-red);border-left:3px solid var(--drone-red);top:-1px;left:-1px}.drone-scope:after{border-right:3px solid var(--drone-red);border-bottom:3px solid var(--drone-red);bottom:-1px;right:-1px}.drone-scope__grid{opacity:.8;background-image:linear-gradient(#14212d11 1px,#0000 1px),linear-gradient(90deg,#14212d11 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.drone-scope__axis{z-index:0;background:#e11d2438;position:absolute}.drone-scope__axis--x{height:1px;top:50%;left:0;right:0}.drone-scope__axis--y{width:1px;top:0;bottom:0;left:50%}.drone-scope__aircraft{z-index:1;filter:drop-shadow(0 18px 20px #14212d2e);place-items:center;display:grid;position:absolute;inset:12%}.drone-scope__aircraft svg{width:86%;height:auto}.drone-scope__arms,.drone-scope__body{stroke:#172633}.drone-scope__rotors{stroke:#687b8a}.drone-scope__sensor{stroke:var(--drone-red)}.drone-scope__detail{stroke:#91a0ab}.drone-scope__scanline{z-index:2;background:linear-gradient(90deg, transparent, var(--drone-signal), transparent);height:2px;box-shadow:0 0 16px var(--drone-signal);animation:3.8s ease-in-out infinite droneScan;position:absolute;left:0;right:0}@keyframes droneScan{0%{opacity:0;top:7%}10%,52%{opacity:1}58%{opacity:0;top:92%}to{opacity:0;top:7%}}.drone-scope__tag,.drone-scope__coordinate{z-index:4;color:var(--drone-signal);font-family:var(--mono,monospace);letter-spacing:.08em;font-size:.58rem;font-weight:600;position:absolute}.drone-scope__tag{background:#ebfcf4f0;border:1px solid #25c27773;border-radius:3px;padding:.35rem .55rem}.drone-scope__tag--scan{top:8%;left:7%}.drone-scope__tag--rtk{bottom:10%;right:7%}.drone-scope__coordinate{color:#71818d;bottom:4%;left:6%}.drone-section{border-bottom:1px solid var(--drone-line);padding:clamp(5.25rem,8vw,8rem) 0;position:relative}.drone-section--paper{background:var(--drone-paper)}.drone-section--mist{background:var(--drone-mist)}.drone-section--ink{color:var(--drone-ink);background:var(--drone-mist);border-color:var(--drone-line)}.drone-section--red{color:var(--drone-ink);background:var(--drone-paper);border-color:var(--drone-line)}.drone-section-heading{max-width:760px;margin-bottom:clamp(2.5rem,5vw,4.25rem)}.drone-section-heading h2{max-width:17ch;color:var(--drone-ink);letter-spacing:-.03em;margin-bottom:1.2rem;font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:700;line-height:1.12}.drone-section-heading__copy{max-width:680px;color:var(--drone-slate);font-size:1rem;line-height:1.75}.drone-section-heading--light h2{color:#fff}.drone-section-heading--light .drone-section-heading__copy{color:#a9b6c0}.drone-section--red .drone-eyebrow{color:var(--drone-red)}.drone-section--red .drone-section-heading h2{color:var(--drone-ink)}.drone-section--red .drone-section-heading__copy{color:var(--drone-slate)}#drone-platform .drone-wrap{width:min(100% - 48px,1540px)}.drone-platform-intro{grid-template-columns:minmax(360px,.8fr) minmax(520px,1.2fr);align-items:center;gap:clamp(1.5rem,4vw,4rem);min-height:390px;margin-bottom:-1.25rem;display:grid}.drone-platform-intro .drone-section-heading{z-index:3;margin-bottom:2rem;position:relative}.drone-platform-visual{align-self:stretch;min-height:390px;margin:0;position:relative;overflow:visible}.drone-platform-visual:before{content:"";opacity:.48;pointer-events:none;background-image:linear-gradient(#6c7e8c1a 1px,#0000 1px),linear-gradient(90deg,#6c7e8c1a 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:12% 4% 4% 9%;-webkit-mask-image:linear-gradient(90deg,#0000,#000 18% 82%,#0000);mask-image:linear-gradient(90deg,#0000,#000 18% 82%,#0000)}.drone-platform-visual__media{z-index:2;width:105%;max-width:none;height:auto;position:absolute;top:-36%;right:-18%}.drone-platform-visual__media img{object-fit:contain;object-position:right center;filter:drop-shadow(0 22px 28px #14212d24);width:100%;height:auto;display:block}.drone-platform-sensors{z-index:4;color:#667884;-webkit-backdrop-filter:blur(16px)saturate(160%);isolation:isolate;background:#ffffff8c;border:1px solid #fff9;border-radius:14px;width:168px;margin:0;padding:.45rem .6rem;position:absolute;top:27%;right:-1%;overflow:hidden;box-shadow:0 8px 32px #0f172a1f,inset 0 1px #fff6}.drone-platform-sensors:before{content:"";z-index:-1;aspect-ratio:1;pointer-events:none;background:linear-gradient(125deg,#ffffff38,#0000 42%),radial-gradient(circle,#b5cad61f,#0000 68%);border-radius:50%;width:115%;position:absolute;top:-42%;left:-28%}.drone-platform-sensors:after{content:"";background:var(--drone-red);border-radius:50%;width:6px;height:6px;position:absolute;top:.9rem;right:.75rem;box-shadow:0 0 0 3px #e11d241a}.drone-platform-sensors>div{border-bottom:1px solid #0f172a14;min-height:62px;padding:.75rem .35rem .7rem 2.25rem;position:relative}.drone-platform-sensors>div:before{content:none}.drone-platform-sensors>div:last-child{border-bottom:0}.drone-platform-sensors dt{color:#526674;font-family:var(--mono,monospace);letter-spacing:.07em;text-transform:uppercase;font-size:.59rem;font-weight:700;line-height:1.35}.drone-platform-sensors dt svg{color:#748996;width:18px;height:18px;position:absolute;top:50%;left:.25rem;transform:translateY(-50%)}.drone-platform-sensors dd{color:#3c5260;font-family:var(--mono,monospace);letter-spacing:.05em;text-transform:uppercase;margin:.22rem 0 0;font-size:.66rem;font-weight:700}.drone-feature-grid{z-index:5;grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:1rem;display:grid;position:relative}.drone-feature-card{border:1px solid var(--drone-line);background:#fffffff7;border-radius:12px;flex-direction:column;min-height:500px;padding:1.5rem 1.5rem 0;transition:color .22s,background-color .22s,box-shadow .22s,transform .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 34px #14212d14}.drone-feature-card--3{border-color:#e11d244d}.drone-feature-card:hover{z-index:2;color:var(--drone-ink);background:#fff;transform:translateY(-5px);box-shadow:0 22px 44px #14212d21}.drone-feature-card:focus-visible{outline-offset:3px;outline:2px solid #e11d248c}.drone-feature-card__top{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.drone-card-index{min-width:44px;height:44px;color:var(--drone-red);font-family:var(--mono,monospace);background:#e11d2409;border:1px solid #e11d2438;border-radius:8px;place-items:center;font-size:.72rem;font-weight:700;display:grid}.drone-icon{width:45px;height:45px;color:var(--drone-red);background:#e11d240e;border:1px solid #e11d2440;border-radius:8px;flex:none;place-items:center;display:grid}.drone-icon svg{width:23px;height:23px}.drone-feature-card .drone-icon{margin:0}.drone-feature-card h3,.drone-use-card h3,.drone-value-grid h3{letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.05rem;font-weight:700}.drone-feature-card h3:after{content:"";border-top:2px solid var(--drone-red);width:32px;margin-top:.65rem;display:block}.drone-feature-card p,.drone-use-card p,.drone-value-grid p{color:var(--drone-slate);font-size:.86rem;line-height:1.7}.drone-feature-card:hover p{color:var(--drone-slate)}.drone-feature-card__media{border-top:1px solid var(--drone-line);background:#f7f9fb;min-height:205px;margin:auto -1.5rem 0;position:relative;overflow:hidden}.drone-feature-card__media:after{content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 14px 24px #ffffff38}.drone-feature-card__media img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .45s cubic-bezier(.16,1,.3,1);display:block}.drone-feature-card:hover .drone-feature-card__media img{transform:scale(1.025)}.drone-feature-card--1 .drone-feature-card__media img{object-position:center 54%}.drone-feature-card--2 .drone-feature-card__media img{object-position:center}.drone-feature-card--4 .drone-feature-card__media img{object-position:center 48%}.drone-pipeline{border:1px solid var(--drone-line);background:#fff;border-radius:12px;align-items:center;margin-top:2rem;padding:1.15rem 1.5rem;display:flex;box-shadow:0 12px 28px #14212d0d}.drone-pipeline__node{text-align:left;flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.drone-pipeline__node>div>span,.drone-pipeline__node>div>strong{display:block}.drone-pipeline__node>div>span{color:var(--drone-red);font-family:var(--mono,monospace);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.35rem;font-size:.6rem;font-weight:700}.drone-pipeline__node strong{font-family:var(--display,sans-serif);font-size:.9rem}.drone-pipeline__icon{border:1px solid var(--drone-line);width:58px;height:58px;color:var(--drone-red);background:#fff;border-radius:50%;flex:none;place-items:center;display:grid}.drone-pipeline__icon svg{width:26px;height:26px}.drone-pipeline__arrow{border:1px solid var(--drone-line);width:28px;height:28px;color:var(--drone-red);background:#fff;border-radius:50%;flex:none;place-items:center;line-height:0;display:grid;overflow:hidden}.drone-pipeline__arrow svg{width:14px;height:14px;animation:1.5s ease-in-out infinite dronePipelineArrow;display:block}@keyframes dronePipelineArrow{0%,to{transform:translate(-1px)}50%{transform:translate(2px)}}.drone-spec-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.drone-spec{border:1px solid var(--drone-line);background:linear-gradient(145deg,#fff 0%,#fbfcfd 100%);border-radius:4px;flex-direction:column;min-height:176px;padding:1.35rem 1.45rem 1.5rem;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 28px #0f17220b}.drone-spec:before{content:"";background:var(--drone-red);transform-origin:50%;width:3px;transition:transform .18s;position:absolute;inset:0 auto 0 0;transform:scaleY(0)}.drone-spec:hover{border-color:#ef232a57;transform:translateY(-3px);box-shadow:0 16px 34px #0f172214}.drone-spec:hover:before{transform:scaleY(1)}.drone-spec__top{justify-content:space-between;align-items:flex-start;margin-bottom:1.3rem;display:flex}.drone-spec__icon{width:44px;height:44px;color:var(--drone-red);background:#ef232a0b;border:1px solid #ef232a40;border-radius:9px;place-items:center;display:grid}.drone-spec__icon svg{width:21px;height:21px}.drone-spec__number{min-width:38px;height:27px;color:var(--drone-red);font-family:var(--mono,monospace);background:#fff;border:1px solid #ef232a2e;border-radius:6px;place-items:center;font-size:.62rem;font-weight:700;display:grid}.drone-spec__label{color:#71808c;font-family:var(--mono,monospace);letter-spacing:.09em;text-transform:uppercase;margin-bottom:.45rem;font-size:.6rem;font-weight:600;display:block}.drone-spec strong{font-family:var(--display,sans-serif);font-size:1.05rem;line-height:1.3}.drone-certifications{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.drone-certifications>span{border:1px solid var(--drone-line);color:#536170;min-height:52px;font-family:var(--mono,monospace);letter-spacing:.05em;text-transform:uppercase;background:#f8fbfa;border-radius:4px;justify-content:center;align-items:center;gap:.55rem;padding:.75rem .9rem;font-size:.62rem;display:flex}.drone-certifications svg{width:16px;height:16px;color:var(--drone-signal);stroke-width:1.9px;flex:none}.drone-detection-grid,.drone-use-grid,.drone-value-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.drone-detection-card{border:1px solid var(--drone-line);background:#fff;border-radius:8px;grid-template-rows:70% 30%;height:360px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;overflow:hidden;box-shadow:0 8px 24px #10182014,0 2px 6px #1018200a}.drone-detection-card:hover{border-color:#e11d2473;transform:translateY(-4px);box-shadow:0 18px 42px #10182024,0 5px 12px #10182012}.drone-detection-card__visual{color:#5d6b76;background-color:#e8edf1;background-image:linear-gradient(#14212d0e 1px,#0000 1px),linear-gradient(90deg,#14212d0e 1px,#0000 1px);background-size:18px 18px;place-items:center;height:100%;display:grid;position:relative;overflow:hidden}.drone-detection-card__visual svg{width:38px;height:38px}.drone-detection-card__visual img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);display:block}.drone-detection-card:hover .drone-detection-card__visual img{transform:scale(1.035)}.drone-detection-card__icon{z-index:3;width:52px;height:52px;color:var(--drone-red);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none;background:#fffffff0;border:1px solid #e11d241f;border-radius:10px;place-items:center;display:grid;position:absolute;top:12px;left:12px;box-shadow:0 6px 18px #10182014}.drone-detection-card__icon svg{stroke-width:1.8px;width:29px;height:29px}.drone-detection-card__visual span{z-index:2;width:18px;height:18px;position:absolute}.drone-detection-card__visual span:first-of-type{border-top:2px solid var(--drone-red);border-left:2px solid var(--drone-red);top:12px;left:12px}.drone-detection-card__visual span:last-of-type{border-right:2px solid var(--drone-red);border-bottom:2px solid var(--drone-red);bottom:12px;right:12px}.drone-detection-card__body{flex-direction:column;min-height:0;padding:1rem 1.2rem;display:flex}.drone-detection-card h3{margin-bottom:.65rem;font-size:.92rem;font-weight:700;line-height:1.35}.drone-tags{flex-wrap:wrap;gap:.4rem;margin-top:auto;display:flex}.drone-tags span{border:1px solid var(--drone-line);color:#6d7a85;font-family:var(--mono,monospace);letter-spacing:.06em;text-transform:uppercase;border-radius:3px;padding:.28rem .45rem;font-size:.55rem;font-weight:600}.drone-use-card{border:1px solid var(--drone-line);background:#fff;border-radius:8px;grid-template-rows:auto 1fr;min-height:360px;padding:0;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;overflow:hidden;box-shadow:0 8px 24px #10182014,0 2px 6px #1018200a}.drone-use-card:hover{border-color:#e11d2461;transform:translateY(-4px);box-shadow:0 18px 42px #10182024,0 5px 12px #10182012}.drone-use-card__visual{aspect-ratio:16/9;border-bottom:1px solid var(--drone-line);background:#eef2f5;position:relative;overflow:hidden}.drone-use-card__visual img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);display:block}.drone-use-card:hover .drone-use-card__visual img{transform:scale(1.035)}.drone-use-card__top{color:#a5b0b9;font-family:var(--mono,monospace);pointer-events:none;justify-content:space-between;align-items:flex-start;font-size:.62rem;display:flex;position:absolute;inset:1rem 1rem auto}.drone-use-card__top>span:last-child{min-width:34px;height:27px;color:var(--drone-red);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffeb;border:1px solid #e11d2433;border-radius:6px;place-items:center;display:grid}.drone-use-card__top .drone-icon{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffeb}.drone-use-card__body{padding:1.35rem 1.5rem 1.5rem}.drone-workflow{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;padding:0 0 1.75rem;list-style:none;display:grid}.drone-workflow li{border:1px solid var(--drone-line);background:#fff;border-radius:12px;flex-direction:column;min-height:270px;padding:1.35rem;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative;overflow:visible;box-shadow:0 12px 30px #10182012}.drone-workflow li:before{content:"";background:var(--drone-red);border-radius:0 0 3px 3px;width:46px;height:3px;transition:width .24s;position:absolute;top:-1px;left:1.35rem}.drone-workflow li:not(:last-child):after{content:"›";z-index:3;width:28px;height:28px;color:var(--drone-red);background:#fff;border:1px solid #e11d2447;border-radius:50%;place-items:center;font-size:1.25rem;display:grid;position:absolute;top:50%;right:-1.45rem;transform:translateY(-50%);box-shadow:0 4px 12px #10182014}.drone-workflow li:nth-child(2n){transform:translateY(1.5rem)}.drone-workflow li:hover{border-color:#e11d246b;transform:translateY(-5px);box-shadow:0 20px 44px #10182021}.drone-workflow li:nth-child(2n):hover{transform:translateY(calc(1.5rem - 5px))}.drone-workflow li:hover:before{width:calc(100% - 2.7rem)}.drone-workflow__top{justify-content:space-between;align-items:flex-start;margin-bottom:auto;display:flex}.drone-workflow__icon{width:50px;height:50px;color:var(--drone-red);background:#e11d240e;border:1px solid #e11d243d;border-radius:10px;place-items:center;display:grid}.drone-workflow__icon svg{width:25px;height:25px}.drone-workflow__number{color:#e11d2429;font-family:var(--display,sans-serif);font-size:2.65rem;font-weight:700;line-height:1}.drone-workflow__body{margin-top:2rem}.drone-workflow__phase{color:var(--drone-red);font-family:var(--mono,monospace);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.55rem;font-size:.62rem;font-weight:700;display:block}.drone-workflow h3{color:var(--drone-ink);margin-bottom:.7rem;font-size:1rem}.drone-workflow p{color:var(--drone-slate);font-size:.82rem;line-height:1.65}.drone-deep-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.drone-deep-card{border:1px solid var(--drone-line);background:#fff;border-radius:10px;overflow:hidden}.drone-deep-card header{color:var(--drone-ink);background:linear-gradient(135deg,#fff 0%,#fff5f5 100%);grid-template-columns:auto auto 1fr;align-items:center;gap:1rem;padding:1.5rem;display:grid;position:relative}.drone-deep-card header:before{content:"";background:var(--drone-red);border-radius:0 0 3px 3px;width:52px;height:3px;position:absolute;top:-1px;left:1.5rem}.drone-deep-card header>span:nth-child(2){color:var(--drone-red);font-family:var(--mono,monospace);font-size:.65rem}.drone-deep-card header h3{text-transform:capitalize;font-size:1rem}.drone-deep-row{border-top:1px solid var(--drone-line);grid-template-columns:30px 44px minmax(0,1fr) 20px;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;display:grid}.drone-deep-row>span{color:var(--drone-red);font-family:var(--mono,monospace);font-size:.62rem;font-weight:700}.drone-deep-row__icon{width:44px;height:44px;color:var(--drone-red);background:#e11d2409;border:1px solid #e11d2440;border-radius:8px;place-items:center;display:grid}.drone-deep-row__icon svg{width:22px;height:22px}.drone-deep-row__chevron{color:var(--drone-red);place-items:center;display:grid}.drone-deep-row__chevron svg{width:17px;height:17px}.drone-deep-row h4{margin-bottom:.3rem;font-size:.9rem}.drone-deep-row p{color:var(--drone-slate);font-size:.8rem;line-height:1.6}.drone-value-grid{border-top:1px solid var(--drone-line);border-left:1px solid var(--drone-line);gap:0;box-shadow:0 18px 42px #10182017}.drone-values-section{background:var(--drone-paper)}.drone-values-section .drone-section-heading{max-width:none;margin-bottom:clamp(2.5rem,4vw,3.5rem)}.drone-values-section .drone-section-heading h2{max-width:none;font-size:clamp(2.2rem,3.5vw,3.2rem)}.drone-value-grid article{border-right:1px solid var(--drone-line);border-bottom:1px solid var(--drone-line);background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:175px;padding:1.65rem;transition:background-color .3s,box-shadow .3s,transform .3s;display:flex;position:relative}.drone-value-grid article:hover{z-index:2;background:#faf9f6;transform:translateY(-3px);box-shadow:0 16px 32px #1018201c}.drone-value-grid .drone-icon{background:0 0;border:0;border-radius:0;width:26px;height:26px;margin-bottom:1.25rem;transition:transform .35s}.drone-value-grid .drone-icon svg{width:21px;height:21px}.drone-value-grid article:hover .drone-icon{transform:scale(1.08)}.drone-cta{color:var(--drone-ink);background:radial-gradient(circle at 50% 0,#e11d2421,#0000 40%),#fff;padding:clamp(6rem,10vw,10rem) 0;position:relative;overflow:hidden}.drone-cta:before{content:"";opacity:.55;background-image:linear-gradient(#14212d0b 1px,#0000 1px),linear-gradient(90deg,#14212d0b 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.drone-cta__inner{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.drone-cta .drone-eyebrow{color:var(--drone-red)}.drone-cta h2{letter-spacing:-.025em;max-width:13ch;margin-bottom:1.2rem;font-size:clamp(2rem,3vw,3rem);line-height:1.15}.drone-cta__inner>p:not(.drone-eyebrow){max-width:620px;color:var(--drone-slate);margin-bottom:2rem;line-height:1.7}.drone-actions--center{justify-content:center}.drone-reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(34px)}.drone-reveal.drone-is-visible{opacity:1;transform:none}#drone-hero .drone-hero__content>*,#drone-hero .drone-hero-visual{opacity:0;transition:opacity .7s,transform .8s cubic-bezier(.16,1,.3,1)}#drone-hero .drone-hero__content>*{transform:translate(-34px)}#drone-hero .drone-hero__content>:nth-child(2){transition-delay:80ms}#drone-hero .drone-hero__content>:nth-child(3){transition-delay:.15s}#drone-hero .drone-hero__content>:nth-child(4){transition-delay:.22s}#drone-hero .drone-hero__content>:nth-child(5){transition-delay:.29s}#drone-hero .drone-hero-visual{transition-delay:.12s;transform:translate(48px)scale(.97)}#drone-hero.drone-is-visible .drone-hero__content>*,#drone-hero.drone-is-visible .drone-hero-visual{opacity:1;transform:none}@media (width>=768px){#drone-hero.drone-is-visible{animation:14s ease-in-out 1.4s infinite alternate droneHeroSceneDrift}#drone-hero .drone-hero__content h1{clip-path:inset(0 0 100%);filter:blur(8px);transition:opacity .7s .1s,transform .9s cubic-bezier(.16,1,.3,1) .1s,clip-path .95s cubic-bezier(.16,1,.3,1) .1s,filter .8s .1s;transform:translateY(34px)}#drone-hero.drone-is-visible .drone-hero__content h1{clip-path:inset(0);filter:none;transform:none}#drone-hero:not(.drone-is-visible) .drone-hero-visual__drone{opacity:0;animation:none;transform:translate(90px)translateY(-24px)rotate(2deg)scale(.86)}#drone-hero.drone-is-visible .drone-hero-visual__drone{animation:2.6s cubic-bezier(.16,1,.3,1) .22s both droneHeroArrival,9.5s cubic-bezier(.45,0,.55,1) 2.82s infinite droneHeroHover}#drone-hero:not(.drone-is-visible) .drone-finding{opacity:0;clip-path:inset(48% round 8px);filter:blur(9px)drop-shadow(0 12px 18px #050c1257);transform:scale(.8)}#drone-hero.drone-is-visible .drone-finding{animation:.9s cubic-bezier(.16,1,.3,1) both droneFindingBoot}#drone-hero.drone-is-visible .drone-finding--hotspot{animation-delay:.72s}#drone-hero.drone-is-visible .drone-finding--tower{animation-delay:.9s}#drone-hero.drone-is-visible .drone-finding--wear{animation-delay:1.08s}#drone-hero.drone-is-visible .drone-finding--pipeline{animation-delay:1.26s}#drone-hero .drone-callout-line{--callout-delay:.9s}#drone-hero .drone-callout-line--tower{--callout-delay:1.08s}#drone-hero .drone-callout-line--wear{--callout-delay:1.26s}#drone-hero .drone-callout-line--pipeline{--callout-delay:1.44s}#drone-hero:not(.drone-is-visible) .drone-callout-line,#drone-hero:not(.drone-is-visible) .drone-callout-marker{opacity:0;animation:none}#drone-hero.drone-is-visible .drone-callout-line{animation:droneCalloutAcquire .52s ease-out var(--callout-delay) both, droneCalloutFlow 1.15s linear var(--callout-delay) infinite}#drone-hero.drone-is-visible .drone-callout-marker{animation:.46s ease-out .76s both droneCalloutAcquire,1.8s ease-in-out 1.22s infinite droneCalloutPulse}#drone-hero.drone-is-visible .drone-callout-marker--tower{animation-delay:.94s,1.4s}#drone-hero.drone-is-visible .drone-callout-marker--wear{animation-delay:1.12s,1.58s}#drone-hero.drone-is-visible .drone-callout-marker--pipeline{animation-delay:1.3s,1.76s}#drone-hero .drone-hero__stats>div{opacity:0;transition:opacity .52s,transform .62s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}#drone-hero .drone-hero__stats>div:first-child{transition-delay:.54s}#drone-hero .drone-hero__stats>div:nth-child(2){transition-delay:.64s}#drone-hero .drone-hero__stats>div:nth-child(3){transition-delay:.74s}#drone-hero .drone-hero__stats>div:nth-child(4){transition-delay:.84s}#drone-hero.drone-is-visible .drone-hero__stats>div{opacity:1;transform:none}#drone-hero .drone-hero-visual__coordinates{opacity:0;transform:translateY(12px)}#drone-hero.drone-is-visible .drone-hero-visual__coordinates{animation:.6s ease-out 1.45s both droneCoordinateLock}}@keyframes droneHeroSceneDrift{0%{background-position:50%}to{background-position:54% 48%}}@keyframes droneHeroArrival{0%{opacity:0;filter:blur(5px)drop-shadow(0 22px 20px #060d131a);transform:translate(90px)translateY(-24px)rotate(2deg)scale(.86)}72%{opacity:1;transform:translate(-4px)translateY(2px)rotate(-.35deg)scale(1.008)}to{opacity:1;filter:drop-shadow(0 22px 20px #060d136b);transform:none}}@keyframes droneFindingBoot{0%{opacity:0;clip-path:inset(48% round 8px);filter:blur(9px)drop-shadow(0 12px 18px #050c1233);transform:scale(.8)}65%{opacity:1;clip-path:inset(0 round 8px);transform:scale(1.035)}to{opacity:1;clip-path:inset(0 round 8px);filter:drop-shadow(0 12px 18px #050c1257);transform:none}}@keyframes droneCalloutAcquire{0%{opacity:0}to{opacity:1}}@keyframes droneCoordinateLock{0%{opacity:0;letter-spacing:.28em;transform:translateY(12px)}to{opacity:1;letter-spacing:.08em;transform:none}}#drone-platform .drone-section-heading,#drone-platform .drone-platform-visual,#drone-platform .drone-feature-card,#drone-platform .drone-pipeline{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}#drone-platform .drone-section-heading{transform:translate(-44px)}#drone-platform .drone-platform-visual{transform:translate(52px)scale(.97)}#drone-platform .drone-feature-card{transform:translateY(34px)scale(.98)}#drone-platform .drone-pipeline{transform-origin:50%;transform:scaleX(.94)}#drone-platform .drone-feature-card:nth-child(2){transition-delay:90ms}#drone-platform .drone-feature-card:nth-child(3){transition-delay:.18s}#drone-platform .drone-feature-card:nth-child(4){transition-delay:.27s}#drone-platform .drone-pipeline{transition-delay:.34s}#drone-platform.drone-is-visible .drone-section-heading,#drone-platform.drone-is-visible .drone-platform-visual,#drone-platform.drone-is-visible .drone-feature-card,#drone-platform.drone-is-visible .drone-pipeline{opacity:1;transform:none}#drone-platform.drone-is-visible .drone-feature-card:hover{transform:translateY(-6px)}#drone-specs .drone-section-heading,#drone-specs .drone-spec,#drone-specs .drone-certifications{opacity:0;transition:opacity .56s,transform .72s cubic-bezier(.16,1,.3,1),clip-path .76s cubic-bezier(.16,1,.3,1)}#drone-specs .drone-section-heading{transform:translate(-52px)}#drone-specs .drone-spec{--spec-delay:0s;clip-path:inset(0 100% 0 0 round 4px);transform:translate(-24px)}#drone-specs .drone-spec:first-child{--spec-delay:0s}#drone-specs .drone-spec:nth-child(2){--spec-delay:70ms}#drone-specs .drone-spec:nth-child(3){--spec-delay:.14s}#drone-specs .drone-spec:nth-child(4){--spec-delay:.21s}#drone-specs .drone-spec:nth-child(5){--spec-delay:.28s}#drone-specs .drone-spec:nth-child(6){--spec-delay:.35s}#drone-specs .drone-spec:nth-child(7){--spec-delay:.42s}#drone-specs .drone-spec:nth-child(8){--spec-delay:.49s}#drone-specs .drone-spec:nth-child(9){--spec-delay:.56s}#drone-specs .drone-spec:nth-child(3n+2){clip-path:inset(100% 0 0 round 4px);transform:translateY(30px)}#drone-specs .drone-spec:nth-child(3n){clip-path:inset(0 0 0 100% round 4px);transform:translate(24px)}#drone-specs .drone-spec{transition-delay:calc(80ms + var(--spec-delay))}#drone-specs .drone-certifications{transition-delay:.72s;transform:translateY(30px)}#drone-specs .drone-spec__icon{transition:transform .68s cubic-bezier(.34,1.56,.64,1);transition-delay:calc(.12s + var(--spec-delay,0s));transform:rotate(-18deg)scale(.72)}#drone-specs .drone-spec:after{content:"";z-index:4;pointer-events:none;opacity:0;background:linear-gradient(90deg,#0000,#e11d2429,#0000);width:26%;position:absolute;top:0;bottom:0;left:-30%;transform:skew(-12deg)}#drone-specs.drone-is-visible .drone-section-heading,#drone-specs.drone-is-visible .drone-spec,#drone-specs.drone-is-visible .drone-certifications{opacity:1;clip-path:inset(0 round 4px);transform:none}#drone-specs.drone-is-visible .drone-spec__icon{transform:none}#drone-specs.drone-is-visible .drone-spec:after{animation:droneSpecScan .9s ease-out calc(.1s + var(--spec-delay)) both}@keyframes droneSpecScan{0%{opacity:0;transform:translate(0)skew(-12deg)}22%{opacity:1}to{opacity:0;transform:translate(520%)skew(-12deg)}}#drone-specs.drone-is-visible .drone-spec:hover{transform:translateY(-3px)}#drone-detection .drone-section-heading,#drone-detection .drone-detection-card{opacity:0;transition:opacity .6s,transform .65s cubic-bezier(.34,1.56,.64,1)}#drone-detection .drone-section-heading{transform-origin:0;transform:scale(.96)}#drone-detection .drone-detection-card{transform:scale(.9)translateY(20px)}#drone-detection .drone-detection-card:nth-child(2),#drone-detection .drone-detection-card:nth-child(6){transition-delay:80ms}#drone-detection .drone-detection-card:nth-child(3),#drone-detection .drone-detection-card:nth-child(7){transition-delay:.16s}#drone-detection .drone-detection-card:nth-child(4),#drone-detection .drone-detection-card:nth-child(8){transition-delay:.24s}#drone-detection.drone-is-visible .drone-section-heading,#drone-detection.drone-is-visible .drone-detection-card{opacity:1;transform:none}#drone-detection.drone-is-visible .drone-detection-card:hover{transform:translateY(-4px)}#drone-use-cases .drone-section-heading,#drone-use-cases .drone-use-card{opacity:0;transition:opacity .65s,transform .72s cubic-bezier(.16,1,.3,1)}#drone-use-cases .drone-section-heading{transform:translate(36px)}#drone-use-cases .drone-use-card:nth-child(odd){transform:translate(-38px)}#drone-use-cases .drone-use-card:nth-child(2n){transform:translate(38px)}#drone-use-cases .drone-use-card:nth-child(n+5){transition-delay:.14s}#drone-use-cases.drone-is-visible .drone-section-heading,#drone-use-cases.drone-is-visible .drone-use-card{opacity:1;transform:none}#drone-use-cases.drone-is-visible .drone-use-card:hover{transform:translateY(-4px)}#drone-workflow .drone-section-heading{opacity:0;transition:opacity .65s,transform .65s cubic-bezier(.16,1,.3,1);transform:translateY(28px)}#drone-workflow .drone-workflow li{opacity:0;clip-path:inset(0 100% 0 0 round 12px);transition:opacity .48s,clip-path .72s cubic-bezier(.16,1,.3,1),border-color .18s,box-shadow .18s,transform .18s}#drone-workflow .drone-workflow li:nth-child(2){transition-delay:.1s}#drone-workflow .drone-workflow li:nth-child(3){transition-delay:.2s}#drone-workflow .drone-workflow li:nth-child(4){transition-delay:.3s}#drone-workflow .drone-workflow li:nth-child(5){transition-delay:.4s}#drone-workflow.drone-is-visible .drone-section-heading{opacity:1;transform:none}#drone-workflow.drone-is-visible .drone-workflow li{opacity:1;clip-path:inset(0 round 12px)}@media (width>=1051px){#drone-workflow .drone-section-heading{clip-path:inset(0 0 100%);filter:blur(7px);transition:opacity .65s,transform .85s cubic-bezier(.16,1,.3,1),clip-path .9s cubic-bezier(.16,1,.3,1),filter .7s;transform:translateY(40px)}#drone-workflow.drone-is-visible .drone-section-heading{clip-path:inset(0);filter:none}#drone-workflow .drone-workflow{perspective:1200px}#drone-workflow .drone-workflow li{--workflow-delay:.12s;opacity:0;clip-path:none;filter:blur(8px)saturate(.65);transform-origin:0;transition:opacity .56s ease var(--workflow-delay), transform .9s cubic-bezier(.16, 1, .3, 1) var(--workflow-delay), filter .7s ease var(--workflow-delay), background-position 1.1s ease-out calc(var(--workflow-delay) + .18s), border-color .18s ease, box-shadow .18s ease;background-color:#fff;background-image:linear-gradient(112deg,#0000 37%,#e11d2417 49%,#ffffffd1 52%,#0000 64%);background-position:145% 0;background-size:260% 100%;transform:translate3d(-54px,34px,-90px)rotateY(13deg)scale(.88)}#drone-workflow .drone-workflow li:nth-child(2){--workflow-delay:.28s}#drone-workflow .drone-workflow li:nth-child(3){--workflow-delay:.44s}#drone-workflow .drone-workflow li:nth-child(4){--workflow-delay:.6s}#drone-workflow .drone-workflow li:nth-child(5){--workflow-delay:.76s}#drone-workflow .drone-workflow li:nth-child(2n){transform-origin:100%;transform:translate3d(54px,58px,-90px)rotateY(-13deg)scale(.88)}#drone-workflow.drone-is-visible .drone-workflow li{opacity:1;clip-path:none;filter:none;background-position:-45% 0;transform:translate(0,0)rotateY(0)scale(1)}#drone-workflow.drone-is-visible .drone-workflow li:nth-child(2n){transform:translateY(1.5rem)rotateY(0)scale(1)}#drone-workflow .drone-workflow__icon{opacity:0;transform:scale(.32)rotate(-42deg)}#drone-workflow.drone-is-visible .drone-workflow__icon{animation:droneWorkflowIconBoot .72s cubic-bezier(.16, 1, .3, 1) calc(var(--workflow-delay) + .36s) both}#drone-workflow .drone-workflow__number{opacity:0;transition:opacity .42s ease calc(var(--workflow-delay) + .3s), transform .62s cubic-bezier(.16, 1, .3, 1) calc(var(--workflow-delay) + .3s);transform:translateY(-18px)}#drone-workflow.drone-is-visible .drone-workflow__number{opacity:1;transform:none}#drone-workflow .drone-workflow li:before{transform-origin:0;width:calc(100% - 2.7rem);transition:transform .62s cubic-bezier(.16, 1, .3, 1) calc(var(--workflow-delay) + .25s);transform:scaleX(0)}#drone-workflow.drone-is-visible .drone-workflow li:before{transform:scaleX(1)}#drone-workflow .drone-workflow li:not(:last-child):after{opacity:0;transform:translateY(-50%)scale(.35)rotate(-90deg)}#drone-workflow.drone-is-visible .drone-workflow li:not(:last-child):after{animation:droneWorkflowRelay .68s cubic-bezier(.16, 1, .3, 1) calc(var(--workflow-delay) + .69s) both}#drone-workflow.drone-is-visible .drone-workflow li:hover{transform:translate3d(0,-7px,24px)rotateY(0)scale(1.018)}#drone-workflow.drone-is-visible .drone-workflow li:nth-child(2n):hover{transform:translate3d(0,calc(1.5rem - 7px),24px)rotateY(0)scale(1.018)}}@keyframes droneWorkflowIconBoot{0%{opacity:0;transform:scale(.32)rotate(-42deg);box-shadow:0 0 #e11d2400}58%{opacity:1;transform:scale(1.14)rotate(5deg);box-shadow:0 0 0 9px #e11d2417}to{opacity:1;transform:none;box-shadow:0 0 #e11d2400}}@keyframes droneWorkflowRelay{0%{opacity:0;transform:translateY(-50%)scale(.35)rotate(-90deg)}60%{opacity:1;transform:translateY(-50%)scale(1.18)rotate(8deg)}to{opacity:1;transform:translateY(-50%)scale(1)rotate(0)}}#drone-deep-dive .drone-section-heading,#drone-deep-dive .drone-deep-card,#drone-deep-dive .drone-deep-row{opacity:0;transition:opacity .65s,transform .72s cubic-bezier(.16,1,.3,1)}#drone-deep-dive .drone-section-heading{transform:translateY(-26px)}#drone-deep-dive .drone-deep-card:first-child{transform:translate(-48px)}#drone-deep-dive .drone-deep-card:last-child{transform:translate(48px)}#drone-deep-dive .drone-deep-row{transform:translate(18px)}#drone-deep-dive .drone-deep-row:nth-child(2){transition-delay:70ms}#drone-deep-dive .drone-deep-row:nth-child(3){transition-delay:.14s}#drone-deep-dive .drone-deep-row:nth-child(4){transition-delay:.21s}#drone-deep-dive.drone-is-visible .drone-section-heading,#drone-deep-dive.drone-is-visible .drone-deep-card,#drone-deep-dive.drone-is-visible .drone-deep-row{opacity:1;transform:none}@media (width>=768px){#drone-deep-dive .drone-section-heading{clip-path:inset(0 50%);filter:blur(8px);transition:opacity .6s,transform .82s cubic-bezier(.16,1,.3,1),clip-path .9s cubic-bezier(.16,1,.3,1),filter .7s;transform:translateY(-18px)scale(.96)}#drone-deep-dive.drone-is-visible .drone-section-heading{clip-path:inset(0);filter:none;transform:none}#drone-deep-dive .drone-deep-card{isolation:isolate;filter:blur(7px)saturate(.72);transition:opacity .56s,transform .9s cubic-bezier(.16,1,.3,1),filter .72s,box-shadow .3s;position:relative}#drone-deep-dive .drone-deep-card:first-child{transform-origin:0;transform:perspective(1100px)translate3d(-70px,44px,-100px)rotateY(10deg)scale(.92)}#drone-deep-dive .drone-deep-card:last-child{transform-origin:100%;transition-delay:.14s;transform:perspective(1100px)translate3d(70px,44px,-100px)rotateY(-10deg)scale(.92)}#drone-deep-dive.drone-is-visible .drone-deep-card{filter:none;transform:perspective(1100px)translate(0,0)rotateY(0)scale(1);box-shadow:0 18px 42px #10182017}#drone-deep-dive .drone-deep-card>header,#drone-deep-dive .drone-deep-card>div{z-index:1;position:relative}#drone-deep-dive .drone-deep-card:after{content:"";z-index:3;pointer-events:none;opacity:0;position:absolute}#drone-deep-dive .drone-deep-card:first-child:after{background:linear-gradient(90deg, transparent 3%, #e11d2426 18%, var(--drone-red) 50%, #e11d2426 82%, transparent 97%);height:2px;top:-4%;left:0;right:0;box-shadow:0 0 12px #e11d2461}#drone-deep-dive.drone-is-visible .drone-deep-card:first-child:after{animation:1.45s cubic-bezier(.4,0,.2,1) .76s both droneLidarPanelScan}#drone-deep-dive .drone-deep-card:last-child:after{filter:blur(10px);background:linear-gradient(90deg,#0000,#e11d241f,#ff7e4229,#0000);width:34%;top:-10%;bottom:-10%;left:-36%;transform:skew(-10deg)}#drone-deep-dive.drone-is-visible .drone-deep-card:last-child:after{animation:1.55s ease-in-out .98s both droneThermalPanelSweep}#drone-deep-dive .drone-deep-card header:before{transform-origin:0;width:calc(100% - 3rem);transition:transform .76s cubic-bezier(.16,1,.3,1) .42s;transform:scaleX(0)}#drone-deep-dive .drone-deep-card:last-child header:before{transform-origin:100%;transition-delay:.6s}#drone-deep-dive.drone-is-visible .drone-deep-card header:before{transform:scaleX(1)}#drone-deep-dive .drone-deep-card header .drone-icon{opacity:0;transform:scale(.35)rotate(-65deg)}#drone-deep-dive.drone-is-visible .drone-deep-card:first-child header .drone-icon{animation:.82s cubic-bezier(.16,1,.3,1) .47s both droneLidarTargetLock}#drone-deep-dive.drone-is-visible .drone-deep-card:last-child header .drone-icon{animation:.9s cubic-bezier(.16,1,.3,1) .65s both droneThermalIgnite}#drone-deep-dive .drone-deep-row{--sensor-row-delay:.62s;opacity:0;filter:blur(5px);transition:opacity .44s ease var(--sensor-row-delay), transform .72s cubic-bezier(.16, 1, .3, 1) var(--sensor-row-delay), filter .56s ease var(--sensor-row-delay), background-color .18s ease;transform:translate(-42px)}#drone-deep-dive .drone-deep-card:last-child .drone-deep-row{transform:translate(42px)}#drone-deep-dive .drone-deep-row:nth-child(2){--sensor-row-delay:.76s}#drone-deep-dive .drone-deep-row:nth-child(3){--sensor-row-delay:.9s}#drone-deep-dive .drone-deep-row:nth-child(4){--sensor-row-delay:1.04s}#drone-deep-dive .drone-deep-card:last-child .drone-deep-row{--sensor-row-delay:.8s}#drone-deep-dive .drone-deep-card:last-child .drone-deep-row:nth-child(2){--sensor-row-delay:.94s}#drone-deep-dive .drone-deep-card:last-child .drone-deep-row:nth-child(3){--sensor-row-delay:1.08s}#drone-deep-dive .drone-deep-card:last-child .drone-deep-row:nth-child(4){--sensor-row-delay:1.22s}#drone-deep-dive.drone-is-visible .drone-deep-row{opacity:1;filter:none;transform:none}#drone-deep-dive .drone-deep-row__icon{opacity:0;transform:scale(.45)}#drone-deep-dive.drone-is-visible .drone-deep-card:first-child .drone-deep-row__icon{animation:droneLidarTargetLock .64s cubic-bezier(.16, 1, .3, 1) calc(var(--sensor-row-delay) + .18s) both}#drone-deep-dive.drone-is-visible .drone-deep-card:last-child .drone-deep-row__icon{animation:droneThermalIgnite .68s cubic-bezier(.16, 1, .3, 1) calc(var(--sensor-row-delay) + .18s) both}#drone-deep-dive .drone-deep-row__chevron{opacity:0;transition:opacity .36s ease calc(var(--sensor-row-delay) + .28s), transform .52s ease calc(var(--sensor-row-delay) + .28s);transform:translate(-10px)}#drone-deep-dive.drone-is-visible .drone-deep-row__chevron{opacity:1;transform:none}#drone-deep-dive.drone-is-visible .drone-deep-row:hover{background:#e11d2406}}@keyframes droneLidarPanelScan{0%{opacity:0;top:-4%}12%,82%{opacity:1}to{opacity:0;top:104%}}@keyframes droneThermalPanelSweep{0%{opacity:0;left:-36%}18%,72%{opacity:1}to{opacity:0;left:108%}}@keyframes droneLidarTargetLock{0%{opacity:0;transform:scale(.35)rotate(-65deg);box-shadow:0 0 #e11d2400}58%{opacity:1;transform:scale(1.15)rotate(7deg);box-shadow:0 0 0 9px #e11d2414}to{opacity:1;transform:none;box-shadow:0 0 #e11d2400}}@keyframes droneThermalIgnite{0%{opacity:0;transform:translateY(12px)scale(.42);box-shadow:0 0 #ff623200}52%{opacity:1;transform:translateY(-3px)scale(1.12);box-shadow:0 0 18px 4px #ff623229}to{opacity:1;transform:none;box-shadow:0 0 #ff623200}}.drone-values-section .drone-section-heading,.drone-values-section .drone-value-grid article{opacity:0;transition:opacity .55s,transform .62s cubic-bezier(.16,1,.3,1),background-color .3s,box-shadow .3s;transform:translateY(26px)scale(.98)}.drone-values-section .drone-value-grid article:nth-child(2),.drone-values-section .drone-value-grid article:nth-child(6){transition-delay:70ms}.drone-values-section .drone-value-grid article:nth-child(3),.drone-values-section .drone-value-grid article:nth-child(7){transition-delay:.14s}.drone-values-section .drone-value-grid article:nth-child(4),.drone-values-section .drone-value-grid article:nth-child(8){transition-delay:.21s}.drone-values-section.drone-is-visible .drone-section-heading,.drone-values-section.drone-is-visible .drone-value-grid article{opacity:1;transform:none}.drone-values-section.drone-is-visible .drone-value-grid article:hover{transform:translateY(-3px)}#drone-contact .drone-cta__inner>*{opacity:0;transition:opacity .65s,transform .75s cubic-bezier(.16,1,.3,1);transform:translateY(24px)scale(.97)}#drone-contact .drone-cta__inner>:nth-child(2){transition-delay:90ms}#drone-contact .drone-cta__inner>:nth-child(3){transition-delay:.18s}#drone-contact .drone-cta__inner>:nth-child(4){transition-delay:.27s}#drone-contact.drone-is-visible .drone-cta__inner>*{opacity:1;transform:none}@media (width<=1050px){.drone-hero{background-position:60%}.drone-hero:before{background:linear-gradient(#fffffff7 0%,#ffffffe6 58%,#ffffff6b 82%,#fff0 100%);width:100%;height:56%;inset:0 0 auto}.drone-hero__grid{grid-template-columns:1fr}.drone-hero__content{max-width:820px}.drone-hero-visual{width:100%;max-width:900px;min-height:650px}.drone-scope{max-width:620px}.drone-platform-intro{grid-template-columns:1fr;gap:0;margin-bottom:1rem}.drone-platform-intro .drone-section-heading{margin-bottom:0}.drone-platform-visual{min-height:350px}.drone-platform-visual__media{width:300%;height:auto;top:-42%;right:-15%}.drone-platform-sensors{top:18%;right:0}.drone-feature-grid,.drone-detection-grid,.drone-use-grid,.drone-value-grid,.drone-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.drone-workflow{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.drone-workflow li,.drone-workflow li:not(:first-child){min-height:240px;padding:1.35rem;transform:none}.drone-workflow li:hover,.drone-workflow li:nth-child(2n):hover{transform:translateY(-4px)}.drone-workflow li:after{display:none}.drone-pipeline__node{padding:.25rem}}@media (width>=768px) and (width<=1050px){#drone-platform .drone-platform-intro{gap:clamp(1.5rem,4vw,2.5rem);margin-bottom:clamp(2rem,5vw,3rem)}#drone-platform .drone-platform-visual{min-height:clamp(360px,55vw,520px);overflow:hidden}#drone-platform .drone-platform-visual__media{width:105%;top:50%;left:50%;right:auto;transform:translate(-50%,-50%)}#drone-platform .drone-platform-visual__media img{object-position:center}#drone-platform .drone-platform-sensors{top:50%;right:3%;transform:translateY(-50%)}.drone-hero__tablet-break{display:initial}.drone-hero__content{text-align:center;align-items:center;width:min(100%,760px);margin-inline:auto}.drone-hero__content>.drone-eyebrow,.drone-hero .drone-actions{justify-content:center}.drone-hero h1,.drone-hero__lede{margin-inline:auto!important}.drone-hero h1{max-width:100%}.drone-hero__lead-line{white-space:nowrap}.drone-hero__stats{width:min(100%,700px)}}@media (width>=768px) and (width<=1050px) and (orientation:landscape){.drone-hero__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(.75rem,2vw,1.5rem)}.drone-hero__content{width:100%;min-width:0}.drone-hero h1{font-size:clamp(2rem,3.8vw,2.6rem)}.drone-hero-visual{width:100%;max-width:none;min-height:min(64vw,650px)}.drone-hero__stats{width:100%}}@media (width>=768px) and (width<=1366px){#drone-hero{--drone-tablet-image-x:80px;--drone-tablet-image-y:150px;--drone-tablet-drone-x:28px;--drone-tablet-drone-y:-24px;background-image:linear-gradient(180deg, #fff 0%, #fffffffa 38%, #ffffffb8 70%, #fff0 100%), var(--drone-hero-background);background-position:top center, calc(100% + var(--drone-tablet-image-x)) calc(50% + var(--drone-tablet-image-y));background-repeat:no-repeat;background-size:100% 230px,cover}#drone-hero.drone-is-visible{background-position:top center, calc(100% + var(--drone-tablet-image-x)) calc(50% + var(--drone-tablet-image-y));animation:none}#drone-hero.drone-is-visible .drone-hero-visual__drone{opacity:1;transform:translate(var(--drone-tablet-drone-x), var(--drone-tablet-drone-y));animation:7.5s cubic-bezier(.45,0,.55,1) infinite droneHeroHover}}@media (width<=767px){.drone-section{scroll-margin-top:62px}.drone-wrap{width:min(100% - 32px,1280px)}#drone-platform .drone-wrap{width:min(100% - 32px,1540px)}.drone-hero{min-height:auto;padding:4rem 0}.drone-workflow{grid-template-columns:1fr}.drone-hero:after{display:none}.drone-hero__grid{gap:2.75rem}.drone-hero h1{max-width:12ch;font-size:clamp(2.2rem,10vw,3rem)}.drone-hero__lede{font-size:.92rem;line-height:1.65}.drone-actions{grid-template-columns:1fr;display:grid}.drone-button{width:100%}.drone-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.drone-hero__stats>div:nth-child(odd){border-right:1px solid var(--drone-line)}.drone-hero__stats>div:nth-child(-n+2){border-bottom:1px solid var(--drone-line);padding-bottom:1.1rem}.drone-scope{aspect-ratio:1/1.08}.drone-hero-visual{border-radius:12px;min-height:560px}.drone-hero-visual__drone{width:66%;top:9%;left:1%}.drone-finding--wear{width:37%;bottom:4%;right:0}.drone-finding--pipeline{width:36%;bottom:5%;left:-1%}.drone-hero-visual__coordinates,.drone-callout-lines,.drone-callout-marker{display:none}.drone-scope__aircraft{inset:8%}.drone-section{padding:4.5rem 0}.drone-section-heading h2{font-size:clamp(2rem,8.5vw,2.75rem)}.drone-platform-intro{min-height:0}#drone-platform .drone-section-heading{max-width:100%;margin-bottom:.75rem}#drone-platform .drone-section-heading h2{max-width:100%;line-height:1.04}.drone-platform-visual{min-height:275px;margin:0}.drone-platform-visual:before{inset:10% 0 0}.drone-platform-visual__media{width:102%;height:92%;top:-1%;left:50%;right:auto;transform:translate(-50%)}.drone-platform-visual__media img{object-position:center;height:100%}.drone-platform-sensors{width:118px;padding:.25rem .4rem;top:28%;right:.25rem}.drone-platform-sensors>div{min-height:45px;padding:.45rem .15rem .4rem 1.55rem}.drone-platform-sensors dt{font-size:.44rem}.drone-platform-sensors dt svg{width:14px;height:14px;left:.1rem}.drone-platform-sensors dd{font-size:.5rem}.drone-feature-grid,.drone-detection-grid,.drone-use-grid,.drone-value-grid,.drone-spec-grid,.drone-deep-grid{grid-template-columns:1fr}.drone-feature-card{min-height:470px}.drone-pipeline{flex-direction:column;gap:.6rem;padding:1rem;display:flex}.drone-pipeline__node{width:100%;padding:.45rem}.drone-pipeline__arrow{transform:rotate(90deg)}.drone-certifications{grid-template-columns:1fr;display:grid}.drone-detection-card__body{min-height:0}.drone-use-card,.drone-value-grid article{min-height:225px}.drone-reveal,.drone-reveal.drone-is-visible{opacity:1;transition:none;transform:none}.drone-hero{align-items:initial;background-image:var(--drone-hero-mobile-background);background-position:56%;min-height:max(1500px,205svh);padding:0;display:block}.drone-hero:before{background:linear-gradient(#fffffff7 0%,#ffffffe8 44%,#ffffff94 70%,#fff0 100%),linear-gradient(90deg,#fffffff5 0%,#ffffffc2 54%,#ffffff1f 100%);width:100%;height:46%;inset:0}.drone-hero__grid{min-height:inherit;display:block;position:relative}.drone-hero .drone-wrap{width:min(100% - 32px,720px)}.drone-hero__content{z-index:2;max-width:none;height:100%;padding:clamp(3.5rem,14vw,5rem) 0 0;display:block;position:absolute;inset:0}.drone-hero__content>.drone-eyebrow{max-width:78%;margin-bottom:1.7rem!important}.drone-hero h1{width:100%;max-width:9.5ch;margin-bottom:1.35rem;font-size:clamp(2.2rem,10vw,3rem);line-height:1.04}.drone-hero__lede{z-index:3;width:56%;max-width:275px;font-size:clamp(.88rem,3.8vw,1rem);line-height:1.68;position:relative;margin-bottom:1.65rem!important}.drone-hero .drone-actions{z-index:3;gap:.7rem;width:64%;max-width:320px;position:relative}.drone-hero .drone-button{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;min-height:54px}.drone-hero .drone-button--primary{color:#fff;background:var(--drone-red)}.drone-hero-visual{z-index:1;border-radius:0;width:100%;max-width:none;height:100%;min-height:0;position:absolute;inset:0}.drone-hero-visual__drone{width:72%;top:21.5%;left:auto;right:-18%}.drone-callout-lines--desktop{display:none}.drone-callout-lines--mobile{display:block}.drone-callout-marker{width:11px;height:11px;display:block}.drone-callout-marker--hotspot{top:37%;left:49%}.drone-callout-marker--tower{top:49%;left:49%}.drone-callout-marker--wear{top:62%;left:49%}.drone-callout-marker--pipeline{top:72%;left:48%}.drone-finding--hotspot{width:47%;top:34%;right:-2%}.drone-finding--tower{width:46%;top:46%;right:-2%}.drone-finding--wear{width:47%;top:59%;bottom:auto;right:-2%}.drone-finding--pipeline{width:47%;top:76%;bottom:auto;left:-2%}.drone-hero__stats{z-index:8;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080e13d6;border:1px solid #ffffff5c;border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:1rem .35rem;position:absolute;bottom:5.3rem;left:0;right:0;overflow:hidden;box-shadow:0 18px 42px #040a0f57}.drone-hero__stats>div,.drone-hero__stats>div:nth-child(odd),.drone-hero__stats>div:nth-child(-n+2){text-align:center;border-bottom:0;border-right:1px solid #ffffff3d;padding:.35rem .2rem}.drone-hero__stats>div:last-child{border-right:0}.drone-hero__stats dt{color:#fff;flex-direction:column;align-items:center;gap:.4rem;font-size:clamp(1rem,4.8vw,1.35rem);display:flex}.drone-hero__stats dd{color:#ffffffb8;letter-spacing:.06em;margin-top:.45rem;font-size:clamp(.43rem,1.8vw,.54rem)}.drone-hero__stat-icon{width:24px;height:24px;color:var(--drone-red);place-items:center;display:grid}.drone-hero__stat-icon svg{width:22px;height:22px}.drone-page .drone-reveal .drone-section-heading,.drone-page .drone-reveal article,.drone-page .drone-reveal .drone-workflow li,.drone-page .drone-reveal .drone-platform-visual,.drone-page .drone-reveal .drone-hero__content>*,.drone-page .drone-reveal .drone-hero-visual,.drone-page .drone-reveal .drone-spec__icon,.drone-page .drone-reveal .drone-pipeline,.drone-page .drone-reveal .drone-certifications,.drone-page .drone-reveal .drone-deep-row,.drone-page .drone-reveal .drone-cta__inner>*{transition-duration:.28s!important;transition-delay:0s!important}}@media (width<=430px){.drone-wrap{width:min(100% - 24px,1280px)}#drone-platform .drone-wrap{width:min(100% - 24px,1540px)}.drone-hero{padding-block:0}.drone-eyebrow{font-size:.62rem}.drone-scope__coordinate{display:none}.drone-scope__tag{font-size:.5rem}.drone-hero-visual{min-height:0}.drone-finding--tower{display:block}.drone-section{padding-block:3.75rem}.drone-platform-visual{min-height:245px}.drone-platform-visual__media{width:100%;left:50%}.drone-platform-sensors{width:108px;top:28%;right:.2rem}.drone-platform-sensors>div{min-height:42px;padding-left:1.45rem}.drone-platform-sensors dt svg{width:13px;height:13px}.drone-feature-card{min-height:440px;padding:1.25rem 1.25rem 0}.drone-feature-card__media{margin-inline:-1.25rem}.drone-pipeline__icon{width:50px;height:50px}.drone-deep-card header{grid-template-columns:auto 1fr}.drone-deep-card header>span:nth-child(2){display:none}}@media (width<=1050px){.drone-page{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}.drone-page .drone-reveal,#drone-hero .drone-hero__content h1,#drone-workflow .drone-section-heading,#drone-workflow .drone-workflow li,#drone-deep-dive .drone-section-heading,#drone-deep-dive .drone-deep-card,#drone-deep-dive .drone-deep-row,#drone-specs .drone-section-heading,#drone-specs .drone-spec,#drone-detection .drone-section-heading,#drone-detection .drone-detection-card,#drone-use-cases .drone-section-heading,#drone-use-cases .drone-use-card,.drone-values-section .drone-section-heading,.drone-values-section .drone-value-grid article{filter:none!important}#drone-deep-dive.drone-is-visible .drone-deep-card,#drone-deep-dive.drone-is-visible .drone-deep-row{transform:none}}@media (width<=767px){.drone-hero{background:#fff;min-height:auto;padding:clamp(2.75rem,10vw,4rem) 0 3rem}.drone-hero:before,.drone-hero:after,.drone-hero>.drone-hero__grid{display:none}.drone-hero__mobile-layout{z-index:2;flex-direction:column;width:min(100% - 32px,620px);margin-inline:auto;display:flex;position:relative}.drone-hero__mobile-layout>.drone-eyebrow{text-align:center;justify-content:center;margin-bottom:1.25rem!important}.drone-hero .drone-hero__mobile-title{letter-spacing:-.045em;text-align:center;width:100%;max-width:none;margin:0 0 1.25rem;font-size:clamp(2.35rem,11vw,3.35rem);line-height:1.02}.drone-hero__mobile-title span,.drone-hero__mobile-title>strong{display:block}.drone-hero__mobile-title strong{color:var(--drone-red);font-weight:inherit}.drone-hero .drone-hero__mobile-title-final{white-space:nowrap;font-size:clamp(1.35rem,6.6vw,2rem)}.drone-hero__mobile-copy{color:var(--drone-slate);text-align:center;margin:0;font-size:.98rem;line-height:1.7}.drone-hero__mobile-drone{place-items:center;height:clamp(210px,64vw,310px);margin:1.5rem 0 0;display:grid;position:relative}.drone-hero__mobile-drone img{z-index:1;object-fit:contain;filter:drop-shadow(0 18px 20px #14212d29);width:140%;max-width:none;height:auto;animation:5.5s ease-in-out infinite drone-mobile-float;display:block;position:relative;transform:translate(4%,-10%)}@keyframes drone-mobile-float{0%,to{transform:translate(4%,-10%)rotate(-.25deg)}50%{transform:translate(4%,calc(-10% - 10px))rotate(.25deg)}}.drone-hero__mobile-findings{grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin:1.5rem 0 0;display:grid}.drone-hero__mobile-findings img{aspect-ratio:1;object-fit:cover;filter:drop-shadow(0 7px 12px #14212d21);border-radius:7px;width:100%;display:block}.drone-hero .drone-hero__mobile-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;width:100%;max-width:none;margin:1.5rem 0 0;display:grid;position:static}.drone-hero .drone-hero__mobile-actions .drone-button{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;min-width:0;min-height:52px;padding-inline:.8rem}.drone-hero .drone-hero__mobile-actions .drone-button--primary{color:#fff;background:var(--drone-red)}.drone-hero .drone-hero__mobile-stats{border:1px solid var(--drone-line);background:#f8fafb;border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;margin:1.5rem 0 0;padding:0;display:grid;position:static;overflow:hidden;box-shadow:0 12px 28px #14212d14}.drone-hero .drone-hero__mobile-stats>div{border:0;border-right:1px solid var(--drone-line);text-align:center;min-width:0;padding:.9rem .25rem}.drone-hero .drone-hero__mobile-stats>div:last-child{border-right:0}.drone-hero .drone-hero__mobile-stats dt{color:var(--drone-ink);flex-direction:column;align-items:center;gap:.35rem;font-size:clamp(.95rem,4.5vw,1.25rem);display:flex}.drone-hero .drone-hero__mobile-stats dd{color:var(--drone-slate);letter-spacing:.08em;white-space:nowrap;margin-top:.35rem;font-size:.42rem}.drone-hero .drone-hero__mobile-stats .drone-hero__stat-icon{width:20px;height:20px;color:var(--drone-red);display:grid}}@media (width<=430px){.drone-hero .drone-hero__mobile-actions{grid-template-columns:1fr}.drone-hero__mobile-drone{height:200px}}@media (prefers-reduced-motion:reduce){.drone-hero__mobile-drone img{animation:none}.drone-scope__scanline{display:none}#drone-hero{animation:none}.drone-hero-visual__drone{opacity:1;animation:none;transform:none}.drone-callout-line,.drone-callout-marker{opacity:1;animation:none}#drone-hero .drone-finding{opacity:1;clip-path:none;filter:drop-shadow(0 12px 18px #050c1257);animation:none;transform:none}#drone-hero .drone-hero__stats>div,#drone-hero .drone-hero-visual__coordinates{opacity:1;transition:none;animation:none;transform:none}#drone-hero .drone-hero__content h1{clip-path:none;filter:none}#drone-workflow .drone-section-heading,#drone-workflow .drone-workflow li{filter:none;background-position:-45% 0}#drone-workflow .drone-workflow__icon,#drone-workflow .drone-workflow__number{opacity:1;transition:none;animation:none;transform:none}#drone-workflow .drone-workflow li:before{transition:none;transform:none}#drone-workflow .drone-workflow li:not(:last-child):after{opacity:1;animation:none;transform:translateY(-50%)}#drone-deep-dive .drone-section-heading,#drone-deep-dive .drone-deep-card,#drone-deep-dive .drone-deep-row{filter:none}#drone-deep-dive .drone-deep-card:after{animation:none;display:none}#drone-deep-dive .drone-deep-card header:before{transition:none;transform:none}#drone-deep-dive .drone-deep-card header .drone-icon,#drone-deep-dive .drone-deep-row__icon,#drone-deep-dive .drone-deep-row__chevron{opacity:1;transition:none;animation:none;transform:none}.drone-pipeline__arrow svg{animation:none}.drone-value-grid article,.drone-value-grid .drone-icon{transition:none}#drone-specs .drone-spec:after{animation:none;display:none}.drone-page .drone-reveal .drone-section-heading,.drone-page .drone-reveal article,.drone-page .drone-reveal .drone-workflow li,.drone-page .drone-reveal .drone-platform-visual,.drone-page .drone-reveal .drone-hero__content>*,.drone-page .drone-reveal .drone-hero-visual,.drone-page .drone-reveal .drone-spec__icon,.drone-page .drone-reveal .drone-pipeline,.drone-page .drone-reveal .drone-certifications,.drone-page .drone-reveal .drone-deep-row,.drone-page .drone-reveal .drone-cta__inner>*{opacity:1;clip-path:none;transition:none;transform:none}.drone-reveal,.drone-reveal.drone-is-visible{opacity:1;transition:none;transform:none}}.edgebox-page{--edgebox-bg:#f1f2f4;--edgebox-surface:#fff;--edgebox-surface-alt:#e7e9ec;--edgebox-ink:#14171c;--edgebox-ink-soft:#5b6270;--edgebox-ink-faint:#8a909c;--edgebox-red:#d71a21;--edgebox-red-deep:#a10f16;--edgebox-teal:#0c6e76;--edgebox-line:#d9dce1;--edgebox-line-strong:#bfc3ca;background:var(--edgebox-bg);width:100%;color:var(--edgebox-ink);font-family:var(--body,"Inter", sans-serif);-webkit-font-smoothing:antialiased;line-height:1.5;overflow:hidden}.edgebox-page,.edgebox-page *{box-sizing:border-box}.edgebox-page h1,.edgebox-page h2,.edgebox-page h3,.edgebox-page p{margin:0}.edgebox-page h1,.edgebox-page h2,.edgebox-page h3{color:var(--edgebox-ink);font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.01em;font-weight:700}.edgebox-page a{color:inherit;text-decoration:none}.edgebox-page ::selection{background:var(--edgebox-red);color:#fff}.edgebox-page :focus-visible{outline:2px solid var(--edgebox-red);outline-offset:3px}.edgebox-wrap{width:min(100%,1440px);margin-inline:auto}.edgebox-reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(14px)}.edgebox-reveal.is-visible{opacity:1;transform:translateY(0)}.edgebox-bracketed{position:relative}.edgebox-bracketed:before,.edgebox-bracketed:after,.edgebox-bracket-tr,.edgebox-bracket-br{border:0 solid var(--edgebox-line-strong);content:"";pointer-events:none;width:10px;height:10px;position:absolute}.edgebox-bracketed:before{border-top-width:1.5px;border-left-width:1.5px;top:-1px;left:-1px}.edgebox-bracketed:after{border-bottom-width:1.5px;border-left-width:1.5px;bottom:-1px;left:-1px}.edgebox-bracket-tr{border-top-width:1.5px;border-right-width:1.5px;top:-1px;right:-1px}.edgebox-bracket-br{border-bottom-width:1.5px;border-right-width:1.5px;bottom:-1px;right:-1px}.edgebox-hero{border-bottom:1px solid var(--edgebox-line);padding-top:clamp(56px,6vw,76px);position:relative;overflow:hidden}.edgebox-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:50px;padding-bottom:56px;display:grid}.edgebox-eyebrow{color:var(--edgebox-red);font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:10px;font-size:11.5px;font-weight:500;display:flex;margin-bottom:18px!important}.edgebox-eyebrow:before{background:var(--edgebox-red);content:"";width:24px;height:1.5px}.edgebox-hero h1{margin-bottom:6px;font-size:clamp(2.6rem,4.2vw,3.25rem);line-height:1.03}.edgebox-hero h1 .edgebox-model-line{color:var(--edgebox-ink-faint);font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.02em;margin-top:14px;font-size:clamp(.9rem,1.6vw,1.25rem);font-weight:500;line-height:1.45;display:block}.edgebox-hero-description{max-width:480px;color:var(--edgebox-ink-soft);font-size:16.5px;margin:20px 0 28px!important}.edgebox-badge-row,.edgebox-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.edgebox-badge-row{margin-bottom:32px}.edgebox-chip{border:1px solid var(--edgebox-line-strong);background:var(--edgebox-surface);color:var(--edgebox-ink-soft);font-family:var(--mono,"JetBrains Mono", monospace);border-radius:999px;align-items:center;gap:7px;padding:7px 12px;font-size:11px;display:inline-flex}.edgebox-chip strong{color:var(--edgebox-ink);font-weight:600}.edgebox-status-dot{background:var(--edgebox-teal);border-radius:50%;width:6px;height:6px}.edgebox-button{min-height:42px;font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.03em;text-transform:uppercase;border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;gap:8px;padding:11px 20px;font-size:12px;font-weight:500;line-height:1.2;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.edgebox-button:hover{transform:translateY(-2px)}.edgebox-button-primary{border-color:var(--edgebox-red);background:var(--edgebox-red);color:#fff!important}.edgebox-button-primary:hover{border-color:var(--edgebox-red-deep);background:var(--edgebox-red-deep)}.edgebox-button-ghost{border-color:var(--edgebox-line-strong);color:var(--edgebox-ink);background:0 0}.edgebox-button-ghost:hover{border-color:var(--edgebox-ink)}.edgebox-schematic{border:1px solid var(--edgebox-line);background:var(--edgebox-surface);min-width:0;padding:30px 26px 22px}.edgebox-schematic-label{color:var(--edgebox-ink-faint);font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:20px;font-size:10.5px;display:flex}.edgebox-schematic-model{color:var(--edgebox-ink);white-space:nowrap;font-weight:600}.edgebox-product-visual{background:linear-gradient(#ffffffd1, #ffffffd1), repeating-linear-gradient(0deg, transparent 0 39px, #14171c0e 40px), repeating-linear-gradient(90deg, transparent 0 39px, #14171c0e 40px), var(--edgebox-bg);justify-content:center;align-items:center;min-height:330px;padding:38px 10px;display:flex;position:relative;overflow:hidden}.edgebox-product-visual:after{filter:blur(12px);content:"";background:#14171c2e;border-radius:50%;height:16px;position:absolute;bottom:16%;left:10%;right:10%}.edgebox-product-image{z-index:1;object-fit:contain;filter:drop-shadow(0 18px 14px #14171c29);width:100%;height:auto;display:block;position:relative}.edgebox-schematic-svg{display:none}.edgebox-schematic-foot{border-top:1px dashed var(--edgebox-line-strong);color:var(--edgebox-ink-faint);font-family:var(--mono,"JetBrains Mono", monospace);justify-content:space-between;gap:10px;margin-top:18px;padding-top:14px;font-size:9px;display:flex}.edgebox-hero{isolation:isolate;background:linear-gradient(#ffffffe6,#ffffffe6),repeating-linear-gradient(0deg,#0000 0 119px,#0f172a09 120px),repeating-linear-gradient(90deg,#0000 0 199px,#0f172a08 200px),#f8fafc;padding:clamp(2.75rem,4vw,4.5rem) clamp(1.25rem,5vw,5.25rem) 0}.edgebox-hero .edgebox-wrap{width:min(100%,1440px);padding-bottom:0}.edgebox-hero .edgebox-ticker{width:100vw;margin-top:clamp(1rem,1.5vw,1.5rem);margin-left:-50vw;position:relative;left:50%}.edgebox-hero-grid{grid-template-columns:minmax(420px,.95fr) minmax(520px,1.35fr);gap:clamp(2.5rem,4vw,4.5rem);padding-bottom:0}.edgebox-hero-copy{padding-block:.5rem 1rem}.edgebox-eyebrow{font-size:clamp(.92rem,1vw,1.08rem);font-weight:700;margin-bottom:clamp(1.5rem,2.2vw,2.25rem)!important}.edgebox-eyebrow:before{display:none}.edgebox-hero h1{color:#0f172a;letter-spacing:-.035em;max-width:690px;margin:0;font-size:clamp(3rem,4.3vw,4.5rem);line-height:1.04}.edgebox-hero h1 .edgebox-title-primary,.edgebox-hero h1 .edgebox-title-secondary{color:#0f172a;font-family:var(--display,"Space Grotesk", sans-serif);font-weight:700;display:block}.edgebox-hero h1 .edgebox-title-primary{color:var(--edgebox-red);letter-spacing:.015em;font-size:clamp(4.4rem,6.2vw,6.5rem);line-height:.94}.edgebox-hero h1 .edgebox-title-secondary{letter-spacing:.02em;word-spacing:.12em;margin-top:.28em;font-size:clamp(2.8rem,3.8vw,4rem);line-height:1}.edgebox-hero h1 .edgebox-model-line{color:#475569;max-width:590px;font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.08em;margin-top:clamp(1.35rem,1.8vw,1.8rem);font-size:clamp(1.08rem,1.3vw,1.35rem);font-weight:500;line-height:1.5}.edgebox-hero-description{color:#475569;letter-spacing:-.01em;max-width:560px;font-size:clamp(1rem,1.12vw,1.18rem);line-height:1.6;margin:clamp(2rem,2.6vw,2.75rem) 0 0!important}.edgebox-hero-description:before{background:var(--edgebox-red);content:"";border-radius:2px;width:68px;height:3.5px;margin-bottom:clamp(1.4rem,1.8vw,2rem);display:block;box-shadow:0 0 6px #d71a2140}.edgebox-hero .edgebox-actions{gap:1rem;margin-top:clamp(1.75rem,2.2vw,2.5rem)}.edgebox-hero .edgebox-button{min-height:52px;font-family:var(--body,"Inter", sans-serif);letter-spacing:0;text-transform:none;border-radius:999px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:700}.edgebox-hero .edgebox-button-primary{box-shadow:0 4px 14px #d71a214d}.edgebox-hero .edgebox-button-primary:hover{box-shadow:0 6px 20px #d71a2161}.edgebox-hero .edgebox-button-ghost{color:#0f172a;background:#fff;border-color:#cbd5e1}.edgebox-hero .edgebox-button-ghost:hover{background:#f8fafc;border-color:#94a3b8}.edgebox-hero .edgebox-schematic{background:#fff;border:1px solid #e2e8f0;border-radius:24px;min-width:0;margin:0;padding:clamp(.85rem,1.2vw,1.25rem);position:relative;box-shadow:0 20px 45px -10px #0f172a1a}.edgebox-hero .edgebox-schematic.edgebox-bracketed:before,.edgebox-hero .edgebox-schematic.edgebox-bracketed:after,.edgebox-hero .edgebox-schematic .edgebox-bracket-br{display:none}.edgebox-hero .edgebox-schematic .edgebox-bracket-tr{z-index:3;border-top:4px solid var(--edgebox-red);border-right:4px solid var(--edgebox-red);border-top-right-radius:24px;width:90px;height:90px;top:-1px;right:-1px}.edgebox-hero .edgebox-schematic:before{z-index:0;content:"";pointer-events:none;border:1px solid #d71a2114;border-radius:18px;width:auto;height:auto;position:absolute;inset:.75rem;display:block!important}.edgebox-hero .edgebox-schematic-label,.edgebox-hero .edgebox-product-visual,.edgebox-hero .edgebox-schematic-foot{z-index:1;position:relative}.edgebox-hero .edgebox-schematic-label{align-items:center;min-height:42px;margin:0;padding:.5rem .75rem;font-size:clamp(.66rem,.72vw,.76rem)}.edgebox-hero .edgebox-product-visual{background:#fff;border-radius:16px 16px 10px 10px;min-height:clamp(300px,28vw,420px);padding:clamp(1.5rem,3vw,3rem) 1rem}.edgebox-hero .edgebox-product-visual:after{bottom:19%;left:12%;right:12%}.edgebox-hero .edgebox-product-image{filter:contrast(1.02)drop-shadow(0 20px 18px #0f172a26);width:min(100%,780px);transition:transform .3s;transform:translateY(4%)scale(1.04)}.edgebox-hero .edgebox-schematic:hover .edgebox-product-image{transform:translateY(2%)scale(1.06)}.edgebox-hero .edgebox-schematic-foot{color:#475569;letter-spacing:.06em;text-transform:uppercase;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;min-height:48px;margin-top:0;padding:.65rem 1.15rem;font-size:clamp(.64rem,.7vw,.76rem);font-weight:600}.edgebox-hero .edgebox-badge-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin:clamp(2.5rem,3.5vw,3.5rem) 0 0;display:grid}.edgebox-hero .edgebox-chip{color:#475569;min-height:104px;font-family:var(--body,"Inter", sans-serif);background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:.8rem;padding:1.25rem 1.5rem 1.25rem 2rem;font-size:clamp(.92rem,1.05vw,1.05rem);font-weight:600;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px -4px #0f172a0a}.edgebox-hero .edgebox-chip:before{background:var(--edgebox-red);content:"";border-radius:0 3px 3px 0;width:4px;position:absolute;top:22%;bottom:22%;left:0}.edgebox-hero .edgebox-chip:hover{border-color:#d71a214d;transform:translateY(-3px);box-shadow:0 12px 28px -6px #0f172a1a}.edgebox-hero .edgebox-chip strong{color:var(--edgebox-red);font-family:var(--display,"Space Grotesk", sans-serif);font-size:1.45em}.edgebox-hero .edgebox-status-dot{background:var(--edgebox-teal);background-clip:padding-box;border:3px solid #0c6e762e;flex:none;width:12px;height:12px}.edgebox-hero-copy .edgebox-eyebrow{animation:.7s cubic-bezier(.16,1,.3,1) both edgebox-hero-eyebrow-in}.edgebox-hero-copy h1{animation:none}.edgebox-hero-word{will-change:opacity, transform, filter;animation:.72s cubic-bezier(.16,1,.3,1) both edgebox-hero-word-in;display:inline-block}.edgebox-title-primary .edgebox-hero-word{animation-delay:.16s}.edgebox-title-secondary .edgebox-hero-word:first-child{animation-delay:.34s}.edgebox-title-secondary .edgebox-hero-word:nth-child(2){animation-delay:.5s}.edgebox-model-line .edgebox-hero-word:first-child{animation-delay:.68s}.edgebox-model-line .edgebox-hero-word:nth-child(2){animation-delay:.76s}.edgebox-model-line .edgebox-hero-word:nth-child(3){animation-delay:.84s}.edgebox-model-line .edgebox-hero-word:nth-child(4){animation-delay:.92s}.edgebox-model-line .edgebox-hero-word:nth-child(5){animation-delay:1s}.edgebox-model-line .edgebox-hero-word:nth-child(6){animation-delay:1.08s}.edgebox-hero-description{animation:.8s cubic-bezier(.16,1,.3,1) 1.16s both edgebox-hero-fade-up}.edgebox-hero-description:before{transform-origin:0;animation:.85s cubic-bezier(.16,1,.3,1) 1.22s both edgebox-hero-rule-in}.edgebox-hero-copy .edgebox-actions{animation:.8s cubic-bezier(.16,1,.3,1) 1.36s both edgebox-hero-fade-up}.edgebox-hero .edgebox-schematic{animation:1s cubic-bezier(.16,1,.3,1) .18s both edgebox-product-enter,5.5s ease-in-out 1.4s infinite alternate edgebox-product-float}.edgebox-hero .edgebox-schematic .edgebox-bracket-tr{transform-origin:100% 0;animation:.9s cubic-bezier(.16,1,.3,1) .72s both edgebox-accent-enter}.edgebox-hero .edgebox-status-dot{animation:2s ease-in-out 1.2s infinite edgebox-status-pulse}.edgebox-hero .edgebox-chip{animation:.7s cubic-bezier(.16,1,.3,1) both edgebox-spec-card-in}.edgebox-hero .edgebox-chip:first-child{animation-delay:.56s}.edgebox-hero .edgebox-chip:nth-child(2){animation-delay:.68s}.edgebox-hero .edgebox-chip:nth-child(3){animation-delay:.8s}@keyframes edgebox-hero-eyebrow-in{0%{opacity:0;letter-spacing:.24em;transform:translateY(12px)}to{opacity:1;letter-spacing:.14em;transform:translateY(0)}}@keyframes edgebox-hero-title-in{0%{opacity:0;transform:translateY(24px)skewY(1deg)}to{opacity:1;transform:translateY(0)skewY(0)}}@keyframes edgebox-hero-word-in{0%{opacity:0;filter:blur(7px);transform:translateY(24px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes edgebox-hero-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes edgebox-hero-rule-in{0%{opacity:0;transform:scaleX(0);box-shadow:0 0 #d71a2100}60%{box-shadow:0 0 16px #d71a21b3}to{opacity:1;transform:scaleX(1);box-shadow:0 0 6px #d71a2140}}@keyframes edgebox-product-enter{0%{opacity:0;transform:perspective(1000px)rotateY(-7deg)rotateX(3deg)translateY(30px)scale(.95);box-shadow:0 5px 15px #0f172a00}to{opacity:1;transform:perspective(1000px)rotateY(0)rotateX(0)translateY(0)scale(1);box-shadow:0 20px 45px -10px #0f172a1a}}@keyframes edgebox-product-float{0%{transform:translateY(0);box-shadow:0 20px 45px -10px #0f172a1a}to{transform:translateY(-8px);box-shadow:0 28px 55px -8px #0f172a24}}@keyframes edgebox-accent-enter{0%{opacity:0;filter:drop-shadow(0 0 #d71a2100);transform:scale(.45)translate(18px,-18px)}65%{filter:drop-shadow(0 0 12px #d71a21cc)}to{opacity:1;filter:drop-shadow(0 0 #d71a2100);transform:scale(1)translate(0)}}@keyframes edgebox-spec-card-in{0%{opacity:0;transform:translateY(26px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes edgebox-status-pulse{0%,to{box-shadow:0 0 #0c6e7633}50%{box-shadow:0 0 0 7px #0c6e7600}}.edgebox-ticker{border-bottom:1px solid var(--edgebox-line);background:var(--edgebox-ink);color:#fff;overflow:hidden}.edgebox-ticker-track{white-space:nowrap;width:max-content;animation:32s linear infinite edgebox-scroll-left;display:flex}.edgebox-ticker:hover .edgebox-ticker-track{animation-play-state:paused}.edgebox-ticker-item{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.03em;border-right:1px solid #ffffff24;align-items:center;padding:13px 30px;font-size:12px;display:flex}.edgebox-ticker-item:before{background:var(--edgebox-red);content:"";border-radius:50%;width:5px;height:5px;margin-right:10px}@keyframes edgebox-scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.edgebox-section{padding:88px clamp(1.25rem,5vw,5.25rem)}.edgebox-section-alt{background:var(--edgebox-surface)}.edgebox-page [id]{scroll-margin-top:90px}.edgebox-section-head{border-bottom:1px solid var(--edgebox-line);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:48px;padding-bottom:22px;display:flex}.edgebox-section-head h2{max-width:650px;font-size:clamp(2.2rem,3.5vw,3.2rem)}.edgebox-section-head p{max-width:420px;color:var(--edgebox-ink-soft);font-size:14.5px}.edgebox-overview-grid{grid-template-columns:1.1fr .9fr;gap:56px;display:grid}.edgebox-overview-copy p{max-width:520px;color:var(--edgebox-ink-soft);margin-bottom:16px;font-size:15.5px}.edgebox-overview-copy p:first-child{color:var(--edgebox-ink);font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.01em;font-size:19px;font-weight:500;line-height:1.5}.edgebox-stat-grid{border:1px solid var(--edgebox-line);background:var(--edgebox-line);grid-template-columns:repeat(2,1fr);align-self:start;gap:1px;display:grid}.edgebox-stat{background:var(--edgebox-surface);padding:22px}.edgebox-stat strong{color:var(--edgebox-red);font-family:var(--display,"Space Grotesk", sans-serif);font-size:28px;line-height:1;display:block}.edgebox-stat span{color:var(--edgebox-ink-soft);font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.02em;text-transform:uppercase;margin-top:8px;font-size:10.5px;display:block}.edgebox-overview-head{position:relative}.edgebox-overview-head.edgebox-reveal,.edgebox-overview-copy.edgebox-reveal,.edgebox-stat-grid.edgebox-reveal{opacity:1;transform:none}.edgebox-overview-head h2,.edgebox-overview-head p,.edgebox-overview-copy p,.edgebox-stat-grid .edgebox-stat{opacity:0}.edgebox-overview-head h2{clip-path:inset(0 100% 0 0);transform:translate(-38px)}.edgebox-overview-head p{transform:translate(32px)}.edgebox-overview-head:after{background:linear-gradient(90deg, var(--edgebox-red), #d71a2100);content:"";opacity:0;transform-origin:0;pointer-events:none;height:2px;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.edgebox-overview-head.is-visible h2{animation:.9s cubic-bezier(.16,1,.3,1) both edgebox-overview-title-in}.edgebox-overview-head.is-visible p{animation:.75s cubic-bezier(.16,1,.3,1) .18s both edgebox-overview-summary-in}.edgebox-overview-head.is-visible:after{animation:1.15s cubic-bezier(.16,1,.3,1) .24s both edgebox-overview-rule-scan}.edgebox-overview-copy.is-visible p{animation:.72s cubic-bezier(.16,1,.3,1) both edgebox-overview-copy-in}.edgebox-overview-copy.is-visible p:first-child{animation-delay:.12s}.edgebox-overview-copy.is-visible p:nth-child(2){animation-delay:.26s}.edgebox-overview-copy.is-visible p:nth-child(3){animation-delay:.4s}.edgebox-stat-grid .edgebox-stat{transform-origin:bottom;position:relative;overflow:hidden;transform:perspective(700px)rotateX(-12deg)translateY(28px)scale(.96)}.edgebox-stat-grid .edgebox-stat:after{content:"";pointer-events:none;background:linear-gradient(110deg,#0000 30%,#d71a211f 50%,#0000 70%);position:absolute;inset:0;transform:translate(-130%)}.edgebox-stat-grid.is-visible .edgebox-stat{animation:.7s cubic-bezier(.16,1,.3,1) both edgebox-overview-stat-in}.edgebox-stat-grid.is-visible .edgebox-stat:after{animation:.9s ease-out both edgebox-overview-stat-scan}.edgebox-stat-grid.is-visible .edgebox-stat:first-child,.edgebox-stat-grid.is-visible .edgebox-stat:first-child:after{animation-delay:.1s}.edgebox-stat-grid.is-visible .edgebox-stat:nth-child(2),.edgebox-stat-grid.is-visible .edgebox-stat:nth-child(2):after{animation-delay:.19s}.edgebox-stat-grid.is-visible .edgebox-stat:nth-child(3),.edgebox-stat-grid.is-visible .edgebox-stat:nth-child(3):after{animation-delay:.28s}.edgebox-stat-grid.is-visible .edgebox-stat:nth-child(4),.edgebox-stat-grid.is-visible .edgebox-stat:nth-child(4):after{animation-delay:.37s}.edgebox-stat-grid.is-visible .edgebox-stat:nth-child(5),.edgebox-stat-grid.is-visible .edgebox-stat:nth-child(5):after{animation-delay:.46s}.edgebox-stat-grid.is-visible .edgebox-stat:nth-child(6),.edgebox-stat-grid.is-visible .edgebox-stat:nth-child(6):after{animation-delay:.55s}@keyframes edgebox-overview-title-in{to{opacity:1;clip-path:inset(0);transform:translate(0)}}@keyframes edgebox-overview-summary-in{to{opacity:1;transform:translate(0)}}@keyframes edgebox-overview-rule-scan{0%{opacity:0;transform:scaleX(0)}35%{opacity:1}to{opacity:0;transform:scaleX(1)}}@keyframes edgebox-overview-copy-in{0%{opacity:0;filter:blur(4px);transform:translate(-28px)}to{opacity:1;filter:blur();transform:translate(0)}}@keyframes edgebox-overview-stat-in{to{opacity:1;transform:perspective(700px)rotateX(0)translateY(0)scale(1)}}@keyframes edgebox-overview-stat-scan{to{transform:translate(130%)}}.edgebox-feature-grid{border:1px solid var(--edgebox-line);background:var(--edgebox-line);grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;display:grid}.edgebox-feature-card{background:var(--edgebox-surface);padding:26px 20px}.edgebox-feature-icon{width:34px;height:34px;color:var(--edgebox-red);margin-bottom:18px}.edgebox-feature-card h3{margin-bottom:8px;font-size:15px}.edgebox-feature-card p{color:var(--edgebox-ink-soft);font-size:12.8px;line-height:1.5}.edgebox-capabilities-head{perspective:900px;position:relative}.edgebox-capabilities-head.edgebox-reveal,.edgebox-capabilities-grid.edgebox-reveal{opacity:1;transform:none}.edgebox-capabilities-head h2,.edgebox-capabilities-head p{opacity:0}.edgebox-capabilities-head h2{transform-origin:0 100%;transform:rotateX(-28deg)translateY(22px)}.edgebox-capabilities-head p{transform:translateY(18px)}.edgebox-capabilities-head:after{background:radial-gradient(circle, var(--edgebox-red) 0 24%, #d71a2152 25% 48%, transparent 50%);content:"";opacity:0;filter:drop-shadow(0 0 6px #d71a218c);pointer-events:none;border-radius:999px;width:48px;height:7px;position:absolute;bottom:-4px;left:0}.edgebox-capabilities-head.is-visible h2{animation:.85s cubic-bezier(.16,1,.3,1) both edgebox-capabilities-title-in}.edgebox-capabilities-head.is-visible p{animation:.65s ease-out .18s both edgebox-capabilities-copy-in}.edgebox-capabilities-head.is-visible:after{animation:1.25s cubic-bezier(.4,0,.2,1) .26s both edgebox-capabilities-signal}.edgebox-capabilities-grid{isolation:isolate;position:relative}.edgebox-capabilities-grid:before{z-index:3;background:linear-gradient(180deg, transparent, var(--edgebox-red) 25% 75%, transparent);content:"";opacity:0;pointer-events:none;width:2px;position:absolute;top:0;bottom:0;left:0;box-shadow:0 0 18px #d71a21b3}.edgebox-capabilities-grid.is-visible:before{animation:1.05s ease-in-out 80ms both edgebox-capabilities-grid-scan}.edgebox-capabilities-grid .edgebox-feature-card{z-index:1;opacity:0;position:relative;transform:translateY(30px)scale(.96)}.edgebox-capabilities-grid.is-visible .edgebox-feature-card{animation:.62s cubic-bezier(.16,1,.3,1) both edgebox-capability-card-in}.edgebox-capabilities-grid.is-visible .edgebox-feature-card:first-child{animation-delay:.18s}.edgebox-capabilities-grid.is-visible .edgebox-feature-card:nth-child(2){animation-delay:.27s}.edgebox-capabilities-grid.is-visible .edgebox-feature-card:nth-child(3){animation-delay:.36s}.edgebox-capabilities-grid.is-visible .edgebox-feature-card:nth-child(4){animation-delay:.45s}.edgebox-capabilities-grid.is-visible .edgebox-feature-card:nth-child(5){animation-delay:.54s}.edgebox-capabilities-grid .edgebox-feature-icon>*{stroke-dasharray:70;stroke-dashoffset:70px}.edgebox-capabilities-grid.is-visible .edgebox-feature-icon>*{animation:.9s ease-out both edgebox-capability-icon-draw}.edgebox-capabilities-grid.is-visible .edgebox-feature-card:first-child .edgebox-feature-icon>*{animation-delay:.3s}.edgebox-capabilities-grid.is-visible .edgebox-feature-card:nth-child(2) .edgebox-feature-icon>*{animation-delay:.39s}.edgebox-capabilities-grid.is-visible .edgebox-feature-card:nth-child(3) .edgebox-feature-icon>*{animation-delay:.48s}.edgebox-capabilities-grid.is-visible .edgebox-feature-card:nth-child(4) .edgebox-feature-icon>*{animation-delay:.57s}.edgebox-capabilities-grid.is-visible .edgebox-feature-card:nth-child(5) .edgebox-feature-icon>*{animation-delay:.66s}@keyframes edgebox-capabilities-title-in{to{opacity:1;transform:rotateX(0)translateY(0)}}@keyframes edgebox-capabilities-copy-in{to{opacity:1;transform:translateY(0)}}@keyframes edgebox-capabilities-signal{0%{opacity:0;transform:translate(0)scale(.6)}20%{opacity:1}85%{opacity:1}to{opacity:0;transform:translate(min(70vw,1100px))scale(1)}}@keyframes edgebox-capabilities-grid-scan{0%{opacity:0;transform:translate(0)}15%{opacity:1}85%{opacity:1}to{opacity:0;transform:translate(min(82vw,1438px))}}@keyframes edgebox-capability-card-in{to{opacity:1;transform:translateY(0)scale(1)}}@keyframes edgebox-capability-icon-draw{0%{stroke-dasharray:70;stroke-dashoffset:70px}99%{stroke-dasharray:70;stroke-dashoffset:0}to{stroke-dasharray:none;stroke-dashoffset:0}}.edgebox-specs-shell{border:1px solid var(--edgebox-line);background:var(--edgebox-surface)}.edgebox-spec-row{border-bottom:1px solid var(--edgebox-line);grid-template-columns:230px minmax(0,1fr);display:grid}.edgebox-spec-key{border-right:1px solid var(--edgebox-line);background:var(--edgebox-surface-alt);color:var(--edgebox-ink);font-family:var(--mono,"JetBrains Mono", monospace);align-items:center;gap:12px;padding:18px 24px;font-size:13.5px;font-weight:500;display:flex}.edgebox-spec-key svg{width:16px;height:16px;color:var(--edgebox-red);flex:none}.edgebox-spec-value{color:var(--edgebox-ink-soft);align-items:center;padding:18px 24px;font-size:15px;display:flex}.edgebox-spec-value strong{color:var(--edgebox-ink);font-weight:600}.edgebox-spec-note{color:var(--edgebox-ink-faint);font-family:var(--mono,"JetBrains Mono", monospace);padding:16px 24px;font-size:11.75px;font-style:italic}.edgebox-io-strip{border:1px solid var(--edgebox-line);background:var(--edgebox-line);flex-wrap:wrap;gap:1px;margin-top:1px;display:flex}.edgebox-io-item{background:var(--edgebox-surface);flex:150px;align-items:center;gap:12px;padding:18px;display:flex}.edgebox-io-item svg{width:20px;height:20px;color:var(--edgebox-ink-soft);flex:none}.edgebox-io-item span{color:var(--edgebox-ink-soft);font-family:var(--mono,"JetBrains Mono", monospace);font-size:12.25px}.edgebox-specs-head{position:relative}.edgebox-specs-head.edgebox-reveal,.edgebox-specs-console.edgebox-reveal,.edgebox-specs-io.edgebox-reveal{opacity:1;transform:none}.edgebox-specs-head h2,.edgebox-specs-head p{opacity:0}.edgebox-specs-head h2{filter:blur(12px);letter-spacing:.04em;transform:translateY(18px)scale(1.04)}.edgebox-specs-head p{filter:blur(5px);transform:translateY(14px)}.edgebox-specs-head.is-visible h2{animation:.85s cubic-bezier(.16,1,.3,1) both edgebox-specs-heading-focus}.edgebox-specs-head.is-visible p{animation:.68s ease-out .18s both edgebox-specs-copy-focus}.edgebox-specs-console{isolation:isolate;position:relative;overflow:hidden}.edgebox-specs-console:after{z-index:4;background:linear-gradient(90deg, transparent, var(--edgebox-red) 18% 82%, transparent);content:"";opacity:0;pointer-events:none;height:2px;position:absolute;top:0;left:0;right:0;box-shadow:0 0 16px #d71a21b3}.edgebox-specs-console .edgebox-spec-row,.edgebox-specs-console .edgebox-spec-note{opacity:0}.edgebox-specs-console .edgebox-spec-key{transform:translate(-26px)}.edgebox-specs-console .edgebox-spec-value{transform:translate(26px)}.edgebox-specs-console.is-visible:after{animation:1.55s cubic-bezier(.4,0,.2,1) .1s both edgebox-specs-scan-down}.edgebox-specs-console.is-visible .edgebox-spec-row{animation:.52s ease-out both edgebox-spec-row-unlock}.edgebox-specs-console.is-visible .edgebox-spec-key,.edgebox-specs-console.is-visible .edgebox-spec-value{animation:.62s cubic-bezier(.16,1,.3,1) both edgebox-spec-cell-in}.edgebox-specs-console.is-visible .edgebox-spec-row:first-child,.edgebox-specs-console.is-visible .edgebox-spec-row:first-child>*{animation-delay:.14s}.edgebox-specs-console.is-visible .edgebox-spec-row:nth-child(2),.edgebox-specs-console.is-visible .edgebox-spec-row:nth-child(2)>*{animation-delay:.22s}.edgebox-specs-console.is-visible .edgebox-spec-row:nth-child(3),.edgebox-specs-console.is-visible .edgebox-spec-row:nth-child(3)>*{animation-delay:.3s}.edgebox-specs-console.is-visible .edgebox-spec-row:nth-child(4),.edgebox-specs-console.is-visible .edgebox-spec-row:nth-child(4)>*{animation-delay:.38s}.edgebox-specs-console.is-visible .edgebox-spec-row:nth-child(5),.edgebox-specs-console.is-visible .edgebox-spec-row:nth-child(5)>*{animation-delay:.46s}.edgebox-specs-console.is-visible .edgebox-spec-row:nth-child(6),.edgebox-specs-console.is-visible .edgebox-spec-row:nth-child(6)>*{animation-delay:.54s}.edgebox-specs-console.is-visible .edgebox-spec-row:nth-child(7),.edgebox-specs-console.is-visible .edgebox-spec-row:nth-child(7)>*{animation-delay:.62s}.edgebox-specs-console.is-visible .edgebox-spec-row:nth-child(8),.edgebox-specs-console.is-visible .edgebox-spec-row:nth-child(8)>*{animation-delay:.7s}.edgebox-specs-console.is-visible .edgebox-spec-row:nth-child(9),.edgebox-specs-console.is-visible .edgebox-spec-row:nth-child(9)>*{animation-delay:.78s}.edgebox-specs-console.is-visible .edgebox-spec-note{animation:.6s ease-out .9s both edgebox-spec-note-in}.edgebox-specs-console.is-visible .edgebox-spec-key svg{animation:.52s cubic-bezier(.16,1,.3,1) both edgebox-spec-icon-ping;animation-delay:inherit}.edgebox-specs-io .edgebox-io-item{opacity:0;transform:translateY(18px)scale(.94)}.edgebox-specs-io.is-visible .edgebox-io-item{animation:.56s cubic-bezier(.16,1,.3,1) both edgebox-io-port-online}.edgebox-specs-io.is-visible .edgebox-io-item:first-child{animation-delay:80ms}.edgebox-specs-io.is-visible .edgebox-io-item:nth-child(2){animation-delay:.15s}.edgebox-specs-io.is-visible .edgebox-io-item:nth-child(3){animation-delay:.22s}.edgebox-specs-io.is-visible .edgebox-io-item:nth-child(4){animation-delay:.29s}.edgebox-specs-io.is-visible .edgebox-io-item:nth-child(5){animation-delay:.36s}.edgebox-specs-io.is-visible .edgebox-io-item:nth-child(6){animation-delay:.43s}.edgebox-specs-io.is-visible .edgebox-io-item svg{animation:.7s ease-out both edgebox-io-icon-online;animation-delay:inherit}@keyframes edgebox-specs-heading-focus{to{opacity:1;filter:blur();letter-spacing:-.01em;transform:translateY(0)scale(1)}}@keyframes edgebox-specs-copy-focus{to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes edgebox-specs-scan-down{0%{opacity:0;top:0}12%{opacity:1}88%{opacity:1}to{opacity:0;top:calc(100% - 2px)}}@keyframes edgebox-spec-row-unlock{to{opacity:1}}@keyframes edgebox-spec-cell-in{to{transform:translate(0)}}@keyframes edgebox-spec-note-in{0%{opacity:0;letter-spacing:.08em}to{opacity:1;letter-spacing:normal}}@keyframes edgebox-spec-icon-ping{0%{filter:drop-shadow(0 0 #d71a2100);transform:scale(.45)}60%{filter:drop-shadow(0 0 8px #d71a21a6);transform:scale(1.2)}to{filter:drop-shadow(0 0 #d71a2100);transform:scale(1)}}@keyframes edgebox-io-port-online{to{opacity:1;transform:translateY(0)scale(1)}}@keyframes edgebox-io-icon-online{0%,to{color:var(--edgebox-ink-soft);filter:none}50%{color:var(--edgebox-red);filter:drop-shadow(0 0 6px #d71a218c)}}.edgebox-advantage-row{border-bottom:1px solid var(--edgebox-line);grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:24px;padding:28px 0;display:grid}.edgebox-advantage-row:first-child{border-top:1px solid var(--edgebox-line)}.edgebox-advantage-icon{width:44px;height:44px;color:var(--edgebox-teal)}.edgebox-advantage-row h3{margin-bottom:6px;font-size:18px}.edgebox-advantage-row p{max-width:660px;color:var(--edgebox-ink-soft);font-size:14px}.edgebox-advantage-tag{color:var(--edgebox-ink-faint);font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.06em;text-align:right;text-transform:uppercase;white-space:nowrap;font-size:10.5px}.edgebox-advantage-head{perspective:900px;position:relative}.edgebox-advantage-head.edgebox-reveal{opacity:1;transform:none}.edgebox-advantage-head h2,.edgebox-advantage-head p{opacity:0}.edgebox-advantage-head h2{transform-origin:0;transform:translate(-34px)rotateY(-12deg)}.edgebox-advantage-head p{transform:translate(28px)}.edgebox-advantage-head.is-visible h2{animation:.82s cubic-bezier(.16,1,.3,1) both edgebox-advantage-title-lock}.edgebox-advantage-head.is-visible p{animation:.68s ease-out .18s both edgebox-advantage-head-copy}.edgebox-advantage-animated{--advantage-delay:0s;position:relative;overflow:hidden}.edgebox-advantage-animated:first-child{--advantage-delay:80ms}.edgebox-advantage-animated:nth-child(2){--advantage-delay:.17s}.edgebox-advantage-animated:nth-child(3){--advantage-delay:.26s}.edgebox-advantage-animated:nth-child(4){--advantage-delay:.35s}.edgebox-advantage-animated.edgebox-reveal{opacity:0;transform:translate(-52px)}.edgebox-advantage-animated.edgebox-reveal:nth-child(2n){transform:translate(52px)}.edgebox-advantage-animated:after{background:linear-gradient(90deg, var(--edgebox-teal), var(--edgebox-red) 55%, transparent 100%);content:"";opacity:0;transform-origin:0;pointer-events:none;height:2px;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.edgebox-advantage-animated h3,.edgebox-advantage-animated p,.edgebox-advantage-animated .edgebox-advantage-tag{opacity:0}.edgebox-advantage-animated h3,.edgebox-advantage-animated p{transform:translateY(14px)}.edgebox-advantage-animated .edgebox-advantage-tag{transform:translate(22px)}.edgebox-advantage-animated .edgebox-advantage-icon>*{stroke-dasharray:80;stroke-dashoffset:80px}.edgebox-advantage-animated.edgebox-reveal.is-visible{animation:edgebox-advantage-row-arrive .76s cubic-bezier(.16, 1, .3, 1) var(--advantage-delay) both}.edgebox-advantage-animated.is-visible:after{animation:edgebox-advantage-line-signal .95s cubic-bezier(.16, 1, .3, 1) calc(var(--advantage-delay) + .22s) both}.edgebox-advantage-animated.is-visible h3,.edgebox-advantage-animated.is-visible p{animation:edgebox-advantage-copy-rise .62s ease-out calc(var(--advantage-delay) + .21s) both}.edgebox-advantage-animated.is-visible p{animation-delay:calc(var(--advantage-delay) + .3s)}.edgebox-advantage-animated.is-visible .edgebox-advantage-tag{animation:edgebox-advantage-tag-in .62s ease-out calc(var(--advantage-delay) + .42s) both}.edgebox-advantage-animated.is-visible .edgebox-advantage-icon{animation:edgebox-advantage-icon-pulse .8s ease-out calc(var(--advantage-delay) + .16s) both}.edgebox-advantage-animated.is-visible .edgebox-advantage-icon>*{animation:edgebox-advantage-icon-draw .9s ease-out calc(var(--advantage-delay) + .18s) both}@keyframes edgebox-advantage-title-lock{to{opacity:1;transform:translate(0)rotateY(0)}}@keyframes edgebox-advantage-head-copy{to{opacity:1;transform:translate(0)}}@keyframes edgebox-advantage-row-arrive{to{opacity:1;transform:translate(0)}}@keyframes edgebox-advantage-line-signal{0%{opacity:0;transform:scaleX(0)}30%{opacity:1}75%{opacity:1}to{opacity:0;transform:scaleX(1)}}@keyframes edgebox-advantage-copy-rise{to{opacity:1;transform:translateY(0)}}@keyframes edgebox-advantage-tag-in{0%{opacity:0;letter-spacing:.16em;transform:translate(22px)}to{opacity:1;letter-spacing:.06em;transform:translate(0)}}@keyframes edgebox-advantage-icon-pulse{0%{filter:drop-shadow(0 0 #0c6e7600);transform:scale(.72)}55%{filter:drop-shadow(0 0 10px #0c6e7699);transform:scale(1.12)}to{filter:drop-shadow(0 0 #0c6e7600);transform:scale(1)}}@keyframes edgebox-advantage-icon-draw{0%{stroke-dasharray:80;stroke-dashoffset:80px}99%{stroke-dasharray:80;stroke-dashoffset:0}to{stroke-dasharray:none;stroke-dashoffset:0}}.edgebox-use-case-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.edgebox-use-case{isolation:isolate;border:1px solid var(--edgebox-line);background:var(--edgebox-surface);min-height:250px;padding:24px;transition:border-color .2s,transform .2s;position:relative;overflow:hidden}.edgebox-use-case:after{z-index:1;content:"";pointer-events:none;background:linear-gradient(90deg,#ffffffd1 0%,#ffffffad 42%,#ffffff3d 58%,#0000 76%);position:absolute;inset:0}.edgebox-use-case-art{z-index:0;object-fit:cover;opacity:1;pointer-events:none;width:100%;height:100%;transition:opacity .3s,transform .5s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.edgebox-use-case:hover{border-color:var(--edgebox-red);transform:translateY(-3px)}.edgebox-use-case:hover .edgebox-use-case-art{opacity:1;transform:scale(1.035)}.edgebox-use-case-top{z-index:2;justify-content:space-between;align-items:flex-start;width:100%;margin-bottom:22px;display:flex;position:relative}.edgebox-use-case-icon{width:30px;height:30px;color:var(--edgebox-red)}.edgebox-use-case-top span{color:var(--edgebox-red);font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.05em;font-size:10px}.edgebox-use-case h3{z-index:2;max-width:50%;margin-bottom:8px;font-size:16px;position:relative}.edgebox-use-case p{z-index:2;max-width:50%;color:var(--edgebox-ink-soft);font-size:13px;line-height:1.55;position:relative}.edgebox-solutions-head{position:relative}.edgebox-solutions-head.edgebox-reveal,.edgebox-solutions-grid.edgebox-reveal{opacity:1;transform:none}.edgebox-solutions-head h2,.edgebox-solutions-head p{opacity:0}.edgebox-solutions-head h2{clip-path:inset(0 100% 0 0);transform:translateY(16px)}.edgebox-solutions-head p{filter:blur(5px);transform:translateY(18px)}.edgebox-solutions-head.is-visible h2{animation:.9s cubic-bezier(.16,1,.3,1) both edgebox-solutions-title-decode}.edgebox-solutions-head.is-visible p{animation:.7s ease-out .22s both edgebox-solutions-head-copy}.edgebox-solutions-grid{isolation:isolate;position:relative}.edgebox-solutions-grid:before{z-index:5;background:linear-gradient(180deg, transparent, var(--edgebox-red) 15% 85%, transparent);content:"";opacity:0;pointer-events:none;width:2px;position:absolute;top:0;bottom:0;left:0;box-shadow:0 0 20px #d71a21b3}.edgebox-solutions-grid.is-visible:before{animation:1.5s cubic-bezier(.4,0,.2,1) .1s both edgebox-solutions-radar-sweep}.edgebox-solutions-grid .edgebox-use-case{--solution-delay:0s}.edgebox-solutions-grid .edgebox-use-case:first-child{--solution-delay:80ms}.edgebox-solutions-grid .edgebox-use-case:nth-child(2){--solution-delay:.15s}.edgebox-solutions-grid .edgebox-use-case:nth-child(3){--solution-delay:.22s}.edgebox-solutions-grid .edgebox-use-case:nth-child(4){--solution-delay:.29s}.edgebox-solutions-grid .edgebox-use-case:nth-child(5){--solution-delay:.36s}.edgebox-solutions-grid .edgebox-use-case:nth-child(6){--solution-delay:.43s}.edgebox-solutions-grid .edgebox-use-case:nth-child(7){--solution-delay:.5s}.edgebox-solutions-grid .edgebox-use-case:nth-child(8){--solution-delay:.57s}.edgebox-solutions-grid .edgebox-use-case:nth-child(9){--solution-delay:.64s}.edgebox-solutions-grid .edgebox-use-case.is-visible .edgebox-use-case-art{animation:edgebox-solution-image-develop .95s cubic-bezier(.16, 1, .3, 1) var(--solution-delay) backwards}.edgebox-solutions-grid .edgebox-use-case.is-visible .edgebox-use-case-top{animation:edgebox-solution-meta-in .62s ease-out calc(var(--solution-delay) + .18s) backwards}.edgebox-solutions-grid .edgebox-use-case.is-visible h3{animation:edgebox-solution-copy-in .62s ease-out calc(var(--solution-delay) + .26s) backwards}.edgebox-solutions-grid .edgebox-use-case.is-visible p{animation:edgebox-solution-copy-in .68s ease-out calc(var(--solution-delay) + .34s) backwards}.edgebox-solutions-grid .edgebox-use-case.is-visible .edgebox-use-case-icon{animation:edgebox-solution-icon-lock .72s cubic-bezier(.16, 1, .3, 1) calc(var(--solution-delay) + .22s) backwards}@keyframes edgebox-solutions-title-decode{to{opacity:1;clip-path:inset(0);transform:translateY(0)}}@keyframes edgebox-solutions-head-copy{to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes edgebox-solutions-radar-sweep{0%{opacity:0;left:0}12%{opacity:1}88%{opacity:1}to{opacity:0;left:calc(100% - 2px)}}@keyframes edgebox-solution-image-develop{0%{clip-path:inset(0 0 0 100%);filter:saturate(.35)contrast(1.12);transform:scale(1.12)}to{clip-path:inset(0);filter:none;transform:scale(1)}}@keyframes edgebox-solution-meta-in{0%{opacity:0;letter-spacing:.14em;transform:translateY(-14px)}to{opacity:1;letter-spacing:normal;transform:translateY(0)}}@keyframes edgebox-solution-copy-in{0%{opacity:0;filter:blur(4px);transform:translate(-20px)}to{opacity:1;filter:blur();transform:translate(0)}}@keyframes edgebox-solution-icon-lock{0%{opacity:0;transform:rotate(-35deg)scale(.55)}65%{opacity:1;filter:drop-shadow(0 0 8px #d71a218c);transform:rotate(7deg)scale(1.12)}to{opacity:1;filter:none;transform:rotate(0)scale(1)}}.edgebox-platform-section{background:var(--edgebox-surface);padding:0 clamp(1.25rem,5vw,5.25rem) 88px}.edgebox-platform-band{background:var(--edgebox-ink);color:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:40px 44px;display:flex}.edgebox-platform-band h2{color:#fff;margin-bottom:8px;font-size:clamp(2rem,3vw,3rem)}.edgebox-platform-band p{color:#b7bbc3;max-width:440px;font-size:13.5px}.edgebox-os-pills{flex-wrap:wrap;gap:10px;display:flex}.edgebox-os-pill{font-family:var(--mono,"JetBrains Mono", monospace);border:1px solid #ffffff38;align-items:center;gap:8px;padding:9px 16px;font-size:12px;display:flex}.edgebox-os-pill svg{width:15px;height:15px}.edgebox-platform-animated{isolation:isolate;position:relative;overflow:hidden}.edgebox-platform-animated.edgebox-reveal,.edgebox-cta-animated.edgebox-reveal{opacity:1;transform:none}.edgebox-platform-animated>*{z-index:1;position:relative}.edgebox-platform-animated:before{z-index:2;background:var(--edgebox-red);content:"";width:0;height:3px;position:absolute;top:0;left:0;box-shadow:0 0 18px #d71a21d9}.edgebox-platform-animated:after{z-index:0;content:"";pointer-events:none;background:linear-gradient(105deg,#0000 32%,#ffffff14 48%,#0000 64%);position:absolute;inset:0;transform:translate(-120%)}.edgebox-platform-animated h2,.edgebox-platform-animated p,.edgebox-platform-animated .edgebox-os-pill{opacity:0}.edgebox-platform-animated h2{transform:translateY(20px)}.edgebox-platform-animated p{transform:translateY(14px)}.edgebox-platform-animated .edgebox-os-pill{transform:translate(28px)}.edgebox-platform-animated.is-visible:before{animation:.9s cubic-bezier(.16,1,.3,1) both edgebox-platform-boot-line}.edgebox-platform-animated.is-visible:after{animation:1.25s ease-out .14s both edgebox-platform-console-scan}.edgebox-platform-animated.is-visible h2{animation:.68s cubic-bezier(.16,1,.3,1) .12s both edgebox-platform-copy-in}.edgebox-platform-animated.is-visible p{animation:.68s cubic-bezier(.16,1,.3,1) .26s both edgebox-platform-copy-in}.edgebox-platform-animated.is-visible .edgebox-os-pill:first-child{animation:.62s cubic-bezier(.16,1,.3,1) .43s both edgebox-platform-module-in}.edgebox-platform-animated.is-visible .edgebox-os-pill:nth-child(2){animation:.62s cubic-bezier(.16,1,.3,1) .55s both edgebox-platform-module-in}.edgebox-platform-animated.is-visible .edgebox-os-pill svg{animation:.7s ease-out .85s both edgebox-platform-module-pulse}@keyframes edgebox-platform-boot-line{0%{opacity:.35;width:0}70%{opacity:1;width:72%}to{opacity:.8;width:100%}}@keyframes edgebox-platform-console-scan{0%{transform:translate(-120%)}to{transform:translate(120%)}}@keyframes edgebox-platform-copy-in{0%{opacity:0;filter:blur(6px);transform:translateY(20px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes edgebox-platform-module-in{0%{opacity:0;border-color:#ffffff14;transform:translate(28px)}70%{opacity:1;border-color:#d71a21e6;transform:translate(-3px)}to{opacity:1;border-color:#ffffff38;transform:translate(0)}}@keyframes edgebox-platform-module-pulse{0%,to{filter:none;transform:scale(1)}45%{filter:drop-shadow(0 0 7px #ffffffd9);transform:scale(1.28)}}.edgebox-models-section{border-top:1px solid var(--edgebox-line);background:var(--edgebox-surface);padding:88px clamp(1.25rem,5vw,5.25rem) 96px}.edgebox-models-head{text-align:center;max-width:840px;margin:0 auto 54px}.edgebox-models-eyebrow{color:var(--edgebox-red);font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:18px;font-size:11px;font-weight:700;display:inline-flex}.edgebox-models-eyebrow:before,.edgebox-models-eyebrow:after{content:"";background:currentColor;width:24px;height:1.5px}.edgebox-models-head h2{font-size:clamp(2.25rem,4vw,3.35rem);line-height:1.08}.edgebox-models-head h2 span{color:var(--edgebox-red)}.edgebox-models-head p{max-width:650px;color:var(--edgebox-ink-soft);margin:18px auto 0;font-size:15.5px}.edgebox-models-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,2.2vw,32px);display:grid}.edgebox-model-card{background:#fff;border:1px solid #d6dee9;border-radius:18px;flex-direction:column;min-width:0;min-height:430px;padding:26px 22px 22px;transition:border-color .24s,box-shadow .24s,transform .24s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #14171c0b}.edgebox-model-card:before{background:var(--edgebox-red);content:"";border-radius:0 0 3px 3px;width:36px;height:3px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.edgebox-model-card:hover{border-color:#ef9da1;transform:translateY(-5px);box-shadow:0 20px 42px #14171c1a}.edgebox-model-card-top{border-bottom:1px solid #e9edf2;padding-bottom:15px}.edgebox-model-badge{color:var(--edgebox-red);font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.06em;background:#fff7f7;border:1px solid #ffabb0;border-radius:999px;align-items:center;gap:5px;margin-bottom:12px;padding:5px 11px;font-size:9.5px;font-weight:700;display:inline-flex}.edgebox-model-badge span{font-size:9px}.edgebox-model-category{color:var(--edgebox-red);font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.09em;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.edgebox-model-card h3{font-size:clamp(1.2rem,1.7vw,1.45rem)}.edgebox-model-description{color:#46566e;min-height:68px;padding-top:14px;font-size:13.5px;line-height:1.55}.edgebox-model-image-wrap{flex:1;justify-content:center;align-items:center;min-height:175px;padding:16px 8px;display:flex}.edgebox-model-image{object-fit:contain;filter:drop-shadow(0 16px 15px #0f172a1f);width:100%;max-width:320px;max-height:165px;transition:transform .3s cubic-bezier(.16,1,.3,1);display:block}.edgebox-model-card:hover .edgebox-model-image{transform:scale(1.035)}.edgebox-model-link{color:#202a3a;border:1px solid #d8e0ea;border-radius:999px;justify-content:center;align-self:center;align-items:center;gap:12px;min-height:40px;padding:9px 24px;font-size:13px;font-weight:600;transition:border-color .2s,color .2s,background-color .2s;display:inline-flex}.edgebox-model-link span{color:var(--edgebox-red);transition:transform .2s}.edgebox-model-link:hover{border-color:var(--edgebox-red);color:var(--edgebox-red);background:#fff8f8}.edgebox-model-link:hover span{transform:translate(3px)}.edgebox-models-grid .edgebox-model-card:nth-child(2){transition-delay:90ms}.edgebox-models-grid .edgebox-model-card:nth-child(3){transition-delay:.18s}.edgebox-cta{background:var(--edgebox-red);color:#fff;padding:64px clamp(1.25rem,5vw,5.25rem);position:relative;overflow:hidden}.edgebox-cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.edgebox-cta h2{color:#fff;max-width:560px;font-size:clamp(2rem,3vw,3rem)}.edgebox-cta p{color:#ffffffd9;margin-top:8px;font-size:14.5px}.edgebox-button-light{background:#fff;border-color:#fff;color:var(--edgebox-red)!important}.edgebox-button-light:hover{background:#f3f3f3}.edgebox-button-outline-light{border-color:#ffffff8c;color:#fff!important}.edgebox-button-outline-light:hover{background:#ffffff14;border-color:#fff}.edgebox-cta-animated{isolation:isolate;position:relative}.edgebox-cta-animated:before{content:"";pointer-events:none;transform-origin:0;background:#ffffffb8;width:100vw;height:2px;position:absolute;top:-64px;left:50%;transform:translate(-50%)scaleX(0)}.edgebox-cta-animated:after{content:"";opacity:0;pointer-events:none;background:#fff;border-radius:50%;width:10px;height:10px;position:absolute;top:-68px;left:calc(50% - 50vw);box-shadow:0 0 0 5px #ffffff2e,0 0 18px #ffffffbf}.edgebox-cta-animated h2,.edgebox-cta-animated p,.edgebox-cta-animated .edgebox-button{opacity:0}.edgebox-cta-animated h2{clip-path:inset(0 100% 0 0);transform:translate(-24px)}.edgebox-cta-animated p{transform:translateY(16px)}.edgebox-cta-animated .edgebox-button{transform:translate(24px)}.edgebox-cta-animated.is-visible:before{animation:.95s cubic-bezier(.16,1,.3,1) both edgebox-cta-signal-line}.edgebox-cta-animated.is-visible:after{animation:.95s cubic-bezier(.16,1,.3,1) both edgebox-cta-signal-dot}.edgebox-cta-animated.is-visible h2{animation:.78s cubic-bezier(.16,1,.3,1) .16s both edgebox-cta-title-launch}.edgebox-cta-animated.is-visible p{animation:.62s ease-out .36s both edgebox-cta-copy-launch}.edgebox-cta-animated.is-visible .edgebox-button:first-child{animation:.62s cubic-bezier(.16,1,.3,1) .48s both edgebox-cta-action-launch}.edgebox-cta-animated.is-visible .edgebox-button:nth-child(2){animation:.62s cubic-bezier(.16,1,.3,1) .59s both edgebox-cta-action-launch}@keyframes edgebox-cta-signal-line{0%{opacity:.25;transform:translate(-50%)scaleX(0)}to{opacity:.72;transform:translate(-50%)scaleX(1)}}@keyframes edgebox-cta-signal-dot{0%{opacity:0;transform:translate(0)scale(.6)}12%,82%{opacity:1}to{opacity:0;transform:translate(calc(100vw - 10px))scale(1)}}@keyframes edgebox-cta-title-launch{0%{opacity:0;clip-path:inset(0 100% 0 0);transform:translate(-24px)}to{opacity:1;clip-path:inset(0);transform:translate(0)}}@keyframes edgebox-cta-copy-launch{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes edgebox-cta-action-launch{0%{opacity:0;transform:translate(24px)}72%{opacity:1;transform:translate(-3px)}to{opacity:1;transform:translate(0)}}@media (width<=1120px){.edgebox-hero-grid{grid-template-columns:minmax(360px,.9fr) minmax(440px,1.1fr);gap:2rem}.edgebox-hero h1{font-size:clamp(2.6rem,4.8vw,3.7rem)}}@media (width<=980px){.edgebox-hero-grid,.edgebox-overview-grid{grid-template-columns:1fr}.edgebox-hero-grid{gap:40px}.edgebox-hero-description{max-width:680px}.edgebox-hero .edgebox-badge-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.edgebox-feature-grid,.edgebox-use-case-grid,.edgebox-models-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.edgebox-model-card:last-child{grid-column:1/-1;justify-self:center;width:calc(50% - 10px)}.edgebox-spec-row{grid-template-columns:180px minmax(0,1fr)}.edgebox-advantage-row{grid-template-columns:44px minmax(0,1fr)}.edgebox-advantage-tag{display:none}}@media (width<=640px){.edgebox-wrap{width:min(100%,1440px)}.edgebox-hero{padding-top:48px}.edgebox-hero-grid{padding-bottom:0}.edgebox-hero h1{font-size:2rem}.edgebox-hero h1 .edgebox-title-primary{font-size:clamp(3.4rem,16vw,4.8rem)}.edgebox-hero h1 .edgebox-title-secondary{font-size:clamp(2.2rem,10vw,3rem)}.edgebox-hero h1 .edgebox-model-line{font-size:clamp(.95rem,4vw,1.12rem)}.edgebox-hero-description{font-size:15px}.edgebox-actions,.edgebox-actions .edgebox-button{width:100%}.edgebox-schematic{padding:20px 14px 16px}.edgebox-product-visual{min-height:220px;padding:28px 6px}.edgebox-hero .edgebox-product-visual{min-height:240px;padding:1.25rem .5rem}.edgebox-hero .edgebox-schematic-label{flex-direction:column;align-items:flex-start;gap:3px}.edgebox-hero .edgebox-badge-row{grid-template-columns:1fr}.edgebox-hero .edgebox-chip{min-height:88px}.edgebox-schematic-label{flex-direction:column;align-items:flex-start;gap:4px;font-size:9px}.edgebox-schematic-foot{flex-wrap:wrap;font-size:8px}.edgebox-section{padding:56px clamp(1.25rem,5vw,5.25rem)}.edgebox-section-head{margin-bottom:34px}.edgebox-feature-grid,.edgebox-use-case-grid{grid-template-columns:1fr}.edgebox-use-case{min-height:230px}.edgebox-use-case h3,.edgebox-use-case p{max-width:60%}.edgebox-stat{padding:18px 16px}.edgebox-stat strong{font-size:24px}.edgebox-spec-row{grid-template-columns:1fr}.edgebox-spec-key{border-right:0;border-bottom:1px solid var(--edgebox-line)}.edgebox-advantage-row{grid-template-columns:36px minmax(0,1fr);align-items:flex-start;gap:16px}.edgebox-advantage-icon{width:34px;height:34px}.edgebox-platform-section{padding-bottom:56px}.edgebox-models-section{padding-top:62px;padding-bottom:64px}.edgebox-models-head{margin-bottom:36px}.edgebox-models-grid{grid-template-columns:1fr}.edgebox-model-card,.edgebox-model-card:last-child{grid-column:auto;justify-self:center;width:100%;max-width:460px;min-height:410px}.edgebox-model-description{min-height:0}.edgebox-platform-band{flex-direction:column;align-items:flex-start;padding:30px 24px}.edgebox-cta{padding:48px clamp(20px,6vw,28px)}.edgebox-cta-inner{flex-direction:column;align-items:flex-start;gap:26px;width:100%}.edgebox-cta h2{max-width:100%;line-height:1.15}.edgebox-cta p{max-width:34rem;margin-top:12px;font-size:14px;line-height:1.6}.edgebox-cta .edgebox-actions{gap:12px}.edgebox-cta-animated:before{top:-48px}.edgebox-cta-animated:after{top:-52px}.edgebox-section-head h2,.edgebox-platform-band h2,.edgebox-models-head h2,.edgebox-cta h2{font-size:clamp(1.8rem,8vw,2.55rem)}}@media (width<=420px){.edgebox-wrap{width:min(100%,1440px)}.edgebox-badge-row{flex-direction:column;align-items:stretch}.edgebox-chip{border-radius:2px;width:100%}.edgebox-stat-grid{grid-template-columns:1fr}.edgebox-io-item{flex-basis:100%}.edgebox-os-pill{width:100%}.edgebox-cta{padding:44px 18px}.edgebox-cta-animated:before{top:-44px}.edgebox-cta-animated:after{top:-48px}}@media (prefers-reduced-motion:reduce){.edgebox-reveal{opacity:1;transform:none}.edgebox-ticker-track,.edgebox-hero-copy .edgebox-eyebrow,.edgebox-hero-copy h1,.edgebox-hero-description,.edgebox-hero-description:before,.edgebox-hero-copy .edgebox-actions,.edgebox-hero .edgebox-schematic,.edgebox-hero .edgebox-schematic .edgebox-bracket-tr,.edgebox-hero .edgebox-status-dot,.edgebox-hero .edgebox-chip,.edgebox-hero-word{animation:none!important}.edgebox-overview-head h2,.edgebox-overview-head p,.edgebox-overview-copy p,.edgebox-stat-grid .edgebox-stat{opacity:1;clip-path:none;filter:none;transform:none;animation:none!important}.edgebox-overview-head:after,.edgebox-stat-grid .edgebox-stat:after{display:none}.edgebox-capabilities-head h2,.edgebox-capabilities-head p,.edgebox-capabilities-grid,.edgebox-capabilities-grid .edgebox-feature-card{opacity:1;clip-path:none;transform:none;animation:none!important}.edgebox-capabilities-head:after,.edgebox-capabilities-grid:before{display:none}.edgebox-capabilities-grid .edgebox-feature-icon>*{stroke-dasharray:none;stroke-dashoffset:0;animation:none!important}.edgebox-specs-head h2,.edgebox-specs-head p,.edgebox-specs-console .edgebox-spec-row,.edgebox-specs-console .edgebox-spec-note,.edgebox-specs-console .edgebox-spec-key,.edgebox-specs-console .edgebox-spec-value,.edgebox-specs-console .edgebox-spec-key svg,.edgebox-specs-io .edgebox-io-item,.edgebox-specs-io .edgebox-io-item svg{opacity:1;filter:none;transform:none;animation:none!important}.edgebox-specs-console:after{display:none}.edgebox-advantage-head h2,.edgebox-advantage-head p,.edgebox-advantage-animated.edgebox-reveal,.edgebox-advantage-animated h3,.edgebox-advantage-animated p,.edgebox-advantage-animated .edgebox-advantage-tag,.edgebox-advantage-animated .edgebox-advantage-icon,.edgebox-advantage-animated .edgebox-advantage-icon>*{opacity:1;filter:none;stroke-dasharray:none;stroke-dashoffset:0;transform:none;animation:none!important}.edgebox-advantage-animated:after{display:none}.edgebox-solutions-head h2,.edgebox-solutions-head p,.edgebox-solutions-grid .edgebox-use-case-art,.edgebox-solutions-grid .edgebox-use-case-top,.edgebox-solutions-grid .edgebox-use-case h3,.edgebox-solutions-grid .edgebox-use-case p,.edgebox-solutions-grid .edgebox-use-case-icon{opacity:1;clip-path:none;filter:none;transform:none;animation:none!important}.edgebox-solutions-grid:before{display:none}.edgebox-platform-animated h2,.edgebox-platform-animated p,.edgebox-platform-animated .edgebox-os-pill,.edgebox-platform-animated .edgebox-os-pill svg,.edgebox-models-head,.edgebox-model-card,.edgebox-model-card .edgebox-model-image,.edgebox-cta-animated h2,.edgebox-cta-animated p,.edgebox-cta-animated .edgebox-button{opacity:1;clip-path:none;filter:none;transform:none;animation:none!important}.edgebox-model-card,.edgebox-model-card:hover,.edgebox-model-card:hover .edgebox-model-image{transition:none}.edgebox-platform-animated:before,.edgebox-platform-animated:after,.edgebox-cta-animated:before,.edgebox-cta-animated:after{display:none}.edgebox-hero .edgebox-product-image,.edgebox-hero .edgebox-chip,.edgebox-hero .edgebox-button,.edgebox-use-case-art{transition:none}}:root{--mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--display:"Space Grotesk", sans-serif;--body:"Inter", "Plus Jakarta Sans", sans-serif}.server-hero{--server-red:#dc2626;--server-ink:#0f172a;--server-muted:#475569;isolation:isolate;width:100%;color:var(--server-ink);font-family:var(--body);background:linear-gradient(#ffffffe0,#ffffffe0),repeating-linear-gradient(0deg,#0000 0 119px,#0f172a09 120px),repeating-linear-gradient(90deg,#0000 0 199px,#0f172a08 200px),#f8fafc;padding:clamp(2.5rem,4vw,4rem) clamp(1.25rem,5vw,5.25rem);position:relative;overflow:hidden}.server-hero__grid{grid-template-columns:minmax(420px,.95fr) minmax(520px,1.35fr);align-items:center;gap:clamp(2.5rem,4vw,4.5rem);width:min(100%,1440px);margin-inline:auto;display:grid}.server-hero__content{padding-block:.5rem 1rem}.server-hero__eyebrow{color:var(--server-red);font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;margin:0 0 clamp(1.5rem,2.2vw,2.25rem);font-size:clamp(.75rem,.82vw,.88rem);font-weight:700;line-height:1.2}.server-hero__eyebrow span{opacity:.7;padding-inline:.35em}.server-hero__title{max-width:690px;color:var(--server-ink);font-size:clamp(2.8rem,3.9vw,4.35rem);font-family:var(--display);letter-spacing:-.03em;margin:0;font-weight:700;line-height:1.05}.server-hero__title>span{white-space:nowrap;display:block}.server-hero__title em{color:var(--server-red);font-style:normal}.server-hero__title .server-hero__title-muted{color:var(--server-muted);font-weight:700}.server-hero__rule{background:var(--server-red);border-radius:2px;width:68px;height:3.5px;margin:clamp(1.5rem,2vw,2.25rem) 0 clamp(1.4rem,1.8vw,2rem);display:block}.server-hero__description{color:#475569;max-width:560px;font-family:var(--body);letter-spacing:-.01em;margin:0;font-size:clamp(1rem,1.12vw,1.18rem);font-weight:400;line-height:1.6}.server-hero__actions{flex-wrap:wrap;gap:1rem;margin-top:clamp(1.75rem,2.2vw,2.5rem);display:flex}.server-button{min-height:52px;font-family:var(--body);border:1px solid #0000;border-radius:9999px;justify-content:center;align-items:center;gap:.72rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:700;line-height:1;text-decoration:none;transition:transform .18s,box-shadow .18s,background-color .18s,border-color .18s;display:inline-flex}.server-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:20px;height:20px}.server-button:hover{transform:translateY(-2px)}.server-button:focus-visible{outline-offset:3px;outline:3px solid #dc262640}.server-button--primary{background:var(--server-red);color:#fff;box-shadow:0 4px 14px #dc26264d}.server-button--primary:hover{background:#b91c1c;box-shadow:0 6px 20px #dc262661}.server-button--secondary{color:#0f172a;background:#fff;border-color:#cbd5e1}.server-button--secondary:hover{background:#f8fafc;border-color:#94a3b8}.server-product{background:#fff;border:1px solid #e2e8f0;border-radius:24px;min-width:0;margin:0;padding:clamp(.85rem,1.2vw,1.25rem);position:relative;box-shadow:0 20px 45px -10px #0f172a14}.server-product:before{z-index:0;content:"";pointer-events:none;border:1px solid #dc262614;border-radius:18px;position:absolute;inset:.75rem}.server-product__accent{border-top:4px solid var(--server-red);border-right:4px solid var(--server-red);pointer-events:none;z-index:2;border-top-right-radius:24px;width:90px;height:90px;position:absolute;top:-1px;right:-1px}.server-product__image-wrap{z-index:1;border-radius:16px 16px 10px 10px;place-items:center;height:clamp(300px,28vw,420px);display:grid;position:relative;overflow:hidden}.server-product__image{object-fit:contain;mix-blend-mode:multiply;filter:contrast(1.02);width:min(100%,780px);height:auto;transition:transform .3s;display:block;transform:translateY(4%)scale(1.04)}.server-product:hover .server-product__image{transform:translateY(2%)scale(1.06)}.server-product__caption{z-index:1;color:#475569;min-height:48px;font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 1.15rem;font-size:clamp(.72rem,.78vw,.84rem);font-weight:600;display:flex;position:relative}.server-product__caption b{opacity:.6;padding-inline:.35em}.server-product__note{white-space:nowrap;text-transform:none;color:#64748b;font-weight:500;font-family:var(--body);align-items:center;display:inline-flex}.server-product__note i{background:var(--server-red);border-radius:50%;width:8px;height:8px;margin-right:.5rem;box-shadow:0 0 0 3px #dc262633}.server-hero-specs{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;margin-top:clamp(2.5rem,3.5vw,3.5rem);display:grid}.server-spec{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:1.25rem;min-height:104px;padding:1.25rem 1.5rem;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1),border-color .2s;display:flex;box-shadow:0 4px 16px -4px #0f172a0a}.server-spec:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 12px 28px -6px #0f172a14}.server-spec>svg{fill:none;width:44px;height:44px;stroke:var(--server-red);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;flex:none}.server-spec h2{color:#0f172a;font-family:var(--display);letter-spacing:-.02em;margin:0;font-size:clamp(1.18rem,1.3vw,1.35rem);font-weight:700;line-height:1.15}.server-spec p{color:#64748b;font-family:var(--body);margin:.25rem 0 0;font-size:clamp(.85rem,.95vw,.95rem);font-weight:500;line-height:1.3}@media (width<=1120px){.server-hero__grid{grid-template-columns:minmax(360px,.9fr) minmax(440px,1.1fr);gap:2rem}.server-hero__title{font-size:clamp(2.5rem,4.4vw,3.5rem)}.server-product__image-wrap{height:330px}.server-hero-specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media (width<=820px){.server-hero{padding-top:3rem}.server-hero__grid{grid-template-columns:1fr}.server-hero__content{max-width:660px}.server-hero__title{font-size:clamp(2.6rem,8.5vw,3.8rem)}.server-product{width:100%}.server-product__image-wrap{height:min(55vw,400px)}}@media (width<=540px){.server-hero{padding-inline:1rem}.server-hero__eyebrow{margin-bottom:1.25rem;font-size:.72rem}.server-hero__title{font-size:clamp(2.2rem,10vw,3rem);line-height:1.05}.server-hero__title>span{white-space:normal}.server-hero__actions{flex-direction:column;align-items:stretch}.server-button{border-radius:9999px;width:100%}.server-product{border-radius:20px;padding:.65rem}.server-product__image-wrap{height:260px}.server-product__image{transform:translateY(4%)scale(1)}.server-product__accent{border-top-right-radius:20px;width:70px;height:70px}.server-product__caption{letter-spacing:.05em;min-height:42px;padding-inline:.75rem;font-size:.68rem}.server-hero-specs{grid-template-columns:1fr;gap:.85rem;margin-top:1.75rem}.server-spec{min-height:94px;padding:1rem 1.25rem}}@media (prefers-reduced-motion:reduce){.server-button,.server-spec,.server-product__image{transition:none}}.server-why{background-color:#f8fafc;border-top:1px solid #e2e8f0;width:100%;padding:clamp(3rem,4.5vw,4.5rem) clamp(1.25rem,5vw,5.25rem)}.server-why__container{width:min(100%,1100px);margin-inline:auto}.server-why__header{text-align:center;opacity:0;margin-bottom:clamp(2rem,3vw,2.5rem);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(25px)}.server-why.is-visible .server-why__header{opacity:1;transform:translateY(0)}.server-why__eyebrow{color:#dc2626;font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;margin:0 auto .75rem;font-size:clamp(.75rem,.8vw,.85rem);font-weight:700;line-height:1.2;display:inline-block}.server-why__title{color:#0f172a;max-width:820px;font-family:var(--display);letter-spacing:-.03em;text-align:center;margin:0 auto;font-size:clamp(1.85rem,3vw,2.5rem);font-weight:700;line-height:1.18}.server-why__list{flex-direction:column;display:flex}.server-why__item{opacity:0;border-top:1px solid #e2e8f0;grid-template-columns:50px 1fr;gap:1.25rem;padding-block:clamp(1.15rem,1.5vw,1.4rem);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),background-color .25s;display:grid;position:relative;transform:translateY(20px)}.server-why__item:last-child{border-bottom:1px solid #e2e8f0}.server-why.is-visible .server-why__item:first-child{transition-delay:.1s}.server-why.is-visible .server-why__item:nth-child(2){transition-delay:.22s}.server-why.is-visible .server-why__item:nth-child(3){transition-delay:.34s}.server-why.is-visible .server-why__item:nth-child(4){transition-delay:.46s}.server-why.is-visible .server-why__item:nth-child(5){transition-delay:.58s}.server-why.is-visible .server-why__item{opacity:1;transform:translateY(0)}.server-why__num{color:#dc2626;font-family:var(--mono);letter-spacing:.05em;opacity:0;font-size:clamp(1.1rem,1.25vw,1.35rem);font-weight:800;line-height:1.2;transition:opacity .5s,transform .4s cubic-bezier(.16,1,.3,1),color .25s;transform:translate(-14px)}.server-why.is-visible .server-why__num{opacity:1;transform:translate(0)}.server-why__item:hover .server-why__num{color:#b91c1c;transform:translate(6px)scale(1.08)}.server-why__content h3{color:#0f172a;font-family:var(--display);letter-spacing:-.018em;opacity:0;margin:0;font-size:clamp(1.25rem,1.45vw,1.5rem);font-weight:700;line-height:1.2;transition:opacity .5s .1s,transform .4s cubic-bezier(.16,1,.3,1) .1s,color .25s;transform:translateY(10px)}.server-why.is-visible .server-why__content h3{opacity:1;transform:translateY(0)}.server-why__item:hover .server-why__content h3{color:#dc2626;transform:translate(6px)}.server-why__content p{color:#475569;font-family:var(--body);opacity:0;margin:.55rem 0 0;font-size:clamp(.96rem,1.08vw,1.1rem);font-weight:400;line-height:1.6;transition:opacity .5s .18s,transform .4s cubic-bezier(.16,1,.3,1) .18s,color .25s;transform:translateY(14px)}.server-why.is-visible .server-why__content p{opacity:1;transform:translateY(0)}.server-why__item:hover .server-why__content p{color:#1e293b;transform:translate(6px)}@media (width<=640px){.server-why__item{grid-template-columns:46px 1fr;gap:.85rem;padding-block:1.6rem}}.server-bento{background-color:#fff;border-top:1px solid #e2e8f0;width:100%;padding:clamp(4.5rem,6vw,6.5rem) clamp(1.25rem,5vw,5.25rem)}.server-bento__container{width:min(100%,1440px);margin-inline:auto}.server-bento__header{opacity:0;margin-bottom:clamp(2.5rem,4vw,3.5rem);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(25px)}.server-bento.is-visible .server-bento__header{opacity:1;transform:translateY(0)}.server-bento__eyebrow{color:#dc2626;font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;margin:0 0 1.25rem;font-size:clamp(.78rem,.85vw,.9rem);font-weight:700;line-height:1.2}.server-bento__eyebrow span{opacity:.6;padding-inline:.35em}.server-bento__title{color:#0f172a;max-width:820px;font-family:var(--display);letter-spacing:-.03em;margin:0;font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:700;line-height:1.12}.server-bento__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}.server-bento__card{opacity:0;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:space-between;min-height:220px;padding:1.5rem 1.6rem;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),box-shadow .25s,border-color .25s;display:flex;transform:translateY(30px)scale(.98);box-shadow:0 4px 16px -4px #0f172a0a}.server-bento.is-visible .server-bento__card:first-child{transition-delay:50ms}.server-bento.is-visible .server-bento__card:nth-child(2){transition-delay:.12s}.server-bento.is-visible .server-bento__card:nth-child(3){transition-delay:.19s}.server-bento.is-visible .server-bento__card:nth-child(4){transition-delay:.26s}.server-bento.is-visible .server-bento__card:nth-child(5){transition-delay:.33s}.server-bento.is-visible .server-bento__card:nth-child(6){transition-delay:.4s}.server-bento.is-visible .server-bento__card:nth-child(7){transition-delay:.47s}.server-bento.is-visible .server-bento__card:nth-child(8){transition-delay:.54s}.server-bento.is-visible .server-bento__card{opacity:1;transform:translateY(0)scale(1)}.server-bento__card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 12px 32px -6px #0f172a14}.server-bento__card-top{color:#64748b;font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.72rem;font-weight:700;display:flex}.server-bento__card-val{color:#0f172a;font-family:var(--display);letter-spacing:-.025em;margin:0 0 1rem;font-size:clamp(1.6rem,2.1vw,2.15rem);font-weight:700;line-height:1.15}.server-bento__highlight{font-style:normal;font-weight:800;color:#dc2626!important}.server-bento__card--accent{box-shadow:0 4px 20px -4px #dc262633;border:1px solid #dc2626!important}.server-bento__card--accent .server-bento__card-top{color:#dc2626}.server-bento__card--accent:hover{box-shadow:0 12px 32px -6px #dc26264d;border-color:#b91c1c!important}.server-bento__card-desc{color:#64748b;font-family:var(--body);margin:0;font-size:clamp(.88rem,.95vw,.96rem);font-weight:400;line-height:1.5}@media (width<=1120px){.server-bento__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media (width<=640px){.server-bento__grid{grid-template-columns:1fr;gap:.85rem}.server-bento__card{min-height:auto;padding:1.25rem}}.spec-tilt-grid{background-color:#e4e4e1;border:1px solid #e4e4e1;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:1px;width:100%;display:grid;overflow:hidden}@media (width<=1120px){.spec-tilt-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.spec-tilt-grid{grid-template-columns:1fr}}.tilt-spec-card{will-change:transform;min-height:220px;transform-style:preserve-3d;z-index:1;background-color:#fff;flex-direction:column;justify-content:space-between;padding:1.75rem 1.6rem;transition:background-color .3s,box-shadow .3s;display:flex;position:relative}.tilt-spec-card:hover{z-index:10;background-color:#f1f1ee;box-shadow:0 30px 60px -40px #00000059}.tilt-spec-card__header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.tilt-spec-card__index{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.1em;color:#8a8a87;text-transform:uppercase;font-size:.72rem;font-weight:700;transition:color .3s}.tilt-spec-card__tag{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.12em;color:#8a8a87;text-transform:uppercase;font-size:.72rem;font-weight:700;transition:color .3s}.tilt-spec-card:hover .tilt-spec-card__index,.tilt-spec-card:hover .tilt-spec-card__tag,.tilt-spec-card--active .tilt-spec-card__index,.tilt-spec-card--active .tilt-spec-card__tag{color:#e01e2b}.tilt-spec-card__stat{color:#0b0b0c;font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.025em;white-space:pre-line;margin:0 0 1rem;font-size:clamp(1.55rem,2.1vw,2.1rem);font-weight:700;line-height:1.15}.tilt-spec-card__stat .accent{color:#e01e2b;font-style:normal}.tilt-spec-card__description{color:#52525b;font-family:var(--body,"Inter", sans-serif);white-space:pre-line;margin:0;font-size:clamp(.88rem,.95vw,.95rem);font-weight:400;line-height:1.5}.server-overview{opacity:0;background-color:#f8fafc;border-top:1px solid #e2e8f0;width:100%;padding:clamp(4.5rem,6vw,6.5rem) clamp(1.25rem,5vw,5.25rem);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(25px)}.server-overview.is-visible{opacity:1;transform:translateY(0)}.server-overview__container{width:min(100%,1440px);margin-inline:auto}.server-overview__header{grid-template-columns:1fr 1.35fr;align-items:center;gap:clamp(2rem,4vw,4rem);margin-bottom:clamp(3rem,5vw,4.5rem);display:grid}@media (width<=960px){.server-overview__header{grid-template-columns:1fr;gap:1.75rem}}.server-overview__eyebrow{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.12em;color:#dc2626;text-transform:uppercase;margin:0 0 .85rem;font-size:.78rem;font-weight:700}.server-overview__title{color:#0f172a;font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.03em;margin:0;font-size:clamp(2rem,3.2vw,3.2rem);font-weight:700;line-height:1.1}.server-overview__header-right{flex-direction:column;gap:1.25rem;padding-top:0;display:flex}.server-overview__header-right p{color:#475569;font-family:var(--body,"Inter", sans-serif);margin:0;font-size:clamp(.95rem,1.05vw,1.05rem);font-weight:400;line-height:1.6}.server-overview__stats-grid{background-color:#e4e4e1;border:1px solid #e4e4e1;border-radius:12px 12px 0 0;grid-template-columns:repeat(4,1fr);gap:1px;width:100%;display:grid;overflow:hidden}.server-overview__stat-card{background-color:#fff;flex-direction:column;justify-content:flex-start;min-height:150px;padding:2.25rem 2rem 2rem;display:flex}.server-overview__stat-val{font-family:var(--display,"Space Grotesk", sans-serif);color:#0b0b0c;letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.4rem,3.5vw,3.5rem);font-weight:700;line-height:1}.server-overview__stat-label{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.12em;color:#8a8a87;text-transform:uppercase;font-size:.72rem;font-weight:700}.server-overview__features-grid{background-color:#e4e4e1;border:1px solid #e4e4e1;border-top:none;border-radius:0 0 12px 12px;grid-template-columns:repeat(4,1fr);gap:1px;width:100%;margin-top:1px;display:grid;overflow:hidden}.server-overview__feature-card{background-color:#fff;grid-template-columns:minmax(0,1fr) 180px;align-items:center;gap:1rem;min-height:250px;padding:1.75rem 1.4rem 1.5rem;transition:background-color .3s,box-shadow .3s;display:grid;position:relative}.server-overview__feature-card:hover{z-index:2;background-color:#faf9f6}.server-overview__feature-content{flex-direction:column;justify-content:space-between;height:100%;display:flex}.server-overview__feature-num{font-family:var(--mono,"JetBrains Mono", monospace);color:#dc2626;margin-bottom:.5rem;font-size:.7rem;font-weight:700}.server-overview__feature-title{color:#0b0b0c;font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.02em;margin:0 0 .4rem;font-size:clamp(.95rem,1.05vw,1.08rem);font-weight:700;line-height:1.25}.server-overview__feature-desc{color:#52525b;font-family:var(--body,"Inter", sans-serif);margin:0;font-size:clamp(.78rem,.83vw,.85rem);font-weight:400;line-height:1.45}.server-overview__feature-img-wrap{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.server-overview__feature-img{object-fit:contain;filter:drop-shadow(0 10px 20px #00000014);width:100%;max-width:180px;height:auto;max-height:180px;transition:transform .35s}.server-overview__feature-card:hover .server-overview__feature-img{transform:scale(1.08)}@media (width<=1120px){.server-overview__stats-grid,.server-overview__features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.server-overview__stats-grid,.server-overview__features-grid{grid-template-columns:1fr}}.server-page-container{flex-direction:column;width:100%;max-width:100%;display:flex;overflow-x:clip}.server-page-container>section{max-width:100%}.server-specs{box-sizing:border-box;clear:both;float:none;opacity:0;background-color:#f8fafc;border-top:1px solid #ebebeb;width:100%;padding:clamp(4rem,5.5vw,5.5rem) clamp(1.25rem,5vw,5.25rem);transition:opacity .8s,transform .8s;transform:translateY(30px)}.server-specs--visible{opacity:1;transform:translateY(0)}.server-specs__container{box-sizing:border-box;width:min(100%,1440px);margin-inline:auto}.server-specs__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:2.75rem;display:flex}.server-specs__eyebrow{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.1em;color:#dc2626;text-transform:uppercase;margin:0 0 .75rem;font-size:.75rem;font-weight:700}.server-specs__title{color:#000;font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.025em;text-align:center;max-width:850px;margin:0 0 .85rem;font-size:clamp(1.9rem,2.75vw,2.75rem);font-weight:700;line-height:1.15}.server-specs__subtitle{color:#666;font-family:var(--body,"Inter", sans-serif);text-align:center;max-width:600px;margin:0;font-size:clamp(.9rem,.98vw,.98rem);font-weight:400;line-height:1.55}.server-specs__tabs-nav{border-bottom:1px solid #e5e5e5;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem clamp(2.5rem,4.5vw,4.5rem);width:100%;margin-bottom:2.75rem;display:flex}.server-specs__tabs-nav::-webkit-scrollbar{display:none}.server-specs__tab-btn{font-family:var(--display,"Space Grotesk", sans-serif);color:#666;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.85rem .75rem;font-size:.95rem;font-weight:600;transition:color .2s,border-color .2s}.server-specs__tab-btn:hover{color:#000}.server-specs__tab-btn.active{color:#000;border-bottom-color:#dc2626;font-weight:700}@keyframes specCardFadeIn{0%{opacity:0;transform:translateY(18px)scale(.995)}to{opacity:1;transform:translateY(0)scale(1)}}.server-specs__layout-grid{box-sizing:border-box;grid-template-columns:minmax(0,1.05fr) minmax(0,1.15fr);align-items:stretch;gap:1.75rem;width:100%;animation:.45s cubic-bezier(.16,1,.3,1) forwards specCardFadeIn;display:grid}.server-specs__visual-card{box-sizing:border-box;background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:1.5rem 1.75rem;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),border-color .35s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0f172a08}.server-specs__visual-card:hover{border-color:#cbd5e1;box-shadow:0 12px 32px -8px #0f172a14}.server-specs__visual-header{flex-direction:column;gap:.4rem;margin-bottom:.75rem;display:flex}.server-specs__visual-bar{background-color:#dc2626;border-radius:2px;width:24px;height:3px}.server-specs__visual-title{font-family:var(--mono,"JetBrains Mono", monospace);color:#dc2626;letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:700}.server-specs__visual-img-wrap{flex:1;justify-content:center;align-items:center;width:100%;min-height:360px;padding:.25rem 0;display:flex}.server-specs__visual-img{object-fit:contain;filter:drop-shadow(0 10px 24px #00000014);width:100%;max-width:100%;height:100%;max-height:480px;transition:transform .35s cubic-bezier(.16,1,.3,1)}.server-specs__visual-card:hover .server-specs__visual-img{transform:scale(1.03)}.server-specs__cards-stack{box-sizing:border-box;flex-direction:column;gap:1.5rem;width:100%;display:flex}.server-specs__card{box-sizing:border-box;background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;align-self:start;height:auto;min-height:0;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),border-color .35s;overflow:hidden;box-shadow:0 4px 18px #0f172a08}.server-specs__card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 12px 32px -8px #0f172a14,0 4px 12px -4px #0f172a0a}.server-specs__card-header{box-sizing:border-box;background-color:#f1f5f9;border-bottom:1px solid #ebebeb;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:.9rem 1.4rem;transition:background-color .25s;display:flex}.server-specs__card:hover .server-specs__card-header{background-color:#eef2f6}.server-specs__card-title{font-family:var(--display,"Space Grotesk", sans-serif);color:#000;white-space:nowrap;flex-shrink:0;font-size:.95rem;font-weight:700}.server-specs__card-count{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.08em;color:#dc2626;text-transform:uppercase;white-space:nowrap;flex-shrink:0;font-size:.65rem;font-weight:700}.server-specs__card-rows{background-color:#fff;flex-direction:column;justify-content:flex-start;height:auto;min-height:0;margin:0;padding:0;display:flex}.server-specs__row{border-bottom:1px solid #f0f0f0;grid-template-columns:200px minmax(0,1fr);align-items:center;gap:1.25rem;height:auto;min-height:0;margin:0;padding:1rem 1.4rem;transition:background-color .25s;display:grid}.server-specs__row:hover{background-color:#f8fafc}.server-specs__row:last-child{border-bottom:none}.server-specs__param-key{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.04em;color:#777;text-transform:uppercase;word-break:normal;overflow-wrap:normal;white-space:normal;font-size:.72rem;font-weight:600;transition:color .25s}.server-specs__row:hover .server-specs__param-key{color:#dc2626}.server-specs__param-val{font-family:var(--mono,"JetBrains Mono", monospace);color:#111;font-size:.86rem;font-weight:500;line-height:1.48}@media (width<=1024px){.server-specs__layout-grid{grid-template-columns:1fr}}@media (width<=640px){.server-specs__tabs-nav{gap:1.25rem}.server-specs__row{grid-template-columns:1fr;gap:.4rem}.server-specs__tab-btn{padding:.75rem 0;font-size:.85rem}}.server-arch{box-sizing:border-box;clear:both;float:none;opacity:0;background-color:#fff;border-top:1px solid #e2e8f0;width:100%;padding:clamp(4rem,6vw,6rem) clamp(1.25rem,5vw,5.25rem);transition:opacity .8s,transform .8s;transform:translateY(30px)}.server-arch--visible{opacity:1;transform:translateY(0)}.server-arch__container{box-sizing:border-box;width:min(100%,1440px);margin-inline:auto}.server-arch__header{text-align:center;margin-bottom:clamp(2.5rem,4vw,3.5rem)}.server-arch__eyebrow-wrap{flex-direction:column;align-items:center;gap:.4rem;margin-bottom:.75rem;display:flex}.server-arch__red-bar{background-color:#dc2626;width:24px;height:2px}.server-arch__eyebrow{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.1em;color:#dc2626;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}.server-arch__title{color:#0f172a;font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.02em;text-align:center;margin:0 0 1rem;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;line-height:1.15}.server-arch__highlight{color:#dc2626}.server-arch__subtitle{max-width:600px;font-family:var(--body,"Inter", sans-serif);color:#475569;text-align:center;margin:0 auto;font-size:.92rem;line-height:1.55}.server-arch__grid{grid-template-columns:minmax(240px,280px) 1fr minmax(240px,280px);align-items:stretch;gap:2.5rem;display:grid;position:relative}.server-arch__connectors-svg{pointer-events:none;z-index:3;width:100%;height:100%;position:absolute;top:0;left:0}.server-arch__col{z-index:4;flex-direction:column;display:flex;position:relative}.server-arch__col--left{justify-content:space-around;padding-block:1rem}.server-arch__col--right{justify-content:space-between;gap:.75rem;padding-block:.25rem}.server-arch__callout-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem 1.35rem;transition:all .25s;box-shadow:0 4px 18px #0f172a08}.server-arch__callout-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 24px #0f172a0f}.server-arch__card-top{align-items:center;gap:.85rem;margin-bottom:.65rem;display:flex}.server-arch__icon-box{background:#fff5f5;border:1px solid #fee2e2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.server-arch__card-h3{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;margin:0;font-size:.95rem;font-weight:700;line-height:1.2}.server-arch__card-tag{font-family:var(--mono,"JetBrains Mono", monospace);color:#dc2626;letter-spacing:.06em;text-transform:uppercase;margin:.2rem 0 0;font-size:.68rem;font-weight:700}.server-arch__card-body{font-family:var(--body,"Inter", sans-serif);color:#475569;margin:0;font-size:.8rem;line-height:1.5}.server-arch__center-graphic{justify-content:center;align-items:center;width:100%;display:flex}.server-arch__image-wrap{width:min(100%,680px);position:relative}.server-arch__image-markers{pointer-events:none;z-index:4;display:none;position:absolute;inset:0}.server-arch__image-marker{color:#fff;width:28px;height:28px;font-family:var(--display,"Space Grotesk", sans-serif);background:#ef2b2d;border:2px solid #fff;border-radius:50%;place-items:center;font-size:.8rem;font-weight:800;line-height:1;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 2px 7px #7f1d1d4d}.server-arch__image-marker--1{top:24%;left:18%}.server-arch__image-marker--2{top:53%;left:15%}.server-arch__image-marker--3{top:21%;left:82%}.server-arch__image-marker--4{top:42%;left:86%}.server-arch__image-marker--5{top:62%;left:88%}.server-arch__image-marker--6{top:78%;left:82%}.server-arch__chassis-img{object-fit:contain;mix-blend-mode:multiply;width:100%;max-width:680px;height:auto;display:block}@media (width<=1100px){.server-arch__grid{grid-template-columns:1fr;gap:2rem}.server-arch__col{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));display:grid}}.server-blueprint{box-sizing:border-box;clear:both;float:none;color:#fff;opacity:0;background:radial-gradient(at 50% 0,#ffffff0a 0%,#0000 65%),linear-gradient(#15171a 0%,#25282d 35%,#2b2e34 65%,#191b1f 100%);border-top:1px solid #32363e;border-bottom:1px solid #1a1c20;width:100%;padding:clamp(4.5rem,6vw,6rem) clamp(1.25rem,5vw,5.25rem);transition:opacity .8s,transform .8s;transform:translateY(30px);box-shadow:inset 0 20px 30px -10px #00000080}.server-blueprint--visible{opacity:1;transform:translateY(0)}.server-blueprint__container{box-sizing:border-box;width:min(100%,1440px);margin-inline:auto}.server-blueprint__header{text-align:left;margin-bottom:2.25rem}.server-blueprint__eyebrow{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.1em;color:#dc2626;text-transform:uppercase;margin:0 0 .75rem;font-size:.75rem;font-weight:700}.server-blueprint__title{color:#fff;font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.025em;max-width:700px;margin:0;font-size:clamp(2rem,3vw,3rem);font-weight:700;line-height:1.15}.server-blueprint__tabs-nav{z-index:5;background:0 0;align-items:center;margin-bottom:.85rem;padding:.5rem 0;display:flex;position:relative}.server-blueprint__tabs-pill-group{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0c0e12b3;border:1px solid #ffffff1f;border-radius:8px;gap:4px;padding:4px;display:inline-flex;box-shadow:0 4px 16px #0000004d}.server-blueprint__tab-btn{font-family:var(--mono,"JetBrains Mono", monospace);color:#7e859b;cursor:pointer;white-space:nowrap;text-transform:lowercase;background:0 0;border:none;border-radius:6px;padding:.45rem 1.25rem;font-size:.82rem;font-weight:600;transition:all .25s}.server-blueprint__tab-btn:hover{color:#fff;background:#ffffff0d}.server-blueprint__tab-btn.active{color:#fff;background:#dc2626;font-weight:700;box-shadow:0 2px 10px #dc262666}.server-blueprint__subheader{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.1em;color:#64748b;text-transform:uppercase;margin:0 0 2.25rem;font-size:.72rem;font-weight:600}.server-blueprint__grid{box-sizing:border-box;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:start;gap:2rem;width:100%;animation:.45s cubic-bezier(.16,1,.3,1) forwards specCardFadeIn;display:grid}.server-blueprint__diagram-card{box-sizing:border-box;background-color:#0000;border:none;border-radius:0;justify-content:center;align-self:start;align-items:center;min-height:400px;padding:0;display:flex;position:sticky;top:100px}.server-blueprint__diagram-card:hover{box-shadow:none;border-color:#0000}.server-blueprint__image-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.server-blueprint__diagram-img{object-fit:contain;filter:drop-shadow(0 12px 28px #00000080);border-radius:8px;width:100%;max-width:100%;height:auto;max-height:480px;display:block}.server-blueprint__svg-overlay{pointer-events:none;z-index:8;width:100%;height:100%;position:absolute;top:0;left:0}.server-blueprint__leader-line{stroke:#dc262673;stroke-width:1.5px;stroke-dasharray:4 3;transition:all .25s}.server-blueprint__leader.active .server-blueprint__leader-line{stroke:#dc2626;stroke-width:2.5px;stroke-dasharray:none;filter:drop-shadow(0 0 6px #dc2626cc)}.server-blueprint__leader-dot{fill:#dc2626;stroke:#fff;stroke-width:1px;transition:all .25s}.server-blueprint__leader.active .server-blueprint__leader-dot{fill:#dc2626;stroke:#fff;stroke-width:2px;filter:drop-shadow(0 0 8px #dc2626e6)}.server-blueprint__pin{color:#fff;width:26px;height:26px;font-family:var(--mono,"JetBrains Mono", monospace);cursor:pointer;z-index:10;background-color:#0a0c12d9;border:1.5px solid #dc2626;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.72rem;font-weight:700;transition:all .25s;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 8px #0009}.server-blueprint__pin:hover{color:#fff;background-color:#dc2626;border-color:#dc2626;transform:translate(-50%,-50%)scale(1.18);box-shadow:0 0 14px #dc2626b3}.server-blueprint__pin.active{color:#fff;background-color:#dc2626;border-color:#fff;transform:translate(-50%,-50%)scale(1.25);box-shadow:0 0 18px #dc2626e6}.server-blueprint__hotspots-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-sizing:border-box;background:#0e1014a6;border:1px solid #ffffff17;border-radius:16px;flex-direction:column;align-self:start;height:480px;padding:1.5rem 1.75rem;transition:border-color .35s,box-shadow .35s;display:flex;position:sticky;top:135px;overflow:hidden;box-shadow:0 16px 36px #00000059}.server-blueprint__hotspots-card:hover{border-color:#ffffff2e;box-shadow:0 20px 42px #00000073}.server-blueprint__hotspots-title{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.1em;color:#64748b;text-transform:uppercase;border-bottom:1px solid #151822;flex-shrink:0;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:.72rem;font-weight:700}.server-blueprint__hotspots-list{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:.35rem;padding-right:0;display:flex;overflow-y:auto}.server-blueprint__hotspots-list::-webkit-scrollbar{display:none}.server-blueprint__hotspot-row{cursor:pointer;border:1px solid #0000;border-radius:10px;align-items:center;gap:1.1rem;padding:.75rem 1rem;transition:all .2s;display:flex}.server-blueprint__hotspot-row:hover{background-color:#12151f;border-color:#1f2434}.server-blueprint__hotspot-row.active{background-color:#dc26261f;border-color:#dc262659}.server-blueprint__spot-num{width:24px;height:24px;font-family:var(--mono,"JetBrains Mono", monospace);color:#7e859b;border:1px solid #2b3042;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:600;transition:all .2s;display:flex}.server-blueprint__hotspot-row:hover .server-blueprint__spot-num{color:#fff;border-color:#dc2626}.server-blueprint__hotspot-row.active .server-blueprint__spot-num{color:#fff;background-color:#dc2626;border-color:#dc2626;font-weight:700;box-shadow:0 0 10px #dc262680}.server-blueprint__spot-label{font-family:var(--body,"Inter", sans-serif);color:#cbd5e1;font-size:.9rem;font-weight:500;transition:color .2s}.server-blueprint__hotspot-row:hover .server-blueprint__spot-label{color:#fff}.server-blueprint__hotspot-row.active .server-blueprint__spot-label{color:#fff;font-weight:600}@media (width<=1024px){.server-blueprint__grid{grid-template-columns:1fr}}@media (width<=640px){.server-blueprint__diagram-card{min-height:300px;padding:1rem}}.server-configurator{box-sizing:border-box;clear:both;float:none;color:#0f172a;opacity:0;background-color:#fff;border-top:1px solid #e2e8f0;width:100%;padding:clamp(4.5rem,6vw,6rem) clamp(1.25rem,5vw,5.25rem);transition:opacity .8s,transform .8s;transform:translateY(30px)}.server-configurator--visible{opacity:1;transform:translateY(0)}.server-configurator__container{box-sizing:border-box;width:min(100%,1440px);margin-inline:auto}.server-configurator__header{text-align:left;margin-bottom:2.5rem}.server-configurator__eyebrow{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.1em;color:#dc2626;text-transform:uppercase;margin:0 0 .75rem;font-size:.75rem;font-weight:700}.server-configurator__title{color:#0f172a;font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.025em;margin:0;font-size:clamp(2rem,3vw,3rem);font-weight:700;line-height:1.15}.server-configurator__grid{grid-template-columns:minmax(320px,.95fr) minmax(480px,1.45fr);align-items:start;gap:2rem;display:grid}.server-configurator__options-list{flex-direction:column;gap:.85rem;display:flex}.server-configurator__option-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;padding:1.1rem 1.4rem;transition:all .25s;display:flex}.server-configurator__option-card:hover{border-color:#cbd5e1;transform:translate(2px);box-shadow:0 4px 14px #0f172a0d}.server-configurator__option-card.active{background:#fff5f5;border:1.5px solid #dc2626;box-shadow:0 4px 16px #dc26261a}.server-configurator__option-content{flex-direction:column;gap:.25rem;display:flex}.server-configurator__option-num{font-family:var(--mono,"JetBrains Mono", monospace);color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:700;transition:color .2s}.server-configurator__option-card.active .server-configurator__option-num{color:#dc2626}.server-configurator__option-name{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;font-size:1rem;font-weight:700}.server-configurator__option-arrow{color:#94a3b8;justify-content:center;align-items:center;transition:all .2s;display:flex}.server-configurator__option-card.active .server-configurator__option-arrow{color:#dc2626;transform:translate(3px)}.server-configurator__display-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:1.25rem;padding:2.25rem;display:flex;box-shadow:0 10px 30px #0f172a0a}.server-configurator__subhead{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.1em;color:#64748b;text-transform:uppercase;font-size:.72rem;font-weight:700}.server-configurator__detail-title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;margin:0;font-size:1.45rem;font-weight:700;line-height:1.3}.server-configurator__detail-desc{font-family:var(--body,"Inter", sans-serif);color:#475569;margin:0;font-size:.92rem;line-height:1.6}.server-configurator__bay-graphic{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;height:240px;margin-block:.5rem;padding:0;display:flex;overflow:hidden;box-shadow:0 2px 10px #0f172a0a}.server-configurator__bay-img{object-fit:contain;width:100%;height:100%;display:block;transform:scale(2.05)}.server-configurator__bay-led{background:#dc2626;border-radius:50%;width:3px;height:3px;box-shadow:0 0 4px #dc2626}.server-configurator__specs-matrix{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.server-configurator__spec-pill{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:.35rem;padding:.85rem 1rem;display:flex}.server-configurator__spec-label{font-family:var(--mono,"JetBrains Mono", monospace);color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;font-size:.65rem;font-weight:700}.server-configurator__spec-value{font-family:var(--mono,"JetBrains Mono", monospace);color:#0f172a;font-size:.85rem;font-weight:700}.server-configurator__spec-value.status-active{color:#dc2626}@media (width<=1024px){.server-configurator__grid{grid-template-columns:1fr}}.server-apps{box-sizing:border-box;clear:both;float:none;color:#0f172a;opacity:0;background-color:#f8fafc;border-top:1px solid #e2e8f0;width:100%;padding:clamp(4.5rem,6vw,6rem) clamp(1.25rem,5vw,5.25rem);transition:opacity .8s,transform .8s;transform:translateY(30px)}.server-apps--visible{opacity:1;transform:translateY(0)}.server-apps__container{box-sizing:border-box;width:min(100%,1440px);margin-inline:auto}.server-apps__grid{grid-template-columns:minmax(340px,1.25fr) minmax(320px,1fr);align-items:start;gap:4rem;display:grid}.server-apps__eyebrow{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.1em;color:#dc2626;text-transform:uppercase;margin:0 0 .75rem;font-size:.75rem;font-weight:700}.server-apps__title{color:#0f172a;font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:700;line-height:1.18}.server-apps__desc{font-family:var(--body,"Inter", sans-serif);color:#475569;max-width:540px;margin:0 0 2.5rem;font-size:.95rem;line-height:1.6}.server-apps__list{flex-direction:column;display:flex}.server-apps__item{border-top:1px solid #e2e8f0;align-items:center;gap:1.25rem;padding-block:1.25rem;transition:background .2s;display:flex}.server-apps__item:last-child{border-bottom:1px solid #e2e8f0}.server-apps__item-num{font-family:var(--mono,"JetBrains Mono", monospace);color:#dc2626;letter-spacing:.05em;font-size:.75rem;font-weight:700}.server-apps__item-body{flex-direction:column;flex:1;gap:.2rem;display:flex}.server-apps__item-title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;margin:0;font-size:1.05rem;font-weight:700}.server-apps__item-subtext{font-family:var(--body,"Inter", sans-serif);color:#64748b;margin:0;font-size:.85rem}.server-apps__item-badge{font-family:var(--mono,"JetBrains Mono", monospace);color:#94a3b8;letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:700}.server-apps__env-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-top:2.5rem;overflow:hidden;box-shadow:0 4px 20px #0f172a08}.server-apps__env-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.35rem 1.75rem;display:flex}.server-apps__env-row:last-child{border-bottom:none}.server-apps__env-label{font-family:var(--mono,"JetBrains Mono", monospace);color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:700}.server-apps__env-value{font-family:var(--mono,"JetBrains Mono", monospace);color:#0f172a;text-align:right;font-size:.88rem;font-weight:600}@media (width<=1024px){.server-apps__grid{grid-template-columns:1fr;gap:3rem}}.server-resources{box-sizing:border-box;clear:both;float:none;color:#0f172a;opacity:0;background-color:#fff;border-top:1px solid #e2e8f0;width:100%;padding:clamp(4.5rem,6vw,6rem) clamp(1.25rem,5vw,5.25rem);transition:opacity .8s,transform .8s;transform:translateY(30px)}.server-resources--visible{opacity:1;transform:translateY(0)}.server-resources__container{box-sizing:border-box;width:min(100%,1440px);margin-inline:auto}.server-resources__header{text-align:left;margin-bottom:2.5rem}.server-resources__eyebrow{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.1em;color:#dc2626;text-transform:uppercase;margin:0 0 .75rem;font-size:.75rem;font-weight:700}.server-resources__title{color:#0f172a;font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.02em;margin:0;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:700;line-height:1.18}.server-resources__grid{background:0 0;border:none;grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid}.server-resources__card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;justify-content:space-between;min-height:185px;padding:1.5rem;transition:all .25s;display:flex;box-shadow:0 4px 16px #0f172a08}.server-resources__card:hover{border-color:#dc2626;transform:translateY(-3px);box-shadow:0 10px 24px -4px #dc26261f}.server-resources__card-top{justify-content:space-between;align-items:center;margin-bottom:1.75rem;display:flex}.server-resources__icon-box{background:#fef2f2;border:1px solid #fee2e2;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.server-resources__download-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s,transform .2s;display:flex}.server-resources__card:hover .server-resources__download-btn{color:#dc2626;transform:translateY(2px)}.server-resources__card-body{flex-direction:column;gap:.35rem;display:flex}.server-resources__item-title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;margin:0;font-size:1.05rem;font-weight:700}.server-resources__item-desc{font-family:var(--body,"Inter", sans-serif);color:#64748b;margin:0;font-size:.82rem;line-height:1.45}@media (width<=1200px){.server-resources__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.server-resources__grid{grid-template-columns:repeat(1,1fr)}}.server-ordering{box-sizing:border-box;clear:both;float:none;color:#0f172a;opacity:0;background-color:#f8fafc;border-top:1px solid #e2e8f0;width:100%;padding:clamp(4.5rem,6vw,6rem) clamp(1.25rem,5vw,5.25rem);transition:opacity .8s,transform .8s;transform:translateY(30px)}.server-ordering--visible{opacity:1;transform:translateY(0)}.server-ordering__container{box-sizing:border-box;width:min(100%,1440px);margin-inline:auto}.server-ordering__grid{grid-template-columns:minmax(320px,1fr) minmax(360px,1.15fr);align-items:center;gap:4rem;display:grid}.server-ordering__eyebrow{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.1em;color:#dc2626;text-transform:uppercase;margin:0 0 .75rem;font-size:.75rem;font-weight:700}.server-ordering__title{color:#0f172a;font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:700;line-height:1.18}.server-ordering__desc{font-family:var(--body,"Inter", sans-serif);color:#475569;max-width:500px;margin:0 0 2rem;font-size:.95rem;line-height:1.6}.server-ordering__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.server-ordering__btn-primary{color:#fff;font-family:var(--body,"Inter", sans-serif);background:#dc2626;border-radius:9999px;justify-content:center;align-items:center;padding:.8rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #dc262640}.server-ordering__btn-primary:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 6px 20px #dc262659}.server-ordering__btn-secondary{color:#0f172a;font-family:var(--body,"Inter", sans-serif);background:#fff;border:1px solid #cbd5e1;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.server-ordering__btn-secondary:hover{background:#f1f5f9;border-color:#0f172a;transform:translateY(-1px)}.server-ordering__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 25px #0f172a0a}.server-ordering__card-header{background:#fafafa;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;display:flex}.server-ordering__sheet-title{font-family:var(--mono,"JetBrains Mono", monospace);color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:700}.server-ordering__live-indicator{font-family:var(--mono,"JetBrains Mono", monospace);color:#dc2626;letter-spacing:.08em;align-items:center;gap:.4rem;font-size:.7rem;font-weight:800;display:inline-flex}.server-ordering__dot{background:#dc2626;border-radius:50%;width:6px;height:6px;animation:2s infinite livePulse;box-shadow:0 0 6px #dc2626}@keyframes livePulse{0%{transform:scale(.95);box-shadow:0 0 #dc2626b3}70%{transform:scale(1);box-shadow:0 0 0 6px #dc262600}to{transform:scale(.95);box-shadow:0 0 #dc262600}}.server-ordering__card-body{flex-direction:column;display:flex}.server-ordering__row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 1.75rem;display:flex}.server-ordering__row:last-child{border-bottom:none}.server-ordering__label{font-family:var(--mono,"JetBrains Mono", monospace);color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:700}.server-ordering__value{font-family:var(--mono,"JetBrains Mono", monospace);color:#0f172a;text-align:right;font-size:.88rem;font-weight:600}@media (width<=1024px){.server-ordering__grid{grid-template-columns:1fr;gap:3rem}}.server-why,.server-bento,.server-overview,.server-specs,.server-arch,.server-blueprint,.server-configurator,.server-apps,.server-resources,.server-ordering{opacity:1!important;visibility:visible!important}.server-hero{animation:.8s cubic-bezier(.16,1,.3,1) forwards heroEntrance}@keyframes heroEntrance{0%{opacity:.2;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.server-hero__eyebrow{animation:.8s cubic-bezier(.16,1,.3,1) forwards heroEyebrowIn}@keyframes heroEyebrowIn{0%{opacity:0;letter-spacing:.25em;transform:translateY(12px)}to{opacity:1;letter-spacing:.14em;transform:translateY(0)}}.server-hero__title>span{animation:.85s cubic-bezier(.16,1,.3,1) both heroTitleLineIn}.server-hero__title>span:first-child{animation-delay:.1s}.server-hero__title>span:nth-child(2){animation-delay:.22s}.server-hero__title>span:nth-child(3){animation-delay:.34s}.server-hero__title>span:nth-child(4){animation-delay:.44s}@keyframes heroTitleLineIn{0%{opacity:0;transform:translateY(22px)skewY(1deg)}to{opacity:1;transform:translateY(0)skewY(0)}}.server-hero__rule{animation:.9s cubic-bezier(.16,1,.3,1) .4s both heroRuleExpand}@keyframes heroRuleExpand{0%{opacity:0;width:0;box-shadow:0 0 #dc262600}50%{box-shadow:0 0 16px #dc2626cc}to{opacity:1;width:68px;box-shadow:0 0 6px #dc26264d}}.server-hero__description{animation:.8s cubic-bezier(.16,1,.3,1) .5s both heroFadeUp}.server-hero__actions{animation:.8s cubic-bezier(.16,1,.3,1) .6s both heroFadeUp}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.server-button--primary{position:relative;overflow:hidden}.server-button--primary:after{content:"";opacity:0;background:radial-gradient(circle,#ffffff4d 0%,#0000 60%);width:200%;height:200%;transition:transform .6s,opacity .6s;position:absolute;top:-50%;left:-50%;transform:scale(.5)}.server-button--primary:hover:after{opacity:1;transform:scale(1)}.server-product{animation:1.1s cubic-bezier(.16,1,.3,1) .2s both heroProductEntrance,6s ease-in-out 1.4s infinite alternate heroProductFloat}@keyframes heroProductEntrance{0%{opacity:0;transform:perspective(1000px)rotateY(-8deg)rotateX(3deg)translateY(30px)scale(.94);box-shadow:0 5px 15px #0f172a00}to{opacity:1;transform:perspective(1000px)rotateY(0)rotateX(0)translateY(0)scale(1);box-shadow:0 20px 45px -10px #0f172a14}}@keyframes heroProductFloat{0%{transform:translateY(0);box-shadow:0 20px 45px -10px #0f172a14}to{transform:translateY(-8px);box-shadow:0 28px 55px -8px #0f172a21}}.server-product__accent{animation:1.2s cubic-bezier(.16,1,.3,1) .8s both accentFlash}@keyframes accentFlash{0%{opacity:0;transform:scale(.5)translate(20px,-20px)}50%{filter:drop-shadow(0 0 12px #dc2626e6)}to{opacity:1;transform:scale(1)translate(0)}}.server-product__note i{animation:2s ease-in-out infinite ledPulse}.server-hero-specs .server-spec{transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,border-color .25s;animation:.75s cubic-bezier(.16,1,.3,1) both heroSpecCascade}.server-hero-specs .server-spec:first-child{animation-delay:.55s}.server-hero-specs .server-spec:nth-child(2){animation-delay:.65s}.server-hero-specs .server-spec:nth-child(3){animation-delay:.75s}.server-hero-specs .server-spec:nth-child(4){animation-delay:.85s}@keyframes heroSpecCascade{0%{opacity:0;transform:translateY(28px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}.server-hero-specs .server-spec:hover{border-color:#dc262659;transform:translateY(-5px)scale(1.01);box-shadow:0 14px 30px -6px #dc26261f,0 6px 16px -4px #0f172a14}.server-hero-specs .server-spec:hover>svg{transition:transform .25s cubic-bezier(.16,1,.3,1);transform:scale(1.12)rotate(-3deg)}.server-hero-specs .server-spec>svg{transition:transform .25s cubic-bezier(.16,1,.3,1)}.server-bento.is-visible .spec-tilt-card,.server-bento.server-bento--visible .spec-tilt-card{animation:.85s cubic-bezier(.16,1,.3,1) both bento3DFlip}.server-bento.is-visible .spec-tilt-card:first-child,.server-bento.server-bento--visible .spec-tilt-card:first-child{animation-delay:80ms}.server-bento.is-visible .spec-tilt-card:nth-child(2),.server-bento.server-bento--visible .spec-tilt-card:nth-child(2){animation-delay:.18s}.server-bento.is-visible .spec-tilt-card:nth-child(3),.server-bento.server-bento--visible .spec-tilt-card:nth-child(3){animation-delay:.28s}.server-bento.is-visible .spec-tilt-card:nth-child(4),.server-bento.server-bento--visible .spec-tilt-card:nth-child(4){animation-delay:.38s}@keyframes bento3DFlip{0%{opacity:0;transform:perspective(1000px)rotateX(20deg)scale(.88)translateY(35px)}to{opacity:1;transform:perspective(1000px)rotateX(0)scale(1)translateY(0)}}.server-overview.is-visible .server-overview__header,.server-overview.server-overview--visible .server-overview__header{animation:.85s cubic-bezier(.16,1,.3,1) forwards slideInFromLeft}.server-overview.is-visible .server-overview__grid,.server-overview.server-overview--visible .server-overview__grid{animation:.85s cubic-bezier(.16,1,.3,1) .12s both slideInFromRight}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}.server-specs.is-visible .server-specs__header,.server-specs.server-specs--visible .server-specs__header{animation:.8s cubic-bezier(.16,1,.3,1) forwards slideInFromLeft}.server-specs.is-visible .server-specs__container,.server-specs.server-specs--visible .server-specs__container{animation:.85s cubic-bezier(.16,1,.3,1) .15s both specsMatrixCascade}@keyframes specsMatrixCascade{0%{opacity:0;transform:translateY(40px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}.server-arch.is-visible .server-arch__col--left,.server-arch.server-arch--visible .server-arch__col--left{animation:.85s cubic-bezier(.16,1,.3,1) forwards archSlideLeft}.server-arch.is-visible .server-arch__center-graphic,.server-arch.server-arch--visible .server-arch__center-graphic{animation:.9s cubic-bezier(.16,1,.3,1) .12s both archScaleIn}.server-arch.is-visible .server-arch__col--right,.server-arch.server-arch--visible .server-arch__col--right{animation:.85s cubic-bezier(.16,1,.3,1) .24s both archSlideRight}@keyframes archSlideLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes archScaleIn{0%{opacity:0;filter:drop-shadow(0 0 25px #dc262680);transform:scale(.82)}to{opacity:1;filter:drop-shadow(0 0 #dc262600);transform:scale(1)}}@keyframes archSlideRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.server-blueprint.is-visible .server-blueprint__container,.server-blueprint.server-blueprint--visible .server-blueprint__container{animation:.9s cubic-bezier(.16,1,.3,1) forwards blueprintPerspective}@keyframes blueprintPerspective{0%{opacity:0;transform:perspective(1200px)rotateY(-12deg)scale(.92)}to{opacity:1;transform:perspective(1200px)rotateY(0)scale(1)}}.server-configurator.is-visible .server-configurator__container,.server-configurator.server-configurator--visible .server-configurator__container{animation:.85s cubic-bezier(.16,1,.3,1) forwards configuratorSlide}@keyframes configuratorSlide{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.server-apps.is-visible .server-apps__container,.server-apps.server-apps--visible .server-apps__container{animation:.9s cubic-bezier(.16,1,.3,1) forwards appsBlurUp}@keyframes appsBlurUp{0%{opacity:0;filter:blur(14px);transform:translateY(40px)}to{opacity:1;filter:blur();transform:translateY(0)}}.server-resources.is-visible .server-resources__card,.server-resources.server-resources--visible .server-resources__card{animation:.8s cubic-bezier(.16,1,.3,1) both resourceCardPop}.server-resources.is-visible .server-resources__card:first-child,.server-resources.server-resources--visible .server-resources__card:first-child{animation-delay:80ms}.server-resources.is-visible .server-resources__card:nth-child(2),.server-resources.server-resources--visible .server-resources__card:nth-child(2){animation-delay:.16s}.server-resources.is-visible .server-resources__card:nth-child(3),.server-resources.server-resources--visible .server-resources__card:nth-child(3){animation-delay:.24s}.server-resources.is-visible .server-resources__card:nth-child(4),.server-resources.server-resources--visible .server-resources__card:nth-child(4){animation-delay:.32s}.server-resources.is-visible .server-resources__card:nth-child(5),.server-resources.server-resources--visible .server-resources__card:nth-child(5){animation-delay:.4s}@keyframes resourceCardPop{0%{opacity:0;transform:perspective(800px)rotateX(20deg)translateY(45px)scale(.88)}to{opacity:1;transform:perspective(800px)rotateX(0)translateY(0)scale(1)}}.server-why.is-visible .server-why__header,.server-why.server-why--visible .server-why__header{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeSlideUp}.server-why.is-visible .server-why__item,.server-why.server-why--visible .server-why__item{animation:.8s cubic-bezier(.16,1,.3,1) both why3DFold}.server-why.is-visible .server-why__item:first-child,.server-why.server-why--visible .server-why__item:first-child{animation-delay:80ms}.server-why.is-visible .server-why__item:nth-child(2),.server-why.server-why--visible .server-why__item:nth-child(2){animation-delay:.16s}.server-why.is-visible .server-why__item:nth-child(3),.server-why.server-why--visible .server-why__item:nth-child(3){animation-delay:.24s}.server-why.is-visible .server-why__item:nth-child(4),.server-why.server-why--visible .server-why__item:nth-child(4){animation-delay:.32s}.server-why.is-visible .server-why__item:nth-child(5),.server-why.server-why--visible .server-why__item:nth-child(5){animation-delay:.4s}@keyframes why3DFold{0%{opacity:0;transform:perspective(800px)rotateX(-18deg)translateY(35px)}to{opacity:1;transform:perspective(800px)rotateX(0)translateY(0)}}.server-ordering.is-visible .server-ordering__grid,.server-ordering.server-ordering--visible .server-ordering__grid{animation:.85s cubic-bezier(.16,1,.3,1) forwards orderingElevate}@keyframes orderingElevate{0%{opacity:0;transform:translateY(45px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.server-models{box-sizing:border-box;opacity:0;background-color:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;width:100%;padding:clamp(4.5rem,6vw,6rem) clamp(1.25rem,5vw,5.25rem);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.server-models.is-visible,.server-models--visible{opacity:1;transform:translateY(0)}.server-models.is-visible .server-models__card,.server-models.server-models--visible .server-models__card{animation:.65s cubic-bezier(.16,1,.3,1) forwards modelsCardRise}.server-models.is-visible .server-models__card:first-child,.server-models.server-models--visible .server-models__card:first-child{animation-delay:.1s}.server-models.is-visible .server-models__card:nth-child(2),.server-models.server-models--visible .server-models__card:nth-child(2){animation-delay:.2s}.server-models.is-visible .server-models__card:nth-child(3),.server-models.server-models--visible .server-models__card:nth-child(3){animation-delay:.3s}@keyframes modelsCardRise{0%{opacity:0;transform:translateY(35px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.server-models__container{box-sizing:border-box;width:min(100%,1320px);margin-inline:auto}.server-models__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:3.5rem;display:flex}.server-models__eyebrow-wrap{align-items:center;gap:.75rem;margin-bottom:1rem;display:inline-flex}.server-models__line{background-color:#dc2626;border-radius:1px;width:24px;height:2px}.server-models__eyebrow{font-family:var(--mono,"JetBrains Mono", monospace);color:#dc2626;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:700}.server-models__title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-.025em;margin:0 0 1rem;font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:700;line-height:1.15}.server-models__title-red{color:#dc2626}.server-models__subtitle{font-family:var(--body,"Inter", sans-serif);color:#64748b;max-width:680px;margin:0;font-size:.98rem;font-weight:400;line-height:1.5}.server-models__grid{box-sizing:border-box;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:2rem;width:100%;display:grid}.server-models__card{box-sizing:border-box;opacity:0;background-color:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;padding:1.35rem 1.35rem 1.4rem;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),border-color .35s;display:flex;position:relative;box-shadow:0 4px 20px #0f172a08}.server-models__card:hover{border-color:#cbd5e1;transform:translateY(-5px);box-shadow:0 14px 32px -10px #0f172a14,0 4px 12px -4px #0f172a0a}.server-models__card-top-bar{background-color:#dc2626;border-radius:0 0 4px 4px;width:36px;height:3px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.server-models__card-header{align-items:center;gap:.85rem;margin-top:.25rem;display:flex}.server-models__icon-box{background-color:#fef2f2;border:1px solid #fee2e2;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.server-models__card-title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;margin:0;font-size:1.08rem;font-weight:700}.server-models__divider{background-color:#f1f5f9;width:100%;height:1px;margin:.85rem 0}.server-models__card-desc{font-family:var(--body,"Inter", sans-serif);color:#475569;margin:0 0 .85rem;font-size:.85rem;line-height:1.48}.server-models__img-wrap{flex:1;justify-content:center;align-items:center;width:100%;min-height:150px;padding:.5rem 0 1rem;display:flex}.server-models__img{object-fit:contain;mix-blend-mode:multiply;width:100%;max-width:100%;height:auto;max-height:155px;transition:transform .35s cubic-bezier(.16,1,.3,1);display:block}.server-models__card:first-child .server-models__img{transform:scale(1.45)}.server-models__card:first-child:hover .server-models__img{transform:scale(1.52)}.server-models__card:nth-child(2) .server-models__img{transform:scale(1.05)}.server-models__card:nth-child(2):hover .server-models__img{transform:scale(1.12)}.server-models__card:nth-child(3):hover .server-models__img{transform:scale(1.05)}.server-models__card-footer{justify-content:center;margin-top:auto;display:flex}.server-models__btn{font-family:var(--body,"Inter", sans-serif);color:#1e293b;background-color:#fff;border:1px solid #e2e8f0;border-radius:24px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.6rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 2px 6px #0f172a05}.server-models__btn-arrow{color:#dc2626;font-weight:700;transition:transform .25s}.server-models__btn:hover{background-color:#f8fafc;border-color:#cbd5e1;box-shadow:0 4px 12px #0f172a0f}.server-models__btn:hover .server-models__btn-arrow{transform:translate(4px)}.server-models__btn--coming-soon{cursor:default;animation:.35s cubic-bezier(.16,1,.3,1) pulseBadge;color:#dc2626!important;background-color:#fef2f2!important;border-color:#fca5a5!important;box-shadow:0 4px 14px #dc262626!important}.server-models__coming-soon-badge{font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.04em;text-transform:uppercase;color:#dc2626;align-items:center;gap:.45rem;font-size:.8rem;font-weight:700;display:inline-flex}@keyframes pulseBadge{0%{transform:scale(.92)}50%{transform:scale(1.04)}to{transform:scale(1)}}@media (width<=1024px){.server-models__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.server-models__grid{grid-template-columns:1fr}}@media (width>=1024px) and (width<=1366px){.server-hero{padding:3.5rem 3rem}.server-hero__title{font-size:clamp(2.6rem,4vw,3.8rem)}.server-bento__grid{grid-template-columns:repeat(3,1fr);gap:1.15rem}.server-overview__stats-grid{grid-template-columns:repeat(4,1fr)}}@media (width>=768px) and (width<=1023px){.server-hero{padding:3rem 2rem}.server-hero__title{font-size:clamp(2.2rem,5vw,3.2rem)}.server-bento__grid,.server-overview__stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.server-overview__header{grid-template-columns:1fr;gap:2rem}}@media (width>=480px) and (width<=767px){.server-hero{padding:2.5rem 1.25rem}.server-hero__grid{text-align:center;grid-template-columns:1fr;justify-items:center;gap:2.25rem}.server-hero__content{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.server-hero__eyebrow{text-align:center;margin-inline:auto;font-size:.82rem}.server-hero__title{text-align:center;max-width:100%;margin-inline:auto;font-size:2.15rem}.server-hero__rule{margin:1.25rem auto}.server-hero__description{text-align:center;max-width:100%;margin-inline:auto;font-size:.98rem}.server-hero__actions{flex-direction:column;justify-content:center;align-items:stretch;gap:.85rem;width:100%}.server-button{text-align:center;justify-content:center;width:100%;font-size:.95rem}.server-product{width:100%;max-width:480px;margin-inline:auto}.server-bento__grid{grid-template-columns:1fr}.server-overview__stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=479px){.server-hero{padding:2rem 1rem}.server-hero__grid{text-align:center;grid-template-columns:1fr;justify-items:center;gap:2rem}.server-hero__content{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.server-hero__eyebrow{text-align:center;letter-spacing:.1em;margin-inline:auto;font-size:.78rem}.server-hero__title{text-align:center;max-width:100%;margin-inline:auto;font-size:1.95rem;line-height:1.15}.server-hero__rule{margin:1rem auto}.server-hero__description{text-align:center;max-width:100%;margin-inline:auto;font-size:.92rem;line-height:1.5}.server-hero__actions{flex-direction:column;align-items:stretch;gap:.75rem;width:100%}.server-button{text-align:center;justify-content:center;width:100%;padding:.85rem 1rem;font-size:.92rem;font-weight:700}.server-product{width:100%;max-width:100%;margin-inline:auto}.server-bento__grid,.server-overview__stats-grid{grid-template-columns:1fr;gap:.85rem}}@media (width<=767px){.server-product__image-wrap{box-sizing:border-box;height:clamp(210px,62vw,280px);padding:.5rem}.server-product__image,.server-product:hover .server-product__image{object-fit:contain;object-position:center;width:auto;max-width:92%;height:auto;max-height:100%;transform:none}}@media (width<=1024px){.server-blueprint__grid{grid-template-columns:1fr;align-items:stretch;gap:1.25rem}.server-blueprint__diagram-card,.server-blueprint__hotspots-card{align-self:stretch;position:relative;top:auto}}@media (width>=768px) and (width<=1100px){.server-arch__grid{flex-direction:column;gap:1.5rem;display:flex}.server-arch__center-graphic{order:1}.server-arch__col--left{order:2}.server-arch__col--right{order:3}.server-arch__connectors-svg{display:none}}@media (width<=640px){.server-blueprint,.server-configurator{padding:3.5rem .9rem}.server-blueprint__header{margin-bottom:1.5rem}.server-blueprint__title{font-size:1.8rem}.server-blueprint__tabs-nav{overflow-x:auto}.server-blueprint__tabs-pill-group{width:100%}.server-blueprint__tab-btn{flex:1;padding-inline:.65rem}.server-blueprint__subheader{margin-bottom:1.25rem}.server-blueprint__diagram-card{min-height:0;padding:0;overflow:visible}.server-blueprint__image-wrapper{width:100%;height:auto;min-height:0}.server-blueprint__diagram-img{object-fit:contain;width:100%;height:auto;max-height:none}.server-blueprint__hotspots-card{border-radius:12px;width:100%;height:auto;min-height:0;padding:1.1rem;overflow:visible}.server-blueprint__hotspots-title{margin-bottom:.65rem;padding-bottom:.65rem}.server-blueprint__hotspots-list{gap:.15rem;max-height:none;overflow:visible}.server-blueprint__hotspot-row{gap:.75rem;min-height:42px;padding:.55rem .65rem}.server-blueprint__spot-num{width:22px;height:22px;font-size:.65rem}.server-blueprint__spot-label{font-size:.8rem}.server-blueprint__pin{width:24px;height:24px;font-size:.65rem}.server-configurator__display-card{border-radius:14px;gap:1rem;padding:1rem}.server-configurator__bay-graphic{aspect-ratio:16/9;background:#fff;width:100%;height:auto;min-height:0;margin-block:.25rem;padding:.65rem;overflow:hidden}.server-configurator__bay-img{object-fit:contain;object-position:center;width:100%;max-width:100%;height:100%;transform:none}.server-configurator__specs-matrix{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.server-configurator__spec-pill{min-width:0;padding:.65rem .5rem}.server-configurator__spec-value{overflow-wrap:anywhere;font-size:.72rem}}@media (width<=767px){.server-arch__image-markers{display:block}.server-arch{background:linear-gradient(#fff 0%,#fbfcfe 100%);padding:3.5rem .9rem 4rem}.server-arch__container{max-width:720px;margin-inline:auto}.server-arch__header{margin-bottom:1.65rem;padding-inline:.4rem}.server-arch__eyebrow-wrap{margin-bottom:.9rem}.server-arch__red-bar{display:none}.server-arch__eyebrow{letter-spacing:.12em;font-size:.7rem}.server-arch__title{max-width:640px;margin:0 auto .9rem;font-size:clamp(1.8rem,8vw,2.55rem);line-height:1.12}.server-arch__subtitle{max-width:580px;font-size:.86rem;line-height:1.55}.server-arch__grid{flex-direction:column;gap:0;display:flex}.server-arch__center-graphic{order:1;margin:0 auto 1.5rem;padding:0}.server-arch__chassis-img{filter:drop-shadow(0 16px 15px #0f172a21);width:100%;max-width:680px}.server-arch__col{flex-direction:column;gap:.8rem;padding:0;display:flex}.server-arch__col--left{order:2}.server-arch__col--right{order:3;margin-top:.8rem}.server-arch__connectors-svg{display:none}.server-arch__callout-card{border-color:#e2e8f0;border-radius:14px;min-height:128px;padding:1rem;position:relative;box-shadow:0 3px 12px #0f172a09}.server-arch__callout-card:before{z-index:2;color:#fff;width:29px;height:29px;font-family:var(--display,"Space Grotesk", sans-serif);background:#ef2b2d;border-radius:50%;place-items:center;font-size:.85rem;font-weight:800;display:grid;position:absolute;top:1rem;left:5.65rem}.server-arch__col--left .server-arch__callout-card:first-child:before{content:"1"}.server-arch__col--left .server-arch__callout-card:nth-child(2):before{content:"2"}.server-arch__col--right .server-arch__callout-card:first-child:before{content:"3"}.server-arch__col--right .server-arch__callout-card:nth-child(2):before{content:"4"}.server-arch__col--right .server-arch__callout-card:nth-child(3):before{content:"5"}.server-arch__col--right .server-arch__callout-card:nth-child(4):before{content:"6"}.server-arch__card-top{align-items:center;gap:.9rem;margin-bottom:0}.server-arch__card-top>div:last-child{min-width:0;padding-left:2.15rem}.server-arch__icon-box{background:#fff7f7;border-color:#fecaca;width:72px;height:72px}.server-arch__icon-box svg{width:30px;height:30px}.server-arch__card-h3{font-size:1rem;line-height:1.2}.server-arch__card-tag{margin-top:.25rem;font-size:.65rem}.server-arch__card-body{max-width:calc(100% - 7.1rem);margin:-1.15rem 0 0 7.1rem;font-size:.75rem;line-height:1.45}.server-page-container{overscroll-behavior-x:none}.server-page-container img,.server-page-container svg{max-width:100%}.server-apps,.server-apps.server-apps--visible{opacity:1;filter:none;transition:none;transform:none}.server-apps.is-visible .server-apps__container,.server-apps.server-apps--visible .server-apps__container{opacity:1;filter:none;animation:none;transform:none}.server-apps__container{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}.server-hero,.server-hero__eyebrow,.server-hero__title>span,.server-hero__rule,.server-hero__description,.server-hero__actions,.server-product,.server-product__accent,.server-hero-specs .server-spec,.server-bento.is-visible .spec-tilt-card,.server-bento.server-bento--visible .spec-tilt-card,.server-specs.is-visible .server-specs__header,.server-specs.server-specs--visible .server-specs__header,.server-specs.is-visible .server-specs__container,.server-specs.server-specs--visible .server-specs__container,.server-arch.is-visible .server-arch__col--left,.server-arch.server-arch--visible .server-arch__col--left,.server-arch.is-visible .server-arch__center-graphic,.server-arch.server-arch--visible .server-arch__center-graphic,.server-arch.is-visible .server-arch__col--right,.server-arch.server-arch--visible .server-arch__col--right,.server-blueprint.is-visible .server-blueprint__container,.server-blueprint.server-blueprint--visible .server-blueprint__container,.server-configurator.is-visible .server-configurator__container,.server-configurator.server-configurator--visible .server-configurator__container,.server-resources.is-visible .server-resources__card,.server-resources.server-resources--visible .server-resources__card,.server-why.is-visible .server-why__header,.server-why.server-why--visible .server-why__header,.server-why.is-visible .server-why__item,.server-why.server-why--visible .server-why__item,.server-ordering.is-visible .server-ordering__grid,.server-ordering.server-ordering--visible .server-ordering__grid,.server-models,.server-models.is-visible,.server-models--visible,.server-models.is-visible .server-models__card,.server-models.server-models--visible .server-models__card{opacity:1;filter:none;transition:none;animation:none;transform:none}.server-blueprint__tabs-pill-group,.server-blueprint__hotspots-card{-webkit-backdrop-filter:none}.server-overview.is-visible .server-overview__header,.server-overview.server-overview--visible .server-overview__header,.server-overview.is-visible .server-overview__grid,.server-overview.server-overview--visible .server-overview__grid{filter:none;opacity:1;animation:none;transform:none}.server-overview__stats-grid{background:#e2e8f0;border-color:#e2e8f0;border-radius:12px;grid-template-columns:1fr;gap:1px}.server-overview__stat-card{filter:none;-webkit-font-smoothing:auto;text-rendering:geometricprecision;justify-content:center;min-height:112px;padding:1.35rem 1.25rem;transform:none}.server-overview__stat-val{color:#0f172a;margin-bottom:.75rem;font-size:2rem;font-weight:700;line-height:1}.server-overview__stat-label{color:#475569;letter-spacing:.1em;font-size:.7rem;font-weight:700;line-height:1.3}}@media (width<=420px){.server-arch__callout-card{min-height:118px;padding-inline:.8rem}.server-arch__icon-box{width:62px;height:62px}.server-arch__callout-card:before{width:26px;height:26px;left:4.55rem}.server-arch__card-top>div:last-child{padding-left:1.75rem}.server-arch__card-body{max-width:calc(100% - 5.95rem);margin-left:5.95rem}}.zmd-sol-page{--paper:#fff;--card:#fff;--ink:#0f172a;--muted:#475569;--faint:#64748b;--line:#e2e8f0;--line-soft:#f1f5f9;--accent:#dc2626;--accent-ink:#991b1b;--accent-soft:#fff5f5;--accent-border:#fca5a5;--radius:8px;background-color:var(--paper);color:var(--ink);box-sizing:border-box;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6;overflow-x:clip}.zmd-sol-hl{color:var(--accent-ink);font-weight:600}.zmd-sol-dot{background-color:var(--accent);border-radius:50%;flex-shrink:0;width:7px;height:7px;display:inline-block;position:relative}.zmd-sol-dot:after{content:"";border:1.5px solid var(--accent);opacity:0;border-radius:50%;animation:2.4s ease-out infinite zmdDotPulse;position:absolute;inset:-4px}@keyframes zmdDotPulse{0%{opacity:.6;transform:scale(.5)}80%{opacity:0;transform:scale(1.8)}to{opacity:0;transform:scale(1.8)}}.sol-ref-section{border-bottom:1px solid var(--line);scroll-margin-top:90px;position:relative}.sol-ref-section.zmd-sol-theme-light{color:#14171b;background-color:#fff}.sol-ref-section.zmd-sol-theme-dark{color:#14171b;background-color:#f1f3f5;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.zmd-sol-theme-dark .zmd-sol-eyebrow{color:var(--accent)}.zmd-sol-theme-dark .zmd-sol-eyebrow-text{color:var(--muted)}.zmd-sol-theme-dark .zmd-sol-rule{background-color:var(--line)}.zmd-sol-theme-dark .zmd-sol-h-title{color:var(--ink)}.zmd-sol-theme-dark .zmd-sol-h-lede{color:var(--accent-ink)}.zmd-sol-theme-dark .zmd-sol-h-body{color:var(--muted)}.zmd-sol-theme-dark .zmd-sol-hl{color:var(--accent-ink)}.zmd-sol-theme-dark .zmd-sol-h-expand{border:1px solid #e2e8f0;border-left:3px solid var(--accent);color:var(--ink);background:#fff}.zmd-sol-theme-dark .zmd-sol-h-expand b{color:var(--accent-ink)}.zmd-sol-theme-dark .zmd-sol-h-trust{color:var(--faint);border-top-color:var(--line-soft)}.zmd-sol-theme-dark .zmd-sol-h-trust .tag{background:var(--accent-soft);border-color:var(--accent-border);color:var(--accent)}.zmd-sol-theme-dark .zmd-sol-metric-strip .zmd-sol-m{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 12px #0f172a08}.zmd-sol-theme-dark .zmd-sol-metric-strip .zmd-sol-m:hover{border-color:var(--accent-border);box-shadow:0 6px 18px #0f172a0f}.zmd-sol-theme-dark .zmd-sol-metric-strip .zmd-sol-m .v{color:var(--ink)}.zmd-sol-theme-dark .zmd-sol-m-val{background:var(--accent-soft);border-color:var(--accent-border);color:var(--accent)}.zmd-sol-theme-dark .zmd-sol-cap{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 12px #0f172a08}.zmd-sol-theme-dark .zmd-sol-cap:hover{border-color:var(--accent-border);box-shadow:0 12px 28px #0f172a0f}.zmd-sol-theme-dark .zmd-sol-cap-t{color:var(--ink)}.zmd-sol-theme-dark .zmd-sol-cap-d{color:var(--muted)}.zmd-sol-theme-dark .zmd-sol-hardware-block{background:#fff;border-color:#e2e8f0;box-shadow:0 16px 36px #0f172a0a}.zmd-sol-theme-dark .zmd-sol-hw-header{border-bottom-color:var(--line-soft)}.zmd-sol-theme-dark .zmd-sol-hw-kicker{color:var(--accent)}.zmd-sol-theme-dark .zmd-sol-hw-title{color:var(--ink)}.zmd-sol-theme-dark .zmd-sol-hw-card{background:#f8fafc;border-color:#e2e8f0}.zmd-sol-theme-dark .zmd-sol-hw-card:hover{border-color:var(--accent-border);box-shadow:0 8px 20px #0f172a0d}.zmd-sol-theme-dark .zmd-sol-hw-img-wrap{border:1px solid var(--line-soft);background:#fff!important}.zmd-sol-theme-dark .zmd-sol-hw-name{color:#fff}.zmd-sol-theme-dark .zmd-sol-hw-spec{color:#94a3b8}.zmd-sol-theme-dark .zmd-sol-hw-cta{color:#64748b}.zmd-sol-theme-dark .zmd-sol-hw-badge{color:#fff;background:#0f172ad9;border-color:#ffffff26}.zmd-sol-theme-dark .zmd-sol-divider-line{background:linear-gradient(90deg,#0000 0%,#ffffff26 50%,#0000 100%)}.zmd-sol-theme-dark .zmd-sol-divider-badge{color:#ef4444;background:#161e2e;border-color:#ffffff26}.zmd-sol-shell{flex-direction:column;justify-content:center;max-width:1380px;margin:0 auto;padding:48px 32px;display:flex}.zmd-sol-divider{justify-content:center;align-items:center;gap:20px;max-width:1380px;margin:0 auto;padding-top:40px;display:flex}.zmd-sol-divider-line{background:linear-gradient(90deg, transparent 0%, var(--line) 50%, transparent 100%);flex:1;height:1px}.zmd-sol-divider-badge{letter-spacing:.1em;color:var(--faint);background:var(--card);border:1px solid var(--line);border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-family:IBM Plex Mono,monospace;font-size:11px;display:flex}.zmd-sol-eyebrow{letter-spacing:.14em;color:var(--accent-ink);text-transform:uppercase;align-items:center;gap:10px;margin-bottom:24px;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:600;display:flex}.zmd-sol-eyebrow--center{justify-content:center}.zmd-sol-rule{background-color:var(--accent-border);flex:1;max-width:64px;height:1px}.sol-hero-section{background-color:#f4f4f6;background-image:var(--zmd-sol-hero-image);background-position:100%;background-repeat:no-repeat;background-size:auto 100%;position:relative;overflow:hidden}.zmd-sol-hero-ambient-glow{pointer-events:none;background:radial-gradient(circle,#dc262614 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-100px;left:20%}.sol-hero-section .zmd-sol-shell{z-index:2;padding-top:96px;padding-bottom:96px;position:relative}.zmd-sol-hero-grid{grid-template-columns:minmax(0,720px);align-items:center;display:grid}.zmd-sol-display{letter-spacing:-.02em;color:var(--ink);margin-bottom:28px;font-family:Space Grotesk,sans-serif;font-size:clamp(48px,6.5vw,84px);font-weight:700;line-height:1.05}.zmd-sol-display em{color:var(--accent);background:linear-gradient(135deg,#dc2626 0%,#991b1b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-style:normal}.zmd-sol-hero-sub{color:var(--muted);max-width:680px;margin-bottom:36px;font-size:20px;line-height:1.8}.zmd-sol-hero-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.zmd-sol-hero-visual{display:none}.zmd-sol-btn{letter-spacing:.04em;cursor:pointer;border-radius:6px;align-items:center;gap:10px;padding:14px 24px;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:600;text-decoration:none;transition:all .22s;display:inline-flex}.zmd-sol-btn--primary{background:var(--ink);color:#fff;border:1px solid var(--ink);box-shadow:0 4px 14px #0f172a1f}.zmd-sol-btn--primary:hover{background:var(--accent);border-color:var(--accent);transform:translateY(-2px);box-shadow:0 8px 20px #dc262633}.zmd-sol-btn--ghost{background:var(--card);color:var(--muted);border:1px solid var(--line)}.zmd-sol-btn--ghost:hover{color:var(--ink);border-color:var(--accent-border);background:var(--accent-soft);transform:translateY(-2px)}.zmd-sol-index-label{letter-spacing:.12em;color:var(--faint);text-transform:uppercase;align-items:center;gap:8px;margin-bottom:12px;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:600;display:flex}.zmd-sol-live-icon{color:var(--accent);animation:2s infinite zmdDotPulse}.zmd-sol-hero-index{background:var(--card);border:1px solid var(--line);border-radius:8px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 30px #0f172a08}.zmd-sol-index-item{border-bottom:1px solid var(--line-soft);color:var(--muted);align-items:center;padding:14px 20px;font-family:IBM Plex Mono,monospace;font-size:13.5px;text-decoration:none;transition:all .22s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.zmd-sol-index-item:last-child{border-bottom:none}.zmd-sol-index-line{background-color:var(--accent);width:0;transition:width .2s;position:absolute;top:0;bottom:0;left:0}.zmd-sol-index-item:hover{background:var(--accent-soft);color:var(--ink);padding-left:26px}.zmd-sol-index-item:hover .zmd-sol-index-line{width:4px}.zmd-sol-index-item .n{color:var(--accent);margin-right:14px;font-size:13px;font-weight:700}.zmd-sol-index-item .label{color:inherit;flex:1;font-weight:500}.zmd-sol-index-item .go{opacity:0;color:var(--accent);align-items:center;gap:4px;font-size:12px;font-weight:700;transition:all .2s;display:flex;transform:translate(-8px)}.zmd-sol-index-item:hover .go{opacity:1;transform:translate(0)}.zmd-sol-motion-section{--sol-motion-x:0px;--sol-motion-turn:0deg;opacity:0;transform:perspective(1400px) translate3d(var(--sol-motion-x), 86px, 0) rotateY(var(--sol-motion-turn)) rotateX(2deg) scale(.955);filter:blur(11px)saturate(.82);clip-path:inset(7% 0 round 22px);will-change:opacity, transform, filter, clip-path;transition:opacity .76s cubic-bezier(.16,1,.3,1),transform 1.08s cubic-bezier(.16,1,.3,1),filter .76s,clip-path .9s cubic-bezier(.16,1,.3,1)}.zmd-sol-motion-section[data-motion-direction=left]{--sol-motion-x:-58px;--sol-motion-turn:2.5deg}.zmd-sol-motion-section[data-motion-direction=right]{--sol-motion-x:58px;--sol-motion-turn:-2.5deg}.zmd-sol-motion-section.is-visible{opacity:1;filter:blur()saturate();clip-path:inset(0);transform:perspective(1400px)translate(0,0)rotateY(0)rotateX(0)scale(1)}.zmd-stagger-1,.zmd-stagger-2,.zmd-stagger-3,.zmd-stagger-4{opacity:0;transform:translateY(24px)}.sol-hero-section.is-visible .zmd-stagger-1{animation:.72s cubic-bezier(.16,1,.3,1) 80ms both zmdFadeUp}.sol-hero-section.is-visible .zmd-stagger-2{animation:.72s cubic-bezier(.16,1,.3,1) .18s both zmdFadeUp}.sol-hero-section.is-visible .zmd-stagger-3{animation:.72s cubic-bezier(.16,1,.3,1) .28s both zmdFadeUp}.sol-hero-section.is-visible .zmd-stagger-4{animation:.72s cubic-bezier(.16,1,.3,1) .38s both zmdFadeUp}@keyframes zmdFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.zmd-sol-v-grid{grid-template-columns:1.05fr 1.35fr;align-items:start;gap:40px;display:grid}.zmd-sol-h-title{letter-spacing:-.015em;color:var(--ink);margin-bottom:12px;font-family:Space Grotesk,sans-serif;font-size:clamp(32px,3.8vw,48px);font-weight:700;line-height:1.08}.zmd-sol-image-card{border:1px solid var(--line-soft,#e2e8f0);background-color:#fff;border-radius:14px;width:100%;margin:12px 0 16px;transition:transform .35s,box-shadow .35s,border-color .35s;overflow:hidden;box-shadow:0 6px 20px #0f172a0d}.zmd-sol-image-card:hover{border-color:var(--accent-border,#fca5a5);transform:translateY(-2px);box-shadow:0 14px 32px #0f172a14}.zmd-sol-image{object-fit:cover;object-position:center;width:100%;height:220px;transition:transform .45s;display:block}.zmd-sol-image-card:hover .zmd-sol-image{transform:scale(1.025)}.zmd-sol-v-img-wrap{border:1.5px solid var(--line);background-color:var(--card);border-radius:16px;max-width:520px;margin:16px 0 20px;transition:transform .35s,box-shadow .35s;overflow:hidden;box-shadow:0 12px 30px #0f172a0d}.zmd-sol-v-img-wrap:hover{transform:translateY(-3px);box-shadow:0 20px 40px #0f172a14}.zmd-sol-v-img-frame{background:#000;width:100%;height:220px;position:relative;overflow:hidden}.zmd-sol-v-img{object-fit:cover;opacity:.94;filter:contrast(1.05);width:100%;height:100%;transition:transform 6s;display:block}.zmd-sol-v-img-wrap:hover .zmd-sol-v-img{transform:scale(1.06)}.zmd-sol-scan-line{opacity:.8;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ef4444 50%,#0000 100%);height:2px;animation:5s linear infinite zmdScanLine;position:absolute;left:0;right:0;box-shadow:0 0 12px #ef4444}@keyframes zmdScanLine{0%{opacity:0;top:-2px}10%{opacity:.9}90%{opacity:.9}to{opacity:0;top:100%}}.zmd-sol-img-top-badge{-webkit-backdrop-filter:blur(8px);color:#fff;letter-spacing:.08em;background:#0f172ad9;border:1px solid #ffffff26;border-radius:16px;align-items:center;gap:6px;padding:5px 10px;font-family:IBM Plex Mono,monospace;font-size:9.5px;font-weight:700;display:flex;position:absolute;top:12px;left:14px}.zmd-sol-pulse-dot{background-color:#ef4444;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #ef4444}.zmd-sol-v-img-caption{background:var(--card);border-top:1px solid var(--line-soft);color:var(--faint);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;font-family:IBM Plex Mono,monospace;font-size:10.5px;display:flex}.zmd-sol-v-cap-left{align-items:center;gap:8px;display:flex}.zmd-sol-v-img-tag{color:var(--accent);letter-spacing:.06em;font-weight:700}.zmd-sol-v-img-sub{color:var(--ink);font-weight:600}.zmd-sol-v-cap-right{color:var(--accent-ink);align-items:center;gap:5px;font-weight:600;display:flex}.zmd-sol-sec-icon{color:var(--accent)}.zmd-sol-h-lede{color:var(--accent-ink);margin-bottom:12px;font-size:15.5px;font-weight:600;line-height:1.45}.zmd-sol-h-body{color:var(--muted);max-width:520px;margin-bottom:18px;font-size:16px;line-height:1.65}.zmd-sol-h-expand{color:var(--ink);background:var(--accent-soft);border-left:3px solid var(--accent);border-radius:0 6px 6px 0;max-width:520px;margin-bottom:18px;padding:12px 16px;font-size:13px;line-height:1.55}.zmd-sol-h-expand b{letter-spacing:.08em;color:var(--accent-ink);text-transform:uppercase;margin-bottom:4px;font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:700;display:block}.zmd-sol-h-trust{color:var(--faint);border-top:1px solid var(--line-soft);align-items:flex-start;gap:10px;max-width:520px;padding-top:14px;font-size:12.5px;line-height:1.45;display:flex}.zmd-sol-h-trust .tag{letter-spacing:.08em;color:var(--accent);text-transform:uppercase;background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:3px;flex-shrink:0;padding:2px 6px;font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:700}.zmd-sol-v-media{flex-direction:column;gap:18px;display:flex}.zmd-sol-metric-strip{background-color:#0000;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:10px;display:grid}.zmd-sol-metric-strip .zmd-sol-m{background:var(--card);border:1px solid var(--line);border-radius:8px;flex-direction:column;justify-content:space-between;gap:10px;min-width:0;padding:14px 12px;transition:transform .2s,border-color .2s;display:flex;box-shadow:0 4px 12px #0f172a05}.zmd-sol-metric-strip .zmd-sol-m:hover{border-color:var(--accent-border);transform:translateY(-2px)}.zmd-sol-metric-strip .zmd-sol-m .v{color:var(--ink);white-space:normal;word-break:normal;font-size:13px;font-weight:700;line-height:1.35;overflow:visible}.zmd-sol-m-val{color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:4px;width:fit-content;padding:3px 8px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700}.zmd-sol-caps{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.zmd-sol-cap{background:var(--card);border:1px solid var(--line);border-radius:14px;flex-direction:column;gap:10px;padding:16px 14px;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden}.zmd-sol-cap-accent{background-color:var(--accent);width:0%;height:3px;transition:width .3s;position:absolute;top:0;left:0}.zmd-sol-cap:hover{border-color:var(--accent-border);transform:translateY(-4px);box-shadow:0 16px 32px #0f172a0f}.zmd-sol-cap:hover .zmd-sol-cap-accent{width:100%}.zmd-sol-cap-t{color:var(--ink);align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.zmd-sol-cap-dot{background-color:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.zmd-sol-cap-d{color:var(--muted);font-size:13.5px;line-height:1.6}.zmd-sol-hardware-block{background-color:var(--card);border:1.5px solid var(--line);border-radius:24px;padding:32px;box-shadow:0 20px 45px #0f172a0a}.zmd-sol-hw-header{border-bottom:1px solid var(--line-soft);margin-bottom:24px;padding-bottom:16px}.zmd-sol-hw-kicker{letter-spacing:.12em;color:var(--accent);text-transform:uppercase;align-items:center;gap:6px;margin-bottom:6px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700;display:flex}.zmd-sol-hw-title{color:var(--ink);margin:0;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700}.zmd-sol-hw-models-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;display:grid}.zmd-sol-hw-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;flex-direction:column;gap:12px;padding:16px;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s;display:flex;position:relative}.zmd-sol-hw-card:hover{border-color:var(--accent-border);transform:translateY(-5px)rotate(.8deg);box-shadow:0 12px 28px #dc262614}.zmd-sol-hw-card--ai{border:1.5px solid var(--accent-border);background:linear-gradient(135deg,#fff5f5 0%,#fff 100%)}.zmd-sol-hw-img-wrap{border:1px solid var(--line-soft);background:#fff;border-radius:8px;justify-content:center;align-items:center;width:100%;height:130px;padding:10px;display:flex;position:relative;overflow:hidden}.zmd-sol-hw-img{object-fit:contain;max-width:92%;max-height:92%;transition:transform .35s}.zmd-sol-hw-card:hover .zmd-sol-hw-img{transform:scale(1.08)}.zmd-sol-hw-badge{color:var(--muted);background:var(--card);border:1px solid var(--line);letter-spacing:.05em;border-radius:4px;padding:3px 7px;font-family:IBM Plex Mono,monospace;font-size:9px;font-weight:700;position:absolute;top:8px;left:8px}.zmd-sol-hw-badge--red{color:var(--accent);background:var(--accent-soft);border-color:var(--accent-border);align-items:center;gap:4px;display:flex}.zmd-sol-hw-info{flex-direction:column;gap:4px;display:flex}.zmd-sol-hw-name{color:var(--ink);font-family:Space Grotesk,sans-serif;font-size:14.5px;font-weight:700}.zmd-sol-hw-spec{color:var(--faint);font-family:IBM Plex Mono,monospace;font-size:11px;line-height:1.4}.zmd-sol-hw-cta{color:var(--muted);align-items:center;gap:4px;margin-top:6px;font-family:IBM Plex Mono,monospace;font-size:10.5px;font-weight:700;transition:color .18s;display:flex}.zmd-sol-hw-cta--red,.zmd-sol-hw-card:hover .zmd-sol-hw-cta{color:var(--accent)}.zmd-sol-v-section .anim-reveal-1,.zmd-sol-v-section .anim-reveal-2,.zmd-sol-v-section .anim-reveal-3,.zmd-sol-v-section .anim-reveal-4,.zmd-sol-v-section .anim-reveal-5{opacity:0;transition:opacity .6s,transform .72s cubic-bezier(.16,1,.3,1);transform:translateY(28px)}.zmd-sol-v-section.is-visible .anim-reveal-1{opacity:1;transition-delay:50ms;transform:translateY(0)}.zmd-sol-v-section.is-visible .anim-reveal-2{opacity:1;transition-delay:.1s;transform:translateY(0)}.zmd-sol-v-section.is-visible .anim-reveal-3{opacity:1;transition-delay:.15s;transform:translateY(0)}.zmd-sol-v-section.is-visible .anim-reveal-4{opacity:1;transition-delay:.2s;transform:translateY(0)}.zmd-sol-v-section.is-visible .anim-reveal-5{opacity:1;transition-delay:.25s;transform:translateY(0)}.zmd-sol-v-section .zmd-sol-m,.zmd-sol-v-section .zmd-sol-cap,.zmd-sol-v-section .zmd-sol-hw-card{opacity:0;transition:opacity .45s,transform .55s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s;transform:translateY(18px)scale(.98)}.zmd-sol-v-section.is-visible .zmd-sol-m,.zmd-sol-v-section.is-visible .zmd-sol-cap,.zmd-sol-v-section.is-visible .zmd-sol-hw-card{opacity:1;transform:translateY(0)scale(1)}.zmd-sol-v-section.is-visible .zmd-sol-m:first-child,.zmd-sol-v-section.is-visible .zmd-sol-cap:first-child,.zmd-sol-v-section.is-visible .zmd-sol-hw-card:first-child{transition-delay:.24s}.zmd-sol-v-section.is-visible .zmd-sol-m:nth-child(2),.zmd-sol-v-section.is-visible .zmd-sol-cap:nth-child(2),.zmd-sol-v-section.is-visible .zmd-sol-hw-card:nth-child(2){transition-delay:.3s}.zmd-sol-v-section.is-visible .zmd-sol-m:nth-child(3),.zmd-sol-v-section.is-visible .zmd-sol-cap:nth-child(3){transition-delay:.36s}.zmd-sol-v-section.is-visible .zmd-sol-m:nth-child(4),.zmd-sol-v-section.is-visible .zmd-sol-cap:nth-child(4){transition-delay:.42s}.zmd-sol-v-section.is-visible .zmd-sol-m:nth-child(5),.zmd-sol-v-section.is-visible .zmd-sol-cap:nth-child(5){transition-delay:.48s}.zmd-sol-v-section.is-visible .zmd-sol-cap:nth-child(6){transition-delay:.54s}.zmd-sol-motion-section .zmd-sol-cascade-card{opacity:0;filter:blur(4px);will-change:opacity, transform, filter;transition:opacity .48s,transform .68s cubic-bezier(.16,1,.3,1),filter .52s,box-shadow .3s,border-color .3s;transform:translateY(30px)scale(.965)}.zmd-sol-motion-section.is-visible .zmd-sol-cascade-card{opacity:1;filter:blur();transition-delay:var(--zmd-sol-card-delay);transform:translate(0,0)scale(1)}@media (hover:hover) and (pointer:fine){.zmd-sol-v-section.is-visible .zmd-sol-m:hover{transform:translateY(-3px)scale(1.01)}.zmd-sol-v-section.is-visible .zmd-sol-cap:hover,.zmd-sol-v-section.is-visible .zmd-sol-hw-card:hover{transform:translateY(-5px)scale(1.01)}.zmd-sol-motion-section.is-visible .zmd-sol-cascade-card:hover{transform:translateY(-5px)scale(1.01)}}@media (prefers-reduced-motion:reduce){.zmd-sol-motion-section,.zmd-stagger-1,.zmd-stagger-2,.zmd-stagger-3,.zmd-stagger-4,.zmd-sol-v-section .anim-reveal-1,.zmd-sol-v-section .anim-reveal-2,.zmd-sol-v-section .anim-reveal-3,.zmd-sol-v-section .anim-reveal-4,.zmd-sol-v-section .anim-reveal-5,.zmd-sol-v-section .zmd-sol-m,.zmd-sol-v-section .zmd-sol-cap,.zmd-sol-v-section .zmd-sol-hw-card{opacity:1;filter:none;transition:none;animation:none;transform:none}.zmd-sol-motion-section .zmd-sol-cascade-card{opacity:1;filter:none;transition:none;transform:none}}@media (width<=680px){.zmd-sol-motion-section{clip-path:inset(3% 0 round 14px);transform:translateY(46px)scale(.98)}.zmd-sol-motion-section.is-visible{transform:translate(0,0)scale(1)}}.zmd-sol-master-header{text-align:center;background-color:#fff;border-bottom:none;padding:32px 0 0;position:relative}.zmd-sol-master-header-inner{flex-direction:column;align-items:center;max-width:840px;margin:0 auto;display:flex}.zmd-sol-master-title{color:var(--ink);letter-spacing:-.02em;margin:8px 0 10px;font-family:Space Grotesk,sans-serif;font-size:clamp(34px,4.5vw,56px);font-weight:700;line-height:1.1}.zmd-sol-master-title em{background:linear-gradient(135deg,#dc2626 0%,#ef4444 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-style:normal}.zmd-sol-master-sub{color:var(--muted);max-width:660px;font-size:16.5px;font-weight:400;line-height:1.6}.zmd-sol-eyebrow--center{justify-content:center;margin:0 auto}#agritech.zmd-sol-v-section .zmd-sol-shell{padding-top:20px}.zmd-sol-prefooter{color:#fff;text-align:center;background:linear-gradient(#fafbfd 0%,#0f172a 100%);padding:120px 0 100px;position:relative;overflow:hidden}.zmd-sol-prefooter-content{flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex}.zmd-sol-prefooter-title{letter-spacing:-.015em;margin-bottom:24px;font-family:Space Grotesk,sans-serif;font-size:clamp(36px,5vw,60px);font-weight:700;line-height:1.1}.zmd-sol-prefooter-title em{color:#ef4444;font-style:normal}.zmd-sol-prefooter-sub{color:#94a3b8;max-width:700px;margin-bottom:56px;font-size:19px;line-height:1.7}.zmd-sol-prefooter-stats{border-top:1px solid #ffffff1f;grid-template-columns:repeat(4,1fr);gap:24px;width:100%;padding-top:40px;display:grid}.zmd-sol-pstat{flex-direction:column;gap:4px;display:flex}.zmd-sol-pstat .v{color:#fff;font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:700}.zmd-sol-pstat .k{letter-spacing:.08em;color:#94a3b8;text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:11.5px}.zmd-sol-bottom-banner{color:#fff;background:#0b0c0e;border-top:1px solid #1f2329;padding:56px 0 64px}.zmd-sol-foot-wrap{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.zmd-sol-foot-brand{color:#fff;letter-spacing:.02em;font-family:Space Grotesk,sans-serif;font-size:26px;font-weight:700}.zmd-sol-foot-line{color:#a1a1aa;letter-spacing:.06em;margin-top:8px;font-family:IBM Plex Mono,monospace;font-size:11px}.zmd-sol-foot-right{color:#ef4444;text-align:right;letter-spacing:.06em;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600;line-height:1.6}@media (width<=1200px){.zmd-sol-hero-grid,.zmd-sol-v-grid{grid-template-columns:1fr;gap:48px}.zmd-sol-shell{padding:80px 24px}.zmd-sol-caps{grid-template-columns:repeat(2,1fr)}.zmd-sol-prefooter-stats{grid-template-columns:repeat(2,1fr);gap:32px}}@media (width<=992px){.sol-hero-section{background-image:none;min-height:calc(100svh - 68px)}.sol-hero-section .zmd-sol-shell{min-height:calc(100svh - 68px);padding:48px 24px 40px}.zmd-sol-hero-grid{display:block}.zmd-sol-hero-left{width:100%}.zmd-sol-display{max-width:760px;margin-bottom:24px;font-size:clamp(2.2rem,5vw,3.2rem)}.zmd-sol-hero-visual{isolation:isolate;width:min(100%,760px);margin:-8px auto 24px;display:block}.zmd-sol-hero-visual img{mix-blend-mode:multiply;-webkit-mask-composite:source-in;width:100%;height:auto;display:block;-webkit-mask-image:linear-gradient(#0000 0%,#000 9% 91%,#0000 100%),linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 9% 91%,#0000 100%),linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.zmd-sol-hero-sub{max-width:760px}}@media (width<=680px){.sol-hero-section{min-height:calc(100svh - 62px)}.sol-hero-section .zmd-sol-shell{justify-content:flex-start;min-height:calc(100svh - 62px);padding:28px 18px 30px}.sol-hero-section .zmd-sol-eyebrow{letter-spacing:.1em;gap:8px;margin-bottom:14px;font-size:10px}.sol-hero-section .zmd-sol-rule{max-width:32px}.zmd-sol-caps{grid-template-columns:1fr}.zmd-sol-metric-strip{grid-template-columns:repeat(2,1fr)}.zmd-sol-prefooter-stats{grid-template-columns:1fr}.zmd-sol-foot-wrap{flex-direction:column;align-items:flex-start}.zmd-sol-foot-right{text-align:left}.zmd-sol-display{margin-bottom:16px;font-size:2.15rem;line-height:1.02}.zmd-sol-hero-visual{justify-content:center;align-items:center;width:100%;margin:-4px auto 14px;display:flex}.zmd-sol-hero-visual img{object-position:center;margin-inline:auto}.zmd-sol-hero-sub{margin-bottom:22px;font-size:15px;line-height:1.55}.zmd-sol-hero-actions{grid-template-columns:1fr;gap:10px;display:grid}.zmd-sol-btn{box-sizing:border-box;text-align:center;justify-content:center;width:100%;min-height:48px;padding:12px 16px}.zmd-sol-h-title{font-size:clamp(30px,8vw,40px)}.zmd-sol-h-body{font-size:17px}}@media (width<=479px){.zmd-sol-display{font-size:1.95rem}}:root{--body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--display:"Space Grotesk", sans-serif;--mono:"IBM Plex Mono", monospace}.edgeai-page{box-sizing:border-box;width:100%;font-family:var(--body,"Inter", sans-serif);contain:layout paint;scrollbar-width:none;-ms-overflow-style:none;background-color:#fff;padding:0;transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1)}.edgeai-page::-webkit-scrollbar{width:0;height:0;display:none}.edgeai-page--entering{animation:.85s cubic-bezier(.16,1,.3,1) both ultraPageEnter}.edgeai-page--exiting{animation:.38s cubic-bezier(.4,0,.2,1) both ultraPageExit}@keyframes ultraPageEnter{0%{opacity:0;transform:scale(.985)translateY(18px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes ultraPageExit{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.98)translateY(-14px)}}.edge-hero,.edge-flow,.edge-layers,.edge-solutions,.edge-cta,.edge-flow__group,.edge-layer-card,.edge-sol-card{opacity:0;will-change:transform, opacity;transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1);transform:translateY(22px)}.edge-hero.is-visible,.edge-flow.is-visible,.edge-layers.is-visible,.edge-solutions.is-visible,.edge-cta.is-visible,.edge-flow__group.is-visible,.edge-layer-card.is-visible,.edge-sol-card.is-visible{opacity:1;will-change:auto;transform:translateY(0)}.edge-sol-card:first-child.is-visible{transition-delay:50ms}.edge-sol-card:nth-child(2).is-visible{transition-delay:.1s}.edge-sol-card:nth-child(3).is-visible{transition-delay:.15s}.edge-sol-card:nth-child(4).is-visible{transition-delay:.2s}.edge-sol-card:nth-child(5).is-visible{transition-delay:.25s}.edge-sol-card:nth-child(6).is-visible{transition-delay:.3s}.edge-sol-card:nth-child(7).is-visible{transition-delay:.35s}.edge-sol-card:nth-child(8).is-visible{transition-delay:.4s}.edge-sol-card:nth-child(9).is-visible{transition-delay:.45s}.edge-hero{box-sizing:border-box;background-color:#fafafc;background-image:radial-gradient(at 85% 20%,#dc262612 0%,#0000 50%),url(/assets/herosectionedgeai-43VfLlh9.webp);background-position:100%;background-repeat:no-repeat;background-size:cover;border-bottom:1px solid #e2e8f0;align-items:center;width:100%;min-height:clamp(540px,65vh,740px);padding:clamp(3.5rem,6vw,6rem) clamp(1.5rem,5vw,5rem);display:flex;position:relative;overflow:hidden}.edge-hero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#fafafcfc 0%,#fafafcf7 55%,#fafafcd1 75%,#fafafc66 90%,#fafafc00 100%);width:min(82%,960px);position:absolute;inset:0 auto 0 0}.edge-hero__card{box-sizing:border-box;width:100%;max-width:1400px;box-shadow:none;z-index:2;background:0 0;border:none;margin-inline:auto;padding:0;display:block;position:relative}.edge-hero__left{flex-direction:column;max-width:620px;display:flex}.edge-hero__eyebrow-pill{font-family:var(--mono,"IBM Plex Mono", monospace);color:#dc2626;letter-spacing:.08em;text-transform:uppercase;background-color:#fff5f5;border:1.5px solid #fca5a5;border-radius:20px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.5rem;padding:.45rem 1.25rem;font-size:.82rem;font-weight:700;display:inline-flex}.edge-hero__dot{color:#dc2626;font-size:.95rem}.edge-hero__title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-.035em;margin:0 0 1.25rem;font-size:clamp(2.8rem,4.6vw,4.5rem);font-weight:800;line-height:1.1}.edge-hero__title-red{color:#dc2626;display:inline}.edge-hero__desc{font-family:var(--body,"Inter", sans-serif);color:#475569;max-width:620px;margin:0 0 2.25rem;font-size:clamp(1.05rem,1.25vw,1.2rem);line-height:1.65}.edge-hero__actions{flex-wrap:wrap;align-items:center;gap:1.1rem;display:flex}.edge-hero__btn-primary{color:#fff;font-family:var(--body,"Inter", sans-serif);background-color:#dc2626;border:1px solid #dc2626;border-radius:12px;align-items:center;gap:.6rem;padding:.95rem 2rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 14px #dc262640}.edge-hero__btn-primary:hover{background-color:#b91c1c;border-color:#b91c1c;transform:translateY(-2px);box-shadow:0 8px 22px #dc262661}.edge-hero__btn-secondary{color:#dc2626;font-family:var(--body,"Inter", sans-serif);background-color:#fff;border:1.5px solid #fca5a5;border-radius:12px;align-items:center;gap:.6rem;padding:.95rem 2rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.edge-hero__btn-secondary:hover{background-color:#fff5f5;border-color:#dc2626;transform:translateY(-2px)}.edge-hero__divider{background-color:#f1f5f9;width:100%;height:1px;margin:2.25rem 0 1.75rem}.edge-hero__stats{grid-template-columns:repeat(3,1fr);gap:1.25rem;width:100%;display:grid}.edge-hero__stat-item{flex-direction:column;gap:.4rem;display:flex}.edge-hero__stat-header{align-items:center;gap:.65rem;display:flex}.edge-hero__stat-icon{color:#dc2626;background-color:#fef2f2;border:1px solid #fee2e2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.edge-hero__stat-val{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;font-size:1.75rem;font-weight:800;line-height:1.1}.edge-hero__stat-label{font-family:var(--body,"Inter", sans-serif);color:#64748b;margin:0;font-size:.9rem;line-height:1.4}.edge-hero__right,.edge-hero__graphic-wrap{justify-content:center;align-items:center;width:100%;display:flex}.edge-hero__right-img{object-fit:contain;width:100%;max-width:100%;height:auto;display:block}@media (width<=1024px){.edge-hero__card{grid-template-columns:1fr;gap:3rem}.edge-hero__right-img{max-width:520px}}@media (width<=640px){.edge-hero__stats{grid-template-columns:1fr;gap:1.5rem}.edge-hero__actions{flex-direction:column;align-items:stretch}.edge-hero__btn-primary,.edge-hero__btn-secondary{justify-content:center}}.ecosystem{box-sizing:border-box;color:#0f172a;width:100%;font-family:var(--body,"Inter", sans-serif);background-color:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:96px 32px;position:relative;overflow:hidden}.ecosystem *{box-sizing:border-box}.ecosystem:before{content:"";pointer-events:none;background-image:radial-gradient(at 20% 30%,#dc26260d 0%,#0000 60%),radial-gradient(at 80% 70%,#dc26260d 0%,#0000 60%);position:absolute;inset:0}.ecosystem .eyebrow{font-family:var(--mono,"IBM Plex Mono", monospace);letter-spacing:.14em;color:#dc2626;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.ecosystem .eyebrow:before{content:"";background:#dc2626;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #dc262626}.ecosystem .head{z-index:1;margin-bottom:64px;text-align:center;max-width:680px;margin-inline:auto;position:relative}.ecosystem .head h1{font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.02em;color:#0f172a;margin:16px 0 18px;font-size:clamp(32px,4.2vw,48px);font-weight:800;line-height:1.12}.ecosystem .head p{color:#475569;max-width:580px;margin:0 auto;font-size:16.5px;line-height:1.65}.ecosystem .modules{z-index:1;align-items:stretch;gap:0;max-width:1180px;margin:0 auto;display:flex;position:relative}.ecosystem .module{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;flex-direction:column;flex:1;padding:28px 26px 30px;transition:all .28s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 10px 30px -10px #0f172a0d}.ecosystem .module:hover{border-color:#fca5a5;transform:translateY(-4px);box-shadow:0 16px 36px -12px #dc26261f}.ecosystem .module--hw,.ecosystem .module--sw{border-top:3px solid #dc2626}.ecosystem .module-art{border-radius:12px;justify-content:center;align-items:center;width:100%;height:154px;margin-bottom:22px;display:flex;position:relative;overflow:hidden}.ecosystem .module--hw .module-art{background:radial-gradient(120% 140% at 30% 0,#dc26260f,#0000 60%),#f8fafc;border:1px solid #dc262626}.ecosystem .module--sw .module-art{background:radial-gradient(120% 140% at 70% 0,#dc26260f,#0000 60%),#f8fafc;border:1px solid #dc262626}.ecosystem .module-art svg{width:100%;height:100%}.ecosystem .module-tag{font-family:var(--mono,"IBM Plex Mono", monospace);letter-spacing:.1em;border-radius:6px;width:fit-content;margin-bottom:14px;padding:4px 10px;font-size:11.5px;font-weight:700;display:inline-block}.ecosystem .module--hw .module-tag,.ecosystem .module--sw .module-tag{color:#dc2626;background:#dc262614}.ecosystem .module h2{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-.01em;margin:0 0 6px;font-size:22px;font-weight:700}.ecosystem .module .module-sub{color:#64748b;margin:0 0 18px;font-size:13.5px;font-weight:500;line-height:1.5}.ecosystem .module .module-desc{color:#334155;margin:0;font-size:14.5px;line-height:1.65}.ecosystem .connector{flex:0 0 96px;justify-content:center;align-items:center;display:flex;position:relative}.ecosystem .connector .line{opacity:.8;background:linear-gradient(90deg,#dc2626,#ef4444,#dc2626);height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-1px)}.ecosystem .connector .node{z-index:2;clip-path:polygon(25% 4%,75% 4%,100% 50%,75% 96%,25% 96%,0% 50%);width:44px;height:44px;font-family:var(--display,"Space Grotesk", sans-serif);color:#dc2626;background:#fff;border:1.5px solid #dc2626;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex;position:relative;box-shadow:0 4px 12px #dc262626}.ecosystem .connector .pulse{background:#dc2626;border-radius:50%;width:6px;height:6px;animation:3.2s linear infinite travelX;position:absolute;top:50%;left:0;transform:translateY(-3px);box-shadow:0 0 8px #dc262699}@keyframes travelX{0%{opacity:0;left:0}8%{opacity:1}92%{opacity:1}to{opacity:0;left:100%}}.ecosystem .bus{z-index:1;flex-direction:column;align-items:center;max-width:1180px;margin:32px auto 0;display:flex;position:relative}.ecosystem .bus-stem{background:linear-gradient(#cbd5e1,#dc2626);width:2px;height:48px;position:relative;overflow:hidden}.ecosystem .bus-stem .pulse-v{background:#dc2626;border-radius:50%;width:6px;height:6px;animation:3s linear infinite travelY;position:absolute;top:-8px;left:-2px;box-shadow:0 0 8px #dc2626b3}@keyframes travelY{0%{opacity:0;top:-8px}8%{opacity:1}92%{opacity:1}to{opacity:0;top:100%}}.ecosystem .bus-node{width:44px;height:44px;font-family:var(--display,"Space Grotesk", sans-serif);color:#dc2626;background:#fff;border:1.5px solid #dc2626;border-radius:50%;justify-content:center;align-items:center;margin:2px 0;font-size:18px;font-weight:800;display:flex;box-shadow:0 4px 14px #dc26262e}.ecosystem .bus-stem-bottom{background:linear-gradient(#dc2626,#cbd5e1);width:2px;height:24px}.ecosystem .solutions-ribbon{z-index:1;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;max-width:1180px;margin:0 auto;padding:24px 30px 28px;position:relative;box-shadow:0 10px 30px -10px #0f172a0f}.ecosystem .solutions-ribbon__header{justify-content:center;align-items:center;gap:12px;margin-bottom:22px;display:flex}.ecosystem .solutions-ribbon__tag{font-family:var(--mono,"IBM Plex Mono", monospace);letter-spacing:.12em;color:#dc2626;text-transform:uppercase;background:#dc262614;border-radius:5px;padding:3px 9px;font-size:11px;font-weight:700}.ecosystem .solutions-ribbon__title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;margin:0;font-size:18px;font-weight:700}.ecosystem .solutions-ribbon__grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.ecosystem .solutions-ribbon__item{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;transition:all .22s;display:flex}.ecosystem .solutions-ribbon__item:hover{background:#fff;border-color:#dc2626;transform:translateY(-2px);box-shadow:0 6px 18px -4px #dc262633}.ecosystem .solutions-ribbon__num{font-family:var(--mono,"IBM Plex Mono", monospace);color:#dc2626;background:#dc262614;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:700;display:flex}.ecosystem .solutions-ribbon__icon{color:#dc2626;flex-shrink:0;width:20px;height:20px}.ecosystem .solutions-ribbon__text{flex-direction:column;display:flex}.ecosystem .solutions-ribbon__name{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;font-size:13.5px;font-weight:700;line-height:1.25}.ecosystem .solutions-ribbon__desc{font-family:var(--body,"Inter", sans-serif);color:#64748b;margin-top:2px;font-size:11.5px;line-height:1.3}@media (width<=1024px){.ecosystem .solutions-ribbon__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.ecosystem .solutions-ribbon__grid{grid-template-columns:1fr}}@media (width<=760px){.ecosystem{padding:64px 20px}.ecosystem .modules{flex-direction:column;gap:18px}.ecosystem .connector{flex:0 0 56px;width:100%}.ecosystem .connector .line{background:linear-gradient(#dc2626,#ef4444,#dc2626);width:2px;height:100%;inset:0 auto 0 50%;transform:translate(-1px)}.ecosystem .connector .pulse{animation:3.2s linear infinite travelYconn;top:0;left:50%;transform:translate(-3px)}@keyframes travelYconn{0%{opacity:0;top:0}8%{opacity:1}92%{opacity:1}to{opacity:0;top:100%}}}.edge-system{box-sizing:border-box;background-color:#f1f5f9;border-bottom:1px solid #cbd5e1;width:100%;padding:clamp(4.5rem,6vw,6.5rem) clamp(1.5rem,5vw,5rem)}.edge-system__container{box-sizing:border-box;grid-template-columns:.9fr 1.1fr;align-items:flex-start;gap:clamp(2.5rem,4vw,4.5rem);width:100%;max-width:1400px;margin-inline:auto;display:grid}.edge-system__left{flex-direction:column;gap:1.75rem;display:flex}.edge-system__image-card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:20px;justify-content:center;align-items:center;width:100%;padding:clamp(1.5rem,2.5vw,2.5rem);display:flex;overflow:hidden;box-shadow:0 16px 40px -12px #0f172a14}.edge-system__img{object-fit:contain;width:100%;max-width:520px;height:auto;display:block}.edge-system__badges{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1.25rem;display:flex}.edge-system__badge-item{flex-direction:column;align-items:center;gap:.4rem;display:flex}.edge-system__badge-icon{color:#dc2626;width:38px;height:38px;font-family:var(--mono,"IBM Plex Mono", monospace);text-transform:uppercase;background-color:#fff5f5;border:1.5px solid #fca5a5;border-radius:50%;justify-content:center;align-items:center;font-size:.72rem;font-weight:800;display:flex}.edge-system__badge-label{font-family:var(--body,"Inter", sans-serif);color:#64748b;text-align:center;font-size:.75rem;font-weight:600}.edge-system__right{flex-direction:column;display:flex}.edge-system__eyebrow-pill{font-family:var(--mono,"IBM Plex Mono", monospace);color:#dc2626;letter-spacing:.08em;text-transform:uppercase;background-color:#fff5f5;border:1.5px solid #fca5a5;border-radius:20px;align-items:center;width:fit-content;margin-bottom:1.25rem;padding:.45rem 1.25rem;font-size:.82rem;font-weight:700;display:inline-flex}.edge-system__title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:800;line-height:1.15}.edge-system__desc{font-family:var(--body,"Inter", sans-serif);color:#475569;margin:0 0 2rem;font-size:clamp(1.05rem,1.2vw,1.2rem);line-height:1.65}.edge-system__table-wrap{width:100%}.edge-system__table{border-collapse:separate;border-spacing:0;border:1px solid #e2e8f0;border-radius:14px;width:100%;overflow:hidden}.edge-system__table thead tr{background-color:#dc2626}.edge-system__table th{color:#fff;font-family:var(--body,"Inter", sans-serif);text-align:left;letter-spacing:.02em;padding:.85rem 1.25rem;font-size:.92rem;font-weight:700}.edge-system__table tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .2s}.edge-system__table tbody tr:last-child{border-bottom:none}.edge-system__table tbody tr:hover{background-color:#fff5f5}.edge-system__table td{vertical-align:top;border-bottom:1px solid #f1f5f9;padding:.9rem 1.25rem}.edge-system__spec-name{font-family:var(--body,"Inter", sans-serif);color:#0f172a;width:32%;font-size:.92rem;font-weight:700}.edge-system__spec-val{font-family:var(--mono,"IBM Plex Mono", monospace);color:#475569;font-size:.84rem;line-height:1.5}.edge-system__table-note{font-family:var(--body,"Inter", sans-serif);color:#94a3b8;margin:.75rem 0 0;font-size:.8rem;font-style:italic}@media (width<=1024px){.edge-system__container{grid-template-columns:1fr;gap:3rem}}.edge-features{box-sizing:border-box;color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-top:3px solid #dc2626;border-bottom:1px solid #1e293b;width:100%;padding:clamp(4.5rem,6vw,6.5rem) clamp(1.5rem,5vw,5rem);position:relative}.edge-features__container{box-sizing:border-box;width:100%;max-width:1400px;margin-inline:auto}.edge-features__eyebrow{font-family:var(--mono,"IBM Plex Mono", monospace);color:#f87171;letter-spacing:.12em;text-transform:uppercase;background:#dc262626;border:1px solid #dc26264d;border-radius:20px;align-items:center;margin-bottom:1rem;padding:.35rem 1rem;font-size:.82rem;font-weight:700;display:inline-flex}.edge-features__title{font-family:var(--display,"Space Grotesk", sans-serif);color:#fff;letter-spacing:-.03em;margin:0 0 clamp(2.5rem,4vw,3.5rem);font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:800;line-height:1.15}.edge-features__grid{grid-template-columns:repeat(5,1fr);gap:clamp(1rem,1.8vw,1.5rem);width:100%;display:grid}.edge-features__card{background:#1e293bd9;border:1px solid #ffffff1a;border-top:3px solid #dc2626;border-radius:18px;flex-direction:column;padding:clamp(1.5rem,2vw,2rem) clamp(1.25rem,1.7vw,1.5rem);transition:transform .28s cubic-bezier(.16,1,.3,1),box-shadow .28s cubic-bezier(.16,1,.3,1),border-color .28s;display:flex;box-shadow:0 10px 30px #0003}.edge-features__card:hover{background:#ffffff14;border-color:#dc2626;transform:translateY(-5px);box-shadow:0 18px 40px #dc26264d}.edge-features__card-num{font-family:var(--mono,"IBM Plex Mono", monospace);color:#f87171;margin-bottom:1rem;font-size:1.25rem;font-weight:800}.edge-features__card-title{font-family:var(--display,"Space Grotesk", sans-serif);color:#fff;letter-spacing:-.015em;margin:0 0 .65rem;font-size:1.1rem;font-weight:700;line-height:1.25}.edge-features__card-desc{font-family:var(--body,"Inter", sans-serif);color:#94a3b8;margin:0;font-size:.88rem;line-height:1.55}@media (width<=1200px){.edge-features__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (width<=768px){.edge-features__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.edge-features__grid{grid-template-columns:1fr}}.edge-software{box-sizing:border-box;background-color:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;width:100%;padding:clamp(4.5rem,6vw,6.5rem) clamp(1.5rem,5vw,5rem)}.edge-software__container{box-sizing:border-box;grid-template-columns:1fr 1.15fr;align-items:center;gap:clamp(3rem,5vw,5.5rem);width:100%;max-width:1400px;margin-inline:auto;display:grid}.edge-software__left{flex-direction:column;display:flex}.edge-software__eyebrow{font-family:var(--mono,"IBM Plex Mono", monospace);color:#64748b;letter-spacing:.05em;margin-bottom:.75rem;font-size:.88rem;font-weight:700}.edge-software__title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-.03em;margin:0 0 1.25rem;font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:800;line-height:1.15}.edge-software__desc{font-family:var(--body,"Inter", sans-serif);color:#475569;max-width:580px;margin:0;font-size:clamp(1.05rem,1.2vw,1.2rem);line-height:1.65}.edge-software__right{flex-direction:column;gap:1.25rem;display:flex}.edge-software__card{background-color:#fff;border:1px solid #e2e8f0;border-left:4px solid #dc2626;border-radius:14px;padding:1.5rem 1.75rem;transition:all .28s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 18px -4px #0f172a0a}.edge-software__card:hover{border-color:#cbd5e1 #cbd5e1 #cbd5e1 #dc2626;transform:translate(6px);box-shadow:0 10px 28px -6px #dc26261a}.edge-software__card-title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-.015em;margin:0 0 .5rem;font-size:1.15rem;font-weight:700}.edge-software__card-desc{font-family:var(--body,"Inter", sans-serif);color:#475569;margin:0;font-size:.92rem;line-height:1.6}@media (width<=968px){.edge-software__container{grid-template-columns:1fr;gap:3rem}}.edge-lineup{box-sizing:border-box;background-color:#f8fafc;border-top:1px solid #cbd5e1;width:100%;padding:clamp(4.5rem,6vw,6.5rem) clamp(1.5rem,5vw,5rem)}.edge-lineup__container{box-sizing:border-box;width:100%;max-width:1400px;margin-inline:auto}.edge-lineup__eyebrow{font-family:var(--mono,"IBM Plex Mono", monospace);color:#dc2626;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem;font-size:.82rem;font-weight:700;display:block}.edge-lineup__title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:800;line-height:1.15}.edge-lineup__desc{font-family:var(--body,"Inter", sans-serif);color:#475569;max-width:720px;margin:0 0 clamp(2.5rem,4vw,3.5rem);font-size:clamp(1.05rem,1.2vw,1.2rem);line-height:1.65}.edge-lineup__grid{grid-template-columns:repeat(4,1fr);gap:clamp(1.25rem,2vw,1.75rem);width:100%;margin-bottom:clamp(2.5rem,4vw,3.5rem);display:grid}.edge-lineup__card{background-color:#fff;border:1px solid #e2e8f0;border-top:3px solid #dc2626;border-radius:20px;flex-direction:column;padding:clamp(1.5rem,2vw,1.85rem) clamp(1.25rem,1.7vw,1.5rem);transition:all .28s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 10px 30px -8px #0f172a14}.edge-lineup__card:hover{border-color:#dc2626;transform:translateY(-5px);box-shadow:0 18px 40px -8px #dc26262e}.edge-lineup__card--active{background-color:#fffdfd;border:2px solid #dc2626;box-shadow:0 12px 36px -8px #dc26262e}.edge-lineup__badge{font-family:var(--mono,"IBM Plex Mono", monospace);color:#dc2626;letter-spacing:.04em;background-color:#fff5f5;border:1px solid #fca5a5;border-radius:20px;width:fit-content;margin-bottom:.85rem;padding:.35rem .85rem;font-size:.7rem;font-weight:800}.edge-lineup__badge--red{color:#fff;background-color:#dc2626;border-color:#dc2626}.edge-lineup__category{font-family:var(--mono,"IBM Plex Mono", monospace);color:#dc2626;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.25rem;font-size:.72rem;font-weight:800}.edge-lineup__card-title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-.02em;margin:0 0 1.25rem;font-size:1.35rem;font-weight:800}.edge-lineup__img-wrap{justify-content:center;align-items:center;width:100%;height:140px;margin-bottom:1.5rem;display:flex}.edge-lineup__img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:130px;transition:transform .3s}.edge-lineup__card:hover .edge-lineup__img{transform:scale(1.05)}.edge-lineup__specs{border-bottom:1px solid #f1f5f9;flex-direction:column;gap:.85rem;margin-bottom:auto;padding-bottom:1.5rem;display:flex}.edge-lineup__spec-row{align-items:center;gap:.65rem;font-size:.85rem;display:flex}.edge-lineup__spec-icon{background-color:#fff5f5;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.edge-lineup__spec-label{font-family:var(--body,"Inter", sans-serif);color:#64748b;width:70px;font-size:.82rem}.edge-lineup__spec-value{font-family:var(--mono,"IBM Plex Mono", monospace);color:#0f172a;text-align:right;margin-left:auto;font-size:.82rem;font-weight:700}.edge-lineup__action-link{font-family:var(--body,"Inter", sans-serif);color:#dc2626;justify-content:space-between;align-items:center;padding-top:1.15rem;font-size:.84rem;font-weight:700;transition:color .2s;display:flex}.edge-lineup__card:hover .edge-lineup__action-link{color:#b91c1c}.edge-lineup__arrow{font-size:1.1rem;transition:transform .25s}.edge-lineup__card:hover .edge-lineup__arrow{transform:translate(4px)}.edge-lineup__banner{background-color:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid #dc2626;border-radius:14px;padding:1.25rem 1.75rem}.edge-lineup__banner p{font-family:var(--body,"Inter", sans-serif);color:#64748b;margin:0;font-size:.88rem;line-height:1.6}@media (width<=1200px){.edge-lineup__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.edge-lineup__grid{grid-template-columns:1fr}}.edge-usecases{box-sizing:border-box;background-color:#fafbfd;background-image:radial-gradient(at 15% 15%,#dc26260f 0%,#0000 55%),radial-gradient(at 85% 85%,#dc262612 0%,#0000 55%),radial-gradient(circle,#dc262608 0%,#0000 70%);border-top:1px solid #dc26261f;border-bottom:1px solid #dc26261f;width:100%;padding:clamp(4.5rem,5vw,6.5rem) clamp(.75rem,2.5vw,2rem);position:relative}.edge-usecases__container{box-sizing:border-box;width:100%;max-width:1620px;margin-inline:auto}.edge-usecases__header{text-align:center;max-width:820px;margin:0 auto 3.5rem}.edge-usecases__eyebrow{font-family:var(--mono,"IBM Plex Mono", monospace);color:#dc2626;letter-spacing:.08em;text-transform:uppercase;background-color:#fff5f5;border:1.5px solid #fca5a5;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.45rem 1.25rem;font-size:.82rem;font-weight:700;display:inline-flex}.edge-usecases__title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:800;line-height:1.15}.edge-usecases__subtitle{font-family:var(--body,"Inter", sans-serif);color:#475569;margin:0;font-size:clamp(1.05rem,1.2vw,1.2rem);line-height:1.65}.edge-usecases__stack{flex-direction:column;gap:2rem;width:100%;display:flex}.sm-usecase-card{box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;grid-template-columns:1.3fr 1px .8fr;align-items:center;gap:2rem;width:95%;padding:1.5rem 2rem;transition:transform .28s cubic-bezier(.16,1,.3,1),box-shadow .28s cubic-bezier(.16,1,.3,1),border-color .28s;display:grid;box-shadow:0 10px 30px -8px #0f172a0d,0 0 18px #dc262605}.sm-usecase-card--left{align-self:flex-start;margin-right:auto}.sm-usecase-card--right{align-self:flex-end;margin-left:auto}.sm-usecase-card:hover{border-color:#fca5a5;transform:translateY(-3px);box-shadow:0 16px 36px -10px #dc26261f}.sm-usecase-card__left{flex-direction:column;display:flex}.sm-usecase-card__title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-.025em;margin:0 0 .4rem;font-size:clamp(1.6rem,2.2vw,2.1rem);font-weight:800;line-height:1.15}.sm-usecase-card__hook{font-family:var(--body,"Inter", sans-serif);color:#dc2626;margin:0 0 .85rem;font-size:.95rem;font-weight:600;line-height:1.4}.sm-usecase-card__capabilities{flex-direction:column;gap:.4rem;margin:0 0 .85rem;padding:0;list-style:none;display:flex}.sm-usecase-card__capability-item{font-family:var(--body,"Inter", sans-serif);color:#334155;align-items:flex-start;gap:.5rem;font-size:.86rem;line-height:1.45;display:flex}.sm-usecase-card__bullet{background-color:#dc2626;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:7px}.sm-usecase-card__desc{font-family:var(--body,"Inter", sans-serif);color:#475569;margin:0 0 1.1rem;font-size:.86rem;line-height:1.55}.sm-usecase-card__btn-main{font-family:var(--body,"Inter", sans-serif);color:#fff;cursor:pointer;background-color:#991b1b;border:none;border-radius:7px;align-items:center;gap:.4rem;width:fit-content;padding:.6rem 1.35rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .22s;display:inline-flex;box-shadow:0 3px 10px #991b1b33}.sm-usecase-card__btn-main:hover{background-color:#7f1d1d;transform:translateY(-1px);box-shadow:0 5px 14px #991b1b4d}.sm-usecase-card__divider{background-color:#e2e8f0;width:1px;height:100%;min-height:200px}.sm-usecase-card__right{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.sm-usecase-card__hardware-display{justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.sm-usecase-card__arrow-btn{color:#475569;cursor:pointer;z-index:2;background:#fff;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:all .2s;display:flex;box-shadow:0 2px 6px #0f172a0f}.sm-usecase-card__arrow-btn:hover{color:#dc2626;border-color:#fca5a5;transform:scale(1.08)}.sm-usecase-card__hw-img-wrap{box-sizing:border-box;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;justify-content:center;align-items:center;width:100%;max-width:270px;height:145px;margin:0 auto .85rem;padding:10px;display:flex;position:relative}.sm-usecase-card__hw-img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:115px;transition:transform .3s}.sm-usecase-card:hover .sm-usecase-card__hw-img{transform:scale(1.04)}.sm-usecase-card__hw-tag{font-family:var(--mono,"IBM Plex Mono", monospace);color:#dc2626;letter-spacing:.04em;text-transform:uppercase;background-color:#fff5f5;border:1px solid #fca5a5;border-radius:10px;padding:.15rem .5rem;font-size:.65rem;font-weight:800;position:absolute;top:8px;right:10px}.sm-usecase-card__image-placeholder{background-color:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;width:100%;max-width:270px;height:145px;margin:0 auto .85rem;display:flex}.sm-usecase-card__placeholder-icon{color:#94a3b8;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.sm-usecase-card__placeholder-text{font-family:var(--mono,"IBM Plex Mono", monospace);color:#94a3b8;font-size:.72rem;font-weight:600}.sm-usecase-card__model-title{font-family:var(--mono,"IBM Plex Mono", monospace);color:#0f172a;letter-spacing:.04em;margin-bottom:.35rem;font-size:.84rem;font-weight:700}.sm-usecase-card__model-desc{font-family:var(--body,"Inter", sans-serif);color:#64748b;max-width:300px;margin:0 0 .85rem;font-size:.8rem;line-height:1.45}.sm-usecase-card__btn-sub{font-family:var(--body,"Inter", sans-serif);color:#fff;cursor:pointer;background-color:#991b1b;border:none;border-radius:6px;padding:.5rem 1.1rem;font-size:.8rem;font-weight:700;transition:all .22s}.sm-usecase-card__btn-sub:hover{background-color:#7f1d1d}.sm-usecase-card__dots{justify-content:center;align-items:center;gap:.35rem;margin-top:.75rem;display:flex}.sm-usecase-card__dot{background-color:#cbd5e1;border-radius:50%;width:5px;height:5px}.sm-usecase-card__dot--active{background-color:#005596;width:7px;height:7px}@media (width<=1024px){.sm-usecase-card{grid-template-columns:1fr;gap:2.5rem;width:100%}.sm-usecase-card__divider{display:none}}@media (width>=1024px) and (width<=1366px){.edge-hero{padding:4rem 3rem}.edge-system__container{grid-template-columns:1fr 1fr;gap:3rem}.edge-lineup__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width>=768px) and (width<=1023px){.edge-hero{background-image:radial-gradient(at 50% 20%,#dc262612 0%,#0000 50%),url(/assets/edge-ai-device-manufacturing-B2QhZUZn.webp);background-position:50%;background-size:cover;padding:3.5rem 2rem}.edge-hero__title{font-size:clamp(2.4rem,5.5vw,3.5rem)}.edge-system__container{grid-template-columns:1fr;gap:2.5rem}.edge-lineup__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.edge-features__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=480px) and (width<=767px){.edge-hero{background-color:#fafafc;background-image:url(/assets/edge-ai-device-manufacturing-B2QhZUZn.webp);background-position:50% 40%;background-repeat:no-repeat;background-size:100%;padding:4.5rem 1.25rem 3.5rem}.edge-hero__card{text-align:center;flex-direction:column;align-items:center;display:flex}.edge-hero__left{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.edge-hero__eyebrow-pill{text-align:center;margin-inline:auto}.edge-hero__title{text-align:center;margin-inline:auto;font-size:2.25rem}.edge-hero__desc{color:#1e293b;text-align:center;margin-inline:auto;font-size:.98rem;font-weight:500}.edge-hero__actions{justify-content:center;align-items:center;width:100%}.edge-hero__btn-primary,.edge-hero__btn-secondary{text-align:center;justify-content:center}.edge-hero__stats{box-sizing:border-box;width:100%;box-shadow:none;background:0 0;border:none;flex-direction:column;gap:.85rem;margin-top:2rem;padding:0;display:flex}.edge-hero__stat-item{text-align:left;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:row;align-items:center;gap:1.25rem;width:100%;padding:1.1rem 1.25rem;display:flex;box-shadow:0 4px 14px #0000000a}.edge-hero__stat-header{align-items:center;gap:.75rem;display:flex}.edge-hero__stat-icon{color:#dc2626;background:#fef2f2;border-radius:12px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;display:flex}.edge-hero__stat-val{color:#0f172a;font-size:1.3rem;font-weight:800}.edge-hero__stat-label{color:#64748b;text-align:left;margin:0;font-size:.85rem;font-weight:600}.edge-system__container,.edge-lineup__grid,.edge-features__grid{grid-template-columns:1fr}}@media (width<=479px){.edge-hero{background-color:#fafafc;background-image:url(/assets/edge-ai-device-manufacturing-B2QhZUZn.webp);background-position:50% 40%;background-repeat:no-repeat;background-size:100%;padding:4rem 1rem 3rem}.edge-hero__card{text-align:center;flex-direction:column;align-items:center;display:flex}.edge-hero__left{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.edge-hero__eyebrow-pill{text-align:center;margin-inline:auto;padding:.35rem .85rem;font-size:.7rem}.edge-hero__title{text-align:center;margin-inline:auto;font-size:1.9rem;line-height:1.15}.edge-hero__desc{color:#1e293b;text-align:center;margin-inline:auto;font-size:.9rem;font-weight:500}.edge-hero__actions{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%}.edge-hero__btn-primary,.edge-hero__btn-secondary{box-sizing:border-box;text-align:center;justify-content:center;width:100%;padding:.75rem 1rem;font-size:.9rem}.edge-hero__stats{box-sizing:border-box;width:100%;box-shadow:none;background:0 0;border:none;flex-direction:column;gap:.75rem;margin-top:1.75rem;padding:0;display:flex}.edge-hero__stat-item{text-align:left;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:row;align-items:center;gap:1rem;width:100%;padding:1rem 1.15rem;display:flex;box-shadow:0 4px 12px #0000000a}.edge-hero__stat-header{align-items:center;gap:.65rem;display:flex}.edge-hero__stat-icon{color:#dc2626;background:#fef2f2;border-radius:10px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;display:flex}.edge-hero__stat-val{color:#0f172a;font-size:1.2rem;font-weight:800}.edge-hero__stat-label{color:#64748b;text-align:left;margin:0;font-size:.82rem;font-weight:600}.edge-system__container,.edge-lineup__grid,.edge-features__grid{grid-template-columns:1fr}.sm-usecase-card{padding:1.25rem}.sm-usecase-card__title{font-size:1.25rem}}@media (width<=767px){.edge-hero{isolation:isolate;background-color:#f8fafc;background-image:url(/assets/edge-ai-device-manufacturing-B2QhZUZn.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:flex-start;min-height:calc(100svh - 68px);padding:1.25rem 1rem 1.5rem}.edge-hero:before{content:"";z-index:0;pointer-events:none;-webkit-backdrop-filter:none;background:linear-gradient(#f8fafcf7 0%,#f8fafceb 38%,#f8fafc61 48%,#f8fafc00 57% 100%);position:absolute;inset:0;-webkit-mask-image:none;mask-image:none}.edge-hero__card{text-align:left;align-items:stretch;width:100%;max-width:31rem;margin:0 auto}.edge-hero__left{text-align:left;align-items:stretch;width:100%;max-width:none}.edge-hero__eyebrow-pill{letter-spacing:.075em;text-align:left;white-space:nowrap;border-width:1px;border-radius:999px;align-self:flex-start;max-width:100%;margin:0 0 1rem;padding:.38rem .75rem;font-size:clamp(.56rem,2.45vw,.66rem);line-height:1.35}.edge-hero__title{letter-spacing:-.045em;text-align:left;max-width:13ch;margin:0 0 .85rem;font-size:clamp(2.05rem,9.5vw,2.6rem);line-height:1.02}.edge-hero__desc{color:#334155;text-align:left;max-width:36rem;margin:0 0 1.1rem;font-size:.88rem;font-weight:500;line-height:1.52}.edge-hero__actions{grid-template-columns:1fr;gap:.6rem;width:100%;display:grid}.edge-hero__btn-primary,.edge-hero__btn-secondary{box-sizing:border-box;text-align:center;border-radius:10px;justify-content:center;width:100%;min-height:46px;padding:.72rem 1rem;font-size:.88rem}.edge-hero__divider{background:0 0;width:100%;height:clamp(240px,66vw,285px);margin:0}.edge-hero__stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe8;border:1px solid #e2e8f0f2;border-radius:15px;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;width:100%;margin:0;padding:0;display:grid;overflow:hidden;box-shadow:0 14px 34px #0f172a1f}.edge-hero__stats,.edge-features__card{-webkit-backdrop-filter:none}.edge-hero__stat-item{min-width:0;min-height:108px;box-shadow:none;text-align:center;background:0 0;border:0;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:.45rem;padding:.7rem .35rem;display:flex}.edge-hero__stat-item:not(:last-child){border-right:1px solid #e2e8f0}.edge-hero__stat-header{flex-direction:column;align-items:center;gap:.35rem;display:flex}.edge-hero__stat-icon{border-radius:9px;width:34px;min-width:34px;height:34px}.edge-hero__stat-icon svg{width:17px;height:17px}.edge-hero__stat-val{white-space:nowrap;font-size:clamp(.98rem,4.3vw,1.15rem);line-height:1}.edge-hero__stat-label{color:#64748b;text-align:center;max-width:11ch;font-size:.66rem;font-weight:600;line-height:1.25}}@media (width<=480px){.edge-hero{background-position:center bottom 114px;background-size:100%;min-height:calc(100svh - 62px)}.edge-hero__stats{margin-top:44px}}@media (width<=350px){.edge-hero{padding-inline:.8rem}.edge-hero__eyebrow-pill{white-space:normal}.edge-hero__title{font-size:1.9rem}.edge-hero__desc{font-size:.82rem}.edge-hero__stat-item{min-height:102px;padding-inline:.2rem}}.edge-flow{box-sizing:border-box;background-color:#fafbfd;background-image:radial-gradient(at 50% 0,#dc26260d 0%,#0000 60%),radial-gradient(circle at 10% 80%,#dc262608 0%,#0000 50%);border-bottom:1px solid #e2e8f0;width:100%;padding:clamp(4rem,6vw,6rem) clamp(1.5rem,4vw,4rem)}.edge-flow__container{box-sizing:border-box;width:100%;max-width:1400px;margin-inline:auto}.edge-flow__header{text-align:center;max-width:780px;margin:0 auto 3.5rem}.edge-flow__eyebrow{font-family:var(--mono,"IBM Plex Mono", monospace);color:#dc2626;letter-spacing:.08em;text-transform:uppercase;background-color:#fff5f5;border:1.5px solid #fca5a5;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.45rem 1.25rem;font-size:.82rem;font-weight:700;display:inline-flex}.edge-flow__title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2rem,3.2vw,3rem);font-weight:800;line-height:1.15}.edge-flow__subtitle{font-family:var(--body,"Inter", sans-serif);color:#475569;margin:0;font-size:clamp(1rem,1.15vw,1.15rem);line-height:1.6}.edge-flow__groups-wrapper{margin-bottom:3.5rem;justify-content:center;align-items:stretch;gap:.75rem;width:100%;max-width:1380px;margin-inline:auto;display:flex}.edge-flow__group{border-radius:20px;flex-direction:column;justify-content:space-between;padding:1.5rem 1.25rem 1.25rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 4px 20px #0f172a08}.edge-flow__group--sources{background-color:#f0f9ff;border:1.5px solid #bae6fd;flex:1}.edge-flow__group--hardware{background-color:#f8fafc;border:1.5px solid #e2e8f0;flex:1}.edge-flow__group--platform{background-color:#fff8f8;border:1.5px solid #fca5a5;flex:3;box-shadow:0 10px 35px #dc262617,0 0 0 1px #dc26261a}.edge-flow__group--business{background-color:#f8fafc;border:1.5px solid #e2e8f0;flex:1}.edge-flow__group-badge{font-family:var(--mono,"IBM Plex Mono", monospace);letter-spacing:.08em;text-transform:uppercase;text-align:center;color:#475569;background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:20px;align-self:center;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.72rem;font-weight:700}.edge-flow__group-badge--red{color:#dc2626;background-color:#fff5f5;border:1.5px solid #fca5a5;align-items:center;gap:.4rem;display:inline-flex;box-shadow:0 2px 8px #dc26261f}.edge-flow__badge-pulse{background-color:#dc2626;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite badgePulse}.edge-flow__group-cards{justify-content:space-around;align-items:center;gap:.5rem;width:100%;margin-bottom:1rem;display:flex}.edge-flow__step-card{text-align:center;background-color:#fff;border:1.5px solid #e2e8f0;border-radius:14px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.6rem;min-width:0;padding:1.25rem .85rem;transition:all .28s;display:flex;position:relative;box-shadow:0 4px 12px #0f172a05}.edge-flow__step-card:hover{border-color:#dc2626;transform:translateY(-6px);box-shadow:0 14px 30px #dc26261f}.edge-flow__step-card--hw{border-top:3px solid #0f172a}.edge-flow__step-card--platform{background-color:#fffdfd;border-top:3px solid #dc2626}.edge-flow__step-card--outcomes{border-top:3px solid #16a34a}.edge-flow__icon-box{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.edge-flow__step-card:hover .edge-flow__icon-box{color:#dc2626;background-color:#fff5f5;border-color:#fca5a5;transform:scale(1.15)}.edge-flow__icon-box--hw{box-shadow:0 4px 14px #dc26264d;color:#fff!important;background:linear-gradient(135deg,#dc2626,#991b1b)!important;border:none!important}.edge-flow__icon-box--platform{box-shadow:0 4px 14px #dc262626;color:#dc2626!important;background:#fff5f5!important;border:1.5px solid #dc2626!important}.edge-flow__icon-box--green{color:#16a34a!important;background:#f0fdf4!important;border:1.5px solid #86efac!important}.edge-flow__step-name{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;margin:0;font-size:.92rem;font-weight:700;line-height:1.25}.edge-flow__step-desc{font-family:var(--mono,"IBM Plex Mono", monospace);color:#64748b;letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:.65rem;font-weight:600;line-height:1.3}.edge-flow__group-footer{font-family:var(--mono,"IBM Plex Mono", monospace);color:#64748b;text-align:center;letter-spacing:.04em;margin-top:.5rem;font-size:.72rem;font-weight:600}.edge-flow__group-footer--red{color:#dc2626;font-weight:700}.edge-flow__entry--header{animation:.85s cubic-bezier(.16,1,.3,1) both edgeFlowFadeUp}.edge-flow__entry--g1{animation:.9s cubic-bezier(.16,1,.3,1) .15s both edgeFlowGroupSlide}.edge-flow__entry--g2{animation:.9s cubic-bezier(.16,1,.3,1) .3s both edgeFlowGroupSlide}.edge-flow__entry--g3{animation:.9s cubic-bezier(.16,1,.3,1) .45s both edgeFlowGroupSlide}.edge-flow__entry--callout{animation:.9s cubic-bezier(.16,1,.3,1) .6s both edgeFlowFadeUp}@keyframes edgeFlowFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes edgeFlowGroupSlide{0%{opacity:0;transform:translateY(25px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.edge-flow__stream-connector{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:24px;display:flex}.edge-flow__inter-connector{flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:54px;height:24px;display:flex}.edge-flow__connector-svg,.edge-flow__bridge-svg{width:100%;height:100%;overflow:visible}.edge-flow__particle-dot{animation:1.8s cubic-bezier(.4,0,.2,1) infinite dotTravel}.edge-flow__bridge-particle{animation:2.4s cubic-bezier(.4,0,.2,1) infinite bridgeTravel}@keyframes dotTravel{0%{cx:0;opacity:.2;r:2.5}50%{opacity:1;r:4}to{cx:40;opacity:.2;r:2.5}}@keyframes bridgeTravel{0%{cx:0;opacity:.2;r:3}60%{opacity:1;r:4.5}to{cx:44;opacity:.2;r:3}}@keyframes badgePulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.edge-flow__step-card--stg1{animation:7.5s cubic-bezier(.4,0,.2,1) infinite smoothStageCycle}.edge-flow__step-card--stg2{animation:7.5s cubic-bezier(.4,0,.2,1) 2.5s infinite smoothStageCycle}.edge-flow__step-card--stg3{animation:7.5s cubic-bezier(.4,0,.2,1) 5s infinite smoothStageCycle}@keyframes smoothStageCycle{0%,to{border-color:#e2e8f0;transform:translateY(0);box-shadow:0 4px 12px #0f172a05}20%,35%{border-color:#fca5a5;transform:translateY(-4px);box-shadow:0 10px 25px #dc262626}}.edge-flow__summary-callout{box-sizing:border-box;background-color:#fff;border:1.5px solid #e2e8f0;border-radius:16px;justify-content:center;align-items:center;gap:1.5rem;max-width:900px;margin:0 auto;padding:1.5rem 2rem;display:flex;box-shadow:0 8px 24px #0f172a0a}.edge-flow__callout-node{text-align:center;flex:1}.edge-flow__callout-badge{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;margin-bottom:.35rem;font-size:.95rem;font-weight:700}.edge-flow__callout-badge--red{color:#dc2626;font-size:1.05rem;font-weight:800}.edge-flow__callout-desc{font-family:var(--body,"Inter", sans-serif);color:#64748b;font-size:.82rem;line-height:1.4}.edge-flow__callout-arrow{color:#dc2626;flex-shrink:0;justify-content:center;align-items:center;animation:1.8s ease-in-out infinite arrowGlow;display:flex}@media (width<=1024px){.edge-flow__groups-wrapper{flex-direction:column;gap:1.5rem}.edge-flow__inter-connector{align-self:center;margin:-.5rem 0;transform:rotate(90deg)}.edge-flow__summary-callout{flex-direction:column;gap:1rem}.edge-flow__callout-arrow{transform:rotate(90deg)}}@media (width<=640px){.edge-flow__group-cards{flex-direction:column;gap:1rem}.edge-flow__stream-connector{margin:-.25rem 0;transform:rotate(90deg)}}@media (width<=1024px){.edge-flow__steps{flex-direction:column;gap:2rem}.edge-flow__arrow{margin-top:0;transform:rotate(90deg)}@keyframes arrowTravel{0%{opacity:.4;transform:rotate(90deg)translate(0)}50%{opacity:1;color:#dc2626;transform:rotate(90deg)translate(4px)}to{opacity:.4;transform:rotate(90deg)translate(0)}}.edge-flow__badge{top:-12px;left:50%}.edge-flow__step-title{white-space:normal}}.edge-thesis{font-family:var(--body,"Inter", sans-serif);color:#334155;background-color:#fff5f5;border:1px solid #fca5a5;border-left:4px solid #dc2626;border-radius:0 12px 12px 0;margin:1.75rem 0 2rem;padding:1.25rem 1.5rem;font-size:.95rem;line-height:1.6;box-shadow:0 4px 14px #dc26260d}.edge-thesis strong{color:#0f172a;font-weight:700}.edge-layers{box-sizing:border-box;background-color:#fff;border-bottom:1px solid #e2e8f0;width:100%;padding:clamp(4.5rem,6vw,6.5rem) clamp(1.5rem,4vw,4rem)}.edge-layers__container{box-sizing:border-box;width:100%;max-width:1400px;margin-inline:auto}.edge-layers__header{text-align:center;max-width:780px;margin:0 auto 3.5rem}.edge-layers__tag{font-family:var(--mono,"IBM Plex Mono", monospace);color:#dc2626;letter-spacing:.08em;text-transform:uppercase;background-color:#fff5f5;border:1.5px solid #fca5a5;border-radius:20px;align-items:center;margin-bottom:1.25rem;padding:.45rem 1.25rem;font-size:.82rem;font-weight:700;display:inline-flex}.edge-layers__title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2rem,3.2vw,3rem);font-weight:800;line-height:1.15}.edge-layers__subtitle{font-family:var(--body,"Inter", sans-serif);color:#475569;margin:0;font-size:clamp(1rem,1.15vw,1.15rem);line-height:1.6}.edge-layers__grid{grid-template-columns:1fr auto 1fr;align-items:center;gap:0;display:grid}.edge-layer-card{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:20px;flex-direction:column;gap:1rem;padding:2.5rem 2.25rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;box-shadow:0 8px 24px #0f172a0a}.edge-layer-card--hw{border-top:4px solid #0f172a}.edge-layer-card--sw{background:#fffdfd;border-top:4px solid #dc2626}.edge-layer-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0f172a14}.edge-layer-card__kicker{font-family:var(--mono,"IBM Plex Mono", monospace);color:#dc2626;letter-spacing:.06em;font-size:.78rem;font-weight:700}.edge-layers__connector{justify-content:center;align-items:center;padding:0 1.5rem;display:flex}.edge-layers__connector-circle{background-color:#fff5f5;border:1.5px solid #fca5a5;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 4px 12px #dc262626}@media (width<=900px){.edge-layers__grid{grid-template-columns:1fr;gap:1.5rem}.edge-layers__connector-circle{transform:rotate(90deg)}}.edge-solutions{box-sizing:border-box;background-color:#fafbfd;border-bottom:1px solid #e2e8f0;width:100%;padding:clamp(4.5rem,6vw,6.5rem) clamp(1.5rem,4vw,4rem)}.edge-solutions__container{box-sizing:border-box;width:100%;max-width:1400px;margin-inline:auto}.edge-solutions__header{text-align:center;max-width:780px;margin:0 auto 3.5rem}.edge-solutions__tag{font-family:var(--mono,"IBM Plex Mono", monospace);color:#dc2626;letter-spacing:.08em;text-transform:uppercase;background-color:#fff5f5;border:1.5px solid #fca5a5;border-radius:20px;align-items:center;margin-bottom:1.25rem;padding:.45rem 1.25rem;font-size:.82rem;font-weight:700;display:inline-flex}.edge-solutions__title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2rem,3.2vw,3rem);font-weight:800;line-height:1.15}.edge-solutions__subtitle{font-family:var(--body,"Inter", sans-serif);color:#475569;margin:0;font-size:clamp(1rem,1.15vw,1.15rem);line-height:1.6}.edge-solutions__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.edge-sol-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:1.75rem;transition:all .28s;box-shadow:0 4px 14px #0f172a08}.edge-sol-card:hover{border-color:#fca5a5;transform:translateY(-4px);box-shadow:0 12px 28px #dc26261a}.edge-sol-card__num{font-family:var(--mono,"IBM Plex Mono", monospace);color:#dc2626;background-color:#fff5f5;border:1px solid #fca5a5;border-radius:6px;margin-bottom:1rem;padding:.25rem .6rem;font-size:.8rem;font-weight:800;display:inline-block}.edge-sol-card__title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;margin:0 0 .5rem;font-size:1.25rem;font-weight:800}.edge-sol-card__desc{font-family:var(--body,"Inter", sans-serif);color:#475569;margin:0;font-size:.88rem;line-height:1.5}.edge-solutions__footnote{font-family:var(--body,"Inter", sans-serif);color:#475569;text-align:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:2.5rem;padding:1.25rem 1.5rem;font-size:.92rem;line-height:1.55}.edge-solutions__footnote strong{color:#0f172a}.edge-solutions__action{justify-content:center;margin-top:2.5rem;display:flex}@media (width<=992px){.edge-solutions__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.edge-solutions__grid{grid-template-columns:1fr}}.edge-cta{box-sizing:border-box;text-align:center;background-color:#fff;background-image:radial-gradient(900px 450px,#dc262614,#0000 70%);width:100%;padding:clamp(5rem,7vw,7.5rem) clamp(1.5rem,4vw,4rem)}.edge-cta__container{width:100%;max-width:800px;margin-inline:auto}.edge-cta__title{font-family:var(--display,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-.03em;margin:0 0 1.25rem;font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:800;line-height:1.15}.edge-cta__desc{font-family:var(--body,"Inter", sans-serif);color:#475569;margin:0 0 2.5rem;font-size:clamp(1.05rem,1.2vw,1.2rem);line-height:1.6}.edge-cta__buttons{justify-content:center;align-items:center;gap:1rem;display:flex}.edge-layers--dark{background-color:#0b0c0e;background-image:radial-gradient(900px 500px at 50% 0,#e41e2624 0%,#0000 65%),radial-gradient(700px 400px at 80% 80%,#e41e2614 0%,#0000 60%);border-bottom:1px solid #1f2329}.edge-layers--dark .edge-layers__tag{color:#ef4444;background-color:#e41e2626;border-color:#e41e26}.edge-layers--dark .edge-layers__title{color:#fff}.edge-layers--dark .edge-layers__subtitle{color:#a1a1aa}.edge-layers__arch-wrapper{justify-content:center;align-items:center;gap:1.5rem;width:100%;max-width:1360px;margin-inline:auto;display:flex;position:relative}.edge-layer-card{box-sizing:border-box;border-radius:20px;flex-direction:column;flex:1;gap:1.25rem;min-width:0;padding:2.5rem 2.25rem;display:flex;position:relative;overflow:hidden}.edge-layer-card__bg-texture{pointer-events:none;opacity:.15;z-index:0;position:absolute;inset:0}.edge-layer-card__bg-texture--pcb{background-image:radial-gradient(#3b4252 1px,#0000 1px),radial-gradient(#3b4252 1px,#101216 1px);background-position:0 0,10px 10px;background-size:20px 20px}.edge-layer-card__bg-texture--circuit{background-image:radial-gradient(#e41e2666 1px,#0000 1px);background-size:24px 24px}.edge-layer-card>*{z-index:1;position:relative}.edge-layers--dark .edge-layer-card--hw{background:linear-gradient(145deg,#15181e,#0c0e11);border:1.5px solid #2b303c;animation:.9s cubic-bezier(.16,1,.3,1) both hwSlideInLeft;box-shadow:0 16px 40px #00000080}.edge-layers--dark .edge-layer-card--hw:hover{border-color:#4b5563;transform:translateY(-4px);box-shadow:0 20px 48px #000000a6}.edge-layers--dark .edge-layer-card--sw{background:linear-gradient(145deg,#1c1315,#0f0b0c);border:1.5px solid #e41e26;animation:.9s cubic-bezier(.16,1,.3,1) .15s both swSlideInRight;transform:translateY(-4px);box-shadow:0 14px 40px #e41e263d,0 0 0 1px #e41e261a}.edge-layers--dark .edge-layer-card--sw:hover{border-color:#ff2e36;transform:translateY(-8px);box-shadow:0 22px 55px #e41e2661}.edge-layers--dark .edge-layer-card--sw:hover .edge-layer-card__icon-wrap--sw{transform:rotate(12deg)scale(1.1)}.edge-layer-card__header-row{align-items:center;gap:1.25rem;display:flex}.edge-layer-card__icon-wrap{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex}.edge-layer-card__icon-wrap--hw{color:#a1a1aa;background-color:#242933;border:1px solid #3b4252}.edge-layer-card__icon-wrap--sw{color:#ef4444;background:#e41e2629;border:1.5px solid #e41e26;box-shadow:0 4px 14px #e41e2640}.edge-layer-card__subtitle-tag{font-family:var(--mono,"IBM Plex Mono", monospace);color:#a1a1aa;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;margin-top:.25rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.edge-layer-card__subtitle-tag--red{color:#ef4444;background:#e41e2626;border:1px solid #e41e26}.edge-layer-card__kicker--red{color:#e41e26!important}.edge-layer-card__title{font-family:var(--display,"Space Grotesk", sans-serif);color:#fff;margin:0;font-size:1.6rem;font-weight:800}.edge-layer-card__desc{font-family:var(--body,"Inter", sans-serif);color:#a1a1aa;margin:0;font-size:.95rem;line-height:1.55}.edge-layer-card__list{flex-direction:column;gap:.6rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.edge-layer-card__list li{font-family:var(--body,"Inter", sans-serif);color:#d4d4d8;padding-left:1.25rem;font-size:.88rem;line-height:1.45;position:relative}.edge-layer-card__list li:before{content:"";background-color:#e41e26;border-radius:1px;width:6px;height:6px;position:absolute;top:7px;left:0}.edge-layers__pipeline-connector{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;min-width:280px;padding:0 1rem;animation:.8s .1s both connectorFade;display:flex}.edge-layers__caption{font-family:var(--mono,"IBM Plex Mono", monospace);text-transform:uppercase;white-space:nowrap;font-weight:700}.edge-layers__caption--top{letter-spacing:.1em;color:#e41e26;margin-bottom:.85rem;font-size:.68rem}.edge-layers__caption--bottom{letter-spacing:.06em;color:#a1a1aa;margin-top:.85rem;font-size:.72rem}.edge-layers__flow-track{justify-content:space-between;align-items:center;width:100%;padding:.75rem .5rem;display:flex;position:relative}.edge-layers__track-line{z-index:0;background:linear-gradient(90deg,#3b4252 0%,#e41e26 50% 100%);height:2px;position:absolute;top:14px;left:0;right:0}.edge-layers__track-particle{z-index:1;background-color:#ef4444;border-radius:50%;width:8px;height:8px;animation:2.2s cubic-bezier(.4,0,.2,1) infinite particleTrack;position:absolute;top:11px;left:0;box-shadow:0 0 10px #ef4444,0 0 20px #e41e26}.edge-layers__node{z-index:2;flex-direction:column;align-items:center;gap:.4rem;display:flex;position:relative}.edge-layers__node-dot{background-color:#1a1d22;border:2px solid #e41e26;border-radius:50%;width:10px;height:10px;transition:all .3s;box-shadow:0 0 6px #e41e2666}.edge-layers__node:hover .edge-layers__node-dot{background-color:#e41e26;transform:scale(1.3);box-shadow:0 0 12px #ef4444}.edge-layers__node-label{font-family:var(--mono,"IBM Plex Mono", monospace);color:#d4d4d8;letter-spacing:.02em;white-space:nowrap;font-size:.6rem;font-weight:600}.edge-layer-card__list--seq li{opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) forwards seqReveal;transform:translateY(8px)}.edge-layer-card__bullet--seq1{animation-delay:.3s}.edge-layer-card__bullet--seq2{animation-delay:.45s}.edge-layer-card__bullet--seq3{animation-delay:.6s}.edge-layer-card__bullet--seq4{animation-delay:.75s}@keyframes hwSlideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes swSlideInRight{0%{opacity:0;transform:translate(40px)translateY(-4px)}to{opacity:1;transform:translate(0)translateY(-4px)}}@keyframes connectorFade{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes particleTrack{0%{opacity:.2;left:0%}50%{opacity:1}to{opacity:.2;left:95%}}@keyframes seqReveal{to{opacity:1;transform:translateY(0)}}@media (width<=1100px){.edge-layers__arch-wrapper{flex-direction:column;gap:2rem}.edge-layers__pipeline-connector{margin:1rem 0;transform:rotate(90deg)}.edge-layers__caption--top,.edge-layers__caption--bottom{transform:rotate(-90deg)}}.edge-cta--dark{background-color:#0b0c0e;background-image:radial-gradient(900px 450px,#e41e2626,#0000 70%);border-top:1px solid #1f2329}.edge-cta--dark .edge-cta__title{color:#fff}.edge-cta--dark .edge-cta__desc{color:#a1a1aa}.edge-hero__btn-secondary--dark{background-color:#ffffff0d;color:#fff!important;border-color:#3f3f46!important}.edge-hero__btn-secondary--dark:hover{background-color:#ffffff1a;border-color:#a1a1aa!important}.contact-page{--contact-red:#e1111b;--contact-red-dark:#bd0710;--contact-ink:#11131a;--contact-muted:#5d6470;isolation:isolate;min-height:calc(100svh - 70px);color:var(--contact-ink);font-family:var(--body,"Inter", sans-serif);background:radial-gradient(at 16% 42%,#e1111b0e,#0000 34%),radial-gradient(at 82% 62%,#e1111b11,#0000 31%),radial-gradient(circle at 52% 18%,#5660700b,#0000 28%),linear-gradient(135deg,#fff 0%,#fafbfc 52%,#fff 100%),#fff;place-items:center;padding:clamp(26px,3.4vw,48px) clamp(24px,6vw,90px);display:grid;position:relative;overflow:hidden}.contact-page,.contact-page *{box-sizing:border-box}.contact-page:after{z-index:-2;content:"";opacity:.42;pointer-events:none;background-image:linear-gradient(#5b65740e 1px,#0000 1px),linear-gradient(90deg,#5b65740e 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 0%,#0000008c 40%,#0000 76%);mask-image:radial-gradient(#000 0%,#0000008c 40%,#0000 76%)}.contact-corner-dots{z-index:-1;opacity:.8;background:radial-gradient(circle,#e1111b1a 0 1.4px,#0000 1.8px) 0 0/14px 14px;width:280px;height:280px;position:absolute;bottom:-25px;left:-25px;-webkit-mask-image:linear-gradient(135deg,#000,#0000 72%);mask-image:linear-gradient(135deg,#000,#0000 72%)}.contact-content{width:min(100%,1200px)}.contact-shell{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:clamp(38px,4.5vw,64px);width:100%;display:grid}.contact-message-panel,.contact-details-panel{min-width:0}.contact-message-panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border:1px solid #e5e7eb;border-radius:20px;flex-direction:column;justify-content:center;padding:clamp(28px,3vw,40px);display:flex;box-shadow:0 20px 48px #0f172a1a}.contact-message-panel h2{color:var(--contact-red);font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.025em;margin:0;font-size:1.5rem;font-weight:700}.contact-kicker{color:var(--contact-red);font-family:var(--mono,"JetBrains Mono", monospace);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:11px;font-size:10px;font-weight:500;display:inline-flex}.contact-kicker:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #e1111b14}.contact-heading--center{text-align:center;margin:0 auto clamp(28px,3vw,40px)}.contact-heading h1{color:#080a0e;font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.055em;margin:0;font-size:clamp(3.3rem,5.2vw,4.75rem);font-weight:700;line-height:.98}.contact-heading h1 span{color:var(--contact-red)}.contact-heading>i{background:var(--contact-red);border-radius:999px;width:58px;height:4px;margin:17px 0 16px;display:block}.contact-heading--center>i{margin-inline:auto}.contact-heading p{max-width:410px;color:var(--contact-muted);margin:0;font-size:.98rem;line-height:1.6}.contact-heading--center p{margin-inline:auto}.contact-form{gap:11px;margin-top:25px;display:grid}.contact-form>label{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.contact-field{position:relative}.contact-field>svg{z-index:1;color:#252b35;pointer-events:none;width:20px;height:20px;transition:color .18s;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.contact-field input,.contact-field textarea{width:100%;color:var(--contact-ink);font:inherit;background:#fffffff0;border:1px solid #d9dde3;border-radius:10px;outline:0;font-size:.9rem;line-height:1.45;transition:border-color .18s,box-shadow .18s;box-shadow:0 5px 17px #0f172a09}.contact-field input{min-height:54px;padding:13px 16px 13px 52px}.contact-field textarea{resize:vertical;min-height:clamp(118px,16vh,145px);padding:17px 18px}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#727986;font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.01em;font-weight:500}.contact-field:focus-within>svg{color:var(--contact-red)}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--contact-red);box-shadow:0 0 0 4px #e1111b14,0 8px 22px #0f172a0f}.contact-submit{color:#fff;cursor:pointer;min-height:55px;font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.005em;text-transform:none;background:linear-gradient(100deg,#ed151f,#ce0710);border:0;border-radius:10px;justify-content:center;align-items:center;gap:13px;margin-top:3px;font-size:.875rem;font-weight:600;transition:box-shadow .18s,transform .18s;display:flex;box-shadow:0 12px 26px #e1111b33}.contact-submit svg{width:21px;height:21px}.contact-submit:hover{transform:translateY(-2px);box-shadow:0 16px 32px #e1111b4a}.contact-submit:focus-visible{outline-offset:3px;outline:3px solid #e1111b38}.contact-details-panel{grid-template-rows:minmax(0,1fr) auto;gap:20px;display:grid}.contact-info-card,.contact-locations-card{border-radius:20px}.contact-info-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border:1px solid #e5e7eb;flex-direction:column;justify-content:center;height:100%;padding:clamp(28px,3vw,38px);display:flex;box-shadow:0 20px 48px #0f172a1a}.contact-info-card h2,.contact-locations-card h2{font-family:var(--display,"Space Grotesk", sans-serif);letter-spacing:-.025em;margin:0;font-size:1.35rem}.contact-info-card h2{color:var(--contact-red);margin-bottom:25px;font-size:1.5rem}.contact-info-item{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:16px;display:grid}.contact-info-item+.contact-info-item{margin-top:21px}.contact-info-item--address{align-items:start}.contact-info-icon{width:42px;height:42px;color:var(--contact-red);place-items:center;display:grid}.contact-info-icon svg{stroke-width:1.8px;width:29px;height:29px}.contact-info-item a,.contact-info-item strong{color:var(--contact-ink);font-size:1rem;font-style:normal;font-weight:700;text-decoration:none}.contact-info-item a:hover{color:var(--contact-red)}.contact-info-item p,.contact-info-item address{color:var(--contact-muted);margin:3px 0 0;font-size:.85rem;font-style:normal;line-height:1.5}.contact-locations-card{color:#fff;background:radial-gradient(circle at 82% 15%,#ffffff2b,#0000 34%),linear-gradient(120deg,#ed111c,#c80610);border:1px solid #b1000947;min-height:188px;padding:27px 28px 22px;box-shadow:0 18px 36px #e1111b30}.contact-locations-card h2{color:#fff;margin-bottom:18px;font-size:1.25rem}.contact-locations-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:12px;display:grid}.contact-location{color:#fffffff2;text-align:center;flex-direction:column;align-items:center;gap:7px;min-width:0;display:flex}.contact-location svg{fill:none;stroke:currentColor;stroke-width:1.45px;stroke-linecap:round;stroke-linejoin:round;width:60px;height:60px}.contact-location .contact-location-icon--hyderabad{object-fit:contain;width:62px;height:60px}.contact-location .contact-location-icon--bengaluru{width:52px}.contact-location .contact-location-icon--taiwan{width:54px}.contact-location span{text-overflow:ellipsis;max-width:100%;font-size:.8rem;font-weight:600;line-height:1.35;overflow:hidden}@media (width<=980px){.contact-page{min-height:0;padding:54px 24px 72px;display:block}.contact-shell{grid-template-columns:1fr;align-items:start;gap:40px;width:min(100%,720px);margin-inline:auto}.contact-message-panel{width:min(100%,560px);margin-inline:auto;padding:30px}.contact-details-panel{grid-template-rows:auto;width:min(100%,560px);margin-inline:auto}}@media (width<=600px){.contact-page{padding:34px 18px 56px}.contact-message-panel{padding:26px 20px}.contact-heading h1{font-size:clamp(3rem,15vw,4rem)}.contact-heading p{font-size:.95rem}.contact-form{margin-top:22px}.contact-info-card{padding:26px 20px}.contact-info-item{grid-template-columns:38px minmax(0,1fr);gap:12px}.contact-info-item+.contact-info-item{margin-top:18px}.contact-info-icon{width:38px;height:38px}.contact-info-icon svg{width:26px;height:26px}.contact-locations-card{min-height:190px;padding:24px 18px 22px}.contact-locations-grid{gap:5px}.contact-location span{font-size:.76rem}}@media (width<=390px){.contact-page{padding-inline:14px}.contact-info-item a,.contact-info-item strong{font-size:.9rem}.contact-info-item p,.contact-info-item address{font-size:.78rem}.contact-location svg,.contact-location .contact-location-icon--hyderabad{width:58px;height:58px}.contact-location .contact-location-icon--bengaluru{width:50px}.contact-location .contact-location-icon--taiwan{width:52px}}@media (prefers-reduced-motion:reduce){.contact-field input,.contact-field textarea,.contact-field>svg,.contact-submit{transition:none}}
