.hp-banner{background:radial-gradient(ellipse 140% 100% at top,#f5fefd 10%,#effce6 40%,#c3f9ef 60%,#fff 100%);border-radius:30px;overflow:hidden;padding:80px 40px;text-align:center}.hp-banner,.hp-banner__container{align-items:center;display:flex;justify-content:center;width:100%}.hp-banner__container{flex-direction:column;gap:40px;margin:0 auto;max-width:1200px}.hp-banner__content{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;margin:auto;max-width:600px}.hp-banner__small-label{color:var(--text-tag);display:block;font-size:12px;text-transform:uppercase}.hp-banner__cta{display:flex;justify-content:center;margin-top:20px}.hp-banner__video-wrapper{border:10px solid hsla(0,0%,100%,.6);border-radius:10px;max-width:1200px;overflow:hidden}.hp-banner__video-wrapper video{display:block;height:auto!important;width:100%!important}.hp-banner__image-placeholder{align-items:center;aspect-ratio:16/9;background:linear-gradient(135deg,#f1f4f8,#e2e5ea);display:flex;justify-content:center}.hp-banner__stats-grid{display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:900px}.hp-banner__stat-item{display:flex;flex-direction:column;gap:12px}.animate-up{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.animate-up.is-visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.hp-banner{padding:40px 20px}.hp-banner__stats-grid{gap:32px;grid-template-columns:1fr}.hp-banner__video-wrapper{border:6px solid hsla(0,0%,100%,.6)}.hp-banner__preview-wrapper{margin-bottom:60px}}