/* Goulds 3196 component pages: scoped implementation CSS. */
/* =========================================================
ANSI Pumps Pro México — Goulds 3196 Component Page Theme
Scope: ONLY the 3 approved Goulds 3196 component pages.
DO NOT load globally unless every selector remains wrapper-scoped.
========================================================= */

.mx3196-component-page{
  --mx3196-navy:#0a192f;
  --mx3196-navy-2:#0f2444;
  --mx3196-ink:#1e293b;
  --mx3196-muted:#64748b;
  --mx3196-teal:#0d9488;
  --mx3196-teal-2:#14b8a6;
  --mx3196-amber:#d97706;
  --mx3196-amber-2:#f59e0b;
  --mx3196-line:#e2e8f0;
  --mx3196-soft:#f8fafc;
  --mx3196-white:#ffffff;
  --mx3196-max:1180px;
  color:var(--mx3196-ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.7;
}

.mx3196-component-page *,
.mx3196-component-page *::before,
.mx3196-component-page *::after{box-sizing:border-box}

.mx3196-component-page .mx3196-shell{
  width:min(var(--mx3196-max),calc(100% - 48px));
  margin-inline:auto;
}

.mx3196-component-page .mx3196-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 12%,rgba(20,184,166,.16),transparent 24%),
    linear-gradient(135deg,var(--mx3196-navy),var(--mx3196-navy-2));
  color:#fff;
}

.mx3196-component-page .mx3196-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:32px 32px;
}

.mx3196-component-page .mx3196-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(340px,.86fr);
  gap:54px;
  align-items:center;
  padding:70px 0 62px;
}

.mx3196-component-page .mx3196-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#99f6e4;
  font-weight:800;
  margin-bottom:16px;
}

.mx3196-component-page .mx3196-eyebrow::before{
  content:"";
  width:26px;
  height:2px;
  background:var(--mx3196-teal-2);
}

.mx3196-component-page .mx3196-hero h1{
  font-size:clamp(36px,4.2vw,52px);
  line-height:1.08;
  margin:0 0 20px;
  letter-spacing:-.035em;
  color:#fff;
  max-width:780px;
}

.mx3196-component-page .mx3196-hero-lead{
  font-size:18px;
  line-height:1.72;
  color:#cbd5e1;
  max-width:710px;
  margin:0;
}

.mx3196-component-page .mx3196-badges{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:24px 0 30px;
}

.mx3196-component-page .mx3196-badge{
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(45,212,191,.28);
  background:rgba(20,184,166,.1);
  color:#ccfbf1;
  font-size:13px;
  font-weight:700;
}

.mx3196-component-page .mx3196-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.mx3196-component-page .mx3196-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 20px;
  border-radius:7px;
  font-weight:800;
  text-decoration:none;
  transition:.18s ease;
  border:1px solid transparent;
}

.mx3196-component-page .mx3196-btn-primary{
  background:var(--mx3196-amber);
  color:#fff !important;
}

.mx3196-component-page .mx3196-btn-primary:hover{
  background:#b45309;
  transform:translateY(-1px);
}

.mx3196-component-page .mx3196-btn-secondary{
  border-color:rgba(255,255,255,.46);
  color:#fff !important;
  background:rgba(255,255,255,.02);
}

.mx3196-component-page .mx3196-btn-secondary:hover{
  border-color:#fff;
  background:rgba(255,255,255,.08);
  transform:translateY(-1px);
}

.mx3196-component-page .mx3196-btn-light{
  border:1px solid var(--mx3196-line);
  background:#fff;
  color:var(--mx3196-navy-2) !important;
}

