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

/* ===== RESET & VARIABLES ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --navy: #0D1B3E;
  --navy-mid: #1A2F6B;
  --cream: #FAF7F2;
  --white: #FFFFFF;
  --text: #1C1C1C;
  --muted: #6B7280;
  --border: rgba(201, 168, 76, 0.25);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
}

/* ===== NAVBAR ===== */
nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  padding: 0 2rem;
  transition: all 0.4s ease;
}

.nav-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 2rem;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease;
}

nav.scrolled .nav-inner {
  background: rgba(13, 27, 62, 0.97);
  backdrop-filter: blur(20px);
  border-radius: 0 0 20px 20px;
  border-bottom: 1px solid var(--border);
  padding: 0.8rem 2rem;
}

.nav-logo img { height: 65px; width: auto; filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3)); }

.nav-logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }

.nav-logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  white-space: nowrap;
}

.nav-links {
  display: flex; align-items: center; gap: 2.5rem;
  list-style: none;
}

.nav-links a {
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.85);
  text-decoration: none; position: relative; padding-bottom: 4px;
  transition: color 0.3s;
}

.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 2px; background: var(--gold);
  transition: width 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active { color: var(--gold-light); }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }

.nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-light)) !important;
  color: var(--navy) !important;
  padding: 0.6rem 1.5rem !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  transition: transform 0.3s, box-shadow 0.3s !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201,168,76,0.4) !important;
  color: var(--navy) !important;
}

/* ===== HAMBURGER ===== */
.hamburger {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  background: none; border: none; padding: 4px;
}
.hamburger span {
  display: block; width: 26px; height: 2px;
  background: white; transition: all 0.3s; border-radius: 2px;
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ===== MOBILE MENU ===== */
.mobile-menu {
  display: none; position: fixed; inset: 0; z-index: 999;
  background: var(--navy);
  flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700;
  color: white; text-decoration: none; transition: color 0.3s;
}
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu .mob-cta {
  margin-top: 1rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy) !important;
  padding: 0.8rem 3rem; border-radius: 50px;
  font-size: 1rem !important; font-family: 'DM Sans', sans-serif !important; font-weight: 700 !important;
}

/* ===== BUTTONS ===== */
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy); padding: 1rem 2.5rem; border-radius: 50px;
  font-weight: 700; font-size: 0.9rem; letter-spacing: 0.05em;
  text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem;
  transition: transform 0.3s, box-shadow 0.3s;
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(201,168,76,0.4); }

.btn-outline {
  border: 1px solid rgba(255,255,255,0.4); color: white;
  padding: 1rem 2.5rem; border-radius: 50px;
  font-weight: 600; font-size: 0.9rem; letter-spacing: 0.05em;
  text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem;
  transition: all 0.3s; backdrop-filter: blur(10px);
}
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: white; }

/* ===== HERO ===== */
.hero {
  min-height: 100vh; position: relative; overflow: hidden;
  display: flex; align-items: center;
  background: var(--navy);
}

.hero-bg {
  position: absolute; inset: 0;
  background-image: url('../images/huperetes.png');
  background-size: cover; background-position: center;
  opacity: 0.35;
  transform: scale(1.05);
  animation: slowZoom 20s ease-in-out infinite alternate;
}
@keyframes slowZoom { from { transform: scale(1.05); } to { transform: scale(1.15); } }

.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(13,27,62,0.95) 40%, rgba(13,27,62,0.6) 100%);
}

.hero-content {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto; padding: 0 2rem;
  padding-top: 6rem; width: 100%;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(201,168,76,0.15);
  border: 1px solid var(--border);
  color: var(--gold-light);
  padding: 0.4rem 1rem; border-radius: 50px;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 1.5rem;
  animation: slideDown 0.8s ease 0.2s both;
}
@keyframes slideDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4.5vw, 4rem);
  font-weight: 900; line-height: 1.05; color: white; max-width: 780px;
  animation: slideUp 0.8s ease 0.4s both;
}
.hero h1 em { color: var(--gold); font-style: italic; }

@keyframes slideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

