.mxsb-cinema{
--mxsb-fx-ease: cubic-bezier(.22,.68,.24,1);
--mxsb-fx-ease-soft: cubic-bezier(.33,.9,.28,1);
--mxsb-fx-dur: 880ms;
--mxsb-fx-dur-fast: 520ms;
--mxsb-fx-step: 90ms;
--mxsb-fx-rise: 34px;
--mxsb-fx-slide: 46px;
--mxsb-fx-blur: 10px;
--mxsb-fx-zoom: 1.07;
--mxsb-fx-focus: 1.12;
--mxsb-fx-parallax-depth: 34px;
--mxsb-fx-grain-opacity: .05;
--mxsb-fx-grain-speed: .9s;
--mxsb-fx-sheen-speed: 9s;
--mxsb-fx-kenburns-speed: 26s;
--mxsb-fx-accent: #2f9df4;
--mxsb-fx-progress: 0;
--mxsb-fx-scroll: 0;
--mxsb-fx-hero-dur: 760ms;
--mxsb-fx-hero-step: 110ms;
--mxsb-fx-bar-height: 60px;
}

.mxsb-cinema.mxsb-motion-intensity--subtle{
--mxsb-fx-rise: 22px;
--mxsb-fx-slide: 30px;
--mxsb-fx-step: 70ms;
--mxsb-fx-zoom: 1.035;
--mxsb-fx-focus: 1.06;
--mxsb-fx-parallax-depth: 20px;
--mxsb-fx-blur: 6px;
}

.mxsb-cinema.mxsb-motion-intensity--cinematic{
--mxsb-fx-rise: 46px;
--mxsb-fx-slide: 64px;
--mxsb-fx-step: 110ms;
--mxsb-fx-zoom: 1.1;
--mxsb-fx-focus: 1.18;
--mxsb-fx-parallax-depth: 52px;
--mxsb-fx-blur: 14px;
--mxsb-fx-dur: 1000ms;
}

.mxsb-cinema .mxsb-reveal{
opacity: 1;
transform: none;
transition: none;
}

.mxsb-cinema [data-mxsb-fx]{
transition:
opacity var(--mxsb-fx-dur) var(--mxsb-fx-ease),
transform var(--mxsb-fx-dur) var(--mxsb-fx-ease),
filter var(--mxsb-fx-dur) var(--mxsb-fx-ease);
transition-delay: calc(var(--mxsb-fx-i, 0) * var(--mxsb-fx-step));
will-change: opacity, transform;
}

.mxsb-cinema [data-mxsb-fx="up"]{
opacity: 0;
transform: translate3d(0, var(--mxsb-fx-rise), 0);
}

.mxsb-cinema [data-mxsb-fx="text"]{
opacity: 0;
transform: translate3d(calc(var(--mxsb-fx-slide) * -.42), 0, 0);
filter: blur(4px);
}

.mxsb-cinema [data-mxsb-fx="visual"]{
opacity: 0;
transform: translate3d(var(--mxsb-fx-slide), 0, 0) scale(.94);
filter: blur(var(--mxsb-fx-blur));
}

.mxsb-cinema [data-mxsb-fx="card"]{
opacity: 0;
transform: translate3d(0, var(--mxsb-fx-rise), 0) scale(.965);
}

.mxsb-cinema [data-mxsb-fx="tile"]{
opacity: 0;
transform: translate3d(0, calc(var(--mxsb-fx-rise) * .6), 0);
}

.mxsb-cinema .is-in [data-mxsb-fx],
.mxsb-cinema [data-mxsb-fx].is-in,
.mxsb-is-preview.mxsb-cinema [data-mxsb-fx]{
opacity: 1;
transform: none;
filter: none;
}

.mxsb-cinema .mxsb-category-card__media img,
.mxsb-cinema .mxsb-blog-card__image{
transform: scale(var(--mxsb-fx-focus));
transition: transform 1400ms var(--mxsb-fx-ease-soft);
}

.mxsb-cinema .is-in .mxsb-category-card__media img,
.mxsb-cinema .is-in .mxsb-blog-card__image,
.mxsb-is-preview.mxsb-cinema .mxsb-category-card__media img,
.mxsb-is-preview.mxsb-cinema .mxsb-blog-card__image{
transform: scale(1);
}

.mxsb-cinema .mxsb-hero{
position: relative;
}

