:root{
  --bg:#f7f9fc;
  --card:#ffffff;
  --accent:#0b5fff;
  --muted:#6b7280;
}
*{box-sizing:border-box}
body{font-family:Inter,system-ui,Segoe UI,Arial,sans-serif;margin:0;background:var(--bg);color:#111}
/* Container */
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.container.wide {
  max-width: 1600px;
}
.site-header{background:linear-gradient(90deg,#0b5fff 0%,#0b83ff 100%);color:#fff;padding:1rem 0;position:relative;margin-bottom:0}
.site-header .container{display:flex;align-items:center;justify-content:space-between;position:relative}
.logo{margin:0;font-size:1.25rem;display:flex;align-items:center;gap:0.75rem;z-index:1001}
.logo-img{height:50px;width:auto;border-radius:4px}
.hamburger{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:1001}
.hamburger-line{width:28px;height:3px;background:#fff;border-radius:2px;transition:all 0.3s ease}
.hamburger.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(8px, 8px)}
.hamburger.active .hamburger-line:nth-child(2){opacity:0}
.hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px, -7px)}
.nav-list{list-style:none;margin:0;padding:0;display:flex;gap:1.5rem}
.nav-list a{color:rgba(255,255,255,0.95);text-decoration:none;font-size:0.95rem;transition:color 0.2s}
.nav-list a:hover{color:#fff}
/* Hero Carousel */
.hero-carousel{position:relative;overflow:hidden;color:#fff;margin:0;padding:0}
.carousel-container{position:relative;width:100%;height:600px;margin:0;padding:0}
.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;background:linear-gradient(rgba(11,95,255,0.85),rgba(11,131,255,0.85)),url('https://res.cloudinary.com/dcvvxtq8f/image/upload/v1763208938/ed266c44-9b86-47f8-8a11-269f3086aceb_g56bjh.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 0.6s ease-in-out;display:flex;align-items:center}
.carousel-slide.active{opacity:1;z-index:1}
.carousel-slide h2{margin:0 0 0.5rem;font-size:1.9rem}
.carousel-slide .container{max-width:1600px;padding:3rem 2rem}
.carousel-slide .btn{color:#fff;border-color:rgba(255,255,255,0.3);background:rgba(255,255,255,0.1)}
.carousel-slide .btn:hover{background:rgba(255,255,255,0.2)}
.carousel-slide .btn.primary{background:#fff;color:var(--accent);border-color:#fff}
.carousel-slide .btn.primary:hover{background:rgba(255,255,255,0.95)}
.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.2);color:#fff;border:none;font-size:3rem;width:50px;height:50px;border-radius:50%;cursor:pointer;z-index:2;transition:background 0.3s;display:flex;align-items:center;justify-content:center;line-height:1}
.carousel-btn:hover{background:rgba(255,255,255,0.3)}
.carousel-btn.prev{left:20px}
.carousel-btn.next{right:20px}
.carousel-dots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:2}
.dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,0.5);border:none;cursor:pointer;transition:background 0.3s}
.dot.active,.dot:hover{background:#fff}
.btn{display:inline-block;padding:0.6rem 1rem;border-radius:6px;background:transparent;border:1px solid rgba(0,0,0,0.08);text-decoration:none;color:var(--accent);font-weight:600}
.cta-row{display:inline-flex;gap:0.75rem;align-items:center}
/* Make secondary buttons visible on dark hero backgrounds */
.hero .btn{color:#fff;border-color:rgba(255,255,255,0.18);background:rgba(255,255,255,0.06)}
.btn.primary{background:#fff;color:var(--accent);box-shadow:0 6px 18px rgba(11,95,255,0.12)}
.card{background:var(--card);padding:2.5rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 2px 10px rgba(2,6,23,0.04);transition:transform 0.3s ease,box-shadow 0.3s ease}
.card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(2,6,23,0.12)}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
section{padding:4rem 0}
section h3{margin-top:0;margin-bottom:1.5rem;font-size:2rem;font-weight:700;color:#111}
.course h4{margin:0 0 .5rem}
#about,#commitment{background:linear-gradient(135deg,#f7f9fc 0%,#ffffff 100%)}
#focus .card.course{background:#fff;border:1px solid rgba(0,0,0,0.06)}
#ten-fund{background:linear-gradient(135deg,#fff8e6 0%,#ffffff 100%);border-left:4px solid var(--accent)}
#team .team-card{transition:transform 0.3s ease,box-shadow 0.3s ease}
#team .team-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(2,6,23,0.15)}
.intake-highlight{background:linear-gradient(135deg,#fff8e6 0%,#fffef9 100%);border:2px solid var(--accent);box-shadow:0 4px 20px rgba(11,95,255,0.15)}
.intake-highlight h2,.intake-highlight h3{color:var(--accent)}
.contact a{color:var(--accent)}
.site-footer{padding:1.25rem 0;text-align:center;color:var(--muted)}
.iframe-wrap{position:relative;width:100%;padding-bottom:120%;height:0;overflow:hidden;border-radius:8px}
.iframe-wrap iframe{position:absolute;left:0;top:0;width:100%;height:100%;border:0}
.register-note{color:var(--muted);margin-bottom:0.75rem}
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{position:static;left:0;top:0;width:auto;height:auto;background:#fff;padding:0.5rem 0.75rem;border-radius:4px;z-index:9999}
.card img{max-width:100%;border-radius:6px;display:block;margin-bottom:.5rem}
.course-page{max-width:900px;margin:0 auto}
.donation-cta{display:inline-block;padding:0.75rem 1rem;background:#0b5fff;color:#fff;border-radius:8px;text-decoration:none;font-weight:700}
.lti-note{background:#f1f5f9;padding:0.75rem;border-radius:6px;margin-top:0.75rem}
.focus-list h4{margin-top:0.5rem;margin-bottom:0.25rem}
.focus-list ul{margin:0.5rem 0 1rem 1.25rem}
.focus-list p{margin:0.5rem 0}
.course{position:relative;overflow:hidden}
.course h4{font-size:1.25rem;font-weight:700;color:#111}
.course p{color:var(--muted);line-height:1.7;margin-bottom:1.25rem}
.fund-note{background:#fff8e6;padding:0.75rem;border-left:4px solid #ffd166;border-radius:6px;margin-top:0.75rem}
.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem}
.team-card{background:var(--card);padding:1rem;border-radius:8px;box-shadow:0 6px 18px rgba(2,6,23,0.05)}
.team-card h4{margin:0 0 0.25rem}
.team-card .role{font-weight:700;color:var(--accent);margin-bottom:0.5rem}
/* Parallax Effect */
.parallax-section{opacity:0;transform:translateY(30px);transition:opacity 0.8s ease-out,transform 0.8s ease-out}
.parallax-section.visible{opacity:1;transform:translateY(0)}
/* Modern Footer */
.site-footer{background:linear-gradient(135deg,#0b5fff 0%,#0b83ff 100%);color:#fff;margin-top:4rem}
.footer-content{padding:3rem 0 2rem}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem}
.footer-section h4{margin:0 0 1rem;font-size:1.1rem;font-weight:700}
.footer-section p{color:rgba(255,255,255,0.9);line-height:1.6;margin:0}
.footer-logo{display:flex;align-items:center;gap:0.75rem;margin-bottom:1rem}
.footer-logo-img{height:45px;width:auto;border-radius:4px}
.footer-links{list-style:none;margin:0;padding:0}
.footer-links li{margin-bottom:0.75rem}
.footer-links a{color:rgba(255,255,255,0.85);text-decoration:none;transition:color 0.2s}
.footer-links a:hover{color:#fff}
.footer-contact{list-style:none;margin:0;padding:0}
.footer-contact li{margin-bottom:0.75rem;color:rgba(255,255,255,0.9);line-height:1.6}
.footer-contact a{color:rgba(255,255,255,0.85);text-decoration:none;transition:color 0.2s}
.footer-contact a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.15);padding:1.5rem 0;text-align:center}
.footer-bottom p{margin:0.25rem 0;color:rgba(255,255,255,0.85)}
.footer-tagline{font-size:0.9rem}
@media (max-width:800px){
  .carousel-container{height:500px}
  .carousel-slide{padding:3rem 0}
  .carousel-slide h2{font-size:1.35rem}
  .carousel-btn{width:40px;height:40px;font-size:2rem}
  .carousel-btn.prev{left:10px}
  .carousel-btn.next{right:10px}
  .carousel-dots{bottom:20px}
  .footer-grid{grid-template-columns:1fr;gap:2rem}
  .footer-content{padding:2rem 0 1.5rem}
  .hamburger{display:flex}
  .nav-menu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:linear-gradient(180deg,#0b5fff 0%,#0b83ff 100%);padding:80px 2rem 2rem;transition:right 0.3s ease;box-shadow:-4px 0 12px rgba(0,0,0,0.1);z-index:1000}
  .nav-menu.active{right:0}
  .nav-list{flex-direction:column;gap:1.5rem}
  .nav-list a{font-size:1.1rem;display:block;padding:0.5rem 0}
  .hero{padding:3rem 0}
  .hero h2{font-size:1.35rem}
  .hero p{font-size:0.95rem}
  .cta-row{flex-direction:column;width:100%}
  .cta-row .btn{width:100%;text-align:center}
  .container{padding:0 1.5rem}
  section{padding:2rem 0}
  .grid{grid-template-columns:1fr}
  .team-grid{grid-template-columns:1fr}
  section h3{font-size:1.5rem}
  .logo span{font-size:1rem}
  .logo-img{height:40px}
}
