/* ===== extracted from <style id="motion-video-sol-cards-equal"> ===== */
/* Match logo-and-branding solution card size (equal width/height) */
      body.motion-video-page #solution-os.solution-section .solution-layers {
        width: 100%;
      }

      body.motion-video-page #solution-os.solution-section .sol-layer {
        width: 100%;
        box-sizing: border-box;
        height: 124px;
        min-height: 124px;
        max-height: 124px;
        align-items: center;
        padding: 14px 16px;
      }

      body.motion-video-page #solution-os.solution-section .sol-layer > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0;
        width: 100%;
        overflow: hidden;
      }

      body.motion-video-page #solution-os.solution-section .sol-title {
        margin-bottom: 2px;
      }

      body.motion-video-page #solution-os.solution-section .sol-desc {
        min-height: 0;
        margin: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        overflow: hidden;
      }

      @media (max-width: 900px) {
        body.motion-video-page #solution-os.solution-section .sol-layer {
          height: auto;
          min-height: 128px;
          max-height: none;
          padding: 12px;
        }
      }

      /* Mobile: keep role pills readable (no broken right-aligned wrap) */
      @media (max-width: 768px) {
        body.motion-video-page #solution-os.solution-section .sol-tag {
          white-space: nowrap !important;
          text-align: center !important;
          max-width: none !important;
          width: max-content;
          justify-self: end;
          font-size: 9px;
          letter-spacing: 0.04em;
          line-height: 1.2;
          padding: 5px 10px;
        }

        body.motion-video-page #solution-os.solution-section .sol-layer {
          column-gap: 8px;
          overflow: visible;
        }

        body.motion-video-page #solution-os.solution-section .sol-layer > div:nth-child(2) {
          overflow: visible;
        }
      }

      @media (max-width: 400px) {
        body.motion-video-page #solution-os.solution-section .sol-tag {
          font-size: 8px;
          letter-spacing: 0.03em;
          padding: 4px 8px;
        }
      }

