/* MyOPSView landing — load after style.css; scoped to .mov-landing */

:root {
  --mov-navy: #0a2540;
  --mov-navy-mid: #0f3d66;
  --mov-blue: #1a6fd4;
  --mov-blue-bright: #3b9eff;
  --mov-blue-light: #eef6fc;
  --mov-accent: #c41e3a;
  --mov-green: #0d9488;
  --mov-text: #1e293b;
  --mov-muted: #64748b;
  --mov-radius: 16px;
  --mov-shadow: 0 16px 48px rgba(10, 37, 64, 0.14);
  --mov-header-h: 72px;
}

.mov-landing {
  font-family: "Open Sans", "Raleway", sans-serif;
  background: #fff;
}

.mov-landing #main {
  background: #fff;
}

.mov-landing .mov-landing-hero,
.mov-landing main > section,
.mov-landing main > div {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.mov-landing main {
  overflow-x: hidden;
}

/* ========== Hero — never use HTML id="hero" (global 100vh black block in style.css) ========== */
.mov-landing .mov-landing-hero {
  position: relative;
  width: 100%;
  min-height: calc(100dvh - 90px);
  height: auto;
  margin-top: 90px;
  display: flex;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  background-color: #f8f9f8;
  background-image: var(--mov-hero-bg, none);
  background-size: min(78vw, 1460px) auto;
  background-position: center 1rem;
  background-repeat: no-repeat;
  color: #fff;
}

.mov-landing .mov-landing-hero .mov-hero-container {
  text-align: left;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1920px;
  padding-left: clamp(1rem, 4vw, 4rem);
  padding-right: clamp(1rem, 4vw, 4rem);
  padding-top: 5rem;
  padding-bottom: 3rem;
  min-height: calc(100dvh - 90px);
}

body.mov-landing-page #header .container {
  width: 100%;
  max-width: 1920px;
  padding-left: max(0.25rem, calc(clamp(1rem, 4vw, 4rem) - 0.75rem));
  padding-right: clamp(1rem, 4vw, 4rem);
  justify-content: space-between !important;
}

body.mov-landing-page #header .logo a {
  display: flex;
  align-items: center;
  height: 80px;
}

body.mov-landing-page #header .logo img {
  width: auto;
  height: 72px;
  max-height: calc(100% - 8px);
}

body.mov-landing-page #navbar > ul > li > a {
  padding-left: 18px;
  font-size: 14px;
}

body.mov-landing-page #navbar .dropdown ul a {
  padding: 10px 18px;
  font-size: 14px;
}

body.mov-landing-page #header.header-scrolled {
  height: 80px;
}

body.mov-landing-page #header.header-scrolled .logo a {
  height: 80px;
}

body.mov-landing-page #header.header-scrolled .logo img {
  height: 72px;
}

.mov-landing .mov-landing-hero .row {
  margin-left: 0;
  margin-right: 0;
}

.mov-hero-shapes {
  display: none;
}

.mov-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
  animation: mov-drift 14s ease-in-out infinite;
}

.mov-shape-1 {
  width: 420px;
  height: 420px;
  background: #1a6fd4;
  top: -120px;
  right: 8%;
}

.mov-shape-2 {
  width: 320px;
  height: 320px;
  background: #0d9488;
  bottom: -80px;
  left: -60px;
  animation-delay: -5s;
}

@keyframes mov-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(24px, -18px) scale(1.06); }
}

.mov-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  letter-spacing: 0.02em;
}

.mov-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.mov-hero-title {
  font-size: clamp(3.7rem, 7.8vw, 6.35rem) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  margin: -1.6rem 0 1.35rem !important;
  color: #052d4f !important;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.85), 0 1px 1px rgba(255, 255, 255, 0.95);
  width: min(500px, 100%) !important;
  text-align: center !important;
}

.mov-hero-kicker {
  display: block;
  color: #fff;
  text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.72);
}

