/* Shared styles extracted from repeated inline blocks. */
/* V50 update: restore premium scroll reveal animation */
body:not(.no-motion) .reveal{
  opacity:0!important;
  transform:translateY(34px)!important;
  transition:
    opacity .82s cubic-bezier(.2,.8,.2,1),
    transform .82s cubic-bezier(.2,.8,.2,1)!important;
  will-change:opacity,transform;
}
body:not(.no-motion) .reveal.reveal-left{
  transform:translateX(-36px)!important;
}
body:not(.no-motion) .reveal.reveal-right{
  transform:translateX(36px)!important;
}
body:not(.no-motion) .reveal.visible{
  opacity:1!important;
  transform:none!important;
}
body:not(.no-motion) .section-heading.reveal h2,
body:not(.no-motion) .hero-copy.reveal h1,
body:not(.no-motion) .page-hero-content.reveal h1{
  animation:zxTextLift .9s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes zxTextLift{
  from{opacity:0;transform:translateY(22px);filter:blur(4px)}
  to{opacity:1;transform:translateY(0);filter:blur(0)}
}
@media (prefers-reduced-motion: reduce){
  .reveal{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}



    .video-case-hero{padding:170px 0 90px;background:radial-gradient(circle at 72% 30%,#145941 0,#0b2119 44%,#06100d 100%);color:#fff;}
    .video-case-hero h1{font-size:clamp(38px,5vw,68px);line-height:1.05;margin:0 0 18px;max-width:980px;}
    .video-case-hero p{max-width:760px;color:#c8d8d1;font-size:18px;line-height:1.7;margin:0;}
    .video-placeholder{background:#f7faf8;border:1px dashed #cfe0d8;border-radius:30px;min-height:420px;display:flex;align-items:center;justify-content:center;color:#0B6B4B;font-weight:900;text-transform:uppercase;letter-spacing:.08em;text-align:center;padding:24px;}
    .case-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px;}
    .case-info-card{background:#fff;border:1px solid #dce7e2;border-radius:24px;padding:22px;box-shadow:0 14px 34px rgba(16,35,29,.07);}
    .case-info-card h3{margin:0 0 10px;color:#10231d;font-size:22px;}
    .case-info-card p{margin:0;color:#5b6d66;line-height:1.65;}
    @media(max-width:900px){.case-info-grid{grid-template-columns:1fr}.video-placeholder{min-height:280px}}
