:root{
  --navy-deep:#0d274d;
  --navy:#173a6b;
  --navy-soft:#eff4fb;
  --red:#ec1c2a;
  --red-dark:#c81320;
  --ink:#172033;
  --steel:#5c6675;
  --steel-light:#8a94a3;
  --white:#ffffff;
  --mist:#f5f7fb;
  --mist-deep:#eaf0f7;
  --line:#dde5ef;
  --line-strong:#c8d4e3;
  --radius:6px;
  --maxw:1180px;
  --shadow:0 18px 45px rgba(13,39,77,.12);
  --font-body:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-heading:"Arial Narrow","Roboto Condensed",system-ui,sans-serif;
  --font-mono:"SFMono-Regular",Consolas,"Liberation Mono",monospace;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--white);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.nav-open{overflow:hidden;}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;}
button,input,select,textarea{font:inherit;}
section{scroll-margin-top:86px;}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px;}
h1,h2,h3,h4{
  font-family:var(--font-heading);
  font-weight:800;
  line-height:1.08;
  color:var(--navy-deep);
  letter-spacing:0;
}
.eyebrow{
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
  line-height:1.25;
  letter-spacing:0;
  text-transform:uppercase;
  color:var(--red);
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}
.eyebrow::before{
  content:"";
  width:22px;
  height:2px;
  background:var(--red);
  display:inline-block;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  padding:12px 22px;
  font-family:var(--font-heading);
  font-weight:800;
  font-size:15px;
  letter-spacing:0;
  border-radius:var(--radius);
  border:1px solid transparent;
  cursor:pointer;
  white-space:nowrap;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.btn:hover{transform:translateY(-1px);}
.btn:active{transform:translateY(0);}
.btn-primary{background:var(--red);color:#fff;box-shadow:0 10px 22px rgba(236,28,42,.22);}
.btn-primary:hover{background:var(--red-dark);}
.btn-outline{border-color:var(--line-strong);color:var(--navy-deep);background:#fff;}
.btn-outline:hover{background:var(--navy-deep);border-color:var(--navy-deep);color:#fff;}
.btn-outline-light{border-color:rgba(255,255,255,.44);color:#fff;background:rgba(255,255,255,.04);}
.btn-outline-light:hover{background:#fff;border-color:#fff;color:var(--navy-deep);}
:focus-visible{
  outline:3px solid rgba(236,28,42,.28);
  outline-offset:3px;
}

/* Top strip */
.topstrip{
  background:var(--navy-deep);
  color:rgba(255,255,255,.82);
  font-size:14px;
}
.topstrip .wrap{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  min-height:34px;
}
.topstrip .contacts{display:flex;gap:22px;align-items:center;}
.topstrip .contacts a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,.88);
}
.topstrip .contacts a::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:#7fb7ff;
}
.topstrip .contacts a:hover{color:#fff;}
.topstrip .tagline{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:28px;
  padding:4px 12px 4px 10px;
  font-family:var(--font-mono);
  font-size:11px;
  letter-spacing:0;
  text-transform:uppercase;
  color:var(--navy-deep);
  border:1px solid rgba(236,28,42,.26);
  border-left:3px solid var(--red);
  border-radius:4px;
  background:linear-gradient(135deg,#fff 0%,#fff5f6 100%);
  box-shadow:0 7px 18px rgba(236,28,42,.18),inset 0 1px 0 rgba(255,255,255,.85);
  white-space:nowrap;
}
.topstrip .tagline::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 0 3px rgba(236,28,42,.16);
}

/* Header */
header.site{
  position:sticky;
  top:0;
  z-index:200;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  box-shadow:0 8px 24px rgba(13,39,77,.05);
  backdrop-filter:saturate(1.25) blur(10px);
}
.navbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:74px;
}
.logo{display:inline-flex;align-items:center;flex:none;}
.logo img{height:36px;width:auto;}
nav.primary{display:flex;align-items:center;gap:6px;}
nav.primary > ul{display:flex;align-items:center;gap:2px;}
nav.primary > ul > li{position:relative;}
nav.primary > ul > li > a{
  display:flex;
  align-items:center;
  gap:7px;
  padding:12px 13px;
  font-family:var(--font-heading);
  font-weight:800;
  font-size:15px;
  color:var(--navy-deep);
  border-radius:var(--radius);
  letter-spacing:0;
  white-space:nowrap;
}
nav.primary > ul > li > a:hover{background:var(--navy-soft);color:var(--red);}
nav.primary .caret{
  width:8px;
  height:8px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg);
  margin-top:-4px;
  transition:transform .15s ease,margin .15s ease;
}
nav.primary li:hover .caret{transform:rotate(225deg);margin-top:4px;}
.dropdown{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  min-width:260px;
  background:#fff;
  border:1px solid var(--line);
  border-top:3px solid var(--red);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:10px;
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease;
}
li:hover > .dropdown{opacity:1;visibility:visible;transform:translateY(0);}
.dropdown a.dd-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  padding:11px 12px;
  font-size:14px;
  font-weight:700;
  color:var(--navy-deep);
  border-radius:var(--radius);
}
.dropdown a.dd-item:hover{background:var(--mist);color:var(--red);}
.dropdown a.dd-item.active{background:#fff3f4;color:var(--red);box-shadow:inset 3px 0 0 var(--red);}
.dropdown .brand-group{padding:4px;}
.dropdown .brand-label{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:0;
  color:var(--steel-light);
  text-transform:uppercase;
  padding:9px 12px 4px;
}
.submenu{
  position:absolute;
  top:-10px;
  left:calc(100% + 8px);
  min-width:250px;
  background:#fff;
  border:1px solid var(--line);
  border-top:3px solid var(--navy);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:10px;
  opacity:0;
  visibility:hidden;
  transform:translateX(8px);
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease;
}
.has-sub{position:relative;}
.has-sub:hover > .submenu{opacity:1;visibility:visible;transform:translateX(0);}
.has-sub > a::after{content:">";margin-left:auto;font-weight:800;color:var(--steel-light);}
.navbar .cta{display:flex;align-items:center;gap:10px;flex:none;}
.navbar .cta .btn{min-height:42px;padding:10px 16px;font-size:14px;}
.navbar .partner-badge{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:42px;
  padding:8px 12px 8px 11px;
  overflow:hidden;
  border:1px solid rgba(236,28,42,.24);
  border-left:4px solid var(--red);
  border-radius:var(--radius);
  background:
    linear-gradient(135deg,#fff 0%,#fff4f5 55%,#eef4fb 100%);
  box-shadow:0 12px 26px rgba(236,28,42,.15),inset 0 1px 0 rgba(255,255,255,.95);
  color:var(--navy-deep);
  font-family:var(--font-mono);
  font-size:10px;
  font-weight:800;
  line-height:1;
  text-transform:uppercase;
  white-space:nowrap;
}
.navbar .partner-badge::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 0 4px rgba(236,28,42,.14),0 0 18px rgba(236,28,42,.48);
  flex:none;
}
.navbar .partner-badge::after{
  content:"";
  position:absolute;
  inset:-20% -45%;
  background:linear-gradient(105deg,transparent 38%,rgba(255,255,255,.78) 50%,transparent 62%);
  transform:translateX(-65%);
  animation:badgeSweep 4.6s ease-in-out infinite;
  pointer-events:none;
}
.navbar .partner-badge span,
.navbar .partner-badge strong{
  position:relative;
  z-index:1;
}
.navbar .partner-badge strong{
  padding:4px 7px;
  border-radius:4px;
  background:var(--navy-deep);
  color:#fff;
  font-family:var(--font-heading);
  font-size:12px;
  line-height:1;
}
@keyframes badgeSweep{
  0%,50%{transform:translateX(-65%);}
  75%,100%{transform:translateX(65%);}
}
@media (prefers-reduced-motion:reduce){
  .navbar .partner-badge::after{animation:none;display:none;}
}
.burger{
  display:none;
  width:42px;
  height:42px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  cursor:pointer;
  position:relative;
}
.burger span{
  position:absolute;
  left:11px;
  right:11px;
  height:2px;
  background:var(--navy-deep);
  transition:transform .18s ease,opacity .18s ease,top .18s ease;
}
.burger span:nth-child(1){top:13px;}
.burger span:nth-child(2){top:20px;}
.burger span:nth-child(3){top:27px;}
.burger[aria-expanded="true"] span:nth-child(1){top:20px;transform:rotate(45deg);}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0;}
.burger[aria-expanded="true"] span:nth-child(3){top:20px;transform:rotate(-45deg);}

/* Hero */
.hero{
  position:relative;
  height:620px;
  min-height:560px;
  overflow:hidden;
  background:var(--navy-deep);
}
.slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .75s ease,visibility .75s ease;
}
.slide.active{opacity:1;visibility:visible;}
.slide .bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
}
.slide .tint{
  position:absolute;
  inset:0;
  background:linear-gradient(100deg, rgba(8,25,52,.95) 0%, rgba(8,25,52,.76) 40%, rgba(13,39,77,.44) 68%, rgba(13,39,77,.22) 100%);
}
.slide.slide-illustration .bg{
  background:linear-gradient(120deg,#0b2244 0%,#173761 56%,#244a78 100%);
}
.slide-content{
  position:relative;
  z-index:5;
  height:100%;
  display:flex;
  align-items:center;
}
.slide-content .wrap{width:100%;}
.slide-text{max-width:620px;color:#fff;padding-bottom:20px;}
.slide-text .eyebrow{color:#ff8a78;}
.slide-text .eyebrow::before{background:#ff8a78;}
.slide-text h2{
  font-size:52px;
  color:#fff;
  margin-bottom:18px;
  max-width:620px;
}
.slide-text p{
  font-size:17px;
  color:rgba(255,255,255,.84);
  max-width:520px;
  margin-bottom:28px;
}
.slide-actions{display:flex;gap:12px;flex-wrap:wrap;}
.hero-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
  color:rgba(255,255,255,.82);
}
.hero-points span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  font-size:14px;
  font-weight:650;
}
.hero-points span::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:#ff8a78;
}
.gauge-cluster{
  position:absolute;
  right:6%;
  top:50%;
  transform:translateY(-50%);
  width:390px;
  height:390px;
  z-index:4;
  opacity:.96;
}
.hero-controls{
  position:absolute;
  bottom:24px;
  left:0;
  right:0;
  z-index:10;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
}
.hero-arrow{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.38);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  cursor:pointer;
  background:rgba(255,255,255,.07);
  transition:background-color .18s ease,border-color .18s ease,transform .18s ease;
  font-size:24px;
  line-height:1;
}
.hero-arrow:hover{background:rgba(255,255,255,.18);border-color:#fff;transform:translateY(-1px);}
.dial-dots{display:flex;gap:12px;}
.dial-dot{
  --p:0;
  width:32px;
  height:32px;
  border:0;
  border-radius:50%;
  cursor:pointer;
  position:relative;
  background:conic-gradient(var(--red) calc(var(--p)*1%), rgba(255,255,255,.28) 0);
  display:flex;
  align-items:center;
  justify-content:center;
}
.dial-dot::after{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(255,255,255,.92);
}
.dial-dot.active::after{background:var(--red);}
.slide-index{
  position:absolute;
  top:28px;
  right:36px;
  z-index:10;
  font-family:var(--font-mono);
  color:rgba(255,255,255,.7);
  font-size:13px;
  letter-spacing:0;
}
.slide-index b{color:#fff;font-size:15px;}

/* Trust strip */
.trust{background:#fff;border-bottom:1px solid var(--line);}
.trust .wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:18px;
  padding-bottom:18px;
  flex-wrap:wrap;
  gap:18px;
}
.trust .partner-badge{display:flex;align-items:center;gap:14px;}
.trust .partner-badge .badge-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--navy-deep);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:var(--font-heading);
  font-weight:800;
  font-size:13px;
}
.trust .partner-badge .lbl{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:0;
  color:var(--steel-light);
  text-transform:uppercase;
  margin-bottom:2px;
}
.trust .partner-badge .name{font-family:var(--font-heading);font-weight:800;font-size:18px;color:var(--navy-deep);}
.trust .metrics{display:flex;gap:34px;}
.trust .metric{text-align:right;}
.trust .metric .num{font-family:var(--font-mono);font-weight:800;font-size:20px;color:var(--navy-deep);letter-spacing:0;}
.trust .metric .cap{font-size:13px;color:var(--steel);}