.mov-hero-accent {
  display: block;
  font-size: 1em;
  font-weight: 800;
  color: #9bd8ff;
  text-shadow: 3px 2px 0 rgba(0, 0, 0, 0.72);
  margin-top: 0;
  letter-spacing: -0.02em;
}

.mov-hero-highlights {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 0 -0.75rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 350px;
}

.mov-hero-highlight {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 94px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(26, 61, 109, 0.18);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(10, 37, 64, 0.1);
}

.mov-hero-highlight--energy {
  border-color: rgba(46, 158, 110, 0.32);
  background: rgba(255, 255, 255, 0.72);
}

.mov-hero-highlight__icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, #155fb8, #2b86e8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: 0 8px 18px rgba(21, 95, 184, 0.32);
}

.mov-hero-highlight__icon--price {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  color: #fff;
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.32);
}

.mov-hero-highlight__icon--energy {
  background: linear-gradient(135deg, #15803d, #22c55e);
  color: #fff;
  box-shadow: 0 8px 18px rgba(21, 128, 61, 0.32);
}

.mov-hero-highlight__body {
  flex: 1;
  min-width: 0;
}

.mov-hero-highlight__text {
  margin: 0;
  font-size: 0.86rem !important;
  line-height: 1.42 !important;
  color: #111827 !important;
  font-weight: 600 !important;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.88);
  width: auto !important;
  text-align: left !important;
}

.mov-hero-highlight__text strong {
  color: #000;
  font-weight: 800;
}

.mov-hero-highlight__emphasis {
  display: inline;
  color: #000;
  font-size: 1.12em;
  font-weight: 800;
}

.mov-landing .mov-hero-highlight__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
  width: 100%;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #dff1ff !important;
  text-decoration: none !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
  transition: color 0.2s ease, gap 0.2s ease;
}

.mov-landing .mov-hero-highlight__link:hover {
  color: #fff !important;
  gap: 12px;
}

.mov-hero-price {
  display: inline-block;
  margin-top: 4px;
  padding: 4px 12px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--mov-blue), #2580e8);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  box-shadow: 0 4px 14px rgba(26, 111, 212, 0.4);
}

.mov-hero-new-badge {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.55);
  border: 1px solid rgba(110, 231, 183, 0.5);
  color: #ecfdf5;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mov-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: stretch;
  justify-content: flex-start;
  position: fixed;
  top: auto;
  right: clamp(1rem, 4vw, 4rem);
  bottom: 2rem;
  z-index: 1035;
  touch-action: none;
  user-select: none;
}

.mov-hero-actions.is-dragging {
  opacity: 0.9;
}

.mov-hero-actions__handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 210px;
  padding: 7px 14px;
  border: 1px solid rgba(26, 111, 212, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--mov-navy);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 24px rgba(10, 37, 64, 0.18);
  cursor: grab;
}

.mov-hero-actions__handle:active {
  cursor: grabbing;
}

.mov-landing a.mov-btn {
  display: inline-block !important;
  min-width: 210px;
  text-decoration: none !important;
  font-size: 0.86rem !important;
  font-weight: 600 !important;
  padding: 9px 18px !important;
  border-radius: 8px !important;
  text-align: center !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
  line-height: 1.2 !important;
  width: auto !important;
  margin: 0 !important;
}

