/* ==========================================================
   SDSCOP v2 — Royal Blue & Gold | Bold & Impactful
   Shri Dafedar Singh College of Pharmacy
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,800;0,900;1,700&family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root {
  --blue-deep:   #0a1f5c;
  --blue-mid:    #1435a0;
  --blue-bright: #1e4fd8;
  --blue-light:  #e8edfb;
  --blue-soft:   #f0f3fd;
  --gold:        #c9960a;
  --gold-bright: #f0b429;
  --gold-light:  #fdf3d7;
  --gold-line:   #e8c040;
  --white:       #ffffff;
  --off:         #f7f8fc;
  --text-dark:   #09122b;
  --text-mid:    #2d3748;
  --text-muted:  #64748b;
  --border:      #dde3f0;
  --shadow-sm:   0 2px 12px rgba(10,31,92,0.08);
  --shadow-md:   0 8px 32px rgba(10,31,92,0.14);
  --shadow-lg:   0 20px 60px rgba(10,31,92,0.18);
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-xl: 32px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; color: var(--text-dark); background: var(--white); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { text-decoration: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.section { padding: 88px 0; }
.section-sm { padding: 64px 0; }

/* ── EYEBROW ── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 3px; color: var(--gold);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: ''; width: 32px; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
  border-radius: 2px;
}
.eyebrow.center { display: flex; justify-content: center; }

.sec-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 900; color: var(--text-dark); line-height: 1.15;
  margin-bottom: 18px;
}
.sec-title.white { color: #fff; }
.sec-title.center { text-align: center; }
.sec-title .gold { color: var(--gold-bright); }
.sec-title .blue { color: var(--blue-bright); }

/* ── TOPBAR ── */
.topbar {
  background: var(--blue-deep);
  padding: 9px 0;
  font-size: 12.5px; color: #b8c8f0;
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar-left { display: flex; gap: 24px; flex-wrap: wrap; }
.topbar-left span { display: flex; align-items: center; gap: 7px; }
.topbar-left span i { color: var(--gold-bright); }
.topbar-social { display: flex; gap: 10px; }
.topbar-social a {
  color: #b8c8f0; font-size: 14px; transition: color .2s;
  width: 28px; height: 28px; border-radius: 6px;
  background: rgba(255,255,255,0.07);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.1);
}
.topbar-social a:hover { color: var(--gold-bright); background: rgba(240,180,41,0.12); }

/* ── NAVBAR ── */
.navbar {
  background: var(--white);
  position: sticky; top: 0; z-index: 999;
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 4px 24px rgba(10,31,92,0.12);
}
.nav-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 16px;
  padding: 14px 28px;
}
.logo { display: flex; align-items: center; gap: 14px; }
.logo-crest {
  width: 52px; height: 52px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue-mid));
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  border: 2px solid var(--gold);
  box-shadow: 0 4px 14px rgba(10,31,92,0.25);
}
.logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 15px; font-weight: 800; color: var(--blue-deep); line-height: 1.2;
}
.logo-tagline { font-size: 10.5px; color: var(--text-muted); font-weight: 500; margin-top: 2px; }

.nav-menu { display: flex; align-items: center; gap: 2px; }
.nav-menu a {
  font-size: 13px; font-weight: 600; color: var(--text-mid);
  padding: 8px 11px; border-radius: 8px; transition: all .2s;
  white-space: nowrap;
}
.nav-menu a:hover, .nav-menu a.active {
  background: var(--blue-light); color: var(--blue-deep);
}
.btn-apply-nav {
  background: linear-gradient(135deg, var(--gold), var(--gold) 40%, #e8a800);
  color: var(--blue-deep); padding: 10px 22px; border-radius: 9px;
  font-weight: 800; font-size: 13px; white-space: nowrap;
  box-shadow: 0 4px 16px rgba(201,150,10,0.35);
  transition: all .2s; border: none;
}
.btn-apply-nav:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,150,10,0.45); }
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.hamburger span { width: 26px; height: 2.5px; background: var(--blue-deep); border-radius: 2px; transition: all .3s; }

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, var(--blue-deep) 0%, #0d2875 50%, var(--blue-mid) 100%);
  position: relative; overflow: hidden; padding: 90px 0 0;
  min-height: 90vh; display: flex; align-items: center;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero::after {
  content: ''; position: absolute;
  top: -120px; right: -120px; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(240,180,41,0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.hero-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
  position: relative; z-index: 1;
  padding-bottom: 80px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(240,180,41,0.15); border: 1px solid rgba(240,180,41,0.4);
  color: var(--gold-bright); padding: 6px 16px; border-radius: 50px;
  font-size: 12px; font-weight: 700; margin-bottom: 22px;
  text-transform: uppercase; letter-spacing: 1px;
}
.badge-pulse {
  width: 8px; height: 8px; background: var(--gold-bright);
  border-radius: 50%; animation: blink 2s infinite;
}
@keyframes blink { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.3)} }

.hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4.5vw, 60px);
  font-weight: 900; color: #fff; line-height: 1.1;
  margin-bottom: 18px;
}
.hero-h1 em { font-style: normal; color: var(--gold-bright); }

.hero-sub {
  font-size: 17px; color: rgba(255,255,255,0.78);
  line-height: 1.65; margin-bottom: 28px; max-width: 480px;
  font-weight: 400;
}

