/* ════════════════════════════════════════════════════════════
   MISSION & PURPOSE — Dedicated page CSS
   Namespace: .mp-*
   All sizing/spacing/color tokens aligned to the industries
   design system (industries.css). Loaded last.
════════════════════════════════════════════════════════════ */

/* ────────────────────────────────────────────────────────── */
/* HERO                                                       */
/* ────────────────────────────────────────────────────────── */
.mp-hero {
  position: relative;
  overflow: hidden;
  background: var(--ind-bg);
  min-height: 720px;
}
.mp-hero::before {
  content: '';
  position: absolute;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22,139,255,0.07) 0%, transparent 68%);
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none; z-index: 0;
}
.mp-hero::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 18% 50%, rgba(22,139,255,0.08) 0%, transparent 52%),
    radial-gradient(ellipse at 88% 18%, rgba(0,93,186,0.05) 0%, transparent 42%),
    linear-gradient(180deg, rgba(2,5,10,0.25) 0%, transparent 35%, rgba(2,5,10,0.55) 100%);
  pointer-events: none; z-index: 0;
}
.mp-hero-inner {
  position: relative; z-index: 1;
  width: 100%; max-width: 1380px;
  margin: 0 auto; padding: 0 24px;
}

/* ── Same grid proportions as all industry pages ── */
.mp-hero-grid {
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: center;
  min-height: 720px;
  gap: 0;
  position: relative;
  z-index: 1;
}

/* ── Left text column — exact match to .ind-hero-text ── */
.mp-hero-text {
  align-self: center;
  padding: 160px 48px 80px 0;
  z-index: 2;
}

/* ── H1 — exact match to .ind-hero-h1 ── */
.mp-hero-h1 {
  font-size: clamp(32px, 3.8vw, 52px);
  font-weight: 800;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 18px;
}

/* ── Subhead — exact match to .ind-hero-sub ── */
.mp-hero-sub {
  font-size: 15.5px;
  color: rgba(169,184,200,0.72);
  line-height: 1.65;
  margin: 0 0 32px;
  max-width: 480px;
}

/* ── Actions — exact match to .ind-hero-actions ── */
.mp-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

/* ── Right visual column ── */
.mp-hero-visual {
  position: relative;
  height: 100%;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: -20px;
}
.mp-hero-visual img {
  width: auto;
  height: auto;
  max-height: 640px;
  object-fit: contain;
  object-position: center center;
  display: block;
  transform: translateY(58px);
  -webkit-mask-image:
    radial-gradient(ellipse 90% 82% at 54% 44%, black 16%, rgba(0,0,0,0.88) 42%, rgba(0,0,0,0.42) 68%, transparent 100%),
    linear-gradient(to right, transparent 0%, rgba(0,0,0,0.48) 11%, black 30%);
  -webkit-mask-composite: source-in;
  mask-image:
    radial-gradient(ellipse 90% 82% at 54% 44%, black 16%, rgba(0,0,0,0.88) 42%, rgba(0,0,0,0.42) 68%, transparent 100%),
    linear-gradient(to right, transparent 0%, rgba(0,0,0,0.48) 11%, black 30%);
  mask-composite: intersect;
}
.mp-hero-visual::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, var(--ind-bg) 0%, rgba(2,5,10,0.42) 16%, transparent 40%),
    radial-gradient(ellipse at 68% 38%, rgba(22,139,255,0.07) 0%, transparent 52%),
    linear-gradient(to top, var(--ind-bg) 0%, transparent 18%);
  pointer-events: none; z-index: 1;
}

/* ────────────────────────────────────────────────────────── */
/* PILLARS STRIP                                             */
/* ────────────────────────────────────────────────────────── */
@keyframes mpPillarScan {
  0%   { top: 8%;   opacity: 0; }
  5%   { opacity: 0.65; }
  88%  { opacity: 0.10; }
  100% { top: 105%; opacity: 0; }
}
@keyframes mpPillarIconPulse {
  0%,100% { box-shadow: 0 0 16px rgba(22,139,255,0.10), inset 0 1px 0 rgba(255,255,255,0.06); }
  50%     { box-shadow: 0 0 32px rgba(22,139,255,0.30), inset 0 1px 0 rgba(255,255,255,0.06); }
}

.mp-pillars {
  background: var(--ind-surface);
  border-top: 1px solid var(--ind-border);
  border-bottom: 1px solid var(--ind-border);
}
.mp-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.mp-pillar {
  padding: 32px 28px;
  border-right: 1px solid var(--ind-border);
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}
.mp-pillar:hover { background: rgba(22,139,255,0.035); }
.mp-pillar:last-child { border-right: none; }

