/*
Theme Name: Astra Milplex Child
Theme URI: https://milplex.nl/
Description: Milplex enterprise refresh child theme for Astra.
Author: Codex
Template: astra
Version: 1.0.10
Text Domain: astra-milplex-child
*/

:root {
  --milplex-ink: #102126;
  --milplex-deep: #0a1317;
  --milplex-slate: #1c3138;
  --milplex-teal: #0f8b8d;
  --milplex-teal-strong: #0a6f72;
  --milplex-mint: #dff5f3;
  --milplex-sand: #f5f2ea;
  --milplex-panel: #ffffff;
  --milplex-line: rgba(16, 33, 38, 0.12);
  --milplex-shadow: 0 24px 60px rgba(10, 19, 23, 0.12);
  --milplex-radius: 24px;
  --milplex-radius-sm: 16px;
  --milplex-wrap: min(1180px, calc(100vw - 2rem));
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  color: var(--milplex-ink);
  background: linear-gradient(180deg, #f5f5ef 0%, #ffffff 18rem, #f2f5ef 100%);
}

button,
input,
select,
textarea,
.site-title a,
.elementor-heading-title,
.elementor-widget-text-editor {
  font-family: inherit;
}

.milplex-topbar {
  background: #102126;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.milplex-topbar__wrap {
  width: var(--milplex-wrap);
  margin: 0 auto;
  min-height: 36px;
  padding: 0.32rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.milplex-topbar__proof,
.milplex-topbar__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.7rem;
  margin: 0;
  padding: 0;
  font-size: 0.78rem;
  line-height: 1.2;
}

.milplex-topbar__proof {
  flex: 1 1 auto;
}

.milplex-topbar__proof span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0.26rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 650;
}

.milplex-topbar__nav {
  flex: 0 0 auto;
  justify-content: flex-end;
}

.milplex-topbar__nav a,
.milplex-topbar__cta {
  color: inherit;
  text-decoration: none;
}

.milplex-topbar__nav a:not(.milplex-topbar__cta) {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0.25rem 0.35rem;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 650;
}

.milplex-topbar__nav a:not(.milplex-topbar__cta):hover {
  color: #ffffff;
}

.milplex-topbar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0.5rem 0.82rem;
  border-radius: 999px;
  background: #dff5f3;
  color: #102126;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1100;
}

.site-header .ast-builder-grid-row {
  gap: 1rem;
}

.milplex-header-utility {
  display: none !important;
}

.admin-bar .site-header {
  top: 32px;
}

.ast-main-header-wrap {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(16, 33, 38, 0.08);
  box-shadow: 0 10px 24px rgba(10, 19, 23, 0.06);
}

.site-primary-header-wrap.ast-container {
  display: block;
  box-sizing: border-box;
  max-width: var(--milplex-wrap);
  padding-left: 1rem;
  padding-right: 1rem;
}

.site-primary-header-wrap .ast-builder-grid-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.site-header-primary-section-left {
  flex: 0 0 64px;
  min-width: 64px;
}

.site-header-primary-section-right {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc(100% - 64px);
  display: flex;
  justify-content: flex-end;
}

.ast-builder-menu-1 {
  flex: 0 1 auto;
  min-width: 0;
  width: auto;
  max-width: 100%;
}

.ast-builder-menu-1 .main-header-menu {
  width: auto;
  max-width: 100%;
}

.ast-builder-menu-1 .main-header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0.12rem;
}

.site-branding {
  gap: 0;
}

.site-logo-img img,
.custom-logo {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 4px 12px rgba(16, 33, 38, 0.1);
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}

@media (min-width: 922px) {
  .ast-site-title-wrap,
  .site-title {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

.ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link {
  min-height: 40px !important;
  line-height: 1.15 !important;
  padding-left: 0.52rem;
  padding-right: 0.52rem;
  color: #21343a;
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
}

.ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link:hover,
.ast-builder-menu-1 .main-header-menu > .menu-item.current-menu-item > .menu-link,
.ast-builder-menu-1 .main-header-menu > .menu-item.current-menu-ancestor > .menu-link {
  color: #183f3a;
}

.ast-builder-menu-1 .sub-menu,
.ast-builder-menu-1 .astra-full-megamenu-wrapper {
  border-top-color: #183f3a;
  border-top-width: 3px;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(10, 19, 23, 0.12);
}

.menu-item-milplex-call {
  margin-left: 0.35rem;
  flex: 0 0 auto;
}

.menu-item-milplex-call > .menu-link {
  min-height: 38px !important;
  padding: 0.52rem 0.72rem !important;
  border: 1px solid rgba(16, 33, 38, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: #21343a !important;
  font-size: 0.86rem !important;
}

.menu-item-milplex-cta {
  margin-left: 0.35rem;
  flex: 0 0 auto;
}

.ast-builder-menu-1 .main-header-menu > .menu-item:has(> .menu-link[href*="/vraag-een-offerte-aan/"]):not(.menu-item-milplex-cta),
.ast-builder-menu-1 .main-header-menu > .menu-item:has(> .menu-link[href*="/request-a-quote/"]):not(.menu-item-milplex-cta) {
  display: none;
}

@media (min-width: 922px) {
  .ast-builder-menu-1 .main-header-menu > .menu-item-home,
  .ast-builder-menu-1 .main-header-menu > .menu-item-5873 {
    display: none !important;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item:has(> .menu-link[href="https://milplex.nl/"]),
  .ast-builder-menu-1 .main-header-menu > .menu-item:has(> .menu-link[href$="/aanleverspecificaties/"]) {
    display: none !important;
  }
}

.menu-item-milplex-cta > .menu-link {
  min-height: 40px !important;
  padding: 0.58rem 0.88rem !important;
  border-radius: 8px;
  background: #183f3a;
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(24, 63, 58, 0.18);
}

.menu-item-milplex-cta:hover > .menu-link,
.menu-item-milplex-cta.current-menu-item > .menu-link {
  background: #102925;
  color: #fff !important;
}

.milplex-mega-nav {
  position: relative;
  z-index: 1090;
  border-bottom: 1px solid rgba(16, 33, 38, 0.08);
  background: rgba(246, 248, 244, 0.96);
}

.milplex-mega-nav__wrap {
  width: var(--milplex-wrap);
  min-height: 42px;
  margin: 0 auto;
  padding: 0.35rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.55rem;
}

.milplex-mega-nav__group {
  position: relative;
}

.milplex-mega-nav__group summary,
.milplex-mega-nav__upload {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.38rem 0.65rem;
  border-radius: 8px;
  color: #23373c;
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  list-style: none;
}

.milplex-mega-nav__group summary::-webkit-details-marker {
  display: none;
}

.milplex-mega-nav__group summary::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.1rem) rotate(45deg);
  opacity: 0.7;
}

.milplex-mega-nav__group[open] summary,
.milplex-mega-nav__group summary:hover,
.milplex-mega-nav__upload:hover {
  background: #ffffff;
  color: #183f3a;
}

.milplex-mega-nav__panel {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  width: min(520px, calc(100vw - 2rem));
  padding: 1rem;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(10, 19, 23, 0.14);
}

.milplex-mega-nav__panel p {
  margin: 0 0 0.8rem;
  color: rgba(16, 33, 38, 0.72);
  font-size: 0.9rem;
  line-height: 1.45;
}

.milplex-mega-nav__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.milplex-mega-nav__links a {
  min-height: 36px;
  padding: 0.58rem 0.65rem;
  border: 1px solid rgba(16, 33, 38, 0.08);
  border-radius: 8px;
  color: #183f3a;
  background: #f8faf7;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.milplex-mega-nav__links a:hover {
  border-color: rgba(24, 63, 58, 0.26);
  background: #eef6f3;
}

.milplex-mega-nav__upload {
  margin-left: auto;
  border: 1px solid rgba(24, 63, 58, 0.14);
  background: #ffffff;
  color: #183f3a;
}

.milplex-funnel-bar {
  padding: 0.75rem 1rem 0;
}

.milplex-funnel-bar__wrap {
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(360px, 1.35fr) auto;
  align-items: center;
  gap: 0.7rem 0.9rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(10, 19, 23, 0.06);
}

.milplex-funnel-bar__intro {
  min-width: 0;
}

.milplex-funnel-bar__eyebrow {
  margin: 0 0 0.2rem;
  color: #2f6f66;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.milplex-funnel-bar__copy {
  margin: 0;
  color: rgba(16, 33, 38, 0.78);
  font-size: 0.9rem;
  line-height: 1.4;
}

.milplex-funnel-bar__nav,
.milplex-funnel-bar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.milplex-funnel-bar__nav {
  justify-content: stretch;
}

.milplex-funnel-bar__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.52rem 0.72rem;
  border: 1px solid rgba(16, 33, 38, 0.08);
  border-radius: 8px;
  background: #eef4f2;
  color: #173731;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.milplex-funnel-bar__link:hover,
.milplex-funnel-bar__link:focus-visible,
.milplex-funnel-bar__link.is-active {
  background: #183f3a;
  color: #fff;
  transform: translateY(-1px);
}

.milplex-funnel-bar__meta {
  justify-content: flex-end;
}

.milplex-funnel-bar__meta span {
  color: rgba(16, 33, 38, 0.74);
  font-size: 0.82rem;
  font-weight: 600;
}

.milplex-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.milplex-skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  background: #fff;
  color: var(--milplex-deep);
  z-index: 10000;
  border-radius: 999px;
  box-shadow: var(--milplex-shadow);
}

.milplex-shell {
  padding-bottom: 5rem;
}

.milplex-wrap {
  width: var(--milplex-wrap);
  margin: 0 auto;
}

.milplex-section {
  padding: 4.5rem 0;
}

.milplex-section-tight {
  padding: 2.5rem 0;
}

.milplex-overline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(15, 139, 141, 0.1);
  color: var(--milplex-teal-strong);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.milplex-section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.milplex-section-heading h1,
.milplex-section-heading h2,
.milplex-hero-copy h1,
.elementor-widget-heading .elementor-heading-title.milplex-page-h1 {
  margin: 0 0 1rem;
  color: var(--milplex-deep);
  line-height: 1.05;
}

.milplex-section-heading p,
.milplex-hero-copy p,
.milplex-card p,
.milplex-prose p,
.milplex-panel p,
.milplex-checklist li,
.milplex-stat-card p {
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(16, 33, 38, 0.82);
}

.milplex-hero {
  padding: 2rem 0 4rem;
}

.milplex-hero-grid,
.milplex-grid-2,
.milplex-grid-3,
.milplex-grid-4 {
  display: grid;
  gap: 1.5rem;
}

.milplex-hero-grid,
.milplex-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.milplex-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.milplex-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.milplex-hero-card,
.milplex-card,
.milplex-panel,
.milplex-stat-card,
.milplex-sector-card,
.milplex-case-card,
.milplex-process-step,
.milplex-price-card,
.milplex-trust-card,
.milplex-contact-card {
  position: relative;
  padding: 1.5rem;
  border: 1px solid var(--milplex-line);
  border-radius: var(--milplex-radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--milplex-shadow);
  overflow: hidden;
}

.milplex-hero-card::before,
.milplex-card::before,
.milplex-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--milplex-teal) 0%, #57d4c1 100%);
}

