/**
 * Introduction – MyOPSView infographic
 * Visual match to Northport brand artwork (white canvas, blue flow, green energy).
 */

.mov-infographic {
  --inf-navy: #1a3d6d;
  --inf-blue: #2b7cd9;
  --inf-blue-light: #b8d9f5;
  --inf-blue-pale: #e8f4fc;
  --inf-green: #2e9e6e;
  --inf-green-pale: #e8f6ef;
  --inf-gray-border: #c5d4e3;
  --inf-gray-head: #dce8f3;
  --inf-text: #1a3d6d;

  position: relative;
  background: #fff;
  min-height: calc(100dvh - 90px);
  padding: 0.65rem clamp(1rem, 3vw, 3.5rem) 1.35rem;
  scroll-margin-top: 88px;
  overflow: hidden;
  font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Dotted decoration bottom-left (like artwork) */
.mov-infographic__dots {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 140px;
  height: 140px;
  background-image: radial-gradient(#b8cfe0 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.55;
  pointer-events: none;
}

/* Header */
.mov-infographic__header {
  position: relative;
  text-align: center;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto 0.65rem;
  padding: 0;
}

.mov-infographic__title {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: var(--inf-navy);
  letter-spacing: -0.02em;
}

.mov-infographic__header-logo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 44px;
  width: auto;
}

/* Body: sidebar + flow */
.mov-infographic__body {
  display: flex;
  gap: clamp(14px, 1.6vw, 28px);
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  align-items: stretch;
  flex: 1;
}

.mov-infographic__sidebar {
  flex: 0 0 clamp(190px, 14vw, 260px);
  padding-top: clamp(42px, 5vh, 72px);
}

.mov-infographic__sidebar-title {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--inf-navy);
  line-height: 1.35;
  margin: 0 0 14px;
}

.mov-infographic__sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mov-infographic__sidebar-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(12px, 1.4vh, 18px);
  font-size: clamp(0.78rem, 0.72vw, 0.9rem);
  font-weight: 600;
  color: var(--inf-text);
  line-height: 1.3;
}

.mov-infographic__sidebar-icon {
  flex-shrink: 0;
  width: clamp(38px, 2.5vw, 48px);
  height: clamp(38px, 2.5vw, 48px);
  border-radius: 50%;
  background: linear-gradient(180deg, #4a9ae8 0%, #2b7cd9 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 1.1vw, 1.3rem);
  box-shadow: 0 2px 8px rgba(43, 124, 217, 0.35);
}

/* Flow area */
.mov-infographic__flow {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.mov-infographic__col-headers {
  display: grid;
  grid-template-columns: 1.05fr 0.85fr 1.45fr 0.95fr;
  gap: 8px;
  margin-bottom: 14px;
}

.mov-infographic__col-head {
  background: var(--inf-gray-head);
  border: 1px solid var(--inf-gray-border);
  border-radius: 8px 8px 0 0;
  padding: clamp(8px, 1vh, 14px) 10px;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--inf-navy);
  line-height: 1.25;
}

.mov-infographic__col-head em {
  display: block;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  font-size: 0.62rem;
  color: #5a7a9a;
  margin-top: 2px;
}

.mov-infographic__canvas {
  position: relative;
  background: #fff;
  border: 1px solid var(--inf-gray-border);
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: clamp(12px, 1.4vh, 20px) clamp(10px, 1.2vw, 20px) clamp(14px, 1.6vh, 24px);
  min-height: 400px;
  flex: 1;
  display: flex;
  align-items: stretch;
}

.mov-infographic__svg-connectors {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}

.mov-infographic__columns {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.85fr 1.45fr 0.95fr;
  gap: clamp(10px, 1.3vw, 22px);
  align-items: stretch;
  width: 100%;
}

/* Source boxes */
.mov-infographic__source-boxes {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.mov-infographic__source-boxes li,
.mov-infographic__source-energy {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--inf-gray-border);
  border-radius: 10px;
  padding: clamp(8px, 1vh, 13px) 10px;
  margin-bottom: clamp(8px, 1vh, 14px);
  font-size: clamp(0.72rem, 0.74vw, 0.9rem);
  font-weight: 700;
  color: var(--inf-navy);
  line-height: 1.25;
  box-shadow: 0 1px 3px rgba(26, 61, 109, 0.06);
}

.mov-infographic__box-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--inf-blue-pale);
  color: var(--inf-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.mov-infographic__box-icon--green {
  background: var(--inf-green-pale);
  color: var(--inf-green);
}

.mov-infographic__source-energy {
  border: 2px dashed var(--inf-green);
  background: var(--inf-green-pale);
  margin-top: clamp(28px, 3vh, 40px);
  margin-bottom: 0;
}

/* Collection column */
.mov-infographic__col--collection {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(88px, 10vh, 118px);
}

.mov-infographic__winguard {
  text-align: center;
  margin-bottom: 0;
}

.mov-infographic__winguard-badge {
  width: 72px;
  height: 80px;
  margin: 0 auto 6px;
}

.mov-infographic__shield-svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 4px 10px rgba(26, 95, 173, 0.3));
}