.hero-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-pill {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff; padding: 7px 16px; border-radius: 50px;
  font-size: 12.5px; font-weight: 600;
  display: flex; align-items: center; gap: 7px;
}
.hero-pill i { color: var(--gold-bright); }

.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: var(--blue-deep); padding: 15px 32px; border-radius: 11px;
  font-weight: 800; font-size: 15px;
  display: inline-flex; align-items: center; gap: 9px;
  box-shadow: 0 6px 24px rgba(240,180,41,0.4); transition: all .2s;
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(240,180,41,0.5); }
.btn-ghost-white {
  background: rgba(255,255,255,0.1); color: #fff;
  padding: 15px 32px; border-radius: 11px; font-weight: 700; font-size: 15px;
  border: 2px solid rgba(255,255,255,0.4); transition: all .2s;
}
.btn-ghost-white:hover { background: rgba(255,255,255,0.18); }

/* Hero right — college image */
.hero-img-wrap {
  position: relative; display: flex;
  align-items: flex-end; justify-content: center;
}
.hero-img-frame {
  width: 100%; border-radius: 20px; overflow: hidden;
  border: 3px solid rgba(240,180,41,0.4);
  box-shadow: 0 24px 80px rgba(0,0,0,0.4);
  position: relative; background: rgba(255,255,255,0.06);
}
.hero-img-frame img {
  width: 100%; height: 380px; object-fit: cover; display: block;
}
.hero-img-placeholder {
  width: 100%; height: 380px;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px;
}
.hero-img-placeholder i { font-size: 56px; color: rgba(255,255,255,0.25); }
.hero-img-placeholder p { color: rgba(255,255,255,0.4); font-size: 14px; }
.img-ribbon {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(0deg, rgba(10,31,92,0.92) 0%, transparent 100%);
  padding: 28px 22px 18px;
  display: flex; align-items: center; gap: 14px;
}
.img-ribbon-badge {
  background: var(--gold); color: var(--blue-deep);
  padding: 6px 14px; border-radius: 7px;
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
  white-space: nowrap;
}
.img-ribbon-text { color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 500; }

/* Floating stat cards on hero */
.hero-stat-card {
  position: absolute; background: #fff;
  border-radius: 12px; padding: 14px 18px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.25);
  border-left: 4px solid var(--gold);
  display: flex; align-items: center; gap: 12px;
}
.hero-stat-card.top-left { top: -16px; left: -20px; }
.hero-stat-card.bottom-right { bottom: 60px; right: -20px; }
.stat-big { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 900; color: var(--blue-deep); line-height: 1; }
.stat-sm { font-size: 11px; color: var(--text-muted); font-weight: 600; margin-top: 2px; }

.hero-wave { line-height: 0; position: absolute; bottom: 0; left: 0; right: 0; }

/* ── STATS STRIP ── */
.stats-strip {
  background: linear-gradient(135deg, var(--blue-deep), var(--blue-mid));
  padding: 0;
}
.stats-strip-inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.strip-stat {
  padding: 32px 20px; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
  transition: background .2s;
}
.strip-stat:last-child { border-right: none; }
.strip-stat:hover { background: rgba(255,255,255,0.05); }
.strip-num {
  font-family: 'Playfair Display', serif;
  font-size: 42px; font-weight: 900; color: var(--gold-bright); line-height: 1;
  display: block;
}
.strip-label { color: rgba(255,255,255,0.7); font-size: 12.5px; font-weight: 600; margin-top: 5px; display: block; }

/* ── ABOUT ── */
.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-img-side { position: relative; }
.about-main-img {
  width: 100%; height: 480px; object-fit: cover;
  border-radius: 20px; display: block;
  box-shadow: var(--shadow-lg);
}
.about-img-placeholder {
  width: 100%; height: 480px; border-radius: 20px;
  background: linear-gradient(135deg, var(--blue-light), var(--blue-soft));
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 14px;
  border: 2px dashed var(--border);
}
.about-img-placeholder i { font-size: 60px; color: var(--blue-bright); opacity: .35; }
.about-badge-float {
  position: absolute; bottom: -20px; right: -20px;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue-mid));
  color: #fff; padding: 22px 26px; border-radius: 16px;
  box-shadow: var(--shadow-md);
  border: 2px solid var(--gold);
  text-align: center;
}
.about-badge-float strong { display: block; font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 900; color: var(--gold-bright); }
.about-badge-float span { font-size: 12px; color: rgba(255,255,255,0.75); font-weight: 600; }

.about-text p { color: var(--text-mid); line-height: 1.8; margin-bottom: 16px; font-size: 15.5px; }
.about-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0 30px; }
.check-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; font-weight: 600; color: var(--text-dark);
}
.check-item i { color: var(--gold); font-size: 16px; flex-shrink: 0; }

.btn-blue {
  display: inline-flex; align-items: center; gap: 9px;
  background: linear-gradient(135deg, var(--blue-mid), var(--blue-deep));
  color: #fff; padding: 13px 26px; border-radius: 10px;
  font-weight: 700; font-size: 14px;
  box-shadow: var(--shadow-sm); transition: all .2s;
}
.btn-blue:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* ── CHAIRMAN SECTION ── */
.leader-section {
  padding: 0; overflow: hidden;
}
.leader-full {
  display: grid; grid-template-columns: 480px 1fr;
  min-height: 580px; align-items: stretch;
}
.leader-full.reverse { grid-template-columns: 1fr 480px; }

