:root{
  --pl-navy:var(--md-navy,#071426);
  --pl-navy-2:var(--md-navy2,#0b2a52);
  --pl-blue:var(--md-blue,#1268d6);
  --pl-blue-2:var(--md-blue2,#0b4da2);
  --pl-orange:var(--md-orange,#f6a300);
  --pl-ink:var(--md-text,#162236);
  --pl-muted:var(--md-muted,#64748b);
  --pl-soft:var(--md-soft,#f5f8fc);
  --pl-line:var(--md-line,#dbe6f2);
  --pl-font:var(--md-font,"DM Sans","Helvetica Neue",Arial,sans-serif);
  --pl-heading:var(--md-heading,"Outfit","DM Sans","Helvetica Neue",Arial,sans-serif);
}
.md-paid-landing{
  margin:0;
  color:var(--pl-ink);
  background:#fff;
  font-family:var(--pl-font);
  font-size:15px;
  line-height:1.66;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.md-paid-landing.md-has-sticky-header{padding-top:0!important}
.md-paid-landing *{box-sizing:border-box}
.md-paid-landing a:focus-visible,
.md-paid-landing button:focus-visible,
.md-paid-landing summary:focus-visible{
  outline:3px solid rgba(18,104,214,.32);
  outline-offset:3px;
}
.md-pl-wrap{
  width:100%;
  max-width:1280px;
  margin-inline:auto;
  padding-inline:32px;
}

/* Simplified header, visually aligned with the primary MERYDOM header. */
.md-pl-header{
  position:sticky;
  top:0;
  z-index:100;
  background:#fff;
  box-shadow:0 1px 0 rgba(15,23,42,.08);
}
.md-pl-utility{
  background:#061323;
  color:#cbd5e1;
  font-size:12.5px;
}
.md-pl-utility__inner{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:22px;
  white-space:nowrap;
  overflow:hidden;
}
.md-pl-utility a{color:#e2e8f0;text-decoration:none}
.md-pl-utility a:hover{color:#fff}
.md-pl-header__inner{
  min-height:78px;
  display:flex;
  align-items:center;
  gap:24px;
}
.md-pl-logo{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  line-height:0;
  margin-right:auto;
  max-width:210px;
}
.md-pl-logo img{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  max-height:38px;
  object-fit:contain;
}
.md-pl-nav{display:flex;align-items:center;gap:2px}
.md-pl-nav a{
  min-height:78px;
  display:flex;
  align-items:center;
  padding:0 12px;
  color:#172033;
  font-size:13.5px;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;
}
.md-pl-nav a:hover{color:var(--pl-blue-2)}
.md-pl-button{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 25px;
  border:1px solid transparent;
  border-radius:999px;
  background:var(--pl-orange);
  color:#101827!important;
  font-size:14px;
  font-weight:700;
  line-height:1.2;
  text-align:center;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:none;
  transition:background .18s ease,color .18s ease,transform .18s ease,border-color .18s ease;
}
.md-pl-button:hover{
  background:#d98300;
  color:#fff!important;
  transform:translateY(-1px);
}
.md-pl-button--small{min-height:44px;padding-inline:21px}
.md-pl-button--ghost{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.42);
  color:#fff!important;
}
.md-pl-button--ghost:hover{
  background:#fff;
  border-color:#fff;
  color:var(--pl-blue-2)!important;
}

/* Match the stronger image treatment used by the homepage Hero. */
.md-pl-hero{
  position:relative;
  isolation:isolate;
  min-height:520px;
  display:flex;
  align-items:center;
  overflow:hidden;
  padding:74px 0 70px;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(6,19,35,.97) 0%,rgba(6,19,35,.92) 31%,rgba(8,35,72,.76) 55%,rgba(8,35,72,.38) 78%,rgba(8,35,72,.18) 100%),
    var(--md-pl-hero-image,none),
    linear-gradient(135deg,#0b1d36 0%,#123e74 58%,#1d69c8 100%);
  background-size:cover;
  background-position:var(--md-pl-hero-position,50% 50%);
  background-repeat:no-repeat;
}
.md-pl-hero:after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 42%);
  pointer-events:none;
}
.md-pl-hero__grid{display:block}
.md-pl-hero__content{max-width:850px}
.md-pl-eyebrow{
  display:inline-block;
  margin:0 0 13px;
  color:var(--pl-blue);
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  line-height:1.4;
  text-transform:uppercase;
}
.md-pl-hero .md-pl-eyebrow,
.md-pl-section--navy .md-pl-eyebrow,
.md-pl-rfq .md-pl-eyebrow{color:var(--pl-orange)}
.md-pl-hero h1{
  max-width:820px;
  margin:0;
  color:#fff;
  font-family:var(--pl-heading);
  font-size:clamp(42px,4.6vw,62px);
  font-weight:700;
  letter-spacing:-.044em;
  line-height:1.04;
  text-shadow:0 12px 36px rgba(0,0,0,.26);
}
.md-pl-lead{
  max-width:740px;
  margin:22px 0 0;
  color:#d9e8f8;
  font-size:18px;
  line-height:1.68;
  text-shadow:0 8px 28px rgba(0,0,0,.22);
}
.md-pl-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.md-pl-hero__checks{
  display:flex;
  flex-wrap:wrap;
  gap:9px 22px;
  margin:24px 0 0;
  padding:0;
  list-style:none;
  color:#d9e8f8;
  font-size:13.5px;
}
.md-pl-hero__checks li:before{
  content:"✓";
  margin-right:8px;
  color:var(--pl-orange);
  font-weight:900;
}
.md-pl-hero__visual{display:none}

/* Compact proof band. */
.md-pl-trust{background:#fff;border-bottom:1px solid var(--pl-line)}
.md-pl-trust__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.md-pl-trust__grid div{
  min-width:0;
  padding:18px 24px;
  border-left:1px solid var(--pl-line);
}
.md-pl-trust__grid div:last-child{border-right:1px solid var(--pl-line)}
.md-pl-trust strong,.md-pl-trust span{display:block}
.md-pl-trust strong{
  color:var(--pl-navy);
  font-family:var(--pl-heading);
  font-size:16px;
  font-weight:700;
}
.md-pl-trust span{margin-top:3px;color:var(--pl-muted);font-size:12px}

/* Shared compact section system. */
.md-pl-section{padding:68px 0}
.md-pl-heading{max-width:760px;margin-bottom:28px}
.md-pl-heading h2,
.md-pl-split h2,
.md-pl-evidence h2,
.md-pl-related h2,
.md-pl-faq h2,
.md-pl-rfq h2,
.md-pl-final h2{
  margin:0;
  font-family:var(--pl-heading);
  font-size:clamp(30px,3.5vw,46px);
  font-weight:700;
  letter-spacing:-.04em;
  line-height:1.08;
}
.md-pl-heading h2,
.md-pl-evidence h2,
.md-pl-related h2,
.md-pl-faq h2,
.md-pl-final h2{color:var(--pl-navy)}
.md-pl-heading p,.md-pl-split p,.md-pl-evidence p{
  margin:15px 0 0;
  color:var(--pl-muted);
  font-size:16px;
  line-height:1.7;
}
.md-pl-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.md-pl-card{
  min-height:142px;
  padding:23px 24px;
  border:1px solid var(--pl-line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 38px rgba(15,23,42,.05);
}
.md-pl-card span{
  display:block;
  color:var(--pl-blue-2);
  font-family:var(--pl-heading);
  font-size:12px;
  font-weight:800;
}
.md-pl-card p{
  margin:22px 0 0;
  color:#334155;
  font-size:15px;
  font-weight:600;
  line-height:1.55;
}
.md-pl-section--navy{
  color:#fff;
  background:linear-gradient(135deg,#0b1d36 0%,#123e74 58%,#1d69c8 100%);
}
.md-pl-split{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:54px;
  align-items:center;
}
.md-pl-split p{color:#c9d7ea}
.md-pl-tag-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.md-pl-tag-grid>span,
.md-pl-tag-grid>a{
  min-height:64px;
  display:flex;
  align-items:center;
  padding:13px 18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:rgba(255,255,255,.06);
  color:#edf5ff;
  font-size:14px;
  font-weight:600;
}
.md-pl-tag-grid>a{
  position:relative;
  justify-content:space-between;
  gap:18px;
  overflow:hidden;
  text-decoration:none;
  transition:
    transform .42s cubic-bezier(.22,1,.36,1),
    border-color .3s ease,
    background .3s ease,
    box-shadow .42s cubic-bezier(.22,1,.36,1);
}
.md-pl-tag-grid>a::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(105deg,transparent 10%,rgba(255,255,255,.13) 48%,transparent 82%);
  transform:translateX(-120%);
  transition:transform .7s cubic-bezier(.22,1,.36,1);
}
.md-pl-tag-grid>a span,
.md-pl-tag-grid>a b{position:relative;z-index:1}
.md-pl-tag-grid>a span{
  min-height:0;
  display:block;
  padding:0;
  border:0;
  border-radius:0;
  background:none;
  color:inherit;
  font:inherit;
  line-height:1.35;
}
.md-pl-tag-grid>a b{
  flex:0 0 auto;
  font-size:17px;
  font-weight:500;
  line-height:1;
  transition:transform .42s cubic-bezier(.22,1,.36,1);
}
.md-pl-tag-grid>a:hover{
  color:#fff;
  border-color:rgba(255,255,255,.38);
  background:rgba(255,255,255,.13);
  box-shadow:0 16px 34px rgba(4,20,43,.22);
  transform:translateY(-3px);
}
.md-pl-tag-grid>a:hover::before{transform:translateX(120%)}
.md-pl-tag-grid>a:hover b{transform:translateX(5px)}
.md-pl-tag-grid>a:focus-visible{
  outline:3px solid #ffbf37;
  outline-offset:3px;
}
body[data-paid-landing="custom-oem-slewing-bearings"] .md-pl-tag-grid>a:last-child{
  grid-column:1/-1;
}
.md-pl-evidence{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:44px}
.md-pl-link-list{display:grid;gap:9px;margin-top:25px}
.md-pl-link-list a,.md-pl-related__links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:16px 18px;
  border:1px solid var(--pl-line);
  border-radius:16px;
  background:#fff;
  color:var(--pl-navy);
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  transition:border-color .18s ease,background .18s ease,transform .18s ease;
}
.md-pl-link-list a:hover,.md-pl-related__links a:hover{
  border-color:#bdd7f8;
  background:#f8fbff;
  transform:translateY(-1px);
}
.md-pl-link-list a span,.md-pl-related__links a span{
  color:var(--pl-blue-2);
  font-size:12px;
  white-space:nowrap;
}
.md-pl-evidence__aside{
  padding:26px;
  border:1px solid var(--pl-line);
  border-radius:22px;
  background:var(--pl-soft);
}
.md-pl-evidence__aside>strong{
  color:var(--pl-navy);
  font-family:var(--pl-heading);
  font-size:20px;
}
.md-pl-evidence__aside ul{margin:17px 0 0;padding-left:19px}
.md-pl-evidence__aside li{margin:8px 0;color:#53657b}
.md-pl-section--soft{
  background:var(--pl-soft);
  border-top:1px solid #e6edf6;
  border-bottom:1px solid #e6edf6;
}
.md-pl-proof-strip{
  padding:46px 0 48px;
  border-bottom:1px solid #e6edf6;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
}
.md-pl-proof-strip__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:22px;
}
.md-pl-proof-strip__head h2{
  max-width:720px;
  margin:0;
  color:var(--pl-navy);
  font-family:var(--pl-heading);
  font-size:clamp(28px,2.7vw,38px);
  font-weight:700;
  letter-spacing:-.04em;
  line-height:1.08;
}
.md-pl-proof-strip__head p{
  max-width:390px;
  margin:0 0 2px;
  color:var(--pl-muted);
  font-size:13.5px;
  line-height:1.55;
}
.md-pl-proof-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.md-pl-proof-grid[data-proof-count="1"]{grid-template-columns:1fr}
.md-pl-proof-grid[data-proof-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}
.md-pl-proof-grid[data-proof-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}
.md-pl-proof-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  aspect-ratio:4/3;
  margin:0;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  background:#dce8f5;
  box-shadow:0 12px 30px rgba(15,23,42,.08);
  transform:translateZ(0);
  transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1);
}
.md-pl-proof-grid[data-proof-count="1"] .md-pl-proof-card{
  aspect-ratio:16/5;
}
.md-pl-proof-card::after{
  content:"";
  position:absolute;
  z-index:1;
  inset:45% 0 0;
  background:linear-gradient(180deg,rgba(5,18,34,0),rgba(5,18,34,.34));
  pointer-events:none;
}
.md-pl-proof-card__image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease;
}
.md-pl-proof-card__index{
  position:absolute;
  z-index:2;
  right:14px;
  bottom:13px;
  min-width:34px;
  height:28px;
  display:grid;
  place-items:center;
  padding-inline:8px;
  border:1px solid rgba(255,255,255,.34);
  border-radius:999px;
  background:rgba(6,19,35,.48);
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  backdrop-filter:blur(8px);
}
@media(hover:hover){
  .md-pl-proof-card:hover{
    box-shadow:0 20px 44px rgba(15,23,42,.16);
    transform:translateY(-5px);
  }
  .md-pl-proof-card:hover .md-pl-proof-card__image{
    filter:saturate(1.05) contrast(1.02);
    transform:scale(1.045);
  }
}
.md-pl-process{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:10px;
  margin:28px 0 0;
  padding:0;
  list-style:none;
}
.md-pl-process li{
  min-height:128px;
  padding:17px;
  border:1px solid #d7e3ef;
  border-radius:18px;
  background:#fff;
}
.md-pl-process span{
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--pl-navy);
  color:#fff;
  font-size:12px;
  font-weight:800;
}
.md-pl-process strong{
  display:block;
  margin-top:22px;
  color:#334155;
  font-size:13.5px;
  line-height:1.45;
}
.md-pl-related{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:46px}
.md-pl-related__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.md-pl-section--faq{background:#fbfcfe}
.md-pl-faq{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:54px}
.md-pl-faq details{padding:17px 0;border-top:1px solid var(--pl-line)}
.md-pl-faq details:last-child{border-bottom:1px solid var(--pl-line)}
.md-pl-faq summary{
  cursor:pointer;
  color:var(--pl-navy);
  font-size:15.5px;
  font-weight:700;
}
.md-pl-faq details p{margin:12px 38px 0 0;color:#5c6d82;line-height:1.68}

/* Branded solution landings: compact technical-review sections. */
body.md-paid-landing--brand .md-pl-hero{
  min-height:580px;
}
body.md-paid-landing--brand .md-pl-process li{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:76px;
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  align-items:center;
  gap:12px;
  padding:13px 14px;
  border-radius:14px;
  transition:
    transform .48s cubic-bezier(.22,1,.36,1),
    border-color .35s ease,
    box-shadow .48s cubic-bezier(.22,1,.36,1);
}
body.md-paid-landing--brand .md-pl-process li::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:-2px;
  border-radius:inherit;
  background:
    radial-gradient(circle at 88% 12%,rgba(115,211,255,.68) 0%,rgba(115,211,255,0) 34%),
    linear-gradient(135deg,#078cf1 0%,#1378e6 48%,#315fda 100%);
  opacity:0;
  transform:scale(.94) translateY(8px);
  transition:
    opacity .38s ease,
    transform .58s cubic-bezier(.22,1,.36,1);
}
body.md-paid-landing--brand .md-pl-process span,
body.md-paid-landing--brand .md-pl-process strong{
  position:relative;
  z-index:1;
  transition:
    color .3s ease,
    background-color .3s ease,
    border-color .3s ease,
    transform .48s cubic-bezier(.22,1,.36,1);
}
body.md-paid-landing--brand .md-pl-process strong{
  margin:0;
  font-size:13px;
  line-height:1.35;
}
@media(hover:hover){
  body.md-paid-landing--brand .md-pl-process li:hover{
    z-index:2;
    border-color:rgba(7,140,241,0);
    box-shadow:0 20px 38px rgba(18,104,214,.24),0 7px 15px rgba(15,23,42,.1);
    transform:translateY(-7px);
  }
  body.md-paid-landing--brand .md-pl-process li:hover::before{
    opacity:1;
    transform:scale(1) translateY(0);
  }
  body.md-paid-landing--brand .md-pl-process li:hover span{
    background:rgba(255,255,255,.2);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.3);
    transform:scale(1.06);
  }
  body.md-paid-landing--brand .md-pl-process li:hover strong{
    color:#fff;
    transform:translateY(-1px);
  }
}
body.md-paid-landing--brand .md-pl-section--capability{
  padding:48px 0;
}
body.md-paid-landing--brand .md-pl-section--capability .md-pl-wrap{
  display:grid;
  grid-template-columns:minmax(270px,.72fr) minmax(0,1.28fr);
  gap:38px;
  align-items:start;
}
body.md-paid-landing--brand .md-pl-section--capability .md-pl-heading{
  max-width:430px;
  margin:0;
}
body.md-paid-landing--brand .md-pl-section--capability .md-pl-heading h2,
body.md-paid-landing--brand .md-pl-section--evidence h2,
body.md-paid-landing--brand .md-pl-section--related h2,
body.md-paid-landing--brand .md-pl-section--faq h2{
  font-size:clamp(30px,2.8vw,40px);
}
body.md-paid-landing--brand .md-pl-section--capability .md-pl-heading p{
  margin-top:13px;
  font-size:14.5px;
  line-height:1.6;
}
body.md-paid-landing--brand .md-pl-section--capability .md-pl-card-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
body.md-paid-landing--brand .md-pl-section--capability .md-pl-card{
  min-height:78px;
  display:grid;
  grid-template-columns:32px 1fr;
  gap:12px;
  align-items:start;
  padding:15px 16px;
  border-radius:14px;
  box-shadow:0 8px 24px rgba(15,23,42,.035);
}
body.md-paid-landing--brand .md-pl-section--capability .md-pl-card span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#eef6ff;
}
body.md-paid-landing--brand .md-pl-section--capability .md-pl-card p{
  margin:3px 0 0;
  font-size:13.5px;
  line-height:1.42;
}
body.md-paid-landing--brand .md-pl-section--evidence{
  padding:48px 0;
}
body.md-paid-landing--brand .md-pl-section--evidence .md-pl-evidence{
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
  gap:24px;
  align-items:stretch;
}
body.md-paid-landing--brand .md-pl-section--evidence .md-pl-evidence__main{
  height:100%;
  padding:22px 24px;
  border:1px solid var(--pl-line);
  border-radius:18px;
  background:#fff;
}
body.md-paid-landing--brand .md-pl-section--evidence .md-pl-evidence__main p{
  max-width:720px;
  margin-top:10px;
  font-size:14px;
  line-height:1.55;
}
body.md-paid-landing--brand .md-pl-section--evidence .md-pl-link-list{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:18px;
}
body.md-paid-landing--brand .md-pl-section--evidence .md-pl-link-list a{
  min-height:52px;
  padding:11px 13px;
  border-radius:12px;
  font-size:13px;
}
body.md-paid-landing--brand .md-pl-section--evidence .md-pl-link-list a span{
  font-size:0;
}
body.md-paid-landing--brand .md-pl-section--evidence .md-pl-link-list a span::after{
  content:"\2192";
  font-size:15px;
}
body.md-paid-landing--brand .md-pl-section--evidence .md-pl-evidence__aside{
  height:100%;
  padding:24px;
  border-radius:18px;
}
body.md-paid-landing--brand .md-pl-section--evidence .md-pl-evidence__aside>strong{
  font-size:20px;
}
body.md-paid-landing--brand .md-pl-section--evidence .md-pl-evidence__aside ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:16px 0 0;
  padding:0;
  list-style:none;
}
body.md-paid-landing--brand .md-pl-section--evidence .md-pl-evidence__aside li{
  min-height:46px;
  display:flex;
  align-items:center;
  margin:0;
  padding:11px 13px;
  border:1px solid #d7e3ef;
  border-radius:10px;
  background:#fff;
  color:#42556e;
  font-size:14px;
  line-height:1.35;
}
body.md-paid-landing--brand .md-pl-section--evidence .md-pl-downloads{
  display:flex;
  flex-direction:column;
  gap:15px;
}
body.md-paid-landing--brand .md-pl-downloads__head p{
  margin:7px 0 0;
  color:#62748a;
  font-size:13px;
  line-height:1.5;
}
body.md-paid-landing--brand .md-pl-downloads__list{
  display:grid;
  gap:8px;
}
body.md-paid-landing--brand .md-pl-downloads__list>a{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:11px 13px;
  border:1px solid #d7e3ef;
  border-radius:11px;
  background:#fff;
  color:var(--pl-navy);
  text-decoration:none;
  transition:border-color .2s ease,background .2s ease,transform .25s ease,box-shadow .25s ease;
}
body.md-paid-landing--brand .md-pl-downloads__list>a:hover{
  border-color:#a9ccef;
  background:#f8fbff;
  box-shadow:0 10px 24px rgba(15,66,126,.09);
  transform:translateY(-2px);
}
body.md-paid-landing--brand .md-pl-downloads__list>a>span{min-width:0}
body.md-paid-landing--brand .md-pl-downloads__list strong{
  display:block;
  color:var(--pl-navy);
  font-size:13px;
  line-height:1.3;
}
body.md-paid-landing--brand .md-pl-downloads__list small{
  display:block;
  margin-top:4px;
  color:#718198;
  font-size:11px;
}
body.md-paid-landing--brand .md-pl-downloads__list b{
  width:28px;
  height:28px;
  flex:0 0 28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eaf4ff;
  color:var(--pl-blue-2);
  font-size:15px;
}
body.md-paid-landing--brand .md-pl-downloads__empty{
  margin:0;
  padding:14px;
  border:1px dashed #c7d7e8;
  border-radius:11px;
  background:#fff;
  color:#62748a;
  font-size:13px;
}
body.md-paid-landing--brand .md-pl-downloads__all{
  align-self:flex-start;
  color:var(--pl-blue-2);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}
body.md-paid-landing--brand .md-pl-downloads__all span{
  display:inline-block;
  margin-left:4px;
  transition:transform .2s ease;
}
body.md-paid-landing--brand .md-pl-downloads__all:hover span{transform:translateX(4px)}
body.md-paid-landing--brand .md-pl-downloads a:focus-visible{
  outline:3px solid rgba(18,104,214,.28);
  outline-offset:2px;
}
@media (prefers-reduced-motion:reduce){
  .md-pl-tag-grid>a,
  .md-pl-tag-grid>a::before,
  .md-pl-tag-grid>a b,
  body.md-paid-landing--brand .md-pl-downloads a,
  body.md-paid-landing--brand .md-pl-downloads__all span{
    transition:none;
  }
  .md-pl-tag-grid>a:hover,
  body.md-paid-landing--brand .md-pl-downloads__list>a:hover{transform:none}
}
body.md-paid-landing--brand .md-pl-section--related{
  height:100%;
  padding:28px;
  border:1px solid var(--pl-line);
  border-radius:20px;
  background:#fff;
}
body.md-paid-landing--brand .md-pl-section--related .md-pl-related{
  grid-template-columns:1fr;
  gap:22px;
  height:100%;
  padding:0;
}
body.md-paid-landing--brand .md-pl-section--related .md-pl-related__links{
  grid-template-columns:1fr;
  gap:8px;
}
body.md-paid-landing--brand .md-pl-section--related .md-pl-related__links a{
  min-height:52px;
  padding:11px 14px;
  border-radius:12px;
  font-size:13px;
}
body.md-paid-landing--brand .md-pl-section--faq{
  height:100%;
  padding:28px;
  border:1px solid var(--pl-line);
  border-radius:20px;
  background:#fff;
}
body.md-paid-landing--brand .md-pl-section--faq .md-pl-faq{
  grid-template-columns:1fr;
  gap:22px;
  height:100%;
  padding:0;
}
body.md-paid-landing--brand .md-pl-section--faq .md-pl-faq details{
  padding:13px 0;
}
body.md-paid-landing--brand .md-pl-section--faq .md-pl-faq summary{
  font-size:14px;
}
body.md-paid-landing--brand .md-pl-section--faq .md-pl-faq details p{
  margin-top:8px;
  font-size:13.5px;
  line-height:1.55;
}
body.md-paid-landing--brand .md-pl-review-pair{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:20px;
  width:100%;
  max-width:1280px;
  margin-inline:auto;
  padding:42px 32px;
  background:#fbfcfe;
}
body.md-paid-landing--brand .md-pl-review-pair .md-pl-section--related h2,
body.md-paid-landing--brand .md-pl-review-pair .md-pl-section--faq h2{
  max-width:460px;
  font-size:clamp(28px,2.2vw,36px);
}
.md-pl-rfq{
  color:#fff;
  background:linear-gradient(135deg,#0b1d36 0%,#123e74 58%,#1d69c8 100%);
}
.md-pl-rfq__grid{
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  gap:42px;
  align-items:start;
}
.md-pl-rfq__intro{position:sticky;top:132px}
.md-pl-rfq__intro p,.md-pl-rfq__intro li{color:#d8e6f2;line-height:1.68}
.md-pl-rfq__intro p{margin-top:16px}
.md-pl-rfq__intro ul{padding-left:19px}
.md-pl-rfq__form{
  padding:24px;
  border-radius:24px;
  background:#fff;
  color:var(--pl-ink);
  box-shadow:0 24px 70px rgba(0,0,0,.18);
}
.md-pl-rfq__form .md-rfq-form{margin:0;padding:0;border:0;box-shadow:none}
.md-pl-rfq__form .md-cta{background:var(--pl-orange);border-radius:999px;color:#101827}
.md-pl-rfq__form input[type="file"]{
  min-height:56px!important;
  padding:6px 10px!important;
  border:1px solid #d2dfed!important;
  border-radius:14px!important;
  background:#f8fbff!important;
  color:#64748b!important;
  font-size:13px!important;
  line-height:42px!important;
  cursor:pointer;
  transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.md-pl-rfq__form input[type="file"]:hover{
  border-color:#abc7e6!important;
  background:#f2f8ff!important;
}
.md-pl-rfq__form input[type="file"]::file-selector-button{
  min-height:40px;
  margin:0 12px 0 0;
  padding:0 18px;
  border:1px solid #bfd4eb;
  border-radius:999px;
  background:#eaf4ff;
  color:var(--pl-blue-2);
  font:inherit;
  font-weight:700;
  line-height:38px;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;
}
.md-pl-rfq__form input[type="file"]:hover::file-selector-button{
  border-color:var(--pl-blue);
  background:var(--pl-blue);
  color:#fff;
  box-shadow:0 8px 18px rgba(18,104,214,.2);
}
.md-pl-rfq__form input[type="file"]:focus-visible{
  outline:3px solid rgba(18,104,214,.24);
  outline-offset:3px;
}
.md-pl-rfq__form .md-rfq-clear-draft{
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  margin-left:10px;
  padding:0 25px;
  border:1px solid #c8d8e9;
  border-radius:999px;
  background:#fff;
  color:var(--pl-blue);
  box-shadow:none;
  font:inherit;
  font-size:14px;
  font-weight:700;
  line-height:1;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.md-pl-rfq__form .md-rfq-clear-draft:hover{
  border-color:#a9c7e6;
  background:#edf6ff;
  color:#0b4da2;
  transform:translateY(-1px);
}
.md-pl-rfq__form .md-rfq-clear-draft:focus-visible{
  outline:3px solid rgba(18,104,214,.24);
  outline-offset:3px;
}
.md-pl-final{padding:58px 0;text-align:center;background:#fff}
.md-pl-final .md-pl-wrap{max-width:850px}
.md-pl-final h2{margin-bottom:24px}
.md-pl-footer{
  padding:34px 0;
  border-top:1px solid rgba(255,255,255,.12);
  background:linear-gradient(135deg,#0b1d36 0%,#123e74 58%,#1d69c8 100%);
}
.md-pl-footer .md-pl-wrap{display:flex;align-items:center;gap:24px}
.md-pl-footer img{width:auto;height:auto;max-height:34px;filter:brightness(0) invert(1)}
.md-pl-footer p{margin:0 auto 0 0;color:#cbd8e7;font-size:12.5px}
.md-pl-footer nav{display:flex;gap:18px}
.md-pl-footer a{color:#e5eef8;font-size:12.5px;font-weight:600;text-decoration:none}
.md-pl-footer a:hover{color:#fff}
.md-pl-sticky-cta{display:none}

@media(max-width:1080px){
  .md-pl-header__inner{min-height:72px}
  .md-pl-nav a{min-height:72px;padding-inline:9px}
  .md-pl-header .md-pl-button--small{padding-inline:18px}
  .md-pl-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md-pl-process{grid-template-columns:repeat(3,minmax(0,1fr))}
  .md-pl-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md-pl-proof-grid[data-proof-count="1"]{grid-template-columns:1fr}
}
@media(max-width:900px){
  .md-pl-wrap{padding-inline:24px}
  .md-pl-utility{display:none}
  .md-pl-nav{display:none}
  .md-pl-header__inner{min-height:68px}
  .md-pl-logo img{max-height:32px}
  .md-pl-header .md-pl-button--small{margin-left:auto}
  .md-pl-hero{
    min-height:auto;
    padding:64px 0 66px;
    background-position:var(--md-pl-hero-mobile-position,var(--md-pl-hero-position,58% 50%));
  }
  .md-pl-split,.md-pl-evidence,.md-pl-related,.md-pl-faq,.md-pl-rfq__grid{grid-template-columns:1fr}
  .md-pl-split,.md-pl-evidence,.md-pl-related,.md-pl-faq,.md-pl-rfq__grid{gap:30px}
  .md-pl-rfq__intro{position:static}
  .md-pl-related__links{grid-template-columns:1fr}
  .md-pl-proof-strip__head{display:grid;gap:12px}
  body.md-paid-landing--brand .md-pl-hero{min-height:auto}
  body.md-paid-landing--brand .md-pl-section--capability .md-pl-wrap,
  body.md-paid-landing--brand .md-pl-section--evidence .md-pl-evidence,
  body.md-paid-landing--brand .md-pl-section--related .md-pl-related,
  body.md-paid-landing--brand .md-pl-section--faq .md-pl-faq{
    grid-template-columns:1fr;
    gap:24px;
  }
  body.md-paid-landing--brand .md-pl-section--capability .md-pl-heading{max-width:680px}
  body.md-paid-landing--brand .md-pl-section--related .md-pl-related__links{
    grid-template-columns:1fr;
  }
  body.md-paid-landing--brand .md-pl-review-pair{
    grid-template-columns:1fr;
    padding-inline:24px;
  }
}
@media(prefers-reduced-motion:reduce){
  body.md-paid-landing--brand .md-pl-process li,
  body.md-paid-landing--brand .md-pl-process li::before,
  body.md-paid-landing--brand .md-pl-process span,
  body.md-paid-landing--brand .md-pl-process strong{
    transition-duration:.01ms;
  }
}
@media(max-width:640px){
  .md-paid-landing{font-size:14.5px}
  .md-pl-wrap{padding-inline:18px}
  .md-pl-header__inner{min-height:64px}
  .md-pl-logo{max-width:155px}
  .md-pl-logo img{max-height:29px}
  .md-pl-header .md-pl-button--small{display:none}
  .md-pl-hero{
    padding:50px 0 52px;
    background:
      linear-gradient(180deg,rgba(6,19,35,.58) 0%,rgba(6,19,35,.58) 46%,rgba(6,19,35,.82) 100%),
      linear-gradient(90deg,rgba(6,19,35,.78) 0%,rgba(6,19,35,.52) 48%,rgba(6,19,35,.24) 100%),
      var(--md-pl-hero-image,none),
      linear-gradient(135deg,#0b1d36 0%,#123e74 58%,#1d69c8 100%);
    background-position:var(--md-pl-hero-mobile-position,var(--md-pl-hero-position,58% 50%));
  }
  .md-pl-hero h1{max-width:100%;font-size:clamp(35px,10.5vw,44px);overflow-wrap:normal}
  .md-pl-lead{font-size:16.5px;line-height:1.62}
  .md-pl-actions{display:grid}
  .md-pl-button{width:100%}
  .md-pl-hero__checks{display:grid;gap:7px}
  .md-pl-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md-pl-trust__grid div,.md-pl-trust__grid div:last-child{
    padding:15px 12px;
    border:0;
    border-bottom:1px solid var(--pl-line);
  }
  .md-pl-trust__grid div:nth-child(odd){border-right:1px solid var(--pl-line)}
  .md-pl-section{padding:52px 0}
  .md-pl-heading{margin-bottom:23px}
  .md-pl-proof-strip{padding:36px 0 38px}
  .md-pl-proof-strip__head{margin-bottom:18px}
  .md-pl-proof-strip__head h2{font-size:clamp(28px,9vw,34px)}
  .md-pl-proof-grid,
  .md-pl-proof-grid[data-proof-count="2"],
  .md-pl-proof-grid[data-proof-count="3"]{grid-template-columns:1fr}
  .md-pl-proof-grid[data-proof-count="1"] .md-pl-proof-card{aspect-ratio:4/3}
  .md-pl-proof-card{border-radius:16px}
  .md-pl-heading h2,.md-pl-split h2,.md-pl-evidence h2,.md-pl-related h2,.md-pl-faq h2,.md-pl-rfq h2,.md-pl-final h2{font-size:clamp(28px,9vw,38px)}
  .md-pl-card-grid,.md-pl-tag-grid,.md-pl-process{grid-template-columns:1fr}
  body[data-paid-landing="custom-oem-slewing-bearings"] .md-pl-tag-grid>a:last-child{grid-column:auto}
  .md-pl-card{min-height:0;padding:20px}
  .md-pl-card p{margin-top:14px}
  .md-pl-process li{min-height:auto;display:flex;align-items:center;gap:15px;padding:15px}
  .md-pl-process strong{margin:0}
  .md-pl-evidence__aside{padding:22px}
  body.md-paid-landing--brand .md-pl-section--capability,
  body.md-paid-landing--brand .md-pl-section--evidence,
  body.md-paid-landing--brand .md-pl-section--related,
  body.md-paid-landing--brand .md-pl-section--faq{
    padding:36px 0;
  }
  body.md-paid-landing--brand .md-pl-review-pair{
    gap:14px;
    padding:32px 18px;
  }
  body.md-paid-landing--brand .md-pl-review-pair .md-pl-section--related,
  body.md-paid-landing--brand .md-pl-review-pair .md-pl-section--faq{
    padding:22px 18px;
  }
  body.md-paid-landing--brand .md-pl-section--capability .md-pl-heading h2,
  body.md-paid-landing--brand .md-pl-section--evidence h2,
  body.md-paid-landing--brand .md-pl-section--related h2,
  body.md-paid-landing--brand .md-pl-section--faq h2{
    font-size:clamp(28px,9vw,34px);
  }
  body.md-paid-landing--brand .md-pl-section--capability .md-pl-card-grid,
  body.md-paid-landing--brand .md-pl-section--evidence .md-pl-link-list,
  body.md-paid-landing--brand .md-pl-section--related .md-pl-related__links{
    grid-template-columns:1fr;
  }
  body.md-paid-landing--brand .md-pl-section--capability .md-pl-card{
    min-height:70px;
  }
  body.md-paid-landing--brand .md-pl-section--evidence .md-pl-evidence__main{
    padding:20px 18px;
  }
  body.md-paid-landing--brand .md-pl-section--evidence .md-pl-evidence__aside{
    padding:20px 18px;
  }
  body.md-paid-landing--brand .md-pl-section--evidence .md-pl-evidence__aside li{
    min-height:44px;
    padding:10px 11px;
    font-size:13.5px;
  }
  .md-pl-rfq__form{padding:18px 14px;border-radius:20px}
  .md-pl-rfq__form input[type="file"]{
    min-height:54px!important;
    padding:6px 8px!important;
  }
  .md-pl-rfq__form input[type="file"]::file-selector-button{
    min-height:38px;
    padding-inline:15px;
    line-height:36px;
  }
  .md-pl-rfq__form .md-rfq-clear-draft{width:100%;margin:10px 0 0}
  .md-pl-final{padding:48px 0}
  .md-pl-footer{padding:30px 0 90px}
  .md-pl-footer .md-pl-wrap{align-items:flex-start;flex-direction:column}
  .md-pl-footer p{margin:0}
  .md-pl-sticky-cta{
    position:fixed;
    z-index:120;
    left:12px;
    right:12px;
    bottom:12px;
    min-height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:var(--pl-orange);
    box-shadow:0 15px 35px rgba(0,0,0,.28);
    color:#101827!important;
    font-weight:800;
    text-decoration:none;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(14px);
    transition:opacity .2s ease,visibility .2s ease,transform .2s ease;
  }
  .md-pl-sticky-cta.is-visible{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }
}