.milplex-hero-card {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(10, 19, 23, 0.9) 0%, rgba(10, 19, 23, 0.72) 100%),
    url("https://milplex.nl/wp-content/uploads/2025/04/milplex-productiehal-home.webp") center/cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.milplex-hero-card h2,
.milplex-hero-card h3,
.milplex-hero-card p,
.milplex-hero-card li,
.milplex-dark-panel h2,
.milplex-dark-panel p,
.milplex-dark-panel li {
  color: #fff;
}

.milplex-hero-copy h1 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}

.milplex-hero-copy p {
  max-width: 62ch;
}

.milplex-pill-row,
.milplex-button-row,
.milplex-proof-row,
.milplex-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.milplex-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: rgba(16, 33, 38, 0.06);
  color: var(--milplex-deep);
  font-size: 0.92rem;
  font-weight: 600;
}

.milplex-pill.is-light {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.milplex-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.milplex-button:hover,
.milplex-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 139, 141, 0.18);
}

.milplex-button-primary {
  background: linear-gradient(135deg, #0a6f72 0%, #084f53 100%);
  color: #fff;
}

.milplex-button-secondary {
  border-color: rgba(16, 33, 38, 0.14);
  background: rgba(255, 255, 255, 0.88);
  color: var(--milplex-deep);
}

.milplex-button-tertiary {
  background: #ffffff;
  color: var(--milplex-deep);
  border-color: rgba(16, 33, 38, 0.18);
}

.milplex-dark-panel .milplex-button-tertiary {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
}

.milplex-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) auto;
  gap: 1.5rem;
  align-items: center;
}

.milplex-cta-band h2 {
  margin: 0.2rem 0 0.75rem;
}

.milplex-proof-row {
  margin-top: 1.5rem;
}

.milplex-proof {
  flex: 1 1 180px;
  min-width: 0;
  padding: 1rem 1.1rem;
  border-radius: var(--milplex-radius-sm);
  background: rgba(16, 33, 38, 0.03);
}

.milplex-proof strong,
.milplex-stat-card strong,
.milplex-case-card strong,
.milplex-price-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.25rem;
  color: var(--milplex-deep);
}

.milplex-dark-panel {
  background:
    radial-gradient(circle at top right, rgba(87, 212, 193, 0.22), transparent 30%),
    linear-gradient(180deg, #0a1317 0%, #12262d 100%);
  color: #fff;
}

.milplex-stat-card {
  padding: 1.35rem;
}

.milplex-card h3,
.milplex-case-card h3,
.milplex-sector-card h3,
.milplex-process-step h3,
.milplex-price-card h3,
.milplex-contact-card h3 {
  margin-top: 0;
  margin-bottom: 0.65rem;
  color: var(--milplex-deep);
}

.milplex-service-grid .milplex-card {
  height: 100%;
}

.milplex-card ul,
.milplex-panel ul,
.milplex-price-card ul,
.milplex-contact-card ul {
  margin: 0.8rem 0 0;
  padding-left: 1.2rem;
}

.milplex-card li,
.milplex-panel li,
.milplex-price-card li,
.milplex-contact-card li {
  margin-bottom: 0.45rem;
}

.milplex-checklist {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.milplex-checklist li {
  margin-bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.92);
}

.milplex-panel:not(.milplex-dark-panel) .milplex-checklist li {
  color: rgba(16, 33, 38, 0.84);
}

.milplex-panel .milplex-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.milplex-kpi-grid .milplex-stat-card {
  height: 100%;
}

.milplex-sector-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.milplex-sector-card {
  text-decoration: none;
  color: inherit;
}

.milplex-sector-card span {
  display: inline-block;
  margin-top: 0.75rem;
  font-weight: 700;
  color: var(--milplex-teal-strong);
}

.milplex-case-meta,
.milplex-service-meta,
.milplex-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.2rem 0.4rem 0 0;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 139, 141, 0.1);
  color: var(--milplex-teal-strong);
  font-size: 0.85rem;
  font-weight: 700;
}

.milplex-faq details {
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--milplex-line);
  border-radius: var(--milplex-radius-sm);
  background: rgba(255, 255, 255, 0.84);
}

.milplex-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: var(--milplex-deep);
}

.milplex-faq summary::-webkit-details-marker {
  display: none;
}

.milplex-faq p {
  margin: 0.9rem 0 0;
}

.milplex-contact-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.95fr;
  gap: 1.5rem;
}

.milplex-form-shell .wpcf7-form {
  display: grid;
  gap: 1rem;
}

.milplex-form-shell input,
.milplex-form-shell select,
.milplex-form-shell textarea,
.milplex-contact-form input,
.milplex-contact-form select,
.milplex-contact-form textarea {
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(16, 33, 38, 0.15);
  border-radius: 14px;
  background: #fff;
  color: var(--milplex-deep);
}

.milplex-contact-form .mpx-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.milplex-contact-form .mpx-form-footer {
  display: grid;
  gap: 1rem;
}

.milplex-contact-form .mpx-button-primary,
.milplex-form-shell input[type="submit"] {
  width: auto;
  background: linear-gradient(135deg, #0a6f72 0%, #084f53 100%);
  color: #fff;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
}

.milplex-contact-form .wpcf7-not-valid-tip {
  margin-top: 0.35rem;
}

.milplex-lead-shell {
  background: linear-gradient(180deg, #ffffff 0%, #f4f7f2 100%);
}

.milplex-lead-hero {
  border-bottom: 1px solid rgba(16, 33, 38, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(231, 242, 237, 0.96) 58%, rgba(245, 242, 234, 0.98) 100%);
}

.milplex-lead-hero__grid,
.milplex-lead-form-grid,
.milplex-contact-direct-grid,
.milplex-good-bad-grid {
  display: grid;
  gap: 1.5rem;
}

.milplex-lead-hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: center;
}

.milplex-lead-hero--no-media .milplex-lead-hero__grid {
  grid-template-columns: minmax(0, 920px);
}

.milplex-lead-hero--no-media .milplex-lead-hero__copy {
  max-width: 920px;
}

.milplex-lead-hero__copy h1 {
  max-width: 820px;
  margin: 0 0 1rem;
  color: var(--milplex-deep);
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  line-height: 1.04;
}

.milplex-lead-hero__copy p {
  max-width: 66ch;
  color: rgba(16, 33, 38, 0.82);
  font-size: 1.06rem;
  line-height: 1.7;
}

.milplex-lead-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.milplex-lead-hero__proof span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #173731;
  font-size: 0.9rem;
  font-weight: 750;
}

.milplex-lead-hero__media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: 8px;
  background: #eaf1ed;
  box-shadow: 0 22px 50px rgba(10, 19, 23, 0.12);
}

.milplex-lead-hero__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.milplex-contact-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.milplex-contact-path-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.15rem;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(10, 19, 23, 0.07);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.milplex-contact-path-card:hover,
.milplex-contact-path-card:focus-visible {
  border-color: rgba(15, 139, 141, 0.36);
  box-shadow: 0 22px 46px rgba(10, 19, 23, 0.1);
  transform: translateY(-2px);
}

.milplex-contact-path-card span {
  color: var(--milplex-teal-strong);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.milplex-contact-path-card h3 {
  margin: 0;
  color: var(--milplex-deep);
  font-size: 1.08rem;
}

.milplex-contact-path-card p {
  margin: 0;
  color: rgba(16, 33, 38, 0.78);
  font-size: 0.95rem;
  line-height: 1.55;
}

.milplex-contact-path-card strong {
  margin-top: auto;
  color: var(--milplex-teal-strong);
}

.milplex-lead-form-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  align-items: start;
}

.milplex-lead-form-intro,
.milplex-lead-form-card {
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(10, 19, 23, 0.08);
}

.milplex-lead-form-intro {
  padding: 1.35rem;
}

.milplex-lead-form-intro h2 {
  margin: 0 0 0.9rem;
  color: var(--milplex-deep);
}

.milplex-lead-form-card {
  padding: 1.15rem;
}

.milplex-lead-form-card .wpcf7-form {
  display: grid;
  gap: 0.9rem;
}

.milplex-lead-form-card label {
  color: rgba(16, 33, 38, 0.88);
  font-weight: 700;
}

.milplex-lead-form-card .wpcf7-submit {
  min-height: 52px;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}

.milplex-form-microcopy {
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(15, 139, 141, 0.18);
  border-radius: 8px;
  background: #eef8f6;
}

.milplex-form-microcopy strong {
  display: block;
  color: #102126;
  font-size: 1rem;
}

.milplex-form-microcopy p {
  margin: 0.25rem 0 0;
  color: rgba(16, 33, 38, 0.76);
  line-height: 1.45;
}

.milplex-form-submit-promise {
  display: grid;
  gap: 0.15rem;
  margin-top: 0.9rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: 8px;
  background: #f8faf7;
  color: rgba(16, 33, 38, 0.78);
  font-size: 0.92rem;
  line-height: 1.45;
}

.milplex-form-submit-promise strong {
  color: var(--milplex-deep);
}

.milplex-form-fallback {
  padding: 1rem;
  border-radius: 8px;
  background: #f8faf7;
}

.milplex-good-bad-grid,
.milplex-contact-direct-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.milplex-panel-warning {
  background: #fffaf0;
}

.milplex-panel-warning::before {
  background: #d79a2b;
}

.milplex-lead-spacer {
  height: 1.5rem;
}

.milplex-price-grid,
.milplex-trust-grid,
.milplex-case-grid,
.milplex-process-grid {
  display: grid;
  gap: 1rem;
}

.milplex-price-grid,
.milplex-trust-grid,
.milplex-case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.milplex-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.milplex-process-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(15, 139, 141, 0.1);
  color: var(--milplex-teal-strong);
  font-size: 1.1rem;
  font-weight: 800;
}

.milplex-inline-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--milplex-teal-strong);
  font-weight: 700;
}

.milplex-vA-home {
  background: linear-gradient(180deg, #ffffff 0%, #f4f7f2 100%);
}

.milplex-vA-hero {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(235, 244, 239, 0.96) 100%);
  border-bottom: 1px solid rgba(16, 33, 38, 0.08);
}

.milplex-vA-hero.milplex-section-tight {
  padding: clamp(1.6rem, 3vw, 2.6rem) 0;
}

.milplex-vA-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: clamp(1.2rem, 3vw, 2rem);
  align-items: center;
}

.milplex-vA-hero h1 {
  max-width: 760px;
  margin: 0 0 1rem;
  color: var(--milplex-deep);
  font-size: clamp(2.15rem, 3.45vw, 3.55rem);
  line-height: 1.05;
}

.milplex-vA-hero p {
  max-width: 62ch;
  color: rgba(16, 33, 38, 0.82);
  font-size: 1.03rem;
  line-height: 1.7;
}

.milplex-vA-proof,
.milplex-vA-proof-panel,
.milplex-vA-card,
.milplex-vA-route-card,
.milplex-vA-case,
.milplex-vA-material-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(10, 19, 23, 0.08);
}