/* ===== extracted from <style> ===== */
body.motion-video-page #portfolio .va-portfolio-tabs-wrap {
        text-align: left;
        margin-bottom: 8px;
      }

      body.motion-video-page #portfolio .portfolio-row {
        display: flex;
        align-items: center;
        min-height: 280px;
      }

      body.motion-video-page #portfolio .portfolio-card {
        width: 280px;
        height: 280px;
        flex: 0 0 280px;
      }

      body.motion-video-page #portfolio .portfolio-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        image-rendering: auto;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }

      body.motion-video-page #testimonials .testi-video img,
      body.motion-video-page #testimonials .testi-video img.testi-video__portfolio {
        object-fit: cover !important;
        object-position: center center !important;
        image-rendering: auto;
        transform: translateZ(0) !important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }

      body.motion-video-page #testimonials .testi-card:hover .testi-video img,
      body.motion-video-page #testimonials .testi-card:hover .testi-video img.testi-video__portfolio {
        transform: translateZ(0) !important;
      }

      body.motion-video-page #testimonials .testi-card {
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }

      body.motion-video-page #portfolio .portfolio-tabs.portfolio-tabs--index {
        margin: 0 0 36px;
        padding: 4px;
        border-radius: 12px;
        background: #e8e8f6;
        border: 1px solid #d9daef;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        gap: 4px;
        max-width: 100%;
        box-sizing: border-box;
      }

      body.motion-video-page #portfolio .portfolio-tabs.portfolio-tabs--index .portfolio-tab {
        border: 0;
        background: transparent;
        color: #7878a0;
        font-size: 14px;
        font-weight: 600;
        font-family: "Inter", sans-serif;
        padding: 10px 20px;
        border-radius: 10px;
        cursor: pointer;
        transition: 0.25s ease;
        white-space: nowrap;
        box-shadow: none;
      }

      body.motion-video-page #portfolio .portfolio-tabs.portfolio-tabs--index .portfolio-tab.active {
        background: #fff;
        color: #454da1;
        box-shadow: none;
      }

      body.motion-video-page #portfolio .portfolio-tabs.portfolio-tabs--index .portfolio-tab:hover:not(.active) {
        color: #454da1;
        background: transparent;
      }

      body.motion-video-page .hero {
          position: relative;
          min-height: 100vh;
          min-height: 100dvh;
          display: flex;
          align-items: center;
          overflow: visible;
          background-color: #fbfaff;
      }

      body.motion-video-page .pf-lightbox__youtube {
        width: min(92vw, 960px);
        aspect-ratio: 16 / 9;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
      }

      body.motion-video-page .pf-lightbox__youtube iframe {
        width: 100%;
        height: 100%;
        border: 0;
      }

      body.motion-video-page .pf-lightbox__youtube-facade {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        border-radius: inherit;
        overflow: hidden;
        cursor: pointer;
        background: #000;
      }

      body.motion-video-page .pf-lightbox__youtube-facade img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      body.motion-video-page .pf-lightbox__youtube-play {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 72px;
        height: 72px;
        margin: -36px 0 0 -36px;
        border-radius: 50%;
        background: rgba(255, 0, 0, 0.92);
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
      }

      body.motion-video-page .pf-lightbox__youtube-play::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -10px 0 0 -6px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 18px solid #fff;
      }

      body.motion-video-page .pf-lightbox__caption a {
        color: #1fdce5;
        text-decoration: underline;
        word-break: break-all;
      }

      body.motion-video-page .pf-lightbox__file-hint {
        display: block;
        margin-top: 8px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.65);
        line-height: 1.45;
      }

      body.motion-video-page .pf-lightbox__file-hint a {
        color: #1fdce5;
      }

      body.motion-video-page .pf-lightbox__file-hint code {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.85);
      }

      @media (min-width: 901px) {
        body.motion-video-page .pf-lightbox__caption {
          display: none;
        }

        body.motion-video-page .pf-lightbox.pf-lightbox--file-preview .pf-lightbox__caption {
          display: block;
        }
      }

      @media (min-width: 901px) {
        body.motion-video-page #portfolio .portfolio-tabs.portfolio-tabs--index {
          flex-wrap: nowrap;
        }

        body.motion-video-page #portfolio .portfolio-tabs.portfolio-tabs--index .portfolio-tab {
          flex: 0 0 auto;
          padding: 10px 16px;
          font-size: 13px;
        }
      }

      @media (max-width: 768px) {
        body.motion-video-page #portfolio .va-portfolio-tabs-wrap {
          width: 100%;
          overflow: visible;
        }

        body.motion-video-page #portfolio .portfolio-tabs.portfolio-tabs--index {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          overflow: visible;
          justify-content: stretch;
          align-items: stretch;
          width: 100%;
          max-width: 100%;
          margin-left: 0;
          margin-right: 0;
        }

        body.motion-video-page #portfolio .portfolio-tabs.portfolio-tabs--index .portfolio-tab {
          flex: 1 1 0;
          min-width: 0;
          padding: 10px 8px;
          font-size: 12px;
        }

        /* Mobile portfolio: 1 card top row + 1 card bottom row, snap one-by-one */
        body.motion-video-page #portfolio .portfolio-rows {
          gap: 14px;
        }

        body.motion-video-page #portfolio .portfolio-row {
          display: block;
          overflow-x: auto;
          overflow-y: hidden;
          scroll-snap-type: x mandatory;
          -webkit-overflow-scrolling: touch;
          scrollbar-width: none;
          min-height: 0;
          -webkit-mask-image: none;
          mask-image: none;
        }

        body.motion-video-page #portfolio .portfolio-row::-webkit-scrollbar {
          display: none;
        }

        body.motion-video-page #portfolio .portfolio-row .portfolio-track,
        body.motion-video-page #portfolio .portfolio-row.left .portfolio-track.pf-ready,
        body.motion-video-page #portfolio .portfolio-row.right .portfolio-track.pf-ready {
          animation: none !important;
          animation-name: none !important;
          animation-duration: 0s !important;
          animation-play-state: paused !important;
          transform: none !important;
          display: flex !important;
          width: max-content !important;
          will-change: auto !important;
        }

        body.motion-video-page #portfolio .portfolio-card {
          width: min(86vw, 320px) !important;
          height: min(86vw, 320px) !important;
          flex: 0 0 min(86vw, 320px) !important;
          max-height: none !important;
          aspect-ratio: 1 / 1 !important;
          scroll-snap-align: center;
        }
      }

      @media (max-width: 1024px) and (min-width: 769px) {
        body.motion-video-page #portfolio .portfolio-card {
          width: 280px !important;
          height: 280px !important;
          max-height: none !important;
          aspect-ratio: auto !important;
        }
      }

      /* Hero video-for-background.mp4 + side character models (video-animation-v1) */
      body.motion-video-page .hero {
        position: relative;
        overflow: hidden;
        background: #1a1450;
        --mv-hero-char-h: clamp(380px, 74vh, 700px);
        --mv-char-boy-inner: 150px;
        --mv-char-girl-inner: 540px;
        padding: 140px 56px 0;
        min-height: max(100vh, calc(var(--mv-hero-char-h) + 200px));
        display: flex;
        align-items: flex-start;
        margin-bottom: 0;
      }

      body.motion-video-page .hero::before {
        display: none;
      }

      body.motion-video-page .hero::after {
        display: none;
      }

      body.motion-video-page .hero-bg-video {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        pointer-events: none;
      }

      body.motion-video-page .hero-bg-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(
          105deg,
          rgba(15, 18, 60, 0.72) 0%,
          rgba(15, 18, 60, 0.38) 42%,
          rgba(69, 77, 161, 0.12) 72%,
          rgba(69, 77, 161, 0.06) 100%
        );
        pointer-events: none;
      }

      body.motion-video-page .hero-characters {
        position: absolute;
        inset: 0;
        z-index: 3;
        pointer-events: none;
        overflow: visible;
      }

      body.motion-video-page .hero-character-orbit img {
        position: relative;
        width: auto;
        max-width: none;
        object-fit: contain;
        object-position: center bottom;
        user-select: none;
        display: block;
      }

      /* Side characters are anchored to the centered hero content (max 1200px)
         so they stay beside the form instead of drifting to the viewport edge.
         Each one's INNER edge sits at a fixed offset from centre; the body
         extends outward into the gutter and the hero clips the overflow, so
         the wider the screen the more of the character is revealed. */
      body.motion-video-page .hero-character-orbit--boy,
      body.motion-video-page .hero-character-orbit--girl {
        position: absolute;
        bottom: 0;
        height: var(--mv-hero-char-h);
        display: flex;
        align-items: flex-end;
        overflow: visible;
        pointer-events: none;
        line-height: 0;
        z-index: 6;
      }

      body.motion-video-page .hero-character-orbit--boy {
        right: calc(50% - var(--mv-char-boy-inner));
        left: auto;
        justify-content: flex-end;
        transform-origin: bottom right;
      }

      body.motion-video-page .hero-character-orbit--girl {
        left: calc(50% + var(--mv-char-girl-inner));
        right: auto;
        justify-content: flex-start;
        transform-origin: bottom left;
      }

      body.motion-video-page .hero-character-orbit--boy .hero-character--boy,
      body.motion-video-page .hero-character-orbit--girl .hero-character--girl {
        position: relative;
        height: 100%;
        width: auto;
        max-height: 100%;
        max-width: none;
        object-fit: contain;
        object-position: center bottom;
        transform-origin: 50% 100%;
        animation: mv-hero-char-drift 7s ease-in-out infinite;
        will-change: transform;
      }

      body.motion-video-page .hero-character-orbit--girl .hero-character--girl {
        animation-delay: -3.5s;
      }

      @keyframes mv-hero-char-drift {
        0%,
        100% {
          transform: translate3d(0, 0, 0);
        }

        50% {
          transform: translate3d(6px, 0, 0);
        }
      }

      body.motion-video-page .hero + .logo-bar {
        margin-top: 0;
        border-top: none;
        position: relative;
        z-index: 4;
      }

      body.motion-video-page .hero-inner {
        position: relative;
        z-index: 5;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.12fr) minmax(360px, 480px);
        column-gap: clamp(56px, 7vw, 96px);
        align-items: start;
        padding: clamp(8px, 2vh, 24px) 0 clamp(48px, 8vh, 88px);
      }

      body.motion-video-page .hero-inner .hero__left {
        position: relative;
        z-index: 5;
        align-self: start;
        min-width: 0;
        max-width: 100%;
        width: 100%;
        text-align: left;
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        column-gap: 16px;
        row-gap: 0;
      }

      body.motion-video-page .hero-inner .hero__left > * {
        grid-column: 1 / -1;
      }

      body.motion-video-page .hero-inner .hero__left > .hero-badge {
        justify-self: start;
        width: max-content;
        max-width: 100%;
        white-space: nowrap;
      }

      body.motion-video-page .hero-inner .hero__left h1 {
        text-align: left;
        font-size: clamp(38px, 4.75vw, 60px);
        line-height: 1.12;
        min-width: 0;
        max-width: 100%;
        width: 100%;
        color: #fff;
      }

      body.motion-video-page .hero-inner .hero__left h1 .hero-h1-row {
        display: block;
        text-wrap: pretty;
        max-width: 100%;
        width: 100%;
        color: #fff;
      }

      body.motion-video-page .hero-inner .hero__left h1 .hero-h1-row + .hero-h1-row {
        margin-top: 0.12em;
      }

      .portfolio-section {
        padding-top: 96px;
      }

      body.motion-video-page .hero-inner .hero__left h1 em {
        color: #1fdce5;
        white-space: normal;
      }

      body.motion-video-page .hero-inner .hero__left .hero__sub {
        margin: 0 0 36px;
        text-align: left;
        color: rgba(255, 255, 255, 0.78);
        font-size: 18px;
        line-height: 1.62;
        max-width: min(420px, 92%);
      }

      body.motion-video-page .hero-inner .hero__left .hero__sub strong {
        color: #fff;
      }

      body.motion-video-page .hero-inner .hero__left .hero__actions {
        justify-content: flex-start;
      }

      body.motion-video-page .hero-inner .hero__left .hero-badge {
        background: var(--turquoise);
        border-color: var(--turquoise);
        color: #000;
      }

      body.motion-video-page .hero-inner .hero__left .hero-badge .dot {
        background: #000;
        animation: none;
      }

      body.motion-video-page .hero-inner .hero__left .hero-industries.hero__banner {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        min-width: 0;
        flex-direction: row;
        align-items: flex-start;
      }

      body.motion-video-page .hero-inner .hero__left .hero-industries .ind-tag {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.16);
        box-shadow: none;
        color: rgba(255, 255, 255, 0.92);
        padding: 8px 14px;
        font-size: 13px;
        font-weight: 600;
      }

      body.motion-video-page .hero-inner .hero__left .hero-industries .ind-tag::before {
        content: none;
        display: none;
      }

      body.motion-video-page .hero__actions .btn--outline {
        background: #fff;
        color: #0f123c;
        border-color: #0f123c;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
        transition: all 0.25s;
      }

      body.motion-video-page .hero__actions .btn--outline:hover {
        background: #f8fafc;
        color: #0f123c;
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
      }

      /* Tick sits in front of first-line "U", not centered on wrapped text */
      body.motion-video-page .hero-moneyback {
        align-items: flex-start;
      }

      body.motion-video-page .hero-moneyback svg {
        flex: 0 0 auto;
        margin-top: 0.2em;
      }

      body.motion-video-page .hero-visual {
        align-self: start;
        min-width: 360px;
        max-width: 480px;
        flex-shrink: 0;
        z-index: 8;
        position: relative;
      }

      body.motion-video-page .hero-visual .lead-form.lead-form--hero-v2 {
        max-width: 480px;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
        margin-top: 0;
      }

      @media (max-width: 1200px) {
        body.motion-video-page .hero-inner {
          column-gap: clamp(28px, 4vw, 48px);
          max-width: 100%;
        }
      }

      @media (max-width: 1100px) {
        /* Layout stacks (form below copy) characters would overlap, so hide. */
        body.motion-video-page .hero-characters {
          display: none;
        }

        body.motion-video-page .hero-inner {
          grid-template-columns: 1fr;
          row-gap: clamp(24px, 4vw, 36px);
        }

        body.motion-video-page .hero-inner .hero__left {
          max-width: 100%;
        }

        body.motion-video-page .hero-visual {
          min-width: 0;
          width: 100%;
          max-width: min(420px, 100%);
          margin-left: auto;
          margin-right: auto;
        }
      }

      @media (max-width: 768px) {
        body.motion-video-page .hero {
          padding: 120px 20px 48px;
          min-height: 0;
          align-items: flex-start;
        }

        body.motion-video-page .hero-characters {
          display: none;
        }

        body.motion-video-page .hero-inner {
          gap: 32px;
        }

        /* Keep the hero heading + sub flush-left on mobile */
        body.motion-video-page .hero-inner .hero__left h1,
        body.motion-video-page .hero-inner .hero__left .hero__sub {
          text-align: left;
        }

        /* Mobile only: hide white "See How It Works" outline button */
        body.motion-video-page .hero__actions .btn--outline {
          display: none !important;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        body.motion-video-page .hero-character-orbit--boy .hero-character--boy,
        body.motion-video-page .hero-character-orbit--girl .hero-character--girl {
          animation: none;
        }

        body.motion-video-page .hero-bg-video {
          transform: none;
        }
      }

      /* Pricing side mascots (video-animation-v1) */
      body.motion-video-page #pricing.pricing-sec {
        position: relative;
        overflow: hidden;
        background-color: #f6f6fc;
        background-image: url("../assets/images/what-we-do/video-animation/prciing-bg-v1.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        padding-left: 24px;
        padding-right: 24px;
      }

      body.motion-video-page #pricing .pricing-inner {
        position: relative;
        z-index: 2;
      }
      
      #pricing .pricing-inner {
        max-width: 1148px;
        padding-left: 24px;
        padding-right: 24px;
      }

      body.motion-video-page #pricing .pricing-grid {
        position: relative;
        z-index: 2;
      }

      body.motion-video-page .va-pricing-decor {
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 10;
      }

      body.motion-video-page .va-pricing-decor__side {
        position: absolute;
        bottom: 0;
        /* Sit in the gutter beside the centered pricing grid (max-width 1148px).
           The inner edge stays glued ~24px outside the grid, while the width
           grows with the available gutter so the character reveals more on
           wider screens and shrinks to nothing before it could ever overlap
           the cards (never on top, never hidden behind always beside). */
        width: clamp(0px, calc((100vw - 1148px) / 2 - 36px), 320px);
        line-height: 0;
        background: transparent;
        z-index: 10;
      }

      body.motion-video-page .va-pricing-decor__side--left {
        right: calc(50% + 598px);
        left: auto;
      }

      body.motion-video-page .va-pricing-decor__side--right {
        left: calc(50% + 598px);
        right: auto;
      }

      body.motion-video-page .va-pricing-decor__side img {
        display: block;
        width: 100%;
        height: auto;
        max-height: min(50vh, 500px);
        object-fit: contain;
        object-position: bottom center;
        mix-blend-mode: screen;
      }

      /* Below ~1400px the centered grid leaves too little gutter for a
         well-proportioned character, so hide rather than show a thin sliver. */
      @media (max-width: 1399px) {
        body.motion-video-page .va-pricing-decor {
          display: none;
        }
      }

      /* ===== Lead-form offer card match brand-identity promo styling ===== */
      body.motion-video-page .lead-form--hero-v2 .lead-form__offer.lead-form__offer--promo {
        padding: 14px 16px 13px;
        border-radius: 18px;
        border: 1.5px solid #e3ddf8;
      }
      body.motion-video-page .lead-form--hero-v2 .lead-form__offer.lead-form__offer--promo::after { display: none; }

      body.motion-video-page .lead-form--hero-v2 .lead-form__offer--promo .lead-form__offer-tag {
        padding: 3px 10px 2px;
        margin: 0 0 6px;
        border-radius: 6px;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.1em;
      }
      body.motion-video-page .lead-form--hero-v2 .lead-form__offer--promo .lead-form__offer-copy {
        max-width: calc(100% - 78px);
        gap: 4px;
      }
      body.motion-video-page .lead-form--hero-v2 .lead-form__offer--promo .lead-form__offer-headline {
        font-size: clamp(19px, 1vw, 30px);
        font-weight: 800;
        line-height: 1.05;
        letter-spacing: -0.03em;
        color: #161c30;
      }
      body.motion-video-page .lead-form--hero-v2 .lead-form__offer--promo .lead-form__offer-highlight {
        font-size: 1.375em;
        font-weight: 800;
        letter-spacing: -0.04em;
        background: linear-gradient(90deg, #3b39d6 0%, #5660c5 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
      }
      body.motion-video-page .lead-form--hero-v2 .lead-form__offer--promo .lead-form__offer-line {
        font-size: clamp(19px, 1vw, 27px);
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: -0.03em;
        color: #161c30;
        margin: 0;
      }
      body.motion-video-page .lead-form--hero-v2 .lead-form__offer--promo .lead-form__offer-note {
        font-size: clamp(11px, 0.575vw, 13.5px);
        font-weight: 400;
        line-height: 1.3;
        color: #5a6178;
        white-space: normal;
      }
      body.motion-video-page .lead-form--hero-v2 .lead-form__offer--promo .lead-form__offer-art {
        display: block;
        position: absolute;
        right: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        width: 86px;
        height: 80px;
        opacity: 0.5;
        pointer-events: none;
        z-index: 0;
      }
      body.motion-video-page .lead-form--hero-v2 .lead-form__offer--promo .lead-form__offer-art svg,
      body.motion-video-page .lead-form--hero-v2 .lead-form__offer--promo .lead-form__offer-art img {
        display: block;
        width: 100%;
        height: auto;
      }

      body.motion-video-page .lead-form.lead-form--hero-v2 .lead-form__submit-icon {
        width: 24px;
        height: 18px;
        transform: scaleX(1.25);
        transform-origin: center;
      }

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

      body.motion-video-page .hero-banner-form__submit .hero-cta-arrow {
        font-size: 1.28em;
        transform: scaleX(1.22);
        transform-origin: center;
      }

      /* Lead popup same as hero banner form */
      .lead-popup-overlay {
        position: fixed;
        inset: 0;
        z-index: 1001;
        background: rgba(26, 26, 46, 0.55);
        backdrop-filter: blur(6px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px;
        opacity: 0;
        visibility: hidden;
        transition:
          opacity 0.35s ease,
          visibility 0.35s ease;
      }

      .lead-popup-overlay.open {
        opacity: 1;
        visibility: visible;
      }

      .lead-popup-modal {
        position: relative;
        width: 100%;
        max-width: 430px;
        max-height: min(92vh, 820px);
        overflow-y: auto;
        transform: translateY(16px) scale(0.98);
        transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
      }

      .lead-popup-overlay.open .lead-popup-modal {
        transform: translateY(0) scale(1);
      }

      .lead-popup-modal .hero-banner-form {
        max-width: none;
        width: 100%;
        margin: 0;
      }

      .lead-popup-close {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: none;
        background: var(--lavender);
        color: var(--midnight);
        font-size: 18px;
        line-height: 1;
        cursor: pointer;
        z-index: 3;
        transition: background 0.2s ease;
      }

      .lead-popup-close:hover {
        background: var(--lavender-mid);
      }

      /* Fixed right rail */
      .side-rail {
        --side-rail-tab-w: 56px;
        --side-rail-tab-h: 58px;
        --side-rail-accent: linear-gradient(180deg, var(--midnight), var(--turquoise));
        --side-rail-accent-hover: linear-gradient(180deg, var(--midnight), var(--turquoise));
        --side-rail-accent-shadow: none;
        --side-rail-accent-shadow-hover: 0 6px 18px rgba(69, 77, 161, 0.32);
        --side-rail-drawer-panel-w: min(300px, calc(100vw - 72px));
        --side-rail-border: 2.5px solid #1aad50;
        position: fixed;
        right: 0;
        top: 26%;
        z-index: 190;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 12px;
        pointer-events: none;
      }

      .side-rail__block {
        pointer-events: auto;
        flex-shrink: 0;
      }

      .side-rail__tab-face {
        width: var(--side-rail-tab-w);
        min-width: var(--side-rail-tab-w);
        max-width: var(--side-rail-tab-w);
        flex: 0 0 var(--side-rail-tab-w);
        box-sizing: border-box;
        background: var(--side-rail-accent);
        box-shadow: var(--side-rail-accent-shadow);
        border: var(--side-rail-border);
        border-right: none;
        border-radius: 16px 0 0 16px;
      }

      .side-rail__pill {
        display: flex;
        align-items: center;
        overflow: hidden;
        height: var(--side-rail-tab-h);
        transition:
          box-shadow 0.3s ease,
          transform 0.2s ease,
          max-width 0.35s ease;
      }

      .side-rail__block--phone a.side-rail__pill,
      .side-rail__block--phone a.side-rail__pill *,
      .side-rail__block--phone a.side-rail__pill:hover,
      .side-rail__block--phone a.side-rail__pill:focus,
      .side-rail__block--phone a.side-rail__pill:focus-visible {
        text-decoration: none !important;
        border-bottom: none;
        box-decoration-break: clone;
      }

      .side-rail__block--chat button.side-rail__pill {
        appearance: none;
        -webkit-appearance: none;
        padding: 0;
        margin: 0;
        font: inherit;
        text-decoration: none;
        color: inherit;
        cursor: pointer;
        text-align: left;
        background: var(--side-rail-accent);
        box-shadow: var(--side-rail-accent-shadow);
        border: var(--side-rail-border);
        border-right: none;
        border-radius: 16px 0 0 16px;
      }

      .side-rail__block--chat button.side-rail__pill:hover,
      .side-rail__block--chat button.side-rail__pill:focus,
      .side-rail__block--chat button.side-rail__pill:focus-visible {
        text-decoration: none;
        color: inherit;
      }

      .side-rail__block--phone a.side-rail__pill:hover,
      .side-rail__block--phone a.side-rail__pill:focus,
      .side-rail__block--phone a.side-rail__pill:focus-visible {
        color: inherit;
      }

      .side-rail__block--hover:hover .side-rail__pill,
      .side-rail__block--phone:hover .side-rail__pill,
      .side-rail__block--phone:focus-within .side-rail__pill {
        max-width: none;
        flex: 0 1 auto;
        width: auto;
      }

      .side-rail__block--hover:hover .side-rail__pill,
      .side-rail__block--phone:hover .side-rail__pill,
      .side-rail__block--phone:focus-within .side-rail__pill,
      .side-rail__block--chat:hover .side-rail__pill,
      .side-rail__block--chat:focus-within .side-rail__pill {
        box-shadow: var(--side-rail-accent-shadow-hover);
      }

      .side-rail__icon-btn {
        width: var(--side-rail-tab-w);
        height: var(--side-rail-tab-h);
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: none;
        color: #fff;
        font-size: 22px;
        cursor: pointer;
        text-decoration: none;
      }

      .side-rail__icon-btn i {
        display: block;
        line-height: 1;
        pointer-events: none;
      }

      .side-rail__expand {
        display: flex;
        align-items: center;
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        white-space: nowrap;
        transition:
          max-width 0.35s cubic-bezier(0.4, 0, 0.2, 1),
          opacity 0.22s ease,
          padding 0.35s ease;
      }

      .side-rail__sep {
        width: 1px;
        height: 26px;
        background: rgba(255, 255, 255, 0.35);
        margin: 0 14px 0 6px;
        flex-shrink: 0;
      }

      .side-rail__expand-label {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        padding-right: 18px;
        font-family: "Inter", sans-serif;
        letter-spacing: 0.01em;
      }

      .side-rail__block--hover:hover .side-rail__expand,
      .side-rail__block--hover:focus-within .side-rail__expand {
        max-width: 220px;
        opacity: 1;
      }

      .side-rail__block--phone:hover .side-rail__expand,
      .side-rail__block--phone:focus-within .side-rail__expand {
        max-width: 240px;
      }

      .side-rail__block--consult {
        position: relative;
        width: var(--side-rail-tab-w);
        flex-shrink: 0;
      }

      .side-rail__drawer-backdrop {
        position: fixed;
        inset: 0;
        z-index: 188;
        background: rgba(20, 20, 42, 0.35);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition:
          opacity 0.35s ease,
          visibility 0.35s ease;
      }

      .side-rail__block--consult.is-open .side-rail__drawer-backdrop {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      .side-rail__consult-wrap {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        width: calc(var(--side-rail-tab-w) + var(--side-rail-drawer-panel-w));
        transform: translateX(var(--side-rail-drawer-panel-w));
        transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1);
        will-change: transform;
        z-index: 191;
      }

      .side-rail__block--consult.is-open .side-rail__consult-wrap {
        transform: translateX(0);
      }

      .side-rail__consult-tab {
        color: #fff;
        padding: 12px 0;
        height: auto;
        align-self: flex-start;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: box-shadow 0.3s ease;
      }

      .side-rail__consult-tab-label {
        display: block;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        white-space: nowrap;
        font-family: "Inter", sans-serif;
        line-height: 1.2;
      }

      .side-rail__block--consult.is-open .side-rail__consult-tab {
        box-shadow: var(--side-rail-accent-shadow-hover);
      }

      .side-rail__block--consult:not(.is-open) .side-rail__consult-wrap {
        pointer-events: none;
      }

      .side-rail__block--consult:not(.is-open) .side-rail__consult-tab {
        pointer-events: auto;
      }

      .side-rail__block--consult.is-open .side-rail__consult-wrap {
        pointer-events: auto;
      }

      button.side-rail__consult-tab {
        cursor: pointer;
        font-family: inherit;
      }

      .side-rail__consult-panel {
        position: relative;
        flex-shrink: 0;
        width: var(--side-rail-drawer-panel-w);
        max-height: min(85vh, 520px);
        overflow-y: auto;
        padding: 28px 22px 22px;
        background: var(--white);
        border: 1px solid var(--border-light);
        border-right: none;
        box-shadow: -12px 0 40px rgba(69, 77, 161, 0.18);
        border-radius: 10px 0 0 10px;
      }

      .side-rail__consult-panel::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--side-rail-accent);
        border-radius: 10px 0 0 0;
        z-index: 1;
      }

      .side-rail__form-title {
        font-family: "Playfair Display", Georgia, serif;
        font-size: 17px;
        font-weight: 500;
        color: var(--ink);
        line-height: 1.2;
        margin: 0 0 18px;
        padding-right: 8px;
        white-space: nowrap;
      }

      .side-rail__form-title em {
        font-style: italic;
        font-weight: 400;
        color: var(--midnight);
      }

      .side-rail__form .sr-field {
        width: 100%;
        background: var(--lav);
        border: 1.5008px solid var(--bd);
        border-radius: 8px;
        padding: 11px 14px;
        margin-bottom: 10px;
        font-size: 14.5008px;
        font-family: "Inter", sans-serif;
        color: var(--ink);
        outline: none;
        transition:
          border-color 0.2s,
          background 0.2s,
          box-shadow 0.2s;
      }

      .side-rail__form .sr-field::placeholder {
        color: #b0b0c4;
      }

      .side-rail__form .sr-field:focus {
        border-color: var(--midnight);
        background: var(--white);
        box-shadow: 0 0 0 3px rgba(69, 77, 161, 0.07);
      }

      .side-rail__form select.sr-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);
      }

      .side-rail__form select.sr-field:invalid {
        color: #b0b0c4;
      }

      .side-rail__form select.sr-field:focus,
      .side-rail__form select.sr-field option {
        color: var(--ink, #10132b);
      }

      .side-rail__form select.sr-field option[disabled] {
        color: #b0b0c4;
      }

      .side-rail__form-foot {
        font-size: 12px;
        color: var(--muted);
        text-align: center;
        margin: 12px 0 0;
        line-height: 1.45;
      }

      .side-rail__submit {
        width: 100%;
        padding: 12px 16px;
        border: none;
        border-radius: 10px;
        background: var(--side-rail-accent);
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        font-family: "Inter", sans-serif;
        cursor: pointer;
        box-shadow: var(--side-rail-accent-shadow);
        transition:
          background 0.2s ease,
          transform 0.2s ease,
          box-shadow 0.3s ease;
      }

      .side-rail__submit:hover {
        background: var(--side-rail-accent-hover);
        transform: translateY(-2px);
        box-shadow: var(--side-rail-accent-shadow-hover);
      }

      .side-rail__form-note {
        display: none;
        font-size: 13px;
        color: var(--green);
        font-weight: 600;
        text-align: center;
        margin-top: 10px;
      }

      .side-rail__form.is-sent .side-rail__form-title,
      .side-rail__form.is-sent .side-rail__form-fields,
      .side-rail__form.is-sent .side-rail__form-foot {
        display: none;
      }

      .side-rail__form.is-sent .side-rail__form-note {
        display: block;
      }

      @media (max-width: 768px) {
        .side-rail {
          --side-rail-tab-w: 40px;
          --side-rail-tab-h: 40px;
          --side-rail-drawer-panel-w: min(252px, calc(100vw - 56px));
        }

        .side-rail__icon-btn {
          font-size: 18px;
        }

        .side-rail__block--consult {
          --side-rail-consult-tab-w: 40px;
          width: var(--side-rail-consult-tab-w);
        }

        .side-rail__consult-wrap {
          width: calc(var(--side-rail-consult-tab-w) + var(--side-rail-drawer-panel-w));
        }

        .side-rail__consult-tab {
          padding: 10px 0;
          width: var(--side-rail-consult-tab-w);
          min-width: var(--side-rail-consult-tab-w);
          max-width: var(--side-rail-consult-tab-w);
          flex: 0 0 var(--side-rail-consult-tab-w);
        }

        .side-rail__consult-tab-label {
          font-size: 10px;
        }

        .side-rail__consult-panel {
          padding: 22px 12px 18px;
        }

        .side-rail__form select.sr-field {
          font-size: 12.5px;
          padding-right: 28px;
          background-position: right 8px center;
        }
      }
      body.motion-video-page .va-hiw-title em {
        display: inline;
      }

      /* Top promo bar — match logo-and-branding */
      body.has-top-promo-bar.motion-video-page .top-promo-bar__badge {
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
        padding: 4px 12px;
        border-radius: 6px;
        background: var(--green);
        color: #fff;
        border: 0;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        white-space: nowrap;
      }

      body.has-top-promo-bar.motion-video-page .top-promo-bar__sep {
        margin: 0 0.15em;
        opacity: 0.85;
      }

      body.has-top-promo-bar.motion-video-page .top-promo-bar__cta-link {
        color: #6ee7b7;
        font-size: 13px;
        font-weight: 800;
        text-decoration: none;
        white-space: nowrap;
      }

      body.has-top-promo-bar.motion-video-page .top-promo-bar__cta-link:hover {
        color: #a7f3d0;
        text-decoration: underline;
      }

      body.has-top-promo-bar.motion-video-page .top-promo-bar__text--mobile {
        display: none;
      }

      body.has-top-promo-bar.motion-video-page .top-promo-bar__link {
        font-size: 12px;
      }

      body.has-top-promo-bar.motion-video-page .top-promo-bar__link i {
        color: var(--turquoise);
        opacity: 1;
      }

      @media (max-width: 768px) {
        body.has-top-promo-bar.motion-video-page .top-promo-bar__inner {
          flex-wrap: nowrap;
          justify-content: center;
          padding: 6px 12px;
          gap: 8px;
        }

        body.has-top-promo-bar.motion-video-page .top-promo-bar__offer {
          flex: 0 1 auto;
          flex-wrap: wrap;
          gap: 4px 8px;
          text-align: center;
        }

        body.has-top-promo-bar.motion-video-page .top-promo-bar__badge {
          padding: 3px 8px;
          font-size: 9px;
        }

        body.has-top-promo-bar.motion-video-page
          .top-promo-bar__text:not(.top-promo-bar__text--mobile) {
          display: none;
        }

        body.has-top-promo-bar.motion-video-page .top-promo-bar__text--mobile {
          display: inline;
          white-space: normal;
          font-size: 11px;
          line-height: 1.3;
        }

        body.has-top-promo-bar.motion-video-page .top-promo-bar__cta-link {
          font-size: 11px;
        }

        body.has-top-promo-bar.motion-video-page .top-promo-bar__contact {
          display: none;
        }

        body.has-top-promo-bar.motion-video-page nav#nav {
          top: 44px;
        }

        body.has-top-promo-bar.motion-video-page nav#nav.scrolled {
          top: 40px;
        }
      }