.mxsb-cinema .mxsb-hero [data-mxsb-fx]{
transition: none;
animation-duration: var(--mxsb-fx-hero-dur);
animation-timing-function: var(--mxsb-fx-ease);
animation-fill-mode: both;
animation-delay: calc(var(--mxsb-fx-i, 0) * var(--mxsb-fx-hero-step));
}

.mxsb-cinema .mxsb-hero [data-mxsb-fx="text"]{
animation-name: mxsb-fx-enter-text;
}

.mxsb-cinema .mxsb-hero [data-mxsb-fx="visual"]{
opacity: 1;
animation-name: mxsb-fx-enter-visual;
}

.mxsb-hero__frame{
display: block;
position: relative;
overflow: hidden;
border-radius: var(--mxsb-radius, 20px);
}

.mxsb-cinema .mxsb-hero__frame img{
animation: mxsb-fx-kenburns var(--mxsb-fx-kenburns-speed) ease-in-out infinite alternate;
transform-origin: 58% 44%;
}

.mxsb-cinema .mxsb-hero__visual{
translate: 0 calc(var(--mxsb-fx-scroll, 0) * var(--mxsb-fx-parallax-depth) * -1);
}

.mxsb-cinema .mxsb-hero__content{
translate: 0 calc(var(--mxsb-fx-scroll, 0) * var(--mxsb-fx-parallax-depth) * .45);
}

.mxsb-cinema-layers{
position: absolute;
z-index: 0;
inset: 0;
overflow: hidden;
pointer-events: none;
border-radius: inherit;
}

.mxsb-cinema-layers__sheen{
position: absolute;
top: -20%;
left: 0;
width: 46%;
height: 140%;
background: linear-gradient(104deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.16) 46%, rgba(255,255,255,0) 100%);
transform: translateX(-140%) skewX(-14deg);
filter: blur(2px);
animation: mxsb-fx-sheen var(--mxsb-fx-sheen-speed) ease-in-out infinite;
}

.mxsb-cinema-layers__glow{
position: absolute;
top: -26%;
right: -14%;
width: 46vw;
height: 46vw;
border-radius: 50%;
background: radial-gradient(circle, rgba(64,168,255,.28), rgba(0,115,230,.06) 44%, transparent 70%);
filter: blur(24px);
animation: mxsb-fx-breathe 8s ease-in-out infinite;
}

.mxsb-cinema-layers__vignette{
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 50% 42%, transparent 42%, rgba(3,10,24,.42) 100%);
}

.mxsb-cinema-layers__grain{
position: absolute;
inset: -120px;
opacity: var(--mxsb-fx-grain-opacity);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
background-size: 180px 180px;
animation: mxsb-fx-grain var(--mxsb-fx-grain-speed) steps(1) infinite;
mix-blend-mode: overlay;
}

.mxsb-cinema .mxsb-hero__grid,
.mxsb-cinema .mxsb-hero > .mxsb-cinema-scroll{
position: relative;
z-index: 2;
}

.mxsb-cinema-bar{
position: absolute;
left: 0;
z-index: 1;
width: 100%;
height: var(--mxsb-fx-bar-height, 60px);
pointer-events: none;
}

.mxsb-cinema-bar--top{
top: 0;
background: linear-gradient(180deg, rgba(3,10,24,.5), rgba(3,10,24,0));
}

.mxsb-cinema-bar--bottom{
bottom: 0;
background: linear-gradient(0deg, rgba(3,10,24,.5), rgba(3,10,24,0));
}

.mxsb-cinema .mxsb-hero > .mxsb-cinema-scroll{
position: absolute;
bottom: 0;
left: 0;
}

.mxsb-cinema-scroll{
display: flex;
justify-content: center;
width: 100%;
padding-bottom: 26px;
opacity: 1;
transition: opacity 420ms ease;
}

.mxsb-cinema-scroll.is-hidden{
opacity: 0;
pointer-events: none;
}

.mxsb-cinema .mxsb-hero:has(> .mxsb-cinema-scroll) > .mxsb-hero__grid{
padding-bottom: 54px;
}

.mxsb-cinema-scroll__link{
display: flex;
align-items: center;
flex-direction: column;
gap: 10px;
padding: 6px 14px;
border-radius: 999px;
color: #cfe9ff;
font-size: 11px;
font-weight: 700;
letter-spacing: .18em;
text-transform: uppercase;
text-decoration: none;
transition: color 260ms ease, transform 260ms ease;
}