.mx3196-component-page .mx3196-hero-media{
  position:relative;
  min-height:360px;
  border:1px solid rgba(255,255,255,.13);
  background:linear-gradient(160deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  border-radius:18px;
  box-shadow:0 24px 60px rgba(0,0,0,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.mx3196-component-page .mx3196-proof-strip{
  border-bottom:1px solid var(--mx3196-line);
  background:#fff;
}

.mx3196-component-page .mx3196-proof-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}

.mx3196-component-page .mx3196-proof{
  padding:18px 22px;
  border-right:1px solid var(--mx3196-line);
}

.mx3196-component-page .mx3196-proof:last-child{border-right:0}
.mx3196-component-page .mx3196-proof b{display:block;font-size:13px;color:var(--mx3196-navy-2)}
.mx3196-component-page .mx3196-proof span{font-size:12.5px;color:var(--mx3196-muted)}

.mx3196-component-page .mx3196-section{padding:68px 0}
.mx3196-component-page .mx3196-section.mx3196-soft{background:var(--mx3196-soft)}

.mx3196-component-page .mx3196-section-head{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:flex-end;
  margin-bottom:28px;
}

.mx3196-component-page .mx3196-section-head .mx3196-copy{max-width:810px}

.mx3196-component-page .mx3196-kicker{
  font-size:12px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:var(--mx3196-teal);
  margin-bottom:8px;
}

.mx3196-component-page h2{
  font-size:clamp(27px,3vw,36px);
  line-height:1.18;
  letter-spacing:-.025em;
  color:var(--mx3196-navy-2);
  margin:0 0 12px;
}

.mx3196-component-page h3{
  color:var(--mx3196-navy-2);
  font-size:19px;
  line-height:1.25;
  margin:0 0 8px;
}

.mx3196-component-page .mx3196-data-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--mx3196-line);
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}

.mx3196-component-page .mx3196-data-cell{
  padding:22px 20px;
  min-height:122px;
  border-right:1px solid var(--mx3196-line);
}

.mx3196-component-page .mx3196-data-cell:last-child{border-right:0}
.mx3196-component-page .mx3196-data-index{
  font:800 12px/1 ui-monospace,SFMono-Regular,Menlo,monospace;
  color:var(--mx3196-teal);
  margin-bottom:16px;
}

.mx3196-component-page .mx3196-data-cell b{
  display:block;
  color:var(--mx3196-navy-2);
  font-size:17px;
  margin-bottom:5px;
}

.mx3196-component-page .mx3196-data-cell span{
  color:var(--mx3196-muted);
  font-size:14px;
}

.mx3196-component-page .mx3196-notice{
  margin-top:16px;
  border-left:4px solid var(--mx3196-amber-2);
  background:#fffbeb;
  padding:15px 18px;
  color:#78350f;
  border-radius:0 8px 8px 0;
  font-size:14px;
}

.mx3196-component-page .mx3196-table-wrap{
  overflow-x:auto;
  border:1px solid var(--mx3196-line);
  border-radius:12px;
  background:#fff;
}

.mx3196-component-page table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
  font-size:14px;
}

