
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:Arial,Helvetica,sans-serif;
  background:#f4f7fb;
  color:#0f172a;
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{
  width:92%;
  max-width:1200px;
  margin:0 auto;
}
.topline{
  background:#f59e0b;
  color:#1f2937;
  font-size:14px;
  font-weight:700;
}
.topline .container{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:8px 0;
  flex-wrap:wrap;
}
.header{
  background:#0b1f3a;
  color:#ffffff;
  border-bottom:4px solid #1d4ed8;
}
.nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:18px 0;
  flex-wrap:wrap;
}
.brand h1{
  margin:0;
  font-size:30px;
  line-height:1.1;
  color:#ffffff;
}
.brand p{
  margin:6px 0 0;
  font-size:14px;
  color:#dbeafe;
}
.menu{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.menu a{
  display:inline-block;
  color:#ffffff;
  font-weight:700;
  font-size:15px;
  padding:10px 14px;
  border-radius:8px;
  background:transparent;
}
.menu a:hover,.menu a.active{
  background:#1d4ed8;
  color:#ffffff;
}
.hero{
  background:linear-gradient(135deg,#081426,#1d4ed8);
  color:#ffffff;
  padding:70px 0;
}
.hero-inner{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:28px;
  align-items:center;
}
.badge{
  display:inline-block;
  background:#f59e0b;
  color:#1f2937;
  font-size:13px;
  font-weight:700;
  border-radius:999px;
  padding:8px 14px;
}
.hero h2{
  margin:16px 0 12px;
  font-size:52px;
  line-height:1.05;
}
.hero p{
  font-size:18px;
  color:#e5eefc;
  margin:0;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.btn{
  display:inline-block;
  padding:12px 20px;
  border-radius:8px;
  font-weight:700;
  font-size:15px;
}
.btn-primary{
  background:#f59e0b;
  color:#1f2937;
}
.btn-white{
  background:#ffffff;
  color:#0b1f3a;
}
.btn-outline{
  background:transparent;
  border:1px solid #cbd5e1;
  color:#ffffff;
}
.hero-box{
  background:rgba(255,255,255,0.10);
  border:1px solid rgba(255,255,255,0.18);
  border-radius:16px;
  padding:22px;
}
.hero-box h3{
  margin-top:0;
  color:#ffffff;
}
.hero-box ul{
  list-style:none;
  margin:0;
  padding:0;
}
.hero-box li{
  padding:10px 0;
  border-bottom:1px dashed rgba(255,255,255,0.22);
  color:#f8fafc;
}
.marquee-wrap{
  background:#fff7ed;
  border-top:1px solid #fdba74;
  border-bottom:1px solid #fdba74;
  overflow:hidden;
}
.marquee{
  white-space:nowrap;
  display:inline-block;
  padding:12px 0;
  color:#9a3412;
  font-weight:700;
  animation:scroll 24s linear infinite;
}
.marquee span{padding-right:50px}
@keyframes scroll{
  from{transform:translateX(100%)}
  to{transform:translateX(-100%)}
}
.page-banner{
  background:linear-gradient(135deg,#081426,#1d4ed8);
  color:#ffffff;
  padding:48px 0;
}
.page-banner h2{
  margin:0 0 8px;
  font-size:42px;
}
.page-banner p{
  margin:0;
  color:#e5eefc;
}
.section{
  padding:56px 0;
}
.section-title{
  margin:0 0 10px;
  font-size:40px;
  color:#0b1f3a;
}
.section-sub{
  margin:0 0 26px;
  color:#475569;
  max-width:760px;
}
.grid-2{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}
.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.grid-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.card{
  background:#ffffff;
  border:1px solid #dbe5f0;
  border-radius:16px;
  padding:24px;
  box-shadow:0 8px 24px rgba(2,12,27,.08);
}
.card h3,.card h4{
  margin-top:0;
  color:#0b1f3a;
}
.soft{
  background:#eef5ff;
}
.stat{
  background:linear-gradient(180deg,#eff6ff,#ffffff);
}
.news-item{
  border-bottom:1px dashed #cbd5e1;
  padding:14px 0;
}
.news-item:last-child{
  border-bottom:0;
}
.news-date{
  display:inline-block;
  background:#eff6ff;
  color:#1d4ed8;
  font-size:12px;
  font-weight:700;
  border-radius:999px;
  padding:5px 10px;
  margin-bottom:8px;
}
.profile{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:18px;
  align-items:start;
}
.profile-photo,.faculty-photo{
  width:110px;
  height:110px;
  border-radius:16px;
  background:linear-gradient(135deg,#1e3a8a,#60a5fa);
  color:#ffffff;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
}
.faculty-photo{
  width:90px;
  height:90px;
  margin-bottom:14px;
  font-size:24px;
}
.gallery{
  min-height:220px;
  border-radius:16px;
  padding:20px;
  display:flex;
  align-items:end;
  color:#ffffff;
  font-weight:700;
  background:linear-gradient(180deg,rgba(8,20,38,.12),rgba(8,20,38,.75)),linear-gradient(135deg,#0f172a,#1d4ed8);
}
.list{
  margin:0;
  padding-left:18px;
}
.form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.full{grid-column:1 / -1}
label{
  display:block;
  font-weight:700;
  margin-bottom:6px;
  color:#334155;
}
input,select,textarea{
  width:100%;
  padding:12px 14px;
  border-radius:8px;
  border:1px solid #cbd5e1;
  background:#ffffff;
  font-size:15px;
}
textarea{
  min-height:120px;
  resize:vertical;
}
.download-box{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.footer{
  background:#0b1f3a;
  color:#ffffff;
  margin-top:30px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:24px;
  padding:40px 0 18px;
}
.footer p,.footer li,.footer a{
  color:#dbeafe;
}
.footer ul{
  list-style:none;
  padding:0;
  margin:0;
}
.footer li{
  margin:8px 0;
}
.copy{
  border-top:1px solid rgba(255,255,255,.12);
  padding:16px 0 20px;
  color:#cbd5e1;
  font-size:14px;
}
@media (max-width: 920px){
  .hero-inner,.grid-2,.grid-3,.grid-4,.footer-grid,.form-grid,.profile{
    grid-template-columns:1fr;
  }
  .hero h2{
    font-size:36px;
  }
  .section-title,.page-banner h2{
    font-size:30px;
  }
  .nav{
    flex-direction:column;
    align-items:flex-start;
  }
}