.mov-infographic__winguard-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--inf-navy);
}

.mov-infographic__energy-hub {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 12px 10px;
  border-radius: 50%;
  width: 118px;
  height: 118px;
  border: 2px dashed var(--inf-green);
  background: var(--inf-green-pale);
  font-size: 0.58rem;
  font-weight: 700;
  color: #1a6b4a;
  line-height: 1.25;
  margin-top: clamp(58px, 7vh, 86px);
}

.mov-infographic__energy-hub-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--inf-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

/* Platform column */
.mov-infographic__col--platform {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mov-infographic__platform-ring {
  width: 100%;
  max-width: clamp(250px, 20vw, 340px);
  aspect-ratio: 1;
  border: 3px solid var(--inf-blue-light);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 16px 12px;
  margin: 0 auto 6px;
  background: radial-gradient(circle, rgba(184, 217, 245, 0.35) 0%, transparent 68%);
  box-sizing: border-box;
}

.mov-infographic__monitor {
  width: 88%;
  text-align: center;
}

.mov-infographic__monitor-screen {
  background: #1e293b;
  border: 3px solid #94a3b8;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  aspect-ratio: 16/10;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.mov-infographic__monitor-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mov-infographic__monitor-stand {
  width: 36%;
  height: 10px;
  margin: 0 auto;
  background: linear-gradient(180deg, #cbd5e1, #94a3b8);
  border-radius: 0 0 4px 4px;
}

.mov-infographic__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.mov-infographic__brand-logo {
  height: 28px;
  width: auto;
}

.mov-infographic__brand strong {
  display: block;
  font-size: 0.82rem;
  color: var(--inf-navy);
  line-height: 1.2;
}

.mov-infographic__brand span {
  display: block;
  font-size: 0.58rem;
  color: #5a7a9a;
  font-weight: 600;
}

.mov-infographic__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(5px, 0.7vh, 10px) clamp(10px, 1vw, 18px);
  width: 100%;
}

.mov-infographic__features li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: clamp(0.58rem, 0.62vw, 0.78rem);
  font-weight: 700;
  color: var(--inf-navy);
  max-width: 72px;
  line-height: 1.2;
}

.mov-infographic__features i {
  font-size: 1.05rem;
  color: var(--inf-blue);
  margin-bottom: 2px;
}

/* Outcomes */
.mov-infographic__outcome-boxes {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mov-infographic__outcome-boxes li {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 2px dashed var(--inf-green);
  border-radius: 10px;
  padding: clamp(10px, 1.2vh, 16px) 12px;
  margin-bottom: clamp(10px, 1.2vh, 18px);
  font-size: clamp(0.72rem, 0.74vw, 0.9rem);
  font-weight: 700;
  color: var(--inf-navy);
  line-height: 1.25;
}

.mov-infographic__outcome-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--inf-green-pale);
  color: var(--inf-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}