/* Grid lines + scattered data-point dots */
.mp-pillar::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle 1.5px at 18% 28%, rgba(22,139,255,0.55) 100%, transparent 100%),
    radial-gradient(circle 1px   at 80% 18%, rgba(0,93,186,0.45)  100%, transparent 100%),
    radial-gradient(circle 1.5px at 62% 68%, rgba(22,139,255,0.40) 100%, transparent 100%),
    radial-gradient(circle 1px   at 35% 82%, rgba(0,93,186,0.35)  100%, transparent 100%),
    radial-gradient(circle 1px   at 88% 55%, rgba(22,139,255,0.45) 100%, transparent 100%),
    radial-gradient(circle 1px   at 10% 65%, rgba(0,93,186,0.30)  100%, transparent 100%),
    linear-gradient(rgba(22,139,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,139,255,0.055) 1px, transparent 1px);
  background-size:
    100% 100%, 100% 100%, 100% 100%,
    100% 100%, 100% 100%, 100% 100%,
    18px 18px, 18px 18px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 55%, transparent 100%);
  mask-image:         linear-gradient(to bottom, transparent 0%, black 18%, black 55%, transparent 100%);
  pointer-events: none; z-index: 0;
}

/* Animated scan line — staggered per pillar */
.mp-pillar::after {
  content: '';
  position: absolute;
  left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(22,139,255,0.55) 40%, rgba(0,93,186,0.70) 50%, rgba(22,139,255,0.55) 60%, transparent 100%);
  animation: mpPillarScan 5s linear infinite;
  opacity: 0;
  pointer-events: none; z-index: 1;
}
.mp-pillars-grid .mp-pillar:nth-child(1)::after { animation-delay:    0s; }
.mp-pillars-grid .mp-pillar:nth-child(2)::after { animation-delay: -1.25s; }
.mp-pillars-grid .mp-pillar:nth-child(3)::after { animation-delay: -2.50s; }
.mp-pillars-grid .mp-pillar:nth-child(4)::after { animation-delay: -3.75s; }

/* Content above pseudo-elements */
.mp-pillar-icon, .mp-pillar-title, .mp-pillar-desc { position: relative; z-index: 2; }

/* Icon — pulsing glow, staggered per pillar */
.mp-pillar-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(22,139,255,0.16), rgba(0,93,186,0.08));
  border: 1px solid rgba(22,139,255,0.28);
  display: flex; align-items: center; justify-content: center;
  color: var(--ind-blue);
  flex-shrink: 0;
  animation: mpPillarIconPulse 3s ease-in-out infinite;
  transition: border-color 0.3s, color 0.3s;
}
.mp-pillar:hover .mp-pillar-icon {
  border-color: rgba(0,93,186,0.40);
  color: var(--ind-cyan);
}
.mp-pillar-icon svg { width: 20px; height: 20px; }
.mp-pillars-grid .mp-pillar:nth-child(2) .mp-pillar-icon { animation-delay: -0.75s; }
.mp-pillars-grid .mp-pillar:nth-child(3) .mp-pillar-icon { animation-delay: -1.50s; }
.mp-pillars-grid .mp-pillar:nth-child(4) .mp-pillar-icon { animation-delay: -2.25s; }
.mp-pillar-title {
  font-size: 13.5px; font-weight: 700;
  color: rgba(255,255,255,0.92);
  letter-spacing: 0.01em;
}
.mp-pillar-desc {
  font-size: 12px; line-height: 1.6;
  color: var(--ind-muted-dim);
}

/* ────────────────────────────────────────────────────────── */
/* SEPARATOR (shared ind-cta-sep is already used in HTML)    */
/* ────────────────────────────────────────────────────────── */

