.hero{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.3) 40%,rgba(0,0,0,.6))}.hero-body{position:relative;z-index:1;width:100%;text-align:left}.hero-title{max-width:min(900px,92vw);line-height:1.15;font-weight:700;color:#fff}.hero-word{display:inline-block;will-change:transform,opacity,filter;background:linear-gradient(90deg,#ffffff,#c8ecff,#ffffff);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:none}.hero:hover .hero-word{animation:textShine 3s linear infinite}@keyframes textShine{0%{background-position:200% 0}to{background-position:-200% 0}}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}@media (prefers-reduced-motion:reduce){.hero-word{animation:none!important;color:#fff!important;background:none!important}}