:root{--bg:#070a12;--bg2:#101522;--text:#f4f7fb;--muted:#a7b2c2;--line:rgba(255,255,255,.16);--glass:rgba(255,255,255,.08);--glass2:rgba(255,255,255,.13);--accent:#ff8a2a;--accent2:#6ee7ff;--shadow:rgba(0,0,0,.36)}html[data-theme="light"]{--bg:#f7f8fb;--bg2:#ffffff;--text:#111827;--muted:#556070;--line:rgba(14,20,32,.13);--glass:rgba(255,255,255,.62);--glass2:rgba(255,255,255,.82);--accent:#e86f16;--accent2:#1877b8;--shadow:rgba(27,39,61,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;transition:background .35s,color .35s}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.background-field{position:fixed;inset:0;z-index:-4;background:radial-gradient(circle at 12% 5%,rgba(255,138,42,.28),transparent 28%),radial-gradient(circle at 86% 10%,rgba(110,231,255,.22),transparent 32%),linear-gradient(var(--bg),var(--bg2));}.background-field:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,#000,transparent 85%)}.orb{position:fixed;border-radius:999px;filter:blur(70px);opacity:.42;z-index:-3}.orb-one{width:34vw;height:34vw;left:-12vw;top:18vh;background:var(--accent)}.orb-two{width:38vw;height:38vw;right:-16vw;bottom:4vh;background:var(--accent2)}.orb-three{width:25vw;height:25vw;left:40vw;top:60vh;background:#8b5cf6}.glass{background:linear-gradient(145deg,var(--glass2),var(--glass));border:1px solid var(--line);box-shadow:0 24px 80px var(--shadow);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.topbar{position:fixed;z-index:50;top:16px;left:50%;transform:translateX(-50%);width:min(1180px,calc(100% - 28px));height:68px;border-radius:999px;padding:0 12px 0 22px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.03em}.brand-mark{width:40px;height:40px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#071019}nav{display:flex;gap:26px;color:var(--muted);font-weight:700;font-size:14px}.theme-toggle{height:44px;border:1px solid var(--line);border-radius:999px;padding:4px 14px 4px 5px;background:var(--glass);color:var(--text);display:flex;align-items:center;gap:9px;font:700 13px Inter;cursor:pointer}.toggle-dot{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent2));box-shadow:0 8px 24px var(--shadow)}.section{width:min(1180px,calc(100% - 38px));margin:0 auto;padding:108px 0}.hero{min-height:100vh;display:grid;grid-template-columns:1.03fr .97fr;gap:54px;align-items:center;padding-top:130px}.kicker{display:block;color:var(--accent);font-size:13px;letter-spacing:.15em;text-transform:uppercase;font-weight:900;margin-bottom:16px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,7.3vw,100px);line-height:.9;letter-spacing:-.078em;margin-bottom:26px}h2{font-size:clamp(34px,5vw,66px);line-height:1;letter-spacing:-.06em}h3{font-size:23px;letter-spacing:-.035em;margin-bottom:10px}p{color:var(--muted);font-size:16.5px;line-height:1.72}.hero-copy p{max-width:680px;font-size:19px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.button{border:1px solid var(--line);border-radius:999px;padding:14px 20px;font-weight:900}.primary{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#071019}.secondary{background:var(--glass)}.hero-panel{border-radius:36px;padding:16px;position:relative;transform-style:preserve-3d}.hero-panel img{border-radius:26px;aspect-ratio:1.42;object-fit:cover}.hero-metrics{position:absolute;left:32px;right:32px;bottom:30px;border-radius:26px;padding:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hero-metrics div{padding:14px;border-radius:18px;background:rgba(255,255,255,.1)}.hero-metrics b{display:block;font-size:26px}.hero-metrics span{color:var(--muted);font-size:12px;font-weight:700}.section-heading{max-width:930px;margin-bottom:34px}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.about-grid article{border-radius:30px;padding:30px;min-height:250px}.machine-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.machine-card{border-radius:34px;padding:20px;min-height:500px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.machine-card:before{content:"";position:absolute;inset:12px;border-radius:28px;background:radial-gradient(circle at 55% 25%,rgba(255,138,42,.18),transparent 38%);pointer-events:none}.machine-card img{height:260px;width:100%;object-fit:contain;filter:drop-shadow(0 30px 35px var(--shadow));transform:translateZ(30px)}.machine-card div{position:relative;z-index:1}.machine-card span{color:var(--accent);font-weight:900}.machine-card.wide{grid-column:span 2;display:grid;grid-template-columns:.85fr 1fr;align-items:center;min-height:360px}.machine-card.wide img{height:310px}.logo-board{border-radius:36px;padding:34px;overflow:hidden}.logo-board img{margin:auto;border-radius:22px;mix-blend-mode:normal}.clients img{width:min(980px,100%)}.contact-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px}.contact-card,.contact-form{border-radius:34px;padding:32px}.contact-lines{display:grid;gap:10px;margin-top:25px}.contact-lines strong{color:var(--text)}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label{display:grid;gap:8px;color:var(--muted);font-weight:700;font-size:13px}.contact-form label:nth-child(3),.contact-form label:nth-child(4),.contact-form button{grid-column:1/-1}input,textarea{border:1px solid var(--line);background:rgba(0,0,0,.16);color:var(--text);border-radius:16px;padding:15px;font:inherit}html[data-theme="light"] input,html[data-theme="light"] textarea{background:rgba(255,255,255,.7)}textarea{resize:vertical}.footer{width:min(1180px,calc(100% - 38px));margin:0 auto 40px;padding:26px 0;color:var(--muted);display:flex;gap:18px;justify-content:space-between;border-top:1px solid var(--line);font-size:14px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:950px){nav{display:none}.hero,.contact-section{grid-template-columns:1fr}.about-grid,.machine-grid{grid-template-columns:1fr}.machine-card.wide{grid-column:auto;display:flex;min-height:500px}.hero-metrics{position:static;margin-top:14px}.footer{display:grid}.section{padding:78px 0}.topbar{height:64px}.brand span:last-child{display:none}.contact-form{grid-template-columns:1fr}}

/* Vision Systems logo integration */
.brand-logo{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.28))}.hero{position:relative}.hero-logo{width:min(280px,70vw);height:auto;margin:0 0 22px -12px;filter:drop-shadow(0 22px 45px rgba(0,0,0,.26))}.hero-watermark{position:absolute;right:-8vw;top:12vh;width:min(620px,52vw);opacity:.075;pointer-events:none;z-index:-1;filter:blur(.2px) drop-shadow(0 30px 80px rgba(255,138,42,.2));animation:floatLogo 9s ease-in-out infinite}.footer-logo{width:150px;height:auto;object-fit:contain;filter:drop-shadow(0 12px 25px var(--shadow))}.footer{align-items:center}html[data-theme="light"] .hero-watermark{opacity:.11}html[data-theme="light"] .brand-logo,html[data-theme="light"] .hero-logo,html[data-theme="light"] .footer-logo{filter:drop-shadow(0 12px 22px rgba(27,39,61,.12))}@keyframes floatLogo{0%,100%{transform:translate3d(0,0,0) rotate(-4deg)}50%{transform:translate3d(-18px,28px,0) rotate(2deg)}}@media(max-width:950px){.hero-watermark{width:80vw;right:-25vw;top:18vh}.hero-logo{width:220px}.footer-logo{width:120px}}


