.video-hero-section{width:100%;display:flex;justify-content:center;align-items:center;padding:7rem 1rem 1rem}@media (min-width:768px){.video-hero-section{padding:8rem 1.5rem 1.5rem}}.video-hero-container{width:100%;max-width:90rem;position:relative}.video-hero-card{position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(255,241,219,.1);background:#0a0a0a;box-shadow:0 4px 24px rgba(0,0,0,.3);min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .5s ease}@media (min-width:768px){.video-hero-card{border-radius:48px;min-height:600px}}.video-hero-card.hovered{border-color:rgba(255,241,219,.2);box-shadow:0 8px 48px rgba(255,241,219,.08)}.video-hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none}.video-hero-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.5}.video-hero-card.hovered .video-hero-video{opacity:.65;transition:opacity .5s ease}.video-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,5,5,.4) 0,rgba(5,5,5,.6) 40%,rgba(5,5,5,.85))}.video-hero-content{position:relative;z-index:10;padding:2rem 1.5rem;max-width:56rem;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}@media (min-width:768px){.video-hero-content{padding:3rem 2rem}}.video-hero-badge{margin-bottom:1.5rem;display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;border:1px solid rgba(255,241,219,.15);background:rgba(255,241,219,.08);padding:.375rem 1rem;font-size:.875rem;font-weight:500;color:#FFF1DB;backdrop-filter:blur(8px)}@media (min-width:768px){.video-hero-badge{margin-bottom:2rem;padding:.5rem 1.25rem}}.video-hero-badge-dot{position:relative;display:flex;height:.5rem;width:.5rem}.video-hero-badge-ping{position:absolute;height:100%;width:100%;opacity:.75;animation:ping 1.5s cubic-bezier(0,0,.2,1) infinite}.video-hero-badge-core,.video-hero-badge-ping{display:inline-flex;border-radius:9999px;background:#FFF1DB}.video-hero-badge-core{position:relative;height:.5rem;width:.5rem}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.video-hero-headline{font-family:Outfit,system-ui,sans-serif;font-size:2.5rem;font-weight:500;letter-spacing:-.025em;color:#F0EFEA;margin-bottom:1.5rem;line-height:1.1}@media (min-width:768px){.video-hero-headline{font-size:4rem;margin-bottom:2rem}}@media (min-width:1024px){.video-hero-headline{font-size:5rem}}.video-hero-headline-accent{color:rgba(240,239,234,.75)}.video-hero-description{color:#A19F9A;font-size:1rem;max-width:36rem;margin-bottom:2rem;line-height:1.7}@media (min-width:768px){.video-hero-description{font-size:1.125rem;margin-bottom:3rem}}.video-hero-cta{position:relative;display:inline-flex;height:3.25rem;align-items:center;justify-content:center;gap:.75rem;overflow:hidden;border-radius:9999px;background:#FFF1DB;padding:0 2rem;font-size:.9375rem;font-weight:500;color:#0a0a0a;border:none;cursor:pointer;transition:all .3s ease}@media (min-width:768px){.video-hero-cta{height:3.5rem;padding:0 3rem;font-size:1rem}}.video-hero-cta:hover{background:#E8DCC5;box-shadow:0 0 24px rgba(255,241,219,.3)}.video-hero-cta-icon{width:1.25rem;height:1.25rem;transition:transform .3s ease}.video-hero-cta:hover .video-hero-cta-icon{transform:translateX(4px)}