.leader-photo-side {
  position: relative; overflow: hidden; background: var(--blue-deep);
  min-height: 560px;
}
.leader-photo-side img {
  width: 100%; height: 100%; min-height: 560px; object-fit: cover;
  object-position: center top;
  display: block; opacity: 0.9;
  position: absolute; top: 0; left: 0;
}
.leader-photo-placeholder {
  width: 100%; height: 100%; min-height: 500px;
  background: linear-gradient(160deg, var(--blue-deep) 0%, var(--blue-mid) 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px;
}
.leader-avatar-big {
  width: 160px; height: 160px; border-radius: 50%;
  border: 4px solid rgba(240,180,41,0.5);
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 64px; color: rgba(255,255,255,0.4);
}
.leader-photo-side .photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 60%, rgba(10,31,92,0.3) 100%);
}
.leader-full.reverse .leader-photo-side .photo-overlay {
  background: linear-gradient(270deg, transparent 60%, rgba(10,31,92,0.3) 100%);
}
.leader-role-badge {
  position: absolute; top: 28px; left: 28px;
  background: var(--gold); color: var(--blue-deep);
  padding: 8px 20px; border-radius: 50px;
  font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px;
}
.leader-full.reverse .leader-role-badge { left: auto; right: 28px; }

.leader-content-side {
  background: var(--blue-deep); padding: 64px 56px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
}
.leader-content-side::before {
  content: '❝';
  position: absolute; top: 20px; right: 36px;
  font-size: 120px; color: rgba(240,180,41,0.06);
  font-family: Georgia, serif; line-height: 1;
}
.leader-content-side .eyebrow { color: var(--gold-bright); }
.leader-name {
  font-family: 'Playfair Display', serif;
  font-size: 36px; font-weight: 900; color: #fff;
  margin-bottom: 6px; line-height: 1.1;
}
.leader-title-line {
  color: var(--gold-bright); font-size: 14px; font-weight: 700;
  margin-bottom: 28px; text-transform: uppercase; letter-spacing: 1px;
}
.leader-divider {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
  border-radius: 2px; margin-bottom: 28px;
}
.leader-quote {
  color: rgba(255,255,255,0.82); font-size: 16px;
  line-height: 1.8; font-style: italic; margin-bottom: 32px;
  border-left: 3px solid var(--gold);
  padding-left: 22px;
}
.leader-quote strong { color: var(--gold-bright); font-style: normal; }
.btn-gold-outline {
  display: inline-flex; align-items: center; gap: 9px;
  border: 2px solid var(--gold); color: var(--gold-bright);
  padding: 12px 26px; border-radius: 10px;
  font-weight: 700; font-size: 14px; transition: all .2s;
  align-self: flex-start;
}
.btn-gold-outline:hover {
  background: var(--gold); color: var(--blue-deep);
}