/* === Final hero-only revision: full-width cinematic background === */
.hero.section{
  width:100%;
  max-width:none;
  margin:0;
  padding:150px clamp(24px,7vw,120px) 80px;
  min-height:100vh;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.hero-bg{
  position:absolute;
  inset:0;
  z-index:-5;
  overflow:hidden;
}
.hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
  transform:scale(1.04);
  animation:heroDrift 18s ease-in-out infinite alternate;
}
.hero-gradient{
  position:absolute;
  inset:0;
  z-index:-4;
  background:
    radial-gradient(circle at 16% 24%, rgba(255,255,255,.84), rgba(255,255,255,.42) 22%, transparent 48%),
    linear-gradient(90deg, rgba(6,10,18,.88) 0%, rgba(7,10,18,.68) 34%, rgba(7,10,18,.24) 66%, rgba(7,10,18,.04) 100%),
    linear-gradient(0deg, var(--bg) 0%, rgba(7,10,18,0) 24%);
}
html[data-theme="light"] .hero-gradient{
  background:
    radial-gradient(circle at 18% 28%, rgba(255,255,255,.96), rgba(255,255,255,.64) 26%, transparent 52%),
    linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.66) 38%, rgba(255,255,255,.26) 70%, rgba(255,255,255,.05) 100%),
    linear-gradient(0deg, var(--bg) 0%, rgba(255,255,255,0) 24%);
}
.hero-copy{
  max-width:min(720px,92vw);
  position:relative;
  z-index:2;
}
.hero-copy h1{
  max-width:760px;
  text-shadow:0 20px 60px rgba(0,0,0,.34);
}
html[data-theme="light"] .hero-copy h1{
  text-shadow:0 18px 50px rgba(255,255,255,.72);
}
.hero-copy p{
  max-width:650px;
  color:rgba(244,247,251,.86);
  text-shadow:0 12px 32px rgba(0,0,0,.35);
}
html[data-theme="light"] .hero-copy p{color:#3b4657;text-shadow:none}
.hero-oem-strip{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  width:max-content;
  max-width:100%;
  padding:10px;
  border-radius:999px;
  margin:26px 0 0;
}
.hero-oem-strip span{
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--text);
  background:rgba(255,255,255,.10);
  border:1px solid var(--line);
  border-radius:999px;
  padding:8px 11px;
}
.hero-watermark{
  position:absolute;
  right:clamp(32px,6vw,110px);
  top:112px;
  width:min(150px,19vw);
  opacity:.9;
  z-index:1;
  padding:24px;
  border-radius:999px;
  background:linear-gradient(145deg,rgba(255,255,255,.23),rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 28px 90px rgba(0,0,0,.18);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
  animation:floatLogo 8s ease-in-out infinite;
}
.hero-float{
  position:absolute;
  right:clamp(22px,7vw,110px);
  bottom:18vh;
  z-index:3;
  border-radius:28px;
  padding:14px 18px 14px 12px;
  display:flex;
  align-items:center;
  gap:13px;
  max-width:290px;
}
.hero-float img{width:54px;height:54px;object-fit:contain}
.hero-float b,.hero-metrics b{display:block;font-size:22px;letter-spacing:-.04em}
.hero-float span,.hero-metrics span{display:block;color:var(--muted);font-size:12px;font-weight:800;line-height:1.35}
.hero-metrics{
  position:absolute;
  left:clamp(24px,7vw,120px);
  right:auto;
  bottom:34px;
  z-index:3;
  border-radius:28px;
  padding:12px;
  display:grid;
  grid-template-columns:repeat(3,minmax(130px,1fr));
  gap:10px;
  max-width:620px;
}
.hero-metrics div{
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
}
.hero-particles{
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  overflow:hidden;
}
.hero-particles span{
  position:absolute;
  width:7px;
  height:7px;
  border-radius:50%;
  background:rgba(110,231,255,.85);
  box-shadow:0 0 28px rgba(110,231,255,.9);
  animation:particleMove 10s linear infinite;
}
.hero-particles span:nth-child(1){left:10%;top:28%;animation-duration:11s}
.hero-particles span:nth-child(2){left:21%;top:70%;animation-duration:14s;animation-delay:-3s;background:rgba(255,138,42,.9)}
.hero-particles span:nth-child(3){left:44%;top:18%;animation-duration:13s;animation-delay:-5s}
.hero-particles span:nth-child(4){left:68%;top:38%;animation-duration:15s;animation-delay:-8s;background:rgba(255,255,255,.9)}
.hero-particles span:nth-child(5){left:82%;top:76%;animation-duration:12s;animation-delay:-6s;background:rgba(255,138,42,.85)}
.topbar{
  background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.07));
  border-color:rgba(255,255,255,.26);
}
html[data-theme="light"] .topbar{
  background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,255,255,.46));
}
.brand-logo{
  width:48px;
  height:48px;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.22));
}
@keyframes heroDrift{from{transform:scale(1.04) translate3d(0,0,0)}to{transform:scale(1.08) translate3d(-18px,-6px,0)}}
@keyframes particleMove{0%{transform:translate3d(0,20px,0);opacity:0}20%{opacity:.85}100%{transform:translate3d(80px,-150px,0);opacity:0}}
@media(max-width:950px){
  .hero.section{
    min-height:100svh;
    padding:128px 22px 36px;
    align-items:flex-start;
  }
  .hero-bg img{object-position:64% center}
  .hero-gradient{
    background:
      linear-gradient(180deg, rgba(7,10,18,.72), rgba(7,10,18,.28) 42%, rgba(7,10,18,.86) 100%),
      linear-gradient(90deg, rgba(7,10,18,.83), rgba(7,10,18,.22));
  }
  html[data-theme="light"] .hero-gradient{
    background:
      linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.46) 45%, rgba(255,255,255,.88) 100%),
      linear-gradient(90deg, rgba(255,255,255,.9), rgba(255,255,255,.18));
  }
  .hero-copy{margin-top:20px}
  .hero-copy h1{font-size:clamp(44px,13vw,68px)}
  .hero-watermark{right:20px;top:88px;width:96px;padding:16px}
  .hero-float{display:none}
  .hero-metrics{
    position:relative;
    left:auto;
    bottom:auto;
    margin-top:28px;
    grid-template-columns:1fr;
    max-width:100%;
    width:100%;
  }
  .hero-oem-strip{border-radius:24px}
}