.mov-landing a.mov-btn-primary {
  background: linear-gradient(135deg, var(--mov-blue), #2580e8) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 8px 28px rgba(26, 111, 212, 0.45) !important;
}

.mov-landing a.mov-btn-primary:hover {
  transform: translateY(-3px) !important;
  color: #fff !important;
  box-shadow: 0 12px 32px rgba(26, 111, 212, 0.55) !important;
}

.mov-landing a.mov-btn-outline {
  background: linear-gradient(135deg, var(--mov-blue), #2580e8) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 8px 28px rgba(26, 111, 212, 0.45) !important;
}

.mov-landing a.mov-btn-outline:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
}

.mov-landing a.mov-btn-ghost {
  background: linear-gradient(135deg, var(--mov-blue), #2580e8) !important;
  color: #fff !important;
  border: none !important;
  padding: 14px 26px !important;
  text-decoration: none !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  box-shadow: 0 8px 28px rgba(26, 111, 212, 0.45) !important;
}

.mov-landing a.mov-btn-ghost:hover {
  color: #fff !important;
}

.mov-landing a.mov-btn-visitor {
  background: linear-gradient(135deg, #0f766e, #14b8a6) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 8px 28px rgba(15, 118, 110, 0.4) !important;
}

.mov-landing a.mov-btn-visitor:hover {
  color: #fff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 32px rgba(15, 118, 110, 0.5) !important;
}

/* Hero visual panel */
.mov-hero-visual {
  position: absolute;
  right: clamp(1rem, 4vw, 4rem);
  top: 2.75rem;
  width: min(25vw, 360px);
  min-width: 260px;
  z-index: 2;
}

.mov-hero-panel {
  background: rgba(0, 20, 38, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  padding: 0.55rem 0.55rem 0.7rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  animation: mov-panel-float 6s ease-in-out infinite;
}

@keyframes mov-panel-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.mov-hero-panel-head {
  font-size: 0.62rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0.45rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.mov-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.35);
  animation: mov-pulse 2s infinite;
}

@keyframes mov-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.mov-hero-dashboard-img {
  width: 100%;
  border-radius: 8px;
  display: block;
  margin-bottom: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.mov-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

@media (max-width: 575px) {
  .mov-hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mov-stat-card {
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.45rem 0.25rem;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.mov-stat-card strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--mov-blue);
  line-height: 1.2;
}

.mov-stat-card span {
  font-size: 0.48rem;
  color: var(--mov-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.mov-float {
  animation: mov-stat-in 0.8s ease backwards;
  animation-delay: var(--mov-delay, 0s);
}

@keyframes mov-stat-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mov-hero-scroll {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 1.75rem;
  animation: mov-bounce 2s infinite;
  text-decoration: none !important;
}

@keyframes mov-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ========== Company trust / credentials ========== */
.mov-trust-section {
  padding: 56px 0 64px;
  background: linear-gradient(180deg, #fff 0%, var(--mov-blue-light) 100%);
  border-top: 1px solid rgba(26, 111, 212, 0.12);
  scroll-margin-top: 90px;
}

.mov-trust-lead {
  max-width: 820px;
  margin: 0 auto !important;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--mov-text) !important;
}

.mov-trust-badge {
  height: 100%;
  background: #fff;
  border-radius: var(--mov-radius);
  padding: 1.75rem 1.5rem;
  text-align: center;
  box-shadow: var(--mov-shadow);
  border: 1px solid rgba(26, 111, 212, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mov-trust-badge:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(10, 37, 64, 0.16);
}

.mov-trust-badge-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
}

.mov-trust-icon-canada {
  background: linear-gradient(135deg, #c41e3a, #e85d6f);
}

.mov-trust-icon-iso {
  background: linear-gradient(135deg, #0d9488, #14b8a6);
}

.mov-trust-icon-partner {
  background: linear-gradient(135deg, var(--mov-blue), #2580e8);
}

.mov-trust-badge h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--mov-navy);
  margin-bottom: 0.5rem;
}

.mov-trust-badge p {
  font-size: 0.88rem;
  color: var(--mov-muted);
  margin: 0;
  line-height: 1.55;
}

.mov-trust-region {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  background: #fff;
  border-radius: var(--mov-radius);
  padding: 1.5rem 1.75rem;
  height: 100%;
  box-shadow: 0 8px 28px rgba(10, 37, 64, 0.08);
  border-left: 4px solid var(--mov-blue);
}

.mov-trust-region-flag {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--mov-blue-light);
  color: var(--mov-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
}

.mov-trust-region-me {
  border-left-color: #0d9488;
  color: #0d9488;
  background: rgba(13, 148, 136, 0.1);
}

.mov-trust-region .mov-trust-region-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--mov-blue);
  margin-bottom: 0.25rem;
}

.mov-trust-region-label-me {
  color: #0d9488 !important;
}

.mov-trust-region h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--mov-navy);
  margin: 0 0 0.35rem;
}

.mov-trust-region p {
  font-size: 0.88rem;
  color: var(--mov-muted);
  margin: 0;
  line-height: 1.5;
}

.mov-trust-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border-radius: var(--mov-radius);
  box-shadow: var(--mov-shadow);
}

.mov-trust-footer-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--mov-navy);
}

