.hero-video{padding:64px 48px 48px}.hero-video__container{align-items:center;border-radius:var(--radius-card,24px);display:flex;height:calc(100vh - 112px);justify-content:center;overflow:hidden;position:relative}.hero-video__bg{inset:0;position:absolute;z-index:0}.hero-video__bg img,.hero-video__bg video{height:100%;object-fit:cover;width:100%}.hero-video__bg:after{background:rgba(0,0,0,.6);content:"";inset:0;position:absolute;z-index:1}.hero-video__content{align-items:center;display:flex;flex-direction:column;gap:28px;max-width:900px;padding:80px 40px;position:relative;text-align:center;z-index:2}.hero-video__badge{align-items:center;align-self:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;color:hsla(0,0%,100%,.9);display:inline-flex;font-family:var(--font-family,"Inter",sans-serif);font-size:13px;font-weight:500;gap:8px;letter-spacing:-.01em;padding:6px 14px 6px 8px}.hero-video__badge-dot{animation:heroVideoDotPulse 2s ease-in-out infinite;background:var(--color-primary-pink,#fd5c64);border-radius:50%;box-shadow:0 0 12px rgba(253,92,100,.5);height:8px;width:8px}@keyframes heroVideoDotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.hero-video__headline{color:var(--color-white,#fff);font-family:var(--font-family,"Inter",sans-serif);font-size:clamp(44px,5.5vw,72px);font-weight:700;letter-spacing:-.04em;line-height:1.05;margin:0}.hero-video__headline p{margin:0}.hero-video__headline .gradient-text{background:var(--color-gradient-brand,linear-gradient(135deg,#9a0a9c 0,#fd5c64 100%));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-video__sub{color:hsla(0,0%,100%,.75);font-family:var(--font-family,"Inter",sans-serif);font-size:clamp(17px,2vw,20px);font-weight:400;letter-spacing:-.01em;line-height:1.6;max-width:560px;text-align:center}.hero-video__sub p{margin:0}.hero-video__actions{display:flex;gap:16px}.hero-video__actions,.hero-video__btn{align-items:center;justify-content:center}.hero-video__btn{border-radius:10px;cursor:pointer;display:inline-flex;font-family:var(--font-family,"Inter",sans-serif);font-size:15px;font-weight:600;letter-spacing:-.01em;padding:14px 28px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,background .3s ease,border-color .3s ease}.hero-video__btn--primary{background:var(--color-white,#fff);border:none;color:var(--color-black,#0a0a0a)}.hero-video__btn--primary:hover{box-shadow:0 8px 32px hsla(0,0%,100%,.25);text-decoration:none;transform:translateY(-2px)}.hero-video__btn--secondary{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.3);color:var(--color-white,#fff);gap:6px}.hero-video__btn--secondary svg{flex-shrink:0}.hero-video__btn--secondary:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.5);text-decoration:none;transform:translateY(-1px)}.hero-video__trust{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.hero-video__trust-item{align-items:center;color:hsla(0,0%,100%,.6);display:flex;font-family:var(--font-family,"Inter",sans-serif);font-size:13px;font-weight:500;gap:6px;letter-spacing:-.01em}.hero-video__trust-item svg{flex-shrink:0}@media (max-width:1024px){.hero-video{padding:64px 32px 32px}.hero-video__container{height:calc(100vh - 96px)}}@media (max-width:768px){.hero-video{padding:64px 16px 16px}.hero-video__container{border-radius:16px;height:calc(100vh - 80px)}.hero-video__content{padding:60px 24px}.hero-video__headline{font-size:36px}.hero-video__actions{flex-direction:column;width:100%}.hero-video__btn--primary,.hero-video__btn--secondary{justify-content:center;width:100%}.hero-video__trust{flex-direction:column;gap:10px}}