*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;color:#172033;background:#f8fafc;line-height:1.7}
a{color:inherit}
.hero{min-height:100vh;background:linear-gradient(135deg,#07152f,#0d3a77 70%,#f97316 150%);color:#fff;overflow:hidden}
nav{display:flex;justify-content:space-between;align-items:center;padding:22px 7%;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}
.brand{font-size:24px;font-weight:900}
.nav-links a{text-decoration:none;margin-left:18px;font-weight:800;font-size:15px}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;max-width:1200px;margin:auto;padding:70px 7% 90px}
.badge{display:inline-block;background:#f97316;padding:9px 18px;border-radius:999px;font-weight:900;margin-bottom:22px}
.hero h1{font-size:72px;line-height:1.05;margin-bottom:18px;text-shadow:0 8px 28px rgba(0,0,0,.35)}
.hero p{font-size:23px;max-width:680px;margin-bottom:30px;color:#eef6ff}
.btn{display:inline-block;text-decoration:none;background:#22c55e;color:#fff;padding:14px 25px;border-radius:10px;font-weight:900;margin:8px 8px 8px 0;box-shadow:0 10px 22px rgba(0,0,0,.18)}
.btn-white{background:#fff;color:#0d3a77}
.hero-card{background:rgba(255,255,255,.14);padding:18px;border-radius:28px;box-shadow:0 25px 70px rgba(0,0,0,.32)}
.hero-card img{width:100%;height:620px;object-fit:cover;object-position:center top;border-radius:22px;display:block}
.section{padding:82px 7%}
.container{max-width:1180px;margin:auto}
.two-col{display:grid;grid-template-columns:1.15fr .85fr;gap:42px;align-items:center}
.label{text-transform:uppercase;letter-spacing:2px;font-size:13px;font-weight:900;color:#f97316;margin-bottom:10px}
.label.light{color:#fed7aa}
h2{font-size:40px;line-height:1.18;color:#0f172a;margin-bottom:20px}
h3{font-size:24px;color:#0f172a;margin-bottom:14px}
p{font-size:18px;margin-bottom:14px}
.soft{background:#e0f2fe}
.profile-box,.card,.image-card,.video-box,.alumni-highlight{background:#fff;border-radius:20px;padding:28px;box-shadow:0 12px 34px rgba(15,23,42,.11)}
.profile-box ul,.tick-list,.alumni-highlight ul{margin-left:22px;font-size:18px}
.profile-box li,.tick-list li,.alumni-highlight li{margin-bottom:10px}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:30px}
.card h3{font-size:21px}
.image-card img{width:100%;border-radius:16px;display:block}
.dark{background:linear-gradient(135deg,#0f172a,#123a71);color:#fff}
.dark h2{color:#fff}
.wide{max-width:960px}
.dark .wide{color:#e5eefb}
.dark-text{color:#172033}
.dark-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
.dark-cards div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);padding:24px;border-radius:16px}
.dark-cards strong{display:block;font-size:20px;margin-bottom:8px}
.dark-cards span{color:#dbeafe}
.alumni-highlight{display:grid;grid-template-columns:.75fr 1.25fr;gap:24px;align-items:center;margin:30px 0}
.alumni-highlight img{width:100%;height:360px;object-fit:cover;border-radius:16px}
.gallery-note{margin-bottom:25px}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:26px}
.alumni-gallery{grid-template-columns:repeat(3,1fr)}
.gallery figure{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.13)}
.gallery img{width:100%;height:270px;object-fit:cover;display:block;transition:.3s}
.alumni-gallery img{height:320px}
.gallery img:hover{transform:scale(1.04)}
.gallery figcaption{padding:14px 16px;font-weight:900;color:#0f172a}
.video-section{background:#fff7ed}
.video-box{border:2px dashed #f97316}
.contact{background:#06152f;color:#fff}
.contact h2{color:#fff}
.contact-box{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:42px}
.contact a{text-decoration:none}
.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:99;background:#22c55e;color:#fff;text-decoration:none;font-weight:900;padding:13px 18px;border-radius:999px;box-shadow:0 10px 25px rgba(0,0,0,.25)}
footer{background:#020617;color:#fff;text-align:center;padding:20px}
@media(max-width:900px){
.nav-links{display:none}
.hero-grid,.two-col,.cards,.dark-cards,.gallery,.alumni-gallery,.alumni-highlight{grid-template-columns:1fr}
.hero h1{font-size:46px}.hero p{font-size:18px}.hero-card img{height:auto}
h2{font-size:32px}.gallery img,.alumni-gallery img,.alumni-highlight img{height:auto}
}