.milplex-vA-proof {
  display: grid;
  gap: 0.75rem;
  padding: 1.35rem;
}

.milplex-vA-proof span {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0.6rem 0.75rem;
  border-radius: 8px;
  background: #eef6f3;
  color: #173731;
  font-weight: 750;
}

.milplex-vA-card-grid,
.milplex-vA-route-grid,
.milplex-vA-material-grid,
.milplex-vA-case-grid,
.milplex-vA-detail-grid,
.milplex-vA-case-detail {
  display: grid;
  gap: 1rem;
}

.milplex-vA-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.milplex-vA-route-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.milplex-vA-material-grid,
.milplex-vA-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.milplex-vA-case-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.milplex-vA-case-detail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.milplex-vA-card,
.milplex-vA-route-card,
.milplex-vA-case,
.milplex-vA-material-card {
  min-height: 100%;
  padding: 1.35rem;
}

.milplex-vA-card::before,
.milplex-vA-route-card::before,
.milplex-vA-case::before,
.milplex-vA-material-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #183f3a 0%, #0f8b8d 100%);
}

.milplex-vA-card span,
.milplex-vA-case span {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #d7efeb;
  color: #064f52;
  font-size: 0.82rem;
  font-weight: 800;
}

.milplex-vA-card h3,
.milplex-vA-route-card h3,
.milplex-vA-case h3,
.milplex-vA-material-card h2,
.milplex-vA-proof-panel h3 {
  margin: 0 0 0.7rem;
  color: var(--milplex-deep);
  font-size: 1.18rem;
  line-height: 1.2;
}

.milplex-vA-card p,
.milplex-vA-route-card p,
.milplex-vA-case p,
.milplex-vA-material-card p,
.milplex-vA-proof-panel p {
  color: rgba(16, 33, 38, 0.78);
  font-size: 0.98rem;
  line-height: 1.6;
}

.milplex-vA-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.milplex-vA-card li {
  padding: 0.32rem 0.55rem;
  border-radius: 999px;
  background: #eef2ec;
  color: #23373c;
  font-size: 0.82rem;
  font-weight: 700;
}

.milplex-vA-proof-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 1.5rem;
  align-items: stretch;
}

.milplex-vA-proof-panel {
  padding: 1.5rem;
  background:
    radial-gradient(circle at top right, rgba(15, 139, 141, 0.16), transparent 34%),
    #ffffff;
}

.milplex-vA-case dl {
  display: grid;
  gap: 0.8rem;
  margin: 1rem 0;
}

.milplex-vA-case dt {
  color: #173731;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.milplex-vA-case dd {
  margin: 0.2rem 0 0;
  color: rgba(16, 33, 38, 0.8);
  font-size: 0.94rem;
  line-height: 1.55;
}

.milplex-vA-material-card .milplex-tag-row {
  margin: 1rem 0;
}

.milplex-vA-material-card .milplex-tag {
  text-decoration: none;
}

.milplex-vAplus-first-section {
  padding-top: clamp(3.8rem, 6vw, 6rem);
}

.milplex-home-next-step {
  padding-top: 1.2rem;
  background: #ffffff;
}

.milplex-home-next-step__panel,
.milplex-file-ready-strip__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem 1.5rem;
  padding: 1rem;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(10, 19, 23, 0.07);
}

.milplex-home-next-step__panel h2,
.milplex-file-ready-strip__panel h2 {
  margin: 0.25rem 0 0.25rem;
  color: #102126;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.milplex-home-next-step__panel p {
  max-width: 48rem;
  margin: 0;
  color: rgba(16, 33, 38, 0.72);
}

.milplex-home-next-step__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.milplex-file-ready-strip__panel ul {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.milplex-file-ready-strip__panel li {
  color: #173731;
  font-weight: 750;
}

.milplex-vAplus-hero-card {
  display: grid;
  gap: 1rem;
}

.milplex-vAplus-hero-card figure,
.milplex-vAplus-service-card figure,
.milplex-vAplus-application-card figure,
.milplex-vAplus-material-card figure,
.milplex-vAplus-case-card figure,
.milplex-vAplus-case-feature figure,
.milplex-vAplus-proof-images figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #dfe8e2;
}

.milplex-vAplus-hero-card figure {
  aspect-ratio: 16 / 9;
  box-shadow: 0 22px 50px rgba(10, 19, 23, 0.14);
}

.milplex-vAplus-hero-card img,
.milplex-vAplus-service-card img,
.milplex-vAplus-application-card img,
.milplex-vAplus-material-card img,
.milplex-vAplus-case-card img,
.milplex-vAplus-case-feature img,
.milplex-vAplus-proof-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.milplex-vAplus-hero-card img.milplex-vAplus-image-simple-move,
.milplex-vAplus-hero-card img.milplex-vAplus-image-bravour,
.milplex-vAplus-hero-card img.milplex-vAplus-image-solid-gray {
  object-fit: contain;
  object-position: center;
  padding: 0.7rem;
  background: #fff;
}

.milplex-vAplus-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.milplex-vAplus-service-grid.is-featured {
  gap: 1.35rem;
}

.milplex-vAplus-service-card,
.milplex-vAplus-application-card,
.milplex-vAplus-material-card,
.milplex-vAplus-case-card,
.milplex-vAplus-detail-card,
.milplex-vAplus-quote-panel,
.milplex-vAplus-scan-matrix article {
  overflow: hidden;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 243, 235, 0.42)),
    #fff;
  box-shadow: 0 20px 50px rgba(10, 19, 23, 0.08);
}

.milplex-vAplus-service-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.milplex-vAplus-service-card figure {
  aspect-ratio: 16 / 10;
}

.milplex-vAplus-service-grid.is-featured .milplex-vAplus-service-card:first-child {
  background:
    linear-gradient(135deg, rgba(24, 63, 58, 0.95), rgba(15, 139, 141, 0.82)),
    #173731;
  color: #fff;
}

.milplex-vAplus-service-grid.is-featured .milplex-vAplus-service-card:first-child h3,
.milplex-vAplus-service-grid.is-featured .milplex-vAplus-service-card:first-child p,
.milplex-vAplus-service-grid.is-featured .milplex-vAplus-service-card:first-child dt,
.milplex-vAplus-service-grid.is-featured .milplex-vAplus-service-card:first-child dd,
.milplex-vAplus-service-grid.is-featured .milplex-vAplus-service-card:first-child .milplex-inline-link {
  color: #fff;
}

.milplex-vAplus-service-grid.is-featured .milplex-vAplus-service-card:first-child .milplex-vAplus-kicker {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.milplex-vAplus-card-body,
.milplex-vAplus-application-card > div,
.milplex-vAplus-material-card > div,
.milplex-vAplus-case-card > div,
.milplex-vAplus-detail-card,
.milplex-vAplus-quote-panel {
  padding: 1.35rem;
}

.milplex-vAplus-kicker {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #d7efeb;
  color: #064f52;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
}

.milplex-vAplus-service-card h3,
.milplex-vAplus-application-card h3,
.milplex-vAplus-material-card h2,
.milplex-vAplus-case-card h3,
.milplex-vAplus-detail-card h2,
.milplex-vAplus-quote-panel h3,
.milplex-vAplus-case-feature h2,
.milplex-vAplus-proof-band h2,
.milplex-vAplus-timeline h3 {
  margin: 0 0 0.7rem;
  color: var(--milplex-deep);
  line-height: 1.15;
}

.milplex-vAplus-service-card p,
.milplex-vAplus-application-card p,
.milplex-vAplus-material-card p,
.milplex-vAplus-case-card p,
.milplex-vAplus-detail-card p,
.milplex-vAplus-quote-panel p,
.milplex-vAplus-case-feature p,
.milplex-vAplus-proof-band p,
.milplex-vAplus-timeline p {
  color: rgba(16, 33, 38, 0.78);
  line-height: 1.6;
}

.milplex-vAplus-spec-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.1rem 0;
}

.milplex-vAplus-spec-list div {
  display: grid;
  grid-template-columns: minmax(88px, 0.36fr) minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(16, 33, 38, 0.1);
}

.milplex-vAplus-spec-list dt {
  color: #5f6f6b;
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.milplex-vAplus-spec-list dd {
  margin: 0;
  color: #173731;
  font-weight: 750;
}

.milplex-vAplus-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.milplex-vAplus-chip-row li {
  padding: 0.38rem 0.58rem;
  border-radius: 999px;
  background: #eef4f1;
  color: #183f3a;
  font-size: 0.8rem;
  font-weight: 800;
}

.milplex-vAplus-secondary-block {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: 1.4rem;
  align-items: start;
  margin-top: 2rem;
  padding: 1.25rem;
  border: 1px solid rgba(16, 33, 38, 0.08);
  border-radius: 8px;
  background: linear-gradient(135deg, #f4f7f2, #ffffff);
}

.milplex-vAplus-secondary-block h2 {
  margin: 0;
  color: var(--milplex-deep);
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.milplex-vAplus-compact-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.milplex-vAplus-compact-route {
  display: grid;
  gap: 0.35rem;
  min-height: 150px;
  padding: 1rem;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.milplex-vAplus-compact-route span {
  color: #064f52;
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.milplex-vAplus-compact-route strong {
  color: var(--milplex-deep);
  font-size: 1.08rem;
}

.milplex-vAplus-compact-route small {
  color: rgba(16, 33, 38, 0.72);
  line-height: 1.45;
}

.milplex-vAplus-proof-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 1.5rem;
  padding: clamp(1.4rem, 3vw, 2.5rem);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 16%, rgba(201, 162, 95, 0.28), transparent 28%),
    linear-gradient(135deg, #102126 0%, #183f3a 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(10, 19, 23, 0.18);
}

.milplex-vAplus-proof-band h2,
.milplex-vAplus-proof-band p,
.milplex-vAplus-proof-band .milplex-overline {
  color: #fff;
}

.milplex-vAplus-proof-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.milplex-vAplus-proof-stats span {
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.milplex-vAplus-proof-images {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(2, minmax(160px, 1fr));
  gap: 0.8rem;
}

.milplex-vAplus-proof-images figure:first-child {
  grid-row: span 2;
}

.milplex-vAplus-application-grid,
.milplex-vAplus-material-grid,
.milplex-vAplus-case-strip {
  display: grid;
  gap: 1rem;
}

.milplex-vAplus-application-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.milplex-vAplus-application-card figure {
  display: none;
}

.milplex-vAplus-application-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-bottom: 0.8rem;
  border-radius: 50%;
  background: #e3f4f1;
  color: #0a6f72;
  font-weight: 900;
}

.milplex-vAplus-application-card h3 {
  font-size: 1.05rem;
}

.milplex-vAplus-application-card p {
  font-size: 0.92rem;
}

.milplex-vAplus-application-meta {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0;
}

.milplex-vAplus-application-meta div {
  padding-top: 0.55rem;
  border-top: 1px solid rgba(16, 33, 38, 0.08);
}

.milplex-vAplus-application-meta dt {
  color: #60736e;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.milplex-vAplus-application-meta dd {
  margin: 0.2rem 0 0;
  color: #173731;
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.35;
}

.milplex-vAplus-material-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.milplex-vAplus-proof-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.milplex-vAplus-proof-gallery figure {
  overflow: hidden;
  margin: 0;
  min-height: 170px;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background: #dfe8e2;
}

.milplex-vAplus-proof-gallery figure:first-child {
  grid-column: span 2;
}

.milplex-vAplus-proof-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.milplex-vAplus-material-card figure {
  aspect-ratio: 16 / 9;
}

.milplex-vAplus-detail-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: 1.2rem;
  align-items: stretch;
}

.milplex-vAplus-detail-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 162, 95, 0.18), transparent 32%),
    linear-gradient(135deg, #fff 0%, #f6f3eb 100%);
}

.milplex-vAplus-material-route-card {
  border-left: 4px solid #c9a25f;
}

.milplex-vAplus-quote-panel {
  background:
    radial-gradient(circle at top right, rgba(15, 139, 141, 0.18), transparent 34%),
    #102126;
  color: #fff;
}

.milplex-vAplus-quote-panel h3,
.milplex-vAplus-quote-panel li,
.milplex-vAplus-quote-panel span {
  color: #fff;
}

.milplex-vAplus-quote-panel span {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: #c9a25f;
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.milplex-vAplus-quote-panel ul {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 1.25rem;
  padding: 0;
  list-style: none;
}

.milplex-vAplus-quote-panel li {
  padding-left: 1.35rem;
  position: relative;
}

.milplex-vAplus-quote-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #c9a25f;
}

.milplex-vAplus-scan-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.milplex-vAplus-scan-matrix article {
  position: relative;
  min-height: 190px;
  padding: 1.25rem;
  background:
    linear-gradient(135deg, rgba(244, 247, 242, 0.96), rgba(255, 255, 255, 0.96)),
    #fff;
}

.milplex-vAplus-scan-matrix article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #c9a25f, #0f8b8d);
}

