@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";*,: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)}body{color:#0f172a;width:100%;min-height:100vh;font-family:var(--body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background-color:#fff;margin:0;padding:0;overflow-x:hidden}#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}}.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:1rem;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<=1200px){.mega-menu-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.header-top-bar{padding:.85rem 1.5rem}.mega-menu-grid{grid-template-columns:1fr}.btn-red-contact{display:none}.mobile-toggle{display:flex}}.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}}.app-root{background-color:#fff;flex-direction:column;width:100%;min-height:100vh;display:flex}main{flex:1;width:100%}: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:80px}*{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:hidden}.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{background-color:#0b0c10;width:100%;height:350vh;position:relative}.hmpg-scroll-hero-sticky{background-color:#0b0c10;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;left:0;overflow:hidden}.hmpg-hero-canvas{object-fit:cover;z-index:1;width:100vw;height:100vh;position:absolute;top:0;left:0}.hmpg-hero-loader-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;background-color:#0b0c10f2;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s;display:flex;position:absolute;top:0;left:0}.hmpg-loader-content{flex-direction:column;align-items:center;gap:.75rem;display:flex}.hmpg-loader-tag{color:#e61919;letter-spacing:.12em;font-size:.75rem;font-weight:700}.hmpg-loader-bar-bg{background-color:#ffffff1a;border-radius:3px;width:200px;height:3px;overflow:hidden}.hmpg-loader-bar-fill{background-color:#e61919;height:100%;transition:width .15s;box-shadow:0 0 8px #e61919}.hmpg-loader-pct{color:#94a3b8;font-size:.75rem}.hmpg-hero-overlay-content{z-index:10;pointer-events:none;width:100%;height:100%;padding-top:var(--header-height,80px);flex-direction:column;justify-content:center;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 (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%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.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-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<=640px){.zmd-section-ecosystem{padding:4.5rem 0 4rem}.zmd-ecosystem-heading{white-space:normal;font-size:clamp(2.75rem,13vw,4rem)}.zmd-ecosystem-subtitle{font-size:1rem}.zmd-ecosystem-cards{grid-template-columns:1fr}.zmd-ecosystem-card:last-child{grid-column:auto}.zmd-ecosystem-rail{display:none}}@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-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{background-color:var(--ink,#0a0a0b);color:#fff;z-index:5;transform:translateY(-6px);box-shadow:0 20px 45px #0000002e,0 0 24px #e1060040;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-card:hover .hmpg-icon-software{transform:scale(1.15)translateY(-2px)}.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:#fff9!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:#fff;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:#ffffffd9;transform:translateY(-1px)}.zmd-explore-link{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink);align-items:center;gap:6px;margin-top:1rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:color .35s,gap .35s cubic-bezier(.2,.8,.2,1);display:inline-flex}.zmd-product-card:hover .zmd-explore-link{color:var(--brand);gap:10px}.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}html{scroll-behavior:smooth}.dcam-page-container{color:#111827;box-sizing:border-box;background-color:#fff;width:100%;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;animation:.8s cubic-bezier(.16,1,.3,1) forwards dcamPageFadeIn}@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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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-container{align-items:center;gap:10px;margin-bottom:24px;display:flex}.dcam-tag-line{background-color:#e60000;width:20px;height:2px;display:inline-block}.dcam-tag-text{letter-spacing:2px;text-transform:uppercase;color:#555;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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;align-items:center;gap:40px;width:100%;margin-top:32px;padding-top:24px;display:flex}.dcam-hero-stat-item{flex-direction:column;align-items:flex-start;display:flex}.dcam-hero-stat-val{color:#e60000;letter-spacing:-.5px;margin-bottom:6px;font-size:2.2rem;font-weight:800;line-height:1}.dcam-hero-stat-lbl{letter-spacing:1px;color:#475569;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.65rem;font-weight:700;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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.55rem;font-weight:700}.dcam-hud-attr-list{color:#f8fafc;text-align:left;width:100%;margin-top:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.52rem;font-weight:800}.dcam-panel-val{color:#e2e8f0;letter-spacing:.4px;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,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}: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%;display:flex}.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__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}@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}}.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}}.edgeai-page{box-sizing:border-box;width:100%;font-family:var(--body,"Inter", sans-serif);background-color:#fff;padding:0}.edge-hero{box-sizing:border-box;background-color:#fafafc;background-image:radial-gradient(at 85% 20%,#dc262612 0%,#0000 50%),url(/assets/herosectionedgeai-BknITVb7.png);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__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,"JetBrains 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,"JetBrains 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,"JetBrains 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,"JetBrains 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,"JetBrains 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,"JetBrains 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,"JetBrains 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,"JetBrains 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,"JetBrains 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{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;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:all .28s cubic-bezier(.16,1,.3,1);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,"JetBrains 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,"JetBrains 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,"JetBrains 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,"JetBrains 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,"JetBrains 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,"JetBrains 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,"JetBrains 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:3.5rem;width:100%;display:flex}.sm-usecase-card{box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:24px;grid-template-columns:1.25fr 1px .85fr;align-items:center;gap:clamp(2rem,3.5vw,3.5rem);width:96%;padding:clamp(2rem,3vw,2.75rem) clamp(2.25rem,4vw,3.75rem);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 14px 40px -10px #0f172a0f,0 0 24px #dc262606}.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(-4px);box-shadow:0 22px 50px -12px #dc262624}.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 .65rem;font-size:clamp(2rem,2.8vw,2.75rem);font-weight:800;line-height:1.15}.sm-usecase-card__hook{font-family:var(--body,"Inter", sans-serif);color:#dc2626;margin:0 0 1.5rem;font-size:clamp(1rem,1.15vw,1.15rem);font-weight:600;line-height:1.45}.sm-usecase-card__capabilities{flex-direction:column;gap:.65rem;margin:0 0 1.5rem;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:.65rem;font-size:.92rem;line-height:1.5;display:flex}.sm-usecase-card__bullet{background-color:#dc2626;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px}.sm-usecase-card__desc{font-family:var(--body,"Inter", sans-serif);color:#475569;margin:0 0 2rem;font-size:.92rem;line-height:1.65}.sm-usecase-card__btn-main{font-family:var(--body,"Inter", sans-serif);color:#fff;cursor:pointer;background-color:#991b1b;border:none;border-radius:8px;align-items:center;gap:.5rem;width:fit-content;padding:.85rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .22s;display:inline-flex;box-shadow:0 4px 14px #991b1b40}.sm-usecase-card__btn-main:hover{background-color:#7f1d1d;transform:translateY(-2px);box-shadow:0 6px 18px #991b1b59}.sm-usecase-card__divider{background-color:#e2e8f0;width:1px;height:100%;min-height:280px}.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:34px;height:34px;padding:0;transition:all .2s;display:flex;box-shadow:0 2px 8px #0f172a14}.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:16px;justify-content:center;align-items:center;width:100%;max-width:320px;height:185px;margin:0 auto 1.25rem;padding:14px;display:flex;position:relative}.sm-usecase-card__hw-img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:145px;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,"JetBrains Mono", monospace);color:#dc2626;letter-spacing:.04em;text-transform:uppercase;background-color:#fff5f5;border:1px solid #fca5a5;border-radius:12px;padding:.2rem .6rem;font-size:.68rem;font-weight:800;position:absolute;top:10px;right:12px}.sm-usecase-card__image-placeholder{background-color:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:320px;height:180px;margin:0 auto 1.25rem;display:flex}.sm-usecase-card__placeholder-icon{color:#94a3b8;background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sm-usecase-card__placeholder-text{font-family:var(--mono,"JetBrains Mono", monospace);color:#94a3b8;font-size:.75rem;font-weight:600}.sm-usecase-card__model-title{font-family:var(--mono,"JetBrains Mono", monospace);color:#0f172a;letter-spacing:.05em;margin-bottom:.5rem;font-size:.88rem;font-weight:700}.sm-usecase-card__model-desc{font-family:var(--body,"Inter", sans-serif);color:#64748b;max-width:340px;margin:0 0 1.25rem;font-size:.84rem;line-height:1.5}.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:.65rem 1.4rem;font-size:.85rem;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:.4rem;margin-top:1.25rem;display:flex}.sm-usecase-card__dot{background-color:#cbd5e1;border-radius:50%;width:6px;height:6px}.sm-usecase-card__dot--active{background-color:#005596;width:8px;height:8px}@media (width<=1024px){.sm-usecase-card{grid-template-columns:1fr;gap:2.5rem}.sm-usecase-card__divider{display:none}}
