:root{
  --primary:#00B050;
  --accent:#FF0000;
  --dark:#39195C;
}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial,sans-serif;}
.topbar{background:var(--dark); color:#fff;}
.mainnav{background:var(--primary);}
.btn-accent{background:var(--accent); border-color:var(--accent); color:#fff;}
.btn-accent:hover{filter:brightness(0.95); color:#fff;}
.carousel-item img{max-height:500px;object-fit:cover}
.hero-slider .hero-img{max-height:520px; object-fit:cover;}
.dept-strip{background:#fff;}
.dept-pill{display:block; padding:10px; border-radius:16px; transition:transform .2s; background:#fff;}
.dept-pill:hover{transform:translateY(-4px); text-decoration:none;}
.section-title{color:var(--primary);}
.feature-card{border-radius:16px; background:#fff;}
.recruiter-logo img{height:40px; width:auto; filter:grayscale(20%); opacity:.9; transition:all .2s;}
.recruiter-logo img:hover{filter:none; opacity:1}
.stats-section{background: linear-gradient(135deg,var(--primary),var(--accent)), url('../images/campus.jpg') center/cover no-repeat;}
.footer{background:var(--dark);}
@media (max-width: 576px){
  .hero-slider .hero-img{max-height:360px;}
  .topbar .container{flex-direction:column; gap:.25rem;}
}