.mov-trust-footer-item i {
  font-size: 1.25rem;
  color: var(--mov-blue);
}

/* ========== Sections ========== */
.mov-section {
  padding: 88px 0;
  position: relative;
}

.mov-placeholder-section {
  min-height: calc(100dvh - 90px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem clamp(1rem, 3vw, 3.5rem);
  background: #fff;
  scroll-margin-top: 90px;
}

.mov-placeholder-section__inner {
  width: 100%;
  max-width: 1920px;
  min-height: calc(100dvh - 90px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c5d4e3;
  background: #fff;
}

.mov-placeholder-section h2 {
  margin: 0;
  color: var(--mov-navy);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  text-align: center;
}

.mov-registration-section {
  min-height: calc(100dvh - 90px);
  height: calc(100dvh - 90px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: clamp(3rem, 12vw, 12rem);
  padding-right: clamp(15rem, 18vw, 22rem);
  background: #f8f9f8;
  scroll-margin-top: 90px;
  overflow: hidden;
}

.mov-pricing-sample-section {
  min-height: calc(100dvh - 90px);
  height: calc(100dvh - 90px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: clamp(3rem, 12vw, 12rem);
  padding-right: clamp(15rem, 18vw, 22rem);
  background: #f8f9f8;
  scroll-margin-top: 90px;
  overflow: hidden;
}

.mov-feature-detail-section {
  min-height: calc(100dvh - 90px);
  height: calc(100dvh - 90px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: clamp(3rem, 12vw, 12rem);
  padding-right: clamp(15rem, 18vw, 22rem);
  background: #f8f9f8;
  scroll-margin-top: 90px;
  overflow: hidden;
}

.mov-registration-section__inner {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 42%) 1fr;
  gap: 1.5rem;
  align-items: stretch;
  min-height: 0;
}

.mov-pricing-sample-section__inner {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 42%) 1fr;
  gap: 1.5rem;
  align-items: stretch;
  min-height: 0;
}

.mov-feature-detail-section__inner {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 42%) 1fr;
  gap: 1.5rem;
  align-items: stretch;
  min-height: 0;
}

.mov-registration-benefits,
.mov-registration-panel,
.mov-pricing-explainer,
.mov-pricing-samples {
  min-height: 0;
  border: 1px solid rgba(31, 78, 121, 0.18);
  background: #fff;
  box-shadow: 0 10px 28px rgba(10, 37, 64, 0.08);
}

.mov-registration-benefits {
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
}

.mov-registration-benefits h2,
.mov-pricing-explainer h2 {
  margin: 0 0 0.2rem;
  color: var(--mov-navy);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 800;
}

.mov-pricing-explainer {
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
}

.mov-registration-box {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 82px;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(26, 61, 109, 0.16);
  background: rgba(248, 251, 253, 0.95);
}

.mov-registration-box__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a6fd4, #0d9488);
  color: #fff;
  font-size: 1.3rem;
}

.mov-registration-box p {
  margin: 0;
  color: #111827;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.35;
}

.mov-registration-panel {
  padding: 1.1rem;
  overflow: auto;
}

.mov-pricing-samples {
  padding: 1.1rem;
  overflow: auto;
}

.mov-pricing-samples h3 {
  margin: 0 0 0.9rem;
  color: var(--mov-navy);
  font-size: 1.45rem;
  font-weight: 800;
  text-align: center;
}

.mov-pricing-product {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(31, 78, 121, 0.16);
  background: #f8fbfd;
}

.mov-pricing-product--energy {
  background: #f7fcfb;
}

.mov-pricing-product h4 {
  margin: 0 0 0.25rem;
  color: var(--mov-navy);
  font-size: 1.08rem;
  font-weight: 800;
}

.mov-pricing-product p {
  margin: 0 0 0.75rem;
  color: #566477;
  font-size: 0.9rem;
  line-height: 1.35;
}

.mov-pricing-tiers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}

