/* Dynamic Banners v0.14.0 — perspective engine */
.dynb-card-stack__sticky,
.dynb-split__sticky,
.dynb-perspective__sticky,
.dynb-zoom__sticky{
    position:sticky;
    top:0;
    height:var(--dynb-height-desktop,680px);
    max-height:100vh;
    overflow:hidden;
}.dynb-card-stack__copy h2,.dynb-split__copy h2,.dynb-perspective__copy h2,.dynb-zoom__copy h2{margin:0 0 18px;color:var(--dynb-text,#fff);font-size:clamp(42px,5.2vw,76px);line-height:1}.dynb-card-stack__copy p,.dynb-split__copy p,.dynb-perspective__copy p,.dynb-zoom__copy p{max-width:570px;margin:0 0 24px;color:color-mix(in srgb,var(--dynb-text,#fff) 68%,transparent);line-height:1.85}.dynb-perspective__sticky{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(360px,1.1fr);align-items:center;gap:5vw;padding:clamp(36px,6vw,82px);background:radial-gradient(circle at 74% 36%,rgba(106,126,214,.2),transparent 26%),linear-gradient(145deg,#edf0f6,#d9dfe9)}.dynb-perspective__copy{position:relative;z-index:8}.dynb-perspective__copy h2{color:#131824}.dynb-perspective__copy p{color:#5e6674}.dynb-perspective__copy .dynb-motion__kicker{color:#647085}.dynb-perspective__axis{display:flex;gap:10px;margin-top:26px}.dynb-perspective__axis span{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(20,25,35,.16);border-radius:50%;font-size:10px;font-weight:700}.dynb-perspective__scene{position:relative;width:min(45vw,520px);aspect-ratio:1;margin:auto;perspective:900px;transform-style:preserve-3d}.dynb-perspective__plane{position:absolute;inset:16% 12%;display:flex;align-items:flex-end;padding:22px;border:1px solid rgba(255,255,255,.42);border-radius:30px;background-image:linear-gradient(145deg,rgba(22,32,52,.2),rgba(22,32,52,.72)),var(--dynb-perspective-image,var(--dynb-builder-image,var(--dynb-image,none)));background-size:cover;background-position:center;box-shadow:0 30px 70px rgba(39,48,70,.14);transform-style:preserve-3d}.dynb-perspective__plane span{color:rgba(255,255,255,.72);font-size:10px;letter-spacing:.18em}.dynb-perspective__plane--back{transform:translate3d(calc((var(--p)-.5)*-55px),calc((var(--p)-.5)*34px),calc(-140px + var(--p)*55px)) rotateY(calc(-14deg + var(--p)*18deg)) scale(.86);filter:saturate(.65)}.dynb-perspective__plane--mid{transform:translate3d(calc((var(--p)-.5)*28px),calc((var(--p)-.5)*-20px),calc(-35px + var(--p)*45px)) rotateY(calc(7deg - var(--p)*10deg)) scale(.94)}.dynb-perspective__plane--front{transform:translate3d(calc((var(--p)-.5)*68px),calc((var(--p)-.5)*-42px),calc(70px + var(--p)*55px)) rotateY(calc(12deg - var(--p)*20deg)) scale(.82)}.dynb-perspective__orb{position:absolute;z-index:9;width:86px;aspect-ratio:1;right:4%;top:12%;border-radius:50%;background:var(--dynb-accent,#8ea7ff);transform:translate3d(calc(var(--p)*-90px),calc(var(--p)*150px),130px) scale(calc(.72 + var(--p)*.38));box-shadow:0 18px 44px rgba(57,68,110,.2)}.dynb-perspective__meter{position:absolute;right:0;bottom:0;left:0;height:4px;background:rgba(20,25,35,.08)}.dynb-perspective__meter i{display:block;width:100%;height:100%;background:var(--dynb-accent,#657de8);transform:scaleX(var(--p));transform-origin:right}@media(max-width:980px){.dynb-card-stack__sticky,.dynb-perspective__sticky{grid-template-columns:1fr 1fr;gap:28px;padding:34px}.dynb-card-stack__deck,.dynb-perspective__scene{width:min(46vw,420px)}.dynb-split__copy{width:min(650px,70%)}}@media(max-width:640px){.dynb-motion--card-stack,.dynb-motion--split-screen,.dynb-motion--perspective,.dynb-motion--zoom{min-height:1550px}.dynb-card-stack__sticky,.dynb-perspective__sticky{grid-template-columns:1fr;align-content:center;height:var(--dynb-height-mobile,720px);max-height:none;padding:28px 22px}.dynb-card-stack__copy h2,.dynb-split__copy h2,.dynb-perspective__copy h2,.dynb-zoom__copy h2{font-size:38px}.dynb-card-stack__copy p,.dynb-split__copy p,.dynb-perspective__copy p,.dynb-zoom__copy p{font-size:13px}.dynb-card-stack__deck{width:min(72vw,300px);max-height:330px}.dynb-card-stack__card{inset:5% 8%;padding:18px}.dynb-card-stack__card strong{font-size:18px}.dynb-split__sticky,.dynb-zoom__sticky{height:var(--dynb-height-mobile,720px);max-height:none}.dynb-split__pane{width:70%}.dynb-split__copy{right:22px;bottom:46px;width:calc(100% - 44px);padding:18px}.dynb-perspective__scene{position:absolute;width:min(72vw,320px);opacity:.6;transform:translateY(95px)}.dynb-perspective__copy{align-self:start;padding-top:28px}.dynb-zoom__copy{width:86%}.dynb-zoom__rings i:nth-child(1){width:96vw}.dynb-zoom__rings i:nth-child(2){width:70vw}.dynb-zoom__rings i:nth-child(3){width:42vw}}@media(prefers-reduced-motion:reduce){.dynb-card-stack__card,.dynb-split__pane,.dynb-split__divider,.dynb-perspective__plane,.dynb-perspective__orb,.dynb-zoom__media,.dynb-zoom__rings i,.dynb-zoom__copy{transition:none!important}.dynb-card-stack__card--1{transform:translateY(-18px) rotate(-2deg)}.dynb-card-stack__card--2{transform:translateY(10px) rotate(2deg)}.dynb-card-stack__card--3{transform:translateY(36px) rotate(-1deg)}.dynb-card-stack__card--4{transform:translateY(62px) rotate(3deg)}.dynb-split__pane{transform:none}.dynb-perspective__plane--back{transform:translate3d(-22px,18px,-100px) scale(.88)}.dynb-perspective__plane--mid{transform:translateZ(0) scale(.94)}.dynb-perspective__plane--front{transform:translate3d(24px,-16px,80px) scale(.84)}.dynb-zoom__media{transform:scale(1.18)}.dynb-zoom__rings i{opacity:.45}}@media(max-width:980px){.dynb-instance[data-dynb-engine="card-stack"] .dynb-motion--card-stack{min-height:calc(var(--dynb-height-tablet,620px)*2.7)!important}.dynb-instance[data-dynb-engine="split-screen"] .dynb-motion--split-screen{min-height:calc(var(--dynb-height-tablet,620px)*2.5)!important}.dynb-instance[data-dynb-engine="perspective"] .dynb-motion--perspective{min-height:calc(var(--dynb-height-tablet,620px)*2.75)!important}.dynb-instance[data-dynb-engine="zoom"] .dynb-motion--zoom{min-height:calc(var(--dynb-height-tablet,620px)*2.9)!important}.dynb-instance .dynb-card-stack__sticky,.dynb-instance .dynb-split__sticky,.dynb-instance .dynb-perspective__sticky,.dynb-instance .dynb-zoom__sticky{height:var(--dynb-height-tablet,620px)}}@media(max-width:640px){.dynb-instance[data-dynb-engine="card-stack"] .dynb-motion--card-stack,.dynb-instance[data-dynb-engine="split-screen"] .dynb-motion--split-screen,.dynb-instance[data-dynb-engine="perspective"] .dynb-motion--perspective,.dynb-instance[data-dynb-engine="zoom"] .dynb-motion--zoom{min-height:calc(var(--dynb-height-mobile,720px)*2.15)!important}.dynb-instance .dynb-card-stack__sticky,.dynb-instance .dynb-split__sticky,.dynb-instance .dynb-perspective__sticky,.dynb-instance .dynb-zoom__sticky{height:var(--dynb-height-mobile,720px);max-height:none}.dynb-instance.disable-mobile-motion .dynb-card-stack__card,.dynb-instance.disable-mobile-motion .dynb-split__pane,.dynb-instance.disable-mobile-motion .dynb-perspective__plane,.dynb-instance.disable-mobile-motion .dynb-zoom__media{transform:none!important}}