/* ===== extracted from <style id="laptop-responsive-motion-video"> ===== */
@media screen and (min-width: 1024px) and (max-width: 1536px) {
        body.has-top-promo-bar.design-services-page.motion-video-page.page-video-animation-v1 {
          --hero-nav-clearance: 140px;
        }

        body.has-top-promo-bar.design-services-page.motion-video-page .hero {
          padding: 140px 24px 56px !important;
          min-height: auto !important;
          height: auto !important;
          overflow: visible !important;
          display: flex !important;
          flex-direction: column !important;
          align-items: stretch !important;
          justify-content: flex-start !important;
        }

        body.motion-video-page .hero-characters,
        body.motion-video-page .hero-character-orbit,
        body.motion-video-page .hero-character-orbit--boy,
        body.motion-video-page .hero-character-orbit--girl {
          display: none !important;
        }

        body.motion-video-page .hero-inner {
          display: grid !important;
          grid-template-columns: minmax(0, 1fr) minmax(0, 520px) !important;
          grid-template-rows: auto !important;
          column-gap: clamp(40px, 4vw, 56px) !important;
          row-gap: 0 !important;
          gap: clamp(40px, 4vw, 56px) !important;
          max-width: min(1140px, 100%) !important;
          width: 100% !important;
          margin: 0 auto !important;
          align-items: start !important;
          padding: 0 !important;
          transform: translateY(8px);
          box-sizing: border-box;
        }

        body.motion-video-page .hero-inner .hero__left {
          display: block !important;
          grid-template-columns: none !important;
          min-width: 0 !important;
          max-width: 100% !important;
          width: 100% !important;
          margin-left: clamp(0px, 3vw, 40px) !important;
          margin-right: 0 !important;
          padding-top: 8px !important;
          transform: translateY(8px) !important;
          order: 0 !important;
          grid-column: auto !important;
          text-align: left !important;
        }

        body.motion-video-page .hero-inner .hero__left > * {
          grid-column: auto !important;
        }

        body.motion-video-page .hero-inner .hero__left h1 {
          font-size: clamp(34px, 3.6vw, 50px) !important;
          max-width: 100% !important;
        }

        body.motion-video-page .hero-inner .hero__left .hero__sub {
          max-width: 100% !important;
          margin-bottom: 24px !important;
        }

        body.motion-video-page .hero-inner .hero__left .hero__actions {
          flex-wrap: wrap !important;
          justify-content: flex-start !important;
        }

        body.motion-video-page .hero-inner .hero__left .hero-industries.hero__banner {
          justify-content: flex-start !important;
        }

        body.motion-video-page .hero-visual {
          display: block !important;
          min-width: 0 !important;
          max-width: min(520px, 100%) !important;
          width: 100% !important;
          justify-self: stretch !important;
          align-self: start !important;
          margin: 12px 0 0 !important;
          position: relative !important;
          left: auto !important;
          right: auto !important;
          transform: none !important;
          order: 0 !important;
          grid-column: auto !important;
        }

        body.motion-video-page .hero-visual .lead-form.lead-form--hero-v2,
        body.motion-video-page .hero-visual .lead-form {
          max-width: 100% !important;
          width: 100% !important;
          margin: 0 !important;
          padding: 26px 22px 22px !important;
          gap: 12px !important;
          box-sizing: border-box;
        }

        body.motion-video-page .lead-form.lead-form--hero-v2 .hero-float,
        body.motion-video-page .lead-form .hero-float {
          right: 6px !important;
          left: auto !important;
        }
      }

