.hero-section{position:relative;min-height:70vh;max-height:85vh;background-color:#090d1a;color:white;overflow:hidden}.hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover}.hero-content{position:relative;z-index:5;padding-top:8rem;padding-bottom:4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh}.hero-title{font-size:2.5rem;line-height:1.2;font-weight:500;background:linear-gradient(180deg,#ffffff,rgba(255,255,255,.9));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-shadow:0 2px 4px rgba(0,0,0,.1);padding:0 1rem;margin-bottom:1rem}.hero-description{margin-top:.75rem;max-width:48rem;color:rgba(255,255,255,.9);font-weight:400}.hero-cta{margin-top:2rem;min-width:16rem;transition:transform .3s ease}.hero-cta:hover{transform:scale(1.02)}.hero-image-container{position:relative;margin-top:.5rem;width:100%;max-width:100%;z-index:5;display:flex;justify-content:center;align-items:flex-end;overflow:visible}.hero-image{width:100%;max-width:1600px;height:auto;object-fit:contain;object-position:center bottom;margin-bottom:-5%;transform:scale(1);transition:transform .3s ease}@media (max-width:640px){.hero-image{margin-bottom:-8%;max-width:100%}.hero-image-container{margin-top:1rem}}@media (min-width:641px) and (max-width:1024px){.hero-image{margin-bottom:-6%;max-width:90%}}@media (min-width:1025px){.hero-image{margin-bottom:-4%;max-width:1400px}}@media (min-width:768px){.hero-title{font-size:3.5rem;padding:0 2rem}.hero-description{font-size:1.25rem}.hero-content{padding-top:9rem}}@media (min-width:1024px){.hero-title{font-size:4.5rem}.hero-content{padding-top:10rem}}@media (min-width:1280px){.hero-title{font-size:5rem}.hero-content{padding-top:11rem}}