/* Sections */
section{padding:86px 0;}
.section-head{max-width:640px;margin-bottom:44px;}
.section-head h2{font-size:38px;margin-bottom:14px;}
.section-head p{color:var(--steel);font-size:16px;max-width:580px;}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center;}
.section-head.center .eyebrow{justify-content:center;}
.section-head.center .eyebrow::before{display:none;}

/* About */
.about-section{
  position:relative;
  background:
    linear-gradient(90deg,rgba(13,39,77,.04) 1px,transparent 1px),
    linear-gradient(180deg,#fff 0%,#fbfdff 100%);
  background-size:72px 72px,auto;
}
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:68px;align-items:center;}
.about-copy{position:relative;}
.about-copy h2{max-width:620px;}
.about-copy p{color:var(--steel);margin-bottom:16px;font-size:16px;}
.about-pill-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:24px 0 4px;
}
.about-pill-row span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 11px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--navy-deep);
  font-size:13px;
  font-weight:800;
  box-shadow:0 8px 18px rgba(13,39,77,.04);
}
.about-list{margin-top:24px;display:grid;gap:10px;}
.about-list li{
  display:flex;
  gap:12px;
  align-items:flex-start;
  font-size:16px;
  color:var(--ink);
  padding:12px 14px;
  border:1px solid transparent;
  border-radius:var(--radius);
  background:rgba(255,255,255,.64);
}
.about-list li:hover{border-color:var(--line);background:#fff;}
.about-list .tick{
  flex:none;
  width:22px;
  height:22px;
  border-radius:50%;
  background:var(--navy-deep);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  margin-top:2px;
}
.about-visual{
  position:relative;
  border:1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.04)),
    linear-gradient(145deg,#091d3a 0%,var(--navy-deep) 62%,#1b477e 100%);
  padding:28px;
  border-radius:var(--radius);
  box-shadow:0 24px 58px rgba(13,39,77,.2);
  overflow:hidden;
}
.about-visual::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:34px 34px;
  opacity:.5;
  pointer-events:none;
}
.about-visual > *{position:relative;z-index:1;}
.about-visual-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
  padding-bottom:16px;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.about-visual-head span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  border-radius:50%;
  background:#fff;
  color:var(--navy-deep);
  font-family:var(--font-heading);
  font-size:14px;
  font-weight:800;
}
.about-visual-head strong{
  color:#fff;
  font-family:var(--font-heading);
  font-size:21px;
  line-height:1.1;
  text-align:right;
}
.readout-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.readout{
  background:rgba(255,255,255,.95);
  padding:24px 20px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:var(--radius);
  box-shadow:0 12px 26px rgba(0,0,0,.1);
  transition:transform .18s ease,box-shadow .18s ease;
}
.readout:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(0,0,0,.16);}
.readout .val{
  font-family:var(--font-mono);
  font-weight:800;
  font-size:28px;
  color:var(--navy-deep);
  display:flex;
  align-items:baseline;
  gap:5px;
  letter-spacing:0;
}
.readout .val span{font-size:13px;color:var(--red);font-weight:800;}
.readout .cap{font-size:13px;color:var(--steel);margin-top:6px;}
.about-meter{
  height:9px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  overflow:hidden;
  margin-top:18px;
}
.about-meter span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--red),#ff8a78);
}
.about-meter-label{
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-top:10px;
  color:rgba(255,255,255,.72);
  font-size:13px;
  font-weight:700;
}
.about-meter-label strong{color:#fff;font-family:var(--font-mono);}

/* Offers */
.offers-section{
  background:
    radial-gradient(circle at 82% 22%,rgba(23,58,107,.08),transparent 30%),
    linear-gradient(180deg,var(--mist) 0%,#eef4fb 100%);
}
.offers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch;}
.offer-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:32px 30px;
  display:flex;
  flex-direction:column;
  min-height:350px;
  position:relative;
  overflow:hidden;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.offer-card::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:linear-gradient(90deg,var(--red),var(--navy));
}
.offer-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(13,39,77,.12);border-color:var(--line-strong);}
.offer-icon{
  width:48px;
  height:48px;
  border-radius:var(--radius);
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--navy-soft);
  color:var(--navy-deep);
  margin-bottom:20px;
}
.offer-icon svg,
.service-icon svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.offer-card .brandmark{
  font-family:var(--font-heading);
  font-weight:800;
  font-size:27px;
  color:var(--navy-deep);
  margin-bottom:5px;
  letter-spacing:0;
}
.offer-card .role{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:0;
  text-transform:uppercase;
  color:var(--red);
  margin-bottom:18px;
  font-weight:800;
}
.offer-card p{color:var(--steel);font-size:15px;margin-bottom:22px;flex-grow:1;}
.offer-card .chips{display:flex;flex-wrap:wrap;gap:8px;}
.chip{
  font-size:12px;
  font-weight:700;
  padding:7px 11px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--navy-deep);
  background:var(--mist);
}
.offer-card.featured{
  background:
    linear-gradient(135deg,rgba(255,255,255,.08),transparent 38%),
    var(--navy-deep);
  border-color:var(--navy-deep);
}
.offer-card.featured::before{background:linear-gradient(90deg,var(--red),#ff8a78);}
.offer-card.featured .offer-icon{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.18);}
.offer-card.featured .brandmark,.offer-card.featured p{color:#fff;}
.offer-card.featured .role{color:#ff8a78;}
.offer-card.featured .chip{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.2);color:#fff;}
.card-link{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  margin-top:18px;
  font-family:var(--font-heading);
  font-weight:800;
  font-size:15px;
  color:var(--red);
}
.card-link::after{content:">";margin-left:8px;}
.card-link:hover{color:var(--red-dark);}

/* Product pages */
.product-page .topstrip .tagline{color:var(--navy-deep);}
.product-hero{
  position:relative;
  overflow:hidden;
  min-height:650px;
  padding:88px 0;
  background:var(--navy-deep);
  color:#fff;
}
.product-bg,.product-tint{
  position:absolute;
  inset:0;
}
.product-bg{
  background-size:cover;
  background-position:center;
  filter:saturate(.92) contrast(1.04);
}
.product-tint{
  background:linear-gradient(100deg,rgba(8,25,52,.96) 0%,rgba(8,25,52,.78) 48%,rgba(8,25,52,.46) 100%);
}
.product-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) 500px;
  gap:54px;
  align-items:center;
}
.product-copy{max-width:650px;}
.product-copy .eyebrow{color:#ff8a78;}
.product-copy .eyebrow::before{background:#ff8a78;}
.product-copy h1{
  color:#fff;
  font-size:54px;
  margin-bottom:18px;
}
.product-copy p{
  color:rgba(255,255,255,.82);
  font-size:17px;
  max-width:560px;
  margin-bottom:28px;
}
.product-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:22px;}
.download-note{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:#fff;
}
.download-note strong{font-size:13px;}
.download-note span{font-size:13px;color:rgba(255,255,255,.72);}
.quote-panel{
  background:rgba(255,255,255,.96);
  border-color:rgba(255,255,255,.22);
}
.quote-panel h2{
  font-size:28px;
  margin-bottom:22px;
}
.quote-kicker{
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  color:var(--red);
  margin-bottom:8px;
}
.product-summary{background:var(--mist);}
.product-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.product-feature{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px 24px;
}
.product-feature .num{
  font-family:var(--font-mono);
  font-size:13px;
  font-weight:800;
  color:var(--red);
  margin-bottom:18px;
}
.product-feature h4{font-size:21px;margin-bottom:10px;}
.product-feature p{color:var(--steel);font-size:15px;}

/* Pressure management */
.pressure-hero{
  background:linear-gradient(112deg,#0b2244 0%,var(--navy-deep) 56%,#173a6b 100%);
  color:#fff;
  overflow:hidden;
  padding:92px 0 84px;
}
.pressure-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:54px;
  align-items:center;
}
.pressure-hero .eyebrow{color:#ff8a78;}
.pressure-hero .eyebrow::before{background:#ff8a78;}
.pressure-hero h1{
  color:#fff;
  font-size:52px;
  max-width:720px;
  margin-bottom:18px;
}
.pressure-hero p{
  color:rgba(255,255,255,.82);
  font-size:17px;
  max-width:640px;
  margin-bottom:28px;
}
.pressure-hero .btn-outline{
  background:rgba(255,255,255,.04);
  color:#fff;
  border-color:rgba(255,255,255,.38);
}
.pressure-hero .btn-outline:hover{
  background:#fff;
  border-color:#fff;
  color:var(--navy-deep);
}
.pressure-hero-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:0 18px 42px rgba(0,0,0,.16);
  color:var(--ink);
  padding:30px;
}
.pressure-hero-card .badge-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  background:var(--navy-deep);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:var(--font-heading);
  font-size:16px;
  font-weight:800;
  margin-bottom:22px;
}
.pressure-hero-card h2{
  font-size:29px;
  margin-bottom:12px;
}
.pressure-hero-card p{
  color:var(--steel);
  font-size:15px;
  margin-bottom:18px;
}
.source-line{
  border-top:1px solid var(--line);
  color:var(--steel-light);
  font-size:13px;
  font-weight:700;
  padding-top:14px;
}
.pressure-catalog{background:var(--mist);}
.pressure-product-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.pressure-product-card{
  min-height:172px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:18px;
  align-items:center;
  padding:18px;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.pressure-product-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 34px rgba(13,39,77,.08);
  border-color:var(--line-strong);
}
.pressure-product-card.wide{grid-column:span 2;}
.product-image{
  height:132px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(180deg,#fff,#f8fafc);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
}
.product-image img{
  width:auto;
  height:auto;
  max-width:118px;
  max-height:104px;
  object-fit:contain;
}
.product-body{min-width:0;}
.product-tag{
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:5px 9px;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--navy-soft);
  color:var(--navy-deep);
  font-size:12px;
  font-weight:800;
}
.product-body h3{
  font-size:22px;
  line-height:1.18;
  margin:10px 0 8px;
}
.product-body p{
  color:var(--steel);
  font-size:15px;
  line-height:1.55;
}
.pressure-quote{background:#fff;}
.pressure-quote-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:58px;
  align-items:start;
}
.pressure-quote .section-head{
  margin-bottom:0;
  padding-top:8px;
}
.pressure-quote .quote-panel{background:var(--mist);}

/* Industries */
.industries{background:var(--navy-deep);color:#fff;padding-bottom:70px;}
.industries .section-head h2{color:#fff;}
.industries .section-head p{color:rgba(255,255,255,.68);}
.industries .section-head .eyebrow{color:#ff8a78;}
.industries .section-head .eyebrow::before{background:#ff8a78;}
.industry-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.1);}
.industry-photo{position:relative;height:330px;overflow:hidden;}
.industry-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.92) contrast(1.04);
  transition:transform .5s ease;
}
.industry-photo:hover img{transform:scale(1.03);}
.industry-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,25,52,.08),rgba(8,25,52,.86));}
.industry-photo .cap{position:absolute;left:26px;right:26px;bottom:22px;z-index:2;}
.industry-photo .cap .eyebrow{margin-bottom:6px;font-size:12px;}
.industry-photo .cap h4{color:#fff;font-size:24px;}
.industry-list{padding:40px 0 0;display:flex;flex-direction:column;justify-content:center;gap:0;}
.industry-list li{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:17px 0;
  border-bottom:1px solid rgba(255,255,255,.12);
  font-family:var(--font-heading);
  font-size:19px;
  font-weight:800;
}
.industry-list li span.n{font-family:var(--font-mono);font-size:13px;color:rgba(255,255,255,.55);letter-spacing:0;}

/* Support */
.support-section{
  background:
    linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:service;}
.service-card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px 24px 30px;
  position:relative;
  background:#fff;
  overflow:hidden;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.service-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,var(--red),#ff8a78);
  transform:scaleX(.28);
  transform-origin:left;
  transition:transform .18s ease;
}
.service-card:hover::before{transform:scaleX(1);}
.service-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(13,39,77,.1);border-color:var(--line-strong);}
.service-icon{
  width:46px;
  height:46px;
  border-radius:var(--radius);
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--navy-deep);
  color:#fff;
  margin-bottom:18px;
  box-shadow:0 12px 24px rgba(13,39,77,.14);
}
.service-card .num{font-family:var(--font-mono);font-size:13px;color:var(--red);margin-bottom:12px;font-weight:800;letter-spacing:0;}
.service-card h4{font-size:20px;margin-bottom:10px;}
.service-card p{font-size:15px;color:var(--steel);}