/* ===== extracted from <style id="short-viewport-hero-nudge"> ===== */
@media screen and (min-width: 1024px) and (max-width: 1536px) and (max-height: 760px) {
        body[class][class][class][class][class][class][class][class] .hero__left {
          transform: translateY(56px) !important;
        }

        body[class][class][class][class][class][class][class][class] .hero {
          padding-bottom: 52px !important;
        }

        body[class][class][class][class][class][class][class][class] .hero-inner {
          padding-bottom: 8px !important;
        }

        body[class][class][class][class][class][class][class][class] .hero-visual {
          transform: translate(-48px, 28px) !important;
        }

        body[class][class][class][class][class][class][class][class] .hero-moneyback {
          display: none !important;
        }

        body[class][class][class][class][class][class][class][class] .hero-industries.hero__banner {
          display: grid !important;
          grid-template-columns: auto auto !important;
          width: max-content !important;
          max-width: 100% !important;
          gap: 6px !important;
          margin-top: 10px !important;
        }

        body[class][class][class][class][class][class][class][class] .hero-industries.hero__banner .ind-tag {
          display: inline-flex !important;
          font-size: 11px !important;
          padding: 5px 10px !important;
        }

        body[class][class][class][class][class][class][class][class] .lead-form.lead-form--hero-v2 {
          padding: 13px 13px 9px !important;
          gap: 5px !important;
        }

        body[class][class][class][class][class][class][class][class] .lead-form.lead-form--hero-v2 > form {
          gap: 6px !important;
        }

        body[class][class][class][class][class][class][class][class] .lead-form.lead-form--hero-v2 .lead-form__title {
          font-size: 15px !important;
        }

        body[class][class][class][class][class][class][class][class] .lead-form.lead-form--hero-v2 .lead-form__label {
          font-size: 10px !important;
        }

        body[class][class][class][class][class][class][class][class] .lead-form.lead-form--hero-v2 .lead-form__group {
          gap: 4px !important;
        }

        body[class][class][class][class][class][class][class][class] .lead-form.lead-form--hero-v2 .lead-form__input {
          min-height: 32px !important;
          padding: 6px 10px 6px 30px !important;
          font-size: 12px !important;
        }

        body[class][class][class][class][class][class][class][class] .lead-form.lead-form--hero-v2 .lead-form__submit {
          font-size: 13px !important;
          padding: 10px 16px !important;
        }
      }