.mxsb-cinema-scroll__link:hover,
.mxsb-cinema-scroll__link:focus-visible{
color: #fff;
transform: translateY(2px);
}

.mxsb-cinema-scroll__rail{
display: flex;
justify-content: center;
width: 24px;
height: 40px;
padding-top: 8px;
border: 1px solid rgba(255,255,255,.4);
border-radius: 999px;
background: rgba(255,255,255,.06);
}

.mxsb-cinema-scroll__dot{
width: 4px;
height: 8px;
border-radius: 999px;
background: #8fd2ff;
animation: mxsb-fx-scroll-dot 1.9s var(--mxsb-fx-ease) infinite;
}

.mxsb-cinema-page-grain{
position: fixed;
z-index: 9998;
inset: 0;
opacity: var(--mxsb-fx-page-grain, .035);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
background-size: 180px 180px;
animation: mxsb-fx-grain var(--mxsb-fx-grain-speed) steps(1) infinite;
pointer-events: none;
}

.mxsb-cinema-progress{
position: fixed;
z-index: 9999;
top: 0;
left: 0;
display: flex;
width: 100%;
height: 4px;
background: rgba(11,23,57,.07);
pointer-events: none;
}

.mxsb-cinema-progress__bar{
width: 100%;
height: 100%;
background: linear-gradient(90deg, #0073e6, #6fc8ff);
transform: scaleX(var(--mxsb-fx-progress, 0));
transform-origin: 0 50%;
box-shadow: 0 0 14px rgba(0,143,255,.55);
}

.mxsb-cinema .mxsb-category-card,
.mxsb-cinema .mxsb-product-card,
.mxsb-cinema .mxsb-blog-card{
transition:
transform 460ms var(--mxsb-fx-ease),
box-shadow 460ms var(--mxsb-fx-ease),
border-color 460ms ease;
}

.mxsb-cinema .mxsb-category-card:hover,
.mxsb-cinema .mxsb-product-card:hover,
.mxsb-cinema .mxsb-blog-card:hover{
transform: translateY(-7px);
box-shadow: 0 30px 64px rgba(11,23,57,.16);
}

.mxsb-cinema .mxsb-category-card:hover .mxsb-category-card__media img,
.mxsb-cinema .mxsb-blog-card:hover .mxsb-blog-card__image{
transform: scale(1.06);
}

.mxsb-cinema .is-visible [data-mxsb-fx]{
opacity: 1;
transform: none;
filter: none;
}

.mxsb-cinema .mxsb-button{
position: relative;
overflow: hidden;
transition:
transform 320ms var(--mxsb-fx-ease),
box-shadow 320ms var(--mxsb-fx-ease),
background-color 260ms ease,
color 260ms ease;
}

.mxsb-cinema .mxsb-button:hover,
.mxsb-cinema .mxsb-button:focus-visible{
transform: translateY(-2px);
box-shadow: 0 16px 36px rgba(0,115,230,.28);
}

.mxsb-cinema .mxsb-button--light{
background-size: 220% 100%;
}

.mxsb-cinema .is-in .mxsb-b2b .mxsb-button,
.mxsb-cinema .is-in .mxsb-motion-cta .mxsb-button--light{
animation: mxsb-fx-cta-pulse 4.4s ease-in-out 1.2s infinite;
}

.mxsb-cinema .mxsb-text-link{
display: inline-flex;
align-items: center;
gap: 8px;
transition: gap 260ms var(--mxsb-fx-ease), color 260ms ease;
}

.mxsb-cinema .mxsb-text-link:hover{
gap: 14px;
}

.mxsb-cinema .mxsb-process__step > span{
transition: transform 620ms var(--mxsb-fx-ease), box-shadow 620ms ease;
transform: scale(.7);
}

.mxsb-cinema .is-in .mxsb-process__step > span,
.mxsb-is-preview.mxsb-cinema .mxsb-process__step > span{
transform: scale(1);
}

.mxsb-cinema .mxsb-trust__item{
transition: transform 420ms var(--mxsb-fx-ease);
}

.mxsb-cinema .mxsb-trust__item:hover{
transform: translateY(-4px);
}

@keyframes mxsb-fx-enter-text{
from{ opacity: 0; transform: translate3d(calc(var(--mxsb-fx-slide) * -.4), 0, 0); filter: blur(4px); }
to{ opacity: 1; transform: none; filter: none; }
}

@keyframes mxsb-fx-enter-visual{
from{ transform: translate3d(var(--mxsb-fx-slide), 0, 0) scale(.95); filter: blur(var(--mxsb-fx-blur)); }
to{ transform: none; filter: none; }
}

@keyframes mxsb-fx-kenburns{
0%{ transform: scale(1.04) translate3d(-.8%, .4%, 0); }
100%{ transform: scale(var(--mxsb-fx-zoom)) translate3d(1%, -.9%, 0); }
}

@keyframes mxsb-fx-sheen{
0%, 12%{ transform: translateX(-140%) skewX(-14deg); opacity: 0; }
28%{ opacity: .85; }
62%{ opacity: .45; }
86%, 100%{ transform: translateX(340%) skewX(-14deg); opacity: 0; }
}

@keyframes mxsb-fx-breathe{
0%, 100%{ transform: scale(.92); opacity: .6; }
50%{ transform: scale(1.1); opacity: 1; }
}

@keyframes mxsb-fx-grain{
0%{ background-position: 0 0; }
20%{ background-position: -36px 18px; }
40%{ background-position: 24px -30px; }
60%{ background-position: -18px -24px; }
80%{ background-position: 30px 26px; }
100%{ background-position: 0 0; }
}

@keyframes mxsb-fx-scroll-dot{
0%{ transform: translateY(0); opacity: 0; }
18%{ opacity: 1; }
72%{ transform: translateY(14px); opacity: 1; }
100%{ transform: translateY(18px); opacity: 0; }
}

@keyframes mxsb-fx-cta-pulse{
0%, 100%{ box-shadow: 0 10px 26px rgba(0,115,230,.22); }
50%{ box-shadow: 0 16px 42px rgba(0,143,255,.42); }
}

@media (max-width: 1024px){
.mxsb-cinema{
--mxsb-fx-parallax-depth: 18px;
--mxsb-fx-slide: 28px;
}
}

@media (max-width: 767px){
.mxsb-cinema{
--mxsb-fx-rise: 20px;
--mxsb-fx-slide: 22px;
--mxsb-fx-step: 60ms;
--mxsb-fx-dur: 660ms;
--mxsb-fx-parallax-depth: 0px;
--mxsb-fx-focus: 1.05;
}

.mxsb-cinema [data-mxsb-fx="text"],
.mxsb-cinema [data-mxsb-fx="visual"]{
transform: translate3d(0, var(--mxsb-fx-rise), 0);
filter: none;
}

.mxsb-cinema-layers__glow{
width: 80vw;
height: 80vw;
}

.mxsb-cinema{
--mxsb-fx-bar-height: 34px;
}

.mxsb-cinema .mxsb-hero > .mxsb-cinema-scroll{
display: none;
}

.mxsb-cinema .mxsb-hero:has(> .mxsb-cinema-scroll) > .mxsb-hero__grid{
padding-bottom: 0;
}

.mxsb-cinema[data-mxsb-motion-mobile="reduced"] .mxsb-cinema-layers__sheen{
animation: none;
opacity: 0;
}

.mxsb-cinema[data-mxsb-motion-mobile="off"] .mxsb-cinema-layers,
.mxsb-cinema[data-mxsb-motion-mobile="off"] .mxsb-cinema-scroll{
display: none;
}

.mxsb-cinema[data-mxsb-motion-mobile="off"] [data-mxsb-fx]{
opacity: 1 !important;
transform: none !important;
filter: none !important;
transition: none !important;
animation: none !important;
}
}

@media (prefers-reduced-motion: reduce){
.mxsb-cinema [data-mxsb-fx],
.mxsb-cinema .mxsb-category-card__media img,
.mxsb-cinema .mxsb-blog-card__image,
.mxsb-cinema .mxsb-process__step > span{
opacity: 1 !important;
transform: none !important;
filter: none !important;
transition: none !important;
animation: none !important;
}

.mxsb-cinema .mxsb-hero [data-mxsb-fx],
.mxsb-cinema .mxsb-hero__frame img,
.mxsb-cinema-layers__sheen,
.mxsb-cinema-layers__glow,
.mxsb-cinema-layers__grain,
.mxsb-cinema-page-grain,
.mxsb-cinema-scroll__dot{
animation: none !important;
}

.mxsb-cinema .mxsb-hero__visual,
.mxsb-cinema .mxsb-hero__content{
translate: none !important;
}
}