.hero-sub {
  margin-top: 1.5rem; font-size: 1.1rem;
  color: rgba(255,255,255,0.7); line-height: 1.7; max-width: 500px;
  animation: slideUp 0.8s ease 0.6s both;
}

.hero-actions {
  margin-top: 2.5rem; display: flex; gap: 1rem; flex-wrap: wrap;
  animation: slideUp 0.8s ease 0.8s both;
}

.hero-stats {
  position: absolute; bottom: 3rem; left: 0; right: 0;
  max-width: 1280px; margin: 0 auto; padding: 0 2rem;
  display: flex; gap: 3rem;
  animation: slideUp 0.8s ease 1s both;
}
.stat { color: white; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 900; color: var(--gold-light); }
.stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.6); letter-spacing: 0.05em; text-transform: uppercase; margin-top: 0.2rem; }

.hero-scroll {
  position: absolute; bottom: 2rem; right: 3rem;
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: rgba(255,255,255,0.5); font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
  animation: bounce 2s infinite;
}
.scroll-line { width: 1px; height: 50px; background: linear-gradient(var(--gold), transparent); margin: 0 auto; }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* ===== ABOUT STRIP ===== */
.about-strip {
  background: var(--navy); color: white;
  padding: 4rem 2rem;
  display: flex; align-items: center; justify-content: center; gap: 4rem; flex-wrap: wrap;
  border-top: 1px solid var(--border);
}
.strip-item { display: flex; align-items: center; gap: 1rem; }
.strip-icon { font-size: 2rem; }
.strip-text strong { display: block; font-size: 1rem; font-weight: 700; color: var(--gold-light); }
.strip-text span { font-size: 0.85rem; color: rgba(255,255,255,0.6); }

/* ===== SECTION ===== */
.section { padding: 6rem 2rem; }
.section-inner { max-width: 1280px; margin: 0 auto; }

.section-label {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 1rem;
}
.section-label::before { content: ''; width: 30px; height: 2px; background: var(--gold); display: block; }

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900;
  color: var(--navy); line-height: 1.2; margin-bottom: 1rem;
}
.section-title em { color: var(--gold); font-style: italic; }

.section-sub { font-size: 1rem; color: var(--muted); max-width: 520px; line-height: 1.8; }

.divider {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px; margin: 1.5rem 0 2rem;
}

/* ===== PROGRAM CARDS ===== */
.prog-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem; margin-top: 3rem;
}
.prog-card {
  background: white; border-radius: 24px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.4s, box-shadow 0.4s;
}
.prog-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,0,0,0.12); }

.prog-card-top {
  padding: 2.5rem 2.5rem 1.5rem;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  position: relative; overflow: hidden;
}
.prog-card-top::after {
  content: ''; position: absolute; top: -30px; right: -30px;
  width: 120px; height: 120px; border-radius: 50%;
  background: rgba(201,168,76,0.12);
}
.prog-card-top.s2 { background: linear-gradient(135deg, #2D1B69, #4C2BAE); }

.prog-degree {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem; font-weight: 900; color: var(--gold);
  line-height: 1; display: block;
}
.prog-degree.s2 { color: #D8B4FE; }
.prog-name { font-size: 1rem; font-weight: 600; color: white; margin-top: 0.5rem; line-height: 1.4; }

.prog-card-body { padding: 2rem 2.5rem; }
.prog-desc { color: var(--muted); font-size: 0.9rem; line-height: 1.7; margin-bottom: 1.5rem; }

.prog-features { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.prog-features li {
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 0.85rem; color: var(--text);
}
.prog-features li::before { content: '✦'; color: var(--gold); font-size: 0.6rem; flex-shrink: 0; }

.prog-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  margin-top: 1.5rem; font-size: 0.85rem; font-weight: 700;
  color: var(--navy); text-decoration: none;
  letter-spacing: 0.05em; text-transform: uppercase;
  transition: gap 0.3s;
}
.prog-link:hover { gap: 1rem; color: var(--gold); }

.prog-note {
  margin-top: 1.5rem; padding: 1.2rem;
  background: var(--cream); border-radius: 14px;
  border-left: 3px solid var(--gold);
  font-size: 0.82rem; color: var(--muted); line-height: 1.6;
}
.prog-note.s2 { background: #F5F3FF; border-left-color: #7C3AED; }
.prog-note strong { color: var(--navy); }
.prog-note.s2 strong { color: #2D1B69; }

/* ===== ABOUT PAGE ===== */
.about-hero {
  min-height: 55vh; background: var(--navy);
  display: flex; align-items: flex-end; padding: 4rem 2rem 3rem;
  position: relative; overflow: hidden;
}
.about-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(201,168,76,0.12) 0%, transparent 60%);
}
.about-hero-inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; padding-top: 5rem; width: 100%; }
.about-hero-inner h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 900;
  color: white; line-height: 1.1; max-width: 700px;
}
.about-hero-inner h1 em { color: var(--gold); font-style: italic; }
.about-hero-inner p { margin-top: 1rem; color: rgba(255,255,255,0.65); max-width: 500px; font-size: 1rem; line-height: 1.7; }

.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 4rem; align-items: center; }
.big-quote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; font-style: italic;
  color: var(--navy); line-height: 1.4;
  border-left: 4px solid var(--gold); padding-left: 1.5rem;
}
.vision-text p { margin-top: 1.5rem; color: var(--muted); font-size: 0.95rem; line-height: 1.8; }