/* ===== extracted from <style id="motion-video-hero-float-nudge"> ===== */
/* After shared banner-text CSS so this wins at 1200x580 */
      @media screen and (min-width: 1024px) and (max-width: 1536px) and (max-height: 760px) {
        body[class][class][class][class][class][class][class][class][class] .hero .lead-form.lead-form--hero-v2 .hero-float,
        body[class][class][class][class][class][class][class][class][class] .hero .lead-form .hero-float {
          right: -10px !important;
          transform: translateX(28px) !important;
        }
      }

/* ===== extracted from <style id="motion-video-founders-comp-triangle"> ===== */
body.motion-video-page .comparison-section--founders .comp-table svg.wrong {
        vertical-align: middle;
        position: relative;
        top: -3px;
      }

/* ===== extracted from <style id="motion-video-comp-table-mobile"> ===== */
/* Mobile only — comparison table scroll + side-rail clearance */
      @media (max-width: 768px) {
        body.motion-video-page .comparison-section--founders .comp-table-wrap {
          overflow-x: auto !important;
          -webkit-overflow-scrolling: touch;
          overscroll-behavior-x: contain;
          max-width: 100%;
          margin-left: calc(-1 * var(--ds-pad-x, 16px));
          margin-right: calc(-1 * var(--ds-pad-x-r, 16px));
          padding-left: var(--ds-pad-x, 16px);
          /* Clear fixed side-rail tabs so Agency column isn’t covered */
          padding-right: max(56px, calc(var(--ds-pad-x-r, 16px) + 40px));
          padding-bottom: 10px;
        }

        body.motion-video-page .comparison-section--founders .comp-table {
          width: max-content !important;
          min-width: 720px !important;
          max-width: none !important;
          table-layout: auto;
        }

        body.motion-video-page .comparison-section--founders .comp-table th,
        body.motion-video-page .comparison-section--founders .comp-table td {
          padding: 12px 12px;
          font-size: 12.5px;
          line-height: 1.35;
          overflow-wrap: normal;
          word-break: normal;
          hyphens: none;
          white-space: normal;
          vertical-align: middle;
        }

        body.motion-video-page .comparison-section--founders .comp-table th:first-child,
        body.motion-video-page .comparison-section--founders .comp-table td:first-child {
          min-width: 128px;
          max-width: 148px;
          overflow-wrap: break-word;
          word-break: keep-all;
        }

        body.motion-video-page .comparison-section--founders .comp-table th:not(:first-child),
        body.motion-video-page .comparison-section--founders .comp-table td:not(:first-child) {
          min-width: 112px;
          white-space: nowrap;
        }

        body.motion-video-page .comparison-section--founders .comp-table th.hi .logo1,
        body.motion-video-page .comparison-section--founders .comp-table th.hi .logo2 {
          width: 96px;
          height: auto;
        }
      }

      @media (max-width: 480px) {
        body.motion-video-page .comparison-section--founders .comp-table-wrap {
          padding-right: max(52px, calc(var(--ds-pad-x-r, 12px) + 36px));
        }

        body.motion-video-page .comparison-section--founders .comp-table {
          min-width: 680px !important;
        }
      }