.milplex-vAplus-scan-matrix span,
.milplex-vAplus-proof-list li {
  color: #6f5a32;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.milplex-vAplus-scan-matrix p {
  margin: 0.7rem 0 0;
  color: #102126;
  font-weight: 720;
  line-height: 1.55;
}

.milplex-vAplus-file-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: 1.35rem;
  align-items: center;
  padding: clamp(1.35rem, 3vw, 2.6rem);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 33, 38, 0.98), rgba(44, 54, 58, 0.94)),
    #102126;
  color: #fff;
  box-shadow: 0 28px 70px rgba(10, 19, 23, 0.2);
}

.milplex-vAplus-file-proof h2,
.milplex-vAplus-file-proof p,
.milplex-vAplus-file-proof .milplex-overline {
  color: #fff;
}

.milplex-vAplus-file-proof .milplex-button-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.milplex-vAplus-file-proof__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.milplex-vAplus-file-proof__images figure {
  overflow: hidden;
  margin: 0;
  min-height: 180px;
  border-radius: 8px;
  background: #dfe8e2;
}

.milplex-vAplus-file-proof__images figure:first-child {
  grid-row: span 2;
}

.milplex-vAplus-file-proof__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.milplex-vAplus-proof-list {
  display: grid;
  gap: 0.45rem;
  margin: 0.85rem 0 1rem;
  padding: 0;
  list-style: none;
}

.milplex-vAplus-proof-list li {
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
  background: rgba(201, 162, 95, 0.12);
  color: #173731;
  line-height: 1.35;
  text-transform: none;
}

.milplex-vAplus-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.milplex-vAplus-timeline article {
  min-height: 210px;
  padding: 1rem;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: 8px;
  background: #fff;
}

.milplex-vAplus-timeline span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #c9a25f;
  font-size: 1.4rem;
  font-weight: 900;
}

.milplex-vAplus-timeline h3 {
  font-size: 1.05rem;
}

.milplex-vAplus-timeline p {
  font-size: 0.92rem;
}

.milplex-vAplus-case-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.milplex-vAplus-case-strip.is-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.milplex-vAplus-case-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
}

.milplex-vAplus-case-strip.is-compact .milplex-vAplus-case-card {
  grid-template-columns: 1fr;
}

.milplex-vAplus-case-card figure {
  min-height: 100%;
  border-radius: 0;
}

.milplex-vAplus-case-strip.is-compact .milplex-vAplus-case-card figure {
  min-height: 0;
  aspect-ratio: 16 / 9;
  border-radius: 8px 8px 0 0;
}

.milplex-vAplus-case-strip.is-compact .milplex-vAplus-case-card > div {
  padding: 1.05rem;
}

.milplex-vAplus-case-strip.is-compact .milplex-vAplus-case-card p {
  font-size: 0.9rem;
  line-height: 1.45;
}

.milplex-vAplus-case-strip.is-compact .milplex-vAplus-proof-list li {
  padding: 0.42rem 0.5rem;
  font-size: 0.82rem;
}

.milplex-vAplus-case-card dl {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0;
}

.milplex-vAplus-case-card dt {
  color: #5f6f6b;
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.milplex-vAplus-case-card dd {
  margin: 0.18rem 0 0;
  color: rgba(16, 33, 38, 0.78);
  line-height: 1.5;
}

.milplex-vAplus-case-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 1.4rem;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(10, 19, 23, 0.08);
}

.milplex-vAplus-case-feature figure {
  aspect-ratio: 16 / 10;
}

/* S1.3 — mega-nav categorie-headings (depth-1 onder Materialen met children) */
.main-header-menu .mpx-mega-category > .menu-link,
.main-navigation .mpx-mega-category > .menu-link,
.ast-nav-menu .mpx-mega-category > .menu-link {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  color: #6B7280 !important;
  pointer-events: none;
  cursor: default;
}
.main-header-menu .mpx-mega-category > .menu-link:hover,
.main-header-menu .mpx-mega-category > .menu-link:focus {
  color: #6B7280 !important;
  text-decoration: none !important;
}
.main-header-menu .mpx-mega-category > .sub-menu {
  border-top: 1px solid #E5E7EB;
  margin-top: 4px;
}

.milplex-breadcrumbs {
  width: var(--milplex-wrap);
  margin: 1rem auto -0.25rem;
  color: #6B7280;
  font-size: 0.82rem;
}

.milplex-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.milplex-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.milplex-breadcrumbs li:not(:last-child)::after {
  content: "›";
  color: #9CA3AF;
  font-size: 1.1em;
  line-height: 1;
}

.milplex-breadcrumbs a {
  color: #6B7280;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s ease;
}

.milplex-breadcrumbs a:hover,
.milplex-breadcrumbs a:focus-visible {
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.milplex-breadcrumbs li:last-child {
  color: #374151;
  font-weight: 500;
}

.milplex-vAplus-decision-grid,
.milplex-vAplus-note-grid,
.milplex-vAplus-fact-strip {
  display: grid;
  gap: 1rem;
}

.milplex-vAplus-decision-grid,
.milplex-vAplus-note-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.milplex-vAplus-decision-grid article,
.milplex-vAplus-note-grid article,
.milplex-vAplus-fact-strip article {
  position: relative;
  overflow: hidden;
  min-height: 170px;
  padding: 1.25rem;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.96), rgba(246, 243, 235, 0.72)),
    #fff;
  box-shadow: 0 18px 46px rgba(10, 19, 23, 0.07);
}

.milplex-vAplus-decision-grid article::before,
.milplex-vAplus-note-grid article::before,
.milplex-vAplus-fact-strip article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0f8b8d, #c9a25f);
}

.milplex-vAplus-decision-grid span,
.milplex-vAplus-note-grid span,
.milplex-vAplus-fact-strip span,
.milplex-vAplus-mini-facts dt {
  color: #6f5a32;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.milplex-vAplus-decision-grid p,
.milplex-vAplus-note-grid p {
  margin: 0.75rem 0 0;
  color: #102126;
  font-weight: 720;
  line-height: 1.55;
}

.milplex-vAplus-fact-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.milplex-vAplus-fact-strip article {
  min-height: 130px;
}

.milplex-vAplus-fact-strip strong {
  display: block;
  margin-top: 0.65rem;
  color: #102126;
  font-size: 1rem;
  line-height: 1.45;
}

.milplex-vAplus-mini-facts {
  display: grid;
  gap: 0.55rem;
  margin: 0.85rem 0 1rem;
}

.milplex-vAplus-mini-facts div {
  padding: 0.65rem;
  border-radius: 8px;
  background: rgba(15, 139, 141, 0.08);
}

.milplex-vAplus-mini-facts dd {
  margin: 0.2rem 0 0;
  color: rgba(16, 33, 38, 0.8);
  line-height: 1.4;
}

.milplex-vAplus-project-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.25rem;
}

.milplex-vAplus-project-filter button {
  min-height: 38px;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(16, 33, 38, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #183f3a;
  font-size: 0.86rem;
  font-weight: 820;
  cursor: pointer;
}

.milplex-vAplus-project-filter button span {
  display: block;
  color: rgba(24, 63, 58, 0.62);
  font-size: 0.64rem;
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
}

.milplex-vAplus-project-filter button[aria-pressed="true"],
.milplex-vAplus-project-filter button:hover,
.milplex-vAplus-project-filter button:focus-visible {
  border-color: #0f8b8d;
  background: #102126;
  color: #fff;
}

.milplex-vAplus-project-filter button[aria-pressed="true"] span,
.milplex-vAplus-project-filter button:hover span,
.milplex-vAplus-project-filter button:focus-visible span {
  color: rgba(255, 255, 255, 0.68);
}

.milplex-vAplus-project-filter__status {
  margin: 0 0 0 auto;
  color: rgba(16, 33, 38, 0.68);
  font-size: 0.86rem;
  font-weight: 780;
}

.milplex-vAplus-case-card[hidden] {
  display: none;
}

.milplex-vAplus-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  align-items: center;
  margin-top: auto;
}

.milplex-inline-link-strong {
  color: #0b6d70;
}

.milplex-vAplus-service-card,
.milplex-vAplus-compact-route,
.milplex-vAplus-application-card,
.milplex-vAplus-material-card,
.milplex-vAplus-case-card {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.milplex-vAplus-service-card:hover,
.milplex-vAplus-compact-route:hover,
.milplex-vAplus-application-card:hover,
.milplex-vAplus-material-card:hover,
.milplex-vAplus-case-card:hover,
.milplex-vAplus-service-card:focus-within,
.milplex-vAplus-application-card:focus-within,
.milplex-vAplus-material-card:focus-within,
.milplex-vAplus-case-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(15, 139, 141, 0.32);
  box-shadow: 0 24px 58px rgba(10, 19, 23, 0.12);
}

.milplex-vAplus-service-card figure::after,
.milplex-vAplus-case-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(10, 19, 23, 0.14));
  pointer-events: none;
}

.milplex-vAplus-service-card figure:empty,
.milplex-vAplus-application-card figure:empty,
.milplex-vAplus-material-card figure:empty,
.milplex-vAplus-case-card figure:empty {
  background:
    linear-gradient(90deg, rgba(223, 232, 226, 0.8), rgba(246, 243, 235, 0.9), rgba(223, 232, 226, 0.8));
  background-size: 220% 100%;
  animation: milplex-skeleton 1.2s ease-in-out infinite;
}

