.hero-section{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;min-height:100vh;padding-top:80px;overflow:hidden;margin-top:-80px}.hero-section .container{position:relative;z-index:3}.hero-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:auto;z-index:0;object-fit:cover}.hero-video img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.6));z-index:1}.hero-welcome{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--bs-light);text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-title{font-size:3.5rem;font-weight:700;color:var(--bs-warning);margin-bottom:1.5rem}@media(max-width:768px){.hero-title{font-size:2.5rem}}.hero-tagline{font-size:1.25rem;font-weight:500;margin-bottom:3rem;color:var(--bs-light);text-shadow:2px 2px 4px rgba(0,0,0,.5)}@media(max-width:768px){.hero-tagline{font-size:1.1rem}.hero-section{padding-top:70px;min-height:calc(100vh - 70px)}}.about-section{padding:3rem 0}@media(max-width:768px){.about-section{padding:2rem 0}}.about-description{font-size:1.1rem;color:var(--bs-secondary);margin-bottom:2rem}.about-cta{font-size:1.1rem;padding:.75rem 2rem}.about-headline{position:relative;padding-left:1.5rem}.about-headline:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,var(--bs-primary) 0,#0d47a1 100%);border-radius:2px}.about-headline-text{font-size:2.5rem;font-weight:700;color:var(--bs-dark)}@media(max-width:768px){.about-headline-text{font-size:2rem}}