/* ────────────────────────────────────────────────────────── */
/* WHY WE EXIST                                              */
/* ────────────────────────────────────────────────────────── */
.mp-why {
  padding: 96px 0;
  background: var(--ind-bg);
  position: relative;
  overflow: hidden;
}
/* Ambient glow at center — creates visual tension around the central image */
.mp-why::before {
  content: '';
  position: absolute;
  left: 50%; top: 52%;
  transform: translate(-50%, -50%);
  width: 58%; aspect-ratio: 1.6;
  background: radial-gradient(ellipse at center,
    rgba(22,139,255,0.07) 0%,
    rgba(0,93,186,0.03) 42%,
    transparent 72%);
  pointer-events: none;
}
.mp-why-heading {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 52px;
  position: relative; z-index: 1;
}
/* ind-section-title/sub handle typography; only override alignment/margin here */
.mp-why-heading .ind-section-title { text-align: center; }
.mp-why-heading .ind-section-sub   { text-align: center; max-width: 100%; margin: 0 auto; }
.mp-why-grid {
  display: grid;
  /* Dominant center image — side columns tightened to concentrate composition */
  grid-template-columns: 0.62fr 2fr 0.62fr;
  gap: 0;
  align-items: center;
  position: relative; z-index: 1;
}
/* Side columns: internal padding creates breathing room without gap */
.mp-why-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mp-why-grid .mp-why-col:first-child {
  padding-right: 28px;
}
.mp-why-grid .mp-why-col:last-child {
  padding-left: 28px;
}
.mp-why-items { display: flex; flex-direction: column; gap: 14px; }
.mp-why-item  { display: flex; align-items: center; gap: 12px; }
.mp-why-icon {
  width: 36px; height: 36px; flex-shrink: 0;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.mp-why-icon svg { width: 15px; height: 15px; }

/* Problem column — reddish friction signal */
.mp-why-icon--p {
  background: rgba(210,50,50,0.08);
  border: 1px solid rgba(210,50,50,0.25);
}
.mp-why-icon--p svg { color: rgba(215,75,75,0.95); }

/* Solution column — blue */
.mp-why-icon--s {
  background: rgba(22,139,255,0.08);
  border: 1px solid rgba(22,139,255,0.22);
}
.mp-why-icon--s svg { color: var(--ind-blue); }

.mp-why-label {
  font-size: 13px; font-weight: 700;
  color: rgba(255,255,255,0.88); line-height: 1.25;
}
.mp-why-sublabel { font-size: 11px; color: var(--ind-muted-dim); margin-top: 1px; }

@keyframes mpFramePulse {
  0%, 100% {
    box-shadow:
      0 0 0 1px  rgba(22,139,255,0.16),
      0 0 40px   rgba(22,139,255,0.08),
      0 0 80px   rgba(22,139,255,0.04);
  }
  50% {
    box-shadow:
      0 0 0 1.5px rgba(22,139,255,0.46),
      0 0 0 4px   rgba(22,139,255,0.07),
      0 0 60px    rgba(22,139,255,0.22),
      0 0 130px   rgba(22,139,255,0.08);
  }
}

/* Central image — dominant, cinematic, pulsing frame */
.mp-why-visual {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  animation: mpFramePulse 3.4s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .mp-why-visual                         { animation: none; box-shadow: 0 0 0 1px rgba(22,139,255,0.22), 0 0 60px rgba(22,139,255,0.12); }
  .mp-pillar::after,
  .mp-pillar-icon,
  .mp-ns-card::after,
  .mp-ns-icon,
  .mp-ns-icon::before,
  .mp-ns-icon::after,
  .mp-loop-flow::before,
  .mp-loop-circle,
  .mp-loop-circle::before,
  .mp-loop-step:not(:last-child)::after  { animation: none; }
  .mp-loop-flow::after                   { display: none; }
  .mp-loop-circle                        { box-shadow: 0 0 14px rgba(22,139,255,0.14); }
}
.mp-why-visual img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

/* ────────────────────────────────────────────────────────── */
/* NORTH STAR                                                */
/* ────────────────────────────────────────────────────────── */
.mp-north-star {
  padding: 96px 0;
  background: var(--ind-surface);
  border-top: 1px solid var(--ind-border);
  border-bottom: 1px solid var(--ind-border);
  position: relative; overflow: hidden;
}
.mp-ns-layout {
  display: grid;
  grid-template-columns: 5fr 8fr;
  gap: 56px;
  align-items: flex-start;
}
.mp-ns-text h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 800; line-height: 1.12; color: #fff;
  margin-bottom: 14px; letter-spacing: -0.02em;
}
.mp-ns-text p {
  font-size: 15px; line-height: 1.65; color: var(--ind-muted-dim);
}
/* ── North Star card animations ── */
@keyframes mpNsScan {
  0%   { top: -4%;  opacity: 0; }
  4%   { opacity: 0.55; }
  86%  { opacity: 0.08; }
  100% { top: 108%; opacity: 0; }
}
@keyframes mpOrbitFwd {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes mpOrbitRev {
  from { transform: rotate(0deg); }
  to   { transform: rotate(-360deg); }
}
@keyframes mpNsIconGlow {
  0%,100% { box-shadow: 0 0 14px rgba(22,139,255,0.14); }
  50%     { box-shadow: 0 0 30px rgba(22,139,255,0.38), 0 0 50px rgba(22,139,255,0.10); }
}

.mp-ns-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

/* Card base — intelligence panel */
.mp-ns-card {
  background:
    linear-gradient(175deg, rgba(4,10,24,0.99), rgba(2,7,18,0.96)),
    radial-gradient(ellipse at 50% 0%, rgba(22,139,255,0.12), transparent 60%);
  border: 1px solid rgba(22,139,255,0.18);
  border-top-color: rgba(22,139,255,0.32);
  border-radius: 16px;
  padding: 28px 12px 22px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.35s, transform 0.35s;
}

/* Grid lines — fading from top, always present */
.mp-ns-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(22,139,255,0.058) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,139,255,0.058) 1px, transparent 1px);
  background-size: 14px 14px;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 72%);
  mask-image:         linear-gradient(to bottom, black 0%, transparent 72%);
  pointer-events: none; z-index: 0;
}