/* Alt leader (director) — flipped bg */
.leader-content-side.alt {
  background: linear-gradient(135deg, #0d2875, var(--blue-deep));
}

/* ── ADMISSION FORM SECTION ── */
.form-section {
  background: var(--blue-soft);
  border-top: 1px solid var(--border);
}
.form-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.form-why-box {
  background: linear-gradient(160deg, var(--blue-deep) 0%, #0d2875 100%);
  border-radius: 20px; padding: 44px;
  box-shadow: var(--shadow-lg);
  position: relative; overflow: hidden;
}
.form-why-box::after {
  content: '';
  position: absolute; bottom: -40px; right: -40px;
  width: 200px; height: 200px;
  background: rgba(240,180,41,0.07); border-radius: 50%;
}
.form-why-box h3 {
  font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 800;
  color: #fff; margin-bottom: 24px;
}
.why-list { list-style: none; margin-bottom: 32px; }
.why-list li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 14px; color: rgba(255,255,255,0.82);
}
.why-list li:last-child { border-bottom: none; }
.why-check {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(240,180,41,0.2); border: 1.5px solid var(--gold-bright);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
}
.why-check i { color: var(--gold-bright); font-size: 11px; }
.helpline-box {
  background: rgba(240,180,41,0.12);
  border: 1px solid rgba(240,180,41,0.3);
  border-radius: 12px; padding: 20px;
}
.helpline-box h4 { color: var(--gold-bright); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
.helpline-box p { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 4px; display: flex; align-items: center; gap: 8px; }
.helpline-box p i { color: var(--gold-bright); }

.form-card {
  background: #fff; border-radius: 20px; padding: 44px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
}
.form-card-header { margin-bottom: 28px; }
.form-card-header h3 { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 800; color: var(--blue-deep); }
.form-card-header p { color: var(--text-muted); font-size: 13px; margin-top: 4px; }

.f-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.f-group label { font-size: 12.5px; font-weight: 700; color: var(--text-dark); }
.f-group input, .f-group select, .f-group textarea {
  padding: 12px 15px; border: 2px solid var(--border); border-radius: 9px;
  font-size: 14px; font-family: inherit; color: var(--text-dark);
  background: var(--off); outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.f-group input:focus, .f-group select:focus, .f-group textarea:focus {
  border-color: var(--blue-bright);
  box-shadow: 0 0 0 3px rgba(30,79,216,0.1);
  background: #fff;
}
.req { color: #e53e3e; }
.btn-submit-main {
  width: 100%; background: linear-gradient(135deg, var(--blue-mid), var(--blue-deep));
  color: #fff; border: none; padding: 15px; border-radius: 11px;
  font-size: 15px; font-weight: 800; cursor: pointer;
  font-family: inherit; transition: all .2s;
  box-shadow: 0 6px 20px rgba(20,53,160,0.35);
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 6px;
}
.btn-submit-main:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(20,53,160,0.45); }
.form-status { padding: 12px 16px; border-radius: 9px; font-size: 14px; font-weight: 600; margin-bottom: 14px; display: none; }
.form-status.success { background: #e6ffed; color: #1a5e2e; border: 1.5px solid #86efac; }
.form-status.error { background: #fff0f0; color: #9b1c1c; border: 1.5px solid #fc8181; }

/* ── COURSE SECTION ── */
.course-section { background: var(--white); }
.course-hero-card {
  background: linear-gradient(135deg, var(--blue-deep) 0%, #0d2875 60%, var(--blue-mid) 100%);
  border-radius: 24px; padding: 56px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: center; margin-top: 40px;
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.course-hero-card::before {
  content: ''; position: absolute;
  top: -60px; right: -60px; width: 300px; height: 300px;
  background: rgba(240,180,41,0.06); border-radius: 50%;
}
.course-icon-wrap {
  width: 80px; height: 80px; border-radius: 20px;
  background: rgba(240,180,41,0.15); border: 2px solid rgba(240,180,41,0.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 36px; margin-bottom: 24px;
}
.course-card-title {
  font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 900;
  color: #fff; margin-bottom: 16px; line-height: 1.2;
}
.course-card-desc { color: rgba(255,255,255,0.78); font-size: 15px; line-height: 1.75; margin-bottom: 28px; }
.course-meta-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.course-meta-item {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px; padding: 18px 16px;
  display: flex; align-items: center; gap: 14px;
}
.cm-icon { font-size: 22px; color: var(--gold-bright); flex-shrink: 0; }
.cm-label { font-size: 11px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.5px; display: block; }
.cm-value { font-size: 16px; font-weight: 800; color: #fff; display: block; margin-top: 3px; }

/* ── FEATURES GRID ── */
.features-section { background: var(--off); }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.feat-card-v2 {
  background: #fff; border-radius: 18px; padding: 30px 24px;
  border: 1px solid var(--border); text-align: center;
  transition: all .3s; position: relative; overflow: hidden;
}
.feat-card-v2::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue-mid), var(--gold));
}
.feat-card-v2:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--blue-bright); }
.feat-icon-v2 {
  width: 60px; height: 60px; border-radius: 15px; margin: 0 auto 18px;
  background: linear-gradient(135deg, var(--blue-light), var(--blue-soft));
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  border: 2px solid var(--border);
}
.feat-card-v2 h4 { font-size: 15px; font-weight: 800; color: var(--blue-deep); margin-bottom: 8px; }
.feat-card-v2 p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ── STAFF SECTION ── */
.staff-section { background: var(--white); }
.staff-grid-v2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.staff-card-v2 {
  border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--border);
  transition: all .3s; background: #fff;
}
.staff-card-v2:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.staff-top {
  background: linear-gradient(135deg, var(--blue-deep), var(--blue-mid));
  padding: 32px; text-align: center; position: relative;
}
.staff-top::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-bright));
}
.staff-av {
  width: 90px; height: 90px; border-radius: 50%; margin: 0 auto;
  border: 3px solid rgba(240,180,41,0.5);
  background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 34px; color: rgba(255,255,255,0.5);
}
.staff-body-v2 { padding: 22px; text-align: center; }
.staff-name-v2 { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 800; color: var(--text-dark); margin-bottom: 5px; }
.staff-role-v2 { color: var(--blue-mid); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
.staff-badge-v2 {
  display: inline-block; background: var(--blue-light); color: var(--blue-deep);
  padding: 4px 14px; border-radius: 50px; font-size: 12px; font-weight: 700;
}

/* ── GALLERY ── */
.gallery-section { background: var(--off); }
.gallery-grid-v2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.g-item {
  border-radius: 14px; overflow: hidden; aspect-ratio: 4/3;
  background: var(--blue-light); display: flex; align-items: center;
  justify-content: center; flex-direction: column; gap: 10px;
  border: 2px dashed var(--border); cursor: pointer; transition: all .3s;
}
.g-item:hover { border-color: var(--blue-bright); transform: scale(1.01); }
.g-item i { font-size: 40px; color: var(--blue-bright); opacity: .3; }
.g-item p { font-size: 12px; color: var(--text-muted); }

/* ── SOCIAL ── */
.social-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; }
.soc-card {
  border-radius: 18px; padding: 36px 28px; text-align: center;
  color: #fff; text-decoration: none; transition: all .3s;
  box-shadow: var(--shadow-md);
}
.soc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.soc-card.fb { background: linear-gradient(135deg, #1877f2, #0c5fd6); }
.soc-card.ig { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #bc1888); }
.soc-card.goog { background: linear-gradient(135deg, #ea4335, #c5221f); }
.soc-icon { font-size: 48px; margin-bottom: 14px; }
.soc-name { font-family: 'Playfair Display', serif; font-size: 20px; margin-bottom: 6px; }
.soc-handle { opacity: .8; font-size: 13px; margin-bottom: 16px; }
.soc-btn {
  display: inline-block; background: rgba(255,255,255,0.2);
  padding: 7px 20px; border-radius: 50px; font-size: 13px; font-weight: 700;
  border: 1px solid rgba(255,255,255,0.35);
}

/* ── MAP / CONTACT ── */
.contact-grid-v2 { display: grid; grid-template-columns: 1fr 1.6fr; gap: 40px; margin-top: 40px; align-items: start; }
.contact-cards-stack { display: flex; flex-direction: column; gap: 16px; }
.c-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 14px; padding: 20px; display: flex; gap: 14px;
  transition: box-shadow .2s;
}
.c-card:hover { box-shadow: var(--shadow-sm); }
.c-ico {
  width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--blue-mid), var(--blue-deep));
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: #fff;
}
.c-card h4 { font-size: 13px; font-weight: 800; color: var(--text-dark); margin-bottom: 4px; }
.c-card p, .c-card a { font-size: 13.5px; color: var(--text-mid); line-height: 1.6; text-decoration: none; display: block; }
.c-card a:hover { color: var(--blue-bright); }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, var(--blue-deep), #0d2875, var(--blue-mid));
  padding: 72px 0 56px; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute;
  top: -80px; right: -80px; width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(240,180,41,0.08), transparent 70%);
  border-radius: 50%;
}
.page-hero::after {
  content: ''; position: absolute;
  bottom: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright), var(--gold));
}
.page-hero-inner { position: relative; z-index: 1; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 14px; }
.breadcrumb a { color: rgba(255,255,255,0.7); }
.breadcrumb a:hover { color: var(--gold-bright); }
.breadcrumb i { font-size: 10px; }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(30px,4vw,50px); font-weight: 900; color: #fff; margin-bottom: 10px; }
.page-hero p { color: rgba(255,255,255,0.72); font-size: 16px; max-width: 600px; }
.page-hero .gold-line { width: 60px; height: 4px; background: linear-gradient(90deg,var(--gold),var(--gold-bright)); border-radius: 2px; margin: 16px 0; }

