:root{--primary:#5D5FEF;--secondary:#FF9F43;--dark:#2D3748;--text-light:#718096;--border-radius:16px;--shadow-sm:0 5px 15px rgba(0,0,0,0.1);--shadow-md:0 10px 25px rgba(0,0,0,0.15);--transition:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}body{background-color:#F8F9FF;color:#333;line-height:1.8}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-section{position:relative;height:70vh;min-height:500px;border-radius:var(--border-radius);overflow:hidden;margin-bottom:3rem;box-shadow:var(--shadow-md)}.hero-image{width:100%;height:100%;object-fit:cover;filter:brightness(0.7)}.hero-content{position:absolute;bottom:0;left:0;right:0;padding:3rem;background:linear-gradient(transparent,rgba(0,0,0,0.8));color:#fff}.hero-content h1{font-size:3rem;margin-bottom:1rem;text-shadow:0 2px 5px rgba(0,0,0,0.5)}.hero-meta{display:flex;gap:1.5rem;margin-bottom:1rem}.hero-meta span{display:flex;align-items:center;gap:0.5rem}.timeline{position:relative;max-width:900px;margin:3rem auto}.timeline::after{content:'';position:absolute;width:4px;background:var(--primary);top:0;bottom:0;left:50%;margin-left:-2px;border-radius:10px}.timeline-item{padding:10px 40px;position:relative;width:50%;box-sizing:border-box}.timeline-item::after{content:'';position:absolute;width:20px;height:20px;background:#fff;border:4px solid var(--primary);border-radius:50%;top:15px;z-index:1}.left{left:0;text-align:right}.right{left:50%}.left::after{right:-12px}.right::after{left:-12px}.timeline-content{padding:1.5rem;background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow-sm)}.gallery-section{margin:4rem 0}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.gallery-item{border-radius:var(--border-radius);overflow:hidden;position:relative;cursor:pointer;aspect-ratio:1/1}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.gallery-item:hover img{transform:scale(1.05)}.gallery-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,0.7));color:#fff;padding:1rem;opacity:0;transition:var(--transition)}.gallery-item:hover .gallery-caption{opacity:1}@media (max-width:900px){.hero-content h1{font-size:2.5rem}.timeline::after{left:31px}.timeline-item{width:100%;padding-left:70px;padding-right:25px}.timeline-item::after{left:19px}.left,.right{left:0;text-align:left}}@media (max-width:768px){.hero-content{padding:2rem}.hero-content h1{font-size:2rem}.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hero-section{height:60vh;min-height:400px}.hero-content{padding:1.5rem}.hero-meta{flex-direction:column;gap:0.5rem}.gallery-grid{grid-template-columns:1fr}}