/* ===== extracted from <style id="v2-pricing-theme-svc"> ===== */
#pricing .pricing-grid{align-items:flex-start}
      #pricing .p-card{display:flex;flex-direction:column}
      #pricing .p-card .p-btn{margin-top:auto}
      #pricing .p-card.featured{background:#fff;color:#5b6079;border:2px solid #454da1;box-shadow:0 14px 48px rgba(69,77,161,.18)}
      #pricing .p-card.featured .p-tier{color:#454da1}
      #pricing .p-card.featured .p-name,#pricing .p-card.featured .p-price{color:#10132b}
      #pricing .p-card.featured .p-period,#pricing .p-card.featured .p-desc,#pricing .p-card.featured .p-was,#pricing .p-card.featured .p-features li{color:#5b6079}
      #pricing .p-card.featured .p-features li{border-color:rgba(69,77,161,.18)}
      #pricing .p-card.featured::before{background:#454da1}
      #pricing .p-pop{background:rgba(33,191,207,.15);color:var(--turquoise)}
      /* Task 7: LEFT align pricing header (what-we-do page) */
      #pricing .pricing-inner{text-align:left}
      #pricing .chip {
        margin-left: 0;
      }
      #pricing h2 {
        max-width: 680px;
        margin-left: 0;
      }
      #pricing .sec-sub {
        margin-left: 0;
        max-width: 625px;
      }
      body.motion-video-page .va-expert-band__head {
        text-align: left;
        margin-left: 0;
      }

      body.motion-video-page .va-expert-band__head .va-hiw-eyebrow {
        justify-content: flex-start;
      }

      body.motion-video-page .va-expert-tabs {
        margin-left: 0;
      }

      @media (max-width: 768px) {
        #pricing .pricing-inner {
          padding-left: 0;
          padding-right: 0;
        }
      }