.mov-pricing-tiers span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  background: #1a6fd4;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
}

.mov-pricing-tiers strong,
.mov-pricing-tiers em {
  display: block;
  font-style: normal;
}

.mov-pricing-tiers em {
  margin-top: 0.15rem;
  font-size: 0.82rem;
  font-weight: 700;
  opacity: 0.92;
}

.mov-pricing-product ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.48rem;
}

.mov-pricing-product li {
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
  color: #26374a;
  font-size: 0.92rem;
  line-height: 1.35;
}

.mov-pricing-product li i {
  color: #16a34a;
  margin-top: 0.1rem;
}

.mov-feature-detail-card {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(31, 78, 121, 0.16);
  background: #f8fbfd;
}

.mov-feature-detail-card h4 {
  margin: 0 0 0.75rem;
  color: var(--mov-navy);
  font-size: 1.08rem;
  font-weight: 800;
}

.mov-feature-detail-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.mov-feature-detail-card li {
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
  color: #26374a;
  font-size: 0.92rem;
  line-height: 1.35;
}

.mov-feature-detail-card li i {
  color: #16a34a;
  margin-top: 0.1rem;
}

.mov-pricing-quote-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1rem;
  background: #0d9488;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  text-align: center;
}

.mov-pricing-quote-link:hover {
  color: #fff;
  background: #0f766e;
}

.mov-registration-panel h3 {
  margin: 0 0 0.9rem;
  color: var(--mov-navy);
  font-size: 1.45rem;
  font-weight: 800;
  text-align: center;
}

.mov-registration-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.mov-registration-grid .form-control {
  min-height: 42px;
  border: 1px solid rgba(31, 78, 121, 0.22);
  border-radius: 0;
  font-size: 0.9rem;
}

.mov-registration-wide {
  grid-column: 1 / -1;
}

.mov-registration-password-note {
  margin-top: 0.65rem;
  color: #566477;
  font-size: 0.82rem;
  line-height: 1.3;
}

.mov-registration-submit {
  margin-top: 0.75rem;
  width: 100%;
}

#mov-register-loading,
#mov-register-error,
#mov-register-success {
  margin-top: 0.65rem;
}

