/** Shopify CDN: Minification failed

Line 1134:12 Expected identifier but found whitespace
Line 1134:14 Unexpected "{"
Line 1134:23 Expected ":"
Line 1134:47 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collection-applications (INDEX:14) */
.mp-trust__outer {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.mp-trust {
  box-sizing: border-box;
}

/* ── Grid ────────────────────────────────────────── */
.mp-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

/* ── Card ────────────────────────────────────────── */
.mp-trust__card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
}

/* ── Icon ────────────────────────────────────────── */
.mp-trust__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Text ────────────────────────────────────────── */
.mp-trust__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.mp-trust__label {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
}

.mp-trust__sublabel {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.3;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 768px) {
  .mp-trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 380px) {
  .mp-trust__grid {
    grid-template-columns: 1fr;
  }
}
/* END_SECTION:collection-applications */

/* START_SECTION:collection-hero (INDEX:18) */
.mp-hero-wrap {
  width: 100%;
}

.mp-hero {
  position: relative;
  width: 100%;
  min-height: 480px;
  overflow: hidden;
  background: linear-gradient(105deg, #042C53 0%, #0C447C 55%, #185FA5 100%);
  font-family: 'Barlow', sans-serif;
}

.mp-hero__body {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 5%;
  box-sizing: border-box;
}

.mp-hero__content {
  max-width: 60%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mp-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 12px;
  font-family: 'Barlow', sans-serif;
  color: rgba(255,255,255,0.7);
  margin-bottom: 1rem;
  margin-left: 0!important;
}

.mp-hero__breadcrumb a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}

.mp-hero__breadcrumb a:hover { color: #ffffff; }

.mp-hero__breadcrumb-sep { color: rgba(255,255,255,0.35); }

.mp-hero__breadcrumb-current {
  color: rgba(255,255,255,0.95);
}

.mp-hero__heading {
  font-family: 'Barlow', sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  line-height: 49.53px;
  letter-spacing: 7.62px;
  text-transform: uppercase;
  text-shadow: 0 2px 20px rgba(0,0,0,0.4);
  margin: 0 0 3.25rem 0;
}

.mp-hero__intro {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  line-height: 28.8px;
  letter-spacing: 0.6px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
  margin: 0 0 4.25rem 0;
}

.mp-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 2rem;
}

.mp-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #0022ee;
  border: 1px solid rgba(0,34,238,0.6);
  border-radius: 0;
  padding: 5px 13px;
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}

.mp-hero__pill--link {
  text-decoration: none;
  transition: opacity 0.15s, background 0.15s;
}

.mp-hero__pill--link:hover {
  opacity: 0.85;
  background: #1a3af0;
}

.mp-hero__pill-icon {
  flex-shrink: 0;
  color: rgba(255,255,255,0.75);
}

.mp-hero__ctas {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  align-items: center;
}

.mp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 17px;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
  border: 2px solid transparent;
}

.mp-btn--primary {
  background: #0022EE;
  color: #ffffff;
  border-color: #0022EE;
}

.mp-btn--primary:hover {
  background: #1236c4;
  border-color: #1236c4;
}

.mp-btn--outline {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255,255,255,0.85);
}

.mp-btn--outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: #ffffff;
}