/* ===== SVG caution icon fills (moved from inline <defs><style>) ===== */
svg.wrong .cls-1 {
  fill: #1a1a1a;
}
svg.wrong .cls-2 {
  fill: #ffef11;
  fill-rule: evenodd;
}

/* Desktop ? reviews match web-design look: no play + image full card height */
@media screen and (min-width: 769px) {
  html body.motion-video-page #testimonials.testimonials-section .testi-video .testi-video-play,
  html body.motion-video-page #testimonials.testimonials-section .testi-video-duration {
    display: none !important;
  }

  html body.motion-video-page #testimonials.testimonials-section .testi-card {
    display: flex !important;
    align-items: stretch !important;
    width: 560px !important;
    min-height: 310px !important;
  }

  html body.motion-video-page #testimonials.testimonials-section .testi-card > .testi-video {
    position: relative !important;
    display: block !important;
    width: 280px !important;
    min-width: 280px !important;
    flex: 0 0 280px !important;
    align-self: stretch !important;
    height: auto !important;
    min-height: 100% !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    background: #0f1024 !important;
  }

  html body.motion-video-page #testimonials.testimonials-section .testi-card .testi-video img,
  html body.motion-video-page #testimonials.testimonials-section .testi-card .testi-video img.testi-video__portfolio,
  html body.motion-video-page #testimonials.testimonials-section .testi-card .testi-video img:not(.testi-video__logo),
  html body.motion-video-page #testimonials.testimonials-section .testi-card:hover .testi-video img:not(.testi-video__logo) {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
  }
}