@media (max-width: 991px) {
  .mov-registration-section {
    height: auto;
    overflow: visible;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mov-pricing-sample-section {
    height: auto;
    overflow: visible;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mov-feature-detail-section {
    height: auto;
    overflow: visible;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mov-registration-section__inner,
  .mov-pricing-sample-section__inner,
  .mov-feature-detail-section__inner {
    grid-template-columns: 1fr;
  }

  .mov-registration-grid {
    grid-template-columns: 1fr;
  }
}

.mov-videos-section {
  min-height: calc(100dvh - 90px);
  height: calc(100dvh - 90px);
  padding: 0;
  background: #f8f9f8;
  scroll-margin-top: 90px;
  overflow: hidden;
}

.mov-videos-section__inner {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  background: transparent;
  display: flex;
  flex-direction: column;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  min-height: 0;
}

.mov-videos-section__title {
  text-align: center;
  margin-bottom: 0.65rem;
  flex: 0 0 auto;
}

.mov-videos-section__title h2 {
  margin: 0;
  color: var(--mov-navy);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
}

.mov-videos-layout {
  display: grid;
  grid-template-columns: minmax(240px, 25%) 1fr;
  gap: 1.25rem;
  flex: 1;
  min-height: 0;
}

.mov-video-nav,
.mov-video-viewer {
  border: 1px solid rgba(31, 78, 121, 0.18);
  background: #f8fbfd;
}

.mov-video-nav {
  padding: 1rem;
  overflow: auto;
}

.mov-video-group {
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(31, 78, 121, 0.14);
}

.mov-video-group:last-child {
  border-bottom: 0;
}

.mov-video-group h3 {
  margin: 0 0 0.3rem;
  color: var(--mov-navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.mov-video-item {
  width: 100%;
  display: block;
  margin: 0.2rem 0;
  padding: 0.3rem 0.58rem;
  border: 1px solid rgba(31, 78, 121, 0.16);
  background: #fff;
  color: #26374a;
  text-align: left;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.15;
}

.mov-video-item:not(:disabled):hover,
.mov-video-item.is-active {
  background: #1a6fd4;
  border-color: #1a6fd4;
  color: #fff;
}

.mov-video-item:disabled {
  color: #7a8899;
  cursor: not-allowed;
  opacity: 0.68;
}

.mov-video-viewer {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mov-video-viewer__bar {
  min-height: 58px;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(31, 78, 121, 0.16);
  background: #fff;
}

.mov-video-viewer__bar h3 {
  margin: 0;
  color: var(--mov-navy);
  font-size: 1.05rem;
  font-weight: 800;
}

.mov-video-fullscreen {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  background: #1a6fd4;
  color: #fff;
  padding: 0.5rem 0.8rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.mov-video-frame {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1rem;
  background: #0b1220;
}

.mov-video-frame video {
  width: 80%;
  height: 80%;
  object-fit: contain;
  background: #000;
}

.mov-video-modal video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.mov-video-modal .modal-body {
  padding: 0;
  background: #000;
}

.mov-video-modal .modal-header {
  background: #fff;
}

@media (max-width: 991px) {
  .mov-videos-section {
    height: auto;
    min-height: calc(100dvh - 90px);
    overflow: visible;
  }

  .mov-videos-layout {
    grid-template-columns: 1fr;
  }

  .mov-video-nav {
    max-height: 280px;
  }

  .mov-video-frame {
    min-height: 320px;
  }
}

.mov-section-pillars {
  background: #fff url("../img/hero-carousel/5.jpg") center top / cover no-repeat;
}

.mov-section-pillars::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(238, 246, 252, 0.96) 100%);
  z-index: 0;
}

.mov-section-pillars .container {
  position: relative;
  z-index: 1;
}

.mov-section-alt {
  background: linear-gradient(180deg, #e8f2fc 0%, #f8fbfe 100%);
}

.mov-section-title {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3.5rem;
  padding: 0 1rem;
}

.mov-section-title h2 {
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 800;
  color: var(--mov-navy);
  margin-bottom: 0.85rem;
}

.mov-section-title p {
  color: var(--mov-muted);
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 0;
}

.mov-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--mov-blue);
  margin-bottom: 0.6rem;
  padding: 6px 14px;
  background: rgba(26, 111, 212, 0.1);
  border-radius: 999px;
}

/* Pillars */
.mov-pillar {
  text-align: center;
  padding: 2.25rem 1.5rem;
  background: #fff;
  border-radius: var(--mov-radius);
  box-shadow: var(--mov-shadow);
  height: 100%;
  border: 1px solid rgba(26, 111, 212, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.mov-pillar:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 56px rgba(10, 37, 64, 0.18);
}

.mov-pillar-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.15rem;
  border-radius: 20px;
  background: linear-gradient(145deg, var(--mov-blue-light), #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--mov-blue);
  transition: transform 0.35s ease;
}

.mov-pillar:hover .mov-pillar-icon {
  transform: scale(1.08) rotate(-4deg);
}

.mov-pillar h3 {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--mov-navy);
  margin-bottom: 0.65rem;
}

.mov-pillar p {
  font-size: 0.92rem;
  color: var(--mov-muted);
  line-height: 1.55;
  margin: 0;
}

/* Flow */
.mov-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 2.5rem;
}

.mov-flow-step {
  flex: 0 1 auto;
  min-width: 110px;
  text-align: center;
  padding: 1.1rem 0.85rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.mov-flow-step:hover {
  transform: scale(1.04);
}

.mov-flow-step i {
  font-size: 1.6rem;
  color: var(--mov-blue);
  display: block;
  margin-bottom: 0.35rem;
}

.mov-flow-step.mov-flow-hub {
  background: linear-gradient(135deg, var(--mov-navy), var(--mov-navy-mid));
  color: #fff;
  border: none;
}

.mov-flow-step.mov-flow-hub i {
  color: #7ec8ff;
}

.mov-flow-step.mov-flow-out {
  background: linear-gradient(135deg, #0d9488, #14b8a6);
  color: #fff;
  border: none;
}

.mov-flow-step.mov-flow-out i {
  color: #fff;
}

.mov-flow-arrow {
  display: none;
  color: var(--mov-blue);
  font-size: 1.35rem;
}

@media (min-width: 992px) {
  .mov-flow-arrow {
    display: block;
  }
}

.mov-flow-img-wrap {
  position: relative;
  border-radius: var(--mov-radius);
  overflow: hidden;
  box-shadow: var(--mov-shadow);
}

.mov-flow-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--mov-radius);
  box-shadow: inset 0 0 0 1px rgba(26, 111, 212, 0.12);
  pointer-events: none;
}

.mov-flow-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.mov-flow-img-wrap:hover .mov-flow-img {
  transform: scale(1.02);
}

.mov-features-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  padding: 1.75rem;
  background: #fff;
  border-radius: var(--mov-radius);
  box-shadow: var(--mov-shadow);
  height: 100%;
}

.mov-features-strip span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: var(--mov-navy);
  font-size: 0.95rem;
}

.mov-features-strip i {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--mov-blue-light);
  color: var(--mov-blue);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mov-outputs-note {
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  background: rgba(26, 111, 212, 0.08);
  border-radius: 12px;
  font-size: 0.9rem;
  color: var(--mov-navy);
  border-left: 4px solid var(--mov-blue);
}

/* Capability cards */
.mov-cap-card {
  background: #fff;
  border-radius: var(--mov-radius);
  padding: 2rem 1.75rem;
  height: 100%;
  border-top: 4px solid var(--mov-blue);
  box-shadow: var(--mov-shadow);
  transition: transform 0.3s ease;
}

.mov-cap-card:hover {
  transform: translateY(-4px);
}

.mov-cap-card.cap-accent {
  border-top-color: var(--mov-accent);
}

.mov-cap-card h3 {
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--mov-navy);
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mov-cap-card h3 i {
  font-size: 1.45rem;
  color: var(--mov-blue);
}

.mov-cap-card.cap-accent h3 i {
  color: var(--mov-accent);
}

.mov-cap-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mov-cap-card li {
  padding: 0.4rem 0 0.4rem 1.55rem;
  position: relative;
  font-size: 0.9rem;
  color: var(--mov-text);
  line-height: 1.45;
}

.mov-cap-card li::before {
  content: "\F26B";
  font-family: bootstrap-icons;
  position: absolute;
  left: 0;
  color: var(--mov-green);
}

/* Benefits */
.mov-benefits-wrap {
  background: #fff;
  border-radius: var(--mov-radius);
  box-shadow: var(--mov-shadow);
  padding: 2rem 1rem;
}

.mov-benefit {
  text-align: center;
  padding: 1.25rem;
}

.mov-benefit-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mov-blue-light), #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  color: var(--mov-blue);
}