@media (max-width: 768px) {
  .mp-hero {
    height: auto !important;
    min-height: 580px;
  }
  .mp-hero__body {
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .mp-hero__heading {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1.3;
    margin: 0 0 1rem 0;
    text-align: center;
  }
  .mp-hero__intro {
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    text-align: center;
  }
  .mp-hero__content {
    max-width: 100% !important;
  }
  .mp-hero__ctas {
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
  }
  .mp-btn {
    width: 100%;
    font-size: 12px;
    padding: 12px 16px;
    white-space: normal;
    text-align: center;
  }
}
/* END_SECTION:collection-hero */

/* START_SECTION:collection-product-grid (INDEX:20) */
/* ════════════════════════════════════════════════════════════
   TOOLBAR
   ════════════════════════════════════════════════════════════ */
.mp-grid-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.mp-grid-count {
  flex: 1;
  font-size: 13px;
  color: #6b7280;
}

.mp-grid-count strong { color: #111827; }

.mp-grid-toolbar-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mp-sort-select {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 13px;
  color: #374151;
  background: #fff;
  cursor: pointer;
}

.mp-view-toggle {
  display: flex;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  overflow: hidden;
}

.mp-view-btn {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  cursor: pointer;
  color: #9ca3af;
  transition: background 0.15s, color 0.15s;
}

.mp-view-btn.is-active,
.mp-view-btn:hover {
  background: #f3f4f6;
  color: #111827;
}

/* ════════════════════════════════════════════════════════════
   ACTIVE FILTER CHIPS (standard Shopify filter path)
   ════════════════════════════════════════════════════════════ */
.mp-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.mp-active-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 12px;
  color: #1d4ed8;
  text-decoration: none;
  transition: background 0.15s;
}

.mp-active-filter-chip:hover { background: #dbeafe; }

.mp-active-filter-chip__x {
  font-size: 14px;
  line-height: 1;
  opacity: 0.6;
}

/* ════════════════════════════════════════════════════════════
   PRODUCT GRID
   ════════════════════════════════════════════════════════════ */
.mp-product-grid {
  display: grid !important;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* List view */
.mp-product-grid.is-list-view {
  grid-template-columns: 1fr !important;
}

.mp-product-grid.is-list-view .mp-card {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "img  body   footer"
    "img  body   footer";
  gap: 0;
}

.mp-product-grid.is-list-view .mp-card__top-row { display: none; }
.mp-product-grid.is-list-view .mp-card__img-link { grid-area: img; height: auto; min-height: 120px; }
.mp-product-grid.is-list-view .mp-card__body     { grid-area: body; padding: 14px 16px; border-bottom: none; }
.mp-product-grid.is-list-view .mp-card__footer   { grid-area: footer; flex-direction: column; align-items: flex-end; justify-content: center; padding: 14px; border-top: none; border-left: 1px solid #e5e7eb; min-width: 160px; }

@media (max-width: 768px) {
  .mp-product-grid.is-list-view { grid-template-columns: 1fr !important; }
  .mp-product-grid.is-list-view .mp-card { grid-template-columns: 100px 1fr; grid-template-areas: "img body" "footer footer"; }
  .mp-product-grid.is-list-view .mp-card__footer { border-left: none; border-top: 1px solid #e5e7eb; flex-direction: row; min-width: 0; }
}

/* ════════════════════════════════════════════════════════════
   PRODUCT CARD
   ════════════════════════════════════════════════════════════ */
.mp-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.15s;
  box-sizing: border-box;
}

.mp-card:hover { border-color: #d1d5db; }

/* Top row */
.mp-card__top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 0;
  min-height: 28px;
}

.mp-card__badge-placeholder { display: block; width: 1px; }

.mp-card__badge {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
  letter-spacing: 0.02em;
}

.mp-card__badge--default { background: #eff6ff; color: #1d4ed8; border: 1px solid #bfdbfe; }
.mp-card__badge--new     { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }
.mp-card__badge--sale    { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }

/* Compare checkbox */
.mp-card__compare-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.mp-card__compare-label input[type="checkbox"] {
  width: 14px;
  height: 14px;
  accent-color: #185FA5;
  cursor: pointer;
}

/* Image */
.mp-card__img-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  background: #f9fafb;
  overflow: hidden;
  text-decoration: none;
}

.mp-card__img {
  width: 100%!important;
  height: 100%!important;
  object-fit: contain;
  padding: 0px;
  transition: transform 0.2s ease;
}

.mp-card:hover .mp-card__img { transform: scale(1.03); }

.mp-card__no-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #d1d5db;
}

/* Body */
.mp-card__body {
  padding: 12px 14px 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.mp-card__name {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  line-height: 1.35;
}

.mp-card__name:hover { color: #185FA5; }

.mp-card__sku {
  font-size: 11px;
  color: #9ca3af;
  margin: 0;
}

/* Spec pills */
.mp-card__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}

.mp-card__pill {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 2px 8px;
  font-size: 11px;
  color: #374151;
}

/* Footer */
.mp-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px 12px;
  border-top: 1px solid #f3f4f6;
  background: #fafafa;
  flex-wrap: wrap;
}

.mp-card__price-block {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  flex: 1;
}

.mp-card__price {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

.mp-card__stock {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
}

.mp-card__stock--in  { color: #15803d; }
.mp-card__stock--out { color: #9ca3af; }

/* Add to cart button */
.mp-card__atc-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #0a2240;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s;
  flex-shrink: 0;
}

.mp-card__atc-btn:hover { background: #185FA5; }

.mp-card__atc-btn--secondary {
  background: transparent;
  color: #185FA5;
  border: 1px solid #185FA5;
}

.mp-card__atc-btn--secondary:hover { background: #eff6ff; }

.mp-card__atc-form { display: contents; }

/* ════════════════════════════════════════════════════════════
   COMPARE BAR  (slides up from the bottom when items selected)
   ════════════════════════════════════════════════════════════ */
.mp-compare-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #0a2240;
  color: #fff;
  padding: 14px 24px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
  transform: translateY(100%);
  transition: transform 0.25s ease;
}

.mp-compare-bar.is-visible { transform: translateY(0); }

.mp-compare-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.mp-compare-bar__items {
  display: flex;
  gap: 10px;
  flex: 1;
  flex-wrap: wrap;
}

/* Each selected item slot */
.mp-compare-slot {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 12px;
}

.mp-compare-slot__img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  background: #fff;
  border-radius: 4px;
}

.mp-compare-slot__name {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mp-compare-slot__remove {
  background: none;
  border: none;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0 0 0 4px;
}

.mp-compare-slot__remove:hover { color: #fff; }

.mp-compare-bar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.mp-compare-bar__count {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
}

.mp-compare-bar__clear {
  background: none;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 6px;
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  padding: 6px 12px;
  cursor: pointer;
  transition: border-color 0.15s;
}

.mp-compare-bar__clear:hover { border-color: #fff; color: #fff; }

.mp-compare-bar__btn {
  background: #185FA5;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  transition: background 0.15s;
}

.mp-compare-bar__btn:hover { background: #1e76cc; }

/* ════════════════════════════════════════════════════════════
   EMPTY STATE
   ════════════════════════════════════════════════════════════ */
.collection--empty .title-wrapper { margin-top: 10rem; margin-bottom: 15rem; }
/* END_SECTION:collection-product-grid */

/* START_SECTION:sector-case-studies (INDEX:81) */
.mp-cases__outer {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.mp-cases {
  margin-bottom: 36px;
}

.mp-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media (max-width: 640px) {
  .mp-cases__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 400px) {
  .mp-cases__grid {
    grid-template-columns: 1fr;
  }
}

.mp-cases__card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.mp-cases__card:hover {
  border-color: #0022ee;
  box-shadow: 0 3px 10px rgba(12,68,124,0.09);
}

.mp-cases__thumb {
  height: 160px;
  overflow: hidden;
  flex-shrink: 0;
  display: block !important;
}

.mp-cases__body {
  padding: 14px 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}

.mp-cases__tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  background: #E6F1FB;
  color: #0C447C;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  align-self: flex-start;
}

.mp-cases__title {
  font-size: 13px;
  font-weight: 500;
  color: #111827;
  line-height: 1.4;
  margin: 0;
}

.mp-cases__excerpt {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.55;
  margin: 0;
  flex: 1;
}

.mp-cases__read {
  font-size: 12px;
  color: #000f46;
  font-weight: 500;
  margin-top: 4px;
}

.mp-cases__footer {
  margin-top: 16px;
  text-align: center;
}

.mp-btn--outline {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #0C447C;
  color: #0C447C;
  background: transparent;
  transition: background 0.15s, color 0.15s;
}

.mp-btn--outline:hover {
  background: #0C447C;
  color: #fff;
}
/* END_SECTION:sector-case-studies */

/* START_SECTION:sector-cta (INDEX:82) */
.mp-cta__outer {
  width: 100%;
}

.mp-cta {
  background: #0022ee;
  padding: 28px 32px;
  margin-bottom: 12px;
}

.mp-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.mp-cta__heading {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 4px;
}

.mp-cta__sub {
  font-size: 13px;
  color: #ffffff;
  margin: 0;
  line-height: 1.5;
}

.mp-cta__buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.mp-btn {
  border-radius: 0px!important;
}

@media (max-width: 580px) {
  .mp-cta { padding: 22px 18px; }
  .mp-cta__inner { flex-direction: column; align-items: flex-start; }
}
.mp-cta .mp-btn--ghost {
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  background-color: #0022ee;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.5);
}

.mp-btn--white{
  background-color: white;
  color: #000000;
  border: 1px solid rgba(255,255,255,0.5);
}
/* END_SECTION:sector-cta */

/* START_SECTION:sector-hero-image (INDEX:83) */
.mp-hero-wrap {
  width: 100%;
}

.mp-hero {
  position: relative;
  width: 100%;
  min-height: 480px;
  overflow: hidden;
  background: linear-gradient(105deg, #042C53 0%, #0C447C 55%, #185FA5 100%);
  font-family: 'Barlow', sans-serif;
}

.mp-hero__body {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 5%;
  box-sizing: border-box;
}

.mp-hero__content {
  max-width: 60%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mp-hero__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-family: 'Barlow', sans-serif;
  color: rgba(255,255,255,0.7);
  align-self: flex-start;
  margin-bottom: 1rem;
}

.mp-hero__breadcrumb a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}

.mp-hero__breadcrumb a:hover { color: #ffffff; }
.mp-hero__breadcrumb span { color: rgba(255,255,255,0.35); }

.mp-hero__heading {
  font-family: 'Barlow', sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  line-height: 49.53px;
  letter-spacing: 7.62px;
  text-transform: uppercase;
  text-shadow: 0 2px 20px rgba(0,0,0,0.4);
  margin: 0 0 3.25rem 0;
}

.mp-hero__intro {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  line-height: 28.8px;
  letter-spacing: 0.6px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
  margin: 0 0 4.25rem 0;
}

.mp-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 2rem;
}

.mp-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #0022ee;
  border: 1px solid rgba(0,34,238,0.6);
  border-radius: 0;
  padding: 5px 13px;
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}

.mp-hero__pill--link {
  text-decoration: none;
  transition: opacity 0.15s, background 0.15s;
}

.mp-hero__pill--link:hover {
  opacity: 0.85;
  background: #1a3af0;
}

.mp-hero__pill-icon {
  flex-shrink: 0;
  color: rgba(255,255,255,0.75);
}

.mp-hero__ctas {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  align-items: center;
}

.mp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 17px;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
  border: 2px solid transparent;
}

.mp-btn--primary {
  background: #0022EE;
  color: #ffffff;
  border-color: #0022EE;
}

.mp-btn--primary:hover {
  background: #1236c4;
  border-color: #1236c4;
}

.mp-btn--outline {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255,255,255,0.85);
}

.mp-btn--outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: #ffffff;
}

@media (max-width: 768px) {
  .mp-hero {
    height: auto !important;
    min-height: 580px;
  }
  .mp-hero__body {
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .mp-hero__heading {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1.3;
    margin: 0 0 1rem 0;
    text-align: center;
  }
  .mp-hero__intro {
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    text-align: center;
  }
  .mp-hero__content {
    max-width: 100% !important;
  }
  .mp-hero__ctas {
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
  }
  .mp-btn {
    width: 100%;
    font-size: 12px;
    padding: 12px 16px;
    white-space: normal;
    text-align: center;
  }
}
/* END_SECTION:sector-hero-image */

/* START_SECTION:sector-navigation (INDEX:84) */
.mp-sector-nav-outer {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.mp-sector-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  background: #f4f6f8;
  border-radius: 10px;
  flex-wrap: wrap;
  width: 100%;
  max-width: {{ section.settings.max_width }}px;
}

.mp-sector-nav__label {
  font-size: 11px;
  font-weight: 500;
  color: #6b7280;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-transform: uppercase;
}

.mp-sector-nav__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.mp-sector-nav__chip {
  padding: 5px 13px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,15,70,0.4);
  text-decoration: none;
  border: 1px solid transparent;
  transition: color 0.15s;
  white-space: nowrap;
}

.mp-sector-nav__chip:hover {
  color: #000f46;
}

.mp-sector-nav__chip--active {
  color: #000f46;
}

.mp-sector-nav__chip--active:hover {
  color: #000f46;
}

@media (max-width: 640px) {
  .mp-sector-nav {
    gap: 6px;
  }
}
/* END_SECTION:sector-navigation */

/* START_SECTION:sector-products (INDEX:85) */
.mp-products__outer {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.mp-products {
  margin-bottom: 36px;
}

.mp-section-head {
  margin-bottom: 18px;
}

.mp-section-head__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 4px;
  color: #111827;
}

.mp-section-head__sub {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

.mp-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mp-products__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.mp-products__card-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mp-products__card:hover {
  border-color: #0022ee;
  box-shadow: 0 2px 8px rgba(12,68,124,0.08);
}

.mp-products__icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.mp-products__card-title {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 1.3;
  margin: 0;
}

.mp-products__card-desc {
  font-size: 12px;
  color: #000000;
  line-height: 1.55;
  margin: 0;
  flex: 1;
}

.mp-products__card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #000f46;
  font-weight: 500;
  margin-top: 4px;
}

@media (max-width: 640px) {
  .mp-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 380px) {
  .mp-products__grid {
    grid-template-columns: 1fr;
  }
}
/* END_SECTION:sector-products */

/* START_SECTION:sector-services (INDEX:86) */
.mp-svc__outer {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.mp-svc {
  margin-bottom: 28px;
}

.mp-svc__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1px;
  background: #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.mp-svc__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18px 12px;
  background: #ffffff;
  text-decoration: none;
  color: inherit;
  gap: 6px;
  transition: background 0.15s;
}

.mp-svc__item:hover {
  background: #f0f6ff;
}

.mp-svc__icon {
  flex-shrink: 0;
}

.mp-svc__title {
  font-weight: 500;
  color: #111827;
  line-height: 1.3;
}

.mp-svc__detail {
  color: #6b7280;
  line-height: 1.45;
}

@media (max-width: 480px) {
  .mp-svc__row { grid-template-columns: repeat(2, 1fr); }
}
/* END_SECTION:sector-services */

/* START_SECTION:sector-use-cases (INDEX:87) */
.mp-usecases__outer {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.mp-usecases {
  margin-bottom: 36px;
}

.mp-usecases__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 10px;
  align-items: start;
}

/* Each card is itself a grid with 2 named rows.
   subgrid inherits the outer grid's column tracks —
   but we use row subgrid so all headers align to the
   same row height across the whole grid. */
.mp-usecases__card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px 16px;
  background: #ffffff;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 8px;
}

.mp-usecases__card-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mp-usecases__card-desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}





.mp-usecases__icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.mp-usecases__card-title {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  margin: 0;
  line-height: 1.35;
}



.mp-usecases__card-link {
  font-size: 12px;
  color: #185FA5;
  font-weight: 500;
  text-decoration: none;
  margin-top: 4px;
}

.mp-usecases__card-link:hover { text-decoration: underline; }

@media (max-width: 640px) {
  .mp-usecases__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 380px) {
  .mp-usecases__grid { grid-template-columns: 1fr; }
}
/* END_SECTION:sector-use-cases */

/* START_SECTION:sector-vehicle-diagram (INDEX:88) */
/* Scoped reset — defeats div:empty { display:none } in theme base.css */
.mp-vd div { display: revert; }
.mp-vd div:empty { display: revert; }

.mp-vd {
  margin-bottom: 32px;
}

.mp-vd__wrap {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  padding: 16px;
  overflow: hidden;
}

/* Viewer — position:relative so all absolute children anchor here.
   Height is driven by the sizer img flowing naturally inside it. */
.mp-vd__viewer {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: visible;
  background: #111;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
}

/* Inner clip wrapper — overflow:hidden here, not on viewer, so height isn't capped */
.mp-vd__clip {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

/* Sizer img — block-level, full width, auto height.
   Sits in normal flow so it pushes the clip wrapper to the right height.
   The two background-image layers sit absolutely on top of it. */
.mp-vd__sizer {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  visibility: hidden;
  pointer-events: none;
  position: relative;
  z-index: 0;
}

.mp-vd__sizer--placeholder {
  padding-top: 42%;
}

/* Image layers — absolutely fill the viewer */
.mp-vd__layer {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Solid photo — clipped on the right. clip-path set by JS */
.mp-vd__layer--solid {
  z-index: 1;
  clip-path: inset(0 50% 0 0);
}

/* Wireframe — clipped on the left. clip-path set by JS */
.mp-vd__layer--wire {
  z-index: 2;
  clip-path: inset(0 0 0 50%);
}

/* Vertical divider line */
.mp-vd__divider {
  display: block !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
  z-index: 4;
  pointer-events: none;
  transform: translateX(-50%);
}

/* Handle knob on the divider */
.mp-vd__divider::after {
  content: '◀ ▶';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: #374151;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  letter-spacing: -1px;
}

/* Drag handle — narrow invisible strip centred on the divider line.
   Only this strip captures pointer events; the rest passes through to hotspots. */
.mp-vd__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 44px;
  transform: translateX(-50%);
  cursor: col-resize;
  z-index: 6;
  touch-action: none;
}

/* Photo / Technical labels on the image */
.mp-vd__img-label {
  display: block !important;
  position: absolute;
  bottom: 12px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 3;
  pointer-events: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: opacity 0.2s;
}

.mp-vd__img-label--left  { left: 12px; }
.mp-vd__img-label--right { right: 12px; }

/* Hotspots */
.mp-vd__hotspots {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
}

.mp-vd__hotspot {
  display: block !important;
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

.mp-vd__hotspot:focus { outline: none; }

.mp-vd__dot {
  display: block !important;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0C447C;
  border: 2.5px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.15s;
  z-index: 2;
}

.mp-vd__hotspot:hover .mp-vd__dot,
.mp-vd__hotspot.is-active .mp-vd__dot {
  transform: translate(-50%, -50%) scale(1.35);
}

.mp-vd__pulse {
  display: block !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #0C447C;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: mp-pulse 2.2s ease-out infinite;
  opacity: 0;
}

@keyframes mp-pulse {
  0%   { transform: translate(-50%, -50%) scale(0.4); opacity: 0.7; }
  100% { transform: translate(-50%, -50%) scale(1.8); opacity: 0; }
}

/* Callouts */
.mp-vd__callout {
  position: absolute;
  background: rgba(255,255,255,0.97);
  border: 1px solid rgba(12,68,124,0.18);
  color: #111827;
  border-radius: 8px;
  padding: 9px 12px;
  min-width: 150px;
  max-width: 210px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 10;
  white-space: normal;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.mp-vd__callout::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
}

.mp-vd__callout--right  { left: calc(100% + 12px); top: 50%; transform: translateY(-50%); }
.mp-vd__callout--right::after  { right: 100%; top: 50%; transform: translateY(-50%); border-right-color: rgba(255,255,255,0.97); }
.mp-vd__callout--left   { right: calc(100% + 12px); top: 50%; transform: translateY(-50%); }
.mp-vd__callout--left::after   { left: 100%; top: 50%; transform: translateY(-50%); border-left-color: rgba(255,255,255,0.97); }
.mp-vd__callout--above  { bottom: calc(100% + 12px); left: 50%; transform: translateX(-50%); }
.mp-vd__callout--above::after  { top: 100%; left: 50%; transform: translateX(-50%); border-top-color: rgba(255,255,255,0.97); }
.mp-vd__callout--below  { top: calc(100% + 12px); left: 50%; transform: translateX(-50%); }
.mp-vd__callout--below::after  { bottom: 100%; left: 50%; transform: translateX(-50%); border-bottom-color: rgba(255,255,255,0.97); }

.mp-vd__hotspot:hover .mp-vd__callout,
.mp-vd__hotspot:focus .mp-vd__callout,
.mp-vd__hotspot.is-active .mp-vd__callout {
  opacity: 1;
  pointer-events: all;
}

.mp-vd__callout-label { font-size: 12px; font-weight: 600; line-height: 1.3; color: #111827; }
.mp-vd__callout-sub   { font-size: 11px; color: #6b7280; margin-top: 3px; line-height: 1.3; }
.mp-vd__callout-link  { display: inline-block; font-size: 11px; color: #0C447C; text-decoration: none; margin-top: 6px; font-weight: 500; }
.mp-vd__callout-link:hover { text-decoration: underline; }

/* Legend */
.mp-vd__legend {
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 4px 4px;
}

.mp-vd__legend-item {
  display: flex !important;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6b7280;
  cursor: pointer;
  padding: 4px 9px;
  border-radius: 4px;
  border: 1px solid transparent;
  background: transparent;
  transition: all 0.1s;
  font-family: inherit;
}

.mp-vd__legend-item:hover,
.mp-vd__legend-item.is-active {
  background: #EBF4FF;
  color: #0C447C;
  border-color: #85B7EB;
}

.mp-vd__legend-dot {
  display: inline-block !important;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0C447C;
  flex-shrink: 0;
}
/* END_SECTION:sector-vehicle-diagram */

/* START_SECTION:sector-why-merlin (INDEX:89) */
.mp-why__outer {
  width: 100%;
}

.mp-why {
  background: #f4f6f8;
  padding: 28px 20px;
  margin-bottom: 36px;
}

.mp-why__heading {
  font-size: 20px;
  font-weight: 500;
  color: #111827;
  margin: 0 0 20px;
}

.mp-why__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.mp-why__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.mp-why__check {
  width: 22px;
  height: 22px;
  background: #000f46;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0;
  align-self: flex-start;
  position: relative;
  top: 3px;
  /* Nudge down so circle centre aligns with the title's cap height */
  transform: translateY(3px);
}

.mp-why__item-title {
  font-size: 13px;
  font-weight: 500;
  color: #111827;
  margin: 0 0 2px;
}

.mp-why__item-detail {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}
/* END_SECTION:sector-why-merlin */