.hero{justify-content:center;align-items:center;width:100vw;height:85vh;min-height:600px;margin-left:calc(50% - 50vw);display:flex;position:relative;overflow:hidden}.hero-video-container{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-overlay{z-index:1;background:#0006;position:absolute;inset:0}.hero-content{z-index:2;text-align:center;color:#fff;position:relative}.hero-subtitle{letter-spacing:3px;margin-bottom:2rem;font-size:1.3rem;font-weight:300}.hero-logo{flex-direction:column;align-items:center;gap:1rem;display:flex}.hero-logo-image{width:100%;max-width:600px;height:auto}@media (max-width:768px){.hero{height:60vh;min-height:400px}.hero-logo-image{max-width:90%}}
.features{background:#fff;padding:5rem 2rem}.features-container{text-align:center;max-width:1200px;margin:0 auto}.features-heading{color:#333;margin-bottom:1rem;font-size:2.5rem;font-weight:600}.features-description{color:#666;max-width:800px;margin:0 auto 4rem;font-size:1.1rem;line-height:1.6}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem;display:grid}.feature-card{text-align:center;padding:2rem}.feature-icon{color:#e63946;justify-content:center;margin-bottom:1.5rem;display:flex}.feature-title{color:#333;letter-spacing:1px;margin-bottom:1rem;font-size:1.3rem;font-weight:700}.feature-text{color:#666;font-size:1rem;line-height:1.6}@media (max-width:768px){.features{padding:3rem 1rem}.features-heading{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:2rem}}