/* Animated scan line */
.mp-ns-card::after {
  content: '';
  position: absolute;
  left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(22,139,255,0.45) 30%,
    rgba(0,93,186,0.70) 50%,
    rgba(22,139,255,0.45) 70%,
    transparent 100%);
  animation: mpNsScan 5.5s linear infinite;
  opacity: 0;
  pointer-events: none; z-index: 1;
}
/* Each card's scan starts at a different phase */
.mp-ns-cards .mp-ns-card:nth-child(1)::after { animation-delay:    0s; }
.mp-ns-cards .mp-ns-card:nth-child(2)::after { animation-delay: -1.1s; }
.mp-ns-cards .mp-ns-card:nth-child(3)::after { animation-delay: -2.2s; }
.mp-ns-cards .mp-ns-card:nth-child(4)::after { animation-delay: -3.3s; }
.mp-ns-cards .mp-ns-card:nth-child(5)::after { animation-delay: -4.4s; }

.mp-ns-card:hover {
  border-color: rgba(22,139,255,0.42);
  box-shadow: 0 0 36px rgba(22,139,255,0.16), 0 8px 32px rgba(0,0,0,0.40);
  transform: translateY(-6px);
}

/* Content above pseudo-elements */
.mp-ns-icon, .mp-ns-title, .mp-ns-desc { position: relative; z-index: 2; }

/* Icon — square with two orbit rings */
.mp-ns-icon {
  width: 50px; height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(22,139,255,0.18), rgba(0,93,186,0.09));
  border: 1px solid rgba(22,139,255,0.30);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  position: relative;
  animation: mpNsIconGlow 3.2s ease-in-out infinite;
  transition: border-color 0.3s;
}
/* Inner orbit ring — fast partial arc */
.mp-ns-icon::before {
  content: '';
  position: absolute;
  inset: -11px;
  border-radius: 50%;
  border: 1.5px solid transparent;
  border-top-color: rgba(0,93,186,0.65);
  border-right-color: rgba(22,139,255,0.25);
  animation: mpOrbitFwd 3.2s linear infinite;
}
/* Outer orbit ring — slow dashed reverse */
.mp-ns-icon::after {
  content: '';
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  border: 1px dashed rgba(22,139,255,0.18);
  animation: mpOrbitRev 7s linear infinite;
}
/* Stagger icon glow per card */
.mp-ns-cards .mp-ns-card:nth-child(2) .mp-ns-icon { animation-delay: -0.8s; }
.mp-ns-cards .mp-ns-card:nth-child(3) .mp-ns-icon { animation-delay: -1.6s; }
.mp-ns-cards .mp-ns-card:nth-child(4) .mp-ns-icon { animation-delay: -2.4s; }
.mp-ns-cards .mp-ns-card:nth-child(5) .mp-ns-icon { animation-delay: -3.2s; }
/* Stagger inner orbit per card */
.mp-ns-cards .mp-ns-card:nth-child(2) .mp-ns-icon::before { animation-delay: -0.64s; }
.mp-ns-cards .mp-ns-card:nth-child(3) .mp-ns-icon::before { animation-delay: -1.28s; }
.mp-ns-cards .mp-ns-card:nth-child(4) .mp-ns-icon::before { animation-delay: -1.92s; }
.mp-ns-cards .mp-ns-card:nth-child(5) .mp-ns-icon::before { animation-delay: -2.56s; }

.mp-ns-icon svg { width: 21px; height: 21px; color: var(--ind-blue); position: relative; z-index: 1; }
.mp-ns-card:hover .mp-ns-icon { border-color: rgba(0,93,186,0.45); }

.mp-ns-title {
  font-size: 11.5px; font-weight: 700;
  color: rgba(255,255,255,0.92); margin-bottom: 8px;
  letter-spacing: 0.01em;
}
.mp-ns-desc {
  font-size: 10.5px; line-height: 1.55;
  color: var(--ind-muted-dim);
  position: relative;
  padding-bottom: 18px;
}
/* Bottom edge data line */
.mp-ns-desc::after {
  content: '';
  position: absolute;
  bottom: 0; left: 14%; right: 14%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(22,139,255,0.28),
    rgba(0,93,186,0.32),
    rgba(22,139,255,0.28),
    transparent);
}

