:root {
  --navy: #0d347a;
  --blue: #145bc4;
  --bright: #2090f0;
  --ice: #eef6ff;
  --soft: #f6f9fe;
  --ink: #061a3a;
  --body: #243d5b;
  --muted: #526982;
  --line: #dbe7f5;
  --white: #ffffff;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Bahnschrift, "Aptos Display", Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.72;
  overflow-x: hidden;
}
body.panel-open { overflow: hidden; }
::selection { color: #fff; background: var(--blue); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin: 0; }
.wrap { width: min(var(--max), calc(100% - 80px)); margin: 0 auto; }

/* Elementor 4 renders containers without the legacy .e-con-inner wrapper. */
.elementor-element.home-shell,
.elementor-element.about-native-shell,
.elementor-element.home-shell > .e-con-inner,
.elementor-element.about-native-shell > .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-element.shell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.elementor-element.global-header-shell,
.elementor-element.global-footer-shell,
.measflow-global-header,
.measflow-global-footer {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-element.global-header-shell,
.elementor-element.global-footer-shell {
  gap: 0 !important;
}
.measflow-global-header { position: relative; z-index: 500; }
.measflow-global-footer { position: relative; z-index: 1; }
.elementor-element.wrap {
  width: min(var(--max), calc(100% - 80px)) !important;
  max-width: min(var(--max), calc(100% - 80px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.elementor-element.home-shell .e-con-inner,
.elementor-element.about-native-shell .e-con-inner,
.elementor-element.shell .e-con-inner {
  display: contents !important;
}

.home-shell > .e-con-inner,
.about-native-shell > .e-con-inner,
.wrap > .e-con-inner,
.nav > .e-con-inner,
.header-tools > .e-con-inner,
.lang-current > .e-con-inner,
.lang-menu > .e-con-inner,
.panel-head > .e-con-inner,
.mobile-drawer > .e-con-inner,
.drawer-nav > .e-con-inner,
.drawer-sub > .e-con-inner,
.search-panel > .e-con-inner,
.search-results > .e-con-inner,
.article-breadcrumbs > .e-con-inner,
.product-band > .e-con-inner,
.steps-grid > .e-con-inner,
.post-grid > .e-con-inner,
.footer-grid > .e-con-inner,
.about-page > .e-con-inner,
.about-facts-section > .e-con-inner,
.about-offer-links > .e-con-inner,
.about-product-row > .e-con-inner,
.about-quality-images > .e-con-inner,
.about-activity-grid > .e-con-inner,
.about-customer-grid > .e-con-inner {
  display: contents;
}

.home-shell:not(.global-header-shell):not(.global-footer-shell) [data-aos],
.home-shell:not(.global-header-shell):not(.global-footer-shell) .hostinger-elementor-aos,
.about-native-shell [data-aos],
.about-native-shell .hostinger-elementor-aos,
.case-studies-shell [data-aos],
.case-studies-shell .hostinger-elementor-aos,
.case-study-detail-shell [data-aos],
.case-study-detail-shell .hostinger-elementor-aos {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.about-native-shell {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
  will-change: opacity, transform;
}

.about-native-shell.about-shell-motion.is-visible {
  opacity: 1;
  transform: none;
}

.topbar { height: 40px; border-bottom: 1px solid var(--line); background: linear-gradient(90deg, #fff 0%, #f5f9ff 100%); }
.elementor-element.topbar { height: 40px !important; min-height: 40px !important; padding: 0 !important; }
.topbar .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar .wrap,
.topbar .wrap > .e-con-inner { height: 40px !important; min-height: 40px !important; }
.topbar .wrap > .elementor-element { width: auto !important; height: 40px !important; min-height: 40px !important; flex: 0 0 auto !important; align-self: center !important; }
.topbar .wrap { position: relative !important; }
.topbar .socials, .topbar .toplinks { position: absolute !important; top: 0 !important; width: max-content !important; height: 40px !important; min-height: 40px !important; flex: 0 0 auto !important; }
.topbar .socials { left: 0 !important; }
.topbar .toplinks { right: 0 !important; }
.topbar .socials > .elementor-element, .topbar .toplinks > .elementor-element { width: auto !important; height: 40px !important; min-height: 40px !important; flex: 0 0 auto !important; }
.socials, .toplinks { display: flex; align-items: center; gap: 20px; color: var(--navy); }
.topbar a { font-size: 13px; font-weight: 500; line-height: 1; }
.topbar a:hover { color: var(--bright); }
.icon-btn, .menu-btn, .search-btn, .close-btn, .back-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--navy);
  padding: 0;
}
.icon-btn svg, .menu-btn svg, .search-btn svg, .close-btn svg, .back-top svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.header { position: sticky !important; top: 0 !important; z-index: 500 !important; overflow: visible !important; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 8px 24px rgba(13,52,122,.04); }
.header .wrap { min-height: 84px; display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: space-between !important; gap: 28px; }
.header .wrap > * { min-width: 0; }
.header .wrap > .e-con-inner { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: space-between !important; gap: 28px; width: 100% !important; }
.header .wrap > .e-con-inner > * { width: auto !important; flex: 0 0 auto !important; }
.header .wrap > .e-con-inner > .nav { flex: 1 1 auto !important; justify-content: center !important; }
.header .wrap > .e-con-inner > .header-tools { flex: 0 0 auto !important; margin-left: auto; }
.header .wrap > .elementor-element { width: auto !important; flex: 0 0 auto !important; align-self: center !important; }
.header .wrap > .elementor-widget-image { width: 132px !important; max-width: 132px !important; height: 74px !important; }
.header .wrap > .elementor-widget-image img { width: 132px !important; height: 74px !important; object-fit: contain !important; }
.header .wrap > .elementor-element.nav { flex: 1 1 auto !important; width: auto !important; justify-content: center !important; }
.header .nav > .elementor-element.nav-item { width: auto !important; min-width: max-content !important; height: 84px !important; min-height: 84px !important; flex: 0 0 auto !important; flex-direction: row !important; align-items: center !important; }
.header .wrap > .elementor-element.header-tools { flex: 0 0 auto !important; margin-left: auto; }
.header .lang { width: auto !important; height: 30px !important; min-height: 30px !important; flex: 0 0 auto !important; flex-direction: row !important; align-items: center !important; }
.header .lang-current { width: auto !important; height: 30px !important; min-height: 30px !important; }
.header .lang-menu { position: absolute !important; top: calc(100% + 12px) !important; right: 0 !important; width: auto !important; height: auto !important; min-width: 96px !important; }
.header .search-btn { width: 18px !important; height: 30px !important; min-height: 30px !important; }
.brand { display: inline-flex; align-items: center; justify-content: flex-start; width: 132px; height: 74px; }
.brand img { width: 132px; height: auto; object-fit: contain; }
.nav { display: flex !important; align-items: center !important; gap: 30px; min-width: 0; flex: 1 1 auto; justify-content: center; }
.nav-item { position: relative; display: inline-flex; align-items: center; min-height: 84px; font-size: 18px; font-weight: 500; line-height: 1.25; white-space: nowrap; }
.nav-item > a, .nav-item > button { color: var(--ink); font: inherit; border: 0; background: transparent; padding: 0; }
.nav-item:hover > a, .nav-item:hover > button, .nav-item.active > a { color: var(--bright); }
.nav-item.active > a { text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 2px; text-decoration-color: var(--bright); }
.nav-item > .nav-toggle .elementor-button { cursor: pointer; }
.nav-item:hover > .elementor-widget-button .elementor-button,
.nav-item.active > .elementor-widget-button .elementor-button { color: var(--bright) !important; }
.nav-item.active > .elementor-widget-button .elementor-button { text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 2px; text-decoration-color: var(--bright); }
.dropdown { position: absolute !important; top: 100% !important; left: -18px !important; z-index: 510 !important; width: 302px !important; height: auto !important; min-height: 0 !important; padding: 14px 0 !important; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 38px rgba(13,52,122,.11); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .16s ease; }
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown, .nav-item.is-open .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 8px 18px; color: var(--ink); font-size: 14px; line-height: 1.35; }
.dropdown a:hover { color: var(--bright); background: var(--ice); }
.header-tools { display: flex !important; align-items: center !important; justify-content: flex-end; gap: 22px; flex: 0 0 auto; }
.lang { position: relative; font-size: 18px; font-weight: 500; line-height: 1; }
.lang-current { display: inline-flex; align-items: center; gap: 6px; min-height: 30px; border: 0; background: transparent; padding: 0; font: inherit; }
.flag { width: 18px; height: 12px; display: inline-block; background: linear-gradient(#b22234 0 14%, #fff 14% 28%, #b22234 28% 42%, #fff 42% 56%, #b22234 56% 70%, #fff 70% 84%, #b22234 84%); position: relative; box-shadow: inset 0 0 0 1px rgba(0,0,0,.12); }
.flag::before { content: ""; position: absolute; width: 8px; height: 7px; left: 0; top: 0; background: #3c3b6e; }
.lang-menu { position: absolute; top: calc(100% + 12px); right: 0; min-width: 96px; padding: 8px 0; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 34px rgba(13,52,122,.12); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .16s ease; }
.lang:hover .lang-menu, .lang:focus-within .lang-menu, .lang.is-open .lang-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-menu a { display: flex; align-items: center; gap: 8px; padding: 8px 13px; font-size: 13px; color: var(--ink); }
.lang-menu a:hover { color: var(--bright); background: var(--ice); }

.mobile-head { display: none !important; }
.mobile-head > .elementor-widget-image { width: 82px !important; max-width: 82px !important; height: 48px !important; }
.mobile-head > .elementor-widget-image img { width: 82px !important; height: 48px !important; object-fit: contain !important; }
.page-title { background: linear-gradient(105deg, #f9fbff 0%, var(--soft) 100%); border-bottom: 1px solid var(--line); }
.page-title .wrap { padding: 52px 0 48px; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--muted); font-size: 13px; }
.breadcrumbs a:hover { color: var(--bright); }
.page-title h1 { color: var(--navy); font-size: clamp(40px, 5vw, 64px); line-height: 1.16; font-weight: 500; max-width: 820px; }
.page-title p { max-width: 760px; margin-top: 16px; color: var(--body); font-size: 17px; line-height: 1.75; }
.article-breadcrumbs {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 20px 0 0 !important;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.shell > .article-breadcrumbs {
  width: min(var(--max), calc(100% - 80px)) !important;
  max-width: var(--max) !important;
  margin-inline: auto !important;
}
.wrap > .article-breadcrumbs { width: 100% !important; max-width: 100% !important; }
.article-breadcrumbs > .elementor-element { min-width: 0 !important; margin: 0 !important; }
.article-breadcrumbs > .elementor-widget-text-editor {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
}
.article-breadcrumbs .elementor-widget-container,
.article-breadcrumbs .breadcrumb-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.article-breadcrumbs a,
.article-breadcrumbs span { line-height: 1.5; }
.article-breadcrumbs a:hover { color: var(--bright); }

.layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 42px; padding: 50px 0 72px; }
.reference-article-layout { padding-top: 30px; gap: 0; }
.sidebar { align-self: start; position: sticky; top: 118px; display: grid; gap: 0; }
.side-card { border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 0 0 26px; }
.side-card + .side-card { padding-top: 28px; }
.side-card h2 { color: var(--navy); font-size: 15px; line-height: 1.25; font-weight: 700; margin-bottom: 12px; }
.side-card nav { display: grid; gap: 9px; }
.side-card nav a { display: inline-block; width: fit-content; max-width: 100%; padding: 0; color: var(--ink); border-bottom: 0; font-size: 14px; font-weight: 500; line-height: 1.55; }
.side-card nav a:hover, .side-card nav a.active { color: var(--bright); }
.side-card p { color: var(--muted); line-height: 1.7; margin-bottom: 16px; }
.side-card .btn { width: 100%; }

.content { min-width: 0; }
.reference-page-heading { color: var(--ink); font-size: clamp(42px, 4.2vw, 48px); line-height: 1.12; font-weight: 500; margin: 0 0 18px; }
.intro { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 36px; align-items: center; margin-bottom: 40px; }
.intro-copy h2, .section-head h2 { color: var(--navy); font-size: clamp(28px, 2.6vw, 40px); line-height: 1.25; font-weight: 500; margin-bottom: 14px; }
.intro-copy h2 { max-width: 640px; }
.intro-copy p, .rich-text p { color: var(--body); font-size: 16px; line-height: 1.8; margin-bottom: 14px; }
.intro-media { background: var(--soft); min-height: 300px; display: grid; place-items: center; padding: 24px; }
.intro-media img { width: 100%; height: 270px; object-fit: contain; filter: drop-shadow(0 18px 16px rgba(13,52,122,.12)); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 28px; background: linear-gradient(90deg, var(--blue), var(--bright)); border: 1px solid var(--blue); color: #fff; font-size: 15px; font-weight: 700; line-height: 1; border-radius: 0; transition: .18s ease; white-space: nowrap; box-shadow: 0 14px 26px rgba(20,91,196,.18); }
.btn:hover { background: var(--navy); border-color: var(--navy); color: #fff; transform: translateY(-1px); }
.btn.secondary { background: #fff; color: var(--blue); box-shadow: none; }
.btn.secondary:hover { background: var(--navy); border-color: var(--navy); color: #fff; }

.section-block { padding: 34px 0; border-top: 1px solid var(--line); }
.section-head { margin-bottom: 20px; }
.section-head p { color: var(--muted); max-width: 760px; }
.product-list { display: grid; gap: 18px; }
.product-card { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 22px; border: 1px solid var(--line); background: #fff; padding: 18px; transition: .18s ease; }
.product-card:hover { border-color: var(--bright); box-shadow: 0 16px 30px rgba(13,52,122,.08); transform: translateY(-2px); }
.product-card img { width: 100%; height: 158px; object-fit: contain; background: var(--soft); padding: 12px; }
.product-card h3 { color: var(--navy); font-size: 22px; line-height: 1.28; font-weight: 600; margin-bottom: 6px; }
.product-card p { color: var(--muted); margin-bottom: 12px; }
.model-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.model-card { display: grid; grid-template-rows: auto 1fr; border: 1px solid var(--line); background: #fff; transition: .18s ease; }
.model-card:hover { border-color: var(--bright); box-shadow: 0 16px 30px rgba(13,52,122,.08); transform: translateY(-2px); }
.model-media { min-height: 216px; background: var(--soft); display: grid; place-items: center; padding: 18px; border-bottom: 1px solid var(--line); }
.model-media img { width: 100%; height: 178px; object-fit: contain; filter: drop-shadow(0 16px 14px rgba(13,52,122,.12)); }
.model-body { padding: 18px; display: grid; align-content: start; }
.model-card h3 { color: var(--navy); font-size: 21px; line-height: 1.3; font-weight: 600; margin-bottom: 12px; }
.model-specs { grid-template-columns: 1fr; }
.model-specs li { display: grid; grid-template-columns: minmax(112px, .72fr) minmax(0, 1fr); align-items: start; }
.sku { color: var(--blue); font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 18px; margin: 0 0 16px; padding: 0; list-style: none; }
.spec-grid li { display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--line); padding-bottom: 7px; color: var(--body); }
.spec-grid strong { color: var(--ink); font-weight: 700; }
.card-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.text-link, .quick-view { color: var(--blue); border: 0; background: transparent; padding: 0; font-weight: 700; }
.text-link:hover, .quick-view:hover { color: var(--bright); }

.tile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.tile { border: 1px solid var(--line); background: #fff; padding: 24px; transition: .18s ease; }
.tile:hover { border-color: var(--bright); background: var(--ice); box-shadow: 0 16px 30px rgba(13,52,122,.08); transform: translateY(-2px); }
.tile h3 { color: var(--navy); font-size: 22px; line-height: 1.28; font-weight: 600; margin-bottom: 10px; }
.tile p { color: var(--muted); }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; counter-reset: feature; }
.feature { position: relative; border: 1px solid var(--line); background: var(--soft); padding: 22px 22px 22px 68px; min-height: 132px; }
.feature::before { counter-increment: feature; content: counter(feature, decimal-leading-zero); position: absolute; left: 20px; top: 20px; color: var(--bright); font-size: 22px; font-weight: 700; line-height: 1; }
.feature h3 { color: var(--navy); font-size: 18px; line-height: 1.3; margin-bottom: 8px; }
.feature p { color: var(--muted); }
.rich-text ul { margin: 12px 0 0; padding-left: 20px; color: var(--body); }

/* Elementor's flex container defaults load after the prototype stylesheet.
 * Keep the Applications landing page on the approved grid without affecting
 * the shared shell or application-detail templates. */
.applications-shell {
  width: 100% !important;
  padding: 0 !important;
  gap: 0 !important;
}
.applications-shell > .page-title {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  gap: 0 !important;
}
.applications-shell > .page-title > .wrap,
.applications-shell > .wrap,
.applications-shell .layout > .sidebar,
.applications-shell .layout > .content,
.applications-shell .intro-copy,
.applications-shell .section-head,
.applications-shell .tile-grid,
.applications-shell .feature-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.applications-shell > .wrap { gap: 0 !important; }
.applications-shell .page-title .article-breadcrumbs .elementor-widget-container {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.applications-shell .page-title .elementor-heading-title {
  font-size: clamp(40px, 5vw, 64px) !important;
  line-height: 1.16 !important;
  font-weight: 500 !important;
}
.applications-shell .page-title p {
  font-size: 17px !important;
  line-height: 1.75 !important;
}
.applications-shell .layout {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 42px !important;
  padding: 50px 0 72px !important;
}
.applications-shell .layout > .sidebar {
  display: grid !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  position: sticky !important;
  top: 118px !important;
}
.applications-shell .layout > .content {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}
.applications-shell .intro {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 330px !important;
  align-items: center !important;
  gap: 36px !important;
  padding: 0 !important;
  margin-bottom: 40px !important;
}
.applications-shell .intro-copy {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  gap: 0 !important;
}
.applications-shell .intro-media {
  display: grid !important;
  place-items: center !important;
  width: auto !important;
  min-height: 300px !important;
  padding: 24px !important;
  gap: 0 !important;
}
.applications-shell .btn-row {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 0 !important;
  margin-top: 20px !important;
}
.applications-shell .btn-row > .elementor-widget-button {
  width: auto !important;
}
.applications-shell .section-block {
  display: block !important;
  padding: 34px 0 !important;
  gap: 0 !important;
}
.applications-shell .section-head {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
  gap: 0 !important;
}
.applications-shell .tile-grid,
.applications-shell .feature-list {
  width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.applications-shell .tile-grid > .elementor-widget-text-editor,
.applications-shell .tile-grid > .elementor-widget-text-editor > .elementor-widget-container,
.applications-shell .feature-list > .elementor-widget-text-editor,
.applications-shell .feature-list > .elementor-widget-text-editor > .elementor-widget-container {
  height: 100%;
}
.applications-shell .tile {
  display: block !important;
  height: 100%;
}
.applications-shell .feature {
  height: 100%;
}
.applications-shell .cta-band {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 24px !important;
  padding: 34px !important;
  margin-top: 38px !important;
}

/* The Flow Meters landing page follows the approved prototype's 300px
 * navigation rail and horizontal technical product list. */
.flow-meters-shell {
  width: 100% !important;
  padding: 0 !important;
  gap: 0 !important;
}
.flow-meters-shell > .page-title {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  gap: 0 !important;
}
.flow-meters-shell > .page-title > .wrap,
.flow-meters-shell > .wrap,
.flow-meters-shell .layout > .sidebar,
.flow-meters-shell .layout > .content,
.flow-meters-shell .intro-copy,
.flow-meters-shell .section-head,
.flow-meters-shell .product-list,
.flow-meters-shell .feature-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.flow-meters-shell > .wrap { gap: 0 !important; }
.flow-meters-shell .page-title .elementor-heading-title {
  font-size: clamp(40px, 5vw, 64px) !important;
  line-height: 1.16 !important;
  font-weight: 500 !important;
}
.flow-meters-shell .page-title p {
  font-size: 17px !important;
  line-height: 1.75 !important;
}
.flow-meters-shell .layout {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 42px !important;
  padding: 50px 0 72px !important;
}
.flow-meters-shell .layout > .sidebar {
  display: grid !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  position: sticky !important;
  top: 118px !important;
}
.flow-meters-shell .layout > .content {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}
.flow-meters-shell .intro {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 330px !important;
  align-items: center !important;
  gap: 36px !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 0 40px !important;
}
.flow-meters-shell .intro-copy {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  gap: 0 !important;
}
.flow-meters-shell .intro-copy > .elementor-element + .elementor-element {
  margin-top: 14px !important;
}
.flow-meters-shell .intro-media {
  display: grid !important;
  place-items: center !important;
  width: auto !important;
  min-height: 300px !important;
  padding: 24px !important;
  gap: 0 !important;
  background: var(--soft) !important;
}
.flow-meters-shell .intro-media .elementor-widget-image,
.flow-meters-shell .intro-media .elementor-widget-container {
  width: 100%;
}
.flow-meters-shell .intro-media img {
  width: 100% !important;
  height: 270px !important;
  object-fit: contain !important;
  padding: 0 !important;
  background: transparent !important;
  filter: drop-shadow(0 18px 16px rgba(13,52,122,.12));
}
.flow-meters-shell .btn-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 0 !important;
  margin-top: 20px !important;
}
.flow-meters-shell .btn-row > .elementor-widget-button { width: auto !important; }
.flow-meters-shell .section-block {
  display: block !important;
  width: 100% !important;
  padding: 34px 0 !important;
  gap: 0 !important;
}
.flow-meters-shell .section-head {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  gap: 0 !important;
}
.flow-meters-shell .section-head > .elementor-element + .elementor-element {
  margin-top: 14px !important;
}
.flow-meters-shell .product-list {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 18px !important;
  width: 100% !important;
}
.flow-meters-shell .flow-meter-list-card {
  display: grid !important;
  grid-template-columns: 190px minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 22px !important;
  width: 100% !important;
  padding: 18px !important;
}
.flow-meters-shell .product-card-media {
  display: grid !important;
  place-items: center !important;
  width: 190px !important;
  min-width: 0 !important;
  padding: 12px !important;
  gap: 0 !important;
  background: var(--soft) !important;
}
.flow-meters-shell .product-card-media .elementor-widget-image,
.flow-meters-shell .product-card-media .elementor-widget-container {
  width: 100%;
}
.flow-meters-shell .product-card-media img {
  display: block;
  width: 100% !important;
  height: 158px !important;
  object-fit: contain !important;
  padding: 0 !important;
  background: transparent !important;
}
.flow-meters-shell .product-card-copy {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}
.flow-meters-shell .product-card-copy > .elementor-element { margin: 0 0 6px !important; }
.flow-meters-shell .product-card-copy > .flow-card-specs { margin: 0 0 16px !important; }
.flow-meters-shell .product-card-copy > .card-actions { margin: 0 !important; }
.flow-meters-shell .product-card-title a { color: var(--navy); }
.flow-meters-shell .product-card-title a:hover { color: var(--bright); }
.flow-meters-shell .flow-card-specs .spec-grid { margin: 0 !important; }
.flow-meters-shell .flow-card-specs .elementor-widget-container { width: 100%; }
.flow-meters-shell .card-actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 !important;
}
.flow-meters-shell .card-actions > .elementor-widget-button { width: auto !important; }
.flow-meters-shell .card-actions .elementor-button {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--blue) !important;
  box-shadow: none !important;
}
.flow-meters-shell .card-actions .elementor-button:hover { color: var(--bright) !important; }
.flow-meters-shell .feature-list {
  width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.flow-meters-shell .feature-list > .feature {
  display: block !important;
  height: 100%;
  gap: 0 !important;
}
.flow-meters-shell .feature > .elementor-element + .elementor-element { margin-top: 8px !important; }
.flow-meters-shell .flow-category-nav { margin-top: 28px !important; }
.flow-meters-shell .cta-band {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 24px !important;
  padding: 34px !important;
  margin-top: 38px !important;
}
.compare-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); }
.compare-table th, .compare-table td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table th { color: var(--navy); background: var(--ice); font-weight: 700; }
.compare-table td { color: var(--body); }
.table-scroll { width: 100%; overflow-x: auto; }

.application-reference-page { color: var(--ink); }
.application-content { color: var(--ink); }
.application-intro { margin-bottom: 8px; }
.application-intro p { color: var(--ink); font-size: 15px; line-height: 1.65; margin-bottom: 4px; }
.application-comparison { border-width: 0 0 1px; margin: 8px 0 52px; min-width: 760px; }
.application-comparison th, .application-comparison td { border-color: #e5e5e5; padding: 11px 0; color: #000; font-size: 15px; font-weight: 600; }
.application-comparison th { background: #fff; color: #000; }
.application-tech-section { padding: 0 0 52px; border-top: 0; }
.application-tech-section h2, .application-guide h2 { color: #000; font-size: clamp(30px, 3vw, 36px); line-height: 1.2; font-weight: 500; margin: 0 0 28px; }
.application-note { color: #000; margin-top: 18px; font-size: 15px; line-height: 1.7; }
.application-note p { margin: 0 0 8px; }
.application-note a { color: var(--blue); font-weight: 700; }
.application-note a:hover { color: var(--bright); }
.application-note ul { margin: 0; padding-left: 20px; color: #000; }
.application-guide { padding-top: 8px; }
.application-guide p, .application-guide li { color: #000; font-size: 15px; line-height: 1.7; }

.gas-content { color: var(--ink); }
.gas-intro { margin-bottom: 8px; }
.gas-intro p { color: var(--ink); font-size: 15px; line-height: 1.65; margin-bottom: 4px; }
.gas-comparison { border-width: 0 0 1px; margin: 8px 0 52px; min-width: 760px; }
.gas-comparison th, .gas-comparison td { border-color: #e5e5e5; padding: 11px 0; color: #000; font-size: 15px; font-weight: 600; }
.gas-comparison th { background: #fff; color: #000; }
.gas-tech-section { padding: 0 0 52px; border-top: 0; }
.gas-tech-section h2, .gas-guide h2 { color: #000; font-size: clamp(30px, 3vw, 36px); line-height: 1.2; font-weight: 500; margin: 0 0 28px; }
.reference-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.reference-product-card { min-width: 0; background: #fff; color: #000; }
.reference-product-media { display: block; background: #fff; overflow: hidden; }
.reference-product-media img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; transition: .18s ease; }
.reference-product-card:hover .reference-product-media img { transform: scale(1.025); }
.reference-product-thumbs { display: flex; gap: 8px; margin: 10px 0 13px; }
.reference-product-thumbs span,
.reference-product-thumbs > .reference-product-thumb { width: 38px !important; height: 38px; border: 1px solid #111; display: grid; place-items: center; background: #fff; }
.reference-product-thumbs img,
.reference-product-thumbs .reference-product-thumb img { width: 34px !important; height: 34px !important; object-fit: contain; }
.reference-product-card h3 { font-size: 15px !important; line-height: 1.35 !important; font-weight: 500 !important; color: #000; min-height: 42px; margin-bottom: 8px; }
.reference-product-card h3 a:hover { color: var(--bright); }
.reference-product-card .sku { display: flex; align-items: baseline; gap: 10px; margin-bottom: 9px; color: var(--muted); font-size: 12px; font-weight: 500; }
.reference-product-card .sku span { color: #8c949f; font-weight: 500; }
.reference-product-card .sku b { color: #5f6d7c; font-weight: 500; }
.reference-product-card dl { margin: 0; display: grid; gap: 0; }
.reference-product-card dl div { display: grid; gap: 2px; padding: 7px 0; border-bottom: 1px solid #e7e7e7; }
.reference-product-card dt { color: #000; font-size: 13px; line-height: 1.3; font-weight: 700; }
.reference-product-card dd { margin: 0; color: var(--body); font-size: 13px; line-height: 1.45; }
.gas-note { color: #000; margin-top: 18px; font-size: 15px; line-height: 1.7; }
.gas-note p { margin: 0 0 8px; }
.gas-note a { color: var(--blue); font-weight: 700; }
.gas-note a:hover { color: var(--bright); }
.gas-note ul, .gas-guide ul { margin: 0; padding-left: 20px; color: #000; }
.gas-guide { padding-top: 8px; }
.gas-guide p, .gas-guide li { color: #000; font-size: 15px; line-height: 1.7; }
.product-category-content, .coriolis-content { color: #000; }
.category-intro { margin-bottom: 28px; }
.product-category-grid, .coriolis-product-grid { margin-bottom: 28px; }
.category-article, .coriolis-article { padding-top: 0; }
.coriolis-article-section { padding: 0 0 18px; }
.coriolis-article-section h2 { color: #000; font-size: clamp(30px, 3vw, 36px); line-height: 1.22; font-weight: 500; margin: 0 0 16px; }
.coriolis-article-section h3 { color: #000; font-size: clamp(24px, 2.4vw, 28px); line-height: 1.25; font-weight: 500; margin: 0 0 12px; }
.coriolis-article-section p, .coriolis-article-section li { color: #000; font-size: 15px; line-height: 1.72; }
.coriolis-article-section p { margin-bottom: 12px; }
.category-article-section { padding: 0 0 18px; }
.category-article-section h2 { color: #000; font-size: clamp(30px, 3vw, 36px); line-height: 1.22; font-weight: 500; margin: 0 0 16px; }
.category-article-section h3 { color: #000; font-size: clamp(24px, 2.4vw, 28px); line-height: 1.25; font-weight: 500; margin: 0 0 12px; }
.category-article-section p, .category-article-section li { color: #000; font-size: 15px; line-height: 1.72; }
.category-article-section p { margin-bottom: 12px; }
.coriolis-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; margin-top: 8px; }
.coriolis-columns div { border-top: 1px solid #d8d8d8; padding-top: 12px; }
.coriolis-columns ul { margin: 0; padding-left: 19px; }
.category-link-list { display: flex; flex-wrap: wrap; gap: 0 7px; color: #000; font-size: 15px; line-height: 1.8; margin: 8px 0 4px; }
.category-link-list a { color: var(--blue); font-weight: 600; }
.category-link-list a:hover { color: var(--bright); }
.category-link-list span { color: var(--muted); }

/* Native Elementor version of the shared product-family navigation. */
.elementor-element.category-link-list {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 8px 0 4px !important;
  padding: 0 !important;
  gap: 0 7px !important;
}
.category-link-list .category-link-item,
.category-link-list .category-link-separator {
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.category-link-list .category-link-item .elementor-button {
  display: inline !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--blue) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.8 !important;
  box-shadow: none !important;
}
.category-link-list .category-link-item .elementor-button:hover,
.category-link-list .category-link-item .elementor-button:focus-visible {
  color: var(--bright) !important;
}
.category-link-list .category-link-item .elementor-button-content-wrapper,
.category-link-list .category-link-item .elementor-button-text {
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
}
.category-link-list .category-link-separator .elementor-heading-title {
  color: var(--muted) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
}

/* Keep native Elementor product-family containers on the prototype grid. */
.product-family-shell {
  padding: 0 !important;
  gap: 0 !important;
}
.product-family-shell > .wrap {
  padding: 0 !important;
}
.product-family-shell .product-category-page {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr) !important;
  gap: 0 !important;
  align-items: start;
  width: 100%;
  padding: 30px 0 72px !important;
}
.product-family-shell .product-category-page > .sidebar {
  width: 100% !important;
  min-width: 0;
  padding: 0 36px 0 0 !important;
  position: sticky !important;
  top: 118px !important;
}
.product-family-shell .product-category-page > .product-category-content {
  width: 100% !important;
  min-width: 0;
  padding: 0 !important;
}
.product-family-shell .product-category-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: start;
  width: 100%;
  padding: 0 !important;
}
.product-family-shell .category-intro,
.product-family-shell .category-article,
.product-family-shell .category-article-section,
.product-family-shell .feature-list,
.product-family-shell .feature,
.product-family-shell .reference-product-thumbs,
.product-family-shell .reference-product-card {
  padding: 0 !important;
}
.product-family-shell .reference-product-thumbs {
  display: flex !important;
  flex-direction: row !important;
  gap: 8px !important;
  min-height: 38px;
  margin: 10px 0 13px !important;
}
.product-family-shell .reference-product-card {
  gap: 0 !important;
}
.product-family-shell .reference-product-card,
.product-family-shell .reference-product-card > .elementor-element {
  min-width: 0;
  max-width: 100%;
}
.mfc-product-category-content .category-intro h2 {
  color: #000;
  font-size: clamp(28px, 2.8vw, 34px);
  line-height: 1.22;
  font-weight: 500;
}
.mfc-product-card .reference-product-media img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
}
.mfc-product-card h3 {
  min-height: 54px;
}

.dew-page-title { padding-top: 22px; }
.dew-page-title h1 { color: #000; font-size: clamp(30px, 3vw, 36px); line-height: 1.2; font-weight: 500; margin: 0; }
.dew-point-page { padding-top: 28px; }
.dew-point-content { color: #000; }
.dew-intro { margin-bottom: 36px; }
.dew-intro p { color: #000; font-size: 15px; line-height: 1.62; margin-bottom: 16px; }
.dew-product-grid { grid-template-columns: repeat(2, minmax(0, 288px)); gap: 20px; margin-bottom: 30px; align-items: start; }
.dew-product-card .reference-product-media img { aspect-ratio: 1 / 1; object-fit: cover; }
.dew-product-card h3 { min-height: 0; }
.product-card-detail-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 12px;
  padding: 10px 18px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.product-card-detail-link:hover,
.product-card-detail-link:focus-visible { border-color: var(--bright); background: var(--bright); color: var(--ink); }

.prototype-product-detail { padding-top: 22px; padding-bottom: 72px; }
.prototype-product-detail-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.13fr); gap: 50px; align-items: start; padding-bottom: 64px; }
.prototype-product-gallery > img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.prototype-product-thumbs { display: flex; gap: 8px; margin-top: 10px; }
.prototype-product-thumbs img { width: 78px; height: 78px; object-fit: cover; border: 1px solid var(--line); }
.prototype-product-summary h1 { margin: 8px 0 18px; font-size: 46px; line-height: 1.18; }
.prototype-product-summary > p { font-size: 16px; line-height: 1.7; }
.product-detail-kicker { margin: 0; color: #000; font-size: 15px !important; }
.product-code { display: flex; align-items: baseline; gap: 22px; padding: 0 0 14px; border-bottom: 1px solid var(--line); }
.product-code span, .product-code b { color: #000; font-size: 14px; font-weight: 500; }
.product-detail-specs { display: grid; margin: 16px 0 22px; }
.product-detail-specs > div { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(0, 1fr); gap: 22px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.product-detail-specs dt, .product-detail-specs dd { margin: 0; color: #000; font-size: 14px; line-height: 1.45; }
.product-detail-specs dd { font-weight: 600; }
.product-detail-note { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.product-detail-quote-link { min-width: 194px; min-height: 46px; padding: 7px 40px; }
.prototype-product-tabs { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.prototype-product-tabs-nav { display: flex; flex-wrap: wrap; border-bottom: 1px solid var(--line); }
.prototype-product-tab { min-height: 54px; padding: 14px 24px; border: 0; border-bottom: 3px solid transparent; border-radius: 0; background: transparent; color: #4f5965; font: inherit; font-size: 15px; font-weight: 600; cursor: pointer; }
.prototype-product-tab:hover, .prototype-product-tab:focus-visible { background: #f5f7f8; color: #000; }
.prototype-product-tab.is-active, .prototype-product-tab[aria-selected="true"] { border-bottom-color: #000; color: #000; }
.prototype-product-tab-panel { padding: 44px 0 52px; }
.prototype-product-tab-panel[hidden] { display: none; }
.prototype-product-tab-panel > h2 { margin: 0 0 18px; font-size: 30px; }
.prototype-product-tab-panel > p { max-width: 840px; margin: 0 0 30px; }
.prototype-product-detail-sections { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 46px; padding: 0; }
.prototype-product-detail-sections h2 { margin: 0 0 18px; font-size: 30px; }
.prototype-product-detail-sections ul { display: grid; gap: 10px; margin: 0; padding-left: 20px; }
.prototype-product-detail-sections li { color: var(--body); font-size: 15px; line-height: 1.55; }
.product-tab-specs { max-width: 840px; margin: 0; }
.prototype-product-quote-panel { max-width: 840px; }

@media (max-width: 991px) {
  .prototype-product-detail-hero { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 560px) {
  .prototype-product-detail { padding-bottom: 52px; }
  .prototype-product-detail-hero { gap: 28px; padding-bottom: 44px; }
  .prototype-product-summary h1 { font-size: 34px; }
  .product-detail-specs > div { grid-template-columns: 1fr; gap: 5px; }
  .prototype-product-tabs-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .prototype-product-tab { width: 100%; min-height: 58px; padding: 10px 5px; font-size: 13px; text-align: center; white-space: normal; }
  .prototype-product-tab-panel { padding: 32px 0 40px; }
  .prototype-product-detail-sections { grid-template-columns: 1fr; gap: 38px; }
}
.dew-product-thumbs { min-height: 38px; }
.dew-product-points { margin: 0 0 8px; padding-left: 18px; color: #000; font-size: 15px; line-height: 1.35; }
.dew-product-points li { margin-bottom: 3px; }
.dew-section { padding: 0 0 34px; }
.dew-section h2 { color: #000; font-size: clamp(30px, 3vw, 36px); line-height: 1.2; font-weight: 500; margin: 0 0 20px; }
.dew-comparison { border: 0; min-width: 760px; margin-bottom: 18px; }
.dew-comparison td { border-color: #d9d9d9; color: #000; font-size: 15px; line-height: 1.45; padding: 12px 16px; }
.dew-comparison tr:first-child td { font-weight: 700; }
.dew-factor { padding: 12px 0 10px; }
.dew-factor h3 { color: #000; font-size: clamp(24px, 2.4vw, 28px); line-height: 1.25; font-weight: 500; margin-bottom: 8px; }
.dew-factor ul { color: #000; font-size: 15px; line-height: 1.72; margin: 0; padding-left: 20px; }

.about-breadcrumbs { padding-top: 20px; color: #000; }
.about-page { color: #000; padding: 30px 0 76px; font-family: "Segoe UI", Arial, sans-serif; }
.about-page p, .about-page li { color: #000; font-size: 14px; font-weight: 400; line-height: 1.72; }
.about-page h1, .about-page h2 { color: #000; font-weight: 400; letter-spacing: 0; }
.about-hero-image { margin: 0 auto 16px; }
.about-hero-image img { width: 100%; aspect-ratio: 1536 / 342; object-fit: cover; }
.about-intro-section { text-align: left; }
.about-intro-section h1 { text-align: center; font-size: clamp(28px, 3vw, 34px); line-height: 1.2; margin: 0 0 22px; }
.about-intro-section h2, .about-facts-section h2, .about-offer-section h2, .about-quality-section h2, .about-activities-section h2, .about-customers-section h2 { font-size: clamp(24px, 2.5vw, 30px); line-height: 1.22; margin: 26px 0 18px; }
.about-intro-section p { margin-bottom: 16px; }
.about-facts-section { display: grid; grid-template-columns: minmax(0, 1fr) 600px; gap: 48px; align-items: start; margin-top: 24px; }
.about-facts-copy { padding-left: 10px; }
.about-facts-section ul { margin: 0; padding-left: 20px; display: grid; gap: 10px; }
.about-facts-section img { width: 100%; height: 331px; object-fit: cover; }
.stats-band, .about-stats { background: #071f3d; color: #fff; }
.about-stats { width: calc(100% + 80px); margin: 40px 0 48px -40px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; padding: 58px 44px 62px; text-align: left; }
.about-stats .stats-band-item { min-width: 0; opacity: 0; transform: translateY(18px); transition: opacity .72s ease, transform .72s ease; transition-delay: var(--delay, 0ms); }
.about-stats.is-animated .stats-band-item { opacity: 1; transform: translateY(0); }
.about-stats div { min-width: 0; }
.about-stats strong { display: block; color: #fff; font-size: clamp(34px, 3.8vw, 58px); line-height: 1; font-weight: 600; font-variant-numeric: tabular-nums; margin-bottom: 14px; }
.about-stats span, .about-stats em { display: block; color: #fff; font-size: 18px; line-height: 1.48; font-style: normal; max-width: 255px; }
.about-offer-section { margin-bottom: 22px; }
.about-offer-section p { margin-bottom: 14px; }
.about-offer-links { display: flex; flex-wrap: wrap; gap: 0 7px; margin: 10px 0 20px; color: #90d92e; font-size: 13px; line-height: 1.8; }
.about-offer-links a { color: #72b51f; }
.about-offer-links a:hover { color: var(--bright); }
.about-offer-links span { color: #72b51f; }
.about-products { display: grid; gap: 20px; }
.about-product-block h2 { font-size: clamp(18px, 2vw, 22px); line-height: 1.25; margin: 0 0 18px; }
.about-product-row { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 44px; align-items: center; }
.about-product-row--text-first { align-items: start; }
.about-product-media { min-height: 250px; display: grid; place-items: center; }
.about-product-media img { width: 300px; height: 300px; object-fit: contain; }
.about-product-copy p { margin-bottom: 12px; }
.about-product-copy ol { margin: 0; padding-left: 20px; display: grid; gap: 8px; }
.about-product-copy strong { font-weight: 700; }
.about-quality-section { margin-top: 36px; }
.about-quality-section p { margin-bottom: 20px; }
.about-quality-section a { color: #72b51f; }
.about-quality-images { display: grid; grid-template-columns: 400px minmax(0, 1fr); gap: 30px; align-items: start; min-height: 520px; }
.about-quality-images img:first-child { width: 400px; height: 533px; object-fit: cover; }
.about-quality-images img:last-child { width: 100%; height: 517px; object-fit: cover; }
.about-activities-section { margin-top: 42px; }
.about-activity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 28px; }
.about-activity-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.about-customers-section { margin-top: 82px; }
.about-customer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px 16px; margin-top: 20px; }
.about-customer-grid div { min-height: 179px; border: 1px solid #cfcfcf; display: grid; place-items: center; background: #fff; padding: 14px; }
.about-customer-grid img { max-width: 100%; max-height: 145px; object-fit: contain; }

.elementor-element.about-native-shell,
.about-native-shell .wrap,
.about-native-shell .article-breadcrumbs,
.about-native-shell .about-page,
.about-native-shell .about-hero-image,
.about-native-shell .about-intro-section,
.about-native-shell .about-facts-section,
.about-native-shell .about-stats,
.about-native-shell .about-offer-section,
.about-native-shell .about-products,
.about-native-shell .about-product-block,
.about-native-shell .about-product-row,
.about-native-shell .about-product-media,
.about-native-shell .about-product-copy,
.about-native-shell .about-quality-section,
.about-native-shell .about-quality-images,
.about-native-shell .about-activities-section,
.about-native-shell .about-activity-grid,
.about-native-shell .about-customer-grid,
.about-native-shell .customer-logo {
  box-sizing: border-box !important;
}
.about-native-shell .elementor-widget,
.about-native-shell .elementor-widget-container,
.about-native-shell .e-con {
  --container-default-padding-top: 0px !important;
  --container-default-padding-right: 0px !important;
  --container-default-padding-bottom: 0px !important;
  --container-default-padding-left: 0px !important;
}
.about-native-shell .wrap {
  width: min(1200px, calc(100% - 80px)) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.about-native-shell .article-breadcrumbs {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  gap: 8px !important;
  padding: 20px 0 0 !important;
  margin: 0 !important;
}
.about-native-shell .about-page {
  display: block !important;
  width: 100% !important;
  gap: normal !important;
  padding: 30px 0 76px !important;
}
.about-native-shell .about-page p,
.about-native-shell .about-page li,
.about-native-shell .about-page .elementor-widget-text-editor,
.about-native-shell .about-page .elementor-widget-text-editor * {
  color: #000 !important;
  font-family: "Segoe UI", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.72 !important;
  text-align: left !important;
}
.about-native-shell .about-page h1,
.about-native-shell .about-page h2 {
  color: #000 !important;
  font-family: "Segoe UI", Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
.about-native-shell .about-hero-image {
  display: block !important;
  width: 100% !important;
  margin: 0 auto 16px !important;
  padding: 0 !important;
}
.about-native-shell .about-hero-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1536 / 342 !important;
  object-fit: cover !important;
}
.about-native-shell .about-intro-section {
  display: block !important;
  width: 100% !important;
  gap: normal !important;
  padding: 0 !important;
  text-align: left !important;
}
.about-native-shell .about-intro-section h1 {
  font-size: clamp(28px, 3vw, 34px) !important;
  line-height: 1.2 !important;
  margin: 0 0 22px !important;
  text-align: center !important;
}
.about-native-shell .about-intro-section h2,
.about-native-shell .about-facts-section h2,
.about-native-shell .about-offer-section h2,
.about-native-shell .about-quality-section h2,
.about-native-shell .about-activities-section h2,
.about-native-shell .about-customers-heading h2,
.about-native-shell .about-customers-section h2 {
  font-size: clamp(24px, 2.5vw, 30px) !important;
  line-height: 1.22 !important;
  margin: 26px 0 18px !important;
  text-align: left !important;
}
.about-native-shell .about-intro-section p,
.about-native-shell .about-offer-section p {
  margin: 0 0 16px !important;
}
.about-native-shell .about-facts-section {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 600px !important;
  gap: 48px !important;
  align-items: start !important;
  width: 100% !important;
  margin-top: 24px !important;
  padding: 0 !important;
}
.about-native-shell .about-facts-copy {
  display: block !important;
  padding-left: 10px !important;
}
.about-native-shell .about-facts-list .elementor-icon-list-items {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
  padding-left: 20px !important;
  list-style: disc !important;
}
.about-native-shell .about-facts-list .elementor-icon-list-item {
  display: list-item !important;
}
.about-native-shell .about-facts-list .elementor-icon-list-icon {
  display: none !important;
}
.about-native-shell .about-facts-section img {
  width: 600px !important;
  height: 331px !important;
  object-fit: cover !important;
}
.about-native-shell .about-stats {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: calc(100% + 80px) !important;
  margin: 40px 0 48px -40px !important;
  gap: 40px !important;
  padding: 58px 44px 62px !important;
  background: #071f3d !important;
  color: #fff !important;
  text-align: left !important;
}
.about-native-shell .about-stats .stats-band-item {
  display: block !important;
  min-width: 0 !important;
  padding: 0 !important;
}
.about-native-shell .about-stats strong,
.about-native-shell .about-stats .stat-value .elementor-heading-title {
  display: block !important;
  color: #fff !important;
  font-size: clamp(34px, 3.8vw, 58px) !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  margin-bottom: 14px !important;
}
.about-native-shell .about-stats span,
.about-native-shell .about-stats em,
.about-native-shell .about-stats .stat-label,
.about-native-shell .about-stats .stat-label * {
  display: block !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.48 !important;
  font-style: normal !important;
  max-width: 255px !important;
}
.about-native-shell .about-offer-section {
  display: block !important;
  margin-bottom: 22px !important;
  padding: 0 !important;
}
.about-native-shell .about-offer-links,
.about-native-shell .about-offer-links * {
  color: #72b51f !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
}
.about-native-shell .about-offer-links {
  display: block !important;
  margin: 10px 0 20px !important;
}
.about-native-shell .about-offer-links a {
  color: #72b51f !important;
  text-decoration: none !important;
}
.about-native-shell .about-offer-links span {
  display: inline !important;
  margin: 0 7px !important;
}
.about-native-shell .about-products {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 20px !important;
  width: 100% !important;
  padding: 0 !important;
}
.about-native-shell .about-product-block {
  display: block !important;
  padding: 0 !important;
}
.about-native-shell .about-product-block h2 {
  font-size: clamp(18px, 2vw, 22px) !important;
  line-height: 1.25 !important;
  margin: 0 0 18px !important;
}
.about-native-shell .about-product-row {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr) !important;
  gap: 44px !important;
  align-items: center !important;
  width: 100% !important;
  padding: 0 !important;
}
.about-native-shell .about-product-row--text-first {
  align-items: start !important;
}
.about-native-shell .about-product-media {
  display: grid !important;
  min-height: 250px !important;
  place-items: center !important;
  padding: 0 !important;
}
.about-native-shell .about-product-media img {
  width: 300px !important;
  height: 300px !important;
  object-fit: contain !important;
}
.about-native-shell .about-product-copy {
  display: block !important;
  padding: 0 !important;
}
.about-native-shell .about-product-copy p {
  margin: 0 0 12px !important;
}
.about-native-shell .about-product-copy ol {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding-left: 20px !important;
}
.about-native-shell .about-product-copy strong {
  font-weight: 700 !important;
}
.about-native-shell .about-quality-section {
  display: block !important;
  margin-top: 36px !important;
  padding: 0 !important;
}
.about-native-shell .about-quality-section p {
  margin-bottom: 20px !important;
}
.about-native-shell .about-quality-section .read-more {
  display: none !important;
}
.about-native-shell .about-quality-images {
  display: grid !important;
  grid-template-columns: 400px minmax(0, 1fr) !important;
  gap: 30px !important;
  align-items: start !important;
  min-height: 520px !important;
  padding: 0 !important;
}
.about-native-shell .about-quality-images > .elementor-widget-image:first-child img,
.about-native-shell .about-quality-images img:first-child {
  width: 400px !important;
  height: 533px !important;
  object-fit: cover !important;
}
.about-native-shell .about-quality-images > .elementor-widget-image:last-child img,
.about-native-shell .about-quality-images img:last-child {
  width: 100% !important;
  height: 517px !important;
  object-fit: cover !important;
}
.about-native-shell .about-activities-section {
  display: block !important;
  margin-top: 42px !important;
  padding: 0 !important;
}
.about-native-shell .about-activity-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin-top: 28px !important;
  padding: 0 !important;
}
.about-native-shell .about-activity-grid img {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
}
.about-native-shell .about-customers-heading,
.about-native-shell .about-customers-section {
  display: block !important;
  margin-top: 82px !important;
  padding: 0 !important;
}
.about-native-shell .about-customer-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px 16px !important;
  margin-top: 20px !important;
  padding: 0 !important;
}
.about-native-shell .about-customer-grid .customer-logo {
  display: grid !important;
  min-height: 179px !important;
  place-items: center !important;
  border: 1px solid #cfcfcf !important;
  background: #fff !important;
  padding: 14px !important;
}
.about-native-shell .about-customer-grid img {
  max-width: 100% !important;
  max-height: 145px !important;
  object-fit: contain !important;
}

.certificate-breadcrumbs, .quality-breadcrumbs { padding-top: 20px; color: #000; }
.certificate-page, .quality-page { color: #000; font-family: "Segoe UI", Arial, sans-serif; }
.certificate-page { padding: 30px 0 76px; }
.certificate-hero img { width: 100%; aspect-ratio: 1536 / 342; object-fit: cover; }
.certificate-intro { color: #000; font-size: 15px; line-height: 1.7; margin: 22px 0 28px; }
.certificate-intro a { color: #72b51f; }
.certificate-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 10px; align-items: start; }
.certificate-card { margin: 0; text-align: center; min-width: 0; }
.certificate-card img { width: calc(100% - 10px); margin: 0 auto; max-height: 416px; object-fit: contain; }
.certificate-card figcaption { color: #000; font-size: 16px; line-height: 1.45; margin-top: 18px; min-height: 46px; }
.quality-page { padding: 26px 0 76px; }
.quality-page h1 { color: #000; font-size: clamp(32px, 3.4vw, 42px); line-height: 1.2; font-weight: 400; margin: 0 0 34px; }
.quality-page h2 { color: #000; font-size: clamp(27px, 3vw, 38px); line-height: 1.22; font-weight: 400; margin: 0 0 20px; }
.quality-page p, .quality-page li { color: #000; font-size: 16px; line-height: 1.72; }
.quality-intro { margin: 0 0 42px; }
.quality-process { margin: 0 0 34px; }
.quality-process p { margin-bottom: 12px; }
.quality-step { margin: 0 0 34px; clear: both; }
.quality-step-copy ul { margin: 0; padding-left: 21px; display: grid; gap: 10px; }
.quality-step-copy strong { font-weight: 600; }
.quality-step-side { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 36px; align-items: end; }
.quality-step-side img { width: 340px; height: 290px; object-fit: cover; }
.quality-wide-image { width: 100%; max-height: 528px; object-fit: cover; margin-top: 20px; }
.quality-packing-images { display: grid; grid-template-columns: minmax(0, 596px) minmax(0, 600px); gap: 4px; margin-top: 22px; }
.quality-packing-images img { width: 100%; height: 398px; object-fit: cover; }
.quality-resources { margin: 50px 0 48px; }
.quality-resources h2 { font-size: clamp(24px, 2.4vw, 30px); margin-bottom: 16px; }
.quality-resources p { margin-bottom: 4px; }
.quality-resources a { color: #000; }
.quality-resources a:hover { color: var(--bright); }
.quality-quote { margin: 0; max-width: 860px; }
.quality-quote h2 { font-size: clamp(24px, 2.4vw, 30px); }

.related-links { display: flex; flex-wrap: wrap; gap: 10px; }
.related-links a { display: inline-flex; align-items: center; min-height: 36px; padding: 7px 13px; border: 1px solid var(--line); color: var(--blue); background: #fff; }
.related-links a:hover { border-color: var(--bright); background: var(--ice); }
.cta-band { margin-top: 38px; background: linear-gradient(100deg, var(--navy), var(--blue)); color: #fff; padding: 34px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; }
.cta-band h2 { font-size: clamp(26px, 3vw, 36px); line-height: 1.22; font-weight: 500; margin-bottom: 10px; }
.cta-band p { color: rgba(255,255,255,.86); max-width: 720px; }
.cta-band .btn { background: #fff; border-color: #fff; color: var(--blue); box-shadow: none; }
.cta-band .btn:hover { background: var(--ice); color: var(--navy); }

.footer { border-top: 1px solid var(--line); background: #fff; padding: 54px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .85fr .9fr; gap: 30px; }
.footer-logo { width: 156px; height: auto; margin-bottom: 18px; }
.footer h3 { font-size: 18px; line-height: 1.25; font-weight: 600; margin-bottom: 14px; }
.footer p, .footer a { color: var(--muted); line-height: 1.85; }
.footer a:hover { color: var(--bright); }
.case-studies-footer .footer-grid { grid-template-columns: 1.1fr .95fr .9fr .85fr .95fr; }
.footer-socials { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.footer-socials .icon-btn { width: 34px; height: 34px; border: 1px solid var(--line); background: #fff; color: var(--blue); }
.footer-socials .icon-btn:hover { border-color: var(--bright); color: var(--bright); }
.footer-socials .icon-btn svg { width: 16px; height: 16px; }
.copyright { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); text-align: center; color: var(--muted); font-size: 13px; }

.overlay { position: fixed !important; inset: 0 !important; z-index: 990 !important; width: 100vw !important; height: 100dvh !important; min-height: 0 !important; background: rgba(6,26,58,.48); opacity: 0 !important; visibility: hidden !important; transition: .18s ease; }
.overlay.is-open { opacity: 1 !important; visibility: visible !important; }
.search-panel, .modal, .mobile-drawer {
  position: fixed !important;
  z-index: 1000 !important;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(6,26,58,.2);
  opacity: 0 !important;
  visibility: hidden !important;
  transition: .18s ease;
}
.search-panel { top: 92px !important; left: 50% !important; width: min(680px, calc(100% - 32px)) !important; transform: translate(-50%, -12px) !important; padding: 24px; }
.search-panel.is-open { opacity: 1 !important; visibility: visible !important; transform: translate(-50%, 0) !important; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.panel-head h2 { color: var(--navy); font-size: 24px; line-height: 1.25; }
.close-btn { width: 36px; height: 36px; border: 1px solid var(--line); background: #fff; }
.close-btn:hover { border-color: var(--bright); color: var(--bright); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: start; padding: 50px 0 72px; }
.contact-card { border: 1px solid var(--line); background: #fff; padding: 28px; }
.contact-card h2 { color: var(--navy); font-size: 30px; line-height: 1.25; font-weight: 500; margin-bottom: 12px; }
.contact-card p { color: var(--muted); margin-bottom: 14px; }
.contact-info { display: grid; gap: 12px; margin-top: 20px; }
.contact-info a, .contact-info span { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--body); }
.contact-info a:hover { color: var(--bright); }
.form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field.full { grid-column: 1 / -1; }
label { display: block; color: var(--ink); font-weight: 700; margin-bottom: 6px; }
input, select, textarea { width: 100%; min-height: 46px; border: 1px solid #d7d7d7; border-radius: 0; background: #fff; padding: 10px 12px; color: var(--ink); }
textarea { min-height: 142px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(32,144,240,.32); outline-offset: 1px; border-color: var(--bright); }
.form-message { display: none; margin-top: 12px; padding: 12px 14px; border: 1px solid rgba(32,144,240,.34); background: var(--ice); color: var(--navy); }
.form-message.is-open { display: block; }
.search-panel input { width: 100%; min-height: 46px; border: 1px solid #d7d7d7; padding: 10px 12px; color: var(--ink); }
.search-results { display: grid; gap: 10px; margin-top: 14px; }
.search-result { display: block; border: 1px solid var(--line); padding: 12px 14px; }
.search-result:hover { background: var(--ice); border-color: var(--bright); }
.search-result strong { display: block; color: var(--blue); }
.modal { top: 50%; left: 50%; width: min(900px, calc(100% - 32px)); max-height: min(760px, calc(100vh - 48px)); overflow: auto; transform: translate(-50%, calc(-50% + 12px)); padding: 26px; }
.modal.is-open { opacity: 1 !important; visibility: visible !important; transform: translate(-50%, -50%) !important; }
.modal-body { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; align-items: start; }
.modal-body img { width: 100%; max-height: 330px; object-fit: contain; background: var(--soft); padding: 18px; }
.modal-copy h3 { color: var(--navy); font-size: 30px; line-height: 1.18; margin-bottom: 12px; }
.modal-copy p { color: var(--muted); margin-bottom: 16px; }

.mobile-drawer { top: 0 !important; left: 0 !important; width: min(340px, 88vw) !important; height: 100dvh !important; min-height: 0 !important; max-height: 100dvh !important; flex-direction: column !important; flex-wrap: nowrap !important; transform: translateX(-100%) !important; padding: 18px !important; overflow-x: hidden !important; overflow-y: auto !important; }
.mobile-drawer.is-open { opacity: 1 !important; visibility: visible !important; transform: translateX(0) !important; }
.mobile-drawer > .panel-head { width: 100% !important; min-height: 44px !important; padding: 0 !important; flex-direction: row !important; flex-wrap: nowrap !important; justify-content: space-between !important; align-items: center !important; }
.drawer-logo { width: 118px !important; max-width: 118px !important; margin: 0 !important; flex: 0 0 118px !important; }
.drawer-logo img { width: 118px !important; height: 48px !important; object-fit: contain !important; }
.mobile-drawer .close-btn { width: 36px !important; height: 36px !important; min-height: 36px !important; padding: 0 !important; flex: 0 0 36px !important; }
.drawer-nav { display: grid !important; width: 100% !important; padding: 18px 0 0 !important; gap: 8px !important; }
.drawer-nav a, .drawer-nav button, .drawer-nav .drawer-toggle { width: 100%; text-align: left; border: 1px solid var(--line); background: #fff; color: var(--ink); padding: 12px 14px; font: inherit; cursor: pointer; }
.drawer-nav a:hover, .drawer-nav button:hover, .drawer-nav .drawer-toggle:hover { border-color: var(--bright); color: var(--bright); background: var(--ice); }
.drawer-nav .drawer-toggle .elementor-heading-title { color: inherit !important; }
.drawer-sub { display: none !important; padding-left: 10px; }
.drawer-sub.is-open { display: grid !important; gap: 8px; margin: 8px 0; }
.drawer-language { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.drawer-language span:last-child { color: var(--blue); font-weight: 700; }
.drawer-languages { grid-template-columns: repeat(4, minmax(0, 1fr)); padding-left: 0; }
.drawer-languages a { text-align: center; padding-inline: 8px; }
.back-top { position: fixed; right: 20px; bottom: 20px; z-index: 70; width: 46px; height: 46px; border: 1px solid var(--blue); background: var(--blue); color: #fff; opacity: 0 !important; visibility: hidden !important; transform: translateY(12px) !important; transition: .18s ease; }
.back-top.is-visible { opacity: 1 !important; visibility: visible !important; transform: translateY(0) !important; }
.toast { position: fixed !important; left: 50% !important; bottom: 24px !important; z-index: 120; width: auto !important; max-width: calc(100% - 32px); min-height: 0 !important; transform: translate(-50%, 14px) !important; background: var(--navy); color: #fff; padding: 12px 16px; box-shadow: 0 18px 42px rgba(6,26,58,.22); opacity: 0 !important; visibility: hidden !important; transition: .18s ease; }
.toast.is-open { opacity: 1 !important; visibility: visible !important; transform: translate(-50%, 0) !important; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(32,144,240,.38); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.blog-archive-wrap { width: min(1340px, calc(100% - 100px)); margin: 0 auto; padding: 30px 0 70px; display: grid; grid-template-columns: minmax(0, 1005px) 300px; gap: 30px; align-items: start; }
.blog-listing { min-width: 0; }
.blog-grid { display: grid; grid-template-columns: minmax(0, 503px) minmax(0, 453px); gap: 50px; }
.blog-post-card { min-width: 0; padding-bottom: 0; border-right: 1px solid #e2e2e2; padding-right: 50px; }
.blog-post-card:nth-child(2n) { border-right: 0; padding-right: 0; }
.blog-post-image { display: block; background: #fff; margin-bottom: 14px; overflow: hidden; }
.blog-post-image img { display: block; width: 100%; aspect-ratio: 2 / 1; box-sizing: border-box; padding: 0; object-fit: contain; object-position: center; background: #fff; transition: none; }
.blog-post-card:hover .blog-post-image img,
.blog-post-card:focus-within .blog-post-image img { transform: none; }
.blog-category-badge { display: inline-flex; align-items: center; min-height: 20px; padding: 3px 5px; background: #000; color: #fff; font-size: 12px; line-height: 1; margin-bottom: 9px; }
.blog-category-badge:hover { color: #fff; background: var(--bright); }
.blog-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; color: #707b86; font-size: 13px; line-height: 1.3; margin-bottom: 12px; }
.blog-meta span { position: relative; padding-left: 18px; }
.blog-meta span::before { content: ""; position: absolute; left: 0; top: 50%; width: 10px; height: 10px; border: 1px solid #8995a1; transform: translateY(-50%); }
.blog-meta span + span::before { border-radius: 50%; }
.blog-post-card h2 { color: #000; font-size: 20px; line-height: 1.2; font-weight: 500; margin: 0; }
.blog-post-card h2 a:hover { color: var(--bright); }
.blog-sidebar { min-width: 0; }
.blog-widget { padding: 0 0 34px; }
.blog-widget h3 { color: #000; font-size: 18px; line-height: 1.3; font-weight: 500; margin: 0 0 20px; }
.blog-category-list { display: grid; gap: 0; }
.blog-category-list a { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: start; padding: 7px 0; color: #000; font-size: 15px; line-height: 1.45; }
.blog-category-list a:hover, .tag-cloud a:hover, .recent-post:hover span { color: var(--bright); }
.blog-category-list em { color: #000; font-style: normal; }
.recent-post { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; align-items: start; width: 100%; max-width: 360px; padding: 0 0 26px; color: #000; }
.recent-post img { display: block; width: 100%; height: auto; aspect-ratio: 1200 / 651; object-fit: cover; object-position: center; background: #f6f6f6; }
.recent-post span { font-size: 15px; line-height: 1.4; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 9px 10px; align-items: baseline; }
.tag-cloud a { color: #000; font-size: 13px; line-height: 1.25; }
.blog-pagination { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 44px 0 0; }
.blog-pagination > a, .blog-pagination > span { display: inline-flex; align-items: center; justify-content: center; min-width: 46px; height: 46px; padding: 0 14px; border: 1px solid #d7d7d7; color: #000; font-size: 15px; line-height: 1; }
.blog-pagination .current { background: #000; border-color: #000; color: #fff; }
.blog-pagination .dots { border-color: transparent; min-width: 30px; padding: 0 6px; }
.blog-pagination .next { min-width: 131px; }
.blog-pagination > a:hover { border-color: var(--bright); color: var(--bright); }
.blog-empty-state { grid-column: 1 / -1; margin: 0; padding: 28px 0; color: #526982; font-size: 16px; line-height: 1.6; }

/* Keep the native Elementor archive on the approved prototype grid. */
.blogs-shell,
.blog-detail-shell {
  padding: 0 !important;
  gap: 0 !important;
}
.blogs-shell .blog-archive-wrap,
.blog-detail-shell .blog-archive-wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 1005px) 300px !important;
  gap: 30px !important;
  align-items: start !important;
  width: min(1340px, calc(100% - 100px)) !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding: 30px 0 70px !important;
}
.blogs-shell .blog-listing,
.blogs-shell .blog-sidebar,
.blogs-shell .blog-grid,
.blogs-shell .blog-post-card,
.blogs-shell .blog-post-image,
.blogs-shell .blog-widget,
.blogs-shell .blog-category-list,
.blogs-shell .blog-category-row,
.blogs-shell .recent-post,
.blogs-shell .tag-cloud,
.blogs-shell .blog-pagination {
  min-width: 0;
  max-width: 100%;
}
.blogs-shell .blog-listing,
.blogs-shell .blog-sidebar,
.blogs-shell .blog-widget,
.blogs-shell .blog-category-list,
.blogs-shell .tag-cloud {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.blogs-shell .blog-category-list {
  width: min(100%, 270px) !important;
  gap: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.blogs-shell .blog-listing,
.blogs-shell .blog-widget {
  gap: 0 !important;
}
.blogs-shell .blog-archive-widget,
.blogs-shell .elementor-widget-measflow-blog-archive,
.blogs-shell .measflow-blog-archive {
  width: 100% !important;
  min-width: 0;
}
.blogs-shell .blog-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 503px) minmax(0, 453px) !important;
  gap: 50px !important;
  width: 100% !important;
  padding: 0 !important;
}
.blogs-shell .blog-post-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  width: 100% !important;
  padding: 0 50px 0 0 !important;
}
.blogs-shell .blog-post-card:nth-child(2n) {
  padding-right: 0 !important;
}
.blogs-shell .blog-post-image {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 0 14px !important;
	background: #fff !important;
}
.blogs-shell .blog-post-image > .blog-post-image-widget,
.blogs-shell .blog-post-image-widget .elementor-widget-container,
.blogs-shell .blog-post-image-widget a {
  display: block;
  width: 100% !important;
}
.blogs-shell .blog-post-image-widget img {
	display: block;
	width: 100% !important;
	aspect-ratio: 2 / 1;
	box-sizing: border-box;
	padding: 0;
	object-fit: contain;
	object-position: center;
	background: #fff;
	transition: none;
}
.blogs-shell .blog-post-meta-block,
.blogs-shell .blog-post-title {
  width: 100% !important;
  margin: 0 !important;
}
.blogs-shell .blog-post-card h2,
.blogs-shell .blog-post-card .elementor-heading-title {
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}
.blogs-shell .blog-widget {
  padding-bottom: 34px !important;
}
.blogs-shell .blog-widget > .elementor-widget-heading {
  width: 100% !important;
  margin: 0 0 20px !important;
}
.blogs-shell .blog-widget h3,
.blogs-shell .blog-widget h3.elementor-heading-title {
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}
.blogs-shell .blog-category-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: start !important;
  width: 100% !important;
  padding: 7px 0 !important;
}
.blogs-shell .blog-category-row > .elementor-widget-button {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}
.blogs-shell .blog-category-name {
  justify-self: start;
}
.blogs-shell .blog-category-count {
  justify-self: end;
}
.blogs-shell .blog-category-row .elementor-button {
  display: block;
  padding: 0 !important;
  color: #000 !important;
  background: transparent !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  text-align: left;
}
.blogs-shell .recent-post {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: 360px;
  padding: 0 0 26px !important;
}
.blogs-shell .recent-post-image {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}
.blogs-shell .recent-post-image a,
.blogs-shell .recent-post-image .elementor-widget-container {
  display: block;
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
}
.blogs-shell .recent-post-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1200 / 651;
  object-fit: cover;
  object-position: center;
}
.blogs-shell .recent-post-title {
  width: 100% !important;
  margin: 0 !important;
}
.blogs-shell .recent-post-title .elementor-heading-title {
  color: #000 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}
.blogs-shell .tag-cloud {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 9px 10px !important;
}
.blogs-shell .tag-cloud > .elementor-widget-button {
  width: auto !important;
  margin: 0 !important;
}
.blogs-shell .blog-tag-link .elementor-button {
  padding: 0 !important;
  color: #000 !important;
  background: transparent !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}
.blogs-shell .blog-pagination {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 44px 0 0 !important;
}
.blogs-shell .blog-pagination > .elementor-element {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}
.blogs-shell .blog-pagination .elementor-button,
.blogs-shell .blog-pagination .current,
.blogs-shell .blog-pagination .dots {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 46px !important;
  width: auto !important;
  height: 46px !important;
  padding: 0 14px !important;
  border: 1px solid #d7d7d7 !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 15px !important;
  line-height: 1 !important;
}
.blogs-shell .blog-pagination .elementor-button-content-wrapper,
.blogs-shell .blog-pagination .elementor-button-text {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
}
.blogs-shell .blog-pagination .current {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
.blogs-shell .blog-pagination .current .elementor-heading-title {
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1 !important;
}
.blogs-shell .blog-pagination .dots {
  min-width: 30px !important;
  padding-inline: 6px !important;
  border-color: transparent !important;
}
.blogs-shell .blog-pagination .dots .elementor-heading-title {
  color: #000 !important;
  font-size: 15px !important;
  line-height: 1 !important;
}
.blogs-shell .blog-pagination .next .elementor-button,
.blogs-shell .blog-pagination .prev .elementor-button {
  min-width: 131px !important;
}
.blogs-shell .blog-pagination > .next,
.blogs-shell .blog-pagination > .prev {
  min-width: 131px !important;
}
.blogs-shell .blog-category-row .elementor-button:hover,
.blogs-shell .blog-tag-link .elementor-button:hover,
.blogs-shell .recent-post-title a:hover,
.blogs-shell .blog-pagination .elementor-button:hover,
.blogs-shell .blog-pagination > a:hover {
  color: var(--bright) !important;
}
.blog-detail-page {
  width: min(1200px, calc(100% - 80px));
  grid-template-columns: minmax(0, 860px) 280px;
  gap: 60px;
  padding: 36px 0 76px;
}
.blog-detail-content { min-width: 0; }
.blog-detail-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; color: #707b86; font-size: 13px; margin-bottom: 18px; }
.blog-detail-content h1 { color: #000; font-size: clamp(40px, 3.6vw, 48px); line-height: 1.14; font-weight: 500; letter-spacing: 0; margin: 0 0 24px; max-width: 820px; }
.blog-detail-image { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #f6f6f6; margin-bottom: 30px; }
.blog-detail-content .rich-text p { color: #000; font-size: 16px; line-height: 1.75; max-width: 72ch; margin: 0 0 16px; }
.blog-detail-content .rich-text p:last-child { margin-bottom: 0; }
.blog-detail-content > .btn-row { margin-top: 26px; }
.blog-detail-page .blog-category-list { width: min(100%, 270px); }

/* Keep native Elementor blog detail pages on the same reading-focused layout. */
.blog-detail-shell .blog-detail-page {
  width: min(1200px, calc(100% - 80px)) !important;
  grid-template-columns: minmax(0, 860px) 280px !important;
  gap: 60px !important;
  padding: 36px 0 76px !important;
}
.blog-detail-shell .blog-detail-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  width: 100% !important;
  min-width: 0;
  padding: 0 !important;
}
.blog-detail-shell .blog-detail-content > .elementor-widget,
.blog-detail-shell .blog-detail-content > .rich-text,
.blog-detail-shell .blog-detail-content > .btn-row {
  width: 100% !important;
  max-width: 100%;
  padding: 0 !important;
}
.blog-detail-shell .blog-detail-meta {
  margin: 0 0 18px !important;
}
.blog-detail-shell .blog-detail-meta .elementor-widget-container,
.blog-detail-shell .blog-detail-meta p {
  margin: 0 !important;
}
.blog-detail-shell .blog-detail-content > .elementor-widget-heading {
  margin: 0 0 24px !important;
}
.blog-detail-shell .blog-detail-content h1.elementor-heading-title {
  max-width: 820px;
  margin: 0 !important;
  font-size: clamp(40px, 3.6vw, 48px) !important;
  line-height: 1.14 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}
.blog-detail-shell .blog-detail-image {
  width: 100% !important;
  aspect-ratio: auto;
  margin: 0 0 30px !important;
  padding: 0 !important;
  background: #f6f6f6;
  overflow: hidden;
}
.blog-detail-shell .blog-detail-image .elementor-widget-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f6f6f6;
}
.blog-detail-shell .blog-detail-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: contain;
}
.blog-detail-shell .blog-detail-content > .rich-text {
  align-items: flex-start !important;
  gap: 0 !important;
  margin: 0 !important;
}
.blog-detail-shell .blog-detail-content > .rich-text > .elementor-widget-text-editor {
  width: 100% !important;
  max-width: 72ch !important;
  margin: 0 0 16px !important;
  color: #000;
  font-size: 16px !important;
  line-height: 1.75 !important;
}
.blog-detail-shell .blog-detail-content > .rich-text > .elementor-widget-text-editor:last-child { margin-bottom: 0 !important; }
.blog-detail-shell .blog-detail-content .rich-text p {
  max-width: 72ch;
  margin: 0 0 16px !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}
.blog-detail-shell .blog-detail-content .rich-text > :last-child p:last-child {
  margin-bottom: 0 !important;
}
.blog-detail-shell .blog-detail-content > .btn-row {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 26px 0 0 !important;
}
.blog-detail-shell .btn-row > .elementor-widget-button {
  display: block !important;
  width: auto !important;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}
.blog-detail-shell .btn-row .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px;
  padding: 10px 28px !important;
  border: 1px solid var(--blue) !important;
  border-radius: 0 !important;
  background: linear-gradient(90deg, var(--blue), var(--bright)) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: 0 14px 26px rgba(20,91,196,.18) !important;
}
.blog-detail-shell .btn-row .secondary .elementor-button {
  background: #fff !important;
  color: var(--blue) !important;
  box-shadow: none !important;
}
.blog-detail-shell .btn-row .elementor-button:hover,
.blog-detail-shell .btn-row .elementor-button:focus-visible {
  border-color: var(--navy) !important;
  background: var(--navy) !important;
  color: #fff !important;
}
.blog-detail-shell .blog-sidebar,
.blog-detail-shell .blog-widget,
.blog-detail-shell .blog-category-list,
.blog-detail-shell .blog-category-row,
.blog-detail-shell .recent-post,
.blog-detail-shell .tag-cloud {
  min-width: 0;
  max-width: 100%;
}
.blogs-shell .blog-sidebar-host,
.blog-detail-shell .blog-sidebar-host,
.blogs-shell .blog-sidebar-host > .elementor-widget-container,
.blog-detail-shell .blog-sidebar-host > .elementor-widget-container {
  align-self: start !important;
  width: 100% !important;
  min-width: 0;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.blogs-shell .blog-sidebar.hostinger-elementor-aos,
.blogs-shell .blog-sidebar .hostinger-elementor-aos,
.blog-detail-shell .blog-sidebar.hostinger-elementor-aos,
.blog-detail-shell .blog-sidebar .hostinger-elementor-aos,
.blogs-shell .blog-sidebar [data-aos],
.blog-detail-shell .blog-sidebar [data-aos] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}
.blog-detail-shell .blog-sidebar {
  width: 100% !important;
  gap: 0 !important;
  padding: 0 !important;
}
.blog-detail-shell .blog-widget {
  width: 100% !important;
  gap: 0 !important;
  padding: 0 0 34px !important;
}
.blog-detail-shell .blog-widget > .elementor-widget-heading {
  width: 100% !important;
  margin: 0 0 20px !important;
}
.blog-detail-shell .blog-widget h3.elementor-heading-title {
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}
.blog-detail-shell .blog-category-list {
  width: min(100%, 270px) !important;
  gap: 0 !important;
  padding: 0 !important;
}
.blog-detail-shell .blog-category-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: start !important;
  width: 100% !important;
  padding: 7px 0 !important;
}
.blog-detail-shell .blog-category-row > .elementor-widget-button {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}
.blog-detail-shell .blog-category-name { justify-self: start; }
.blog-detail-shell .blog-category-count { justify-self: end; }
.blog-detail-shell .blog-category-row .elementor-button {
  display: block;
  padding: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  text-align: left;
}
.blog-detail-shell .recent-post {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: 360px;
  padding: 0 0 26px !important;
}
.blog-detail-shell .recent-post-image,
.blog-detail-shell .recent-post-image a,
.blog-detail-shell .recent-post-image .elementor-widget-container {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden;
}
.blog-detail-shell .recent-post-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1200 / 651;
  object-fit: cover;
  object-position: center;
}
.blog-detail-shell .recent-post-title {
  width: 100% !important;
  margin: 0 !important;
}
.blog-detail-shell .recent-post-title .elementor-heading-title {
  color: #000 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}
.blog-detail-shell .tag-cloud {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 9px 10px !important;
  width: 100% !important;
  padding: 0 !important;
}
.blog-detail-shell .tag-cloud > .elementor-widget-button {
  width: auto !important;
  margin: 0 !important;
}
.blog-detail-shell .blog-tag-link .elementor-button {
  padding: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}
.blog-detail-shell .blog-category-row .elementor-button:hover,
.blog-detail-shell .blog-tag-link .elementor-button:hover,
.blog-detail-shell .recent-post-title a:hover {
  color: var(--bright) !important;
}

@media (prefers-reduced-motion: reduce) {
  .blog-post-image img { transition: none; }
  .blog-post-card:hover .blog-post-image img,
  .blog-post-card:focus-within .blog-post-image img { transform: none; }
}

.case-studies-page { width: min(1200px, calc(100% - 80px)) !important; margin: 0 auto !important; padding: 0 0 72px !important; gap: 0 !important; }
.case-studies-breadcrumbs { padding-top: 20px; color: #000; }
.case-study-hero img { width: 100%; aspect-ratio: 2048 / 579; object-fit: cover; }
.case-study-intro { margin: 22px 0 18px; }
.case-study-intro p { color: #000; font-size: 15px; line-height: 1.7; margin: 0; }
.case-study-industries { color: #000; font-size: 15px; line-height: 1.8; }
.case-study-industries h4 { font-size: 18px; line-height: 1.3; font-weight: 500; margin: 0 0 4px; }
.case-study-industries p { margin: 0; }
.case-study-industries a { color: var(--blue); }
.case-study-industries a:hover { color: var(--bright); }
.case-study-divider { height: 1px; background: #e5e5e5; margin: 20px 0 34px; }
.case-study-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 50px; }
.case-studies-shell .case-study-archive,
.case-studies-shell .case-study-grid,
.case-studies-shell .case-study-grid > .case-study-card,
.case-studies-shell .case-study-card .article-content,
.case-studies-shell .case-study-card .thumbnail-content,
.case-studies-shell .case-study-card .entry-content,
.case-studies-shell .case-study-card .thumbnail { width: 100% !important; max-width: none !important; }
.case-studies-shell .case-study-archive,
.case-studies-shell .case-study-grid,
.case-studies-shell .case-study-card .article-content,
.case-studies-shell .case-study-card .thumbnail-content,
.case-studies-shell .case-study-card .entry-content,
.case-studies-shell .case-study-card .entry-meta-bottom { padding: 0 !important; gap: 0 !important; }
.case-study-card { min-width: 0; padding: 0 50px 32px 0 !important; border-right: 1px solid #e2e2e2; }
.case-study-card:nth-child(3n) { border-right: 0; padding-right: 0 !important; }
.case-study-card .article-content { display: grid; }
.case-study-card .thumbnail-content { margin-bottom: 14px; }
.case-study-card .thumbnail { display: block; background: #f6f6f6; overflow: hidden; }
.case-study-card .thumbnail img { width: 100%; aspect-ratio: 1200 / 651; object-fit: cover; transition: .18s ease; }
.case-study-card:hover .thumbnail img { transform: scale(1.02); }
.case-study-card .effect-thumbnail { display: none; }
.case-study-card .cats-link ul { list-style: none; padding: 0; margin: 0 0 9px; display: flex; flex-wrap: wrap; gap: 0 6px; }
.case-study-card .cats-link li { display: inline-flex; }
.case-study-card .cats-link a { display: inline-flex; align-items: center; min-height: 20px; padding: 3px 5px; background: #000; color: #fff; font-size: 12px; line-height: 1; }
.case-study-card .entry-meta-top { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; color: #707b86; font-size: 13px; margin-bottom: 14px; }
.case-study-card .heading-title { font-size: 21px; line-height: 1.28; font-weight: 500; margin: 0 0 10px; }
.case-study-card .heading-title a { color: #000; }
.case-study-card .heading-title a:hover { color: var(--bright); }
.case-study-card .excerpt { color: #000; font-size: 15px; line-height: 1.6; min-height: 48px; }
.case-study-card .entry-meta-bottom { margin-top: 12px; }
.case-study-card .button-read-more { color: var(--blue); font-size: 15px; font-weight: 600; }
.case-study-card .button-read-more:hover { color: var(--bright); }

@media (max-width: 1180px) {
  .wrap { width: min(var(--max), calc(100% - 40px)); }
  .elementor-element.wrap { width: min(var(--max), calc(100% - 40px)) !important; max-width: min(var(--max), calc(100% - 40px)) !important; }
  .header .wrap { grid-template-columns: 145px 1fr auto; gap: 20px; }
  .nav { gap: 20px; }
  .nav-item { font-size: 16px; }
  .blog-archive-wrap { width: min(1100px, calc(100% - 40px)); grid-template-columns: minmax(0, 1fr) 280px; gap: 28px; }
  .blog-grid { gap: 42px 44px; }
  .blog-post-card { padding-right: 22px; }
  .blogs-shell .blog-archive-wrap,
  .blog-detail-shell .blog-archive-wrap { width: min(1100px, calc(100% - 40px)) !important; grid-template-columns: minmax(0, 1fr) 280px !important; gap: 28px !important; }
  .blogs-shell .blog-grid { gap: 42px 44px !important; }
  .blogs-shell .blog-post-card { padding-right: 22px !important; }
  .case-studies-page { width: calc(100% - 40px) !important; }
  .case-study-grid { gap: 0 24px; }
  .case-study-card { padding-right: 24px !important; }
  .shell > .article-breadcrumbs { width: min(var(--max), calc(100% - 40px)) !important; }
  .product-family-shell .product-category-page { grid-template-columns: 260px minmax(0, 1fr) !important; }
  .product-family-shell .product-category-page > .sidebar { padding-right: 28px; }
}

@media (max-width: 991px) {
  .topbar, .header { display: none !important; }
  .mobile-head { position: sticky !important; top: 0 !important; z-index: 60; display: grid !important; grid-template-columns: 42px 1fr 42px !important; align-items: center; gap: 0 !important; height: 54px !important; min-height: 54px !important; background: #fff; border-bottom: 1px solid #f0f0f0; padding: 0 12px !important; }
  .mobile-head .menu-btn, .mobile-head .search-btn { width: 42px !important; height: 42px !important; min-height: 42px !important; padding: 0 !important; }
  .mobile-head .brand { justify-self: center; justify-content: center; width: 82px; height: 48px; }
  .mobile-head .brand img { width: 82px; }
  .page-title .wrap { padding: 34px 0 32px; text-align: center; }
  .breadcrumbs { justify-content: center; }
  .layout { grid-template-columns: 1fr; padding: 32px 0 54px; }
  .applications-shell .layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 32px !important;
    padding: 32px 0 54px !important;
  }
  .applications-shell .layout > .sidebar {
    position: static !important;
    top: auto !important;
  }
  .applications-shell .intro,
  .applications-shell .cta-band {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .applications-shell .tile-grid,
  .applications-shell .feature-list {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .applications-shell .cta-band {
    gap: 20px !important;
    padding: 28px 22px !important;
  }
  .flow-meters-shell .layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 32px !important;
    padding: 32px 0 54px !important;
  }
  .flow-meters-shell .layout > .sidebar {
    position: static !important;
    top: auto !important;
  }
  .flow-meters-shell .intro,
  .flow-meters-shell .cta-band {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .flow-meters-shell .intro-media {
    min-height: 240px !important;
  }
  .flow-meters-shell .intro-media img { height: 230px !important; }
  .flow-meters-shell .flow-meter-list-card {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .flow-meters-shell .product-card-media {
    width: 100% !important;
    min-height: 216px !important;
  }
  .flow-meters-shell .product-card-media img { height: 190px !important; }
  .flow-meters-shell .cta-band {
    gap: 20px !important;
    padding: 28px 22px !important;
  }
  .sidebar { position: static; grid-template-columns: 1fr; }
  .intro, .product-card, .modal-body, .cta-band, .footer-grid, .contact-layout { grid-template-columns: 1fr; }
  .intro-media { min-height: 240px; }
  .intro-media img { height: 230px; }
  .tile-grid, .feature-list, .spec-grid, .model-grid, .form { grid-template-columns: 1fr; }
  .article-breadcrumbs { justify-content: flex-start !important; padding-top: 18px !important; }
  .dew-page-title { padding-top: 18px; text-align: center; }
  .reference-article-layout { padding-top: 24px; }
  .reference-page-heading { text-align: center; font-size: 38px; }
  .reference-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-family-shell .product-category-page { grid-template-columns: 1fr !important; gap: 32px !important; padding: 24px 0 54px !important; }
  .product-family-shell .product-category-page > .sidebar { padding: 0 !important; position: static !important; top: auto !important; }
  .product-family-shell .product-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .application-comparison, .gas-comparison {
    min-width: 0;
    width: 100%;
    table-layout: fixed;
  }
  .application-comparison th, .application-comparison td,
  .gas-comparison th, .gas-comparison td {
    padding: 9px 8px;
    font-size: 12px;
    line-height: 1.35;
  }
  .coriolis-columns { grid-template-columns: 1fr; gap: 18px; }
  .cta-band { text-align: center; justify-items: center; padding: 28px 22px; }
  .blog-archive-wrap { width: calc(100% - 32px); grid-template-columns: 1fr; padding-top: 28px; }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 24px; }
  .blog-post-card { border-right: 0; padding-right: 0; }
  .blog-sidebar { border-top: 1px solid var(--line); padding-top: 28px; }
  .blogs-shell .blog-archive-wrap,
  .blog-detail-shell .blog-archive-wrap { width: calc(100% - 32px) !important; grid-template-columns: 1fr !important; gap: 30px !important; padding-top: 28px !important; }
  .blog-detail-content h1,
  .blog-detail-shell .blog-detail-content h1.elementor-heading-title { font-size: 38px !important; }
  .blogs-shell .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 34px 24px !important; }
  .blogs-shell .blog-post-card { border-right: 0; padding-right: 0 !important; }
  .blogs-shell .blog-sidebar { border-top: 1px solid var(--line); padding-top: 28px !important; }
  .blog-detail-shell .blog-sidebar { border-top: 1px solid var(--line); padding-top: 28px !important; }
  .case-studies-page { width: calc(100% - 40px) !important; }
  .case-study-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
  .case-study-card, .case-study-card:nth-child(3n) { border-right: 1px solid #e2e2e2; padding: 0 24px 32px 0 !important; }
  .case-study-card:nth-child(2n) { border-right: 0; padding-right: 0 !important; }
  .about-page { padding-top: 20px; }
  .about-hero-image img { min-height: 170px; }
  .about-facts-section, .about-product-row, .about-quality-images { grid-template-columns: 1fr; gap: 24px; }
  .about-facts-copy { padding-left: 0; }
  .about-facts-section img, .about-quality-images img:first-child, .about-quality-images img:last-child { width: 100%; height: auto; max-height: none; }
  .about-stats { width: 100%; margin-left: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; padding: 46px 18px 50px; }
  .about-product-media { min-height: 0; justify-items: start; }
  .about-activity-grid { grid-template-columns: 1fr; }
  .about-customer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .certificate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 16px; }
  .quality-intro, .quality-process, .quality-step, .quality-resources, .quality-quote { margin-left: 0; }
  .quality-step-side { grid-template-columns: 1fr; align-items: start; }
  .quality-step-side img { width: min(340px, 100%); height: auto; }
  .quality-packing-images { grid-template-columns: 1fr; gap: 16px; }
  .quality-packing-images img { height: auto; }
}

@media (min-width: 992px) {
  .mobile-head {
    display: none !important;
  }
}

@media (max-width: 560px) {
  .wrap { width: calc(100% - 32px); }
  .elementor-element.wrap { width: calc(100% - 32px) !important; max-width: calc(100% - 32px) !important; }
  .page-title h1 { font-size: 38px; }
  .product-card { padding: 14px; }
  .card-actions, .btn-row { flex-direction: column; }
  .applications-shell .btn-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .applications-shell .btn-row > .elementor-widget-button {
    width: 100% !important;
  }
  .applications-shell .page-title .elementor-heading-title {
    font-size: 38px !important;
  }
  .flow-meters-shell .page-title .elementor-heading-title {
    font-size: 38px !important;
  }
  .flow-meters-shell .btn-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .flow-meters-shell .btn-row > .elementor-widget-button { width: 100% !important; }
  .flow-meters-shell .flow-meter-list-card { padding: 14px !important; }
  .flow-meters-shell .card-actions {
    flex-direction: row !important;
    align-items: center !important;
  }
  .flow-meters-shell .card-actions > .elementor-widget-button { width: auto !important; }
  .btn, .card-actions a, .card-actions button { width: 100%; }
  .reference-product-grid { grid-template-columns: 1fr; }
  .shell > .article-breadcrumbs { width: calc(100% - 32px) !important; }
  .product-family-shell .product-category-grid { grid-template-columns: 1fr !important; }
  .mfc-product-card h3 { min-height: 0; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-post-card h2 { font-size: 19px; }
  .blogs-shell .blog-grid { grid-template-columns: 1fr !important; }
  .blogs-shell .blog-post-card h2,
  .blogs-shell .blog-post-card .elementor-heading-title { font-size: 19px !important; }
  .blog-detail-content h1,
  .blog-detail-shell .blog-detail-content h1.elementor-heading-title { font-size: 32px !important; line-height: 1.18 !important; }
  .blog-detail-shell .blog-detail-content > .btn-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .blog-detail-shell .btn-row > .elementor-widget-button,
  .blog-detail-shell .btn-row .elementor-button { width: 100% !important; }
  .case-studies-page { width: calc(100% - 32px) !important; }
  .case-study-grid { grid-template-columns: 1fr; gap: 28px; }
  .case-study-card, .case-study-card:nth-child(2n), .case-study-card:nth-child(3n) { border-right: 0; padding: 0 0 32px !important; }
  .blog-pagination { flex-wrap: wrap; justify-content: flex-start; }
  .blogs-shell .blog-pagination { flex-wrap: wrap !important; justify-content: flex-start !important; }
  .about-intro-section h1 { font-size: 30px; }
  .about-intro-section h2, .about-facts-section h2, .about-offer-section h2, .about-quality-section h2, .about-activities-section h2, .about-customers-section h2 { font-size: 27px; }
  .about-product-block h2 { font-size: 22px; }
  .about-product-media img { width: 100%; height: auto; }
  .about-stats { grid-template-columns: 1fr; gap: 22px; padding: 40px 18px 42px; }
  .about-stats span, .about-stats em { font-size: 16px; max-width: none; }
  .about-customer-grid { grid-template-columns: 1fr; }
  .certificate-grid { grid-template-columns: 1fr; }
  .certificate-card figcaption { min-height: 0; }
  .quality-page h1 { font-size: 34px; }
  .quality-page h2 { font-size: 27px; }
  .quality-page p, .quality-page li { font-size: 15px; }
  .gas-tech-section { padding-bottom: 42px; }
  .reference-product-card h3 { min-height: 0; }
  .compare-table { font-size: 13px; }
  .compare-table th, .compare-table td { padding: 10px 9px; }
}

@media (max-width: 991px) {
  .about-native-shell .wrap {
    width: min(1200px, calc(100% - 40px)) !important;
  }
  .about-native-shell .article-breadcrumbs {
    padding-top: 18px !important;
  }
  .about-native-shell .about-page {
    padding-top: 20px !important;
  }
  .about-native-shell .about-hero-image img {
    min-height: 170px !important;
  }
  .about-native-shell .about-facts-section,
  .about-native-shell .about-product-row,
  .about-native-shell .about-quality-images {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .about-native-shell .about-facts-copy {
    padding-left: 0 !important;
  }
  .about-native-shell .about-facts-section img,
  .about-native-shell .about-quality-images img:first-child,
  .about-native-shell .about-quality-images img:last-child {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }
  .about-native-shell .about-stats {
    width: 100% !important;
    margin-left: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 18px !important;
    padding: 46px 18px 50px !important;
  }
  .about-native-shell .about-product-media {
    min-height: 0 !important;
    justify-items: start !important;
    place-items: start !important;
  }
  .about-native-shell .about-activity-grid {
    grid-template-columns: 1fr !important;
  }
  .about-native-shell .about-customer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .about-native-shell .wrap {
    width: calc(100% - 32px) !important;
  }
  .about-native-shell .about-intro-section h1 {
    font-size: 30px !important;
  }
  .about-native-shell .about-intro-section h2,
  .about-native-shell .about-facts-section h2,
  .about-native-shell .about-offer-section h2,
  .about-native-shell .about-quality-section h2,
  .about-native-shell .about-activities-section h2,
  .about-native-shell .about-customers-heading h2,
  .about-native-shell .about-customers-section h2 {
    font-size: 27px !important;
  }
  .about-native-shell .about-product-block h2 {
    font-size: 22px !important;
  }
  .about-native-shell .about-product-media img {
    width: 100% !important;
    height: auto !important;
  }
  .about-native-shell .about-stats {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 40px 18px 42px !important;
  }
  .about-native-shell .about-stats span,
  .about-native-shell .about-stats em,
  .about-native-shell .about-stats .stat-label,
  .about-native-shell .about-stats .stat-label * {
    font-size: 16px !important;
    max-width: none !important;
  }
  .about-native-shell .about-customer-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Reference-style reading layout for the native WordPress blog posts. */
.native-blog-post-shell .native-blog-detail-page {
  width: min(1200px, calc(100% - 80px)) !important;
  grid-template-columns: minmax(0, 860px) 280px !important;
  gap: 60px !important;
  padding: 36px 0 76px !important;
}
.native-blog-post-shell .native-blog-detail-content {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0;
}
.native-blog-post-shell .native-blog-detail-content.hostinger-elementor-aos,
.native-blog-post-shell .native-blog-detail-content .hostinger-elementor-aos,
.native-blog-post-shell .native-blog-detail-content [data-aos] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}
.native-blog-post-shell .native-blog-hero {
  order: 0;
  margin: 0 0 28px !important;
  background: #f5f6f7;
}
.native-blog-post-shell img.native-blog-hero,
.native-blog-post-shell .native-blog-hero .elementor-widget-container,
.native-blog-post-shell .native-blog-hero img {
  aspect-ratio: 16 / 9 !important;
  background: #f5f6f7;
}
.native-blog-post-shell .native-blog-hero .elementor-widget-container {
  overflow: hidden;
}
.native-blog-post-shell .native-blog-hero img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center;
}
.native-blog-post-shell .blog-detail-meta {
  order: 1;
  margin: 0 0 20px !important;
}
.native-blog-post-shell .blog-detail-meta p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}
.native-blog-post-shell .native-blog-detail-content > .elementor-widget-heading {
  order: 2;
  margin: 0 0 24px !important;
}
.native-blog-post-shell .native-blog-detail-content > h1 {
  order: 2;
  margin: 0 0 24px;
}
.native-blog-post-shell .native-blog-detail-content h1,
.native-blog-post-shell .native-blog-detail-content h1.elementor-heading-title {
  max-width: 820px;
  font-size: 48px !important;
  line-height: 1.14 !important;
  font-weight: 500 !important;
}
.native-blog-post-shell .native-blog-article-body {
  order: 3;
  width: 100% !important;
  max-width: 660px;
  gap: 0 !important;
}
.native-blog-post-shell .native-blog-article-body > .native-blog-lead {
  max-width: 75ch !important;
  margin: 0 0 30px !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
}
.native-blog-post-shell .native-blog-article-section {
  width: 100% !important;
  gap: 0 !important;
  margin: 0 0 30px !important;
  padding: 0 !important;
}
.native-blog-post-shell .native-blog-article-section > .elementor-widget-heading {
  width: 100% !important;
  margin: 0 0 10px !important;
}
.native-blog-post-shell .native-blog-article-section h2,
.native-blog-post-shell .native-blog-article-section h2.elementor-heading-title {
  color: #000 !important;
  font-size: 28px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
}
.native-blog-post-shell .native-blog-article-section > .elementor-widget-text-editor {
  width: 100% !important;
  margin: 0 !important;
}
.native-blog-post-shell .native-blog-detail-content > .btn-row {
  order: 4;
  margin-top: 4px !important;
}
.native-blog-post-shell .measflow-blog-share {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 0 0 24px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.native-blog-post-shell .measflow-blog-share-label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}
.native-blog-post-shell .measflow-blog-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.native-blog-post-shell .measflow-share-action {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}
.native-blog-post-shell .measflow-share-action:hover,
.native-blog-post-shell .measflow-share-action:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
}
.native-blog-post-shell .measflow-share-action[data-share-action="native"] {
  border-color: var(--black, #000);
  background: var(--black, #000);
  color: var(--white);
}
.native-blog-post-shell .measflow-blog-share-status {
  min-height: 1.2em;
  color: var(--muted);
  font-size: 13px;
}
.native-blog-post-shell .measflow-blog-native-content {
  width: 100%;
}
.native-blog-post-shell .measflow-blog-native-content > :first-child {
  margin-top: 0;
}
.native-blog-post-shell .measflow-blog-native-content > :last-child {
  margin-bottom: 0;
}
.native-blog-post-shell .measflow-blog-native-content h2,
.native-blog-post-shell .measflow-blog-native-content h3 {
  color: #000;
  font-weight: 500;
  line-height: 1.25;
}
.native-blog-post-shell .measflow-blog-native-content h2 {
  margin: 30px 0 10px;
  font-size: 28px;
}
.native-blog-post-shell .measflow-blog-native-content h3 {
  margin: 24px 0 8px;
  font-size: 22px;
}
.native-blog-post-shell .measflow-blog-native-content p,
.native-blog-post-shell .measflow-blog-native-content li {
  max-width: 640px;
  color: #000;
  font-size: 16px;
  line-height: 1.72;
}
.native-blog-post-shell .native-blog-article-body > p,
.native-blog-post-shell .native-blog-article-body > li {
  max-width: 640px;
}
.native-blog-post-shell .blog-detail-content .native-blog-article-body > p,
.native-blog-post-shell .blog-detail-content .native-blog-article-body > li {
  max-width: 640px !important;
}
.native-blog-post-shell .measflow-blog-native-content ul,
.native-blog-post-shell .measflow-blog-native-content ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

@media (max-width: 1200px) {
  .native-blog-post-shell .native-blog-detail-page {
    width: min(1100px, calc(100% - 40px)) !important;
    grid-template-columns: minmax(0, 1fr) 280px !important;
    gap: 28px !important;
  }
}

@media (max-width: 991px) {
  .native-blog-post-shell .native-blog-detail-page {
    width: calc(100% - 32px) !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    padding-top: 24px !important;
  }
  .native-blog-post-shell .native-blog-detail-content h1,
  .native-blog-post-shell .native-blog-detail-content h1.elementor-heading-title {
    font-size: 38px !important;
  }
  .native-blog-post-shell .native-blog-article-body {
    max-width: 72ch;
  }
}

@media (max-width: 560px) {
  .native-blog-post-shell .native-blog-detail-page {
    width: calc(100% - 20px) !important;
    padding-top: 16px !important;
  }
  .native-blog-post-shell .native-blog-hero {
    margin-bottom: 22px !important;
  }
  .native-blog-post-shell .blog-detail-meta {
    margin-bottom: 16px !important;
  }
  .native-blog-post-shell .native-blog-detail-content h1,
  .native-blog-post-shell .native-blog-detail-content h1.elementor-heading-title {
    font-size: 32px !important;
    line-height: 1.16 !important;
  }
  .native-blog-post-shell .native-blog-article-body > .native-blog-lead {
    margin-bottom: 26px !important;
    font-size: 17px !important;
  }
  .native-blog-post-shell .native-blog-article-section {
    margin-bottom: 26px !important;
  }
  .native-blog-post-shell .native-blog-article-section h2,
  .native-blog-post-shell .native-blog-article-section h2.elementor-heading-title {
    font-size: 24px !important;
  }
  .native-blog-post-shell .measflow-blog-share {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .native-blog-post-shell .measflow-blog-share-actions {
    width: 100%;
  }
  .native-blog-post-shell .measflow-share-action {
    flex: 0 0 auto;
  }
  .native-blog-post-shell .measflow-blog-native-content h2 {
    font-size: 24px;
  }
  .native-blog-post-shell .measflow-blog-native-content p,
  .native-blog-post-shell .measflow-blog-native-content li {
    font-size: 16px;
  }
}
