:root{--ue-blue:#003087;--ue-blue-dk:#002060;--ue-blue-lt:#e4eaf5;--ue-red:#D22630;--ue-red-dk:#a81d25;--ue-green:#264D2D;--ue-navy:#0c1a2e;--ue-navy-lt:#132238;--ue-steel:#475569;--ue-muted:#64748b;--ue-light:#f7f9fc;--ue-border:#dde3ec;--ue-border-lt:#eef1f7;--ue-red-lt:rgba(210,38,48,.08);--ue-green-lt:rgba(38,77,45,.09);--font-heading:'Montserrat',sans-serif;--font-body:'Inter',sans-serif;--container:1300px;--container-md:960px;--shadow-sm:0 1px 4px rgba(0,0,0,.07);--shadow:0 2px 12px rgba(0,48,135,.09);--shadow-md:0 6px 24px rgba(0,48,135,.13);--shadow-lg:0 16px 48px rgba(0,0,0,.16);--radius:3px;--radius-md:6px;--radius-lg:12px;--transition:.24s ease;--transition-md:.36s ease}*,::after,::before{box-sizing:border-box;margin:0;padding:0}[hidden]{display:none!important}html{font-size:16px;scroll-behavior:smooth;overflow-x:hidden;width:100%;max-width:100%}body{font-family:var(--font-body);color:#1e293b;background:#fff;-webkit-font-smoothing:antialiased;line-height:1.6;width:100%;max-width:100%;overflow-x:clip}img{max-width:100%;height:auto;display:block}main{min-height:100vh;overflow:visible}a{color:inherit;text-decoration:none;transition:color var(--transition)}ol,ul{list-style:none}button,input,select,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer;background:0 0;border:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:#0f172a;line-height:1.15;font-weight:800}p{color:var(--ue-steel);line-height:1.8}strong{color:#0f172a;font-weight:600}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.75rem}.container-md{width:100%;max-width:var(--container-md);margin:0 auto;padding:0 1.75rem}.section{padding:5rem 0}.section-alt{background:var(--ue-light)}.section-dark{background:var(--ue-navy)}.sec-label{display:inline-block;font-family:var(--font-heading);font-size:.67rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--ue-red);margin-bottom:.55rem}.sec-title{font-size:clamp(1.75rem, 3vw, 2.6rem);font-weight:900;color:#0f172a;margin-bottom:.75rem}.sec-accent{width:44px;height:3px;background:var(--ue-red);border-radius:2px;margin-bottom:1.25rem}.sec-accent.center{margin-left:auto;margin-right:auto}.sec-desc{font-size:1.02rem;color:var(--ue-muted);line-height:1.8;max-width:640px}.sec-header{text-align:center;margin-bottom:3.5rem}.sec-header .sec-accent{margin:0 auto 1.25rem}.sec-header .sec-desc{margin:0 auto}.site-nav{position:sticky;top:0;z-index:1000;width:100%;background:#fff;border-bottom:1px solid rgba(0,0,0,.05);box-shadow:none;transition:box-shadow var(--transition),border-color var(--transition)}.site-nav.scrolled{border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px rgba(0,0,0,.06)}.nav-inner{display:flex;align-items:center;height:76px;gap:1.5rem}.nav-logo{display:flex;align-items:center;gap:.8rem;flex-shrink:0}.nav-logo img{height:46px;width:auto;object-fit:contain}.nav-logo-text{display:flex;flex-direction:column;border-left:2px solid var(--ue-border);padding-left:.8rem}.nav-logo-name{font-family:var(--font-heading);font-size:.95rem;font-weight:900;color:var(--ue-blue);letter-spacing:-.01em;text-transform:uppercase;line-height:1.1;white-space:nowrap}.nav-logo-sub{font-size:.58rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--ue-muted);margin-top:.15rem}.nav-links{display:flex;align-items:center;gap:0;margin-left:auto}.nav-link{display:inline-flex;align-items:center;gap:.3rem;padding:.5rem .8rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ue-steel);border-radius:var(--radius);transition:color var(--transition);position:relative;white-space:nowrap}.nav-link.active,.nav-link:hover{color:var(--ue-blue)}.nav-link::after{content:'';position:absolute;bottom:-1px;left:.8rem;right:.8rem;height:2px;background:var(--ue-blue);transform:scaleX(0);transform-origin:left;transition:transform var(--transition);border-radius:2px}.nav-link.active::after,.nav-link:hover::after{transform:scaleX(1)}.nav-link .chevron{font-size:.58rem;transition:transform var(--transition)}.nav-dropdown{position:relative}.nav-dropdown-menu{position:absolute;top:calc(100% + 10px);left:0;width:300px;background:#fff;border:1px solid var(--ue-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(-6px);transition:all var(--transition);z-index:200;overflow:hidden}.nav-dropdown-trigger[data-dropdown=solutions]~.nav-dropdown-menu{width:320px}.nav-dropdown.open .nav-dropdown-menu,.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown.open .chevron,.nav-dropdown:hover .chevron{transform:rotate(180deg)}.nav-dropdown-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--ue-border-lt);transition:background var(--transition)}.nav-dropdown-item:last-child{border-bottom:none}.nav-dropdown-item:hover{background:var(--ue-light)}.nav-dropdown-item .dd-icon{width:38px;height:38px;background:var(--ue-blue-lt);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--ue-blue);font-size:.9rem;flex-shrink:0}.nav-dropdown-item .dd-text span{display:block;font-size:.84rem;font-weight:600;color:#0f172a}.nav-dropdown-item .dd-text small{font-size:.7rem;color:var(--ue-muted)}.nav-cta{display:flex;align-items:center;gap:.75rem;flex-shrink:0;margin-left:.75rem}.nav-wa-link{display:flex;align-items:center;gap:.4rem;font-family:var(--font-heading);font-size:.78rem;font-weight:700;color:#1a202c;text-decoration:none;white-space:nowrap;border:1.5px solid #25d366;border-radius:var(--radius);padding:.3rem .7rem;transition:background var(--transition),color var(--transition)}.nav-wa-link i{color:#25d366;font-size:1rem}.nav-wa-link:hover{background:#25d366;color:#fff}.nav-wa-link:hover i{color:#fff}@media (max-width:960px){.nav-wa-num{display:none}}.nav-burger{display:none;flex-direction:column;gap:5px;padding:6px;cursor:pointer}.nav-burger span{display:block;height:2px;width:22px;background:var(--ue-blue);border-radius:2px;transition:all var(--transition)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;font-family:var(--font-heading);font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;border-radius:var(--radius);border:2px solid transparent;transition:all var(--transition);cursor:pointer;white-space:nowrap}.btn-sm{padding:.55rem 1.2rem;font-size:.68rem}.btn-lg{padding:1rem 2.5rem;font-size:.78rem}.btn-primary{background:var(--ue-blue);color:#fff;border-color:var(--ue-blue)}.btn-primary:hover{background:var(--ue-blue-dk);border-color:var(--ue-blue-dk);color:#fff}.btn-red{background:var(--ue-red);color:#fff;border-color:var(--ue-red)}.btn-red:hover{background:var(--ue-red-dk);border-color:var(--ue-red-dk);color:#fff}.btn-outline{background:0 0;color:var(--ue-blue);border-color:var(--ue-blue)}.btn-outline:hover{background:var(--ue-blue);color:#fff}.btn-white{background:#fff;color:var(--ue-blue);border-color:#fff}.btn-white:hover{background:var(--ue-blue-lt)}.btn-outline-white{background:0 0;color:#fff;border-color:rgba(255,255,255,.45)}.btn-outline-white:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.8)}.hero-home{position:relative;min-height:640px;background:var(--ue-navy);overflow:hidden;display:flex;align-items:center}.hero-home-bg{position:absolute;inset:0;overflow:hidden;width:100%;max-width:100%}.hero-home-bg picture{display:block;width:100%;height:100%}.hero-home-bg img,.hero-home-bg video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.5}.hero-home-bg .hero-slide{position:absolute;inset:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transform:translateX(100%);transition:transform .7s cubic-bezier(.25,.46,.45,.94);will-change:transform}.hero-home-bg .hero-slide.active{transform:translateX(0)}.hero-home-bg .hero-slide.exiting{transform:translateX(-100%)}.hero-home-bg .hero-slide:first-child{opacity:1}.hero-home-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(3,20,45,.65) 0,rgba(3,20,45,.5) 30%,rgba(3,20,45,.22) 55%,rgba(3,20,45,.04) 78%,rgba(0,0,0,0) 100%);transition:opacity 1s ease-in-out}.hero-home-overlay.overlay-hidden{opacity:0}.hero-blueprint{position:absolute;inset:0;z-index:2;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.033) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.033) 1px,transparent 1px);background-size:42px 42px}.hero-home-inner{position:relative;z-index:4;max-width:640px;padding:5rem 0}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:50px;padding:.35rem 1rem;font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:1.5rem}.hero-badge .dot{width:7px;height:7px;background:var(--ue-green);border-radius:50%;flex-shrink:0}.hero-badge .bull{color:#fff;font-size:1.4em;font-weight:900;line-height:1;vertical-align:middle}.hero-home h1{font-size:clamp(2.2rem, 5vw, 4rem);font-weight:900;color:#fff;line-height:1.1;margin-bottom:.6rem;letter-spacing:-.02em}.hero-home h1 .accent{color:var(--ue-red)}.hero-home .hero-accent-sweep{width:52px;height:3px;background:var(--ue-red);border-radius:2px;margin-bottom:1.25rem}.hero-home .hero-sub{font-size:1.05rem;color:rgba(255,255,255,.72);margin-bottom:2.25rem;max-width:560px;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.hero-trust{display:flex;flex-wrap:wrap;gap:1.25rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.hero-trust-item{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.65);font-size:.78rem;font-weight:500}.hero-trust-item i{color:var(--ue-red);font-size:.7rem}.hero-inner{position:relative;overflow:hidden;background:var(--ue-navy);min-height:520px;display:flex;align-items:center;padding:0}.hero-bg-layer{position:absolute;top:0;left:0;bottom:0;right:auto;width:130%;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(3,20,45,.72) 0,rgba(0,48,135,.48) 50%,rgba(3,20,45,.14) 100%)}.hero-premium-inner{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;padding:5rem 0;width:100%;transition:opacity .6s ease}.hero-premium-inner.hero-content-hidden{opacity:0;pointer-events:none}.hero-dots{position:absolute;bottom:1.75rem;left:50%;transform:translateX(-50%);display:flex;gap:.55rem;z-index:10;filter:drop-shadow(0 1px 4px rgba(0,0,0,.65))}.hero-dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.7);background:0 0;cursor:pointer;padding:0;transition:background .3s ease,border-color .3s ease}.hero-dot:hover{border-color:rgba(255,255,255,.95);background:rgba(255,255,255,.3)}.hero-dot.active{background:#fff;border-color:#fff}.slide-rack-callout{position:absolute;top:.5rem;left:50%;transform:translateX(-50%);z-index:6;display:inline-flex;align-items:center;gap:.7rem;background:rgba(3,20,45,.75);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-left:4px solid var(--ue-red);border-radius:var(--radius);padding:.5rem 1rem .5rem .85rem;opacity:0;pointer-events:none;transition:opacity .7s ease;white-space:nowrap}.slide-rack-callout.visible{opacity:1;pointer-events:auto}.src-badge{font-family:var(--font-heading);font-size:.55rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:rgba(255,255,255,.55);border-right:1px solid rgba(255,255,255,.2);padding-right:.7rem;line-height:1}.src-title{font-family:var(--font-heading);font-size:1.35rem;font-weight:900;color:#fff;line-height:1;margin:0;letter-spacing:-.02em}.src-title sup{font-size:.5em;vertical-align:super}@media (max-width:768px){.slide-rack-callout{top:.4rem;gap:.5rem;padding:.45rem .8rem .45rem .7rem}.src-title{font-size:1.1rem}.src-badge{display:none}}.hero-text-block{flex:1;max-width:580px}.hero-eyebrow{display:inline-block;font-family:var(--font-heading);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:.85rem}.hero-inner h1{font-size:clamp(2rem, 4vw, 3.2rem);font-weight:900;color:#fff;line-height:1.12;margin-bottom:0;letter-spacing:-.02em}.hero-accent-sweep{width:52px;height:3px;background:var(--ue-red);border-radius:2px;margin:.8rem 0 1rem}.hero-inner .hi-desc{font-size:1rem;color:rgba(255,255,255,.68);max-width:520px;line-height:1.75;margin:0}.breadcrumb{display:flex;align-items:center;gap:.45rem;margin-bottom:1rem}.breadcrumb a,.breadcrumb span{font-size:.75rem;color:rgba(255,255,255,.85);font-weight:500}.breadcrumb a:hover{color:#fff}.breadcrumb .sep{color:rgba(255,255,255,.55);font-size:.55rem}@media (prefers-reduced-motion:reduce){.hero-home-bg img,.hero-home-bg video{animation:none}.hero-home-bg .hero-slide{transition:none}.hero-premium-inner{transition:none}.hero-bg-layer{animation:none;transform:none}.hero-home-inner,.hero-text-block{animation:none;opacity:1;transform:none}.hero-accent-sweep,.hero-home .hero-accent-sweep{animation:none;width:52px;opacity:1}}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.stat-card{background:#fff;border:1px solid var(--ue-border);border-top:3px solid var(--ue-blue);padding:2rem 1.5rem;border-radius:var(--radius);text-align:center;transition:box-shadow var(--transition)}.stat-card:hover{box-shadow:var(--shadow-md)}.stat-num{font-family:var(--font-heading);font-size:2.1rem;font-weight:900;color:var(--ue-blue);line-height:1;margin-bottom:.4rem}.stat-label{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ue-muted)}.stat-card.red .stat-num{color:var(--ue-red)}.stat-card.red{border-top-color:var(--ue-red)}.stat-card.green .stat-num{color:var(--ue-green)}.stat-card.green{border-top-color:var(--ue-green)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.service-card{background:#fff;border:1px solid var(--ue-border);padding:2.25rem 1.75rem;border-radius:var(--radius);position:relative;overflow:hidden;transition:box-shadow var(--transition),transform var(--transition)}.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--ue-blue);transition:background var(--transition)}.service-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.service-card:hover::before{background:var(--ue-red)}.service-card .svc-icon{width:54px;height:54px;background:var(--ue-blue-lt);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--ue-blue);font-size:1.5rem;margin-bottom:1.25rem;transition:background var(--transition),color var(--transition),transform var(--transition)}.service-card:hover .svc-icon{background:var(--ue-blue);color:#fff;transform:scale(1.1) rotate(-4deg)}.service-card h3{font-size:1rem;font-weight:700;margin-bottom:.65rem}.service-card p{font-size:.86rem;color:var(--ue-muted);line-height:1.7;margin-bottom:1.25rem}.service-card .more-link{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ue-blue);display:inline-flex;align-items:center;gap:.35rem}.service-card .more-link i{transition:transform var(--transition)}.service-card:hover .more-link{color:var(--ue-red)}.service-card:hover .more-link i{transform:translateX(5px)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.product-card{background:#fff;border:1px solid var(--ue-border);border-radius:var(--radius);overflow:hidden;transition:box-shadow var(--transition),transform var(--transition)}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card .p-img{background:var(--ue-light);height:200px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1.25rem}.product-card .p-img img{max-height:100%;object-fit:contain;transition:transform var(--transition-md)}.product-card:hover .p-img img{transform:scale(1.06)}.product-card .p-info{padding:1.1rem 1.25rem;border-top:1px solid var(--ue-border)}.product-badge{display:inline-block;font-size:.58rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:var(--ue-blue);padding:.18rem .55rem;border-radius:2px;margin-bottom:.45rem}.product-badge.red{background:var(--ue-red)}.product-badge.green{background:var(--ue-green)}.product-badge.slate{background:var(--ue-steel)}.product-card h4{font-size:.85rem;font-weight:700;color:#0f172a;margin-bottom:.4rem}.product-card p{font-size:.78rem;color:var(--ue-muted);line-height:1.65}.oem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.oem-card{background:#fff;border:1px solid var(--ue-border);border-radius:var(--radius);overflow:hidden;text-align:center;transition:box-shadow var(--transition)}.oem-card:hover{box-shadow:var(--shadow-md)}.oem-card .oem-img{background:var(--ue-light);height:176px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1rem;position:relative}.oem-card .oem-img img{max-height:100%;object-fit:contain;transition:transform var(--transition-md)}.oem-card:hover .oem-img img{transform:scale(1.05)}.oem-card .oem-label{padding:.7rem;border-top:1px solid var(--ue-border);font-size:.75rem;font-weight:700;color:#0f172a;letter-spacing:.02em}.oem-badge{position:absolute;top:.55rem;left:.55rem;z-index:2;font-family:var(--font-heading);font-size:.56rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:var(--ue-blue);padding:.22rem .6rem;border-radius:2px}.oem-badge.red{background:var(--ue-red)}.oem-badge.green{background:var(--ue-green)}.parts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:1.25rem}.part-card{background:#fff;border:1px solid var(--ue-border);border-radius:var(--radius);overflow:hidden;text-align:center;transition:box-shadow var(--transition),transform var(--transition)}.part-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.part-card .pt-img{background:var(--ue-light);height:154px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:.75rem}.part-card .pt-img img{max-height:100%;object-fit:contain;transition:transform var(--transition-md)}.part-card:hover .pt-img img{transform:scale(1.05)}.part-card .pt-label{padding:.6rem .5rem;border-top:1px solid var(--ue-border);font-size:.7rem;font-weight:700;color:var(--ue-blue);text-transform:uppercase;letter-spacing:.04em;line-height:1.4}.machine-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.machine-card{background:#fff;border:1px solid var(--ue-border);border-radius:var(--radius);overflow:hidden;transition:box-shadow var(--transition)}.machine-card:hover{box-shadow:var(--shadow-md)}.machine-card .mc-img{height:220px;overflow:hidden;background:var(--ue-light);display:flex;align-items:center;justify-content:center}.machine-card .mc-img img{width:100%;height:100%;object-fit:contain;transition:transform var(--transition-md)}.machine-card:hover .mc-img img{transform:scale(1.04)}.machine-card .mc-info{padding:1.1rem 1.25rem;border-top:1px solid var(--ue-border)}.machine-card h4{font-size:.82rem;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.04em}.cert-logos{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:center;justify-content:center}.cert-logo{background:#fff;border:1px solid var(--ue-border);border-radius:var(--radius-md);padding:1rem 1.5rem;display:flex;align-items:center;justify-content:center;transition:box-shadow var(--transition)}.cert-logo:hover{box-shadow:var(--shadow-md)}.cert-logo img{height:60px;object-fit:contain}.brand-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.brand-tile{background:var(--ue-light);border:1px solid var(--ue-border);border-radius:var(--radius);padding:1.25rem;display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.brand-tile:hover{background:#fff;box-shadow:var(--shadow)}.brand-tile img{height:48px;object-fit:contain}.trust-strip{background:var(--ue-light);border-top:1px solid var(--ue-border);border-bottom:1px solid var(--ue-border);padding:1.5rem 0}.trust-strip-inner{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.trust-strip-label{font-size:.64rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--ue-muted);white-space:nowrap;flex-shrink:0}.trust-clients{display:flex;flex-wrap:wrap;gap:.75rem}.trust-client{font-family:var(--font-heading);font-size:.82rem;font-weight:800;color:var(--ue-steel);letter-spacing:.06em;text-transform:uppercase;padding:.3rem .9rem;border:1px solid var(--ue-border);border-radius:2px;background:#fff}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.feature-row+.feature-row{margin-top:5rem}.feat-img img{border-radius:var(--radius-md);box-shadow:var(--shadow-md);width:100%}.feat-list{margin-top:1.5rem;display:flex;flex-direction:column;gap:.7rem}.feat-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:var(--ue-steel)}.feat-list li i{color:var(--ue-red);margin-top:.22rem;flex-shrink:0;font-size:.8rem}.feat-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.info-panel{display:grid;grid-template-columns:1fr 380px;gap:4rem}.info-aside{background:var(--ue-light);border:1px solid var(--ue-border);border-radius:var(--radius-md);padding:2rem;height:fit-content;position:sticky;top:96px}.info-aside h4{font-size:.9rem;font-weight:700;color:#0f172a;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.aside-list li{display:flex;align-items:flex-start;gap:.6rem;padding:.6rem 0;border-bottom:1px solid var(--ue-border-lt);font-size:.85rem;color:var(--ue-steel)}.aside-list li:last-child{border-bottom:none}.aside-list li i{color:var(--ue-blue);margin-top:.18rem;flex-shrink:0}.cta-band{background:var(--ue-blue);padding:4.5rem 0}.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.cta-band-text h3{font-size:clamp(1.5rem, 2.5vw, 2.25rem);font-weight:900;color:#fff;margin-bottom:.5rem}.cta-band-text p{color:rgba(255,255,255,.68);font-size:.95rem}.cta-band-actions{display:flex;gap:1rem;flex-shrink:0;flex-wrap:wrap}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{margin-bottom:0}.form-label{display:block;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ue-steel);margin-bottom:.45rem}.form-input,.form-select,.form-textarea{width:100%;padding:.72rem 1rem;border:1px solid var(--ue-border);border-radius:var(--radius);background:#fff;font-size:.88rem;color:#1e293b;transition:border-color var(--transition),box-shadow var(--transition)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:0;border-color:var(--ue-blue);box-shadow:0 0 0 3px rgba(0,48,135,.09)}.form-textarea{resize:vertical;min-height:140px;line-height:1.6}.form-success{display:none;background:var(--ue-green-lt);border:1px solid rgba(38,77,45,.25);color:var(--ue-green);padding:.9rem 1.25rem;border-radius:var(--radius);font-size:.86rem;font-weight:600;margin-top:1rem}.form-success.show{display:block}.contact-info-list{display:flex;flex-direction:column;gap:1.25rem}.contact-info-item{display:flex;align-items:flex-start;gap:1rem}.ci-icon{width:42px;height:42px;flex-shrink:0;background:var(--ue-blue-lt);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--ue-blue);font-size:.9rem}.ci-label{font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ue-muted);margin-bottom:.2rem}.ci-value{font-size:.9rem;font-weight:600;color:#1e293b}.ci-value a:hover{color:var(--ue-blue)}.map-wrap{border-radius:var(--radius);overflow:hidden;border:1px solid var(--ue-border)}.map-wrap iframe{display:block;width:100%;height:280px;border:none}.steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.step-card{text-align:center;padding:2rem 1.25rem;background:#fff;border:1px solid var(--ue-border);border-radius:var(--radius);transition:box-shadow var(--transition)}.step-card:hover{box-shadow:var(--shadow)}.step-num{width:48px;height:48px;background:var(--ue-blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:900;font-size:.95rem;margin:0 auto 1rem}.step-card h4{font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem}.step-card p{font-size:.8rem;color:var(--ue-muted);line-height:1.65}.fat-graphic{background:var(--ue-light);border:1px solid var(--ue-border);border-radius:var(--radius);padding:1.5rem;margin-bottom:2.5rem}.fat-graphic img{width:100%;height:auto}.quality-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.quality-card{background:#fff;border:1px solid var(--ue-border);border-top:3px solid var(--ue-blue);padding:2rem 1.5rem;border-radius:var(--radius);transition:box-shadow var(--transition)}.quality-card:hover{box-shadow:var(--shadow-md)}.qc-icon{width:48px;height:48px;background:var(--ue-blue);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;margin-bottom:1.25rem}.quality-card h4{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.quality-card p{font-size:.8rem;color:var(--ue-muted);line-height:1.65}.industry-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.25rem}.industry-tile{background:var(--ue-navy-lt);padding:2.25rem 1.75rem;border-radius:var(--radius);color:#fff;border-left:3px solid var(--ue-blue);position:relative;overflow:hidden;transition:border-color var(--transition),box-shadow var(--transition)}.industry-tile:hover{border-left-color:var(--ue-red);box-shadow:var(--shadow-md)}.ind-icon{font-size:1.75rem;color:var(--ue-red);margin-bottom:1rem}.industry-tile h4{font-size:.88rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em}.legal-body{max-width:800px;margin:0 auto}.legal-body h2{font-size:1.4rem;font-weight:800;color:#0f172a;margin:2.5rem 0 .75rem;padding-top:2.5rem;border-top:1px solid var(--ue-border)}.legal-body h2:first-of-type{border-top:none;padding-top:0;margin-top:0}.legal-body p{font-size:.92rem;color:var(--ue-steel);line-height:1.8;margin-bottom:1rem}.legal-body ul{padding-left:1.5rem;margin-bottom:1rem}.legal-body ul li{font-size:.92rem;color:var(--ue-steel);line-height:1.75;margin-bottom:.4rem;list-style:disc}.legal-meta{font-size:.8rem;color:var(--ue-muted);margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--ue-border)}.site-footer{background:var(--ue-navy)}.footer-upper{padding:2.75rem 0 2.25rem;border-bottom:1px solid rgba(255,255,255,.07)}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1.1fr 1.3fr;gap:2.25rem}.footer-brand img{height:40px;width:auto;margin-bottom:1rem;object-fit:contain}.footer-brand p{font-size:.8rem;color:rgba(255,255,255,.45);line-height:1.7;max-width:280px;margin-bottom:1rem}.footer-badges{display:flex;flex-wrap:wrap;gap:.4rem}.footer-badge{font-size:.58rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.12);padding:.18rem .6rem;border-radius:2px}.footer-col h5{font-size:.62rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.32);margin-bottom:.9rem}.footer-col ul li{margin-bottom:.38rem}.footer-col ul li a{font-size:.8rem;color:rgba(255,255,255,.5);transition:color var(--transition)}.footer-col ul li a:hover{color:#fff}.footer-contact-list{display:flex;flex-direction:column;gap:.65rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.6rem}.footer-contact-item i{color:var(--ue-red);font-size:.78rem;margin-top:.2rem;flex-shrink:0}.footer-contact-item a,.footer-contact-item span{font-size:.79rem;color:rgba(255,255,255,.5);line-height:1.5;transition:color var(--transition)}.footer-contact-item a:hover{color:rgba(255,255,255,.9)}.footer-certs{padding:1.1rem 0;border-bottom:1px solid rgba(255,255,255,.07)}.footer-certs-row{display:flex;flex-wrap:wrap;gap:.6rem 1rem;align-items:center;justify-content:center}.footer-cert{display:flex;flex-direction:row;align-items:center;gap:.45rem;background:rgba(255,255,255,.92);border-radius:var(--radius);padding:.22rem .6rem;opacity:.72;transition:opacity var(--transition)}.footer-cert:hover{opacity:1}.footer-cert a{display:flex;align-items:center}.footer-cert img{height:34px;width:auto;object-fit:contain;display:block}.footer-cert span{font-size:.55rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#475569;white-space:nowrap}.footer-trust{padding:.85rem 0;border-bottom:1px solid rgba(255,255,255,.07)}.footer-trust-inner{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem 1.75rem}.footer-trust-label{font-size:.58rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.28)}.footer-trust-clients{display:flex;flex-wrap:wrap;gap:1.25rem}.footer-trust-client{font-family:var(--font-heading);font-size:.72rem;font-weight:800;color:rgba(255,255,255,.4);letter-spacing:.08em;text-transform:uppercase}.footer-bottom{padding:1rem 0}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-copy{font-size:.72rem;color:rgba(255,255,255,.28)}.footer-legal{display:flex;gap:1.25rem}.footer-legal a{font-size:.72rem;color:rgba(255,255,255,.32);transition:color var(--transition)}.footer-legal a:hover{color:rgba(255,255,255,.72)}.back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;width:42px;height:42px;background:var(--ue-blue);color:#fff;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);font-size:.85rem;opacity:0;visibility:hidden;transform:translateY(10px);transition:all var(--transition);z-index:500}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--ue-blue-dk)}.img-showcase{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--ue-border)}.img-showcase img{width:100%;height:auto}.highlight-box{background:var(--ue-blue-lt);border-left:3px solid var(--ue-blue);padding:1.25rem 1.5rem;border-radius:0 var(--radius) var(--radius) 0;margin:1.5rem 0}.highlight-box p{color:var(--ue-blue);font-size:.9rem;font-weight:500;margin:0}.spec-table{width:100%;border-collapse:collapse;font-size:.88rem}.spec-table th{background:var(--ue-navy);color:rgba(255,255,255,.8);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.9rem 1.25rem;text-align:left}.spec-table td{padding:.85rem 1.25rem;border-bottom:1px solid var(--ue-border);color:var(--ue-steel)}.spec-table tr:last-child td{border-bottom:none}.spec-table tr:nth-child(2n) td{background:var(--ue-light)}.text-blue{color:var(--ue-blue)}.text-red{color:var(--ue-red)}.text-green{color:var(--ue-green)}.text-muted{color:var(--ue-muted)}.text-white{color:#fff}.text-center{text-align:center}.text-right{text-align:right}.fw-900{font-weight:900}.fw-700{font-weight:700}.uppercase{text-transform:uppercase;letter-spacing:.06em}.d-flex{display:flex}.align-center{align-items:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.gap-sm{gap:.75rem}.gap-md{gap:1.5rem}.gap-lg{gap:3rem}.mt-0{margin-top:0}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.content-spacer{height:2rem}@media (max-width:1100px){.nav-link{padding:.5rem .65rem;font-size:.7rem}.service-grid{grid-template-columns:repeat(2,1fr)}.stats-row{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:1.75rem}.machine-grid{grid-template-columns:repeat(2,1fr)}.quality-grid{grid-template-columns:repeat(2,1fr)}.oem-grid{grid-template-columns:repeat(3,1fr)}.steps-row{grid-template-columns:repeat(2,1fr)}.brand-grid{grid-template-columns:repeat(3,1fr)}.info-panel{grid-template-columns:1fr}.info-aside{position:static}}@media (max-width:900px){.feature-row{grid-template-columns:1fr;gap:2.5rem}.feature-row.rev>.feat-img{order:-1}.cta-band-inner{flex-direction:column;text-align:center}.cta-band-actions{justify-content:center}}@media (max-width:768px){.nav-links{position:fixed;top:76px;left:0;right:0;bottom:0;background:#fff;flex-direction:column;padding:1.25rem 1.5rem;gap:0;overflow-y:auto;transform:translateX(-100%);transition:transform var(--transition);border-top:1px solid var(--ue-border);z-index:999;align-items:flex-start}.nav-links.open{transform:translateX(0)}.nav-link{width:100%;padding:.9rem 0;font-size:.82rem;border-bottom:1px solid var(--ue-border-lt);border-radius:0}.nav-link::after{display:none}.nav-dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;border-radius:0;background:var(--ue-light);width:100%;display:none}.nav-dropdown.open .nav-dropdown-menu{display:block}.nav-dropdown-item{padding:.65rem .75rem}.nav-burger{display:flex}.nav-wa-link{display:none}.nav-cta .btn{display:none}.nav-cta{margin-left:auto}.service-grid{grid-template-columns:1fr}.machine-grid{grid-template-columns:1fr}.quality-grid{grid-template-columns:1fr 1fr}.steps-row{grid-template-columns:1fr 1fr}.brand-grid{grid-template-columns:repeat(2,1fr)}.form-grid{grid-template-columns:1fr}.oem-grid{grid-template-columns:repeat(2,1fr)}.stats-row{grid-template-columns:repeat(2,1fr)}.two-col{grid-template-columns:1fr}.three-col{grid-template-columns:1fr 1fr}.industry-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.parts-grid{grid-template-columns:repeat(2,1fr)}.info-panel{grid-template-columns:1fr}.info-aside{position:static}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-brand{grid-column:1/-1}.site-footer{padding-bottom:4.5rem}.footer-bottom-inner{flex-direction:column;align-items:center;text-align:center;gap:.5rem}.footer-copy{color:rgba(255,255,255,.55)}.footer-legal a{color:rgba(255,255,255,.6)}.footer-legal{justify-content:center;gap:1.5rem}.trust-strip-inner{flex-direction:column;gap:1rem}.section{padding:3.5rem 0}.container{padding:0 1.25rem}.hero-home{min-height:56vw}.hero-home:has(.hero-premium-inner.hero-content-hidden){min-height:0;aspect-ratio:3/2}.hero-home-inner{padding:3rem 0 2.5rem}.hero-home .hero-sub{font-size:.95rem;max-width:100%}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%;max-width:100%}.hero-trust{flex-wrap:wrap;gap:.75rem}.hero-trust-item{font-size:.72rem}.hero-premium-inner{padding:3rem 1.25rem;min-height:0!important}.hero-inner{min-height:380px}.back-to-top{bottom:5rem}.hero-premium-inner.hero-content-hidden{display:none}.hero-home-overlay{background:rgba(3,20,45,.4)}.hero-home-bg img,.hero-home-bg video{object-fit:contain;object-position:center center;opacity:.9}.hero-home-inner .hero-badge,.hero-home-inner .hero-sub,.hero-home-inner h1{text-shadow:0 2px 12px rgba(0,0,0,.6),0 1px 4px rgba(0,0,0,.4)}.hero-badge{flex-wrap:wrap;justify-content:flex-start;white-space:normal}.hero-home h1 br{display:none}.hero-bg-layer{width:100%;background-position:center center}.hero-text-block{width:100%;max-width:100%;text-align:left}.hero-inner h1{font-size:clamp(1.8rem, 8vw, 3rem)}.hero-inner .hi-desc{font-size:.9rem;max-width:100%}.hero-eyebrow{margin-bottom:.5rem}.breadcrumb{justify-content:flex-start;text-align:left}.breadcrumb a,.breadcrumb span{font-size:.7rem}.spec-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:540px){.stats-row{grid-template-columns:1fr 1fr}.quality-grid{grid-template-columns:1fr}.steps-row{grid-template-columns:1fr}.brand-grid{grid-template-columns:repeat(2,1fr)}.three-col{grid-template-columns:1fr}.industry-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.parts-grid{grid-template-columns:1fr}.cta-band-actions .btn{width:100%}.footer-grid{grid-template-columns:1fr}}@media (max-width:430px){.container{padding:0 1.25rem}.section{padding:2.75rem 0}.hero-home{min-height:480px}.hero-home:has(.hero-premium-inner.hero-content-hidden){min-height:0;aspect-ratio:3/2}.hero-home-inner{padding:2.5rem 0 2rem}.hero-home h1{font-size:clamp(2.4rem, 12vw, 4rem)}.hero-home .hero-sub{font-size:.88rem}.hero-premium-inner{padding:2.5rem 1.25rem;min-height:0!important}.hero-inner{min-height:300px}.hero-inner h1{font-size:clamp(1.6rem, 8vw, 2.4rem)}.hero-inner .hi-desc{font-size:.84rem}.stats-row{grid-template-columns:1fr}.quality-grid{grid-template-columns:1fr}.oem-grid{grid-template-columns:1fr}.hero-badge{font-size:.58rem;padding:.25rem .7rem;gap:.35rem}}.workflow-section{background:var(--ue-navy);padding:5rem 0}.workflow-section .sec-label{color:rgba(255,255,255,.45)}.workflow-section .sec-title{color:#fff}.workflow-section .sec-accent{background:var(--ue-red)}.workflow-section .sec-desc{color:rgba(255,255,255,.55)}.workflow-timeline{display:grid;grid-template-columns:repeat(8,1fr);gap:1px;background:rgba(255,255,255,.08);margin-top:3rem;border-radius:var(--radius-md);overflow:hidden}.wf-step{background:rgba(255,255,255,.05);padding:1.75rem .9rem;text-align:center;transition:transform .25s ease,background .25s ease,box-shadow .25s ease;cursor:default}.wf-step:hover{transform:translateY(-6px);background:rgba(255,255,255,.1);box-shadow:0 12px 28px rgba(0,0,0,.35)}.wf-step.highlight{background:rgba(255,255,255,.05)}.wf-num{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:.8rem;font-weight:900;color:#fff;margin:0 auto 1rem;letter-spacing:.02em;transition:transform .25s ease}.wf-step:hover .wf-num{transform:scale(1.12)}.wf-step:nth-child(odd) .wf-num{background:var(--ue-blue);border:2px solid var(--ue-blue)}.wf-step:nth-child(2n) .wf-num{background:var(--ue-red);border:2px solid var(--ue-red)}.wf-icon{font-size:1.5rem;color:rgba(255,255,255,.55);margin-bottom:.7rem;transition:transform .25s ease,color .25s ease}.wf-step:hover .wf-icon{color:#fff;transform:scale(1.15)}.wf-label{font-family:var(--font-heading);font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.65);line-height:1.45}.wf-step.highlight .wf-label{color:#fff}@media (max-width:1100px){.workflow-timeline{grid-template-columns:repeat(4,1fr)}}@media (max-width:540px){.workflow-timeline{grid-template-columns:repeat(2,1fr)}}.pillars-section{padding:5rem 0;background:var(--ue-light)}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.pillar-card{background:#fff;border:1px solid var(--ue-border);border-radius:var(--radius-md);padding:2rem 1.75rem;transition:box-shadow var(--transition),transform var(--transition)}.pillar-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.pillar-icon{width:52px;height:52px;background:var(--ue-blue-lt);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--ue-blue);margin-bottom:1.25rem}.pillar-card:nth-child(2) .pillar-icon{background:var(--ue-red-lt);color:var(--ue-red)}.pillar-card:nth-child(3) .pillar-icon{background:var(--ue-green-lt);color:var(--ue-green)}.pillar-card:nth-child(4) .pillar-icon{background:var(--ue-blue-lt);color:var(--ue-blue)}.pillar-card:nth-child(5) .pillar-icon{background:var(--ue-red-lt);color:var(--ue-red)}.pillar-card:nth-child(6) .pillar-icon{background:var(--ue-green-lt);color:var(--ue-green)}.pillar-num{font-family:var(--font-heading);font-size:.6rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--ue-muted);margin-bottom:.35rem}.pillar-card h4{font-size:1rem;font-weight:800;color:#0f172a;margin-bottom:.65rem}.pillar-card p{font-size:.86rem;color:var(--ue-muted);line-height:1.75;margin:0}@media (max-width:1100px){.pillars-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.pillars-grid{grid-template-columns:1fr}}.mobile-sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:900;padding:.75rem 1.25rem;background:#fff;border-top:2px solid var(--ue-blue);box-shadow:0 -4px 20px rgba(0,0,0,.12);gap:.75rem;align-items:center;justify-content:center;transform:translateY(100%);transition:transform var(--transition-md)}.mobile-sticky-cta.visible{transform:translateY(0)}.mobile-sticky-cta a{flex:1;max-width:200px;justify-content:center}@media (max-width:768px){.mobile-sticky-cta{display:flex}}[data-anim]{opacity:1;transform:none}