@keyframes milplex-skeleton {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 220% 50%;
  }
}

.milplex-trust-note {
  margin-top: 1rem;
  font-size: 0.92rem;
  color: rgba(16, 33, 38, 0.72);
}

.milplex-prose h2,
.milplex-prose h3 {
  color: var(--milplex-deep);
  margin-top: 2rem;
}

.milplex-prose ul {
  padding-left: 1.2rem;
}

.milplex-prefooter {
  padding: 0 1rem 1.5rem;
}

.milplex-prefooter__wrap {
  width: var(--milplex-wrap);
  margin: 0 auto;
}

.milplex-prefooter__card {
  padding: 2rem;
  border-radius: var(--milplex-radius);
  background:
    linear-gradient(135deg, rgba(24, 63, 58, 0.96) 0%, rgba(59, 113, 101, 0.94) 100%),
    url("https://milplex.nl/wp-content/uploads/2025/04/milplex-productiehal-home.webp") center/cover;
  color: #fff;
  box-shadow: 0 28px 60px rgba(10, 19, 23, 0.16);
}

.milplex-prefooter__eyebrow {
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.milplex-prefooter__card h2 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.02;
}

.milplex-prefooter__card p {
  margin: 0;
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.84);
}

.milplex-prefooter__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.milplex-prefooter__meta li {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
}

.milplex-prefooter__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

#colophon:empty {
  display: none;
}

.milplex-site-footer {
  margin-top: 0;
  padding: 2rem 1rem 2rem;
  background:
    linear-gradient(180deg, rgba(9, 19, 23, 0.98) 0%, rgba(14, 31, 36, 0.98) 100%),
    #0b1418;
  color: #fff;
}

.milplex-site-footer__shell {
  display: grid;
  gap: 2rem;
}

.milplex-site-footer__brand {
  display: grid;
  gap: 1rem;
  padding: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--milplex-radius);
  background: linear-gradient(135deg, rgba(15, 139, 141, 0.18) 0%, rgba(255, 255, 255, 0.04) 100%);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.2);
}

.milplex-site-footer__eyebrow {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.milplex-site-footer__brand h2,
.milplex-site-footer__column h3 {
  margin: 0;
  color: #fff;
}

.milplex-site-footer__brand p,
.milplex-site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.milplex-site-footer__contact,
.milplex-site-footer__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.milplex-site-footer__contact {
  display: grid;
  gap: 0.65rem;
}

.milplex-site-footer__contact li,
.milplex-site-footer__column li {
  color: rgba(255, 255, 255, 0.84);
}

.milplex-site-footer__contact a,
.milplex-site-footer__column a,
.milplex-site-footer__bottom a {
  color: #fff;
  text-decoration: none;
}

.milplex-site-footer__contact a:hover,
.milplex-site-footer__contact a:focus-visible,
.milplex-site-footer__column a:hover,
.milplex-site-footer__column a:focus-visible,
.milplex-site-footer__bottom a:hover,
.milplex-site-footer__bottom a:focus-visible {
  color: #9ff3ee;
}

.milplex-site-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.milplex-site-footer__actions .milplex-button-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  background: transparent;
}

.milplex-site-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.milplex-site-footer__column {
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--milplex-radius-sm);
  background: rgba(255, 255, 255, 0.04);
}

.milplex-site-footer__column ul {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.milplex-site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.2rem;
  padding: 1.25rem 0 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.milplex-site-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
}

.page-id-5382 .elementor-element.elementor-element-cda9dac {
  min-height: clamp(320px, 46vw, 620px) !important;
  background-image: url("https://milplex.nl/wp-content/uploads/2025/04/20250417_145439--scaled.webp") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.page-id-5382 .elementor-element.elementor-element-2a39adc5 {
  align-items: center;
}

.page-id-3923 .elementor-element.elementor-element-f66e898 img {
  display: block !important;
  width: min(82px, 100%);
  height: auto;
  margin: 0 auto;
}

.page-id-3923 .elementor-element.elementor-element-9051a07 {
  padding: 0.75rem 1rem 0 !important;
}

#colophon,
.milplex-prefooter,
.milplex-site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 680px;
}

body .elementor-widget-text-editor,
body .elementor-widget-text-editor p,
body .elementor-icon-box-description,
body .elementor-widget-icon-list .elementor-icon-list-text {
  color: rgba(16, 33, 38, 0.88);
}

body .elementor-widget-heading .elementor-heading-title,
body .elementor-icon-box-title {
  color: var(--milplex-deep);
}

.elementor-page-3731,
.home {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  .elementor-page-3731,
  .home {
    overflow-x: hidden;
  }
}

.home .site-content,
.elementor-3731 {
  max-width: 100vw;
  overflow-x: clip;
}

.elementor-3731 .elementor-element.elementor-element-1f1df32 {
  --margin-top: 1.15rem !important;
  margin-top: 1.15rem !important;
}

.elementor-3731 .elementor-element.elementor-element-57bee01 {
  margin-bottom: 0 !important;
}

.elementor-3731 .elementor-element.elementor-element-99f77b3.e-con {
  --e-con-transform-translateX: 0px !important;
  --e-con-transform-translateY: -350px !important;
}

.elementor-3731 .elementor-element.elementor-element-24f6e4f.e-con {
  --e-con-transform-translateX: 0px !important;
  --e-con-transform-translateY: -590px !important;
}

.elementor-page-6 .elementor-element.elementor-element-99f77b3.e-con,
.elementor-page-6 .elementor-element.elementor-element-24f6e4f.e-con {
  --e-con-transform-translateX: 0px !important;
}

.site-header-primary-section-right .ast-main-header-bar-alignment,
.site-header-primary-section-right .main-header-bar-navigation,
.site-header-primary-section-right .site-navigation,
.site-header-primary-section-right .main-navigation,
.site-header-primary-section-right .main-header-menu {
  width: auto;
  max-width: 100%;
}

.elementor-3731 .elementor-element.elementor-element-2ceaf64,
.elementor-3731 .elementor-element.elementor-element-01d2d5e,
.elementor-3731 .elementor-element.elementor-element-9e1b759 {
  width: min(360px, 100%) !important;
  max-width: 360px;
  flex-wrap: nowrap !important;
  box-shadow: 0 14px 34px rgba(10, 19, 23, 0.1);
}

.elementor-3731 .elementor-element.elementor-element-2ceaf64 .elementor-heading-title,
.elementor-3731 .elementor-element.elementor-element-01d2d5e .elementor-heading-title,
.elementor-3731 .elementor-element.elementor-element-9e1b759 .elementor-heading-title {
  white-space: normal;
}

.cky-consent-container,
.cky-consent-container .cky-consent-bar,
.cky-consent-container .cky-notice {
  max-width: min(92vw, 26rem) !important;
  width: auto !important;
}

.cky-consent-container {
  position: fixed !important;
  top: auto !important;
  left: auto !important;
  right: 1rem !important;
  bottom: 1rem !important;
  z-index: 2147483000 !important;
}

.milplex-local-elementor .cky-consent-container,
.milplex-local-elementor .cky-overlay,
.milplex-local-elementor .cky-btn-revisit-wrapper,
.milplex-local-elementor .cky-revisit-bottom-left,
.milplex-local-elementor .cky-revisit-bottom-right {
  display: none !important;
}

.cky-notice {
  padding: 1rem !important;
  border: 1px solid rgba(16, 33, 38, 0.1) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 18px 44px rgba(10, 19, 23, 0.16) !important;
}

.cky-notice-group {
  gap: 0.8rem !important;
}

.cky-title,
.cky-notice-des p,
.cky-accordion-header-des,
.cky-accordion-body p,
.cky-audit-table {
  color: var(--milplex-deep) !important;
}

.cky-title,
.cky-notice-des p {
  margin: 0 !important;
  font-size: 0.94rem !important;
  line-height: 1.55 !important;
}

.cky-notice-btn-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.55rem !important;
}

.cky-btn,
.cky-btn-revisit,
.cky-btn-customize {
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0.7rem 0.95rem !important;
  border-radius: 999px !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
}

@media (min-width: 769px) {
  .cky-consent-container {
    left: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    max-width: none !important;
  }

  .cky-consent-container .cky-consent-bar,
  .cky-consent-container .cky-notice {
    max-width: min(1180px, calc(100vw - 2rem)) !important;
    margin: 0 auto !important;
  }

  .cky-notice {
    padding: 0.85rem 1rem !important;
    border-radius: 8px !important;
  }

  .cky-notice-group {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 0.75rem 1rem !important;
  }

  .cky-notice-des {
    max-width: 48rem !important;
  }

  .cky-title,
  .cky-notice-des p {
    font-size: 0.86rem !important;
    line-height: 1.35 !important;
  }

  .cky-notice-btn-wrapper {
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
  }

  .cky-btn,
  .cky-btn-revisit,
  .cky-btn-customize {
    min-height: 38px !important;
    padding: 0.58rem 0.78rem !important;
    white-space: nowrap !important;
  }
}

.milplex-fade-up,
.milplex-fade-up.is-visible {
  opacity: 1;
  transform: none;
  transition: none;
}

.milplex-market-hero {
  padding: clamp(1.45rem, 2.35vw, 2.55rem) 0 clamp(1.65rem, 2.6vw, 2.85rem);
  background:
    linear-gradient(90deg, #f7faf5 0%, #f9fbf7 52%, #ffffff 52%, #ffffff 100%);
  color: #102126;
}

.milplex-market-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
  gap: clamp(1.35rem, 3vw, 3.1rem);
  align-items: center;
}

.milplex-market-hero__copy {
  max-width: 700px;
}

.milplex-market-hero__copy h1 {
  margin: 0.28rem 0 0.8rem;
  color: #102126;
  font-size: clamp(1.9rem, 2.35vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.milplex-market-hero__copy p {
  max-width: 640px;
  color: rgba(16, 33, 38, 0.78);
  font-size: 0.98rem;
  line-height: 1.5;
}

.milplex-market-hero .milplex-button-row {
  gap: 0.65rem;
  margin-top: 0.95rem;
}

.milplex-market-hero .milplex-button-tertiary {
  color: #102126;
  border-color: rgba(16, 33, 38, 0.18);
  background: #ffffff;
}

.milplex-market-hero__capability {
  display: grid;
  gap: 0.18rem;
  max-width: 34rem;
  margin-top: 1rem;
  padding: 0.82rem 0.9rem;
  border: 1px solid rgba(15, 139, 141, 0.2);
  border-left: 4px solid #0f8b8d;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(10, 19, 23, 0.08);
}

.milplex-market-hero__capability strong {
  color: #102126;
  font-size: 1rem;
}

.milplex-market-hero__capability span {
  color: rgba(16, 33, 38, 0.72);
  font-size: 0.9rem;
  line-height: 1.35;
}

.milplex-market-hero__proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.milplex-market-hero__proof li {
  min-height: 38px;
  padding: 0.58rem 0.7rem;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: 8px;
  background: #edf6f3;
  color: #183f3a;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.25;
}

.milplex-market-hero__media {
  position: relative;
  margin: 0;
  min-height: 340px;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(10, 19, 23, 0.12);
}

.milplex-market-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: 52% 52%;
}

.milplex-market-hero__media figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.15rem;
  max-width: 25rem;
  padding: 0.78rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: #102126;
  box-shadow: 0 18px 42px rgba(10, 19, 23, 0.18);
}

