/* Motion & Video — 2D Animation spotlight + service ribbons (video-animation-v1) */
body.motion-video-page .va-showcase {
  position: relative;
  background: #fff;
  color: #0f123c;
  padding: 0;
  overflow: visible;
  z-index: 3;
}

body.motion-video-page .va-showcase-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

body.motion-video-page .va-showcase-purple {
  --va-section-y: clamp(72px, 8vw, 96px);
  position: relative;
  z-index: 1;
  padding: var(--va-section-y) 0;
  background: linear-gradient(180deg, #f4f4fb 0%, #ffffff 55%, #f8fafc 100%);
  overflow: hidden;
}

body.motion-video-page .va-showcase-purple::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(34, 197, 94, 0.08) 0%, transparent 42%),
    radial-gradient(circle at 88% 72%, rgba(69, 77, 161, 0.07) 0%, transparent 40%);
  pointer-events: none;
}

body.motion-video-page .va-showcase-purple .va-showcase-inner {
  position: relative;
  z-index: 1;
}

body.motion-video-page .va-showcase-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  background: #fff;
  border: 1px solid #e4e4f2;
  border-radius: 22px;
  box-shadow:
    0 18px 48px rgba(69, 77, 161, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

body.motion-video-page .va-showcase-spotlight-copy {
  grid-column: 1;
  grid-row: 1;
  padding: clamp(28px, 4vw, 44px);
  padding-right: clamp(16px, 2.5vw, 28px);
  border-right: 1px solid #ececf5;
}

body.motion-video-page .va-showcase-spotlight-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  border-radius: 999px;
  border: none;
  background: var(--midnight);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  box-shadow: none;
}

body.motion-video-page .va-showcase-spotlight h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 500;
  margin: 0 0 18px;
  color: #0f123c;
  line-height: 1.15;
}

body.motion-video-page .va-showcase-spotlight h2 em {
  font-style: italic;
  color: #0f123c;
}

body.motion-video-page .va-showcase-spotlight p {
  font-size: 17px;
  line-height: 1.75;
  color: #64748b;
  margin: 0 0 28px;
}

body.motion-video-page .va-showcase-spotlight-points {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 10px;
}

body.motion-video-page .va-showcase-spotlight-points li {
  position: relative;
  padding-left: 26px;
  font-family: "Inter", sans-serif;
  font-size: 13.5008px;
  line-height: 1.6;
  color: #475569;
}

body.motion-video-page .va-showcase-spotlight-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.45);
  box-shadow: inset 0 0 0 3px #fff;
}

body.motion-video-page .va-showcase-spotlight-points li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(0.45em + 4px);
  width: 6px;
  height: 3px;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

body.motion-video-page .va-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

body.motion-video-page .va-showcase-actions .btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  background: var(--green);
  color: #fff;
  box-shadow: 0 4px 16px rgba(22, 163, 74, 0.3);
  transition: all 0.2s;
}

body.motion-video-page .va-showcase-actions .btn-green:hover {
  background: #15803d;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.35);
}

body.motion-video-page .va-showcase-actions .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 3px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #0f123c;
  border-bottom: 1px dashed rgba(15, 18, 60, 0.35);
  transition: color 0.2s, border-color 0.2s;
}

body.motion-video-page .va-showcase-actions .btn-ghost:hover {
  color: #454da1;
  background: transparent;
  border-bottom-color: rgba(69, 77, 161, 0.55);
  transform: none;
  box-shadow: none;
}

body.motion-video-page .va-showcase-visual {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  align-self: stretch;
  width: 100%;
  min-height: 100%;
  max-width: none;
  background: #fff;
  border: none;
  border-left: 1px solid #d9efe0;
  border-radius: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: none;
}

body.motion-video-page .va-showcase-visual img,
body.motion-video-page .va-showcase-visual video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 105%;
  height: 105%;
  max-width: none;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
  display: block;
}