/* Clients */
.clients{
  background:linear-gradient(180deg,var(--mist) 0%,#fff 100%);
  overflow:hidden;
}
.clients .section-head{margin-bottom:34px;}
.clients .section-head p{margin-left:auto;margin-right:auto;}
.client-marquee{
  position:relative;
  display:grid;
  gap:16px;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  padding:4px 0;
}
.client-marquee::before,
.client-marquee::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:min(120px,12vw);
  z-index:2;
  pointer-events:none;
}
.client-marquee::before{left:0;background:linear-gradient(90deg,#f5f7fb,rgba(245,247,251,0));}
.client-marquee::after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0));}
.client-track{
  display:flex;
  gap:14px;
  width:max-content;
  padding-left:14px;
  animation:client-scroll 58s linear infinite;
  will-change:transform;
}
.client-track-alt{
  animation-duration:64s;
  animation-direction:reverse;
}
.client-marquee:hover .client-track{animation-play-state:paused;}
.client-card{
  width:190px;
  height:132px;
  flex:none;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:11px;
  padding:16px 18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:0 12px 26px rgba(13,39,77,.05);
}
.client-card img{
  width:auto;
  height:auto;
  max-width:142px;
  max-height:62px;
  object-fit:contain;
  filter:saturate(.92);
}
.client-card span{
  color:var(--navy-deep);
  font-size:13px;
  font-weight:800;
  line-height:1.22;
  text-align:center;
}
@keyframes client-scroll{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}