.milplex-market-hero__media figcaption strong {
  color: #102126;
  font-size: 0.98rem;
}

.milplex-market-hero__media figcaption span {
  color: rgba(16, 33, 38, 0.74);
  font-size: 0.9rem;
  line-height: 1.35;
}

.milplex-mobile-cta {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 1000;
  display: none;
  gap: 0.5rem;
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(10, 19, 23, 0.92);
  box-shadow: 0 22px 50px rgba(10, 19, 23, 0.28);
}

.milplex-mobile-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-height: 44px;
}

.milplex-mobile-cta .milplex-button {
  min-height: 46px;
  padding: 0.75rem 0.9rem;
  font-size: 0.92rem;
}

@media (max-width: 1480px) {
  .site-header-primary-section-left {
    flex-basis: 64px;
    min-width: 64px;
  }

  .site-header-primary-section-right {
    max-width: calc(100% - 64px);
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item-milplex-call {
    display: none !important;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link {
    padding-left: 0.42rem;
    padding-right: 0.42rem;
    font-size: 0.82rem;
  }
}

@media (max-width: 1180px) {
  .ast-builder-menu-1 .main-header-menu > .menu-item-milplex-call {
    display: none !important;
  }

  .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link {
    padding-left: 0.44rem;
    padding-right: 0.44rem;
    font-size: 0.84rem;
  }

  .milplex-sector-nav,
  .milplex-process-grid,
  .milplex-price-grid,
  .milplex-trust-grid,
  .milplex-case-grid,
  .milplex-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .milplex-vA-route-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .milplex-vA-card-grid,
  .milplex-vA-material-grid,
  .milplex-vA-case-grid,
  .milplex-vA-case-detail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .milplex-vAplus-application-grid,
  .milplex-vAplus-timeline,
  .milplex-vAplus-scan-matrix,
  .milplex-vAplus-decision-grid,
  .milplex-vAplus-note-grid,
  .milplex-vAplus-fact-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .milplex-vAplus-material-grid,
  .milplex-vAplus-proof-gallery,
  .milplex-vAplus-service-grid,
  .milplex-vAplus-case-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .milplex-vAplus-proof-band,
  .milplex-vAplus-file-proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1060px) {
  .ast-builder-menu-1 .main-header-menu > .menu-item:has(> .menu-link[href*="/contact/"]):not(.menu-item-milplex-cta),
  .ast-builder-menu-1 .main-header-menu > .menu-item:has(> .menu-link[href*="/contact-us/"]):not(.menu-item-milplex-cta),
  .ast-builder-menu-1 .main-header-menu > .menu-item:has(> .menu-link[href*="/neem-contact-op/"]):not(.menu-item-milplex-cta),
  .ast-builder-menu-1 .main-header-menu > .menu-item:has(> .menu-link[href*="/over-milplex/"]):not(.menu-item-milplex-cta),
  .ast-builder-menu-1 .main-header-menu > .menu-item:has(> .menu-link[href*="/about-milplex/"]):not(.menu-item-milplex-cta) {
    display: none !important;
  }

  .elementor-3731 .elementor-element.elementor-element-24f6e4f,
  .elementor-3731 .elementor-element.elementor-element-99f77b3 {
    display: none !important;
  }

  .milplex-contact-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .milplex-topbar__wrap,
  .milplex-topbar__nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .milplex-topbar__nav {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }

  .site-logo-img img,
  .custom-logo {
    width: 40px !important;
    height: 40px !important;
  }

  .milplex-mega-nav__wrap {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .milplex-mega-nav__wrap::-webkit-scrollbar {
    display: none;
  }

  .milplex-mega-nav__panel {
    position: fixed;
    left: 1rem;
    right: 1rem;
    width: auto;
    top: 8.5rem;
  }

  .milplex-mega-nav__upload {
    margin-left: 0;
  }

  .elementor-3731 .elementor-element.elementor-element-24f6e4f,
  .elementor-3731 .elementor-element.elementor-element-99f77b3 {
    display: none !important;
  }

  .milplex-funnel-bar__wrap {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .milplex-funnel-bar__nav,
  .milplex-funnel-bar__meta,
  .milplex-site-footer__bottom {
    justify-content: flex-start;
  }

  .milplex-topbar__proof span:nth-child(3) {
    display: none;
  }

  .milplex-hero-grid,
  .milplex-market-hero__grid,
  .milplex-vA-hero__grid,
  .milplex-lead-hero__grid,
  .milplex-lead-form-grid,
  .milplex-contact-direct-grid,
  .milplex-good-bad-grid,
  .milplex-vA-proof-split,
  .milplex-vAplus-secondary-block,
  .milplex-vAplus-detail-split,
  .milplex-vAplus-case-feature,
  .milplex-vAplus-file-proof,
  .milplex-grid-2,
  .milplex-grid-3,
  .milplex-contact-grid,
  .milplex-cta-band {
    grid-template-columns: 1fr;
  }

  .milplex-contact-form .mpx-form-grid {
    grid-template-columns: 1fr;
  }

  .milplex-market-hero {
    background: linear-gradient(180deg, #f7faf5 0%, #ffffff 100%);
  }

  .milplex-market-hero__media,
  .milplex-market-hero__image {
    min-height: 320px;
  }

  .milplex-market-hero__proof {
    grid-template-columns: 1fr;
  }

  .milplex-home-next-step__panel,
  .milplex-file-ready-strip__panel {
    grid-template-columns: 1fr;
  }

  .milplex-home-next-step__actions {
    justify-content: flex-start;
  }

  .milplex-site-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .milplex-vAplus-compact-routes,
  .milplex-vAplus-application-grid,
  .milplex-vAplus-timeline,
  .milplex-vAplus-scan-matrix,
  .milplex-vAplus-decision-grid,
  .milplex-vAplus-note-grid,
  .milplex-vAplus-fact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .milplex-vAplus-case-strip.is-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .milplex-vAplus-case-card {
    grid-template-columns: 1fr;
  }

  .milplex-vAplus-case-card figure {
    aspect-ratio: 16 / 9;
  }

  #colophon .footer-width-fixer,
  .milplex-prefooter__wrap,
  .site-primary-header-wrap.ast-container {
    width: min(100%, calc(100vw - 2rem));
  }
}

@media (max-width: 720px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .milplex-topbar {
    display: none;
  }

  .site-header {
    position: static;
  }

  .milplex-mega-nav {
    display: none;
  }

  .milplex-funnel-bar {
    padding-top: 0.75rem;
  }

  .milplex-funnel-bar__wrap {
    padding: 1rem;
  }

  .milplex-funnel-bar__link {
    width: 100%;
    justify-content: flex-start;
  }

  .milplex-contact-path-grid {
    grid-template-columns: 1fr;
  }

  .milplex-market-hero {
    padding-top: 2.2rem;
  }

  .milplex-market-hero__media,
  .milplex-market-hero__image {
    min-height: 280px;
  }

  .milplex-home-next-step__actions .milplex-button {
    width: 100%;
  }

  .milplex-vAplus-case-strip.is-compact {
    grid-template-columns: 1fr;
  }

  .milplex-lead-hero__copy h1 {
    font-size: clamp(2rem, 8.5vw, 3rem);
  }

  .milplex-lead-hero__media {
    order: -1;
  }

  .milplex-lead-form-intro,
  .milplex-lead-form-card,
  .milplex-contact-path-card {
    padding: 1rem;
  }

  .menu-item-milplex-cta {
    display: block;
    margin-left: 0;
  }

  .menu-item-milplex-call {
    display: none;
  }

  .menu-item-milplex-cta > .menu-link {
    margin-top: 0.65rem;
    justify-content: center;
  }

  .site-logo-img img,
  .custom-logo {
    width: 36px !important;
    height: 36px !important;
  }

  .site-header-primary-section-left,
  .ast-builder-layout-element[data-section="title_tagline"],
  .site-branding,
  .ast-site-title-wrap {
    min-width: 0;
  }

  .site-branding {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.55rem;
  }

  .ast-site-title-wrap {
    flex: 0 1 auto;
  }

  .site-title,
  .site-title a {
    display: block;
    max-width: none;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    line-height: 1.05;
  }

  .site-title a {
    font-size: 1rem;
  }

  .milplex-prefooter__card {
    padding: 1.4rem;
  }

  .milplex-site-footer__brand,
  .milplex-site-footer__column {
    padding: 1.2rem;
  }

  .milplex-site-footer__nav {
    grid-template-columns: 1fr;
  }

  .milplex-site-footer__actions,
  .milplex-site-footer__bottom nav {
    width: 100%;
  }

  .milplex-site-footer__contact a,
  .milplex-site-footer__column a,
  .milplex-site-footer__actions a,
  .milplex-site-footer__bottom a,
  .milplex-prefooter__actions a,
  .milplex-funnel-bar__link,
  .milplex-route-assist__links a,
  .milplex-route-mesh a,
  .milplex-tag-row a,
  .milplex-tag,
  .milplex-vAplus-chip-row a,
  .milplex-route-faq summary,
  .milplex-faq summary,
  .elementor-icon-box-title a,
  .elementor-widget-button a,
  .elementor-button {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .milplex-route-assist__links a,
  .milplex-route-mesh a,
  .milplex-tag-row a,
  .milplex-tag,
  .milplex-route-faq summary,
  .milplex-vAplus-project-filter button,
  .elementor-icon-box-title a,
  .elementor-button,
  .milplex-mobile-cta a {
    min-height: 44px !important;
  }

  .elementor-button {
    min-width: 44px;
  }

  .milplex-tag-row a,
  .milplex-tag {
    min-width: 44px !important;
  }

  .main-header-menu-toggle,
  .ast-mobile-menu-trigger-minimal {
    min-width: 44px;
    min-height: 44px;
    box-sizing: border-box;
  }

  .milplex-site-footer__contact a,
  .milplex-site-footer__column a,
  .milplex-site-footer__actions a,
  .milplex-site-footer__bottom a {
    min-width: 44px;
  }

  .milplex-form-shell .wpcf7-form-control,
  .milplex-contact-form .wpcf7-form-control {
    min-height: 44px;
    box-sizing: border-box;
  }

  .milplex-site-footer__column ul {
    gap: 0.2rem;
  }

  .milplex-section {
    padding: 3.4rem 0;
  }

  .milplex-hero-copy h1 {
    font-size: clamp(2.15rem, 9vw, 3rem);
  }

  .milplex-sector-nav,
  .milplex-process-grid,
  .milplex-price-grid,
  .milplex-trust-grid,
  .milplex-case-grid,
  .milplex-grid-4,
  .milplex-vA-card-grid,
  .milplex-vA-route-grid,
  .milplex-vA-material-grid,
  .milplex-vA-case-grid,
  .milplex-vA-detail-grid,
  .milplex-vA-case-detail,
  .milplex-vAplus-service-grid,
  .milplex-vAplus-compact-routes,
  .milplex-vAplus-application-grid,
  .milplex-vAplus-material-grid,
  .milplex-vAplus-proof-gallery,
  .milplex-vAplus-case-strip,
  .milplex-vAplus-timeline,
  .milplex-vAplus-scan-matrix,
  .milplex-vAplus-decision-grid,
  .milplex-vAplus-note-grid,
  .milplex-vAplus-fact-strip,
  .milplex-panel .milplex-service-grid {
    grid-template-columns: 1fr;
  }

  .milplex-vA-hero {
    padding: 3.2rem 0;
  }

  .milplex-vA-hero h1 {
    font-size: clamp(2.1rem, 8vw, 3rem);
  }

  .milplex-vA-card,
  .milplex-vA-route-card,
  .milplex-vA-case,
  .milplex-vA-material-card,
  .milplex-vA-proof,
  .milplex-vA-proof-panel,
  .milplex-vAplus-card-body,
  .milplex-vAplus-application-card > div,
  .milplex-vAplus-material-card > div,
  .milplex-vAplus-case-card > div,
  .milplex-vAplus-detail-card,
  .milplex-vAplus-quote-panel {
    padding: 1.25rem;
  }

  .home .milplex-mobile-cta {
    display: none;
  }

  body.home {
    padding-bottom: 0;
  }

  .milplex-vAplus-first-section {
    padding-top: 3rem;
  }

  .milplex-vAplus-proof-band {
    padding: 1.25rem;
  }

  .milplex-vAplus-proof-images {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .milplex-vAplus-file-proof__images {
    grid-template-columns: 1fr;
  }

  .milplex-vAplus-proof-images figure,
  .milplex-vAplus-file-proof__images figure,
  .milplex-vAplus-case-feature figure,
  .milplex-vAplus-hero-card figure {
    aspect-ratio: 16 / 10;
  }

  .milplex-vAplus-proof-images figure:first-child {
    grid-row: auto;
  }

  .milplex-vAplus-proof-gallery figure:first-child {
    grid-column: auto;
  }

  .milplex-vAplus-file-proof__images figure:first-child {
    grid-row: auto;
  }

  .milplex-vAplus-proof-stats,
  .milplex-vAplus-spec-list div {
    grid-template-columns: 1fr;
  }

  .milplex-vAplus-timeline article {
    min-height: auto;
  }

  .milplex-vAplus-decision-grid article,
  .milplex-vAplus-note-grid article,
  .milplex-vAplus-fact-strip article {
    min-height: auto;
  }

  .milplex-breadcrumbs {
    margin-top: 0.75rem;
    font-size: 0.8rem;
  }

  .milplex-mobile-cta {
    display: flex;
    border-radius: 18px;
  }

  .milplex-mobile-cta .milplex-button {
    min-width: 0;
    padding: 0.68rem 0.35rem;
    font-size: clamp(0.72rem, 3.1vw, 0.86rem);
  }

  body {
    padding-bottom: 6rem;
  }

  body.milplex-variant-a-page {
    padding-bottom: 6rem;
  }

  .cky-consent-container,
  .cky-consent-container .cky-consent-bar,
  .cky-consent-container .cky-notice {
    left: 0.75rem !important;
    right: 0.75rem !important;
    top: auto !important;
    bottom: 0.75rem !important;
    max-width: none !important;
  }
}

@media (max-width: 1060px) {
  .ast-builder-menu-1 .main-header-menu > .menu-item:has(> .menu-link[href*="/contact/"]):not(.menu-item-milplex-cta),
  .ast-builder-menu-1 .main-header-menu > .menu-item:has(> .menu-link[href*="/contact-us/"]):not(.menu-item-milplex-cta) {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .page-id-3658 .elementor-element-5a93e83,
  .page-id-3658 .elementor-element-8bf011a {
    box-sizing: border-box !important;
    left: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: calc(100vw - 2rem) !important;
    transform: none !important;
    width: calc(100vw - 2rem) !important;
  }

  .page-id-3658 .elementor-element-5a93e83 > .e-con-inner,
  .page-id-3658 .elementor-element-8bf011a > .e-con-inner {
    max-width: 100% !important;
  }

  .page-id-3805 .elementor-element-6c11f62,
  .page-id-3805 .elementor-element-214fdb9 {
    box-sizing: border-box !important;
    max-width: min(300px, calc(100vw - 2rem)) !important;
    transform: none !important;
    width: min(300px, calc(100vw - 2rem)) !important;
  }

  .page-id-3805 .elementor-element-6c11f62 .elementor-widget,
  .page-id-3805 .elementor-element-214fdb9 .elementor-widget,
  .page-id-3805 .elementor-element-6c11f62 .elementor-widget-container,
  .page-id-3805 .elementor-element-214fdb9 .elementor-widget-container {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.page-id-3991 .elementor-widget-heading .elementor-heading-title {
  height: auto !important;
  line-height: 1.18 !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.page-id-3658 .elementor-element-afc5e7a,
.page-id-3761 .elementor-element-8032ea7,
.page-id-3794 .elementor-element-478b540,
.page-id-3968 .elementor-element-f58317e,
.page-id-4177 .elementor-element-4eeb704,
.page-id-4740 .elementor-element-3844c99 {
  background-image: linear-gradient(100deg, #0a6f72 0%, #183f3a 100%) !important;
}

.page-id-3658 .elementor-element-afc5e7a p,
.page-id-3761 .elementor-element-8032ea7 p,
.page-id-3794 .elementor-element-478b540 p,
.page-id-3968 .elementor-element-f58317e p,
.page-id-4177 .elementor-element-4eeb704 p,
.page-id-4740 .elementor-element-3844c99 p {
  color: rgba(255, 255, 255, 0.94) !important;
}

.page-id-3658 .elementor-element-45b0b5f .elementor-heading-title,
.page-id-3761 .elementor-element-2941a01 .elementor-heading-title,
.page-id-3794 .elementor-element-8fe1f04 .elementor-heading-title,
.page-id-3794 .elementor-element-e4bbef2 .elementor-heading-title,
.page-id-3794 .elementor-element-7d685fe .elementor-heading-title,
.page-id-4740 .elementor-element-bd4af45 .elementor-heading-title,
.page-id-4740 .elementor-element-74886fd .elementor-heading-title {
  color: var(--milplex-deep) !important;
}

.mpx-privacy-link a {
  color: var(--milplex-deep) !important;
  font-weight: 700;
  text-decoration: underline;
}

body.page-id-3845 .elementor-widget-heading .elementor-heading-title,
body.page-id-4202 .elementor-widget-heading .elementor-heading-title,
body.page-id-3991 .elementor-widget-heading .elementor-heading-title,
body.page-id-4773 .elementor-widget-heading .elementor-heading-title,
body.page-id-3679 .elementor-widget-heading .elementor-heading-title,
body.page-id-3888 .elementor-widget-heading .elementor-heading-title,
body.page-id-4144 .elementor-widget-heading .elementor-heading-title,
body.page-id-3939 .elementor-widget-heading .elementor-heading-title,
body.page-id-4012 .elementor-widget-heading .elementor-heading-title,
body.page-id-3805 .elementor-widget-heading .elementor-heading-title,
body.page-id-3923 .elementor-widget-heading .elementor-heading-title,
body.page-id-4775 .elementor-widget-heading .elementor-heading-title,
body.page-id-4777 .elementor-widget-heading .elementor-heading-title,
body.page-id-4779 .elementor-widget-heading .elementor-heading-title,
body.page-id-4781 .elementor-widget-heading .elementor-heading-title,
body.page-id-4185 .elementor-widget-heading .elementor-heading-title,
body.page-id-4783 .elementor-widget-heading .elementor-heading-title,
body.page-id-3910 .elementor-widget-heading .elementor-heading-title,
body.page-id-3830 .elementor-widget-heading .elementor-heading-title,
body.page-id-3875 .elementor-widget-heading .elementor-heading-title,
body.page-id-3845 .elementor-widget-text-editor,
body.page-id-4202 .elementor-widget-text-editor,
body.page-id-3991 .elementor-widget-text-editor,
body.page-id-4773 .elementor-widget-text-editor,
body.page-id-3679 .elementor-widget-text-editor,
body.page-id-3888 .elementor-widget-text-editor,
body.page-id-4144 .elementor-widget-text-editor,
body.page-id-3939 .elementor-widget-text-editor,
body.page-id-4012 .elementor-widget-text-editor,
body.page-id-3805 .elementor-widget-text-editor,
body.page-id-3923 .elementor-widget-text-editor,
body.page-id-4775 .elementor-widget-text-editor,
body.page-id-4777 .elementor-widget-text-editor,
body.page-id-4779 .elementor-widget-text-editor,
body.page-id-4781 .elementor-widget-text-editor,
body.page-id-4185 .elementor-widget-text-editor,
body.page-id-4783 .elementor-widget-text-editor,
body.page-id-3910 .elementor-widget-text-editor,
body.page-id-3830 .elementor-widget-text-editor,
body.page-id-3875 .elementor-widget-text-editor,
body.page-id-3845 .elementor-widget-text-editor p,
body.page-id-4202 .elementor-widget-text-editor p,
body.page-id-3991 .elementor-widget-text-editor p,
body.page-id-4773 .elementor-widget-text-editor p,
body.page-id-3679 .elementor-widget-text-editor p,
body.page-id-3888 .elementor-widget-text-editor p,
body.page-id-4144 .elementor-widget-text-editor p,
body.page-id-3939 .elementor-widget-text-editor p,
body.page-id-4012 .elementor-widget-text-editor p,
body.page-id-3805 .elementor-widget-text-editor p,
body.page-id-3923 .elementor-widget-text-editor p,
body.page-id-4775 .elementor-widget-text-editor p,
body.page-id-4777 .elementor-widget-text-editor p,
body.page-id-4779 .elementor-widget-text-editor p,
body.page-id-4781 .elementor-widget-text-editor p,
body.page-id-4185 .elementor-widget-text-editor p,
body.page-id-4783 .elementor-widget-text-editor p,
body.page-id-3910 .elementor-widget-text-editor p,
body.page-id-3830 .elementor-widget-text-editor p,
body.page-id-3875 .elementor-widget-text-editor p,
body.page-id-3805 .elementor-icon-box-title,
body.page-id-3805 .elementor-icon-box-title a {
  color: var(--milplex-deep) !important;
}

body.page-id-3991 :is(.elementor-widget-image-box .elementor-image-box-title, .elementor-widget-image-box .elementor-image-box-description),
body.page-id-3679 :is(.elementor-widget-image-box .elementor-image-box-title, .elementor-widget-image-box .elementor-image-box-description) {
  color: var(--milplex-deep) !important;
}

body.page-id-3679 .elementor-element-6ddb53c {
  background-color: #e8f6ee !important;
  background-image: linear-gradient(93deg, #e8f6ee 0%, #cfeee0 100%) !important;
}

body.page-id-3991 :is(.elementor-element-7438f33) :is(.elementor-heading-title, .elementor-widget-text-editor, .elementor-widget-text-editor p, h2, h3, p),
body.page-id-3888 :is(.elementor-element-4cf5bcb) :is(.elementor-heading-title, .elementor-widget-text-editor, .elementor-widget-text-editor p, h2, p),
body.page-id-3805 :is(.elementor-element-a1e4bea, .elementor-element-2c87ed1, .elementor-element-214fdb9, .elementor-element-2afc932, .elementor-element-353fd5c, .elementor-element-ce65378) :is(.elementor-heading-title, .elementor-widget-text-editor, .elementor-widget-text-editor p, .elementor-icon-box-title, .elementor-icon-box-title a, .elementor-icon-box-description, a, h2, h3, p),
body.page-id-4773 :is(.elementor-element-10d9d8a, .elementor-element-3883be69, .elementor-element-16c5bd13, .elementor-element-6df7502e, .elementor-element-6c302235, .elementor-element-1d0c7c6a) :is(.elementor-heading-title, .elementor-widget-text-editor, .elementor-widget-text-editor p, h2, p),
body.page-id-3679 :is(.elementor-element-ca2e7ab, .elementor-element-25a4496, .elementor-element-6582c43, .elementor-element-7d70117, .elementor-element-d92fc9e) :is(.elementor-heading-title, .elementor-widget-text-editor, .elementor-widget-text-editor p, h2, p),
body.page-id-4775 :is(.elementor-element-6f1d6861, .elementor-element-2c646c03, .elementor-element-2b6036f1, .elementor-element-6dfbbfa1, .elementor-element-32d0e6d8, .elementor-element-568413c1) :is(.elementor-heading-title, .elementor-widget-text-editor, .elementor-widget-text-editor p, h2, p),
body.page-id-4777 :is(.elementor-element-20eb7576, .elementor-element-6ff5527e, .elementor-element-611d99dd, .elementor-element-4251f9, .elementor-element-5a03a0ea, .elementor-element-4b802392) :is(.elementor-heading-title, .elementor-widget-text-editor, .elementor-widget-text-editor p, h2, p),
body.page-id-4779 :is(.elementor-element-2c8aed6f, .elementor-element-7d76db81, .elementor-element-715c7f23, .elementor-element-52a9c9bb, .elementor-element-4f809827, .elementor-element-4154926f) :is(.elementor-heading-title, .elementor-widget-text-editor, .elementor-widget-text-editor p, h2, p),
body.page-id-4781 :is(.elementor-element-5741294f, .elementor-element-1752249c, .elementor-element-4c2eff54, .elementor-element-16ce1e68, .elementor-element-41faa281, .elementor-element-5d5d3c4a) :is(.elementor-heading-title, .elementor-widget-text-editor, .elementor-widget-text-editor p, h2, p),
body.page-id-4783 :is(.elementor-element-2cd9ec53, .elementor-element-6419b927, .elementor-element-1eb0096e, .elementor-element-58a51b2a, .elementor-element-6e70125e, .elementor-element-227d5702) :is(.elementor-heading-title, .elementor-widget-text-editor, .elementor-widget-text-editor p, h2, p) {
  color: rgba(255, 255, 255, 0.95) !important;
}

body.page-id-4773 :is(.elementor-element-10d9d8a, .elementor-element-3883be69, .elementor-element-16c5bd13, .elementor-element-6df7502e, .elementor-element-6c302235, .elementor-element-1d0c7c6a) .elementor-widget-image-box :is(.elementor-image-box-title, .elementor-image-box-description),
body.page-id-4775 :is(.elementor-element-6f1d6861, .elementor-element-2c646c03, .elementor-element-2b6036f1, .elementor-element-6dfbbfa1, .elementor-element-32d0e6d8, .elementor-element-568413c1) .elementor-widget-image-box :is(.elementor-image-box-title, .elementor-image-box-description),
body.page-id-4777 :is(.elementor-element-20eb7576, .elementor-element-6ff5527e, .elementor-element-611d99dd, .elementor-element-4251f9, .elementor-element-5a03a0ea, .elementor-element-4b802392) .elementor-widget-image-box :is(.elementor-image-box-title, .elementor-image-box-description),
body.page-id-4779 :is(.elementor-element-2c8aed6f, .elementor-element-7d76db81, .elementor-element-715c7f23, .elementor-element-52a9c9bb, .elementor-element-4f809827, .elementor-element-4154926f) .elementor-widget-image-box :is(.elementor-image-box-title, .elementor-image-box-description),
body.page-id-4781 :is(.elementor-element-5741294f, .elementor-element-1752249c, .elementor-element-4c2eff54, .elementor-element-16ce1e68, .elementor-element-41faa281, .elementor-element-5d5d3c4a) .elementor-widget-image-box :is(.elementor-image-box-title, .elementor-image-box-description),
body.page-id-4783 :is(.elementor-element-2cd9ec53, .elementor-element-6419b927, .elementor-element-1eb0096e, .elementor-element-58a51b2a, .elementor-element-6e70125e, .elementor-element-227d5702) .elementor-widget-image-box :is(.elementor-image-box-title, .elementor-image-box-description) {
  color: var(--milplex-deep) !important;
}

/* Hero clarity: compact first viewport for commercial routes. */
.milplex-market-hero--clarity,
.milplex-vA-hero--clarity,
.milplex-lead-hero--clarity {
  padding-block: clamp(32px, 5vw, 64px);
}

.milplex-market-hero--clarity .milplex-market-hero__grid,
.milplex-vA-hero--clarity .milplex-vA-hero__grid,
.milplex-lead-hero--clarity .milplex-lead-hero__grid {
  align-items: center;
  gap: clamp(20px, 4vw, 48px);
}

.milplex-market-hero--clarity .milplex-market-hero__copy,
.milplex-market-hero--clarity .milplex-market-hero__media,
.milplex-vA-hero--clarity .milplex-vA-hero__grid > *,
.milplex-lead-hero--clarity .milplex-lead-hero__grid > * {
  min-width: 0;
}

.milplex-market-hero--clarity h1,
.milplex-vA-hero--clarity h1,
.milplex-lead-hero--clarity h1 {
  max-width: 760px;
  margin-bottom: 14px;
  text-wrap: balance;
}

.milplex-hero-clarity__body {
  max-width: 680px;
  margin-bottom: 18px;
}

.milplex-hero-clarity__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.milplex-hero-clarity__actions .milplex-button {
  min-height: 44px;
  white-space: normal;
  text-align: center;
}

.milplex-hero-clarity__microcopy {
  margin: 10px 0 0;
  color: var(--milplex-muted, #53635e);
  font-size: 0.95rem;
}

.milplex-market-hero--clarity .milplex-market-hero__proof,
.milplex-lead-hero--clarity .milplex-lead-hero__proof,
.milplex-vA-hero--clarity .milplex-vA-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.milplex-market-hero--clarity .milplex-market-hero__proof li,
.milplex-lead-hero--clarity .milplex-lead-hero__proof span,
.milplex-vA-hero--clarity .milplex-vA-proof span {
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.88rem;
  line-height: 1.2;
}

.milplex-vA-hero--clarity .milplex-vAplus-hero-card {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.milplex-vA-hero--clarity .milplex-vAplus-hero-card figure {
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
  max-width: 100%;
}

.milplex-seo-geo-proof {
  margin: clamp(24px, 4vw, 40px) 0;
  overflow: hidden;
  border: 1px solid rgba(24, 48, 43, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(24, 48, 43, 0.08);
}

.milplex-seo-geo-proof img,
.milplex-seo-geo-proof__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.milplex-seo-geo-proof figcaption {
  margin: 0;
  padding: 12px 16px 14px;
  color: var(--milplex-muted, #53635e);
  font-size: 0.95rem;
  line-height: 1.45;
  background: #f7faf8;
}

@media (min-width: 922px) and (max-width: 1180px) {
  .page .site-content .ast-article-image-container--wide {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.milplex-market-hero--clarity img,
.milplex-vA-hero--clarity img,
.milplex-lead-hero--clarity img {
  max-width: 100%;
}

@media (max-width: 921px) {
  .milplex-market-hero--clarity,
  .milplex-vA-hero--clarity,
  .milplex-lead-hero--clarity {
    padding-block: 28px 38px;
  }

  .milplex-market-hero--clarity h1,
  .milplex-vA-hero--clarity h1,
  .milplex-lead-hero--clarity h1 {
    margin-bottom: 10px;
  }

  .milplex-hero-clarity__body {
    margin-bottom: 14px;
  }
}

@media (max-width: 544px) {
  .milplex-market-hero--clarity,
  .milplex-vA-hero--clarity,
  .milplex-lead-hero--clarity {
    padding-block: 24px 32px;
  }

  .milplex-hero-clarity__actions .milplex-button {
    flex: 1 1 100%;
    width: 100%;
  }

  .milplex-market-hero--clarity .milplex-market-hero__proof,
  .milplex-lead-hero--clarity .milplex-lead-hero__proof,
  .milplex-vA-hero--clarity .milplex-vA-proof {
    margin-top: 12px;
  }

  .milplex-hero-clarity__microcopy {
    font-size: 0.9rem;
  }
}

/* a11y contrast fix 2026-06-10: step numbers + identical-link distinction */
.milplex-process-step-number { color: #0b6163; }

/* design-pass fixes 2026-06-10b */
html { overflow-x: clip; } /* site-wide guard: decorative transforms may not widen the viewport */
.milplex-route-mesh__inner a, .milplex-route-assist__links a {
  display: inline-block; padding: .35rem .8rem; margin: .15rem;
  border: 1px solid rgba(15,38,30,.16); border-radius: 999px;
  background: #fff; text-decoration: none; font-size: .9em;
}
.milplex-route-mesh__inner a:hover, .milplex-route-assist__links a:hover { border-color: #0a6f72; background: rgba(10,111,114,.06); }

/* 1106-batch 2026-06-11: belknop, breadcrumb-datum, 404-mesh, a11y-targets */
.mpx-headcall { display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; margin-right:4px; border-radius:999px; background:#0a6f72; color:#fff !important; font-size:1.25rem; text-decoration:none; }
@media (min-width:922px){ .mpx-headcall{ display:none; } }
.milplex-route-updated { font-size:.85em; color:#5a6b67; margin-top:.35rem; }
.milplex-404-mesh ul { list-style:none; padding:0; display:flex; flex-wrap:wrap; gap:.5rem; margin:.75rem 0 1.5rem; }
.milplex-404-mesh .milplex-home-chooser-link { padding:.55rem .9rem; border:1px solid rgba(15,38,30,.16); border-radius:10px; background:#fff; text-decoration:none; display:inline-block; }
.cky-btn, .cky-show-desc-btn, button.cky-btn-revisit { min-height:44px; }
.cky-notice .cky-btn { padding-top:.6rem; padding-bottom:.6rem; }
a.skip-link:focus, .screen-reader-text:focus { position:fixed !important; top:8px; left:8px; width:auto; height:auto; padding:10px 16px; background:#0a6f72; color:#fff; z-index:99999; border-radius:8px; clip:auto !important; clip-path:none; }