.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.value-card {
  background: white; border-radius: 20px; padding: 2rem;
  border: 1px solid rgba(0,0,0,0.06); box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.value-card:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(0,0,0,0.1); }
.value-icon { font-size: 2rem; margin-bottom: 1rem; }
.value-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 0.5rem; }
.value-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.6; }

.events-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 3rem; }
.event-card {
  background: white; border-radius: 20px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07); border: 1px solid rgba(0,0,0,0.05);
  transition: transform 0.4s, box-shadow 0.4s;
}
.event-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,0.12); }
.event-img {
  height: 220px; display: flex; align-items: center; justify-content: center;
  font-size: 5rem; position: relative; overflow: hidden;
}
.event-img-spiritual { background: linear-gradient(135deg, #1A2F6B, #2D4BAE); }
.event-img-academic  { background: linear-gradient(135deg, #1C3A1C, #2E6B2E); }
.event-img-social    { background: linear-gradient(135deg, #4A1C1C, #8B3A3A); }
.event-tag {
  position: absolute; top: 1rem; left: 1rem;
  background: rgba(255,255,255,0.9); color: var(--navy);
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.3rem 0.8rem; border-radius: 50px;
}
.event-body { padding: 1.5rem; }
.event-title { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--navy); margin-bottom: 0.5rem; }
.event-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.6; }

/* ===== CONTACT PAGE ===== */
.contact-wrap {
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: 4rem; align-items: start; margin-top: 4rem; padding-top: 6rem;
}
.contact-info h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900;
  color: var(--navy); line-height: 1.2; margin-bottom: 2rem;
}
.contact-info h1 em { color: var(--gold); font-style: italic; }

.contact-items { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-item { display: flex; gap: 1.25rem; align-items: flex-start; }
.contact-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(13,27,62,0.25);
}
.contact-detail strong { display: block; font-weight: 700; color: var(--navy); margin-bottom: 0.25rem; }
.contact-detail span { color: var(--muted); font-size: 0.9rem; line-height: 1.5; }

.map-card {
  background: white; border-radius: 28px; overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.05); height: 420px;
}
.map-card iframe { width: 100%; height: 100%; border: none; display: block; }

/* ===== ADMISSION PAGE ===== */
.admission-wrap {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: start; padding-top: 6rem; margin-top: 2rem;
}
.admission-info h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900;
  color: var(--navy); line-height: 1.2; margin-bottom: 1rem;
}
.admission-info h1 em { color: var(--gold); font-style: italic; }
.admission-info p { color: var(--muted); font-size: 0.95rem; line-height: 1.8; margin-bottom: 2rem; }

.steps { display: flex; flex-direction: column; gap: 1.25rem; }
.step { display: flex; gap: 1rem; align-items: flex-start; }
.step-num {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; font-weight: 700; color: var(--navy);
}
.step-text strong { display: block; font-weight: 700; color: var(--navy); margin-bottom: 0.2rem; }
.step-text span { font-size: 0.85rem; color: var(--muted); }

.form-card {
  background: white; border-radius: 28px; padding: 2.5rem;
  box-shadow: 0 8px 40px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.05);
}
.form-title { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--navy); margin-bottom: 1.5rem; }