/* ────────────────────────────────────────────────────────── */
/* INTELLIGENCE LOOP                                         */
/* ────────────────────────────────────────────────────────── */
@keyframes mpLoopFlow {
  from { background-position: 0 0; }
  to   { background-position: 48px 0; }
}
@keyframes mpLoopArrowPulse {
  0%, 100% {
    opacity: 0.28;
    filter: drop-shadow(0 0 2px rgba(22,139,255,0.25));
  }
  50% {
    opacity: 0.95;
    filter: drop-shadow(0 0 6px rgba(0,93,186,0.85)) drop-shadow(0 0 14px rgba(0,93,186,0.40));
  }
}
@keyframes mpLoopCirclePulse {
  0%, 100% {
    box-shadow: 0 0 10px rgba(22,139,255,0.08), 0 0 0 0px rgba(22,139,255,0.00);
  }
  50% {
    box-shadow: 0 0 28px rgba(22,139,255,0.36), 0 0 0 5px rgba(22,139,255,0.05);
  }
}
@keyframes mpLoopRingExpand {
  0%, 100% { opacity: 0.10; transform: scale(1.00); }
  50%       { opacity: 0.34; transform: scale(1.14); }
}

.mp-loop {
  padding: 96px 0;
  background: var(--ind-bg);
  position: relative; overflow: hidden;
}
/* Ambient haze behind the flow track */
.mp-loop::before {
  content: '';
  position: absolute;
  left: 50%; top: 54%;
  transform: translate(-50%, -50%);
  width: 65%; aspect-ratio: 2.4;
  background: radial-gradient(ellipse at center,
    rgba(22,139,255,0.05) 0%,
    rgba(0,93,186,0.02) 50%,
    transparent 80%);
  pointer-events: none;
}
.mp-loop-layout {
  display: grid;
  grid-template-columns: 5fr 8fr;
  gap: 56px;
  align-items: center;
}
.mp-loop-text h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 800; line-height: 1.12; color: #fff;
  margin-bottom: 14px; letter-spacing: -0.02em;
}
.mp-loop-text p {
  font-size: 15px; line-height: 1.65; color: var(--ind-muted-dim);
}

/* Flow track */
.mp-loop-flow {
  display: flex;
  align-items: flex-start;
  position: relative;
}
/* Animated marching dashes — main connector line */
.mp-loop-flow::before {
  content: '';
  position: absolute;
  top: 26px; left: 30px; right: 30px;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    rgba(22,139,255,0.65)  0px,
    rgba(0,93,186,0.80)   6px,
    transparent             6px,
    transparent            18px
  );
  background-size: 48px 1px;
  animation: mpLoopFlow 1.0s linear infinite;
  pointer-events: none; z-index: 0;
}
/* Soft glow haze beneath the dashes */
.mp-loop-flow::after {
  content: '';
  position: absolute;
  top: 20px; left: 30px; right: 30px;
  height: 13px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(22,139,255,0.14) 10%,
    rgba(0,93,186,0.24) 50%,
    rgba(22,139,255,0.14) 90%,
    transparent 100%);
  filter: blur(4px);
  pointer-events: none; z-index: 0;
}

.mp-loop-step {
  flex: 1;
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  position: relative; padding: 0 4px;
}
/* Vertical energy line from circle down to text */
.mp-loop-step::before {
  content: '';
  position: absolute;
  top: 52px; left: 50%;
  transform: translateX(-50%);
  width: 1px; height: 20px;
  background: linear-gradient(to bottom, rgba(22,139,255,0.28), transparent);
  pointer-events: none;
}
/* Glowing chevron arrow pointing to next step */
.mp-loop-step:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -7px;
  top: 21px;
  width: 10px; height: 10px;
  border-right: 2px solid rgba(0,93,186,0.80);
  border-top: 2px solid rgba(0,93,186,0.80);
  transform: rotate(45deg);
  z-index: 3;
  animation: mpLoopArrowPulse 1.0s ease-in-out infinite;
}
/* Stagger arrows left-to-right to simulate data flowing forward */
.mp-loop-flow .mp-loop-step:nth-child(1)::after { animation-delay:    0s; }
.mp-loop-flow .mp-loop-step:nth-child(2)::after { animation-delay: 0.20s; }
.mp-loop-flow .mp-loop-step:nth-child(3)::after { animation-delay: 0.40s; }
.mp-loop-flow .mp-loop-step:nth-child(4)::after { animation-delay: 0.60s; }