/* ── MESSAGE PAGES ── */
.msg-grid { display: grid; grid-template-columns: 380px 1fr; gap: 60px; align-items: start; }
.msg-portrait-card {
  background: linear-gradient(160deg, var(--blue-deep), #0d2875);
  border-radius: 24px; padding: 44px 32px; text-align: center;
  box-shadow: var(--shadow-lg); border: 2px solid rgba(240,180,41,0.25);
  position: sticky; top: 100px;
}
.msg-portrait-img {
  width: 180px; height: 180px; border-radius: 50%; margin: 0 auto 20px;
  border: 4px solid rgba(240,180,41,0.5); object-fit: cover;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}
.msg-portrait-placeholder {
  width: 180px; height: 180px; border-radius: 50%; margin: 0 auto 20px;
  border: 4px solid rgba(240,180,41,0.5); background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 70px; color: rgba(255,255,255,0.3);
}
.msg-name { font-family: 'Playfair Display', serif; font-size: 24px; color: #fff; font-weight: 800; margin-bottom: 5px; }
.msg-role { color: var(--gold-bright); font-size: 13px; font-weight: 700; margin-bottom: 4px; text-transform: uppercase; letter-spacing: 1px; }
.msg-org { color: rgba(255,255,255,0.55); font-size: 12px; }
.msg-divider { width: 50px; height: 3px; background: linear-gradient(90deg,var(--gold),var(--gold-bright)); border-radius: 2px; margin: 20px auto; }
.msg-contact { background: rgba(240,180,41,0.1); border: 1px solid rgba(240,180,41,0.25); border-radius: 10px; padding: 16px; margin-top: 16px; }
.msg-contact p { color: rgba(255,255,255,0.75); font-size: 12px; margin-bottom: 6px; }
.msg-contact strong { color: #fff; font-size: 14px; }

.msg-content h2 { font-family: 'Playfair Display', serif; font-size: 34px; color: var(--blue-deep); margin-bottom: 28px; font-weight: 900; }
.msg-content p { color: var(--text-mid); line-height: 1.85; margin-bottom: 16px; font-size: 15.5px; }
.msg-sig { margin-top: 36px; padding-top: 28px; border-top: 2px solid var(--border); }
.msg-sig strong { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--text-dark); display: block; }
.msg-sig span { color: var(--blue-mid); font-size: 13px; font-weight: 700; }

/* ── APPLY PAGE ── */
.apply-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 48px; align-items: start; }
.elig-box { background: #fff; border: 1.5px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 20px; }
.elig-box h3 { font-size: 15px; font-weight: 800; color: var(--blue-deep); margin-bottom: 16px; display: flex; align-items: center; gap: 9px; }
.elig-box ul { list-style: none; }
.elig-box li { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--text-mid); padding: 8px 0; border-bottom: 1px solid var(--border); }
.elig-box li:last-child { border-bottom: none; }
.elig-box li i { color: var(--gold); flex-shrink: 0; margin-top: 2px; }

/* ── FOOTER ── */
.footer {
  background: linear-gradient(160deg, var(--blue-deep) 0%, #07163d 100%);
  padding: 72px 0 0;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 56px; }
.f-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.f-brand-logo {
  width: 44px; height: 44px; border-radius: 11px;
  background: rgba(240,180,41,0.15); border: 2px solid rgba(240,180,41,0.3);
  display: flex; align-items: center; justify-content: center; font-size: 20px;
}
.f-brand-name { font-family: 'Playfair Display', serif; font-size: 17px; color: #fff; font-weight: 800; line-height: 1.2; }
.f-col p { font-size: 13.5px; color: rgba(184,200,240,0.75); line-height: 1.7; margin-bottom: 5px; }
.f-col h4 { color: var(--gold-bright); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 18px; }
.f-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.f-col ul li a { color: rgba(184,200,240,0.7); font-size: 13.5px; transition: color .2s; }
.f-col ul li a:hover { color: var(--gold-bright); }
.f-social { display: flex; gap: 10px; margin-top: 20px; }
.f-soc-btn {
  width: 38px; height: 38px; border-radius: 9px; display: flex; align-items: center;
  justify-content: center; font-size: 16px; color: rgba(184,200,240,0.7);
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1);
  transition: all .2s; text-decoration: none;
}
.f-soc-btn:hover { background: rgba(240,180,41,0.2); color: var(--gold-bright); border-color: rgba(240,180,41,0.3); }
.btn-footer-cta {
  display: inline-block; background: linear-gradient(135deg,var(--gold-bright),var(--gold));
  color: var(--blue-deep); padding: 10px 22px; border-radius: 9px;
  font-weight: 800; font-size: 13.5px; margin-top: 16px; transition: all .2s;
}
.btn-footer-cta:hover { transform: translateY(-2px); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px 0; display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 10px;
}
.footer-bottom p { font-size: 12.5px; color: rgba(184,200,240,0.45); }
.gold-strip { height: 4px; background: linear-gradient(90deg, var(--blue-mid), var(--gold), var(--gold-bright), var(--gold), var(--blue-mid)); }

/* ── GALLERY CAROUSEL ── */
.gallery-carousel-wrap {
  position: relative;
  overflow: hidden;
  padding: 0 0 50px;
}
.gallery-carousel {
  display: flex;
  gap: 20px;
  padding: 12px 28px 8px;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.g-slide {
  flex: 0 0 calc(33.333% - 14px);
  scroll-snap-align: start;
}
.g-slide-inner {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform 0.3s;
}
.g-slide-inner:hover { transform: translateY(-5px); }
.g-img-box {
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 52px;
  border-bottom: 3px solid var(--gold);
}
.g-img-box img { width: 100%; height: 100%; object-fit: cover; display: block; }
.g-img-box span { color: rgba(255,255,255,0.4); font-size: 13px; font-family: 'Outfit', sans-serif; }
.g-slide-label {
  background: var(--blue-deep);
  color: #fff;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.g-arrow {
  position: absolute;
  top: calc(50% - 25px);
  transform: translateY(-50%);
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--border);
  color: var(--blue-deep);
  font-size: 16px;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
  z-index: 10;
}
.g-arrow:hover { background: var(--gold); color: var(--blue-deep); border-color: var(--gold); }
.g-prev { left: 8px; }
.g-next { right: 8px; }
.g-dots {
  position: absolute;
  bottom: 16px;
  left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px;
}
.g-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: all 0.2s;
}
.g-dot.active { background: var(--gold); width: 24px; border-radius: 4px; }

/* ── WHY CHOOSE US ── */
.why-choose-section {
  background: linear-gradient(160deg, var(--blue-deep) 0%, #0d2875 50%, var(--blue-mid) 100%);
  position: relative; overflow: hidden;
}
.why-choose-section::before {
  content: '';
  position: absolute; top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(240,180,41,0.07), transparent 70%);
  border-radius: 50%;
}
.wc-header {
  padding: 72px 0 56px;
  position: relative; z-index: 1;
}
.wc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-bottom: 0;
  position: relative; z-index: 1;
}
.wc-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 32px 28px;
  position: relative;
  transition: all 0.3s;
  backdrop-filter: blur(8px);
}
.wc-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(240,180,41,0.35);
  transform: translateY(-4px);
}
.wc-num {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 900;
  color: rgba(240,180,41,0.15);
  line-height: 1;
  position: absolute;
  top: 20px; right: 24px;
}
.wc-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: rgba(240,180,41,0.15);
  border: 1.5px solid rgba(240,180,41,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: var(--gold-bright);
  margin-bottom: 18px;
}
.wc-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 19px; font-weight: 800;
  color: #fff; margin-bottom: 12px;
}
.wc-card p {
  color: rgba(255,255,255,0.68);
  font-size: 13.5px; line-height: 1.75;
}
.wc-cta {
  margin-top: 56px;
  background: rgba(0,0,0,0.25);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 32px 0;
  position: relative; z-index: 1;
}