/* === More Info OEM product page === */
.info-hero.section{min-height:72vh;padding:150px 0 70px;display:grid;grid-template-columns:1.15fr .85fr;align-items:end;gap:28px;position:relative;overflow:hidden}.info-hero-bg{position:absolute;inset:0;z-index:-4;background:linear-gradient(115deg,rgba(7,10,18,.88),rgba(7,10,18,.58) 38%,rgba(7,10,18,.18)),url('images/hero-airport-security.png') center right/cover no-repeat;filter:saturate(1.04)}html[data-theme="light"] .info-hero-bg{background:linear-gradient(115deg,rgba(255,255,255,.94),rgba(255,255,255,.68) 42%,rgba(255,255,255,.16)),url('images/hero-airport-security.png') center right/cover no-repeat}.info-hero-copy{max-width:780px}.info-hero-copy h1{font-size:clamp(48px,7vw,92px);line-height:.92;letter-spacing:-.08em;margin:12px 0 22px}.info-hero-copy p{font-size:18px;color:var(--muted);max-width:650px}.info-hero-card{border-radius:34px;padding:28px;justify-self:end;max-width:360px}.info-hero-card img{width:86px;height:86px;object-fit:contain;margin-bottom:18px}.info-hero-card b{display:block;font-size:25px;letter-spacing:-.04em}.info-hero-card span{color:var(--muted);font-weight:700}.oem-detail-section{display:grid;gap:28px}.oem-detail-card{border-radius:42px;padding:28px;display:grid;grid-template-columns:.88fr 1.12fr;gap:28px;align-items:center;overflow:hidden;position:relative}.oem-detail-card:before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 82% 12%,rgba(110,231,255,.17),transparent 34%),radial-gradient(circle at 16% 86%,rgba(255,138,42,.16),transparent 36%);pointer-events:none}.oem-detail-copy,.oem-product-grid{position:relative;z-index:1}.oem-section-logo{max-width:250px;max-height:110px;object-fit:contain;margin-bottom:22px;filter:drop-shadow(0 20px 28px rgba(0,0,0,.22))}.oem-detail-copy h2{font-size:clamp(30px,3.6vw,54px);line-height:.98;letter-spacing:-.06em;margin:10px 0 16px}.oem-detail-copy p{color:var(--muted);font-size:16px}.feature-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.feature-pills span{border:1px solid var(--line);background:rgba(255,255,255,.08);border-radius:999px;padding:10px 13px;color:var(--text);font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.oem-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.oem-product-grid figure{margin:0;border-radius:30px;padding:16px;background:rgba(255,255,255,.08);border:1px solid var(--line);min-height:310px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.oem-product-grid img{width:100%;height:240px;object-fit:contain;filter:drop-shadow(0 24px 30px var(--shadow));border-radius:22px}.oem-product-grid figcaption{font-weight:900;color:var(--text);letter-spacing:-.02em;padding:10px 4px 0}.topbar nav a[href="more-info.html"]{color:var(--accent)}@media(max-width:950px){.info-hero.section,.oem-detail-card{grid-template-columns:1fr}.info-hero-card{justify-self:stretch}.oem-product-grid{grid-template-columns:1fr}.oem-section-logo{max-width:220px}.oem-product-grid figure{min-height:auto}.oem-product-grid img{height:220px}}



/* === More Info PDF-datasheet page rebuild === */
.more-hero.fullwidth-info-hero{
  position:relative;
  min-height:82vh;
  width:100%;
  padding:136px max(24px,6vw) 70px;
  display:flex;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
}
.more-hero-bg{
  position:absolute;
  inset:0;
  z-index:-4;
  background:
    url("images/hero-airport-security.png") center/cover no-repeat;
  transform:scale(1.04);
  animation:heroDrift 16s ease-in-out infinite alternate;
}
.more-hero-overlay{
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    radial-gradient(circle at 18% 42%, rgba(255,255,255,.72), transparent 18%),
    linear-gradient(90deg, rgba(7,10,18,.92) 0%, rgba(7,10,18,.66) 34%, rgba(7,10,18,.22) 64%, rgba(7,10,18,.10) 100%),
    linear-gradient(180deg, rgba(7,10,18,.35), rgba(7,10,18,.78));
  backdrop-filter: blur(1.5px);
}
html[data-theme="light"] .more-hero-overlay{
  background:
    radial-gradient(circle at 18% 42%, rgba(255,255,255,.92), transparent 19%),
    linear-gradient(90deg, rgba(247,248,251,.92) 0%, rgba(247,248,251,.72) 36%, rgba(247,248,251,.24) 68%, rgba(247,248,251,.08) 100%),
    linear-gradient(180deg, rgba(255,255,255,.30), rgba(255,255,255,.74));
}
.more-hero-particles{
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.38;
  background-image:
    radial-gradient(circle, rgba(110,231,255,.92) 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255,138,42,.78) 1px, transparent 1.5px);
  background-size:58px 58px, 92px 92px;
  background-position:0 0, 16px 22px;
  mask-image:linear-gradient(90deg,#000,transparent 68%);
  animation:particleFloat 22s linear infinite;
}
.more-hero-inner{
  width:min(1220px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:34px;
  align-items:end;
}
.more-hero .info-hero-copy{
  max-width:760px;
}
.more-hero .info-hero-copy h1{
  font-size:clamp(44px,7vw,100px);
  line-height:.92;
  letter-spacing:-.07em;
  margin:12px 0 20px;
}
.more-hero .info-hero-copy p{
  max-width:690px;
  font-size:clamp(16px,1.4vw,20px);
  color:var(--muted);
}
.info-hero-card{
  align-self:end;
}
.product-reference{
  display:grid;
  gap:30px;
}
.oem-family{
  border-radius:34px;
  padding:clamp(22px,3vw,40px);
  overflow:hidden;
}
.oem-family-head{
  display:flex;
  align-items:center;
  gap:24px;
  margin-bottom:26px;
  padding-bottom:22px;
  border-bottom:1px solid var(--line);
}
.oem-family-head .oem-section-logo{
  width:min(210px,38vw);
  max-height:76px;
  object-fit:contain;
  background:rgba(255,255,255,.92);
  border-radius:18px;
  padding:12px 16px;
}
.oem-family-head h2{
  margin:.2rem 0 0;
  font-size:clamp(26px,3.2vw,48px);
  line-height:1;
  letter-spacing:-.04em;
}
.machine-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.machine-grid.two{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.machine-card{
  border:1px solid var(--line);
  background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.045));
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 22px 70px var(--shadow);
  transition:transform .25s ease, border-color .25s ease;
}
.machine-card:hover{
  transform:translateY(-7px);
  border-color:rgba(110,231,255,.42);
}
.machine-card figure{
  margin:0;
  height:340px;
  background:rgba(255,255,255,.06);
  overflow:hidden;
}
.machine-card figure img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
}
.machine-copy{
  padding:22px;
}
.machine-type{
  display:inline-flex;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.13em;
  color:var(--accent2);
  font-weight:800;
  margin-bottom:8px;
}
.machine-copy h3{
  margin:0 0 10px;
  font-size:28px;
  letter-spacing:-.04em;
}
.machine-copy p{
  color:var(--muted);
  line-height:1.65;
  margin:0 0 16px;
}
.machine-copy ul{
  margin:0;
  padding-left:18px;
  color:var(--text);
}
.machine-copy li{
  margin:7px 0;
  color:var(--muted);
}
@keyframes heroDrift{
  from{transform:scale(1.04) translate3d(-8px,-4px,0)}
  to{transform:scale(1.09) translate3d(12px,8px,0)}
}
@keyframes particleFloat{
  from{background-position:0 0,16px 22px}
  to{background-position:220px -160px,-140px 240px}
}
@media (max-width:980px){
  .more-hero-inner{grid-template-columns:1fr}
  .info-hero-card{max-width:360px}
  .machine-grid,.machine-grid.two{grid-template-columns:1fr}
  .machine-card figure{height:360px}
}
@media (max-width:640px){
  .more-hero.fullwidth-info-hero{min-height:78vh;padding:118px 18px 50px}
  .oem-family-head{align-items:flex-start;flex-direction:column}
  .machine-card figure{height:280px}
}


/* === Light default + hero CTA placement fix === */
.hero .hero-copy,
.hero-content,
.hero-text,
.hero-left {
  position: relative;
  z-index: 8;
}

.hero-actions,
.cta-row,
.hero-cta,
.hero-buttons {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  margin-top: 28px !important;
  position: relative !important;
  z-index: 20 !important;
  max-width: 560px !important;
}

.hero-actions .btn,
.cta-row .btn,
.hero-cta .btn,
.hero-buttons .btn {
  min-width: 168px;
  justify-content: center;
  white-space: nowrap;
}

.hero-stats,
.stats-card,
.hero-metrics,
.floating-stats,
.hero-card,
.hero-orbit-card {
  z-index: 3;
}

@media (min-width: 981px) {
  .hero-actions,
  .cta-row,
  .hero-cta,
  .hero-buttons {
    margin-bottom: 42px !important;
  }
}

@media (max-width: 720px) {
  .hero-actions,
  .cta-row,
  .hero-cta,
  .hero-buttons {
    max-width: 100% !important;
  }
  .hero-actions .btn,
  .cta-row .btn,
  .hero-cta .btn,
  .hero-buttons .btn {
    flex: 1 1 160px;
  }
}
