:root{
  --ysm-primary:#0b4f7a;--ysm-primary-hover:#083b5c;--ysm-accent:#09a9e8;
  --ysm-ink:#15242f;--ysm-text-muted:#516673;--ysm-surface:#fff;
  --ysm-surface-alt:#f2f7fa;--ysm-border:#d7e4ec;--ysm-dark:#15242f;
  --ysm-success:#198754;--ysm-warning:#b7791f;--ysm-error:#c62828;
  --ysm-font-heading:"Rubik",Arial,sans-serif;--ysm-font-body:"Karla",Arial,sans-serif;
  --ysm-radius-button:4px;--ysm-radius-card:8px;--ysm-shadow:0 8px 26px rgba(12,56,83,.06);
}
body.ysm-design-system{font-family:var(--ysm-font-body);font-size:17px;line-height:1.68;color:var(--ysm-ink);background:var(--ysm-surface);-webkit-font-smoothing:antialiased}
body.ysm-design-system *,body.ysm-design-system *::before,body.ysm-design-system *::after{box-sizing:border-box}
body.ysm-design-system h1,body.ysm-design-system h2,body.ysm-design-system h3,body.ysm-design-system h4,
body.ysm-design-system .elementor-heading-title,body.ysm-design-system .woocommerce-loop-product__title{
  font-family:var(--ysm-font-heading);color:var(--ysm-ink);letter-spacing:-.015em;text-wrap:balance
}
body.ysm-design-system h1{font-size:clamp(42px,3.6vw,48px);line-height:1.18;font-weight:700}
body.ysm-design-system h2{font-size:clamp(32px,2.8vw,38px);line-height:1.25;font-weight:700}
body.ysm-design-system h3{font-size:clamp(22px,2vw,26px);line-height:1.3;font-weight:600}
body.ysm-design-system .elementor-widget-heading h1.elementor-heading-title{font-family:var(--ysm-font-heading)!important;font-size:clamp(42px,3.6vw,48px)!important;line-height:1.18!important;font-weight:700!important}
body.ysm-design-system .elementor-widget-heading h2.elementor-heading-title{font-family:var(--ysm-font-heading)!important;font-size:clamp(32px,2.8vw,38px)!important;line-height:1.25!important}
body.ysm-design-system .elementor-widget-heading h3.elementor-heading-title{font-family:var(--ysm-font-heading)!important;font-size:clamp(22px,2vw,26px)!important;line-height:1.3!important}
body.ysm-design-system p,body.ysm-design-system li{color:inherit}
body.ysm-design-system a{color:var(--ysm-primary);text-underline-offset:3px}
body.ysm-design-system a:hover{color:var(--ysm-primary-hover)}
body.ysm-design-system :focus-visible{outline:2px solid var(--ysm-primary);outline-offset:3px}
body.ysm-design-system ::selection{background:#ccecf8;color:var(--ysm-ink)}
body.ysm-design-system .elementor-section.elementor-section-boxed>.elementor-container{width:100%;max-width:1280px}

/* Header */
body.ysm-design-system .elementor-location-header{position:sticky;top:0;z-index:1000}
body.admin-bar.ysm-design-system .elementor-location-header{top:32px}
@media screen and (max-width:782px){body.admin-bar.ysm-design-system .elementor-location-header{top:46px}}
body.ysm-design-system .elementor-location-header>.elementor>.elementor-top-section,
body.ysm-design-system .elementor-location-header>.elementor-top-section{background:var(--ysm-surface)!important;border-bottom:1px solid var(--ysm-border);box-shadow:0 3px 14px rgba(12,56,83,.04)}
body.ysm-design-system .elementor-location-header .elementor-nav-menu--main .elementor-item{
  min-height:48px;padding-inline:14px;font-family:var(--ysm-font-heading)!important;font-size:15px!important;font-weight:600!important;letter-spacing:.025em;color:var(--ysm-ink)
}
body.ysm-design-system .elementor-location-header .elementor-nav-menu--main .elementor-item:hover,
body.ysm-design-system .elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active{color:var(--ysm-primary)}
body.ysm-design-system .elementor-location-header .elementor-button{background:var(--ysm-primary)!important;color:#fff!important}
body.ysm-design-system .elementor-location-header .elementor-button:hover{background:var(--ysm-primary-hover)!important}
body.ysm-design-system .elementor-location-header img{object-fit:contain}

/* Breadcrumbs: match the responsive body-copy baseline across Rank Math/YSM and WooCommerce output. */
body.ysm-design-system .ysm-breadcrumbs,
body.ysm-design-system .woocommerce-breadcrumb{font-size:17px!important;line-height:1.68!important}

/* Buttons and links */
body.ysm-design-system .elementor-button,
body.ysm-design-system .woocommerce a.button,
body.ysm-design-system .woocommerce button.button,
body.ysm-design-system .woocommerce input.button,
body.ysm-design-system .elementor-form .elementor-button{
  min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border:1px solid var(--ysm-primary);
  border-radius:var(--ysm-radius-button);background:var(--ysm-primary);color:#fff;font-family:var(--ysm-font-body);font-size:15px;font-weight:700;line-height:1.2;
  box-shadow:none;text-decoration:none;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease
}
body.ysm-design-system .elementor-button:hover,
body.ysm-design-system .woocommerce a.button:hover,
body.ysm-design-system .woocommerce button.button:hover,
body.ysm-design-system .elementor-form .elementor-button:hover{background:var(--ysm-primary-hover);border-color:var(--ysm-primary-hover);color:#fff;transform:translateY(-1px)}

/* Shared technical content */
body.ysm-design-system .ysm-rd{--b:var(--ysm-primary);--c:var(--ysm-accent);--i:var(--ysm-ink);--s:var(--ysm-surface-alt);--l:var(--ysm-border);font-family:var(--ysm-font-body);font-size:17px;line-height:1.72;color:var(--ysm-ink)}
body.ysm-design-system .ysm-rd .lead{max-width:920px;font-size:20px;line-height:1.55;color:var(--ysm-text-muted)}
body.ysm-design-system .ysm-rd .eyebrow{margin-bottom:10px;font-size:13px;line-height:1.4;letter-spacing:.12em;text-transform:uppercase;color:var(--ysm-primary);font-weight:700}
body.ysm-design-system .ysm-rd .actions{gap:12px;margin:28px 0 12px}
body.ysm-design-system .ysm-rd .btn{min-height:48px;padding:13px 22px;border:1px solid var(--ysm-primary);border-radius:var(--ysm-radius-button);background:var(--ysm-primary);color:#fff;font-size:15px;line-height:1.2;box-shadow:none;transition:all .18s ease}
body.ysm-design-system .ysm-rd .btn:hover{background:var(--ysm-primary-hover);border-color:var(--ysm-primary-hover);color:#fff;transform:translateY(-1px)}
body.ysm-design-system .ysm-rd .btn.alt{background:#fff;color:var(--ysm-primary);border-color:var(--ysm-primary)}
body.ysm-design-system .ysm-rd .btn.alt:hover{background:var(--ysm-surface-alt);color:var(--ysm-primary-hover)}
body.ysm-design-system .ysm-rd .section{padding:32px 0}
body.ysm-design-system .ysm-rd h2{font-family:var(--ysm-font-heading)!important;font-size:34px!important;line-height:1.25!important;color:var(--ysm-ink)}
body.ysm-design-system .ysm-rd h3{font-family:var(--ysm-font-heading)!important;font-size:23px!important;line-height:1.3!important;color:var(--ysm-ink)}
body.ysm-design-system .ysm-rd .grid{gap:24px;margin:28px 0}
body.ysm-design-system .ysm-rd .card{min-width:0;padding:24px;border:1px solid var(--ysm-border);border-radius:var(--ysm-radius-card);background:#fff;box-shadow:var(--ysm-shadow);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
body.ysm-design-system .ysm-rd .card:hover{border-color:#a9c9da;transform:translateY(-2px);box-shadow:0 12px 30px rgba(12,56,83,.09)}
body.ysm-design-system .ysm-rd .card h2,body.ysm-design-system .ysm-rd .card h3{margin-top:0}
body.ysm-design-system .ysm-rd .band{margin:36px 0;padding:32px;border:0;border-top:4px solid var(--ysm-accent);border-radius:var(--ysm-radius-card);background:var(--ysm-dark);color:#fff}
body.ysm-design-system .ysm-rd .band h2,body.ysm-design-system .ysm-rd .band h3,body.ysm-design-system .ysm-rd .band p{color:#fff}
body.ysm-design-system .ysm-rd .band .btn{background:#fff;border-color:#fff;color:var(--ysm-primary)}
body.ysm-design-system .ysm-rd .note{font-size:14px;line-height:1.5;color:var(--ysm-text-muted)}
body.ysm-design-system .ysm-rd .kpi{font-family:var(--ysm-font-heading);font-size:28px;font-weight:700;color:var(--ysm-primary)}
body.ysm-design-system .ysm-rd .table-wrap{max-width:100%;overflow-x:auto;border:1px solid var(--ysm-border);border-radius:var(--ysm-radius-card)}
body.ysm-design-system .ysm-rd table{width:100%;margin:0;border:0;border-collapse:collapse;background:#fff}
body.ysm-design-system .ysm-rd th,body.ysm-design-system .ysm-rd td{padding:13px 14px;border:0;border-right:1px solid var(--ysm-border);border-bottom:1px solid var(--ysm-border);vertical-align:top;text-align:left}
body.ysm-design-system .ysm-rd tr:last-child td{border-bottom:0}
body.ysm-design-system .ysm-rd th:last-child,body.ysm-design-system .ysm-rd td:last-child{border-right:0}
body.ysm-design-system .ysm-rd th{background:var(--ysm-primary);color:#fff;font-family:var(--ysm-font-heading);font-weight:600}
body.ysm-design-system .ysm-rd tbody tr:nth-child(even) td{background:var(--ysm-surface-alt)}

/* Chemical Process Liquid Transfer application page (ID 6771). */
body.ysm-design-system.page-id-6771 .elementor-6771>.elementor-section{padding:0!important}
body.ysm-design-system.page-id-6771 .elementor-6771>.elementor-section>.elementor-container{width:100%!important;max-width:none!important}
body.ysm-design-system.page-id-6771 .elementor-6771 .elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:0!important}
body.ysm-design-system.page-id-6771 .elementor-6771 .elementor-widget-html>.elementor-widget-container{margin:0!important}
body.ysm-design-system.page-id-6771 .ysm-chem-transfer{--ct-max:1180px;width:100%;overflow:hidden;background:#fff;color:var(--ysm-ink);font-family:var(--ysm-font-body);font-size:16px;line-height:1.65}
body.ysm-design-system.page-id-6771 .ysm-chem-transfer *{box-sizing:border-box}
body.ysm-design-system.page-id-6771 .ysm-chem-transfer .ct-wrap{width:100%;max-width:var(--ct-max);margin-right:auto;margin-left:auto;padding-right:24px;padding-left:24px}
body.ysm-design-system.page-id-6771 .ysm-chem-transfer h1,
body.ysm-design-system.page-id-6771 .ysm-chem-transfer h2,
body.ysm-design-system.page-id-6771 .ysm-chem-transfer h3{margin-top:0;margin-bottom:0;font-family:var(--ysm-font-heading)!important;color:var(--ysm-ink);letter-spacing:-.02em;text-wrap:balance}
body.ysm-design-system.page-id-6771 .ysm-chem-transfer h1{font-size:clamp(40px,4.2vw,56px);line-height:1.12;font-weight:700}
body.ysm-design-system.page-id-6771 .ysm-chem-transfer h2{font-size:clamp(31px,3vw,38px)!important;line-height:1.22!important;font-weight:700}
body.ysm-design-system.page-id-6771 .ysm-chem-transfer h3{font-size:22px!important;line-height:1.3!important;font-weight:700}
body.ysm-design-system.page-id-6771 .ysm-chem-transfer p{margin-top:0;margin-bottom:0}
body.ysm-design-system.page-id-6771 .ysm-chem-transfer a{text-decoration:none}
body.ysm-design-system.page-id-6771 .ct-breadcrumb{display:flex;align-items:center;gap:10px;min-height:54px;color:#6f8390;font-size:13px}
body.ysm-design-system.page-id-6771 .ct-breadcrumb a{color:#6f8390}
body.ysm-design-system.page-id-6771 .ct-breadcrumb a:hover{color:var(--ysm-primary)}
body.ysm-design-system.page-id-6771 .ct-hero{position:relative;min-height:548px;display:flex;align-items:center;overflow:hidden;background:#0d3551}
body.ysm-design-system.page-id-6771 .ct-hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
body.ysm-design-system.page-id-6771 .ct-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,39,61,.96) 0%,rgba(7,39,61,.84) 38%,rgba(7,39,61,.08) 76%)}
body.ysm-design-system.page-id-6771 .ct-hero-inner{position:relative;z-index:2;padding-top:66px;padding-bottom:74px}
body.ysm-design-system.page-id-6771 .ct-hero-inner>*{max-width:690px}
body.ysm-design-system.page-id-6771 .ct-hero h1{margin:17px 0 20px;color:#fff}
body.ysm-design-system.page-id-6771 .ct-hero .ct-lead{max-width:680px;color:#d8e8f1;font-size:19px;line-height:1.58}
body.ysm-design-system.page-id-6771 .ct-eyebrow{display:flex;align-items:center;gap:10px;color:var(--ysm-primary);font-size:13px;font-weight:700;line-height:1.4;letter-spacing:.11em;text-transform:uppercase}
body.ysm-design-system.page-id-6771 .ct-eyebrow::before{content:"";width:28px;height:3px;flex:0 0 28px;border-radius:2px;background:var(--ysm-accent)}
body.ysm-design-system.page-id-6771 .ct-hero .ct-eyebrow,
body.ysm-design-system.page-id-6771 .ct-input-aside .ct-eyebrow{color:#69d7ff}
body.ysm-design-system.page-id-6771 .ct-hero .ct-eyebrow::before,
body.ysm-design-system.page-id-6771 .ct-input-aside .ct-eyebrow::before{background:#69d7ff}
body.ysm-design-system.page-id-6771 .ct-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
body.ysm-design-system.page-id-6771 .ct-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 22px;border:1px solid var(--ysm-primary);border-radius:4px;background:var(--ysm-primary);color:#fff;font-size:15px;font-weight:700;line-height:1.2;text-align:center;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
body.ysm-design-system.page-id-6771 .ct-btn:hover{border-color:var(--ysm-primary-hover);background:var(--ysm-primary-hover);color:#fff;transform:translateY(-1px)}
body.ysm-design-system.page-id-6771 .ct-btn-light{border-color:#fff;background:#fff;color:var(--ysm-primary)}
body.ysm-design-system.page-id-6771 .ct-btn-light:hover{border-color:#dcecf3;background:#dcecf3;color:var(--ysm-primary-hover)}
body.ysm-design-system.page-id-6771 .ct-btn-ghost{border-color:#8ad7f3;background:transparent;color:#fff}
body.ysm-design-system.page-id-6771 .ct-btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.1);color:#fff}
body.ysm-design-system.page-id-6771 .ct-btn-outline{border-color:var(--ysm-primary);background:#fff;color:var(--ysm-primary)}
body.ysm-design-system.page-id-6771 .ct-btn-outline:hover{background:var(--ysm-primary);color:#fff}
body.ysm-design-system.page-id-6771 .ct-concept-label{position:absolute;right:24px;bottom:18px;z-index:2;padding:6px 10px;border-radius:3px;background:rgba(6,35,54,.72);color:#d6e3eb;font-size:12px;line-height:1.3}
body.ysm-design-system.page-id-6771 .ct-signal-wrap{position:relative;z-index:3;margin-top:-36px}
body.ysm-design-system.page-id-6771 .ct-signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding-right:24px;padding-left:24px}
body.ysm-design-system.page-id-6771 .ct-signal{min-height:126px;display:flex;align-items:center;gap:16px;padding:24px 28px;border:1px solid var(--ysm-border);background:#fff;box-shadow:var(--ysm-shadow)}
body.ysm-design-system.page-id-6771 .ct-signal+.ct-signal{border-left:0}
body.ysm-design-system.page-id-6771 .ct-signal strong{display:block;color:var(--ysm-ink);font-size:16px;line-height:1.35}
body.ysm-design-system.page-id-6771 .ct-signal small{display:block;margin-top:3px;color:var(--ysm-text-muted);font-size:13px;line-height:1.45}
body.ysm-design-system.page-id-6771 .ct-icon{width:48px;height:48px;flex:0 0 48px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#e8f6fc;color:var(--ysm-primary);font-family:var(--ysm-font-heading);font-size:16px;font-weight:700}
body.ysm-design-system.page-id-6771 .ct-section{padding:76px 0}
body.ysm-design-system.page-id-6771 .ct-alt{background:var(--ysm-surface-alt)}
body.ysm-design-system.page-id-6771 .ct-heading{max-width:860px;margin-bottom:34px}
body.ysm-design-system.page-id-6771 .ct-heading h2,
body.ysm-design-system.page-id-6771 .ct-section-intro h2{margin:11px 0 14px}
body.ysm-design-system.page-id-6771 .ct-heading>p:last-child,
body.ysm-design-system.page-id-6771 .ct-lead-dark{color:var(--ysm-text-muted);font-size:19px;line-height:1.6}
body.ysm-design-system.page-id-6771 .ct-audience{padding-top:90px}
body.ysm-design-system.page-id-6771 .ct-audience-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:64px;align-items:start}
body.ysm-design-system.page-id-6771 .ct-callout{margin-top:22px!important;padding:16px 18px;border-left:4px solid var(--ysm-accent);background:var(--ysm-surface-alt);color:var(--ysm-ink);font-weight:700}
body.ysm-design-system.page-id-6771 .ct-audience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
body.ysm-design-system.page-id-6771 .ct-card{min-width:0;padding:22px;border:1px solid var(--ysm-border);border-radius:8px;background:#fff;box-shadow:0 8px 26px rgba(12,56,83,.04)}
body.ysm-design-system.page-id-6771 .ct-card h3{margin:15px 0 8px}
body.ysm-design-system.page-id-6771 .ct-card p{color:var(--ysm-text-muted);font-size:15px;line-height:1.6}
body.ysm-design-system.page-id-6771 .ct-risk-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}
body.ysm-design-system.page-id-6771 .ct-risk{grid-column:span 2;min-height:300px;display:flex;flex-direction:column}
body.ysm-design-system.page-id-6771 .ct-risk:nth-child(4){grid-column:2/span 2}
body.ysm-design-system.page-id-6771 .ct-risk:nth-child(5){grid-column:4/span 2}
body.ysm-design-system.page-id-6771 .ct-risk a{margin-top:auto;padding-top:18px;color:var(--ysm-primary);font-size:13px;font-weight:700;letter-spacing:.02em}
body.ysm-design-system.page-id-6771 .ct-page-nav{border-top:1px solid var(--ysm-border);border-bottom:1px solid var(--ysm-border);background:#fff}
body.ysm-design-system.page-id-6771 .ct-page-nav .ct-wrap{min-height:62px;display:flex;align-items:center;gap:28px;overflow-x:auto;white-space:nowrap}
body.ysm-design-system.page-id-6771 .ct-page-nav strong{color:var(--ysm-ink);font-size:14px}
body.ysm-design-system.page-id-6771 .ct-page-nav a{color:var(--ysm-primary);font-size:14px;font-weight:700}
body.ysm-design-system.page-id-6771 .ct-input-layout{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:60px;align-items:start}
body.ysm-design-system.page-id-6771 .ct-input-aside{position:sticky;top:24px;overflow:hidden;padding:34px;border-radius:8px;background:#102f43;color:#fff}
body.ysm-design-system.page-id-6771 .ct-input-aside h2{margin:13px 0 14px;color:#fff!important;font-size:31px!important;line-height:1.2!important}
body.ysm-design-system.page-id-6771 .ct-input-aside>p:not(.ct-eyebrow){color:#c9d9e2}
body.ysm-design-system.page-id-6771 .ct-input-aside ol{margin:24px 0 0;padding:0;list-style:none}
body.ysm-design-system.page-id-6771 .ct-input-aside li{display:flex;gap:11px;padding:11px 0;border-top:1px solid rgba(255,255,255,.13);color:#fff;font-size:14px}
body.ysm-design-system.page-id-6771 .ct-input-aside li span{color:#69d7ff;font-weight:700}
body.ysm-design-system.page-id-6771 .ct-steps{display:grid;gap:14px}
body.ysm-design-system.page-id-6771 .ct-step{display:grid;grid-template-columns:58px minmax(0,1fr);gap:18px;padding:22px;border:1px solid var(--ysm-border);border-radius:8px;background:#fff}
body.ysm-design-system.page-id-6771 .ct-step-number{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#e8f6fc;color:var(--ysm-primary);font-family:var(--ysm-font-heading);font-weight:700}
body.ysm-design-system.page-id-6771 .ct-step h3{margin-bottom:7px}
body.ysm-design-system.page-id-6771 .ct-step p{color:var(--ysm-text-muted);font-size:15px;line-height:1.62}
body.ysm-design-system.page-id-6771 .ct-family-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
body.ysm-design-system.page-id-6771 .ct-family-card{overflow:hidden;border:1px solid var(--ysm-border);border-radius:8px;background:#fff;box-shadow:var(--ysm-shadow)}
body.ysm-design-system.page-id-6771 .ct-family-media{height:330px;display:flex;align-items:center;justify-content:center;padding:18px;border-bottom:1px solid var(--ysm-border);background:#fff}
body.ysm-design-system.page-id-6771 .ct-family-media img{width:100%;height:100%;object-fit:contain}
body.ysm-design-system.page-id-6771 .ct-family-body{padding:26px}
body.ysm-design-system.page-id-6771 .ct-badge{display:inline-block;padding:5px 9px;border-radius:3px;background:#e8f6fc;color:var(--ysm-primary);font-size:12px;font-weight:700}
body.ysm-design-system.page-id-6771 .ct-family-body h3{margin:12px 0 10px;font-size:25px!important}
body.ysm-design-system.page-id-6771 .ct-family-body>p{color:var(--ysm-text-muted)}
body.ysm-design-system.page-id-6771 .ct-family-body ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;margin:18px 0 22px;padding:0;list-style:none;color:var(--ysm-text-muted);font-size:14px}
body.ysm-design-system.page-id-6771 .ct-family-body li::before{content:"✓";margin-right:7px;color:var(--ysm-accent);font-weight:700}
body.ysm-design-system.page-id-6771 .ct-low-flow{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:20px;padding:22px 24px;border:1px solid var(--ysm-border);border-radius:8px;background:#fff}
body.ysm-design-system.page-id-6771 .ct-low-flow h3{margin-bottom:4px;font-size:19px!important}
body.ysm-design-system.page-id-6771 .ct-low-flow p{color:var(--ysm-text-muted);font-size:14px}
body.ysm-design-system.page-id-6771 .ct-low-flow .ct-btn{flex:0 0 auto}
body.ysm-design-system.page-id-6771 .ct-doc-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:60px;align-items:center}
body.ysm-design-system.page-id-6771 .ct-doc-visual{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:28px;border:1px solid var(--ysm-border);border-radius:8px;background:var(--ysm-surface-alt)}
body.ysm-design-system.page-id-6771 .ct-doc-sheet{min-height:170px;padding:20px;border:1px solid var(--ysm-border);background:#fff;box-shadow:0 8px 20px rgba(12,56,83,.05)}
body.ysm-design-system.page-id-6771 .ct-doc-sheet:nth-child(2),body.ysm-design-system.page-id-6771 .ct-doc-sheet:nth-child(4){transform:translateY(14px)}
body.ysm-design-system.page-id-6771 .ct-doc-sheet strong{display:block;margin-bottom:18px;color:var(--ysm-primary);font-size:12px;letter-spacing:.04em;text-transform:uppercase}
body.ysm-design-system.page-id-6771 .ct-doc-sheet i{display:block;width:100%;height:7px;margin:10px 0;border-radius:4px;background:#dbe8ef}
body.ysm-design-system.page-id-6771 .ct-doc-sheet i:nth-of-type(even){width:68%}
body.ysm-design-system.page-id-6771 .ct-doc-layout h2{margin:11px 0 14px}
body.ysm-design-system.page-id-6771 .ct-doc-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 20px;margin:22px 0;padding:0;list-style:none}
body.ysm-design-system.page-id-6771 .ct-doc-list li{color:var(--ysm-ink);font-size:14px}
body.ysm-design-system.page-id-6771 .ct-doc-list li::before{content:"•";margin-right:8px;color:var(--ysm-accent);font-weight:700}
body.ysm-design-system.page-id-6771 .ct-note{color:#6d818d!important;font-size:13px!important;line-height:1.55!important}
body.ysm-design-system.page-id-6771 .ct-cta-band{padding:60px 0;background:#102f43;color:#fff}
body.ysm-design-system.page-id-6771 .ct-cta-layout{display:flex;align-items:center;justify-content:space-between;gap:44px}
body.ysm-design-system.page-id-6771 .ct-cta-layout>div:first-child{max-width:760px}
body.ysm-design-system.page-id-6771 .ct-cta-band h2{margin-bottom:10px;color:#fff!important}
body.ysm-design-system.page-id-6771 .ct-cta-band p{color:#cadbe5}
body.ysm-design-system.page-id-6771 .ct-cta-band .ct-actions{flex:0 0 auto;margin-top:0}
body.ysm-design-system.page-id-6771 .ct-bottom-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:50px;align-items:start}
body.ysm-design-system.page-id-6771 .ct-faq-list{display:grid;gap:12px}
body.ysm-design-system.page-id-6771 .ct-faq-list details{padding:18px 20px;border:1px solid var(--ysm-border);border-radius:6px;background:#fff}
body.ysm-design-system.page-id-6771 .ct-faq-list summary{position:relative;padding-right:30px;color:var(--ysm-ink);font-weight:700;cursor:pointer;list-style:none}
body.ysm-design-system.page-id-6771 .ct-faq-list summary::-webkit-details-marker{display:none}
body.ysm-design-system.page-id-6771 .ct-faq-list summary::after{content:"+";position:absolute;right:0;top:-3px;color:var(--ysm-primary);font-size:22px}
body.ysm-design-system.page-id-6771 .ct-faq-list details[open] summary::after{content:"−"}
body.ysm-design-system.page-id-6771 .ct-faq-list details p{margin-top:10px;color:var(--ysm-text-muted);font-size:14px}
body.ysm-design-system.page-id-6771 .ct-related{padding:26px;border:1px solid var(--ysm-border);border-radius:8px;background:var(--ysm-surface-alt)}
body.ysm-design-system.page-id-6771 .ct-related h3{margin-bottom:16px;font-size:24px!important}
body.ysm-design-system.page-id-6771 .ct-related>a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-top:1px solid var(--ysm-border);color:var(--ysm-primary);font-weight:700}
body.ysm-design-system.page-id-6771 .ct-related b{font-size:17px}

@media(max-width:1024px){
  body.ysm-design-system.page-id-6771 .ct-audience-layout,body.ysm-design-system.page-id-6771 .ct-input-layout,body.ysm-design-system.page-id-6771 .ct-doc-layout,body.ysm-design-system.page-id-6771 .ct-bottom-layout{grid-template-columns:1fr;gap:36px}
  body.ysm-design-system.page-id-6771 .ct-input-aside{position:relative;top:auto}
  body.ysm-design-system.page-id-6771 .ct-risk-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.ysm-design-system.page-id-6771 .ct-risk,body.ysm-design-system.page-id-6771 .ct-risk:nth-child(4),body.ysm-design-system.page-id-6771 .ct-risk:nth-child(5){grid-column:auto}
  body.ysm-design-system.page-id-6771 .ct-risk:last-child{grid-column:1/-1}
  body.ysm-design-system.page-id-6771 .ct-cta-layout{display:block}
  body.ysm-design-system.page-id-6771 .ct-cta-band .ct-actions{margin-top:24px}
}
@media(max-width:767px){
  body.ysm-design-system.page-id-6771 .ysm-chem-transfer .ct-wrap{padding-right:16px;padding-left:16px}
  body.ysm-design-system.page-id-6771 .ct-breadcrumb{min-height:48px;overflow-x:auto;white-space:nowrap}
  body.ysm-design-system.page-id-6771 .ct-hero{min-height:620px;align-items:flex-end}
  body.ysm-design-system.page-id-6771 .ct-hero-media{object-position:62% center}
  body.ysm-design-system.page-id-6771 .ct-hero-shade{background:linear-gradient(90deg,rgba(7,39,61,.96),rgba(7,39,61,.65))}
  body.ysm-design-system.page-id-6771 .ct-hero-inner{padding-top:64px;padding-bottom:94px}
  body.ysm-design-system.page-id-6771 .ct-hero h1{font-size:clamp(34px,10vw,40px)}
  body.ysm-design-system.page-id-6771 .ct-hero .ct-lead{font-size:17px}
  body.ysm-design-system.page-id-6771 .ct-actions{display:grid;grid-template-columns:1fr}
  body.ysm-design-system.page-id-6771 .ct-btn{width:100%}
  body.ysm-design-system.page-id-6771 .ct-concept-label{right:16px;bottom:58px}
  body.ysm-design-system.page-id-6771 .ct-signal-wrap{margin-top:-32px}
  body.ysm-design-system.page-id-6771 .ct-signals{grid-template-columns:1fr;padding-right:16px;padding-left:16px}
  body.ysm-design-system.page-id-6771 .ct-signal{min-height:auto;padding:19px 20px}
  body.ysm-design-system.page-id-6771 .ct-signal+.ct-signal{border-top:0;border-left:1px solid var(--ysm-border)}
  body.ysm-design-system.page-id-6771 .ct-section{padding:48px 0}
  body.ysm-design-system.page-id-6771 .ct-audience{padding-top:58px}
  body.ysm-design-system.page-id-6771 .ct-audience-grid,body.ysm-design-system.page-id-6771 .ct-risk-grid,body.ysm-design-system.page-id-6771 .ct-family-grid{grid-template-columns:1fr}
  body.ysm-design-system.page-id-6771 .ct-risk:last-child{grid-column:auto}
  body.ysm-design-system.page-id-6771 .ct-page-nav .ct-wrap{gap:20px}
  body.ysm-design-system.page-id-6771 .ct-step{grid-template-columns:48px minmax(0,1fr);gap:14px;padding:18px}
  body.ysm-design-system.page-id-6771 .ct-step-number{width:42px;height:42px}
  body.ysm-design-system.page-id-6771 .ct-family-media{height:260px}
  body.ysm-design-system.page-id-6771 .ct-family-body{padding:22px}
  body.ysm-design-system.page-id-6771 .ct-family-body ul,body.ysm-design-system.page-id-6771 .ct-doc-list{grid-template-columns:1fr}
  body.ysm-design-system.page-id-6771 .ct-low-flow{display:block}
  body.ysm-design-system.page-id-6771 .ct-low-flow .ct-btn{margin-top:18px}
  body.ysm-design-system.page-id-6771 .ct-doc-visual{padding:16px;gap:10px}
  body.ysm-design-system.page-id-6771 .ct-doc-sheet{min-height:140px;padding:14px}
  body.ysm-design-system.page-id-6771 .ct-cta-band{padding:48px 0}
  body.ysm-design-system.page-id-6771 .ct-bottom-layout{gap:28px}
}

/* Visual application pages: low flow, pulp & paper, maintenance, wastewater (IDs 6772, 6773, 6774, 6801). */
body.ysm-design-system:is(.page-id-6772,.page-id-6773,.page-id-6774,.page-id-6801) :is(.elementor-6772,.elementor-6773,.elementor-6774,.elementor-6801)>.elementor-section{padding:0!important}
body.ysm-design-system:is(.page-id-6772,.page-id-6773,.page-id-6774,.page-id-6801) :is(.elementor-6772,.elementor-6773,.elementor-6774,.elementor-6801)>.elementor-section>.elementor-container{width:100%!important;max-width:none!important}
body.ysm-design-system:is(.page-id-6772,.page-id-6773,.page-id-6774,.page-id-6801) :is(.elementor-6772,.elementor-6773,.elementor-6774,.elementor-6801) .elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:0!important}
body.ysm-design-system:is(.page-id-6772,.page-id-6773,.page-id-6774,.page-id-6801) :is(.elementor-6772,.elementor-6773,.elementor-6774,.elementor-6801) .elementor-widget-html>.elementor-widget-container{margin:0!important}
body.ysm-design-system .ysm-app-visual{--av-max:1180px;--av-blue:#0b4f7a;--av-blue-dark:#07344f;--av-aqua:#16a6a1;--av-orange:#ed8b2d;--av-ink:#122b3a;--av-muted:#546b78;--av-line:#d6e3ea;--av-alt:#f2f7f9;position:relative;width:100%;overflow:hidden;background:#fff;color:var(--av-ink);font-size:17px;line-height:1.68}
body.ysm-design-system .ysm-app-visual *{box-sizing:border-box}
body.ysm-design-system .ysm-app-visual .av-wrap{width:100%;max-width:var(--av-max);margin:0 auto;padding-right:24px;padding-left:24px}
body.ysm-design-system .ysm-app-visual :is(h1,h2,h3){margin:0;color:var(--av-ink);font-family:var(--ysm-font-heading);letter-spacing:-.02em}
body.ysm-design-system .ysm-app-visual h1{font-size:clamp(42px,4.5vw,62px);line-height:1.06}
body.ysm-design-system .ysm-app-visual h2{font-size:clamp(31px,3vw,42px)!important;line-height:1.14!important}
body.ysm-design-system .ysm-app-visual h3{font-size:22px!important;line-height:1.3!important}
body.ysm-design-system .ysm-app-visual p{margin:0;color:var(--av-muted)}
body.ysm-design-system .ysm-app-visual a{text-decoration:none}
body.ysm-design-system .ysm-app-visual .av-eyebrow{margin-bottom:13px;color:var(--av-blue);font-size:13px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
body.ysm-design-system .ysm-app-visual .av-breadcrumb{display:flex;min-height:52px;align-items:center;gap:10px;color:#6a7e89;font-size:14px}
body.ysm-design-system .ysm-app-visual .av-breadcrumb a{color:var(--av-blue);font-weight:700}
body.ysm-design-system .ysm-app-visual .av-hero{position:relative;background:linear-gradient(120deg,#f0f6f9 0,#fff 62%)}
body.ysm-design-system .ysm-app-visual .av-hero::before{position:absolute;inset:0;background-image:linear-gradient(rgba(11,79,122,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(11,79,122,.045) 1px,transparent 1px);background-size:40px 40px;content:"";mask-image:linear-gradient(90deg,#000,transparent 68%)}
body.ysm-design-system .ysm-app-visual .av-hero-grid{position:relative;display:grid;min-height:560px;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:center;gap:48px;padding-top:56px;padding-bottom:70px}
body.ysm-design-system .ysm-app-visual .av-hero-copy{position:relative;z-index:2}
body.ysm-design-system .ysm-app-visual .av-hero-copy .av-lead{max-width:690px;margin-top:24px;color:#405b6a;font-size:19px;line-height:1.66}
body.ysm-design-system .ysm-app-visual .av-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
body.ysm-design-system .ysm-app-visual .av-btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:12px 21px;border:1px solid transparent;border-radius:4px;font-size:15px;font-weight:800;line-height:1.2;transition:.2s ease}
body.ysm-design-system .ysm-app-visual .av-btn-primary{background:var(--av-blue);color:#fff}
body.ysm-design-system .ysm-app-visual .av-btn-primary:hover{background:#073a59;color:#fff}
body.ysm-design-system .ysm-app-visual .av-btn-secondary,body.ysm-design-system .ysm-app-visual .av-btn-outline{border-color:var(--av-blue);background:transparent;color:var(--av-blue)}
body.ysm-design-system .ysm-app-visual .av-btn-secondary:hover,body.ysm-design-system .ysm-app-visual .av-btn-outline:hover{background:var(--av-blue);color:#fff}
body.ysm-design-system .ysm-app-visual .av-btn-light{background:#fff;color:var(--av-blue)}
body.ysm-design-system .ysm-app-visual .av-btn-ghost{border-color:rgba(255,255,255,.65);color:#fff}
body.ysm-design-system .ysm-app-visual .av-hero-media{position:relative;display:flex;min-height:410px;align-items:center;justify-content:center;margin:0;border:1px solid #d8e6ec;border-radius:18px;background:radial-gradient(circle at center,#fff 0,#f4f8fa 67%,#e6f0f4 100%);box-shadow:0 26px 60px rgba(15,64,88,.14)}
body.ysm-design-system .ysm-app-visual .av-hero-media img{position:relative;z-index:2;display:block;width:92%;max-height:390px;object-fit:contain;filter:drop-shadow(0 20px 18px rgba(10,40,58,.2))}
body.ysm-design-system .ysm-app-visual .av-hero-media.av-photo{overflow:hidden}
body.ysm-design-system .ysm-app-visual .av-hero-media.av-photo img{width:100%;height:410px;max-height:none;object-fit:cover;filter:none}
body.ysm-design-system .ysm-app-visual .av-hero-media figcaption{position:absolute;z-index:3;right:16px;bottom:16px;padding:7px 11px;border-radius:3px;background:rgba(6,45,68,.88);color:#fff;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
body.ysm-design-system .ysm-app-visual .av-orbit{position:absolute;width:74%;aspect-ratio:1;border:1px solid rgba(11,79,122,.22);border-radius:50%}
body.ysm-design-system .ysm-app-visual .av-orbit::before,body.ysm-design-system .ysm-app-visual .av-orbit::after{position:absolute;border:1px solid rgba(22,166,161,.25);border-radius:50%;content:""}
body.ysm-design-system .ysm-app-visual .av-orbit::before{inset:12%}
body.ysm-design-system .ysm-app-visual .av-orbit::after{inset:27%}
body.ysm-design-system .ysm-app-visual .av-grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(11,79,122,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(11,79,122,.08) 1px,transparent 1px);background-size:32px 32px;border-radius:18px}
body.ysm-design-system .ysm-app-visual .av-process-visual{overflow:hidden;background:linear-gradient(#eff9fa 0 55%,#d6f0f0 55%)}
body.ysm-design-system .ysm-app-visual .av-water{position:absolute;right:-10%;bottom:-18%;left:-10%;height:50%;background:repeating-radial-gradient(ellipse at 50% 0,rgba(22,166,161,.18) 0 3px,transparent 4px 24px);transform:perspective(240px) rotateX(55deg)}
body.ysm-design-system .ysm-app-visual .av-signal-band{position:relative;z-index:4;margin-top:-28px}
body.ysm-design-system .ysm-app-visual .av-signals{display:grid;grid-template-columns:repeat(3,1fr)}
body.ysm-design-system .ysm-app-visual .av-signals article{display:flex;min-height:96px;align-items:center;gap:16px;padding:20px 24px;border:1px solid var(--av-line);background:#fff;box-shadow:0 12px 30px rgba(20,61,83,.08)}
body.ysm-design-system .ysm-app-visual .av-signals article:first-child{border-radius:8px 0 0 8px}
body.ysm-design-system .ysm-app-visual .av-signals article:last-child{border-radius:0 8px 8px 0}
body.ysm-design-system .ysm-app-visual .av-signals b{display:flex;width:42px;height:42px;flex:0 0 42px;align-items:center;justify-content:center;border-radius:50%;background:#e8f4f7;color:var(--av-blue);font-size:13px}
body.ysm-design-system .ysm-app-visual .av-signals span{display:grid}
body.ysm-design-system .ysm-app-visual .av-signals strong{color:var(--av-ink);font-size:16px}
body.ysm-design-system .ysm-app-visual .av-signals small{color:#687d89;font-size:13px}
body.ysm-design-system .ysm-app-visual .av-section{padding:82px 0}
body.ysm-design-system .ysm-app-visual .av-alt{background:var(--av-alt)}
body.ysm-design-system .ysm-app-visual .av-heading{max-width:760px;margin-bottom:38px}
body.ysm-design-system .ysm-app-visual .av-heading>p:last-child{margin-top:17px;font-size:18px}
body.ysm-design-system .ysm-app-visual .av-intro-grid{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:72px;align-items:start}
body.ysm-design-system .ysm-app-visual .av-intro-grid>div:first-child>p:not(.av-eyebrow){margin-top:18px;font-size:18px}
body.ysm-design-system .ysm-app-visual .av-callout{display:grid;gap:4px;margin-top:28px;padding:21px 22px;border-left:4px solid var(--av-orange);background:#fff5e9;color:var(--av-ink)}
body.ysm-design-system .ysm-app-visual .av-callout strong{font-size:17px}
body.ysm-design-system .ysm-app-visual .av-callout span{color:#5e6c73;font-size:15px}
body.ysm-design-system .ysm-app-visual .av-card-grid{display:grid;gap:18px}
body.ysm-design-system .ysm-app-visual .av-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
body.ysm-design-system .ysm-app-visual .av-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
body.ysm-design-system .ysm-app-visual .av-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
body.ysm-design-system .ysm-app-visual .av-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}
body.ysm-design-system .ysm-app-visual .av-card{position:relative;padding:25px;border:1px solid var(--av-line);border-radius:9px;background:#fff;box-shadow:0 8px 25px rgba(13,55,78,.055)}
body.ysm-design-system .ysm-app-visual .av-card h3{margin:13px 0 10px}
body.ysm-design-system .ysm-app-visual .av-card p{font-size:15px;line-height:1.65}
body.ysm-design-system .ysm-app-visual .av-card-no{display:inline-flex;width:35px;height:35px;align-items:center;justify-content:center;border-radius:50%;background:#e6f2f6;color:var(--av-blue);font-size:13px;font-weight:900}
body.ysm-design-system .ysm-app-visual .av-risk{padding:23px 19px;border-top:4px solid var(--av-blue)}
body.ysm-design-system .ysm-app-visual .av-risk>span{color:var(--av-aqua);font-size:13px;font-weight:900;letter-spacing:.08em}
body.ysm-design-system .ysm-app-visual .av-risk h3{font-size:19px!important}
body.ysm-design-system .ysm-app-visual .av-symbol{display:inline-flex;min-width:48px;height:40px;align-items:center;justify-content:center;padding:0 10px;border-radius:5px;background:var(--av-blue);color:#fff;font-size:13px;font-weight:900;letter-spacing:.06em}
body.ysm-design-system .ysm-app-visual .av-feature{border-bottom:4px solid var(--av-aqua)}
body.ysm-design-system .ysm-app-visual .av-flowline{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:32px;padding:20px 22px;border:1px solid var(--av-line);border-radius:8px;background:#fff;flex-wrap:wrap}
body.ysm-design-system .ysm-app-visual .av-flowline span,body.ysm-design-system .ysm-app-visual .av-flowline strong{padding:8px 12px;border-radius:4px;background:#edf5f7;color:var(--av-ink);font-size:14px}
body.ysm-design-system .ysm-app-visual .av-flowline strong{background:var(--av-blue);color:#fff}
body.ysm-design-system .ysm-app-visual .av-flowline i{color:var(--av-aqua);font-style:normal;font-weight:900}
body.ysm-design-system .ysm-app-visual .av-split{display:grid;grid-template-columns:360px minmax(0,1fr);gap:70px;align-items:start}
body.ysm-design-system .ysm-app-visual .av-sticky{position:sticky;top:110px}
body.ysm-design-system .ysm-app-visual .av-sticky>p:not(.av-eyebrow){margin-top:18px}
body.ysm-design-system .ysm-app-visual .av-text-link{display:inline-block;margin-top:22px;color:var(--av-blue);font-weight:800}
body.ysm-design-system .ysm-app-visual .av-checklist{display:grid;gap:14px}
body.ysm-design-system .ysm-app-visual .av-checklist article{display:grid;grid-template-columns:52px minmax(0,1fr);gap:17px;padding:23px;border:1px solid var(--av-line);border-radius:8px;background:#fff}
body.ysm-design-system .ysm-app-visual .av-checklist b{display:flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:7px;background:var(--av-blue);color:#fff;font-size:13px}
body.ysm-design-system .ysm-app-visual .av-checklist h3{margin-bottom:7px}
body.ysm-design-system .ysm-app-visual .av-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
body.ysm-design-system .ysm-app-visual .av-product{overflow:hidden;border:1px solid var(--av-line);border-radius:12px;background:#fff;box-shadow:0 12px 30px rgba(13,55,78,.07)}
body.ysm-design-system .ysm-app-visual .av-product-media{display:flex;height:310px;align-items:center;justify-content:center;padding:22px;background:#f7fafb}
body.ysm-design-system .ysm-app-visual .av-product-media img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 11px rgba(15,48,65,.16))}
body.ysm-design-system .ysm-app-visual .av-product>div:last-child{padding:28px}
body.ysm-design-system .ysm-app-visual .av-product h3{margin:11px 0 10px;font-size:27px!important}
body.ysm-design-system .ysm-app-visual .av-product ul,body.ysm-design-system .ysm-app-visual .av-option ul{display:grid;gap:7px;margin:18px 0 22px;padding-left:19px;color:#405967;font-size:15px}
body.ysm-design-system .ysm-app-visual .av-badge{display:inline-block;padding:5px 9px;border-radius:3px;background:#e5f3f6;color:var(--av-blue);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
body.ysm-design-system .ysm-app-visual .av-product-focus{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:62px;align-items:center}
body.ysm-design-system .ysm-app-visual .av-product-visual{position:relative;display:flex;min-height:480px;align-items:center;justify-content:center;padding:20px;border:1px solid var(--av-line);border-radius:12px;background:#fff}
body.ysm-design-system .ysm-app-visual .av-product-visual img{width:100%;max-height:440px;object-fit:contain}
body.ysm-design-system .ysm-app-visual .av-hotspots i{position:absolute;left:var(--x);top:var(--y);display:flex;width:30px;height:30px;align-items:center;justify-content:center;border:3px solid #fff;border-radius:50%;background:var(--av-orange);color:#fff;font-style:normal;font-weight:900;box-shadow:0 3px 12px rgba(0,0,0,.24)}
body.ysm-design-system .ysm-app-visual .av-mini-specs{display:grid;gap:10px;margin:25px 0}
body.ysm-design-system .ysm-app-visual .av-mini-specs span{display:flex;align-items:center;gap:12px;color:#445d6a;font-size:15px}
body.ysm-design-system .ysm-app-visual .av-mini-specs b{display:flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:50%;background:var(--av-blue);color:#fff;font-size:12px}
body.ysm-design-system .ysm-app-visual .av-compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
body.ysm-design-system .ysm-app-visual .av-compare article{padding:30px;border:1px solid var(--av-line);border-radius:10px;background:#fff}
body.ysm-design-system .ysm-app-visual .av-compare article>span{color:var(--av-aqua);font-size:12px;font-weight:900;letter-spacing:.12em}
body.ysm-design-system .ysm-app-visual .av-compare h3{margin:10px 0 16px;font-size:25px!important}
body.ysm-design-system .ysm-app-visual .av-compare ul{display:grid;gap:8px;margin:0;padding-left:20px;color:#4c6572}
body.ysm-design-system .ysm-app-visual .av-diagnostic{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
body.ysm-design-system .ysm-app-visual .av-diagnostic article{display:grid;grid-template-columns:64px minmax(0,1fr);gap:18px;padding:25px;border:1px solid var(--av-line);border-radius:9px;background:#fff}
body.ysm-design-system .ysm-app-visual .av-diagnostic-icon{display:flex;width:60px;height:60px;align-items:center;justify-content:center;border-radius:50%;background:#e6f2f6;color:var(--av-blue);font-size:11px;font-weight:900}
body.ysm-design-system .ysm-app-visual .av-diagnostic h3{margin-bottom:7px}
body.ysm-design-system .ysm-app-visual .av-diagnostic a{display:inline-block;margin-top:10px;color:var(--av-blue);font-size:14px;font-weight:800}
body.ysm-design-system .ysm-app-visual .av-evidence-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:62px;align-items:center}
body.ysm-design-system .ysm-app-visual .av-drawing{position:relative;display:flex;min-height:520px;align-items:center;padding:24px;border:1px solid var(--av-line);border-radius:10px;background:#fff;box-shadow:0 15px 35px rgba(14,55,76,.08)}
body.ysm-design-system .ysm-app-visual .av-drawing img{width:100%;max-height:480px;object-fit:contain}
body.ysm-design-system .ysm-app-visual .av-drawing span{position:absolute;right:14px;bottom:14px;padding:6px 9px;background:var(--av-blue);color:#fff;font-size:11px;font-weight:800;text-transform:uppercase}
body.ysm-design-system .ysm-app-visual .av-evidence-list{display:grid;gap:11px;margin:25px 0 0;padding:0;list-style:none}
body.ysm-design-system .ysm-app-visual .av-evidence-list li{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:14px 16px;border:1px solid var(--av-line);border-radius:6px}
body.ysm-design-system .ysm-app-visual .av-evidence-list b{color:var(--av-aqua);font-size:13px}
body.ysm-design-system .ysm-app-visual .av-evidence-list span{display:grid;color:#516976;font-size:14px}
body.ysm-design-system .ysm-app-visual .av-evidence-list strong{color:var(--av-ink);font-size:16px}
body.ysm-design-system .ysm-app-visual .av-option>span{color:var(--av-aqua);font-size:13px;font-weight:900}
body.ysm-design-system .ysm-app-visual .av-rfq-grid{display:grid;grid-template-columns:330px minmax(0,1fr);gap:60px;align-items:start}
body.ysm-design-system .ysm-app-visual .av-rfq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;counter-reset:rfq;margin:0;padding:0;list-style:none}
body.ysm-design-system .ysm-app-visual .av-rfq-list li{counter-increment:rfq;padding:15px 16px;border:1px solid var(--av-line);border-radius:6px;color:var(--av-ink);font-weight:700}
body.ysm-design-system .ysm-app-visual .av-rfq-list li::before{content:counter(rfq,decimal-leading-zero);margin-right:12px;color:var(--av-aqua);font-size:12px}
body.ysm-design-system .ysm-app-visual .av-boundary{display:grid;grid-template-columns:minmax(0,1fr) 70px minmax(0,1fr);gap:0;align-items:stretch}
body.ysm-design-system .ysm-app-visual .av-boundary article{padding:31px;border:1px solid var(--av-line);background:#fff}
body.ysm-design-system .ysm-app-visual .av-boundary-yes{border-top:5px solid var(--av-aqua)!important}
body.ysm-design-system .ysm-app-visual .av-boundary-no{border-top:5px solid var(--av-orange)!important}
body.ysm-design-system .ysm-app-visual .av-boundary h3{margin:12px 0 16px;font-size:25px!important}
body.ysm-design-system .ysm-app-visual .av-boundary ul{display:grid;gap:8px;padding-left:20px;color:#405966}
body.ysm-design-system .ysm-app-visual .av-status{color:var(--av-blue);font-size:11px;font-weight:900;letter-spacing:.1em}
body.ysm-design-system .ysm-app-visual .av-boundary-line{display:flex;align-items:center;justify-content:center;background:var(--av-blue);color:#fff;text-align:center}
body.ysm-design-system .ysm-app-visual .av-boundary-line span{font-size:11px;font-weight:900;letter-spacing:.1em;transform:rotate(-90deg);white-space:nowrap}
body.ysm-design-system .ysm-app-visual .av-center-link{text-align:center;margin-top:24px!important}
body.ysm-design-system .ysm-app-visual .av-center-link a{color:var(--av-blue);font-weight:800}
body.ysm-design-system .ysm-app-visual .av-horizontal{grid-template-columns:auto 1fr auto;align-items:center;gap:18px}
body.ysm-design-system .ysm-app-visual .av-horizontal a{color:var(--av-blue);font-size:14px;font-weight:800}
body.ysm-design-system .ysm-app-visual .av-cta{padding:66px 0;background:linear-gradient(115deg,var(--av-blue-dark),var(--av-blue))}
body.ysm-design-system .ysm-app-visual .av-cta-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:54px;align-items:center}
body.ysm-design-system .ysm-app-visual .av-cta :is(h2,p){color:#fff}
body.ysm-design-system .ysm-app-visual .av-cta .av-eyebrow{color:#9ee0dd}
body.ysm-design-system .ysm-app-visual .av-cta p:not(.av-eyebrow){max-width:760px;margin-top:16px;color:#d8e8ef}
body.ysm-design-system .ysm-app-visual .av-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:64px;align-items:start}
body.ysm-design-system .ysm-app-visual .av-faq{display:grid;gap:12px}
body.ysm-design-system .ysm-app-visual .av-faq details{border:1px solid var(--av-line);border-radius:7px;background:#fff}
body.ysm-design-system .ysm-app-visual .av-faq summary{position:relative;padding:19px 52px 19px 20px;color:var(--av-ink);font-weight:800;cursor:pointer;list-style:none}
body.ysm-design-system .ysm-app-visual .av-faq summary::-webkit-details-marker{display:none}
body.ysm-design-system .ysm-app-visual .av-faq summary::after{position:absolute;right:20px;content:"+";color:var(--av-blue);font-size:22px}
body.ysm-design-system .ysm-app-visual .av-faq details[open] summary::after{content:"−"}
body.ysm-design-system .ysm-app-visual .av-faq details p{padding:0 20px 20px}
body.ysm-design-system .ysm-app-visual .av-related{position:sticky;top:110px;padding:26px;border:1px solid var(--av-line);border-top:5px solid var(--av-blue);border-radius:8px;background:var(--av-alt)}
body.ysm-design-system .ysm-app-visual .av-related h3{margin-bottom:13px}
body.ysm-design-system .ysm-app-visual .av-related a{display:flex;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid var(--av-line);color:var(--av-ink);font-size:14px;font-weight:700}
body.ysm-design-system .ysm-app-visual .av-related a span:last-child{color:var(--av-aqua)}
body.ysm-design-system .app-maintenance{--av-blue:#37566a;--av-blue-dark:#263f50;--av-aqua:#6a93a8;--av-orange:#da7b32;--av-alt:#f4f6f7}
body.ysm-design-system .app-wastewater{--av-blue:#075d73;--av-blue-dark:#064153;--av-aqua:#11a6a3;--av-orange:#de8a2e;--av-alt:#eff8f7}
@media(max-width:1024px){
  body.ysm-design-system .ysm-app-visual .av-hero-grid{grid-template-columns:1fr 42%;gap:32px}
  body.ysm-design-system .ysm-app-visual .av-grid-5{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.ysm-design-system .ysm-app-visual .av-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.ysm-design-system .ysm-app-visual .av-intro-grid,body.ysm-design-system .ysm-app-visual .av-product-focus,body.ysm-design-system .ysm-app-visual .av-evidence-grid{gap:38px}
  body.ysm-design-system .ysm-app-visual .av-split{grid-template-columns:300px minmax(0,1fr);gap:38px}
}
@media(max-width:767px){
  body.ysm-design-system .ysm-app-visual .av-wrap{padding-right:16px;padding-left:16px}
  body.ysm-design-system .ysm-app-visual .av-breadcrumb{overflow-x:auto;white-space:nowrap}
  body.ysm-design-system .ysm-app-visual .av-hero-grid{min-height:0;grid-template-columns:1fr;gap:34px;padding-top:45px;padding-bottom:58px}
  body.ysm-design-system .ysm-app-visual h1{font-size:clamp(36px,10vw,43px)}
  body.ysm-design-system .ysm-app-visual .av-hero-copy .av-lead{font-size:17px}
  body.ysm-design-system .ysm-app-visual .av-actions{display:grid;grid-template-columns:1fr}
  body.ysm-design-system .ysm-app-visual .av-btn{width:100%}
  body.ysm-design-system .ysm-app-visual .av-hero-media,body.ysm-design-system .ysm-app-visual .av-hero-media.av-photo{min-height:300px}
  body.ysm-design-system .ysm-app-visual .av-hero-media img,body.ysm-design-system .ysm-app-visual .av-hero-media.av-photo img{height:300px;max-height:300px}
  body.ysm-design-system .ysm-app-visual .av-signal-band{margin-top:-20px}
  body.ysm-design-system .ysm-app-visual .av-signals{grid-template-columns:1fr}
  body.ysm-design-system .ysm-app-visual .av-signals article{min-height:82px}
  body.ysm-design-system .ysm-app-visual .av-signals article:first-child{border-radius:8px 8px 0 0}
  body.ysm-design-system .ysm-app-visual .av-signals article:last-child{border-radius:0 0 8px 8px}
  body.ysm-design-system .ysm-app-visual .av-section{padding:52px 0}
  body.ysm-design-system .ysm-app-visual .av-intro-grid,body.ysm-design-system .ysm-app-visual .av-grid-2,body.ysm-design-system .ysm-app-visual .av-grid-3,body.ysm-design-system .ysm-app-visual .av-grid-4,body.ysm-design-system .ysm-app-visual .av-grid-5,body.ysm-design-system .ysm-app-visual .av-split,body.ysm-design-system .ysm-app-visual .av-product-grid,body.ysm-design-system .ysm-app-visual .av-product-focus,body.ysm-design-system .ysm-app-visual .av-compare,body.ysm-design-system .ysm-app-visual .av-diagnostic,body.ysm-design-system .ysm-app-visual .av-evidence-grid,body.ysm-design-system .ysm-app-visual .av-rfq-grid,body.ysm-design-system .ysm-app-visual .av-cta-grid,body.ysm-design-system .ysm-app-visual .av-bottom-grid{grid-template-columns:1fr}
  body.ysm-design-system .ysm-app-visual .av-intro-grid,body.ysm-design-system .ysm-app-visual .av-split,body.ysm-design-system .ysm-app-visual .av-product-focus,body.ysm-design-system .ysm-app-visual .av-evidence-grid,body.ysm-design-system .ysm-app-visual .av-bottom-grid{gap:32px}
  body.ysm-design-system .ysm-app-visual .av-sticky,body.ysm-design-system .ysm-app-visual .av-related{position:static}
  body.ysm-design-system .ysm-app-visual .av-flowline{align-items:stretch;flex-direction:column;text-align:center}
  body.ysm-design-system .ysm-app-visual .av-flowline i{transform:rotate(90deg)}
  body.ysm-design-system .ysm-app-visual .av-product-media{height:250px}
  body.ysm-design-system .ysm-app-visual .av-product-visual,body.ysm-design-system .ysm-app-visual .av-drawing{min-height:330px}
  body.ysm-design-system .ysm-app-visual .av-diagnostic article{grid-template-columns:52px minmax(0,1fr);padding:20px}
  body.ysm-design-system .ysm-app-visual .av-diagnostic-icon{width:50px;height:50px}
  body.ysm-design-system .ysm-app-visual .av-rfq-list{grid-template-columns:1fr}
  body.ysm-design-system .ysm-app-visual .av-boundary{grid-template-columns:1fr}
  body.ysm-design-system .ysm-app-visual .av-boundary-line{min-height:48px}
  body.ysm-design-system .ysm-app-visual .av-boundary-line span{transform:none}
  body.ysm-design-system .ysm-app-visual .av-horizontal{grid-template-columns:1fr}
  body.ysm-design-system .ysm-app-visual .av-cta{padding:52px 0}
}

/* Visual technical-blog articles published 2026-07-12 (IDs 6775-6778, 6802-6805). */
body.ysm-design-system:is(.postid-6775,.postid-6776,.postid-6777,.postid-6778,.postid-6802,.postid-6803,.postid-6804,.postid-6805) :is(.elementor-6775,.elementor-6776,.elementor-6777,.elementor-6778,.elementor-6802,.elementor-6803,.elementor-6804,.elementor-6805)>.elementor-section{padding:0!important}
body.ysm-design-system:is(.postid-6775,.postid-6776,.postid-6777,.postid-6778,.postid-6802,.postid-6803,.postid-6804,.postid-6805) :is(.elementor-6775,.elementor-6776,.elementor-6777,.elementor-6778,.elementor-6802,.elementor-6803,.elementor-6804,.elementor-6805)>.elementor-section>.elementor-container{width:100%!important;max-width:none!important}
body.ysm-design-system:is(.postid-6775,.postid-6776,.postid-6777,.postid-6778,.postid-6802,.postid-6803,.postid-6804,.postid-6805) :is(.elementor-6775,.elementor-6776,.elementor-6777,.elementor-6778,.elementor-6802,.elementor-6803,.elementor-6804,.elementor-6805) .elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:0!important}
body.ysm-design-system .ysm-blog-visual{--bv-max:1180px;--bv-blue:#0b4f7a;--bv-dark:#07344f;--bv-aqua:#16a6a1;--bv-orange:#ed8b2d;--bv-ink:#122b3a;--bv-muted:#526a77;--bv-line:#d6e3ea;--bv-alt:#f2f7f9;width:100%;overflow:hidden;background:#fff;color:var(--bv-ink);font-size:17px;line-height:1.72}
body.ysm-design-system .ysm-blog-visual *{box-sizing:border-box}
body.ysm-design-system .ysm-blog-visual .bv-wrap{width:100%;max-width:var(--bv-max);margin:0 auto;padding-right:24px;padding-left:24px}
body.ysm-design-system .ysm-blog-visual :is(h1,h2,h3,h4){margin-top:0;color:var(--bv-ink);font-family:var(--ysm-font-heading);letter-spacing:-.02em}
body.ysm-design-system .ysm-blog-visual h1{font-size:clamp(40px,4.3vw,58px);line-height:1.08}
body.ysm-design-system .ysm-blog-visual .bv-eyebrow{margin:0 0 13px;color:var(--bv-blue);font-size:13px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
body.ysm-design-system .ysm-blog-visual .bv-breadcrumb{display:flex;min-height:52px;align-items:center;gap:10px;color:#6d808a;font-size:14px}
body.ysm-design-system .ysm-blog-visual .bv-breadcrumb a{color:var(--bv-blue);font-weight:700;text-decoration:none}
body.ysm-design-system .ysm-blog-visual .bv-hero{position:relative;background:linear-gradient(125deg,#eff6f9 0,#fff 68%)}
body.ysm-design-system .ysm-blog-visual .bv-hero::before{position:absolute;inset:0;background-image:linear-gradient(rgba(11,79,122,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(11,79,122,.045) 1px,transparent 1px);background-size:42px 42px;content:"";mask-image:linear-gradient(90deg,#000,transparent 65%)}
body.ysm-design-system .ysm-blog-visual .bv-hero-grid{position:relative;display:grid;min-height:520px;grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);align-items:center;gap:50px;padding-top:58px;padding-bottom:72px}
body.ysm-design-system .ysm-blog-visual .bv-hero-copy{position:relative;z-index:2}
body.ysm-design-system .ysm-blog-visual .bv-lead{max-width:690px;margin:23px 0 0;color:#405b69;font-size:19px;line-height:1.66}
body.ysm-design-system .ysm-blog-visual .bv-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:29px}
body.ysm-design-system .ysm-blog-visual .bv-btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:12px 21px;border:1px solid transparent;border-radius:4px;font-size:15px;font-weight:800;line-height:1.2;text-decoration:none!important;transition:.2s ease}
body.ysm-design-system .ysm-blog-visual .bv-btn-primary{background:var(--bv-blue);color:#fff!important}
body.ysm-design-system .ysm-blog-visual .bv-btn-primary:hover{background:var(--bv-dark);color:#fff!important}
body.ysm-design-system .ysm-blog-visual .bv-btn-secondary{border-color:var(--bv-blue);background:transparent;color:var(--bv-blue)!important}
body.ysm-design-system .ysm-blog-visual .bv-btn-secondary:hover{background:var(--bv-blue);color:#fff!important}
body.ysm-design-system .ysm-blog-visual .bv-hero-media{position:relative;display:flex;min-height:390px;align-items:center;justify-content:center;overflow:hidden;margin:0;border:1px solid var(--bv-line);border-radius:16px;background:#fff;box-shadow:0 25px 55px rgba(13,55,78,.14)}
body.ysm-design-system .ysm-blog-visual .bv-hero-media::before{position:absolute;inset:0;background:radial-gradient(circle at 52% 45%,rgba(22,166,161,.12),transparent 58%);content:""}
body.ysm-design-system .ysm-blog-visual .bv-hero-media img{position:relative;z-index:1;width:100%;height:390px;object-fit:contain;padding:20px}
body.ysm-design-system .ysm-blog-visual:is(.bv-rfq,.bv-repair,.bv-material,.bv-seal) .bv-hero-media img{padding:0;object-fit:cover}
body.ysm-design-system .ysm-blog-visual .bv-hero-media figcaption{position:absolute;z-index:2;right:15px;bottom:15px;padding:7px 10px;border-radius:3px;background:rgba(6,52,79,.88);color:#fff;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
body.ysm-design-system .ysm-blog-visual .bv-signal-band{position:relative;z-index:4;margin-top:-26px}
body.ysm-design-system .ysm-blog-visual .bv-signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
body.ysm-design-system .ysm-blog-visual .bv-signals article{display:flex;min-height:94px;align-items:center;gap:15px;padding:19px 22px;border:1px solid var(--bv-line);background:#fff;box-shadow:0 11px 28px rgba(13,55,78,.08)}
body.ysm-design-system .ysm-blog-visual .bv-signals article:first-child{border-radius:8px 0 0 8px}
body.ysm-design-system .ysm-blog-visual .bv-signals article:last-child{border-radius:0 8px 8px 0}
body.ysm-design-system .ysm-blog-visual .bv-signals b{display:flex;width:40px;height:40px;flex:0 0 40px;align-items:center;justify-content:center;border-radius:50%;background:#e7f3f6;color:var(--bv-blue);font-size:12px}
body.ysm-design-system .ysm-blog-visual .bv-signals span{display:grid}
body.ysm-design-system .ysm-blog-visual .bv-signals strong{color:var(--bv-ink);font-size:16px}
body.ysm-design-system .ysm-blog-visual .bv-signals small{color:#647986;font-size:13px}
body.ysm-design-system .ysm-blog-visual .bv-visual-section{padding:76px 0;background:var(--bv-alt)}
body.ysm-design-system .ysm-blog-visual .bv-visual-head{max-width:760px;margin-bottom:34px}
body.ysm-design-system .ysm-blog-visual .bv-visual-head h2{margin-bottom:13px;font-size:clamp(29px,3vw,39px)!important;line-height:1.17!important}
body.ysm-design-system .ysm-blog-visual .bv-visual-head p{margin:0;color:var(--bv-muted);font-size:18px}
body.ysm-design-system .ysm-blog-visual .bv-visual-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
body.ysm-design-system .ysm-blog-visual .bv-visual-card{position:relative;min-height:176px;padding:25px 22px;border:1px solid var(--bv-line);border-top:4px solid var(--bv-blue);border-radius:8px;background:#fff;box-shadow:0 8px 23px rgba(13,55,78,.055)}
body.ysm-design-system .ysm-blog-visual .bv-visual-card>span{display:inline-flex;min-width:34px;height:34px;align-items:center;justify-content:center;padding:0 9px;border-radius:50%;background:#e6f2f6;color:var(--bv-blue);font-size:12px;font-weight:900}
body.ysm-design-system .ysm-blog-visual .bv-visual-card h3{margin:13px 0 8px;font-size:20px!important;line-height:1.3!important}
body.ysm-design-system .ysm-blog-visual .bv-visual-card p{margin:0;color:var(--bv-muted);font-size:14px}
body.ysm-design-system .ysm-blog-visual .bv-visual-arrow::after{position:absolute;z-index:2;top:50%;right:-22px;color:var(--bv-aqua);content:"→";font-size:22px;font-weight:900;transform:translateY(-50%)}
body.ysm-design-system .ysm-blog-visual .bv-data-panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);overflow:hidden;border:1px solid var(--bv-line);border-radius:10px;background:#fff}
body.ysm-design-system .ysm-blog-visual .bv-data-panel figure{display:flex;min-height:390px;align-items:center;justify-content:center;margin:0;padding:24px;background:#edf4f7}
body.ysm-design-system .ysm-blog-visual .bv-data-panel figure img{width:100%;height:350px;object-fit:contain}
body.ysm-design-system .ysm-blog-visual .bv-data-panel>div{padding:34px}
body.ysm-design-system .ysm-blog-visual .bv-data-panel h2{font-size:32px!important}
body.ysm-design-system .ysm-blog-visual .bv-data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:24px}
body.ysm-design-system .ysm-blog-visual .bv-data-grid span{display:grid;padding:13px 14px;border:1px solid var(--bv-line);border-radius:5px;color:var(--bv-muted);font-size:13px}
body.ysm-design-system .ysm-blog-visual .bv-data-grid strong{color:var(--bv-ink);font-size:15px}
body.ysm-design-system .ysm-blog-visual .bv-compare{display:grid;grid-template-columns:minmax(0,1fr) 70px minmax(0,1fr);align-items:stretch}
body.ysm-design-system .ysm-blog-visual .bv-compare article{padding:30px;border:1px solid var(--bv-line);background:#fff}
body.ysm-design-system .ysm-blog-visual .bv-compare article:first-child{border-top:5px solid var(--bv-aqua)}
body.ysm-design-system .ysm-blog-visual .bv-compare article:last-child{border-top:5px solid var(--bv-orange)}
body.ysm-design-system .ysm-blog-visual .bv-compare h3{margin-bottom:14px;font-size:25px!important}
body.ysm-design-system .ysm-blog-visual .bv-compare ul{display:grid;gap:8px;margin:0;padding-left:20px;color:var(--bv-muted)}
body.ysm-design-system .ysm-blog-visual .bv-compare-mark{display:flex;align-items:center;justify-content:center;background:var(--bv-blue);color:#fff;font-size:12px;font-weight:900;letter-spacing:.08em;text-align:center}
body.ysm-design-system .ysm-blog-visual .bv-cause-wheel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body.ysm-design-system .ysm-blog-visual .bv-cause-wheel article{padding:23px;border:1px solid var(--bv-line);border-radius:8px;background:#fff;text-align:center}
body.ysm-design-system .ysm-blog-visual .bv-cause-wheel b{display:flex;width:48px;height:48px;align-items:center;justify-content:center;margin:0 auto 12px;border-radius:50%;background:var(--bv-blue);color:#fff;font-size:11px;letter-spacing:.04em}
body.ysm-design-system .ysm-blog-visual .bv-cause-wheel h3{margin-bottom:7px;font-size:19px!important}
body.ysm-design-system .ysm-blog-visual .bv-cause-wheel p{margin:0;color:var(--bv-muted);font-size:14px}
body.ysm-design-system .ysm-blog-visual .bv-body{padding:82px 0}
body.ysm-design-system .ysm-blog-visual .bv-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:66px;align-items:start}
body.ysm-design-system .ysm-blog-visual .bv-article{min-width:0}
body.ysm-design-system .ysm-blog-visual .bv-article>.ysm-rd,body.ysm-design-system .ysm-blog-visual .bv-article>div>.ysm-rd{max-width:none;margin:0;padding:0}
body.ysm-design-system .ysm-blog-visual .bv-article .ysm-rd>.section{padding:0 0 48px}
body.ysm-design-system .ysm-blog-visual .bv-article h2{position:relative;margin:54px 0 19px;padding-left:18px;border-left:4px solid var(--bv-aqua);font-size:clamp(27px,2.7vw,35px)!important;line-height:1.22!important}
body.ysm-design-system .ysm-blog-visual .bv-article .ysm-rd>h2:first-of-type{margin-top:28px}
body.ysm-design-system .ysm-blog-visual .bv-article h3{margin:31px 0 12px;font-size:23px!important;line-height:1.3!important}
body.ysm-design-system .ysm-blog-visual .bv-article :is(p,li){color:#405866;font-size:17px;line-height:1.78}
body.ysm-design-system .ysm-blog-visual .bv-article p{margin:0 0 18px}
body.ysm-design-system .ysm-blog-visual .bv-article :is(ul,ol){display:grid;gap:7px;margin:14px 0 24px;padding:20px 24px 20px 44px;border:1px solid var(--bv-line);border-radius:7px;background:#f7fafb}
body.ysm-design-system .ysm-blog-visual .bv-article li::marker{color:var(--bv-aqua);font-weight:800}
body.ysm-design-system .ysm-blog-visual .bv-article a{color:var(--bv-blue);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
body.ysm-design-system .ysm-blog-visual .bv-article table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;margin:24px 0;font-size:14px}
body.ysm-design-system .ysm-blog-visual .bv-article :is(th,td){padding:13px;border:1px solid var(--bv-line);vertical-align:top;text-align:left}
body.ysm-design-system .ysm-blog-visual .bv-article th{background:var(--bv-blue);color:#fff}
body.ysm-design-system .ysm-blog-visual .bv-article .card{padding:22px;border:1px solid var(--bv-line);border-radius:7px;background:#fff}
body.ysm-design-system .ysm-blog-visual .bv-article .grid{display:grid;gap:16px}
body.ysm-design-system .ysm-blog-visual .bv-article .grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
body.ysm-design-system .ysm-blog-visual .bv-article .band{margin-top:22px;padding:34px;border-radius:9px;background:linear-gradient(115deg,var(--bv-dark),var(--bv-blue));color:#fff}
body.ysm-design-system .ysm-blog-visual .bv-article .band :is(h2,p){color:#fff}
body.ysm-design-system .ysm-blog-visual .bv-article .band h2{margin-top:0;border-left-color:#8fe0dc}
body.ysm-design-system .ysm-blog-visual .bv-article .band .btn{display:inline-flex;min-height:46px;align-items:center;margin:8px 8px 0 0;padding:11px 17px;border-radius:4px;background:#fff;color:var(--bv-blue);text-decoration:none}
body.ysm-design-system .ysm-blog-visual .bv-sidebar{position:sticky;top:110px;padding:25px;border:1px solid var(--bv-line);border-top:5px solid var(--bv-blue);border-radius:8px;background:var(--bv-alt)}
body.ysm-design-system .ysm-blog-visual .bv-sidebar h2{margin-bottom:16px;font-size:24px!important;line-height:1.28!important}
body.ysm-design-system .ysm-blog-visual .bv-sidebar ol{display:grid;gap:9px;margin:0 0 21px;padding:0;counter-reset:bvside;list-style:none}
body.ysm-design-system .ysm-blog-visual .bv-sidebar li{counter-increment:bvside;display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;color:#4d6572;font-size:14px}
body.ysm-design-system .ysm-blog-visual .bv-sidebar li::before{content:counter(bvside,decimal-leading-zero);color:var(--bv-aqua);font-size:11px;font-weight:900}
body.ysm-design-system .ysm-blog-visual .bv-sidebar .bv-btn{width:100%}
body.ysm-design-system .ysm-blog-visual .bv-sidebar-link{display:flex;justify-content:space-between;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--bv-line);color:var(--bv-blue);font-size:14px;font-weight:800;text-decoration:none}
/* Single Blog articles: hide cached/theme-version fallbacks for Astra's duplicate hero and metadata. */
body.ysm-design-system.single-post .entry-header>.post-thumb-img-content,
body.ysm-design-system.single-post .entry-header>.entry-meta{display:none!important}
body.ysm-design-system.single-post .entry-header.ast-no-title{margin:0!important;padding:0!important}
@media(max-width:1024px){body.ysm-design-system .ysm-blog-visual .bv-hero-grid{grid-template-columns:minmax(0,1fr) 42%;gap:34px}body.ysm-design-system .ysm-blog-visual .bv-visual-flow{grid-template-columns:repeat(2,minmax(0,1fr))}body.ysm-design-system .ysm-blog-visual .bv-visual-arrow::after{display:none}body.ysm-design-system .ysm-blog-visual .bv-content-grid{grid-template-columns:minmax(0,1fr) 280px;gap:38px}}
@media(max-width:767px){
  body.ysm-design-system .ysm-blog-visual .bv-wrap{padding-right:16px;padding-left:16px}body.ysm-design-system .ysm-blog-visual .bv-breadcrumb{overflow-x:auto;white-space:nowrap}
  body.ysm-design-system .ysm-blog-visual .bv-hero-grid{min-height:0;grid-template-columns:1fr;gap:32px;padding-top:44px;padding-bottom:58px}body.ysm-design-system .ysm-blog-visual h1{font-size:clamp(35px,9.8vw,42px)}body.ysm-design-system .ysm-blog-visual .bv-lead{font-size:17px}
  body.ysm-design-system .ysm-blog-visual .bv-actions{display:grid;grid-template-columns:1fr}body.ysm-design-system .ysm-blog-visual .bv-btn{width:100%}body.ysm-design-system .ysm-blog-visual .bv-hero-media{min-height:290px}body.ysm-design-system .ysm-blog-visual .bv-hero-media img{height:290px}
  body.ysm-design-system .ysm-blog-visual .bv-signal-band{margin-top:-18px}body.ysm-design-system .ysm-blog-visual .bv-signals{grid-template-columns:1fr}body.ysm-design-system .ysm-blog-visual .bv-signals article{min-height:80px}body.ysm-design-system .ysm-blog-visual .bv-signals article:first-child{border-radius:8px 8px 0 0}body.ysm-design-system .ysm-blog-visual .bv-signals article:last-child{border-radius:0 0 8px 8px}
  body.ysm-design-system .ysm-blog-visual .bv-visual-section{padding:52px 0}body.ysm-design-system .ysm-blog-visual :is(.bv-visual-flow,.bv-data-panel,.bv-cause-wheel,.bv-content-grid){grid-template-columns:1fr}body.ysm-design-system .ysm-blog-visual .bv-data-panel figure{min-height:270px}body.ysm-design-system .ysm-blog-visual .bv-data-panel figure img{height:240px}body.ysm-design-system .ysm-blog-visual .bv-data-panel>div{padding:24px}body.ysm-design-system .ysm-blog-visual .bv-data-grid{grid-template-columns:1fr}
  body.ysm-design-system .ysm-blog-visual .bv-compare{grid-template-columns:1fr}body.ysm-design-system .ysm-blog-visual .bv-compare-mark{min-height:46px}body.ysm-design-system .ysm-blog-visual .bv-body{padding:54px 0}body.ysm-design-system .ysm-blog-visual .bv-content-grid{gap:34px}body.ysm-design-system .ysm-blog-visual .bv-sidebar{position:static}body.ysm-design-system .ysm-blog-visual .bv-article :is(ul,ol){padding:17px 18px 17px 38px}body.ysm-design-system .ysm-blog-visual .bv-article .grid.two{grid-template-columns:1fr}
}

/* WooCommerce cards and product pages */
body.ysm-design-system .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;margin:32px 0!important}
body.ysm-design-system .woocommerce ul.products::before,body.ysm-design-system .woocommerce ul.products::after{display:none!important}
body.ysm-design-system .woocommerce ul.products li.product{width:auto!important;min-width:0;margin:0!important;padding:18px 18px 20px;border:1px solid var(--ysm-border);border-radius:var(--ysm-radius-card);background:#fff;box-shadow:var(--ysm-shadow);display:flex;flex-direction:column;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
body.ysm-design-system .woocommerce ul.products li.product:hover{border-color:#a9c9da;transform:translateY(-2px);box-shadow:0 12px 30px rgba(12,56,83,.09)}
body.ysm-design-system .woocommerce ul.products li.product a img{width:100%;aspect-ratio:4/3;object-fit:contain;margin:0 0 18px;background:var(--ysm-surface-alt);border-radius:6px}
body.ysm-design-system .woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:2.6em;padding:0;font-size:21px;line-height:1.3;color:var(--ysm-ink)}
body.ysm-design-system .woocommerce ul.products li.product .astra-shop-summary-wrap{display:flex;flex:1;flex-direction:column}
body.ysm-design-system .woocommerce ul.products li.product .woocommerce-loop-product__buttons{margin-top:auto}
body.ysm-design-system .woocommerce ul.products li.product .button{width:100%;margin-top:auto;text-align:center}
body.ysm-design-system.single-product h1.product_title{font-size:clamp(36px,3.5vw,46px);line-height:1.18;color:var(--ysm-ink)}
body.ysm-design-system.single-product .woocommerce-tabs{margin-top:40px}
body.ysm-design-system.single-product .woocommerce-tabs ul.tabs{border-bottom:1px solid var(--ysm-border)}
body.ysm-design-system.single-product .woocommerce-tabs ul.tabs li{border:1px solid var(--ysm-border);border-radius:4px 4px 0 0;background:var(--ysm-surface-alt)}
body.ysm-design-system.single-product .woocommerce-tabs .panel{margin:0;padding:0}
body.ysm-design-system.single-product .woocommerce-Tabs-panel .elementor-top-section{padding-left:0!important;padding-right:0!important}
body.ysm-design-system.single-product .woocommerce-Tabs-panel .elementor-top-section>.elementor-container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}
body.ysm-design-system.page-id-941 .elementor-element-4ca8beb{display:none!important}

/* Forms */
body.ysm-design-system .elementor-form .elementor-field-group>label{margin-bottom:8px;color:var(--ysm-ink);font-family:var(--ysm-font-body);font-size:15px;font-weight:700}
body.ysm-design-system .elementor-form input:not([type="hidden"]):not([type="submit"]),
body.ysm-design-system .elementor-form select,
body.ysm-design-system .elementor-form textarea{
  min-height:48px;padding:12px 14px;border:1px solid #6f7f89!important;border-radius:var(--ysm-radius-button)!important;background:#fff;color:var(--ysm-ink);font-family:var(--ysm-font-body);font-size:16px;box-shadow:none
}
body.ysm-design-system .elementor-form textarea{min-height:128px;resize:vertical}
body.ysm-design-system .elementor-form input:focus,body.ysm-design-system .elementor-form select:focus,body.ysm-design-system .elementor-form textarea:focus{border-color:var(--ysm-primary)!important;outline:2px solid var(--ysm-primary);outline-offset:1px}
body.ysm-design-system .elementor-message-danger{color:var(--ysm-error)}

/* Homepage */
body.ysm-design-system.home .n2-section-smartslider{border-bottom:1px solid var(--ysm-border)}
/* About Us and Blog: preserve the full text-and-pump composition in Slider 4. */
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4-align,
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4{height:min(720px,44.872vw)!important}
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4 .n2-ss-slider-1,
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4 .n2-ss-slider-2,
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4 .n2-ss-slider-3,
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4 .n2-ss-slide-backgrounds,
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4 .n2-ss-slide-background,
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4 .n2-ss-slide-background-image,
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4 .n2-ss-slide-background-color,
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4 .n2-ss-slider-4,
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4 .n2-ss-preserve-size,
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4 .n2-ss-slide,
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4 .n2-ss-slide--focus,
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4 .n2-ss-layers-container,
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4 .n2-ss-layer,
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4 picture,
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4 picture img{height:100%!important}
body.ysm-design-system:is(.page-id-9,.page-id-2091) #n2-ss-4 picture img{width:100%!important;object-fit:cover!important}
body.ysm-design-system.home .elementor-635 .elementor-element-ccc1a07 .elementor-heading-title{font-family:var(--ysm-font-heading);font-size:clamp(42px,3.6vw,48px);line-height:1.18;color:var(--ysm-ink)}
body.ysm-design-system.home .elementor-635 .elementor-element-af04fa8 .elementor-heading-title{font-family:var(--ysm-font-heading);font-size:clamp(30px,2.6vw,36px);color:var(--ysm-primary)}
body.ysm-design-system.home .elementor-635 .elementor-element-98aacee p{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ysm-primary)}
/* Homepage product cards: reuse the Products hub family-card visual system. */
body.ysm-design-system.home .elementor-widget-flip-box .elementor-widget-container{height:100%}
body.ysm-design-system.home .elementor-flip-box{
  position:relative;display:flex;width:100%;max-width:390px;height:522px!important;margin:0 auto;flex-direction:column;overflow:hidden;
  border:1px solid var(--ysm-border);border-radius:var(--ysm-radius-card);background:#fff;box-shadow:var(--ysm-shadow);
  transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease
}
body.ysm-design-system.home .elementor-flip-box:hover,
body.ysm-design-system.home .elementor-flip-box:focus{border-color:#a9c9da;outline:0;transform:translateY(-2px);box-shadow:0 12px 30px rgba(12,56,83,.09)}
body.ysm-design-system.home .elementor-flip-box:focus-visible{outline:2px solid var(--ysm-primary);outline-offset:3px}
body.ysm-design-system.home .elementor-flip-box__layer,
body.ysm-design-system.home .elementor-flip-box:hover .elementor-flip-box__layer,
body.ysm-design-system.home .elementor-flip-box:focus .elementor-flip-box__layer{
  position:relative!important;inset:auto!important;width:100%;border-radius:0!important;transform:none!important;transition:none!important;backface-visibility:visible!important
}
body.ysm-design-system.home .elementor-flip-box__front{
  min-height:279px;flex:0 0 279px;border-bottom:1px solid var(--ysm-border);background-color:#f7fafc!important;
  background-position:center!important;background-repeat:no-repeat!important;background-size:contain!important
}
body.ysm-design-system.home .elementor-flip-box__front .elementor-flip-box__layer__overlay{display:none}
body.ysm-design-system.home .elementor-flip-box__back{min-height:0;flex:1 1 auto;background:#fff!important;color:var(--ysm-ink)!important}
body.ysm-design-system.home .elementor-flip-box__back .elementor-flip-box__layer__overlay{display:flex;height:100%;padding:24px!important;background:transparent!important;text-align:left!important}
body.ysm-design-system.home .elementor-flip-box__back .elementor-flip-box__layer__inner{display:flex;width:100%;height:100%;flex-direction:column;align-items:flex-start}
body.ysm-design-system.home .elementor-flip-box__back .elementor-flip-box__layer__title{margin:8px 0 10px;color:var(--ysm-ink)!important;font-family:var(--ysm-font-heading);font-size:25px!important;line-height:1.3!important;text-align:left}
body.ysm-design-system.home .elementor-flip-box__back .elementor-flip-box__button{
  min-height:0;margin-top:auto;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;
  color:var(--ysm-primary)!important;font-family:var(--ysm-font-body);font-size:17px!important;font-weight:700;line-height:1.5;text-align:left;text-decoration:none;box-shadow:none!important
}
body.ysm-design-system.home .elementor-flip-box__back .elementor-flip-box__button::after{content:" \2192"}
body.ysm-design-system.home .elementor-flip-box__back .elementor-flip-box__button:hover,
body.ysm-design-system.home .elementor-flip-box__back .elementor-flip-box__button:focus{color:var(--ysm-primary-hover)!important;text-decoration:underline}
body.ysm-design-system.home .elementor-counter-number-wrapper{font-family:var(--ysm-font-heading)}

@media(max-width:767px){
  body.ysm-design-system.home .elementor-flip-box{width:calc(100% - 32px);max-width:none;height:515px!important}
  body.ysm-design-system.home .elementor-flip-box__front{min-height:249px;flex-basis:249px}
}

/* Footer */
body.ysm-design-system .elementor-location-footer .elementor-top-section{background:var(--ysm-dark)!important;border-top:4px solid var(--ysm-accent)}
body.ysm-design-system .elementor-location-footer,body.ysm-design-system .elementor-location-footer p,body.ysm-design-system .elementor-location-footer li{color:#dbe8ee}
body.ysm-design-system .elementor-location-footer h2,body.ysm-design-system .elementor-location-footer h3,body.ysm-design-system .elementor-location-footer .elementor-heading-title{color:#fff!important}
body.ysm-design-system .elementor-location-footer a{color:#eaf4f8}
body.ysm-design-system .elementor-location-footer a:hover{color:#fff;text-decoration:underline}
body.ysm-design-system .elementor-location-footer .elementor-divider-separator{border-color:#496271}
/* footer quick-links: no dropdown submenus in footer (2026-07-09) */
body.ysm-design-system .elementor-location-footer ul.sub-menu,
body.ysm-design-system .elementor-location-footer .elementor-nav-menu--dropdown.sub-menu{display:none!important}
body.ysm-design-system .elementor-location-footer .dropdown-menu-toggle,
body.ysm-design-system .elementor-location-footer .sub-arrow{display:none!important}
/* header site search (2026-07-11) */
body.ysm-design-system .elementor-location-header .elementor-widget-search-form{max-width:240px;margin-left:auto}
body.ysm-design-system .elementor-location-header .elementor-search-form__container{border:1px solid #d7e4ec;border-radius:4px;background:#fff;min-height:44px;overflow:hidden}
body.ysm-design-system .elementor-location-header .elementor-search-form__input{font-size:14px;color:#15242f;padding:0 12px}
body.ysm-design-system .elementor-location-header .elementor-search-form__submit{background:#0b4f7a;color:#fff;min-width:44px}
body.ysm-design-system .elementor-location-header .elementor-search-form__submit:hover{background:#083b5c}

/* Product system redesign: Products hub, series pages and WooCommerce model pages. */
body.ysm-design-system .ysm-products-hub,
body.ysm-design-system .ysm-product-system{font-family:var(--ysm-font-body);color:var(--ysm-ink)}
body.ysm-design-system .ysm-products-hub * ,
body.ysm-design-system .ysm-product-system *{box-sizing:border-box}
body.ysm-design-system .ysm-products-wrap{width:100%;max-width:1280px;margin:0 auto;padding:0 28px}
body.ysm-design-system .ysm-products-section{padding:76px 0}
body.ysm-design-system .ysm-products-section.is-soft{background:var(--ysm-surface-alt)}
body.ysm-design-system .ysm-products-heading{max-width:820px;margin-bottom:34px}
body.ysm-design-system .ysm-products-heading h2{margin:8px 0 12px}
body.ysm-design-system .ysm-products-heading p{margin:0;color:var(--ysm-text-muted);font-size:18px;line-height:1.6}
body.ysm-design-system .ysm-products-eyebrow,
body.ysm-design-system .ysm-model-highlights-label{display:block;color:var(--ysm-primary);font-size:13px;font-weight:700;line-height:1.4;letter-spacing:.11em;text-transform:uppercase}
body.ysm-design-system .ysm-products-hero{position:relative;overflow:hidden;background:var(--ysm-dark);color:#fff}
body.ysm-design-system .ysm-products-hero::after{position:absolute;right:-140px;bottom:-210px;width:520px;height:520px;border:1px solid rgba(105,215,255,.18);border-radius:50%;content:""}
body.ysm-design-system .ysm-products-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:64px;align-items:center;min-height:590px;padding-top:66px;padding-bottom:66px}
body.ysm-design-system .ysm-products-hero .ysm-products-eyebrow{color:#69d7ff}
body.ysm-design-system .ysm-products-hero h1{max-width:780px;margin:14px 0 20px;color:#fff;font-size:clamp(42px,4vw,56px);line-height:1.12}
body.ysm-design-system .ysm-products-hero .ysm-products-lead{max-width:760px;margin:0;color:#d8e8f1;font-size:20px;line-height:1.58}
body.ysm-design-system .ysm-products-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
body.ysm-design-system .ysm-products-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border:1px solid #fff;border-radius:var(--ysm-radius-button);background:#fff;color:var(--ysm-primary);font-size:15px;font-weight:700;line-height:1.2;text-decoration:none}
body.ysm-design-system .ysm-products-btn:hover{border-color:#dcecf3;background:#dcecf3;color:var(--ysm-primary-hover)}
body.ysm-design-system .ysm-products-btn.is-secondary{border-color:#8ad7f3;background:transparent;color:#fff}
body.ysm-design-system .ysm-products-btn.is-secondary:hover{border-color:#fff;background:rgba(255,255,255,.08);color:#fff}
body.ysm-design-system .ysm-products-hero-visual{margin:0;padding:24px;border:1px solid rgba(255,255,255,.18);border-radius:var(--ysm-radius-card);background:#fff;box-shadow:0 18px 42px rgba(4,24,38,.22)}
body.ysm-design-system .ysm-products-hero-visual img{display:block;width:100%;height:340px;object-fit:contain}
body.ysm-design-system .ysm-products-hero-visual figcaption{padding:16px 4px 2px;color:var(--ysm-text-muted);font-size:14px;line-height:1.5}
body.ysm-design-system .ysm-products-signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.14);background:#102f43}
body.ysm-design-system .ysm-products-signal{min-height:106px;padding:24px 28px;border-right:1px solid rgba(255,255,255,.14)}
body.ysm-design-system .ysm-products-signal:last-child{border-right:0}
body.ysm-design-system .ysm-products-signal strong{display:block;color:#fff;font-family:var(--ysm-font-heading);font-size:17px;line-height:1.35}
body.ysm-design-system .ysm-products-signal span{display:block;margin-top:4px;color:#bcd2dd;font-size:14px;line-height:1.45}
body.ysm-design-system .ysm-family-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
body.ysm-design-system .ysm-family-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--ysm-border);border-radius:var(--ysm-radius-card);background:#fff;box-shadow:var(--ysm-shadow);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
body.ysm-design-system .ysm-family-card:hover{border-color:#a9c9da;transform:translateY(-2px);box-shadow:0 12px 30px rgba(12,56,83,.09)}
body.ysm-design-system .ysm-family-card-media{display:flex;align-items:center;justify-content:center;min-height:270px;padding:24px;background:#f7fafc;border-bottom:1px solid var(--ysm-border)}
body.ysm-design-system .ysm-family-card-media img{width:100%;height:230px;object-fit:contain}
body.ysm-design-system .ysm-family-card-body{display:flex;flex:1;flex-direction:column;padding:24px}
body.ysm-design-system .ysm-family-card h3{margin:8px 0 10px;font-size:25px!important}
body.ysm-design-system .ysm-family-card p{margin:0 0 20px;color:var(--ysm-text-muted);font-size:16px;line-height:1.6}
body.ysm-design-system .ysm-family-card a{margin-top:auto;font-weight:700;text-decoration:none}
body.ysm-design-system .ysm-duty-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
body.ysm-design-system .ysm-duty-card{min-width:0;padding:26px;border:1px solid var(--ysm-border);border-top:4px solid var(--ysm-primary);border-radius:var(--ysm-radius-card);background:#fff}
body.ysm-design-system .ysm-duty-card h3{margin:0 0 9px;font-size:23px!important}
body.ysm-design-system .ysm-duty-card p{margin:0 0 14px;color:var(--ysm-text-muted)}
body.ysm-design-system .ysm-duty-card a{font-weight:700;text-decoration:none}
body.ysm-design-system .ysm-products-comparison{padding:76px 0;background:#fff}
body.ysm-design-system .ysm-products-table{max-width:100%;overflow-x:auto;border:1px solid var(--ysm-border);border-radius:var(--ysm-radius-card)}
body.ysm-design-system .ysm-products-table table{width:100%;min-width:760px;margin:0;border:0;border-collapse:collapse}
body.ysm-design-system .ysm-products-table th,body.ysm-design-system .ysm-products-table td{padding:15px 16px;border:0;border-right:1px solid var(--ysm-border);border-bottom:1px solid var(--ysm-border);text-align:left;vertical-align:top}
body.ysm-design-system .ysm-products-table th{background:var(--ysm-primary);color:#fff;font-family:var(--ysm-font-heading);font-weight:600}
body.ysm-design-system .ysm-products-table tr:last-child td{border-bottom:0}
body.ysm-design-system .ysm-products-table th:last-child,body.ysm-design-system .ysm-products-table td:last-child{border-right:0}
body.ysm-design-system .ysm-products-table tbody tr:nth-child(even) td{background:var(--ysm-surface-alt)}
body.ysm-design-system .ysm-products-support-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:24px}
body.ysm-design-system .ysm-products-support{padding:30px;border:1px solid var(--ysm-border);border-radius:var(--ysm-radius-card);background:#fff}
body.ysm-design-system .ysm-products-support.is-dark{border-color:var(--ysm-dark);background:var(--ysm-dark);color:#fff}
body.ysm-design-system .ysm-products-support h2{margin:8px 0 12px}
body.ysm-design-system .ysm-products-support.is-dark h2,body.ysm-design-system .ysm-products-support.is-dark p,body.ysm-design-system .ysm-products-support.is-dark li{color:#fff}
body.ysm-design-system .ysm-products-support ul{margin:18px 0 0;padding-left:20px}
body.ysm-design-system .ysm-products-support li{margin:8px 0}
body.ysm-design-system .elementor-element-ysmga004{padding:76px 0!important;background:var(--ysm-surface-alt)}
body.ysm-design-system .elementor-element-ysmga004>.elementor-container{width:100%;max-width:1280px!important;padding:0 28px}
body.ysm-design-system .elementor-element-ysmga004 .elementor-heading-title{margin-bottom:8px;color:var(--ysm-ink)}
body.ysm-design-system.post-type-archive-product .elementor-element-ysmga004 ul.products li.product{overflow:hidden;border:1px solid var(--ysm-border)!important;border-radius:var(--ysm-radius-card)!important;background:#fff!important;box-shadow:var(--ysm-shadow)!important}
body.ysm-design-system.post-type-archive-product .elementor-element-ysmga004 ul.products li.product img{width:100%;height:270px!important;object-fit:contain;background:#f7fafc}
body.ysm-design-system.post-type-archive-product .elementor-element-ysmga004 ul.products li.product .woocommerce-loop-product__title{min-height:66px;margin:0;padding:18px 20px 8px!important;font-size:22px!important;line-height:1.32!important}
body.ysm-design-system.post-type-archive-product .elementor-element-ysmga004 ul.products li.product .woocommerce-loop-product__buttons{margin-top:auto;padding:0 20px 20px}
body.ysm-design-system .ysm-products-faq{width:100%;max-width:1280px;margin:0 auto;padding:76px 28px}
body.ysm-design-system .ysm-products-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:30px}
body.ysm-design-system .ysm-products-faq article{padding:24px;border:1px solid var(--ysm-border);border-radius:var(--ysm-radius-card);background:#fff}
body.ysm-design-system .ysm-products-faq h3{margin:0 0 8px;font-size:21px!important}
body.ysm-design-system .ysm-products-faq p{margin:0;color:var(--ysm-text-muted)}

body.ysm-design-system .ysm-series-content{width:100%;max-width:1280px;margin:0 auto;padding:0 28px}
body.ysm-design-system .ysm-series-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:52px;align-items:center;margin:14px 0 64px;padding:48px;border-radius:var(--ysm-radius-card);background:var(--ysm-dark);color:#fff;overflow:hidden}
body.ysm-design-system .ysm-series-hero-copy{min-width:0}
body.ysm-design-system .ysm-series-hero .eyebrow{color:#69d7ff!important}
body.ysm-design-system .ysm-series-hero h1{margin:12px 0 18px;color:#fff;font-size:clamp(40px,4vw,54px);line-height:1.12}
body.ysm-design-system .ysm-series-hero .lead{max-width:780px;color:#d8e8f1}
body.ysm-design-system .ysm-series-hero .actions .btn{border-color:#fff;background:#fff;color:var(--ysm-primary)}
body.ysm-design-system .ysm-series-hero .actions .btn.alt{border-color:#8ad7f3;background:transparent;color:#fff}
body.ysm-design-system .ysm-series-hero .grid{gap:12px;margin-top:28px}
body.ysm-design-system .ysm-series-hero .card{padding:17px;border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.06);box-shadow:none}
body.ysm-design-system .ysm-series-hero .card span{display:block;color:#d8e8f1;font-size:13px;line-height:1.4}
body.ysm-design-system .ysm-series-hero .card .kpi{color:#fff;font-size:22px}
body.ysm-design-system .ysm-series-hero .note{color:#bcd2dd}
body.ysm-design-system .ysm-series-visual{margin:0;padding:22px;border-radius:var(--ysm-radius-card);background:#fff}
body.ysm-design-system .ysm-series-visual img{display:block;width:100%;height:330px;object-fit:contain}
body.ysm-design-system .ysm-series-visual figcaption{padding:14px 2px 0;color:var(--ysm-text-muted);font-size:13px;line-height:1.5}
body.ysm-design-system .ysm-series-body>.section,
body.ysm-design-system .ysm-series-body>.ysm-rd>.section,
body.ysm-design-system .ysm-series-body>div>.ysm-rd>.section{padding:52px 0;border-bottom:1px solid var(--ysm-border)}
body.ysm-design-system .ysm-series-body>.section:first-child{padding-top:0}
body.ysm-design-system .ysm-series-body>.section:last-child{border-bottom:0}
body.ysm-design-system .ysm-series-body .band{background:var(--ysm-dark);color:#fff}

body.ysm-design-system.single-product .elementor-element-c5102ed{padding:62px 0!important;border-bottom:1px solid var(--ysm-border);background:var(--ysm-surface-alt)}
body.ysm-design-system.single-product .elementor-element-c5102ed>.elementor-container{width:100%;max-width:1280px!important;gap:56px;padding:0 28px}
body.ysm-design-system.single-product .elementor-element-c5102ed .elementor-column{min-width:0}
body.ysm-design-system.single-product .elementor-element-c5102ed .elementor-element-71b5b1e{overflow:hidden;padding:24px;border:1px solid var(--ysm-border);border-radius:var(--ysm-radius-card);background:#fff;box-shadow:var(--ysm-shadow)}
body.ysm-design-system.single-product .woocommerce-product-gallery{margin:0!important}
body.ysm-design-system.single-product .woocommerce-product-gallery__image a{display:flex;align-items:center;justify-content:center;min-height:450px}
body.ysm-design-system.single-product .woocommerce-product-gallery__image img{width:100%!important;height:450px!important;object-fit:contain}
body.ysm-design-system.single-product .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px!important}
body.ysm-design-system.single-product .flex-control-thumbs li{width:auto!important;margin:0!important;border:1px solid var(--ysm-border);border-radius:4px;background:#fff}
body.ysm-design-system.single-product .flex-control-thumbs img{height:78px!important;object-fit:contain}
body.ysm-design-system.single-product .elementor-element-83a134e{margin-bottom:14px}
body.ysm-design-system.single-product .elementor-element-f6b746e .product_title{margin:0 0 18px;font-size:clamp(40px,3.7vw,52px)!important;line-height:1.12!important}
body.ysm-design-system.single-product .elementor-element-57ad109{margin-bottom:0}
body.ysm-design-system.single-product .elementor-element-57ad109 p{margin:0;color:var(--ysm-text-muted);font-size:19px;line-height:1.58}
body.ysm-design-system .ysm-model-highlights{margin:25px 0 0}
body.ysm-design-system .ysm-model-highlights-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
body.ysm-design-system .ysm-model-highlights-list span{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border:1px solid #b9d6e4;border-radius:4px;background:#fff;color:var(--ysm-primary);font-size:13px;font-weight:700;line-height:1.2}
body.ysm-design-system .ysm-model-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
body.ysm-design-system .ysm-model-actions a{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border:1px solid var(--ysm-primary);border-radius:var(--ysm-radius-button);background:var(--ysm-primary);color:#fff;font-size:15px;font-weight:700;line-height:1.2;text-decoration:none}
body.ysm-design-system .ysm-model-actions a:hover{border-color:var(--ysm-primary-hover);background:var(--ysm-primary-hover);color:#fff}
body.ysm-design-system .ysm-model-actions a.is-secondary{background:#fff;color:var(--ysm-primary)}
body.ysm-design-system .ysm-model-actions a.is-secondary:hover{background:#eaf3f7;color:var(--ysm-primary-hover)}
body.ysm-design-system.single-product .elementor-element-f2c120f{margin-top:24px;padding-top:20px;border-top:1px solid var(--ysm-border)}
body.ysm-design-system.single-product .product_meta{color:var(--ysm-text-muted);font-size:14px;line-height:1.7}
body.ysm-design-system.single-product .product_meta>span{display:block}
body.ysm-design-system.single-product .elementor-element-17e205f{padding:0!important;background:#fff}
body.ysm-design-system.single-product .elementor-element-17e205f>.elementor-container{width:100%;max-width:1280px!important;padding:0 28px}
body.ysm-design-system.single-product .woocommerce-tabs{padding:58px 0 68px}
body.ysm-design-system.single-product .woocommerce-tabs ul.tabs{display:none}
body.ysm-design-system.single-product .woocommerce-tabs .panel{margin:0!important}
body.ysm-design-system .ysm-model-content>.section{padding:50px 0;border-bottom:1px solid var(--ysm-border)}
body.ysm-design-system .ysm-model-content>.section:first-of-type{padding-top:30px}
body.ysm-design-system .ysm-model-content>.section:last-child{border-bottom:0}
body.ysm-design-system .ysm-model-content .grid.two .card{height:100%}
body.ysm-design-system .ysm-model-content .section.faq h3{padding-top:8px}
body.ysm-design-system.single-product .elementor-element-8d1f3da{padding:72px 0!important;border-top:1px solid var(--ysm-border);background:var(--ysm-surface-alt)}
body.ysm-design-system.single-product .elementor-element-8d1f3da>.elementor-container{width:100%;max-width:1280px!important;padding:0 28px}
body.ysm-design-system.single-product .related.products>h2{margin-bottom:30px}
body.ysm-design-system.single-product .related ul.products li.product{overflow:hidden;border:1px solid var(--ysm-border)!important;border-radius:var(--ysm-radius-card)!important;background:#fff!important;box-shadow:var(--ysm-shadow)!important}
body.ysm-design-system.single-product .related ul.products li.product img{height:250px!important;object-fit:contain;background:#fff}

@media(max-width:1024px){
  body.ysm-design-system .ysm-products-hero-grid,body.ysm-design-system .ysm-series-hero{grid-template-columns:1fr;gap:34px}
  body.ysm-design-system .ysm-products-hero-grid{min-height:0}
  body.ysm-design-system .ysm-products-hero-visual img,body.ysm-design-system .ysm-series-visual img{height:300px}
  body.ysm-design-system .ysm-family-grid,body.ysm-design-system .ysm-duty-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.ysm-design-system .ysm-products-support-grid{grid-template-columns:1fr}
  body.ysm-design-system.single-product .elementor-element-c5102ed>.elementor-container{gap:32px}
  body.ysm-design-system.single-product .woocommerce-product-gallery__image a{min-height:360px}
  body.ysm-design-system.single-product .woocommerce-product-gallery__image img{height:360px!important}
}
@media(max-width:767px){
  body.ysm-design-system .ysm-products-wrap,body.ysm-design-system .ysm-series-content,body.ysm-design-system .ysm-products-faq{padding-right:16px;padding-left:16px}
  body.ysm-design-system .ysm-products-section,body.ysm-design-system .ysm-products-comparison,body.ysm-design-system .ysm-products-faq{padding-top:48px;padding-bottom:48px}
  body.ysm-design-system .ysm-products-hero-grid{gap:30px;padding-top:48px;padding-bottom:48px}
  body.ysm-design-system .ysm-products-hero h1{font-size:clamp(34px,9vw,40px)}
  body.ysm-design-system .ysm-products-hero .ysm-products-lead{font-size:18px}
  body.ysm-design-system .ysm-products-actions,body.ysm-design-system .ysm-model-actions{display:grid;grid-template-columns:1fr}
  body.ysm-design-system .ysm-products-hero-visual{padding:16px}
  body.ysm-design-system .ysm-products-hero-visual img{height:250px}
  body.ysm-design-system .ysm-products-signals{grid-template-columns:1fr}
  body.ysm-design-system .ysm-products-signal{min-height:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}
  body.ysm-design-system .ysm-products-signal:last-child{border-bottom:0}
  body.ysm-design-system .ysm-family-grid,body.ysm-design-system .ysm-duty-grid,body.ysm-design-system .ysm-products-faq-grid{grid-template-columns:1fr}
  body.ysm-design-system .ysm-family-card-media{min-height:230px}
  body.ysm-design-system .ysm-family-card-media img{height:200px}
  body.ysm-design-system .elementor-element-ysmga004{padding:48px 0!important}
  body.ysm-design-system .elementor-element-ysmga004>.elementor-container{padding:0 16px}
  body.ysm-design-system .ysm-series-hero{margin-bottom:48px;padding:28px 20px}
  body.ysm-design-system .ysm-series-hero h1{font-size:clamp(34px,9vw,40px)}
  body.ysm-design-system .ysm-series-visual img{height:250px}
  body.ysm-design-system .ysm-series-body>.section,body.ysm-design-system .ysm-series-body>.ysm-rd>.section,body.ysm-design-system .ysm-series-body>div>.ysm-rd>.section{padding:40px 0}
  body.ysm-design-system.single-product .elementor-element-c5102ed{padding:42px 0!important}
  body.ysm-design-system.single-product .elementor-element-c5102ed>.elementor-container{padding:0 16px}
  body.ysm-design-system.single-product .elementor-element-c5102ed .elementor-element-71b5b1e{padding:14px}
  body.ysm-design-system.single-product .woocommerce-product-gallery__image a{min-height:280px}
  body.ysm-design-system.single-product .woocommerce-product-gallery__image img{height:280px!important}
  body.ysm-design-system.single-product .elementor-element-f6b746e .product_title{font-size:clamp(34px,9vw,40px)!important}
  body.ysm-design-system.single-product .elementor-element-57ad109 p{font-size:18px}
  body.ysm-design-system.single-product .elementor-element-17e205f>.elementor-container,body.ysm-design-system.single-product .elementor-element-8d1f3da>.elementor-container{padding:0 16px}
  body.ysm-design-system.single-product .woocommerce-tabs{padding:40px 0 48px}
  body.ysm-design-system .ysm-model-content>.section{padding:40px 0}
  body.ysm-design-system.single-product .elementor-element-8d1f3da{padding:48px 0!important}
}

/* Blog / Insights editorial card loop (Blog page ID 2091). */
body.ysm-design-system .ysm-insights-list{width:100%;padding:28px 0 8px}
body.ysm-design-system .ysm-insights-grid{display:grid;grid-template-columns:repeat(3,minmax(0,390px));justify-content:center;align-items:stretch;gap:28px 28px;width:100%;margin:0 auto}
body.ysm-design-system .ysm-insight-card{min-width:0;margin:0;overflow:hidden;border:1px solid #d9dfd7;border-radius:0;background:#fff;box-shadow:none}
body.ysm-design-system .ysm-insight-card-link{display:grid;grid-template-rows:auto 1fr;width:100%;height:100%;color:inherit!important;text-decoration:none!important}
body.ysm-design-system .ysm-insight-media{position:relative;aspect-ratio:16/10;overflow:hidden;background:#e9eee8}
body.ysm-design-system .ysm-insight-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .24s ease}
body.ysm-design-system .ysm-insight-media::after{position:absolute;z-index:2;bottom:-1px;left:-1px;width:92px;height:22px;background:#fff;clip-path:polygon(0 0,0 100%,100% 100%);content:"";pointer-events:none}
body.ysm-design-system .ysm-insight-fold{position:absolute;z-index:3;right:-1px;bottom:-1px;width:92px;height:22px;pointer-events:none}
body.ysm-design-system .ysm-insight-fold-light{position:absolute;inset:0;display:block;background:#91a75d;clip-path:polygon(100% 0,100% 100%,0 100%)}
body.ysm-design-system .ysm-insight-body{display:flex;min-width:0;flex-direction:column;padding:22px 22px 24px}
body.ysm-design-system .ysm-insight-date{margin:0 0 10px;color:#007fae;font-family:var(--ysm-font-heading);font-size:14px;line-height:1.2;font-weight:700;letter-spacing:.06em;font-variant-numeric:tabular-nums}
body.ysm-design-system .ysm-insight-title{display:-webkit-box;min-height:96px;margin:0 0 12px;overflow:hidden;color:#002d62!important;font-family:"Arial Narrow","Roboto Condensed",var(--ysm-font-heading)!important;font-size:24px!important;line-height:1.32!important;font-weight:700;letter-spacing:-.015em;text-wrap:balance;-webkit-box-orient:vertical;-webkit-line-clamp:3;transition:color .2s ease}
body.ysm-design-system .ysm-insight-excerpt{display:-webkit-box;min-height:56px;margin:0 0 20px;overflow:hidden;color:#6d5a4c!important;font-size:17px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}
body.ysm-design-system .ysm-insight-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-top:auto;padding-top:14px;border-top:1px solid #e4e8e2}
body.ysm-design-system .ysm-insight-author{display:flex;min-width:0;align-items:center;gap:10px}
body.ysm-design-system .ysm-insight-avatar{display:flex;width:40px;height:40px;flex:0 0 40px;align-items:center;justify-content:center;overflow:hidden;border:1px solid #d5ddd5;border-radius:50%;background:#f6f8f5}
body.ysm-design-system .ysm-insight-avatar img{display:block;width:100%;height:100%;padding:6px;object-fit:contain}
body.ysm-design-system .ysm-insight-author-copy{display:flex;min-width:0;flex-direction:column;color:#314655;line-height:1.28}
body.ysm-design-system .ysm-insight-author-copy strong{font-size:15px;font-weight:700}
body.ysm-design-system .ysm-insight-author-copy small{margin-top:2px;color:#60717b;font-size:13px}
body.ysm-design-system .ysm-insight-arrow{flex:0 0 auto;color:#5b920d;font-family:Arial,sans-serif;font-size:26px;line-height:1;transition:color .2s ease,transform .2s ease}
body.ysm-design-system .ysm-insight-card-link:hover .ysm-insight-image,
body.ysm-design-system .ysm-insight-card-link:focus-visible .ysm-insight-image{transform:scale(1.035)}
body.ysm-design-system .ysm-insight-card-link:hover .ysm-insight-title,
body.ysm-design-system .ysm-insight-card-link:focus-visible .ysm-insight-title,
body.ysm-design-system .ysm-insight-card-link:hover .ysm-insight-arrow,
body.ysm-design-system .ysm-insight-card-link:focus-visible .ysm-insight-arrow{color:#5b920d!important}
body.ysm-design-system .ysm-insight-card-link:hover .ysm-insight-arrow,
body.ysm-design-system .ysm-insight-card-link:focus-visible .ysm-insight-arrow{transform:translateX(4px)}
body.ysm-design-system .ysm-insight-card-link:focus-visible{position:relative;z-index:4;outline:3px solid #007fae;outline-offset:-3px}
/* Minimal industrial pagination shared by Blog, search archives and WooCommerce lists. */
body.ysm-design-system .ysm-pagination-bar{display:flex;width:100%;min-height:88px;align-items:center;justify-content:space-between;gap:24px;margin:32px 0 0;padding:16px 0;background:#fff}
body.ysm-design-system .ysm-pagination-summary{flex:1 1 auto;margin:0;color:#36404a;font-family:var(--ysm-font-body);font-size:17px;line-height:1.4;font-weight:400}
body.ysm-design-system .ysm-pagination-controls,
body.ysm-design-system .elementor-pagination{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:16px;margin:0;padding:0}
body.ysm-design-system .ysm-pagination-controls .page-numbers,
body.ysm-design-system .elementor-pagination .page-numbers,
body.ysm-design-system .woocommerce nav.woocommerce-pagination>.page-numbers>li>.page-numbers{display:inline-flex;min-width:28px;min-height:44px;align-items:center;justify-content:center;padding:0;border:0;border-radius:0;background:transparent;color:#36404a;font-family:var(--ysm-font-body);font-size:18px;line-height:1;font-weight:400;text-decoration:none;transition:color .18s ease,text-decoration-color .18s ease}
body.ysm-design-system .ysm-pagination-controls a.page-numbers:hover,
body.ysm-design-system .ysm-pagination-controls a.page-numbers:focus-visible,
body.ysm-design-system .elementor-pagination a.page-numbers:hover,
body.ysm-design-system .elementor-pagination a.page-numbers:focus-visible,
body.ysm-design-system .woocommerce nav.woocommerce-pagination>.page-numbers>li>a.page-numbers:hover,
body.ysm-design-system .woocommerce nav.woocommerce-pagination>.page-numbers>li>a.page-numbers:focus-visible{color:#4d8708!important;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:6px}
body.ysm-design-system .ysm-pagination-controls .page-numbers.current,
body.ysm-design-system .elementor-pagination .page-numbers.current,
body.ysm-design-system .woocommerce nav.woocommerce-pagination>.page-numbers>li>.page-numbers.current{width:40px;min-width:40px;height:40px;min-height:40px;padding:0;background:#4d8708;color:#fff!important;font-weight:700;transform:rotate(45deg)}
body.ysm-design-system .ysm-pagination-controls .page-numbers.current .ysm-pagination-number,
body.ysm-design-system .elementor-pagination .page-numbers.current .ysm-pagination-number,
body.ysm-design-system .woocommerce nav.woocommerce-pagination>.page-numbers>li>.page-numbers.current .ysm-pagination-number{display:inline-block;transform:rotate(-45deg)}
body.ysm-design-system .ysm-pagination-controls .prev,
body.ysm-design-system .ysm-pagination-controls .next,
body.ysm-design-system .elementor-pagination .prev,
body.ysm-design-system .elementor-pagination .next,
body.ysm-design-system .woocommerce nav.woocommerce-pagination>.page-numbers>li>.prev,
body.ysm-design-system .woocommerce nav.woocommerce-pagination>.page-numbers>li>.next{font-family:Arial,sans-serif;font-size:30px;font-weight:300;line-height:1}
body.ysm-design-system .ysm-pagination-controls .is-disabled,
body.ysm-design-system .elementor-pagination .is-disabled,
body.ysm-design-system .woocommerce nav.woocommerce-pagination>.page-numbers>li>.is-disabled{color:#b7c0c3;cursor:default}
body.ysm-design-system .woocommerce .woocommerce-result-count{float:none;margin:0 0 16px;color:#36404a;font-family:var(--ysm-font-body);font-size:17px;line-height:1.4;font-weight:400}
body.ysm-design-system .woocommerce nav.woocommerce-pagination{display:flex;min-height:88px;align-items:center;justify-content:flex-end;gap:16px;margin:32px 0 0;padding:16px 0;background:#fff}

@media(max-width:1199px){
  body.ysm-design-system .ysm-insights-grid{grid-template-columns:repeat(2,minmax(0,390px))}
  body.ysm-design-system .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.ysm-design-system .elementor-section.elementor-section-boxed>.elementor-container{max-width:1280px}
}
@media(max-width:1024px){body.ysm-design-system.page-id-941 .elementor-element-ee10f01{display:block!important}}
@media(max-width:767px){
  body.ysm-design-system{font-size:16px;line-height:1.65}
  body.ysm-design-system .ysm-breadcrumbs,
  body.ysm-design-system .woocommerce-breadcrumb{font-size:16px!important;line-height:1.65!important}
  body.ysm-design-system h1{font-size:clamp(34px,9vw,40px)}
  body.ysm-design-system h2{font-size:clamp(27px,7.5vw,31px)}
  body.ysm-design-system h3{font-size:clamp(20px,6vw,23px)}
  body.ysm-design-system .elementor-widget-heading h1.elementor-heading-title{font-size:clamp(34px,9vw,40px)!important}
  body.ysm-design-system .elementor-widget-heading h2.elementor-heading-title{font-size:clamp(27px,7.5vw,31px)!important}
  body.ysm-design-system .elementor-widget-heading h3.elementor-heading-title{font-size:clamp(20px,6vw,23px)!important}
  body.ysm-design-system.home .elementor-635 .elementor-element-ccc1a07 .elementor-heading-title{font-size:36px!important;line-height:1.18!important}
  body.ysm-design-system .elementor-section.elementor-section-boxed>.elementor-container{max-width:1280px}
  body.ysm-design-system .woocommerce ul.products{grid-template-columns:1fr!important;gap:20px!important}
  body.ysm-design-system .woocommerce ul.products li.product .woocommerce-loop-product__buttons .button{display:flex;min-height:74px;align-items:center;justify-content:center}
  body.ysm-design-system .ysm-rd .grid,body.ysm-design-system .ysm-rd .grid.two{grid-template-columns:1fr;gap:18px}
  body.ysm-design-system .ysm-rd .section{padding:24px 0}
  body.ysm-design-system .ysm-rd .band{padding:24px 20px}
  body.ysm-design-system .ysm-rd .actions{display:grid;grid-template-columns:1fr}
  body.ysm-design-system .ysm-rd .btn,body.ysm-design-system .elementor-form .elementor-button{width:100%}
  body.ysm-design-system .elementor-location-header .elementor-button{min-width:44px;width:auto}
  body.ysm-design-system .elementor-menu-toggle{min-width:44px!important;min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
  body.ysm-design-system .elementor-location-header .elementor-element-d31bc38{padding:8px 12px!important}
  body.ysm-design-system .elementor-location-header .elementor-element-d31bc38>.elementor-container{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px}
  body.ysm-design-system .elementor-location-header .elementor-element-df83a0e{width:auto!important;flex:1 1 auto!important;min-width:0}
  body.ysm-design-system .elementor-location-header .elementor-element-2b18bbd{width:52px!important;flex:0 0 52px!important}
  body.ysm-design-system .elementor-location-header .elementor-element-20343d8{width:auto!important;flex:0 0 auto!important}
  body.ysm-design-system .elementor-location-header .elementor-element-d31bc38 .elementor-column{min-height:64px!important}
  body.ysm-design-system .elementor-location-header .elementor-element-1d39606,
  body.ysm-design-system .elementor-location-header .elementor-element-1d39606 .elementor-widget-container{height:auto!important;text-align:left!important}
  body.ysm-design-system .elementor-location-header .elementor-element-1d39606 img{width:150px!important;height:auto!important;max-height:64px!important;object-fit:contain}
  body.ysm-design-system .elementor-location-header .elementor-element-30ef587 .elementor-button{padding-inline:16px!important}
  body.ysm-design-system .elementor-location-header .elementor-menu-toggle,
  body.ysm-design-system .elementor-location-header .ast-menu-toggle,
  body.ysm-design-system .elementor-location-header .dropdown-menu-toggle,
  body.ysm-design-system .elementor-location-header .sub-arrow,
  body.ysm-design-system .elementor-location-header .menu-toggle-close{min-width:44px!important;min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
  body.ysm-design-system .ysm-pagination-bar{min-height:0;flex-direction:column;align-items:flex-start;gap:14px;margin-top:24px;padding:16px 0}
  body.ysm-design-system .ysm-pagination-summary{font-size:16px;line-height:1.45}
  body.ysm-design-system .ysm-pagination-controls,
  body.ysm-design-system .elementor-pagination,
  body.ysm-design-system .woocommerce nav.woocommerce-pagination{width:100%;flex-wrap:wrap;justify-content:flex-start;gap:10px}
  body.ysm-design-system .ysm-pagination-controls .page-numbers,
  body.ysm-design-system .elementor-pagination .page-numbers,
  body.ysm-design-system .woocommerce nav.woocommerce-pagination>.page-numbers>li>.page-numbers{font-size:17px}
  body.ysm-design-system .ysm-pagination-controls .page-numbers.current,
  body.ysm-design-system .elementor-pagination .page-numbers.current,
  body.ysm-design-system .woocommerce nav.woocommerce-pagination>.page-numbers>li>.page-numbers.current{width:38px;min-width:38px;height:38px;min-height:38px}
  body.ysm-design-system .ysm-pagination-controls .prev,
  body.ysm-design-system .ysm-pagination-controls .next,
  body.ysm-design-system .elementor-pagination .prev,
  body.ysm-design-system .elementor-pagination .next,
  body.ysm-design-system .woocommerce nav.woocommerce-pagination .prev,
  body.ysm-design-system .woocommerce nav.woocommerce-pagination>.page-numbers>li>.next{font-size:28px}
  body.ysm-design-system .woocommerce .woocommerce-result-count{font-size:16px}
  body.ysm-design-system .ysm-insights-list{padding-top:20px}
  body.ysm-design-system .ysm-insights-grid{grid-template-columns:minmax(0,390px);gap:22px;width:100%}
  body.ysm-design-system .ysm-insight-card{width:100%;max-width:390px;margin-inline:auto}
  body.ysm-design-system .ysm-insight-body{padding:20px 18px 22px}
  body.ysm-design-system .ysm-insight-title{min-height:0;font-size:23px!important;line-height:1.3!important}
  body.ysm-design-system .ysm-insight-excerpt{min-height:53px;margin-bottom:20px;font-size:16px;line-height:1.65}
  body.ysm-design-system .ysm-insight-author-copy strong{font-size:14px}
  body.ysm-design-system .ysm-insight-author-copy small{font-size:12px}
}
@media(prefers-reduced-motion:reduce){
  body.ysm-design-system *,body.ysm-design-system *::before,body.ysm-design-system *::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}