/* ── FULL-WIDTH MAP ── */
.map-fullwidth-section {
  background: var(--white);
  border-top: 4px solid var(--gold);
}
.map-fullwidth-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  min-height: 520px;
  align-items: stretch;
  gap: 0;
  padding: 0;
}
.map-info-panel {
  padding: 60px 40px 60px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.map-detail-card {
  background: var(--off);
  border: 1.5px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}
.map-det-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border);
}
.map-det-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--blue-mid), var(--blue-deep));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; flex-shrink: 0;
}
.map-det-label {
  font-size: 11px; font-weight: 800;
  color: var(--text-muted);
  text-transform: uppercase; letter-spacing: 0.8px;
  margin-bottom: 4px;
}
.map-det-val {
  font-size: 13.5px; color: var(--text-dark);
  font-weight: 600; line-height: 1.6;
}
.map-embed-panel {
  overflow: hidden;
  box-shadow: inset -4px 0 24px rgba(10,31,92,0.08);
}
.map-embed-panel iframe {
  width: 100%; height: 100%;
  min-height: 520px;
  display: block; border: none;
}

/* ══════════════════════════════════════════
   RESPONSIVE — TABLET & MOBILE
   Mobile-first: fixes overflow, stacking,
   image visibility, card overlap
══════════════════════════════════════════ */