.mx3196-component-page th{
  background:var(--mx3196-navy-2);
  color:#fff;
  text-align:left;
  padding:14px 16px;
  font-size:12px;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.mx3196-component-page td{
  padding:14px 16px;
  border-bottom:1px solid var(--mx3196-line);
  vertical-align:top;
}

.mx3196-component-page tbody tr:nth-child(even){background:#fbfdff}
.mx3196-component-page tbody tr:hover{background:#f1f5f9}
.mx3196-component-page code,
.mx3196-component-page .mx3196-mono{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-weight:700;
  color:var(--mx3196-navy);
}

.mx3196-component-page .mx3196-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
}

.mx3196-component-page .mx3196-figure{
  min-height:330px;
  border:1px solid var(--mx3196-line);
  border-radius:14px;
  background:
    linear-gradient(rgba(15,36,68,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(15,36,68,.025) 1px,transparent 1px),
    #fff;
  background-size:28px 28px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
}

.mx3196-component-page .mx3196-cta{
  background:linear-gradient(135deg,var(--mx3196-navy),var(--mx3196-navy-2));
  border-radius:16px;
  color:#fff;
  padding:34px 36px;
  display:grid;
  grid-template-columns:1.3fr auto;
  gap:28px;
  align-items:center;
}

.mx3196-component-page .mx3196-cta h2{color:#fff;font-size:29px}
.mx3196-component-page .mx3196-cta p{color:#cbd5e1;margin:8px 0 0;max-width:720px}

.mx3196-component-page .mx3196-link-tiles{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.mx3196-component-page .mx3196-link-tile{
  display:block;
  padding:20px;
  border:1px solid var(--mx3196-line);
  border-radius:10px;
  text-decoration:none;
  background:#fff;
  transition:.18s ease;
}

.mx3196-component-page .mx3196-link-tile:hover{
  border-color:rgba(13,148,136,.55);
  transform:translateY(-2px);
  box-shadow:0 8px 24px rgba(15,36,68,.06);
}

.mx3196-component-page details{
  border-top:1px solid var(--mx3196-line);
  padding:17px 0;
}

.mx3196-component-page details:last-child{border-bottom:1px solid var(--mx3196-line)}
.mx3196-component-page summary{
  cursor:pointer;
  font-weight:800;
  color:var(--mx3196-navy-2);
  list-style:none;
}

.mx3196-component-page .mx3196-mobile-bar{display:none}

@media(max-width:920px){
  .mx3196-component-page .mx3196-hero-grid{grid-template-columns:1fr;gap:30px;padding:54px 0 48px}
  .mx3196-component-page .mx3196-hero-media{min-height:290px}
  .mx3196-component-page .mx3196-data-grid{grid-template-columns:1fr 1fr}
  .mx3196-component-page .mx3196-split{grid-template-columns:1fr}
  .mx3196-component-page .mx3196-proof-grid{grid-template-columns:1fr}
  .mx3196-component-page .mx3196-proof{border-right:0;border-bottom:1px solid var(--mx3196-line)}
  .mx3196-component-page .mx3196-proof:last-child{border-bottom:0}
  .mx3196-component-page .mx3196-link-tiles{grid-template-columns:1fr}
  .mx3196-component-page .mx3196-cta{grid-template-columns:1fr}
}

@media(max-width:767px){
  .mx3196-component-page .mx3196-shell{width:min(100% - 30px,var(--mx3196-max))}
  .mx3196-component-page .mx3196-hero h1{font-size:34px}
  .mx3196-component-page .mx3196-hero-lead{font-size:16px}
  .mx3196-component-page .mx3196-hero-grid{padding:46px 0 40px}
  .mx3196-component-page .mx3196-actions{display:grid;grid-template-columns:1fr;width:100%}
  .mx3196-component-page .mx3196-btn{width:100%}
  .mx3196-component-page .mx3196-hero-media{min-height:260px}
  .mx3196-component-page .mx3196-section{padding:46px 0}
  .mx3196-component-page .mx3196-section-head{display:block}
  .mx3196-component-page .mx3196-data-grid{grid-template-columns:1fr}
  .mx3196-component-page .mx3196-data-cell{border-right:0;border-bottom:1px solid var(--mx3196-line)}
  .mx3196-component-page .mx3196-data-cell:last-child{border-bottom:0}
  .mx3196-component-page .mx3196-figure{min-height:270px}
  .mx3196-component-page .mx3196-cta{padding:28px 22px}
  .mx3196-component-page .mx3196-mobile-bar{
    display:grid;
    position:sticky;
    bottom:0;
    z-index:20;
    grid-template-columns:1fr 1fr;
    gap:8px;
    background:#fff;
    border-top:1px solid var(--mx3196-line);
    padding:9px 12px;
    box-shadow:0 -8px 24px rgba(15,23,42,.08);
  }
}

/* Page-level integration: restore the site's default header and breadcrumb. */
body.postid-1207 .site-header,
body.postid-1209 .site-header,
body.postid-1208 .site-header,
body.postid-1207 .topbar,
body.postid-1209 .topbar,
body.postid-1208 .topbar {
  display: block !important;
}
body.postid-1207 .article-hero,
body.postid-1209 .article-hero,
body.postid-1208 .article-hero {
  display: block !important;
  padding: 22px 0 20px;
}
body.postid-1207 .article-hero__title,
body.postid-1209 .article-hero__title,
body.postid-1208 .article-hero__title {
  display: none !important;
}
body.postid-1207 .article-trust-bar,
body.postid-1209 .article-trust-bar,
body.postid-1208 .article-trust-bar,
body.postid-1207 .article-sidebar,
body.postid-1209 .article-sidebar,
body.postid-1208 .article-sidebar {
  display: none !important;
}
body.postid-1207 .article-body,
body.postid-1209 .article-body,
body.postid-1208 .article-body {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
body.postid-1207 .article-body__layout,
body.postid-1209 .article-body__layout,
body.postid-1208 .article-body__layout,
body.postid-1207 .article-content,
body.postid-1209 .article-content,
body.postid-1208 .article-content {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Preserve the dimensional sleeve drawing classes emitted by the reference HTML. */
.mx3196-component-page .mx3196-sleeve-drawing { position: relative; width: min(100%, 420px); height: 210px; margin: auto; }
.mx3196-component-page .mx3196-sleeve-body { position: absolute; top: 78px; right: 65px; left: 65px; height: 58px; border-radius: 8px; background: linear-gradient(#dce5ec,#8ba0b2 48%,#667c8d 52%,#cdd8e0); }
.mx3196-component-page .mx3196-sleeve-bore { position: absolute; top: 95px; right: 115px; left: 115px; height: 24px; border-radius: 10px; background: #1b2b3d; }
.mx3196-component-page .mx3196-dim { position: absolute; padding: 7px 9px; border: 1px solid rgba(45,212,191,.35); border-radius: 6px; background: rgba(13,148,136,.16); color: #ccfbf1; font: 800 12px/1 ui-monospace,monospace; }
.mx3196-component-page .mx3196-dim-id { top: 40px; left: 178px; }
.mx3196-component-page .mx3196-dim-od { top: 90px; right: 25px; }
.mx3196-component-page .mx3196-dim-l { top: 155px; left: 165px; }
.mx3196-component-page .mx3196-dim-line { position: absolute; background: rgba(245,158,11,.75); }
.mx3196-component-page .mx3196-line-v { top: 63px; left: 205px; width: 1px; height: 42px; }
.mx3196-component-page .mx3196-line-h { top: 106px; right: 86px; width: 64px; height: 1px; }

/* Prototype visual primitives retained inside the scoped component page. */
.mx3196-component-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #99f6e4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.mx3196-component-page .eyebrow::before {
  width: 26px;
  height: 2px;
  background: #14b8a6;
  content: "";
}
.mx3196-component-page .kicker,
.mx3196-component-page .mx3196-kicker {
  color: #14b8a6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.mx3196-component-page .media-slot {
  width: 100%;
  max-width: 520px;
  padding: 34px;
  text-align: center;
}
.mx3196-component-page .media-slot .kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #99f6e4;
  font-size: 11px;
}
.mx3196-component-page .media-slot strong {
  display: block;
  margin-bottom: 9px;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
}
.mx3196-component-page .media-slot p {
  margin: 0;
  color: #94a3b8;
  font-size: 14px;
}
.mx3196-component-page .impeller-schematic {
  width: 230px;
  height: 230px;
  margin: auto;
  border-radius: 50%;
  background: radial-gradient(circle,#d8e1e8 0 16%,#8296a8 17% 19%,#d5dee6 20% 31%,transparent 32%),conic-gradient(from 10deg,#91a4b3 0 8%,transparent 8% 15%,#91a4b3 15% 23%,transparent 23% 30%,#91a4b3 30% 38%,transparent 38% 45%,#91a4b3 45% 53%,transparent 53% 60%,#91a4b3 60% 68%,transparent 68% 75%,#91a4b3 75% 83%,transparent 83% 90%,#91a4b3 90% 98%,transparent 98%);
  filter: drop-shadow(0 18px 18px rgba(0,0,0,.22));
  position: relative;
}
.mx3196-component-page .impeller-schematic::after {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  content: "";
}
.mx3196-component-page .power-end,
.mx3196-component-page .sleeve-drawing {
  position: relative;
  width: min(100%, 430px);
  height: 210px;
  margin: auto;
}
.mx3196-component-page .power-end { height: 190px; }
.mx3196-component-page .shaft {
  position: absolute;
  top: 86px;
  left: 20px;
  right: 20px;
  height: 18px;
  border-radius: 12px;
  background: linear-gradient(#a8b8c4,#64798a);
}
.mx3196-component-page .housing {
  position: absolute;
  top: 40px;
  right: 92px;
  bottom: 34px;
  left: 92px;
  border: 2px solid #7890a2;
  border-radius: 18px;
  background: rgba(148,163,184,.1);
}
.mx3196-component-page .isolator {
  position: absolute;
  top: 65px;
  z-index: 2;
  width: 28px;
  height: 60px;
  border: 4px solid #d9a640;
  border-radius: 6px;
  background: #243447;
}
.mx3196-component-page .iso-left { left: 78px; }
.mx3196-component-page .iso-right { right: 78px; }
.mx3196-component-page .pos-label {
  position: absolute;
  top: 0;
  padding: 8px 10px;
  border: 1px solid rgba(45,212,191,.3);
  border-radius: 7px;
  background: rgba(20,184,166,.12);
  color: #ccfbf1;
  font: 800 12px/1.2 ui-monospace,monospace;
  text-align: center;
}
.mx3196-component-page .pos-label.left { left: 42px; }
.mx3196-component-page .pos-label.right { right: 35px; }
.mx3196-component-page .sleeve-body {
  position: absolute;
  top: 78px;
  right: 65px;
  left: 65px;
  height: 58px;
  border-radius: 8px;
  background: linear-gradient(#dce5ec,#8ba0b2 48%,#667c8d 52%,#cdd8e0);
}
.mx3196-component-page .sleeve-bore {
  position: absolute;
  top: 95px;
  right: 115px;
  left: 115px;
  height: 24px;
  border-radius: 10px;
  background: #1b2b3d;
}
.mx3196-component-page .dim {
  position: absolute;
  padding: 7px 9px;
  border: 1px solid rgba(45,212,191,.35);
  border-radius: 6px;
  background: rgba(13,148,136,.16);
  color: #ccfbf1;
  font: 800 12px/1 ui-monospace,monospace;
}

/* Component sections matched to the reference HTML. */
.mx3196-component-page .split { display:grid; grid-template-columns:1fr 1fr; gap:34px; align-items:center; }
.mx3196-component-page .figure { min-height:330px; border:1px solid #e2e8f0; border-radius:14px; background:#fff; display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden; }
.mx3196-component-page .figure-label { position:absolute; left:18px; top:16px; padding:6px 9px; border:1px solid #e2e8f0; background:#fff; border-radius:6px; color:#64748b; font-size:11px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.mx3196-component-page .figure-inner { max-width:460px; padding:36px; text-align:center; }
.mx3196-component-page .figure-inner strong { display:block; color:#0f2444; font-size:24px; line-height:1.22; }
.mx3196-component-page .figure-inner p { margin:10px 0 0; color:#64748b; font-size:14px; }
.mx3196-component-page .metric-list { border-top:1px solid #e2e8f0; }
.mx3196-component-page .metric { display:grid; grid-template-columns:120px 1fr; gap:18px; padding:17px 0; border-bottom:1px solid #e2e8f0; }
.mx3196-component-page .metric .value { color:#0f2444; font:800 17px/1.4 ui-monospace,monospace; }
.mx3196-component-page .metric p { margin:0; color:#64748b; font-size:14px; }
.mx3196-component-page .position-grid { display:grid; grid-template-columns:1fr 1fr; border:1px solid #e2e8f0; border-radius:12px; overflow:hidden; background:#fff; }
.mx3196-component-page .position-card { padding:24px; background:#fff; }
.mx3196-component-page .position-card + .position-card { border-left:1px solid #e2e8f0; }
.mx3196-component-page .position-card code { display:inline-block; margin-bottom:8px; color:#0d9488; }
.mx3196-component-page .timeline { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid #e2e8f0; border-radius:12px; overflow:hidden; background:#fff; }
.mx3196-component-page .step { min-height:150px; padding:24px 22px; border-right:1px solid #e2e8f0; }
.mx3196-component-page .step:last-child { border-right:0; }
.mx3196-component-page .step-num { margin-bottom:24px; color:#0d9488; font:800 12px/1 ui-monospace,monospace; }
.mx3196-component-page .step b { display:block; color:#0f2444; font-size:17px; }
.mx3196-component-page .step span { display:block; margin-top:6px; color:#64748b; font-size:13px; }
.mx3196-component-page .spec-matrix { display:grid; grid-template-columns:repeat(3,1fr); border:1px solid #e2e8f0; border-radius:12px; overflow:hidden; background:#fff; }
.mx3196-component-page .spec-item { padding:22px 20px; border-right:1px solid #e2e8f0; border-bottom:1px solid #e2e8f0; }
.mx3196-component-page .spec-item:nth-child(3n) { border-right:0; }
.mx3196-component-page .spec-item:nth-last-child(-n+3) { border-bottom:0; }
.mx3196-component-page .spec-item small { display:block; margin-bottom:7px; color:#64748b; font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.mx3196-component-page .spec-item b { color:#0f2444; font-size:17px; }
@media (max-width:767px) {
  .mx3196-component-page .split,
  .mx3196-component-page .timeline { grid-template-columns:1fr; }
  .mx3196-component-page .position-grid { grid-template-columns:1fr; }
  .mx3196-component-page .position-card + .position-card { border-top:1px solid #e2e8f0; border-left:0; }
  .mx3196-component-page .spec-matrix { grid-template-columns:1fr 1fr; }
  .mx3196-component-page .spec-item:nth-child(3n) { border-right:1px solid #e2e8f0; }
  .mx3196-component-page .spec-item:nth-child(2n) { border-right:0; }
  .mx3196-component-page .spec-item:nth-last-child(-n+3) { border-bottom:1px solid #e2e8f0; }
  .mx3196-component-page .spec-item:nth-last-child(-n+2) { border-bottom:0; }
}

/* Match the prefixed classes used by the live post content. */
.mx3196-component-page .mx3196-figure-label { position:absolute; left:18px; top:16px; padding:6px 9px; border:1px solid #e2e8f0; background:#fff; border-radius:6px; color:#64748b; font-size:11px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.mx3196-component-page .mx3196-figure-inner { max-width:460px; padding:36px; text-align:center; }
.mx3196-component-page .mx3196-figure-inner strong { display:block; color:#0f2444; font-size:24px; line-height:1.22; }
.mx3196-component-page .mx3196-figure-inner p { margin:10px 0 0; color:#64748b; font-size:14px; }
.mx3196-component-page .mx3196-metric-list { border-top:1px solid #e2e8f0; }
.mx3196-component-page .mx3196-metric { display:grid; grid-template-columns:120px 1fr; gap:18px; padding:17px 0; border-bottom:1px solid #e2e8f0; }
.mx3196-component-page .mx3196-metric .mx3196-value { color:#0f2444; font:800 17px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace; }
.mx3196-component-page .mx3196-metric p { margin:0; color:#64748b; font-size:14px; }
.mx3196-component-page .mx3196-spec-matrix { display:grid; grid-template-columns:repeat(3,1fr); border:1px solid #e2e8f0; border-radius:12px; overflow:hidden; background:#fff; }
.mx3196-component-page .mx3196-spec-item { padding:22px 20px; border-right:1px solid #e2e8f0; border-bottom:1px solid #e2e8f0; }
.mx3196-component-page .mx3196-spec-item:nth-child(3n) { border-right:0; }
.mx3196-component-page .mx3196-spec-item:nth-last-child(-n+3) { border-bottom:0; }
.mx3196-component-page .mx3196-spec-item small { display:block; margin-bottom:7px; color:#64748b; font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.mx3196-component-page .mx3196-spec-item b { color:#0f2444; font-size:17px; }
@media (max-width:767px) {
  .mx3196-component-page .mx3196-split { grid-template-columns:1fr; }
  .mx3196-component-page .mx3196-spec-matrix { grid-template-columns:1fr 1fr; }
  .mx3196-component-page .mx3196-spec-item:nth-child(3n) { border-right:1px solid #e2e8f0; }
  .mx3196-component-page .mx3196-spec-item:nth-child(2n) { border-right:0; }
  .mx3196-component-page .mx3196-spec-item:nth-last-child(-n+3) { border-bottom:1px solid #e2e8f0; }
  .mx3196-component-page .mx3196-spec-item:nth-last-child(-n+2) { border-bottom:0; }
}
.mx3196-component-page .wear-points { border-top:1px solid #e2e8f0; }
.mx3196-component-page .wear-point { padding:17px 0; border-bottom:1px solid #e2e8f0; }
.mx3196-component-page .wear-point b { display:block; margin-bottom:6px; color:#0f2444; font-size:17px; }
.mx3196-component-page .wear-point span { color:#64748b; font-size:14px; line-height:1.6; }
.mx3196-component-page .mx3196-section-head .copy { flex:1 1 auto; max-width:810px; }
.mx3196-component-page .mx3196-section-head .mx3196-btn-light { flex:0 0 auto; min-width:max-content; white-space:nowrap; }
.mx3196-component-page .wear-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.mx3196-component-page .wear-card { overflow:hidden; border:1px solid #e2e8f0; border-radius:11px; background:#fff; }
.mx3196-component-page .wear-visual { height:150px; overflow:hidden; background:linear-gradient(135deg,#edf2f6,#b7c5cf); }
.mx3196-component-page .wear-visual img { display:block; width:100%; height:100%; object-fit:cover; }
.mx3196-component-page .wear-copy { padding:17px; }
.mx3196-component-page .wear-copy h3 { margin:0; color:#0f2444; font-size:19px; }
.mx3196-component-page .wear-copy p { margin:5px 0 0; color:#64748b; font-size:13px; line-height:1.6; }
.mx3196-component-page .process { display:grid; grid-template-columns:1fr 1fr; border:1px solid #e2e8f0; border-radius:12px; overflow:hidden; background:#fff; }
.mx3196-component-page .process-item { padding:18px 20px; border-bottom:1px solid #e2e8f0; color:#0f2444; line-height:1.6; }
.mx3196-component-page .process-item:nth-child(odd) { border-right:1px solid #e2e8f0; }
.mx3196-component-page .process-item:nth-last-child(-n+2) { border-bottom:0; }
.mx3196-component-page .process-item code { margin-right:10px; color:#0d9488; font:800 14px/1 ui-monospace,SFMono-Regular,Menlo,monospace; }
@media (max-width:767px) {
  .mx3196-component-page .wear-grid, .mx3196-component-page .process { grid-template-columns:1fr; }
  .mx3196-component-page .process-item:nth-child(odd) { border-right:0; }
  .mx3196-component-page .process-item:nth-last-child(-n+2) { border-bottom:1px solid #e2e8f0; }
  .mx3196-component-page .process-item:last-child { border-bottom:0; }
}
.mx3196-component-page .mx3196-inline-illustration {
  display:block;
  width:100%;
  height:auto;
  max-height:330px;
  object-fit:contain;
  border-radius:10px;
}
.mx3196-component-page .mx3196-wear-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.mx3196-component-page .mx3196-wear-card { overflow:hidden; border:1px solid #e2e8f0; border-radius:11px; background:#fff; }
.mx3196-component-page .mx3196-wear-visual { height:150px; overflow:hidden; background:#edf2f6; }
.mx3196-component-page .mx3196-wear-visual img { display:block; width:100%; height:100%; object-fit:cover; }
.mx3196-component-page .mx3196-wear-copy { padding:17px; }
.mx3196-component-page .mx3196-wear-copy h3 { margin:0; color:#0f2444; font-size:19px; line-height:1.25; }
.mx3196-component-page .mx3196-wear-copy p { margin:5px 0 0; color:#64748b; font-size:13px; line-height:1.6; }
.mx3196-component-page .mx3196-process { display:grid; grid-template-columns:1fr 1fr; border:1px solid #e2e8f0; border-radius:12px; overflow:hidden; background:#fff; }
.mx3196-component-page .mx3196-process-item { padding:18px 20px; border-bottom:1px solid #e2e8f0; color:#0f2444; line-height:1.6; }
.mx3196-component-page .mx3196-process-item:nth-child(odd) { border-right:1px solid #e2e8f0; }
.mx3196-component-page .mx3196-process-item:nth-last-child(-n+2) { border-bottom:0; }
.mx3196-component-page .mx3196-process-item code { margin-right:10px; color:#0d9488; font:800 14px/1 ui-monospace,SFMono-Regular,Menlo,monospace; }
@media (max-width:767px) {
  .mx3196-component-page .mx3196-wear-grid,
  .mx3196-component-page .mx3196-process { grid-template-columns:1fr; }
  .mx3196-component-page .mx3196-process-item:nth-child(odd) { border-right:0; }
  .mx3196-component-page .mx3196-process-item:nth-last-child(-n+2) { border-bottom:1px solid #e2e8f0; }
  .mx3196-component-page .mx3196-process-item:last-child { border-bottom:0; }
}