body.motion-video-page .va-showcase-ribbons {
  position: relative;
  z-index: 20;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-top: clamp(48px, 6vw, 80px);
  margin-bottom: clamp(48px, 6vw, 80px);
  height: clamp(190px, calc(8vw + 50px), 280px);
  min-height: 190px;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
}

body.motion-video-page .va-ribbon-row {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 122vw;
  margin-left: -61vw;
  margin-top: -22px;
  overflow: hidden;
  padding: 14px 0;
  white-space: nowrap;
  transform-origin: center center;
  transform: rotate(-4.2deg);
  box-shadow: 0 10px 28px rgba(15, 18, 60, 0.22);
}

body.motion-video-page .va-ribbon-row:not(.va-ribbon-row--cross) {
  z-index: 17;
  background: #7dd3fc;
  box-shadow: none;
}

body.motion-video-page .va-ribbon-row:not(.va-ribbon-row--cross) .va-ribbon-track span:nth-child(odd) {
  color: #0f123c;
}

body.motion-video-page .va-ribbon-row:not(.va-ribbon-row--cross) .va-ribbon-track span:nth-child(even) {
  color: #454da1;
}

body.motion-video-page .va-ribbon-row--cross {
  transform: rotate(4.2deg);
  z-index: 16;
  background: #454da1;
  box-shadow: 0 8px 22px rgba(15, 18, 60, 0.16);
}

body.motion-video-page .va-ribbon-row--cross .va-ribbon-track span:nth-child(odd) {
  color: #fff;
}

body.motion-video-page .va-ribbon-row--cross .va-ribbon-track span:nth-child(even) {
  color: #1fdce5;
}

body.motion-video-page .va-ribbon-track {
  display: flex;
  width: max-content;
  animation: mv-ribbon-scroll 38s linear infinite;
}

body.motion-video-page .va-ribbon-track span {
  padding: 0 28px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.motion-video-page .va-ribbon-row--cross .va-ribbon-track {
  animation: mv-ribbon-scroll-reverse 38s linear infinite;
}

@keyframes mv-ribbon-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes mv-ribbon-scroll-reverse {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (max-width: 900px) {
  body.motion-video-page .va-showcase {
    padding-bottom: 0;
  }

  body.motion-video-page .va-showcase-purple {
    padding-top: 56px;
  }

  body.motion-video-page .va-showcase-spotlight {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    gap: 24px;
  }

  body.motion-video-page .va-showcase-spotlight-copy {
    grid-column: auto;
    grid-row: auto;
    padding: 0;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #ececf5;
    padding-bottom: 24px;
  }

  body.motion-video-page .va-showcase-visual {
    grid-column: auto;
    grid-row: auto;
    position: relative;
    max-width: min(420px, 100%);
    margin: 0 auto;
    min-height: 380px;
    border: 1px solid #d9efe0;
    border-radius: 18px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.85),
      0 10px 28px rgba(15, 18, 60, 0.08);
  }

  body.motion-video-page .va-showcase-actions {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  body.motion-video-page .va-showcase-actions .btn-ghost {
    align-self: center;
  }

  body.motion-video-page .va-showcase-actions .btn-green {
    width: 100%;
    justify-content: center;
    padding: 14px 22px;
  }

  body.motion-video-page .va-showcase-ribbons {
    overflow: hidden;
    height: clamp(120px, calc(9vw + 44px), 180px);
    min-height: 120px;
    margin-top: clamp(36px, 7vw, 56px);
    margin-bottom: clamp(36px, 7vw, 56px);
  }

  body.motion-video-page .va-ribbon-row {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 122vw;
    margin-left: -61vw;
    margin-top: -22px;
    padding: 14px 0;
  }

  body.motion-video-page .va-ribbon-row:not(.va-ribbon-row--cross) {
    transform: rotate(-4.2deg);
    z-index: 17;
  }

  body.motion-video-page .va-ribbon-row--cross {
    transform: rotate(4.2deg);
    z-index: 16;
  }

  body.motion-video-page .va-ribbon-track span {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.motion-video-page .va-ribbon-track {
    animation: none;
  }
}