.mp-loop-circle {
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(22,139,255,0.30);
  background: var(--ind-bg);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: var(--ind-blue);
  letter-spacing: 0.04em;
  position: relative; z-index: 1;
  margin-bottom: 14px;
  animation: mpLoopCirclePulse 2.6s ease-in-out infinite;
  transition: border-color 0.3s, background 0.3s;
}
/* Expanding outer ring */
.mp-loop-circle::before {
  content: '';
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px solid rgba(22,139,255,0.18);
  animation: mpLoopRingExpand 2.6s ease-in-out infinite;
}
/* Stagger circle pulse and ring per step */
.mp-loop-flow .mp-loop-step:nth-child(1) .mp-loop-circle         { animation-delay:    0s; }
.mp-loop-flow .mp-loop-step:nth-child(2) .mp-loop-circle         { animation-delay: -0.52s; }
.mp-loop-flow .mp-loop-step:nth-child(3) .mp-loop-circle         { animation-delay: -1.04s; }
.mp-loop-flow .mp-loop-step:nth-child(4) .mp-loop-circle         { animation-delay: -1.56s; }
.mp-loop-flow .mp-loop-step:nth-child(5) .mp-loop-circle         { animation-delay: -2.08s; }
.mp-loop-flow .mp-loop-step:nth-child(1) .mp-loop-circle::before { animation-delay:    0s; }
.mp-loop-flow .mp-loop-step:nth-child(2) .mp-loop-circle::before { animation-delay: -0.52s; }
.mp-loop-flow .mp-loop-step:nth-child(3) .mp-loop-circle::before { animation-delay: -1.04s; }
.mp-loop-flow .mp-loop-step:nth-child(4) .mp-loop-circle::before { animation-delay: -1.56s; }
.mp-loop-flow .mp-loop-step:nth-child(5) .mp-loop-circle::before { animation-delay: -2.08s; }

.mp-loop-step:hover .mp-loop-circle {
  border-color: rgba(22,139,255,0.65);
  background: rgba(22,139,255,0.08);
}
.mp-loop-step:last-child .mp-loop-circle {
  border-color: rgba(0,93,186,0.35);
  color: var(--ind-cyan);
}
.mp-loop-step:last-child .mp-loop-circle::before {
  border-color: rgba(0,93,186,0.18);
}
.mp-loop-step-title {
  font-size: 11px; font-weight: 700;
  color: rgba(255,255,255,0.90); margin-bottom: 5px;
  letter-spacing: 0.01em;
}
.mp-loop-step-desc {
  font-size: 10.5px; line-height: 1.55;
  color: var(--ind-muted-dim);
}
.mp-loop-return {
  display: flex; align-items: center; justify-content: flex-end;
  gap: 7px; margin-top: 20px;
  color: rgba(22,139,255,0.45);
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.10em; text-transform: uppercase;
}

/* ────────────────────────────────────────────────────────── */
/* REAL-WORLD IMPACT                                         */
/* ────────────────────────────────────────────────────────── */
.mp-impact {
  padding: 72px 0;
  background: var(--ind-surface);
  border-top: 1px solid var(--ind-border);
  border-bottom: 1px solid var(--ind-border);
  position: relative; overflow: hidden;
}
.mp-impact-eyebrow {
  text-align: center;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ind-cyan);
  margin-bottom: 48px;
  position: relative; padding-left: 0;
}
.mp-impact-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.mp-impact-item {
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  padding: 24px 12px;
  border-right: 1px solid var(--ind-border);
  transition: background 0.3s;
}
.mp-impact-item:hover { background: rgba(22,139,255,0.025); }
.mp-impact-item:last-child { border-right: none; }
.mp-impact-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(22,139,255,0.24);
  background: linear-gradient(135deg, rgba(22,139,255,0.14), rgba(0,93,186,0.06));
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  box-shadow: 0 0 16px rgba(22,139,255,0.10);
}
.mp-impact-icon svg { width: 20px; height: 20px; color: var(--ind-blue); }
.mp-impact-icon--g {
  border-color: rgba(0,214,143,0.24);
  background: linear-gradient(135deg, rgba(0,214,143,0.10), rgba(0,93,186,0.04));
  box-shadow: 0 0 16px rgba(0,214,143,0.08);
}
.mp-impact-icon--g svg { color: var(--ind-green); }
.mp-impact-num {
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 900; line-height: 1; letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--ind-blue) 0%, var(--ind-cyan) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; margin-bottom: 8px;
}
.mp-impact-num--g {
  background: linear-gradient(135deg, var(--ind-green) 0%, var(--ind-cyan) 100%);
  -webkit-background-clip: text; background-clip: text;
}
.mp-impact-label {
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(169,184,200,0.52);
  text-transform: uppercase; line-height: 1.4;
}