/* Mobile CTA form-perks: title + copy flow together (no flex split) */
@media screen and (max-width: 768px) {
  html body.motion-video-page section.cta-section#get-matched .form-perk {
    display: block !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden !important;
    text-align: left !important;
    font-size: 13px;
    line-height: 1.4;
  }

  html body.motion-video-page section.cta-section#get-matched .form-perk > .role-icon,
  html body.motion-video-page section.cta-section#get-matched .form-perk > .svc-icon,
  html body.motion-video-page section.cta-section#get-matched .form-perk > i {
    float: left;
    margin-right: 10px;
  }

  html body.motion-video-page section.cta-section#get-matched .form-perk strong {
    font-weight: 700;
    margin-right: 0.25em;
  }
}

/* Mobile only: text-based reviews (hide thumbs) — this page only */
@media screen and (max-width: 768px) {
  html body.motion-video-page #testimonials.testimonials-section .testi-card > .testi-video {
    display: none !important;
  }

  html body.motion-video-page #testimonials.testimonials-section .testi-card {
    width: min(88vw, 360px) !important;
    min-height: auto !important;
    height: auto !important;
    flex-direction: column !important;
  }

  html body.motion-video-page #testimonials.testimonials-section .testi-content {
    width: 100% !important;
    padding: 20px 18px 18px !important;
  }

  html body.motion-video-page #testimonials.testimonials-section .testi-quote {
    display: block !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    overflow: visible !important;
  }
}

/* Mobile reviews: Splide one-by-one — keep both rows, hide marquee tracks */
body.motion-video-page #testimonials .web-testi-row-splide {
  display: none;
}

@media (max-width: 768px) {
  body.motion-video-page
    #testimonials
    .testi-marquee-wrap.is-testi-splide-mobile
    .testi-track {
    display: none !important;
  }

  body.motion-video-page
    #testimonials
    .testi-marquee-wrap.is-testi-splide-mobile
    .web-testi-row-splide {
    display: block;
    width: 100%;
    margin: 0 0 12px;
  }

  body.motion-video-page #testimonials .web-testi-row-splide .splide__track {
    overflow: hidden;
  }

  body.motion-video-page #testimonials .web-testi-row-splide .splide__slide {
    display: flex;
    justify-content: center;
  }

  body.motion-video-page #testimonials .web-testi-row-splide .testi-card {
    width: 100% !important;
    max-width: 400px;
    min-height: auto !important;
    height: auto !important;
    flex-direction: column !important;
    margin: 0 auto;
  }

  body.motion-video-page #testimonials .web-testi-row-splide .testi-video {
    display: none !important;
  }

  body.motion-video-page #testimonials .web-testi-row-splide .testi-content {
    width: 100% !important;
    padding: 20px 18px 18px !important;
  }

  body.motion-video-page #testimonials .web-testi-row-splide .testi-quote {
    display: block !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    overflow: visible !important;
  }

  body.motion-video-page
    #testimonials
    .testi-marquee-wrap.is-testi-splide-mobile
    .testi-row {
    overflow: visible;
    scroll-snap-type: none;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

@media (min-width: 769px) {
  body.motion-video-page #testimonials .web-testi-row-splide {
    display: none !important;
  }
}