.mov-infographic__outcome-box--energy .mov-infographic__outcome-icon {
  background: #d4f0e4;
}

/* Footer bar */
.mov-infographic__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 1920px;
  width: 100%;
  margin: clamp(3px, 0.45vh, 7px) auto 0;
  padding: 8px 20px;
  background: var(--inf-blue-pale);
  border: 1px solid var(--inf-blue-light);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(43, 124, 217, 0.12);
}

.mov-infographic__footer-avatar {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(180deg, #4a9ae8, #2b7cd9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}

.mov-infographic__footer p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--inf-navy);
  line-height: 1.25;
  text-align: left;
}

.mov-infographic__footer-label {
  color: var(--inf-navy);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mov-infographic__footer strong {
  font-weight: 800;
}

.mov-infographic__footer-sep {
  margin: 0 10px;
  color: #7a9bb8;
  font-weight: 300;
}

.mov-infographic__scale {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  max-width: 1920px;
  width: 100%;
  margin: 6px auto 0;
  border: 1px solid var(--inf-gray-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.mov-infographic__scale-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.3rem 0.45rem;
  align-items: center;
  padding: 0.45rem 0.65rem;
  border-right: 1px solid var(--inf-gray-border);
}

.mov-infographic__scale-item:last-child {
  border-right: 0;
}

.mov-infographic__scale-icon {
  grid-row: span 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--inf-blue-pale);
  color: var(--inf-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.mov-infographic__scale-item strong {
  color: var(--inf-navy);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.15;
}

.mov-infographic__scale-item span:not(.mov-infographic__scale-icon) {
  color: #334155;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.3;
}

/* Mobile prose (hidden on desktop) */
.mov-infographic__mobile {
  display: none;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 4px;
}

.mov-infographic__mobile-lead {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--inf-text);
  margin: 0 0 1.25rem;
}

.mov-infographic__mobile-heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--inf-navy);
  margin: 1.25rem 0 0.65rem;
}

.mov-infographic__mobile-step-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--inf-blue);
  margin: 1rem 0 0.35rem;
}

.mov-infographic__mobile p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #334155;
  margin: 0 0 0.5rem;
}

.mov-infographic__mobile-list {
  margin: 0 0 0.5rem;
  padding-left: 1.25rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #334155;
}

.mov-infographic__mobile-list li {
  margin-bottom: 0.4rem;
}

/* Narrow screens: paragraphs instead of diagram */
@media (max-width: 991px) {
  .mov-infographic {
    min-height: 0;
    display: block;
    padding: 32px 16px 40px;
    overflow: visible;
  }

  .mov-infographic__dots {
    display: none;
  }

  .mov-infographic__body--diagram {
    display: none !important;
  }

  .mov-infographic__mobile {
    display: block;
  }

  .mov-infographic__header {
    padding: 0 48px 0 0;
    margin-bottom: 20px;
    text-align: left;
  }

  .mov-infographic__title {
    font-size: 1.25rem;
  }

  .mov-infographic__header-logo {
    height: 32px;
  }

  .mov-infographic__footer {
    flex-direction: column;
    border-radius: 16px;
    text-align: center;
    padding: 16px 20px;
    margin-top: 1.5rem;
  }

  .mov-infographic__footer p {
    text-align: center;
  }

  .mov-infographic__footer-sep {
    display: none;
  }

  .mov-infographic__footer strong,
  .mov-infographic__footer p {
    display: block;
  }

  .mov-infographic__scale {
    grid-template-columns: 1fr;
  }

  .mov-infographic__scale-item {
    border-right: 0;
    border-bottom: 1px solid var(--inf-gray-border);
  }

  .mov-infographic__scale-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 1100px) and (min-width: 992px) {
  .mov-infographic {
    padding-left: 12px;
    padding-right: 12px;
  }

  .mov-infographic__sidebar {
    flex: 0 0 180px;
  }
}

/* Inside landing page — no extra section padding */
.mov-landing .mov-infographic {
  padding-top: 0.65rem;
  padding-bottom: 1.35rem;
}