/* ────────────────────────────────────────────────────────── */
/* SOVEREIGNTY                                               */
/* ────────────────────────────────────────────────────────── */
.mp-sovereignty {
  padding: 96px 0;
  background: var(--ind-bg);
  position: relative; overflow: hidden;
}
/* Ambient radial glow — centered behind the Europe map */
.mp-sovereignty::before {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 52%; aspect-ratio: 1;
  background: radial-gradient(ellipse at center,
    rgba(22,139,255,0.11) 0%,
    rgba(0,93,186,0.05) 40%,
    transparent 72%);
  pointer-events: none;
}
/* Horizontal data-bridge line — subtle energy flow between the 3 columns */
.mp-sovereignty::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(22,139,255,0.09) 8%,
    rgba(22,139,255,0.22) 38%,
    rgba(0,93,186,0.28) 50%,
    rgba(22,139,255,0.22) 62%,
    rgba(22,139,255,0.09) 92%,
    transparent 100%);
  pointer-events: none;
}
.mp-sov-grid {
  display: grid;
  /* Europe map dominates center — larger than text/promise columns */
  grid-template-columns: 0.88fr 1.68fr 0.88fr;
  gap: 28px;
  align-items: center;
  position: relative; z-index: 1;
}
.mp-sov-text h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 800; line-height: 1.12; color: #fff;
  margin-bottom: 14px; letter-spacing: -0.02em;
}
.mp-sov-text p,
.mp-sov-text .ind-section-sub {
  margin-bottom: 24px;
}
.mp-sov-check { display: flex; flex-direction: column; gap: 10px; }
.mp-sov-check-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; color: rgba(255,255,255,0.78);
}
.mp-sov-check-item svg {
  width: 14px; height: 14px;
  color: var(--ind-green); flex-shrink: 0;
}
.mp-sov-visual {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  /* Atmospheric glow — makes the map feel like a light source */
  box-shadow:
    0 0 80px rgba(22,139,255,0.18),
    0 0 180px rgba(22,139,255,0.06),
    0 0 0 1px rgba(22,139,255,0.14);
}
/* Second data-bridge line (lower) — adds depth to the connection */
.mp-sov-visual::before {
  content: '';
  position: absolute;
  left: -300px; right: -300px;
  top: 62%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(0,93,186,0.14) 20%,
    rgba(0,93,186,0.18) 50%,
    rgba(0,93,186,0.14) 80%,
    transparent 100%);
  pointer-events: none; z-index: 2;
}
.mp-sov-visual img { width: 100%; display: block; position: relative; z-index: 1; }

/* Grid items above the section pseudo-elements */
.mp-sov-text    { position: relative; z-index: 1; }
.mp-sov-promise { position: relative; }

/* "Our Promise" card — matches ind-pressure-card language */
.mp-sov-promise {
  background:
    linear-gradient(160deg, rgba(4,10,24,0.98), rgba(2,7,18,0.96)),
    radial-gradient(ellipse at 20% 0%, rgba(22,139,255,0.10), transparent 52%);
  border: 1px solid rgba(22,139,255,0.18);
  border-radius: 16px;
  padding: 32px 28px;
  align-self: stretch;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
}
.mp-sov-promise::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(22,139,255,0.45), transparent);
}
.mp-sov-promise-eyebrow {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ind-cyan); margin-bottom: 18px;
  display: flex; align-items: center; gap: 8px;
}
.mp-sov-promise-eyebrow::before {
  content: '';
  display: inline-block; width: 12px; height: 1.5px;
  background: var(--ind-cyan);
}
.mp-sov-promise-body {
  font-size: 14px; line-height: 1.85;
  color: var(--ind-muted-dim);
}
.mp-sov-promise-body p { margin-bottom: 12px; }
.mp-sov-promise-body p:last-child { margin-bottom: 0; }
.mp-sov-promise-accent {
  color: var(--ind-blue); font-weight: 700; font-size: 15px;
}

/* ────────────────────────────────────────────────────────── */
/* CTA BOX                                                   */
/* ────────────────────────────────────────────────────────── */
.mp-cta-wrap { padding: 96px 0; background: var(--ind-bg); }
.mp-cta-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  border: 1px solid rgba(22,139,255,0.18);
  border-radius: 16px;
  box-shadow: 0 0 60px rgba(22,139,255,0.08);
}
.mp-cta-box-text {
  padding: 56px 52px;
  background:
    linear-gradient(160deg, rgba(4,10,24,0.99), rgba(2,7,18,0.97)),
    radial-gradient(ellipse at 20% 0%, rgba(22,139,255,0.12), transparent 52%);
  display: flex; flex-direction: column; justify-content: center;
  position: relative;
}
.mp-cta-box-text::before {
  content: '';
  position: absolute;
  top: 0; left: 8%; right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(22,139,255,0.45), transparent);
}
.mp-cta-eyebrow {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ind-green); margin-bottom: 18px;
  display: flex; align-items: center; gap: 8px;
}
.mp-cta-eyebrow::before {
  content: '';
  display: inline-block; width: 12px; height: 1.5px;
  background: var(--ind-green);
}
.mp-cta-h2 {
  font-size: clamp(22px, 2.8vw, 38px);
  font-weight: 800; line-height: 1.12; color: #fff;
  margin-bottom: 14px; letter-spacing: -0.02em;
}
.mp-cta-sub {
  font-size: 15px; line-height: 1.65;
  color: var(--ind-muted-dim); margin-bottom: 32px;
  max-width: 440px;
}
.mp-cta-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.mp-cta-watch {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13.5px; font-weight: 600;
  color: rgba(255,255,255,0.60); text-decoration: none;
  transition: color 0.2s;
}
.mp-cta-watch:hover { color: #fff; }
.mp-cta-watch-btn {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.20);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: border-color 0.2s;
}
.mp-cta-watch:hover .mp-cta-watch-btn { border-color: rgba(255,255,255,0.50); }
.mp-cta-watch-btn svg { width: 10px; height: 10px; color: #fff; margin-left: 2px; }
.mp-cta-box-visual { position: relative; overflow: hidden; min-height: 320px; }
.mp-cta-box-visual img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center center;
  transform: scale(1.06);
  filter: brightness(0.52) saturate(0.80);
}

