/* VAISHNAV CLASSES — Global Stylesheet (Red & White Bauhaus Theme) */

/* ─── TOKENS ─────────────────────────────────────────────── */
:root {
  --bg:       #FFFFFF;
  --fg:       #121212;
  --red:      #C8102E;
  --blue:     #C8102E;
  --yellow:   #C8102E;
  --border:   #121212;
  --muted:    #F2F2F2;
  --white:    #ffffff;

  --shadow-sm:  4px 4px 0px 0px #121212;
  --shadow-md:  6px 6px 0px 0px #121212;
  --shadow-lg:  8px 8px 0px 0px #121212;

  --font: 'Outfit', sans-serif;
}

/* ─── RESET ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--bg); color: var(--fg); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ─── UTILITY ────────────────────────────────────────────── */
.section-inner { max-width: 1280px; margin: 0 auto; padding: 5rem 1.5rem; }

.section-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 2px solid var(--fg);
  padding: 0.3rem 0.75rem;
  margin-bottom: 1.25rem;
}
.tag-light { border-color: var(--white); color: var(--white); }

.section-title {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}
.section-sub { font-size: 1.1rem; font-weight: 500; max-width: 480px; line-height: 1.6; margin-bottom: 3rem; }

.accent-red    { color: #C8102E; }
.accent-blue   { color: #C8102E; }
.accent-yellow { color: #C8102E; }

.bg-red    { background: #C8102E; }
.bg-blue   { background: #8B0000; }
.bg-yellow { background: #C8102E; }

/* ─── BUTTONS ────────────────────────────────────────────── */
.btn {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  font-family: var(--font);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 2px solid var(--fg);
  border-radius: 0;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
}
.btn:hover  { opacity: 0.9; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn:active { transform: translate(2px, 2px); box-shadow: none; }
.btn-red     { background: #C8102E; color: #fff; }
.btn-blue    { background: #8B0000; color: #fff; }
.btn-yellow  { background: #fff;    color: #C8102E; border-color: #C8102E; }
.btn-outline { background: #fff;    color: var(--fg); }

/* ═══════════════════════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════════════════════ */
.nav { position: sticky; top: 0; z-index: 100; background: var(--bg); border-bottom: 4px solid var(--fg); }
.nav-inner { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; height: 72px; display: flex; align-items: center; gap: 2rem; }

.nav-logo { display: flex; align-items: center; gap: 4px; padding-right: 0.5rem; margin-right: 0.5rem; }
.logo-circle   { width: 14px; height: 14px; border-radius: 50%; background: #C8102E; border: 2px solid var(--fg); flex-shrink: 0; }
.logo-square   { width: 14px; height: 14px; background: #8B0000; border: 2px solid var(--fg); flex-shrink: 0; }
.logo-triangle { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 14px solid #C8102E; flex-shrink: 0; }
.logo-text     { font-size: 1.1rem; font-weight: 900; letter-spacing: 0.05em; margin-left: 6px; }

.nav-links { display: flex; gap: 0; flex: 1; }
.nav-link  { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.5rem 1rem; transition: color 0.15s; }
.nav-link:hover, .nav-link.active { color: #C8102E; }
.nav-cta { margin-left: auto; }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; margin-left: auto; }
.hamburger span { display: block; width: 26px; height: 3px; background: var(--fg); transition: all 0.2s; }

.mobile-menu { display: none; flex-direction: column; gap: 0; border-top: 4px solid var(--fg); background: var(--bg); padding: 1.5rem; }
.mobile-menu ul { display: flex; flex-direction: column; gap: 0; margin-bottom: 1.5rem; }
.mobile-menu ul li a { display: block; padding: 0.85rem 0; font-weight: 700; font-size: 0.95rem; letter-spacing: 0.1em; text-transform: uppercase; border-bottom: 2px solid var(--muted); }
.mobile-menu.open { display: flex; }

@media (max-width: 768px) { .nav-links, .nav-cta { display: none; } .hamburger { display: flex; } }

/* ═══════════════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════════════ */
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 72px); border-bottom: 4px solid var(--fg); }

.hero-left {
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 5rem);
  display: flex; flex-direction: column; justify-content: center;
  border-right: 4px solid var(--fg);
}

.hero-label { display: flex; align-items: center; gap: 0.5rem; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1.5rem; }
.dot-red { width: 10px; height: 10px; border-radius: 50%; background: #C8102E; border: 2px solid var(--fg); flex-shrink: 0; }

.hero-headline { font-size: clamp(3.5rem, 8vw, 7rem); font-weight: 900; text-transform: uppercase; line-height: 0.9; letter-spacing: -0.03em; margin-bottom: 1.75rem; }
.headline-accent { color: #C8102E; }

.hero-body    { font-size: clamp(1rem, 1.5vw, 1.15rem); font-weight: 500; line-height: 1.65; max-width: 440px; margin-bottom: 2.5rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }

/* Hero Stats */
.hero-stats    { display: flex; align-items: center; gap: 0; border: 2px solid var(--fg); width: fit-content; box-shadow: var(--shadow-sm); }
.stat-item     { padding: 0.75rem 1.5rem; display: flex; flex-direction: column; align-items: center; }
.stat-row      { display: flex; align-items: baseline; gap: 1px; }
.stat-num      { font-size: 2rem; font-weight: 900; line-height: 1; }
.stat-unit     { font-size: 1.25rem; font-weight: 900; }
.stat-label    { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; margin-top: 0.2rem; }
.stat-divider  { width: 2px; align-self: stretch; background: var(--fg); }

/* Hero Right Panel */
.hero-right {
  background: #8B0000;
  position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.hero-dots-overlay {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.15) 2px, transparent 2px);
  background-size: 24px 24px; pointer-events: none;
}
.hero-geo-composition { position: relative; width: 320px; height: 320px; }
.geo-big-circle {
  position: absolute; width: 260px; height: 260px; border-radius: 50%;
  border: 4px solid rgba(255,255,255,0.3);
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.geo-rotated-square {
  position: absolute; width: 200px; height: 200px;
  border: 4px solid rgba(255,255,255,0.6);
  top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg);
}
.geo-inner-square {
  position: absolute; width: 130px; height: 130px;
  background: #C8102E; border: 4px solid #fff;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  display: flex; align-items: center; justify-content: center;
}
.geo-triangle-inner { width: 0; height: 0; border-left: 28px solid transparent; border-right: 28px solid transparent; border-bottom: 48px solid #fff; }

.hero-badge {
  position: absolute; bottom: 10px; right: 10px;
  background: #fff; border: 3px solid var(--fg);
  box-shadow: var(--shadow-sm); padding: 0.6rem 0.9rem;
  display: flex; flex-direction: column; align-items: center; line-height: 1.1;
}
.badge-num  { font-size: 2rem; font-weight: 900; color: #C8102E; }
.badge-text { font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; text-align: center; color: var(--fg); }

@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { border-right: none; border-bottom: 4px solid var(--fg); }
  .hero-right { min-height: 300px; }
  .hero-geo-composition { width: 220px; height: 220px; }
  .geo-big-circle { width: 180px; height: 180px; }
  .geo-rotated-square { width: 140px; height: 140px; }
  .geo-inner-square { width: 90px; height: 90px; }
}

/* ═══════════════════════════════════════════════════════════
   STATS STRIP
═══════════════════════════════════════════════════════════ */
.stats-strip { background: #C8102E; border-bottom: 4px solid var(--fg); }
.stats-inner { max-width: 1280px; margin: 0 auto; padding: 4rem 1.5rem; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }

.stat-block { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; padding: 1.5rem 1rem; border-right: 4px solid rgba(255,255,255,0.3); text-align: center; }
.stat-block:last-child { border-right: none; }
.stat-block p { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: #fff; }

.stat-shape { display: flex; align-items: center; justify-content: center; width: 96px; height: 96px; border: 3px solid rgba(255,255,255,0.5); box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.3); flex-shrink: 0; }
.stat-shape-circle  { border-radius: 50%; background: #fff; }
.stat-shape-square  { border-radius: 0; background: #8B0000; }
.stat-shape-rotated { transform: rotate(45deg); background: #8B0000; }

.stat-shape-inner     { display: flex; align-items: baseline; gap: 1px; }
.stat-shape-inner-rot { transform: rotate(-45deg); }

.stat-big    { font-size: 1.75rem; font-weight: 900; line-height: 1; color: #C8102E; }
.stat-suffix { font-size: 1.1rem;  font-weight: 900; line-height: 1; color: #C8102E; }

.stat-shape-square .stat-big,
.stat-shape-square .stat-suffix,
.stat-shape-rotated .stat-big,
.stat-shape-rotated .stat-suffix { color: #fff; }

@media (max-width: 768px) {
  .stats-inner { grid-template-columns: repeat(2,1fr); }
  .stat-block:nth-child(2) { border-right: none; }
  .stat-block { border-bottom: 4px solid rgba(255,255,255,0.3); }
  .stat-block:nth-child(3), .stat-block:nth-child(4) { border-bottom: none; }
}
@media (max-width: 480px) {
  .stats-inner { grid-template-columns: 1fr; }
  .stat-block { border-right: none; border-bottom: 4px solid rgba(255,255,255,0.3); }
  .stat-block:last-child { border-bottom: none; }
}

/* ═══════════════════════════════════════════════════════════
   COURSES SECTION
═══════════════════════════════════════════════════════════ */
.courses-section { border-bottom: 4px solid var(--fg); }
.section-header  { margin-bottom: 3rem; }
.courses-grid    { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }

.course-card { background: #fff; border: 4px solid var(--fg); box-shadow: var(--shadow-lg); padding: 2rem; position: relative; cursor: pointer; transition: transform 0.2s ease-out; overflow: hidden; }
.course-card:hover { transform: translateY(-4px); }

.card-geo         { position: absolute; top: 16px; right: 16px; width: 16px; height: 16px; border: 2px solid var(--fg); }
.card-geo-circle  { border-radius: 50%; background: #C8102E; }
.card-geo-square  { border-radius: 0; background: #8B0000; }
.card-geo-triangle { background: transparent !important; border: none; width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 16px solid #C8102E; }

.course-card-featured { background: var(--fg); color: #fff; }
.course-card-featured .card-link { color: #ff6b6b; }
.course-card-featured .tag { background: #fff; color: var(--fg); }

.featured-badge { display: inline-block; background: #fff; color: #C8102E; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; padding: 0.2rem 0.6rem; border: 2px solid var(--fg); margin-bottom: 0.75rem; }

.card-icon-box { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; border: 3px solid var(--fg); box-shadow: var(--shadow-sm); margin-bottom: 1.25rem; }
.card-title    { font-size: 1.5rem; font-weight: 900; text-transform: uppercase; line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 0.75rem; }
.card-body     { font-size: 0.95rem; font-weight: 500; line-height: 1.6; margin-bottom: 1.25rem; }
.card-tags     { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.5rem; }
.tag           { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.25rem 0.6rem; border: 2px solid var(--fg); background: var(--muted); }
.card-link     { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #C8102E; transition: letter-spacing 0.2s; }
.card-link:hover { letter-spacing: 0.2em; }

@media (max-width: 900px) { .courses-grid { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════
   HOW IT WORKS
═══════════════════════════════════════════════════════════ */
.how-section { border-bottom: 4px solid var(--fg); }
.steps-grid  { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 0; align-items: start; }

.step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 1rem; }
.step-num {
  width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; font-weight: 900;
  border: 3px solid var(--fg); box-shadow: var(--shadow-sm);
  transform: rotate(45deg); margin-bottom: 1.25rem;
}
.step-num-red    { background: #C8102E; color: #fff; }
.step-num-blue   { background: #8B0000; color: #fff; }
.step-num-yellow { background: #C8102E; color: #fff; }

.step-connector { align-self: start; margin-top: 2.4rem; width: 100%; height: 4px; background: var(--fg); }
.step-title     { font-size: 0.85rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 0.5rem; }
.step-body      { font-size: 0.9rem; font-weight: 500; line-height: 1.6; max-width: 180px; }

@media (max-width: 768px) {
  .steps-grid { grid-template-columns: 1fr; }
  .step-connector { width: 4px; height: 40px; margin: 0 auto; }
}

/* ═══════════════════════════════════════════════════════════
   WHY SECTION
═══════════════════════════════════════════════════════════ */
.why-section { background: #C8102E; color: #fff; border-bottom: 4px solid var(--fg); }
.why-inner   { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.why-title   { color: #fff; }
.why-body    { font-size: 1.05rem; font-weight: 500; line-height: 1.7; margin-bottom: 2rem; opacity: 0.92; }

.benefit-item { display: flex; gap: 1.25rem; padding: 1.25rem 0; border-bottom: 2px solid rgba(255,255,255,0.25); align-items: flex-start; }
.benefit-item:last-child { border-bottom: none; }
.benefit-check { width: 36px; height: 36px; border-radius: 50%; background: #fff; color: #C8102E; font-weight: 900; font-size: 1rem; display: flex; align-items: center; justify-content: center; border: 2px solid rgba(255,255,255,0.5); flex-shrink: 0; }
.benefit-item h5 { font-size: 0.95rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.3rem; }
.benefit-item p  { font-size: 0.9rem; font-weight: 500; opacity: 0.85; line-height: 1.55; }

@media (max-width: 768px) { .why-inner { grid-template-columns: 1fr; gap: 2rem; } }

/* ═══════════════════════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════════════════════ */
.testimonials-section { background: #8B0000; color: #fff; border-bottom: 4px solid var(--fg); }

.testi-top-row { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 2rem; margin-bottom: 3rem; }
.testi-title   { color: #fff; }

.testi-summary        { display: flex; flex-direction: column; align-items: center; background: #fff; color: var(--fg); border: 3px solid var(--fg); box-shadow: var(--shadow-sm); padding: 1rem 1.5rem; min-width: 130px; }
.testi-overall-score  { font-size: 3rem; font-weight: 900; line-height: 1; color: #C8102E; }
.testi-stars          { font-size: 1.2rem; color: #ffcc00; letter-spacing: 2px; margin: 0.25rem 0; }
.testi-count          { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #555; text-align: center; }

.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }

.testi-card { background: #fff; color: var(--fg); border: 3px solid var(--fg); box-shadow: var(--shadow-sm); padding: 1.75rem; position: relative; transition: transform 0.2s ease, box-shadow 0.2s ease; display: flex; flex-direction: column; gap: 0.75rem; }
.testi-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }

.testi-card-dark { background: var(--fg); color: #fff; }
.testi-card-dark .testi-name  { color: #fff; }
.testi-card-dark .testi-grade { color: rgba(255,255,255,0.55); }
.testi-card-dark .testi-text  { color: rgba(255,255,255,0.88); }
.testi-card-dark .testi-subject-tag { border-color: rgba(255,255,255,0.3); color: rgba(255,255,255,0.6); }

.testi-card-top { display: flex; align-items: center; gap: 0.85rem; }

.testi-avatar    { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--fg); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1.1rem; color: #fff; flex-shrink: 0; }
.testi-av-red    { background: #C8102E; }
.testi-av-blue   { background: #8B0000; }
.testi-av-yellow { background: #C8102E; color: #fff; }

.testi-name  { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.2; }
.testi-grade { font-size: 0.72rem; font-weight: 500; color: #666; margin-top: 0.15rem; }

.testi-score-badge { margin-left: auto; background: #C8102E; color: #fff; font-size: 0.8rem; font-weight: 900; padding: 0.3rem 0.6rem; border: 2px solid var(--fg); flex-shrink: 0; letter-spacing: 0.05em; }
.testi-score-yellow { background: #8B0000; color: #fff; }

.testi-stars-row  { font-size: 1rem; color: #ffcc00; letter-spacing: 2px; }
.testi-text       { font-size: 0.92rem; font-weight: 500; line-height: 1.7; font-style: italic; flex: 1; }
.testi-subject-tag { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: #888; border-top: 2px solid var(--muted); padding-top: 0.6rem; margin-top: 0.25rem; }

@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .testi-grid { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════
   EVENTS PREVIEW
═══════════════════════════════════════════════════════════ */
.events-preview    { border-bottom: 4px solid var(--fg); }
.events-header-row { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }

.events-list { display: flex; flex-direction: column; gap: 0; border: 4px solid var(--fg); box-shadow: var(--shadow-md); }

.event-item { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; padding: 1.25rem 1.5rem; border-bottom: 2px solid var(--fg); transition: background 0.15s; }
.event-item:last-child { border-bottom: none; }
.event-item:hover { background: var(--muted); }

.event-date-box { width: 56px; height: 56px; background: #C8102E; border: 2px solid var(--fg); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; flex-shrink: 0; }
.event-day      { font-size: 1.4rem; font-weight: 900; line-height: 1; }
.event-month    { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.event-title    { font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; }
.event-detail   { font-size: 0.82rem; font-weight: 500; color: #555; margin-top: 0.2rem; }
.event-tag-pill { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.25rem 0.65rem; border: 2px solid var(--fg); }
.event-skeleton { padding: 2rem; text-align: center; font-size: 0.85rem; font-weight: 500; color: #666; }

@media (max-width: 580px) { .event-item { grid-template-columns: auto 1fr; } .event-tag-pill { display: none; } }

/* ═══════════════════════════════════════════════════════════
   CTA SECTION
═══════════════════════════════════════════════════════════ */
.cta-section { background: #C8102E; border-bottom: 4px solid var(--fg); position: relative; overflow: hidden; padding: 6rem 1.5rem; text-align: center; color: #fff; }
.cta-deco-circle { position: absolute; width: 320px; height: 320px; border-radius: 50%; border: 4px solid rgba(255,255,255,0.2); top: -80px; left: -80px; pointer-events: none; }
.cta-deco-square { position: absolute; width: 200px; height: 200px; border: 4px solid rgba(255,255,255,0.2); transform: rotate(45deg); bottom: -60px; right: -60px; pointer-events: none; }
.cta-inner    { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.cta-headline { font-size: clamp(3rem,7vw,6rem); font-weight: 900; text-transform: uppercase; letter-spacing: -0.03em; line-height: 0.9; margin-bottom: 1.25rem; color: #fff; }
.cta-body     { font-size: 1.05rem; font-weight: 500; line-height: 1.65; margin-bottom: 2.5rem; opacity: 0.92; }
.cta-actions  { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ═══════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════ */
.footer { background: #121212; color: #fff; border-top: 4px solid var(--fg); }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 4rem 1.5rem 2rem; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 3rem; }

.footer-logo { display: flex; align-items: center; gap: 5px; margin-bottom: 0.75rem; }
.footer-logo .logo-circle   { background: #C8102E; border-color: rgba(255,255,255,0.4); }
.footer-logo .logo-square   { background: #8B0000; border-color: rgba(255,255,255,0.4); }
.footer-logo .logo-triangle { border-bottom-color: #fff; }
.footer-logo .logo-text     { color: #fff; }

.footer-tagline { font-size: 1.1rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.3rem; }
.footer-sub     { font-size: 0.8rem; font-weight: 500; opacity: 0.6; }

.footer-col h6 { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1rem; color: #ff6b6b; }
.footer-col ul { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col ul li, .footer-col ul li a { font-size: 0.88rem; font-weight: 500; opacity: 0.75; transition: opacity 0.15s; }
.footer-col ul li a:hover { opacity: 1; color: #ff6b6b; }

.footer-bottom { max-width: 1280px; margin: 0 auto; padding: 1.25rem 1.5rem; border-top: 2px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.78rem; font-weight: 500; opacity: 0.5; }

.footer-shapes { display: flex; align-items: center; gap: 8px; }
.fs-circle  { width: 12px; height: 12px; border-radius: 50%; background: #C8102E; border: 2px solid rgba(255,255,255,0.3); }
.fs-square  { width: 12px; height: 12px; background: #8B0000; border: 2px solid rgba(255,255,255,0.3); }
.fs-triangle { width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 12px solid #fff; }

@media (max-width: 900px) { .footer-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-inner { grid-template-columns: 1fr; gap: 2rem; } }

/* ═══════════════════════════════════════════════════════════
   PAGE HERO (inner pages)
═══════════════════════════════════════════════════════════ */
.page-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 380px; border-bottom: 4px solid var(--fg); overflow: hidden; }
.page-hero-inner { padding: 4rem clamp(1.5rem,5vw,5rem); display: flex; flex-direction: column; justify-content: center; }
.page-hero-title { font-size: clamp(3rem,7vw,6rem); font-weight: 900; text-transform: uppercase; line-height: 0.9; letter-spacing: -0.03em; margin-top: 1rem; margin-bottom: 1.25rem; }
.page-hero-sub   { font-size: 1.05rem; font-weight: 500; line-height: 1.65; max-width: 420px; }
.page-hero-geo   { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.about-circle-lg { position: absolute; width: 300px; height: 300px; border-radius: 50%; border: 4px solid rgba(255,255,255,0.25); }
.about-square-rot { position: absolute; width: 200px; height: 200px; border: 4px solid rgba(255,255,255,0.25); transform: rotate(45deg); }
@media (max-width: 768px) { .page-hero { grid-template-columns: 1fr; } .page-hero-geo { display: none; } }

/* ═══════════════════════════════════════════════════════════
   ABOUT PAGE
═══════════════════════════════════════════════════════════ */
.about-mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.about-mission-text p { font-size: 1rem; font-weight: 500; line-height: 1.75; opacity: 0.85; }
@media (max-width: 768px) { .about-mission-grid { grid-template-columns: 1fr; } }

.timeline-section { border-bottom: 4px solid var(--fg); }
.timeline { display: flex; flex-direction: column; gap: 0; }
.tl-item  { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; padding: 2rem 0; border-bottom: 2px solid var(--muted); }
.tl-item:last-child { border-bottom: none; }
.tl-right { direction: rtl; }
.tl-right .tl-card { direction: ltr; }
.tl-year  { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 900; border: 3px solid var(--fg); box-shadow: var(--shadow-sm); color: #fff; justify-self: end; }
.tl-right .tl-year { justify-self: start; }
.tl-card  { border: 3px solid var(--fg); box-shadow: var(--shadow-sm); padding: 1.25rem; background: #fff; }
.tl-card h4 { font-size: 0.85rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.tl-card p  { font-size: 0.9rem; font-weight: 500; line-height: 1.6; }
@media (max-width: 640px) { .tl-item { grid-template-columns: auto 1fr; } .tl-right { direction: ltr; } .tl-year { width: 60px; height: 60px; font-size: 0.8rem; } }

.faculty-section { background: var(--fg); color: #fff; border-bottom: 4px solid var(--fg); }
.faculty-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.faculty-card { border: 3px solid rgba(255,255,255,0.2); padding: 1.75rem; text-align: center; transition: transform 0.2s ease, border-color 0.2s; }
.faculty-card:hover { transform: translateY(-4px); border-color: #C8102E; }
.faculty-avatar { width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 900; color: #fff; border: 3px solid rgba(255,255,255,0.4); margin: 0 auto 1.25rem; }
.faculty-name { font-size: 1rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.25rem; }
.faculty-role { font-size: 0.8rem; font-weight: 500; opacity: 0.7; margin-bottom: 0.3rem; }
.faculty-exp  { font-size: 0.7rem; font-weight: 700; color: #ff6b6b; letter-spacing: 0.1em; text-transform: uppercase; }
@media (max-width: 768px) { .faculty-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .faculty-grid { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════
   COURSES PAGE
═══════════════════════════════════════════════════════════ */
.course-detail-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; align-items: start; }
.course-detail-num  { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 900; color: #fff; border: 3px solid var(--fg); box-shadow: var(--shadow-sm); margin-bottom: 1.5rem; }

.course-subject-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.5rem; }.subject-card { border: 3px solid var(--fg); padding: 1.25rem; background: #fff; box-shadow: var(--shadow-sm); transition: transform 0.2s; }
.subject-card { border: 3px solid var(--fg); padding: 1.25rem; background: #fff; box-shadow: var(--shadow-sm); transition: transform 0.2s; }
.subject-card:hover { transform: translateY(-3px); }
.subject-icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 900; color: #fff; border: 2px solid var(--fg); margin-bottom: 0.75rem; flex-shrink: 0; }
.subject-card h5 { font-size: 0.85rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.35rem; color: #121212 !important; }
.subject-card p  { font-size: 0.82rem; font-weight: 500; line-height: 1.55; color: #444 !important; opacity: 1; }
.course-features { display: flex; flex-direction: column; gap: 0.6rem; }
.cf-item { display: flex; align-items: center; gap: 0.75rem; font-size: 0.88rem; font-weight: 600; }
.cf-dot  { width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--fg); flex-shrink: 0; }

@media (max-width: 768px) { .course-detail-grid { grid-template-columns: 1fr; } .course-subject-grid { grid-template-columns: 1fr; } }

.fee-table { border: 4px solid var(--fg); box-shadow: var(--shadow-md); }
.fee-row   { display: grid; grid-template-columns: 2fr 1fr 1.5fr 1fr; align-items: center; gap: 1rem; padding: 1.1rem 1.5rem; border-bottom: 2px solid var(--fg); }
.fee-row:last-child { border-bottom: none; }
.fee-header   { background: var(--fg); color: #fff; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; }
.fee-row-dark { background: var(--muted); }
.fee-amt      { font-size: 1rem; font-weight: 900; color: #C8102E; }
@media (max-width: 640px) { .fee-row { grid-template-columns: 1.5fr 1fr; } .fee-row > span:nth-child(2), .fee-row > span:nth-child(4) { display: none; } .fee-amt { font-size: 0.85rem; } }

/* ═══════════════════════════════════════════════════════════
   EVENTS PAGE
═══════════════════════════════════════════════════════════ */
.filter-btn { font-family: var(--font); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.5rem 1.1rem; border: 2px solid rgba(255,255,255,0.5); background: transparent; color: #fff; cursor: pointer; transition: all 0.15s; }
.filter-btn:hover, .filter-btn.active { background: #fff; color: #C8102E; border-color: #fff; }

.events-list-full { display: flex; flex-direction: column; border: 4px solid var(--fg); box-shadow: var(--shadow-md); }
.event-item-full  { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; padding: 1.5rem; border-bottom: 2px solid var(--fg); transition: background 0.15s; cursor: pointer; }
.event-item-full:last-child { border-bottom: none; }
.event-item-full:hover { background: var(--muted); }
.event-item-full.hidden { display: none; }
.event-info .event-title  { font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; }
.event-info .event-detail { font-size: 0.85rem; font-weight: 500; color: #555; margin-top: 0.3rem; line-height: 1.55; }
@media (max-width: 580px) { .event-item-full { grid-template-columns: auto 1fr; } .event-tag-pill { display: none; } }

/* ═══════════════════════════════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════════════════════════════ */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: start; }

.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.25rem; }
.form-row   { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.form-input { font-family: var(--font); font-size: 0.95rem; font-weight: 500; padding: 0.75rem 1rem; border: 2px solid var(--fg); background: #fff; outline: none; transition: box-shadow 0.15s; width: 100%; }
.form-input:focus { box-shadow: var(--shadow-sm); border-color: #C8102E; }
.form-textarea { min-height: 120px; resize: vertical; }
.form-error  { color: #C8102E; font-size: 0.8rem; font-weight: 700; margin-top: 0.75rem; }

.form-success { border: 4px solid var(--fg); background: #C8102E; color: #fff; padding: 2.5rem; text-align: center; box-shadow: var(--shadow-md); }
.success-icon { font-size: 3rem; font-weight: 900; margin-bottom: 0.5rem; }
.form-success h3 { font-size: 1.5rem; font-weight: 900; text-transform: uppercase; margin-bottom: 0.5rem; }
.form-success p  { font-weight: 500; opacity: 0.9; }

.contact-info-card { display: flex; gap: 1rem; padding: 1.25rem; border: 3px solid var(--fg); box-shadow: var(--shadow-sm); background: #fff; margin-bottom: 1rem; align-items: flex-start; }
.ci-icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; border: 2px solid var(--fg); flex-shrink: 0; }
.contact-info-card h5 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 0.3rem; color: #C8102E; }
.contact-info-card p, .contact-info-card a { font-size: 0.9rem; font-weight: 500; line-height: 1.6; }

.timing-box { border: 3px solid var(--fg); padding: 1.5rem; box-shadow: var(--shadow-sm); background: var(--fg); color: #fff; }
.timing-row { display: flex; justify-content: space-between; padding: 0.6rem 0; border-bottom: 1px solid rgba(255,255,255,0.15); font-size: 0.88rem; font-weight: 500; }
.timing-row:last-child { border-bottom: none; }
.timing-slot { font-weight: 700; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.08em; color: #ff6b6b; }

@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════
   ANIMATIONS
═══════════════════════════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-headline, .hero-body, .hero-actions, .hero-stats { animation: fadeUp 0.55s ease-out both; }

.hero-body    { animation-delay: 0.1s; }
.hero-actions { animation-delay: 0.2s; }
.hero-stats   { animation-delay: 0.3s; }
/* Force subject cards always white with dark text */
.subject-card {
  background: #ffffff !important;
  color: #121212 !important;
}
.subject-card h5 {
  color: #121212 !important;
}
.subject-card p {
  color: #444444 !important;
}