/* ── Prevent horizontal scroll on ALL devices ── */
html, body {
  overflow-x: hidden;
  width: 100%;
}
* { max-width: 100%; }

/* ── TABLET (≤1024px) ── */
@media (max-width: 1024px) {
  .container { padding: 0 20px; }
  .section { padding: 64px 0; }

  /* Hero — single column, image below */
  .hero { padding: 60px 0 0; min-height: auto; }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
    padding-bottom: 0;
  }
  .hero-pills { justify-content: center; }
  .hero-ctas { justify-content: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }

  /* Show college image on tablet */
  .hero-img-wrap {
    display: flex;
    padding: 0 20px;
    justify-content: center;
  }
  .hero-stat-card { display: none; }
  .hero-img-frame { max-width: 560px; width: 100%; }

  /* About — show image on tablet */
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-img-side { display: block; }
  .about-badge-float {
    position: relative;
    bottom: auto; right: auto;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 14px 20px;
  }

  /* Leaders — stack photo on top */
  .leader-full,
  .leader-full.reverse { grid-template-columns: 1fr; }
  .leader-photo-side { min-height: 360px; order: -1; }
  .leader-full.reverse .leader-photo-side { order: -1; }
  .leader-content-side { padding: 44px 36px; }
  .leader-name { font-size: 28px; }

  /* Course */
  .course-hero-card {
    grid-template-columns: 1fr;
    padding: 36px 28px;
    gap: 28px;
  }
  .course-meta-cards { grid-template-columns: repeat(3, 1fr); }
  .course-card-title { font-size: 26px; }

  /* Features */
  .features-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }

  /* Form */
  .form-wrapper { grid-template-columns: 1fr; gap: 28px; }
  .form-why-box { padding: 32px 28px; }
  .form-card { padding: 32px 28px; }

  /* Why Choose */
  .wc-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .wc-header { padding: 56px 0 40px; }

  /* Map */
  .map-fullwidth-grid { grid-template-columns: 1fr; }
  .map-info-panel { padding: 44px 28px; }
  .map-embed-panel iframe { min-height: 320px; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer { padding: 56px 0 0; }

  /* Inner pages */
  .msg-grid { grid-template-columns: 1fr; gap: 32px; }
  .msg-portrait-card { position: static; }
  .apply-grid { grid-template-columns: 1fr; }
  .contact-grid-v2 { grid-template-columns: 1fr; }
}