/* ────────────────────────────────────────────────────────── */
/* SECTION EYEBROW — matches ind-section-eyebrow exactly     */
/* ────────────────────────────────────────────────────────── */
.mp-eyebrow {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ind-cyan);
  margin-bottom: 14px;
  position: relative;
  padding-left: 22px;
}
.mp-eyebrow::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 12px; height: 1.5px;
  background: var(--ind-cyan);
}

/* ────────────────────────────────────────────────────────── */
/* RESPONSIVE                                                */
/* ────────────────────────────────────────────────────────── */
@media (max-width: 1200px) {
  .mp-ns-cards   { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
  .mp-hero-grid   { grid-template-columns: 1fr; min-height: auto; align-items: start; }
  .mp-hero-text   { padding: 100px 0 32px; align-self: auto; }
  .mp-hero-visual { min-height: 360px; align-items: center; margin-left: 0; }
  .mp-hero-sub    { max-width: 100%; }
  .mp-hero-visual img { max-height: 340px; width: 100%; transform: translateY(0); }
  .mp-why-grid    { grid-template-columns: 1fr; gap: 24px; }
  .mp-why-grid .mp-why-col:first-child,
  .mp-why-grid .mp-why-col:last-child { padding: 0; }
  .mp-why-visual  { order: -1; box-shadow: none; }
  .mp-ns-layout   { grid-template-columns: 1fr; }
  .mp-ns-cards    { grid-template-columns: repeat(3, 1fr); }
  .mp-loop-layout { grid-template-columns: 1fr; }
  .mp-loop-flow   { flex-wrap: wrap; gap: 16px; }
  .mp-loop-flow::before,
  .mp-loop-flow::after  { display: none; }
  .mp-loop-step::before { display: none; }
  .mp-loop-step:not(:last-child)::after { display: none; }
  .mp-loop-step   { flex: 0 0 30%; }
  .mp-impact-grid { grid-template-columns: repeat(3, 1fr); }
  .mp-impact-item:nth-child(3) { border-right: none; }
  .mp-impact-item:nth-child(4),
  .mp-impact-item:nth-child(5),
  .mp-impact-item:nth-child(6) { border-top: 1px solid var(--ind-border); }
  .mp-sov-grid    { grid-template-columns: 1fr; }
  .mp-cta-box     { grid-template-columns: 1fr; }
  .mp-cta-box-visual { min-height: 240px; }
}

@media (max-width: 768px) {
  .mp-why        { padding: 64px 0; }
  .mp-north-star { padding: 64px 0; }
  .mp-loop       { padding: 64px 0; }
  .mp-impact     { padding: 56px 0; }
  .mp-sovereignty{ padding: 64px 0; }
  .mp-cta-wrap   { padding: 64px 0; }
  .mp-pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .mp-pillar:nth-child(2) { border-right: none; }
  .mp-pillar:nth-child(3),
  .mp-pillar:nth-child(4) { border-top: 1px solid var(--ind-border); }
  .mp-ns-cards   { grid-template-columns: repeat(2, 1fr); }
  .mp-loop-step  { flex: 0 0 45%; }
  .mp-impact-grid { grid-template-columns: repeat(2, 1fr); }
  .mp-impact-item:nth-child(3) { border-right: 1px solid var(--ind-border); }
  .mp-impact-item:nth-child(2n) { border-right: none; }
  .mp-cta-box-text { padding: 36px 28px; }
  .mp-sov-promise  { padding: 28px 22px; }
}

@media (max-width: 480px) {
  .mp-pillars-grid { grid-template-columns: 1fr; }
  .mp-pillar       { border-right: none; border-top: 1px solid var(--ind-border); }
  .mp-pillar:first-child { border-top: none; }
  .mp-ns-cards     { grid-template-columns: 1fr 1fr; }
  .mp-loop-step    { flex: 0 0 45%; }
  .mp-why-heading  { margin-bottom: 32px; }
}