.mov-benefit h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--mov-navy);
  margin-bottom: 0.4rem;
}

.mov-benefit p {
  font-size: 0.86rem;
  color: var(--mov-muted);
  margin: 0;
  line-height: 1.5;
}

/* Reports */
.mov-reports-panel {
  background: linear-gradient(145deg, var(--mov-navy) 0%, #134e7a 100%);
  border-radius: var(--mov-radius);
  padding: 2rem;
  color: #fff;
  box-shadow: var(--mov-shadow);
}

.mov-report-metric {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 0.9rem;
  text-align: center;
}

.mov-report-metric strong {
  display: block;
  font-size: 1.4rem;
  color: #7ec8ff;
}

.mov-report-metric span {
  font-size: 0.72rem;
  opacity: 0.88;
}

.mov-report-feature {
  display: flex;
  gap: 12px;
  margin-bottom: 1rem;
}

.mov-report-feature i {
  font-size: 1.2rem;
  color: #7ec8ff;
}

.mov-report-feature h5 {
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.mov-report-feature p {
  font-size: 0.82rem;
  opacity: 0.88;
  margin: 0;
}

.mov-reports-banner {
  text-align: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  margin-top: 1.25rem;
  font-size: 0.88rem;
}

.mov-scale-grid {
  background: #fff;
  border-radius: var(--mov-radius);
  box-shadow: var(--mov-shadow);
  padding: 1.5rem 0.5rem;
}

.mov-scale-item {
  text-align: center;
  padding: 1.25rem 0.75rem;
}

.mov-scale-item i {
  font-size: 2rem;
  color: var(--mov-blue);
  margin-bottom: 0.65rem;
  display: block;
}

.mov-scale-item h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--mov-navy);
}