/* ── MOBILE (≤768px) ── */
@media (max-width: 768px) {
  .container { padding: 0 16px; }
  .section { padding: 52px 0; }

  /* Topbar — hide on mobile to save space */
  .topbar { display: none; }

  /* Navbar */
  .nav-inner { padding: 12px 16px; }
  .logo-crest { width: 42px; height: 42px; font-size: 18px; }
  .logo-name { font-size: 13px; }
  .logo-tagline { display: none; }
  .nav-menu {
    display: none;
    position: fixed; inset: 0;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    gap: 6px;
    padding: 20px;
  }
  .nav-menu.open { display: flex; }
  .nav-menu a {
    font-size: 18px;
    font-weight: 700;
    padding: 12px 32px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
  }
  .hamburger { display: flex; z-index: 10000; }
  .btn-apply-nav {
    display: block;
    font-size: 12px;
    padding: 8px 14px;
  }

  /* Hero */
  .hero { padding: 52px 0 0; }
  .hero-inner { gap: 24px; padding-bottom: 0; }
  .hero-h1 { font-size: clamp(26px, 7vw, 38px); }
  .hero-sub { font-size: 14px; }
  .hero-badge { font-size: 10px; padding: 5px 12px; }
  .hero-pills { gap: 8px; }
  .hero-pill { font-size: 11px; padding: 6px 12px; }
  .btn-gold, .btn-ghost-white { padding: 12px 22px; font-size: 14px; }
  .hero-ctas { gap: 10px; }

  /* Hero image — show on mobile, full width */
  .hero-img-wrap {
    display: block;
    padding: 0;
    width: 100%;
  }
  .hero-img-frame {
    width: 100%;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: 3px solid rgba(240,180,41,0.4);
    border-bottom: 3px solid rgba(240,180,41,0.4);
  }
  .hero-img-frame img { height: 240px; }

  /* Stats strip */
  .stats-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .strip-stat {
    padding: 20px 12px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .strip-stat:nth-child(2) { border-right: none; }
  .strip-stat:nth-child(3) { border-bottom: none; }
  .strip-stat:nth-child(4) { border-right: none; border-bottom: none; }
  .strip-num { font-size: 32px; }
  .strip-label { font-size: 11px; }

  /* About */
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-img-side { display: block; }
  .about-main-img { height: 240px !important; border-radius: 14px !important; }
  .about-badge-float {
    position: relative;
    bottom: auto; right: auto;
    display: inline-flex;
    gap: 10px;
    margin-top: 12px;
    padding: 12px 18px;
    border-radius: 12px;
  }
  .about-badge-float strong { font-size: 22px; }
  .about-text p { font-size: 14px; }
  .about-checks { grid-template-columns: 1fr; gap: 8px; }
  .check-item { font-size: 13px; }

  /* Leaders — full width photo visible on mobile */
  .leader-full,
  .leader-full.reverse { grid-template-columns: 1fr; }
  .leader-photo-side {
    min-height: 300px;
    max-height: 360px;
    order: -1 !important;
  }
  .leader-photo-side img {
    min-height: 300px !important;
    max-height: 360px;
  }
  .leader-content-side {
    padding: 32px 20px;
  }
  .leader-content-side::before { font-size: 80px; }
  .leader-name { font-size: 24px; }
  .leader-title-line { font-size: 12px; margin-bottom: 18px; }
  .leader-quote { font-size: 14px; line-height: 1.7; padding-left: 14px; }
  .btn-gold-outline { padding: 10px 20px; font-size: 13px; }

  /* Course */
  .course-hero-card {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    gap: 24px;
    border-radius: 16px;
  }
  .course-card-title { font-size: 22px; }
  .course-icon-wrap { width: 60px; height: 60px; font-size: 28px; margin-bottom: 16px; }
  .course-meta-cards { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .course-meta-item { padding: 12px; gap: 8px; }
  .cm-value { font-size: 14px; }

  /* Features */
  .features-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .feat-card-v2 { padding: 20px 14px; border-radius: 14px; }
  .feat-icon-v2 { width: 48px; height: 48px; font-size: 20px; margin-bottom: 12px; }
  .feat-card-v2 h4 { font-size: 13px; }
  .feat-card-v2 p { font-size: 11.5px; }

  /* Form section */
  .form-section { padding: 48px 0; }
  .form-wrapper { grid-template-columns: 1fr; gap: 24px; }
  .form-why-box { padding: 24px 20px; }
  .form-why-box h3 { font-size: 20px; }
  .form-card { padding: 24px 20px; border-radius: 16px; }
  .form-card-header h3 { font-size: 20px; }
  .f-group input, .f-group select { padding: 11px 13px; font-size: 14px; }

  /* Gallery slider */
  #glSlider { border-radius: 14px; }
  #glSlider img { height: 220px !important; }
  .gl-caption { font-size: 13px; padding: 20px 14px 12px; }

  /* Thumbnail strip — 3 per row on mobile */
  #glSlider + div + div + div { /* thumb strip */
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 6px !important;
  }

  /* Why Choose */
  .why-choose-section { overflow: visible; }
  .wc-header { padding: 44px 0 32px; }
  .wc-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 16px;
  }
  .wc-card { padding: 24px 20px; border-radius: 16px; }
  .wc-card h3 { font-size: 17px; }
  .wc-card p { font-size: 13px; }
  .wc-num { font-size: 36px; }
  .wc-icon { width: 46px; height: 46px; font-size: 20px; }
  .wc-cta { padding: 24px 0; margin-top: 36px; }
  .wc-cta .container {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    padding: 0 16px;
  }
  .wc-cta div:first-child > div:first-child { font-size: 20px; }

  /* Map */
  .map-fullwidth-section { border-top: 3px solid var(--gold); }
  .map-fullwidth-grid { grid-template-columns: 1fr; }
  .map-info-panel { padding: 36px 16px; }
  .map-det-row { padding: 14px 16px; gap: 12px; }
  .map-det-val { font-size: 13px; }
  .map-embed-panel iframe { min-height: 280px; }

  /* Footer */
  .footer { padding: 44px 0 0; }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 36px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 6px;
    padding: 16px;
  }
  .footer-bottom p { font-size: 11px; }

  /* Inner pages */
  .msg-grid { grid-template-columns: 1fr; gap: 24px; }
  .msg-portrait-card { padding: 32px 24px; position: static; }
  .msg-portrait-img { width: 140px; height: 140px; }
  .msg-content h2 { font-size: 24px; }
  .msg-content p { font-size: 14px; }
  .apply-grid { grid-template-columns: 1fr; }
  .contact-grid-v2 { grid-template-columns: 1fr; }
  .page-hero { padding: 52px 0 40px; }
  .page-hero h1 { font-size: clamp(24px, 6vw, 36px); }

  /* Section titles */
  .sec-title { font-size: clamp(22px, 6vw, 32px); }
}

/* ── SMALL MOBILE (≤400px) ── */
@media (max-width: 400px) {
  .container { padding: 0 14px; }
  .hero-h1 { font-size: 24px; }
  .hero-ctas { flex-direction: column; width: 100%; }
  .btn-gold, .btn-ghost-white { width: 100%; justify-content: center; }
  .features-grid { grid-template-columns: 1fr; }
  .course-meta-cards { grid-template-columns: 1fr 1fr; }
  .stats-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .hero-img-frame img { height: 200px; }
  .leader-photo-side { min-height: 260px; max-height: 300px; }
  .leader-photo-side img { min-height: 260px !important; max-height: 300px; }
  .footer-grid { grid-template-columns: 1fr; }