.about-container{position:relative;min-height:100vh;background-color:#000;background-image:url(/backgrounds/background1.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--fg);opacity:0;animation:fadeInBg 1s ease forwards}@keyframes fadeInBg{0%{opacity:0}to{opacity:1}}.overlay{background:rgba(0,0,0,.6);padding:4rem 2rem;border-radius:1rem;max-width:900px;margin:auto;animation:fadeInContent 1.5s ease forwards}@keyframes fadeInContent{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.about-title{font-size:3rem;background:linear-gradient(90deg,#f9d423,#ff4e50);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:2rem;font-weight:700;letter-spacing:1px}.about-text p{font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem;color:#e6f0ff}