*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,Segoe UI,sans-serif;color:#1f2933;line-height:1.7;background-color:#f9fafb}header{display:flex;align-items:center;justify-content:space-between;padding:1rem 3rem;background:#fff;box-shadow:0 2px 5px #0000000d;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:auto;padding:1.8rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo-nav{display:flex;align-items:center;gap:2rem}.logo{height:65px;display:block}nav ul{list-style:none;display:flex;align-items:center;gap:2rem;padding:0;margin:0}nav ul li{display:inline-flex}nav a{text-decoration:none;color:#1f2933;font-weight:500;font-size:.95rem;letter-spacing:.3px;padding:.3rem 0;position:relative;white-space:nowrap}nav a:after{content:"";position:absolute;bottom:-6px;left:0;width:0;height:2px;background:#07c;transition:width .3s ease}nav a:hover:after{width:100%}.hero{min-height:85vh;background:url(/images/hero-bg.jpg) center / cover no-repeat;display:flex;align-items:center;padding:6rem}.hero-content{background:#ffffffeb;padding:4rem;border-radius:16px;max-width:720px}.hero-content h1{color:#111827;font-size:3.2rem}.hero-content p{margin-top:1.2rem;font-size:1.2rem;color:#374151}.section{min-height:83vh;padding:6rem 2rem;max-width:1100px;display:flex;flex-direction:column;margin:auto;animation:fadeUp .8s ease both}.section h2{font-size:2.2rem;margin-bottom:1.5rem;position:relative}.section h2:after{content:"";width:60px;height:3px;background:#07c;display:block;margin-top:.6rem}.section p{font-size:1.05rem;max-width:900px;color:#374151}.section.soft{background:#f1f5f9;padding:6rem 2rem;margin:0 auto}.section-intro{max-width:100%;margin-bottom:3rem;color:#374151;font-size:1.05rem}.leadership-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem}.leader-card{background:#fff;border-radius:18px;padding:2.5rem;text-align:center;box-shadow:0 25px 50px #00000014;transition:transform .4s ease,box-shadow .4s ease}.leader-card:hover{transform:translateY(-8px);box-shadow:0 35px 70px #00000026}.leader-card img{width:120px;height:120px;object-fit:cover;border-radius:50%;margin-bottom:1.5rem;border:4px solid #e5e7eb}.leader-card h3{font-size:1.25rem;margin-bottom:.4rem;color:#111827}.leader-card span{display:block;font-size:.9rem;font-weight:500;color:#07c;margin-bottom:1rem}.leader-card p{font-size:.95rem;color:#4b5563}.container{max-width:1100px;margin:0 auto;padding:0 2rem}.section.dark{background:linear-gradient(135deg,#1f2933,#111827);color:#e5e7eb;max-width:100%}.section.dark h2{color:#fff}.section.dark h2:after{background:#38bdf8}.section.dark p{color:#d1d5db;max-width:1000px}.cards{list-style:none;display:flex;gap:2rem;flex-wrap:wrap;margin-top:3rem}.cards li{background:linear-gradient(145deg,#fff,#f0f0f0);padding:2.5rem;border-radius:16px;flex:1 1 260px;box-shadow:0 20px 40px #00000014;transition:transform .4s ease,box-shadow .4s ease}.cards li h3{font-size:1.3rem;margin-bottom:1rem}.cards li p{font-size:.95rem;color:#4b5563}.cards li:hover{transform:translateY(-10px);box-shadow:0 30px 60px #00000026}.contact-box{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 30px 60px #0000001a;margin-top:3rem}.contact-box p{margin-bottom:1rem;font-size:1rem}footer{background:#0f172a;color:#cbd5f5;padding:3rem 2rem;margin-top:6rem;text-align:center}.footer-container{max-width:1100px;margin:auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem}footer p{font-size:.9rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.hero{padding:6rem 2rem}.hero h1{font-size:2.6rem}nav ul{gap:1.2rem}}@media(max-width:600px){.hero h1{font-size:2.2rem}.cards{flex-direction:column}}
