.hero-section{position:relative;height:500px;background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;color:white;text-align:center;background-color:#000;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;padding:0 20px}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}.story-section{padding:80px 0;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.story-content{max-width:800px;margin:0 auto;text-align:center}.story-content p{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:2rem}.milestones-section{padding:60px 0;background-color:#f8f9fa}.milestones-container{max-width:1000px;margin:0 auto}.milestone{display:flex;flex-direction:column;margin-bottom:60px;position:relative;padding-left:40px;border-left:3px solid #0d6efd;margin-left:60px;min-height:100px}.year-badge{position:absolute;left:-60px;top:20px;background-color:#0d6efd;color:white;padding:8px 20px;border-radius:30px;font-weight:700;font-size:1rem;min-width:100px;text-align:center;z-index:2;box-shadow:0 2px 10px rgba(0,0,0,.1);transform:translateY(-50%)}.milestone-content{padding:20px 49px;background:white;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.05);width:100%;position:relative;z-index:1;margin-top:10px}.milestone h3{margin-top:0;color:#333;font-size:1.5rem;margin-bottom:10px}.milestone p{color:#666;line-height:1.7;margin:0}@media (max-width:768px){.hero-section{height:400px}.hero-title{font-size:2.5rem}.milestone{margin-left:30px;padding-left:20px;padding-top:60px;min-height:auto;margin-bottom:40px}.year-badge{left:50%;top:30px;transform:translateX(-50%);width:120px;font-size:.9rem;padding:6px 15px}.milestone-content{text-align:center;padding:15px;margin-top:20px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.milestone{opacity:0;animation:fadeInUp .6s ease forwards}.milestone:first-child{animation-delay:.2s}.milestone:nth-child(2){animation-delay:.4s}.milestone:nth-child(3){animation-delay:.6s}.milestone:nth-child(4){animation-delay:.8s}