.form-group { margin-bottom: 1.2rem; }
.form-group label {
  display: block; font-size: 0.8rem; font-weight: 600;
  color: var(--navy); letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 0.5rem;
}
.form-control {
  width: 100%; padding: 0.9rem 1.2rem;
  border: 1.5px solid #E5E7EB; border-radius: 14px;
  font-family: 'DM Sans', sans-serif; font-size: 0.95rem;
  color: var(--text); background: #FAFAFA;
  outline: none; transition: border-color 0.3s, box-shadow 0.3s;
  appearance: none;
}
.form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
  background: white;
}

.btn-wa {
  width: 100%; padding: 1.1rem; border-radius: 14px;
  background: linear-gradient(135deg, #25D366, #20BA5A);
  color: white; font-family: 'DM Sans', sans-serif;
  font-size: 1rem; font-weight: 700;
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 0.75rem;
  transition: transform 0.3s, box-shadow 0.3s; margin-top: 1.5rem;
}
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(37,211,102,0.35); }
.btn-wa svg { width: 22px; height: 22px; fill: white; }

/* ===== STATS BANNER ===== */
.stats-banner {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0;
}
.stat-box {
  text-align: center; padding: 1.5rem;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.stat-box:last-child { border-right: none; }
.stat-box-num {
  font-size: 2.5rem; font-weight: 900;
  font-family: 'Playfair Display', serif; color: var(--gold);
}
.stat-box-label { font-size: 0.85rem; color: var(--muted); margin-top: 0.3rem; }

/* ===== FOOTER ===== */
footer {
  background: var(--navy); color: white;
  padding: 4rem 2rem 2rem;
  border-top: 1px solid var(--border);
}
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-top {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem; padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand img { height: 44px; margin-bottom: 1rem; }
.footer-brand p { color: rgba(255,255,255,0.55); font-size: 0.85rem; line-height: 1.7; max-width: 280px; }

.footer-col h4 {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--gold-light); margin-bottom: 1.2rem;
}
.footer-col a {
  display: block; font-size: 0.85rem; color: rgba(255,255,255,0.55);
  text-decoration: none; margin-bottom: 0.7rem; transition: color 0.3s;
}
.footer-col a:hover { color: white; }
.footer-col p { font-size: 0.85rem; color: rgba(255,255,255,0.55); margin-bottom: 0.7rem; }

.footer-bottom {
  margin-top: 2rem;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.8rem; color: rgba(255,255,255,0.35);
}

/* ===== PAGE HEADER (inner pages) ===== */
.page-header {
  min-height: 40vh; background: var(--navy);
  display: flex; align-items: flex-end; padding: 8rem 2rem 3rem;
  position: relative; overflow: hidden;
}
.page-header::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(201,168,76,0.1) 0%, transparent 60%);
}
.page-header-inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; width: 100%; }
.page-header-inner .page-label {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; display: block;
}
.page-header-inner h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 900;
  color: white; line-height: 1.1; max-width: 700px;
}
.page-header-inner h1 em { color: var(--gold); font-style: italic; }
.page-header-inner p { margin-top: 1rem; color: rgba(255,255,255,0.65); max-width: 500px; font-size: 1rem; line-height: 1.7; }

/* ===== SCROLL REVEAL ===== */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-stats { gap: 1.5rem; flex-wrap: wrap; }
  .vision-grid,
  .contact-wrap,
  .admission-wrap { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
  .about-strip { gap: 2rem; }
  .stats-banner { grid-template-columns: 1fr 1fr; }
  .stat-box { border-right: none; border-bottom: 1px solid rgba(0,0,0,0.06); }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 2.5rem; }
  .hero-stats { position: relative; bottom: auto; margin-top: 2rem; }
  .section { padding: 4rem 1.2rem; }
  .prog-card-top { padding: 2rem; }
  .form-card { padding: 1.5rem; }
}