.mov-scale-item p {
  font-size: 0.82rem;
  color: var(--mov-muted);
  margin: 0;
}

.mov-cta-band {
  background: linear-gradient(110deg, var(--mov-navy), #134e7a 60%, var(--mov-navy-mid));
  color: #fff;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.mov-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/hero-carousel/3.jpg") center/cover;
  opacity: 0.15;
}

.mov-cta-band .container {
  position: relative;
  z-index: 1;
}

.mov-cta-band h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #fff !important;
}

.mov-cta-band p {
  opacity: 0.92;
  margin-bottom: 1.75rem;
  font-size: 1.05rem;
}

.mov-about-img {
  border-radius: var(--mov-radius);
  box-shadow: var(--mov-shadow);
  width: 100%;
}

.mov-landing .contact-area,
.mov-landing .download-area {
  scroll-margin-top: 90px;
}

.mov-landing #contact .section-headline h2,
.mov-landing #download .section-headline h2 {
  color: var(--mov-navy);
}

/* Scroll reveal — visible by default; JS enhances */
.mov-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.mov-landing.mov-js .mov-reveal {
  opacity: 0;
  transform: translateY(28px);
}

.mov-landing.mov-js .mov-reveal.mov-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Introduction infographic: see mov-infographic.css */

@media (max-width: 991px) {
  .mov-landing .mov-landing-hero {
    min-height: auto;
    padding: 32px 0 64px;
  }

  .mov-landing .mov-landing-hero .mov-hero-container {
    padding-top: 0;
  }

  .mov-hero-actions {
    position: static;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    touch-action: auto;
  }

  .mov-hero-actions__handle {
    display: none;
  }

  .mov-hero-visual {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 1rem;
  }

  .mov-hero-panel {
    padding: 1rem 1rem 1.25rem;
    border-radius: 20px;
  }

  .mov-hero-panel-head {
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
  }

  .mov-live-dot {
    width: 8px;
    height: 8px;
  }

  .mov-hero-dashboard-img {
    border-radius: 12px;
    margin-bottom: 1rem;
  }

  .mov-hero-stats {
    gap: 10px;
  }

  .mov-stat-card {
    border-radius: 12px;
    padding: 0.85rem 0.5rem;
  }

  .mov-stat-card strong {
    font-size: 1.35rem;
  }

  .mov-stat-card span {
    font-size: 0.68rem;
  }

  .mov-hero-scroll {
    display: none;
  }
}