/* CTA band */
.cta-band{
  background:linear-gradient(100deg,var(--navy-deep),#173760);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.cta-band .wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
  padding-top:56px;
  padding-bottom:56px;
}
.cta-band h3{color:#fff;font-size:31px;max-width:520px;}
.cta-band p{color:rgba(255,255,255,.72);margin-top:10px;max-width:500px;}
.cta-band .actions{display:flex;gap:12px;flex:none;flex-wrap:wrap;}

/* Contact */
#contact{
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
}
.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:56px;align-items:start;}
.contact-info{
  display:grid;
  gap:14px;
}
.contact-info .info-row{
  display:flex;
  align-items:center;
  gap:16px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 12px 30px rgba(13,39,77,.04);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.contact-info .info-row:hover{
  transform:translateY(-2px);
  border-color:var(--line-strong);
  box-shadow:0 16px 34px rgba(13,39,77,.08);
}
.contact-info .icon{
  flex:none;
  width:46px;
  height:46px;
  border-radius:var(--radius);
  background:linear-gradient(135deg,var(--navy-deep),var(--navy));
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  box-shadow:0 12px 24px rgba(13,39,77,.16);
}
.contact-info .icon svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.contact-info .icon svg circle[fill],
.contact-info .icon svg path[fill]{fill:currentColor;}
.contact-info .info-row:first-child .icon{
  background:linear-gradient(135deg,var(--red),#ff6b75);
  box-shadow:0 12px 24px rgba(236,28,42,.18);
}
.contact-info .lbl{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:0;
  color:var(--steel-light);
  text-transform:uppercase;
  margin-bottom:5px;
  font-weight:800;
}
.contact-info .val{font-size:16px;font-weight:700;color:var(--navy-deep);}
.contact-info .info-row:first-child .val{line-height:1.55;}
.form-panel{
  background:linear-gradient(180deg,#fff,var(--mist));
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:34px;
  box-shadow:0 22px 48px rgba(13,39,77,.09);
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;}
.form-panel input,.form-panel select,.form-panel textarea{
  width:100%;
  padding:14px 15px;
  border:1px solid var(--line);
  background:#fff;
  font-family:var(--font-body);
  font-size:15px;
  color:var(--ink);
  border-radius:var(--radius);
  transition:border-color .18s ease,box-shadow .18s ease;
}
.form-panel input:focus,.form-panel select:focus,.form-panel textarea:focus{
  outline:0;
  border-color:var(--navy);
  box-shadow:0 0 0 4px rgba(23,58,107,.1);
}
.form-panel label{
  font-size:13px;
  font-weight:750;
  color:var(--steel);
  display:block;
  margin-bottom:6px;
  letter-spacing:0;
}
.form-panel textarea{resize:vertical;min-height:110px;}
.form-panel .full{grid-column:1/-1;}
.form-submit{width:100%;justify-content:center;}
.form-submit:disabled{
  cursor:wait;
  opacity:.72;
  transform:none;
}
.form-panel.is-submitting .form-submit::before{
  content:"";
  width:15px;
  height:15px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.42);
  border-top-color:#fff;
  animation:spin .8s linear infinite;
}
.form-status{
  margin-top:12px;
  font-size:13px;
  font-weight:700;
  color:var(--navy-deep);
  text-align:center;
}
.form-status.success{color:#137a3f;}
.form-status.error{color:var(--red-dark);}
.form-status:empty{display:none;}
@keyframes spin{to{transform:rotate(360deg);}}

/* Footer */
footer{
  background:linear-gradient(135deg,#081a36 0%,var(--navy-deep) 54%,#173a6b 100%);
  color:#fff;
  border-top:0;
  padding-top:0;
  overflow:hidden;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.45fr 1fr 1fr 1.15fr;
  gap:38px;
  padding-top:54px;
  padding-bottom:44px;
}
.footer-grid .flogo img{
  height:34px;
  margin-bottom:18px;
  background:#fff;
  border-radius:var(--radius);
  padding:7px 11px;
  box-sizing:content-box;
  box-shadow:0 16px 30px rgba(0,0,0,.18);
}
.footer-grid p{color:rgba(255,255,255,.74);font-size:15px;line-height:1.65;max-width:330px;}
.footer-grid h5{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:0;
  text-transform:uppercase;
  color:#fff;
  margin-bottom:18px;
  font-weight:800;
}
.footer-grid h5::after{
  content:"";
  display:block;
  width:28px;
  height:2px;
  background:var(--red);
  margin-top:9px;
}
.footer-grid ul{display:grid;gap:8px;}
.footer-grid ul li{margin-bottom:0;}
.footer-grid ul li a{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:30px;
  font-size:15px;
  color:rgba(255,255,255,.76);
  transition:color .18s ease,transform .18s ease;
}
.footer-grid ul li a::before{
  content:"";
  width:5px;
  height:5px;
  flex:none;
  border-radius:50%;
  background:rgba(255,255,255,.28);
  transition:background-color .18s ease;
}
.footer-grid ul li a:hover{
  color:#fff;
  transform:translateX(2px);
}
.footer-grid ul li a:hover::before{background:var(--red);}
.footer-grid .footer-address{
  display:grid;
  grid-template-columns:5px minmax(0,1fr);
  column-gap:9px;
  row-gap:3px;
  align-items:start;
  padding-top:4px;
  color:rgba(255,255,255,.76);
  font-size:15px;
  line-height:1.45;
}
.footer-grid .footer-address::before{
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background:rgba(255,255,255,.28);
  margin-top:9px;
  grid-column:1;
  grid-row:1;
}
.footer-grid .footer-address span{
  display:block;
  grid-column:2;
  margin-left:0;
}
.footer-grid .footer-address span:first-child{
  color:#fff;
  font-weight:800;
}
.footer-grid > div:last-child{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius);
  padding:24px;
}
.footer-bottom{
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  border-top:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.14);
  padding:18px 0;
  font-size:14px;
  color:rgba(255,255,255,.62);
}
.footer-bottom .wrap{
  display:flex;
  justify-content:space-between;
  gap:18px;
  width:100%;
  max-width:var(--maxw);
  padding-left:28px!important;
  padding-right:28px!important;
}

/* Responsive */
@media (max-width:1200px){
  .navbar .partner-badge{display:none;}
}
@media (max-width:1080px){
  .gauge-cluster{display:none;}
  .navbar .cta .btn{padding-left:14px;padding-right:14px;}
  nav.primary > ul > li > a{padding-left:10px;padding-right:10px;}
}
@media (max-width:1080px){
  .wrap{padding-left:24px;padding-right:24px;}
  .navbar{min-height:68px;}
  nav.primary{
    display:block;
    position:fixed;
    top:82px;
    left:18px;
    right:18px;
    max-height:calc(100vh - 104px);
    overflow:auto;
    background:#fff;
    border:1px solid var(--line);
    border-radius:var(--radius);
    box-shadow:var(--shadow);
    padding:10px;
    opacity:0;
    visibility:hidden;
    transform:translateY(-8px);
    pointer-events:none;
    transition:opacity .18s ease,visibility .18s ease,transform .18s ease;
  }
  nav.primary.mobile-open{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    pointer-events:auto;
  }
  nav.primary > ul{flex-direction:column;align-items:stretch;gap:2px;}
  nav.primary > ul > li > a{justify-content:space-between;padding:13px 12px;}
  nav.primary.mobile-open .dropdown,
  nav.primary.mobile-open .submenu{
    position:static;
    min-width:0;
    opacity:1;
    visibility:visible;
    transform:none;
    box-shadow:none;
    border:0;
    border-top:1px solid var(--line);
    border-radius:0;
    padding:6px;
    margin:4px 0 8px;
  }
  nav.primary.mobile-open .submenu{background:var(--mist);}
  nav.primary li:hover .caret{transform:rotate(45deg);margin-top:-4px;}
  .navbar .cta .btn.btn-outline{display:none;}
  .burger{display:block;}
  .about-grid,.contact-grid{grid-template-columns:1fr;gap:42px;}
  .about-visual{max-width:560px;}
  .product-hero{padding:70px 0;}
  .product-hero-grid{grid-template-columns:1fr;gap:38px;}
  .product-copy h1{font-size:42px;}
  .pressure-hero-grid,
  .pressure-quote-grid{grid-template-columns:1fr;gap:38px;}
  .pressure-hero h1{font-size:42px;}
  .pressure-hero-card{max-width:520px;}
  .pressure-product-grid{grid-template-columns:1fr;}
  .pressure-product-card.wide{grid-column:auto;}
  .offers-grid{grid-template-columns:1fr;}
  .offer-card{min-height:0;}
  .industry-grid{grid-template-columns:1fr;}
  .services-grid{grid-template-columns:1fr 1fr;}
  .client-card{width:174px;height:124px;}
  .product-feature-grid{grid-template-columns:1fr;}
  .cta-band .wrap{flex-direction:column;align-items:flex-start;}
  .slide-text h2{font-size:40px;}
  .hero{height:590px;}
  .topstrip .contacts a:nth-child(2){display:none;}
  .form-row{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:640px){
  .wrap{padding-left:20px;padding-right:20px;}
  section{padding:68px 0;}
  .topstrip .wrap{justify-content:center;min-height:32px;}
  .topstrip .tagline{display:none;}
  .navbar .cta .btn-primary{display:none;}
  .logo img{height:32px;}
  nav.primary{top:70px;left:12px;right:12px;}
  .hero{height:640px;min-height:640px;}
  .product-hero{padding:56px 0;min-height:0;}
  .product-copy h1{font-size:34px;}
  .product-copy p{font-size:15px;}
  .pressure-hero{padding:60px 0;}
  .pressure-hero h1{font-size:35px;}
  .pressure-hero p{font-size:15px;}
  .pressure-hero-card{padding:24px;}
  .pressure-product-card{
    grid-template-columns:110px minmax(0,1fr);
    gap:14px;
    min-height:150px;
    padding:14px;
  }
  .product-image{height:116px;padding:12px;}
  .product-image img{max-width:92px;max-height:86px;}
  .product-body h3{font-size:20px;}
  .product-actions .btn{width:100%;}
  .download-note{
    width:100%;
    align-items:flex-start;
    flex-direction:column;
    gap:2px;
    border-radius:var(--radius);
  }
  .slide .tint{background:linear-gradient(180deg,rgba(8,25,52,.95),rgba(8,25,52,.72));}
  .slide-text{padding-top:42px;}
  .slide-text h2{font-size:34px;}
  .slide-text p{font-size:15px;}
  .slide-actions .btn{width:100%;}
  .hero-points{display:none;}
  .slide-index{right:20px;top:22px;}
  .hero-controls{bottom:18px;}
  .trust .metrics{display:none;}
  .trust .wrap{justify-content:center;text-align:left;}
  .readout-grid{grid-template-columns:1fr;}
  .about-pill-row span{font-size:12px;}
  .about-list li{padding:10px 0;background:transparent;}
  .about-list li:hover{border-color:transparent;background:transparent;}
  .about-visual{padding:22px;}
  .about-visual-head{align-items:flex-start;}
  .about-visual-head strong{text-align:left;font-size:19px;}
  .offer-icon,.service-icon{width:42px;height:42px;}
  .services-grid{grid-template-columns:1fr;}
  .client-marquee{gap:12px;}
  .client-marquee::before,
  .client-marquee::after{width:48px;}
  .client-track{
    gap:10px;
    padding-left:10px;
    animation-duration:46s;
  }
  .client-track-alt{animation-duration:52s;}
  .client-card{
    width:150px;
    height:112px;
    padding:13px;
    gap:8px;
  }
  .client-card img{max-width:108px;max-height:48px;}
  .client-card span{font-size:12px;}
  .industry-photo{height:260px;}
  .cta-band .wrap{padding-top:46px;padding-bottom:46px;}
  .cta-band h3{font-size:27px;}
  .cta-band .actions,.cta-band .actions .btn{width:100%;}
  .form-panel{padding:24px;}
  .footer-grid{grid-template-columns:1fr;}
  .footer-bottom .wrap{flex-direction:column;}
}
@media (max-width:460px){
  .pressure-product-card{grid-template-columns:1fr;}
  .product-image{height:122px;}
  .product-image img{max-width:112px;max-height:92px;}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
  }
  .client-marquee{
    margin-left:0;
    margin-right:0;
    overflow:visible;
  }
  .client-marquee::before,
  .client-marquee::after{display:none;}
  .client-track{
    width:auto;
    flex-wrap:wrap;
    justify-content:center;
    padding-left:0;
    animation:none !important;
  }
  .client-card[aria-hidden="true"]{display:none;}
}
