/* Motion & Video — reviews strip + footer CTA (video-animation-v1) */
body.motion-video-page .va-reviews-band {
  --va-reviews-purple: #454da1;
  background: #fff;
  border-top: none;
  /* border-bottom: 10px solid var(--va-reviews-purple); */
  padding: 28px 20px;
}

body.motion-video-page .va-reviews-band__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(28px, 5vw, 64px);
}

body.motion-video-page .va-reviews-band__item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 1 auto;
}

body.motion-video-page .va-reviews-band__google {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}

body.motion-video-page .va-reviews-band__google .g-b { color: #4285f4; }
body.motion-video-page .va-reviews-band__google .g-r { color: #ea4335; }
body.motion-video-page .va-reviews-band__google .g-y { color: #fbbc05; }
body.motion-video-page .va-reviews-band__google .g-g { color: #34a853; }

body.motion-video-page .va-reviews-band__google-sub {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #5f6368;
  line-height: 1.1;
}

body.motion-video-page .va-reviews-band__stars {
  color: #fbbc04;
  font-size: 12px;
  letter-spacing: 1px;
}

body.motion-video-page .va-reviews-band__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.motion-video-page .va-reviews-band__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

body.motion-video-page .va-reviews-band__name {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #191919;
  letter-spacing: -0.02em;
  line-height: 1;
}

body.motion-video-page .va-reviews-band__name--io {
  font-size: 23px;
}

body.motion-video-page .cta-section {
  --va-section-y: clamp(72px, 8vw, 96px);
  background-color: #1a1450;
  background-image: url("../images/what-we-do/video-animation/content.bg2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: var(--va-section-y);
  padding-bottom: calc(var(--va-section-y) + clamp(48px, 8vw, 88px));
  overflow: visible;
}

body.motion-video-page .cta-section::before,
body.motion-video-page .cta-section::after {
  display: none;
}

body.motion-video-page .cta-section .container {
  overflow: visible;
}

body.motion-video-page .cta-left {
  position: relative;
}

body.motion-video-page .cta-left .cta-meta {
  position: relative;
}

body.motion-video-page .cta-form-wrap {
  position: relative;
  min-width: 0;
  max-width: 100%;
}

body.motion-video-page .hero-banner-form__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(26px, 3vw, 32px);
  line-height: 1.2;
  font-weight: 400;
  color: var(--black);
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

body.motion-video-page .hero-banner-form__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--midnight);
}

body.motion-video-page .hero-banner-form__field {
  width: 100%;
  background: var(--lav);
  border: 1.5008px solid var(--bd);
  border-radius: 8px;
  min-height: 44px;
  padding: 12px 15px;
  margin-bottom: 10px;
  font-size: 14.5008px;
  line-height: 1.35;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  outline: none;
  transition:
    border-color 0.2s,
    background 0.2s,
    box-shadow 0.2s;
}

body.motion-video-page .hero-banner-form__field::placeholder {
  color: #b0b0c4;
}

body.motion-video-page .hero-banner-form__field:focus {
  border-color: var(--midnight);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(69, 77, 161, 0.07);
}

body.motion-video-page .hero-banner-form select.hero-banner-form__field {
  appearance: none;
  cursor: pointer;
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237878a0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  color: var(--ink);
}

body.motion-video-page .hero-banner-form select.hero-banner-form__field:invalid {
  color: #b0b0c4;
}

body.motion-video-page .hero-banner-form__foot {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 12px;
  color: var(--muted);
}

body.motion-video-page .hero-banner-form__success {
  display: none;
  text-align: center;
  padding: 12px 0;
}

body.motion-video-page .hero-banner-form.is-sent .hero-banner-form__fields,
body.motion-video-page .hero-banner-form.is-sent .hero-banner-form__title {
  display: none;
}

body.motion-video-page .hero-banner-form.is-sent .hero-banner-form__success {
  display: block;
}

body.motion-video-page .va-cta-decor-char {
  position: absolute;
  pointer-events: none;
  line-height: 0;
  z-index: 4;
}

body.motion-video-page .va-cta-decor-char img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: screen;
}

body.motion-video-page .va-cta-decor-char--left {
  left: -48%;
  right: auto;
  top: 0;
  bottom: auto;
  width: min(56%, 240px);
}

body.motion-video-page .va-cta-decor-char--right {
  right: -58%;
  bottom: -22%;
  width: min(62%, 255px);
}

body.motion-video-page .cta-banner-form {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin-left: 0;
  padding: 36px 34px 30px;
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
}

body.motion-video-page .cta-banner-form .hero-banner-form__title {
  margin: 0 0 16px;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.2992px;
  white-space: normal;
  text-wrap: pretty;
  max-width: 100%;
  min-width: 0;
}

body.motion-video-page .cta-banner-form .hero-banner-form__title-small {
  display: block;
  font-size: 0.72em;
  font-weight: 400;
  margin-top: 0.2em;
  line-height: 1.35;
  white-space: normal;
}

body.motion-video-page .cta-banner-form .hero-banner-form__field {
  min-height: 50px;
  padding: 13px 16px;
  margin-bottom: 12px;
  font-size: 15px;
}

body.motion-video-page .cta-banner-form button.quiz-next.hero-banner-form__submit {
  width: 100%;
  margin-top: 6px;
  padding: 13px 22px;
  font-size: 14px;
  background: linear-gradient(135deg, var(--midnight), var(--turquoise));
  color: #fff;
  border: none;
  box-shadow: 0 4px 16px rgba(33, 191, 207, 0.3);
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

body.motion-video-page .cta-banner-form button.quiz-next.hero-banner-form__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(33, 191, 207, 0.4);
}

body.motion-video-page .cta-banner-form .hero-banner-form__foot {
  margin-top: 12px;
  font-size: 12px;
}

@media (max-width: 900px) {
  body.motion-video-page .cta-inner {
    grid-template-columns: 1fr;
    min-width: 0;
    gap: 24px;
  }

  body.motion-video-page .cta-left {
    padding-top: 28px;
  }

  body.motion-video-page .cta-form-wrap {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  body.motion-video-page .cta-banner-form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 28px 22px 24px;
  }

  body.motion-video-page .cta-banner-form .hero-banner-form__title {
    font-size: clamp(20px, 5.2vw, 26px);
  }

  body.motion-video-page .va-cta-decor-char {
    display: none;
  }
}

@media (min-width: 1101px) {
  body.motion-video-page .va-cta-decor-char--left {
    left: -42%;
    width: min(52%, 240px);
  }

  body.motion-video-page .va-cta-decor-char--right {
    right: -52%;
    bottom: -18%;
    width: min(58%, 255px);
  }
}

@media (max-width: 768px) {
  body.motion-video-page .va-reviews-band {
    padding: 22px 16px;
  }

  body.motion-video-page .va-reviews-band__inner {
    gap: 20px 28px;
  }

  body.motion-video-page .va-reviews-band__google {
    font-size: 24px;
  }

  body.motion-video-page .va-reviews-band__name {
    font-size: 20px;
  }

  body.motion-video-page .cta-section {
    padding-bottom: 72px;
  }
}
