/*
Theme Name: DGM Experts
Theme URI: https://www.dgmexperts.in
Author: DGM Experts
Author URI: https://www.dgmexperts.in
Description: A cutting-edge neon-cyberpunk WordPress theme for DGM Experts IT Training Institute. Features electric neon glows, animated circuits, holographic effects, and ultra-modern dark UI.
Version: 2.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dgmexperts
Tags: dark, neon, cyberpunk, education, animated, professional, career, it-training
*/

/* =========================================
   CSS CUSTOM PROPERTIES
========================================= */
:root {
  /* Neon Palette */
  --neon-cyan: #00f5ff;
  --neon-purple: #bf00ff;
  --neon-pink: #ff0080;
  --neon-green: #00ff88;
  --neon-yellow: #ffe600;
  --neon-blue: #0080ff;

  /* Glow Shadows */
  --glow-cyan: 0 0 8px #00f5ff, 0 0 20px #00f5ff55, 0 0 40px #00f5ff22;
  --glow-purple: 0 0 8px #bf00ff, 0 0 20px #bf00ff55, 0 0 40px #bf00ff22;
  --glow-pink: 0 0 8px #ff0080, 0 0 20px #ff008055, 0 0 40px #ff008022;
  --glow-green: 0 0 8px #00ff88, 0 0 20px #00ff8855, 0 0 40px #00ff8822;

  /* Backgrounds */
  --bg-void: #000408;
  --bg-deep: #020810;
  --bg-dark: #040c1a;
  --bg-card: rgba(4, 14, 28, 0.85);
  --bg-glass: rgba(0, 245, 255, 0.03);

  /* Text */
  --text-white: #ffffff;
  --text-bright: #e0f4ff;
  --text-muted: #6b8fa8;
  --text-faint: #2a4a5e;

  /* Borders */
  --border-cyan: rgba(0, 245, 255, 0.25);
  --border-purple: rgba(191, 0, 255, 0.25);
  --border-dim: rgba(0, 245, 255, 0.08);

  /* Gradients */
  --grad-neon: linear-gradient(135deg, #00f5ff, #bf00ff, #ff0080);
  --grad-cyber: linear-gradient(135deg, #00f5ff 0%, #0080ff 50%, #bf00ff 100%);
  --grad-dark: linear-gradient(180deg, #000408 0%, #020d1f 50%, #040918 100%);

  /* Spacing & Shape */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-full: 9999px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  /* Font */
  --font-display: 'Orbitron', 'Rajdhani', monospace;
  --font-body: 'Exo 2', 'Rajdhani', sans-serif;
  --font-mono: 'Share Tech Mono', monospace;
}

/* =========================================
   GLOBAL SVG SIZE CONTROL
========================================= */
svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  /* Default: 1em = inherits font-size of parent */
  font-size: inherit;
}

/* ---- Small inline icons (buttons, text, badges, list items) ---- */
.btn svg,
.section-tag svg,
.batch-meta-row svg,
.job-tag svg,
.amenity-link svg,
.blog-meta svg,
.footer-address svg,
.footer-links a svg,
.sitemap-links a svg,
.os-meta svg,
.pdc-meta svg,
.hero-badge svg,
.batch-label svg,
.seats-pill svg,
.faq-icon svg,
.learn-list li svg,
p > svg,
span > svg,
.legal-toc-title svg,
.resources-section-header svg,
.cp-step svg {
  width: 14px !important;
  height: 14px !important;
}

/* ---- Medium card icons ---- */
.feature-icon svg,
.cb-icon svg,
.sc-icon svg,
.tc-icon svg,
.mv-icon svg,
.amenity-icon svg,
.pdc-icon svg,
.res-icon svg,
.os-icon svg,
.contact-info-icon svg {
  width: 22px !important;
  height: 22px !important;
}

/* ---- Large display icons ---- */
.holo-content svg,
.leader-avatar svg,
.leader-full-avatar svg,
.blog-thumb svg,
.video-thumb svg,
.about-holo-icon svg,
.empty-icon svg,
.program-thumb-icon svg,
.reviewer-avatar svg {
  width: 40px !important;
  height: 40px !important;
}

/* ---- Nav / toggle icons ---- */
.menu-toggle svg,
.toggle-icon-open svg,
.toggle-icon-close svg,
#mobile-menu-toggle svg {
  width: 20px !important;
  height: 20px !important;
}

/* ---- Visitor counter ---- */
.visitor-counter svg { width: 14px !important; height: 14px !important; }

/* ---- Stars ---- */
.stars svg { width: 15px !important; height: 15px !important; }

/* ---- Quote mark ---- */
.quote-mark { font-size: 4rem; line-height: 1; color: var(--neon-cyan); opacity: 0.2; font-family: Georgia, serif; }

/* ---- Play button ---- */
.play-btn svg { width: 18px !important; height: 18px !important; margin-left: 2px; }

/* ---- Hero scroll ---- */
.hero-scroll svg { width: 20px !important; height: 20px !important; }

/* Button icons */
.btn svg { width: 16px; height: 16px; }
.btn-lg svg { width: 17px; height: 17px; }
.btn-sm svg { width: 14px; height: 14px; }

/* Nav icons */
.nav-cta svg { width: 14px; height: 14px; }
.menu-toggle svg { width: 22px; height: 22px; }

/* Section tag icons */
.section-tag svg { width: 14px; height: 14px; }

/* Newsletter note icon */
.newsletter-note svg { width: 13px; height: 13px; }
.counselling-note svg { width: 13px; height: 13px; }

/* Amenity link icon */
.amenity-link svg { width: 12px; height: 12px; }

/* Footer icons */
.footer-address svg { width: 14px; height: 14px; }
.visitor-counter svg { width: 12px; height: 12px; }

/* =========================================
   RESET & BASE
========================================= */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; scroll-padding-top: 80px; }

body {
  font-family: var(--font-body);
  background: var(--bg-void);
  color: var(--text-bright);
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Scanline overlay */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 0, 0, 0.03) 2px,
    rgba(0, 0, 0, 0.03) 4px
  );
}

/* Grid bg */
body::after {
  content: '';
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 245, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 245, 255, 0.025) 1px, transparent 1px);
  background-size: 50px 50px;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }
input, textarea, select { font-family: inherit; }

/* =========================================
   SCROLLBAR
========================================= */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--bg-void); }
::-webkit-scrollbar-thumb { background: var(--neon-cyan); border-radius: 2px; box-shadow: var(--glow-cyan); }

/* =========================================
   TYPOGRAPHY
========================================= */
h1, h2, h3, h4, h5, h6 { line-height: 1.15; font-weight: 700; font-family: var(--font-display); }
h1 { font-size: clamp(2.2rem, 5vw, 4.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.8rem); }
h3 { font-size: clamp(1rem, 2vw, 1.3rem); }
p { line-height: 1.75; }

/* =========================================
   CONTAINERS
========================================= */
.container { max-width: 1200px; margin: 0 auto; padding: 0 5%; position: relative; z-index: 1; }
section { padding: 100px 0; position: relative; }

/* =========================================
   NEON BUTTONS
========================================= */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 32px; border-radius: var(--radius-sm);
  font-family: var(--font-display); font-weight: 600; font-size: 0.82rem;
  letter-spacing: 1.5px; text-transform: uppercase;
  transition: var(--transition); cursor: pointer;
  position: relative; overflow: hidden;
}

.btn-primary {
  background: transparent;
  color: var(--neon-cyan);
  border: 1px solid var(--neon-cyan);
  box-shadow: var(--glow-cyan), inset 0 0 20px rgba(0, 245, 255, 0.05);
}
.btn-primary::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,245,255,0.15), transparent);
  opacity: 0; transition: opacity 0.3s;
}
.btn-primary:hover {
  background: rgba(0, 245, 255, 0.12);
  box-shadow: 0 0 20px #00f5ff, 0 0 50px #00f5ff66, inset 0 0 30px rgba(0, 245, 255, 0.1);
  transform: translateY(-2px);
  color: #fff;
}
.btn-primary:hover::before { opacity: 1; }

.btn-secondary {
  background: transparent;
  color: var(--neon-purple);
  border: 1px solid var(--neon-purple);
  box-shadow: var(--glow-purple), inset 0 0 20px rgba(191, 0, 255, 0.05);
}
.btn-secondary:hover {
  background: rgba(191, 0, 255, 0.12);
  box-shadow: 0 0 20px #bf00ff, 0 0 50px #bf00ff66, inset 0 0 30px rgba(191, 0, 255, 0.1);
  transform: translateY(-2px);
  color: #fff;
}

.btn-ghost {
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--text-muted);
}
.btn-ghost:hover { border-color: var(--neon-cyan); color: var(--neon-cyan); }

.btn-lg { padding: 18px 44px; font-size: 0.88rem; }
.btn-sm { padding: 9px 22px; font-size: 0.74rem; }

/* =========================================
   SECTION LABELS
========================================= */
.section-tag {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--neon-cyan); font-family: var(--font-mono);
  font-size: 0.72rem; letter-spacing: 3px; text-transform: uppercase;
  margin-bottom: 1rem;
}
.section-tag::before {
  content: '//'; opacity: 0.5; font-size: 0.9em;
}
.section-tag::after {
  content: '';
  flex: 1; min-width: 30px; height: 1px;
  background: linear-gradient(90deg, var(--neon-cyan), transparent);
}

.section-title { margin-bottom: 1rem; letter-spacing: -0.5px; }
.section-title .neon-text {
  background: var(--grad-neon);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 10px rgba(0, 245, 255, 0.4));
}
.section-sub { color: var(--text-muted); max-width: 620px; font-family: var(--font-body); }
.text-center { text-align: center; }
.text-center .section-sub { margin: 0 auto; }
.text-center .section-tag { justify-content: center; }
.text-center .section-tag::after { display: none; }

/* =========================================
   NEON CARDS BASE
========================================= */
.neon-card {
  background: var(--bg-card);
  border: 1px solid var(--border-dim);
  border-radius: var(--radius-md);
  padding: 28px;
  transition: var(--transition);
  position: relative; overflow: hidden;
  backdrop-filter: blur(10px);
}
.neon-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,245,255,0.03) 0%, transparent 60%);
  opacity: 0; transition: opacity 0.3s;
}
.neon-card:hover {
  border-color: var(--neon-cyan);
  box-shadow: 0 0 30px rgba(0, 245, 255, 0.12), inset 0 0 60px rgba(0, 245, 255, 0.03);
  transform: translateY(-6px);
}
.neon-card:hover::before { opacity: 1; }

/* Corner accents */
.neon-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 40px; height: 40px;
  border-top: 2px solid var(--neon-cyan);
  border-left: 2px solid var(--neon-cyan);
  opacity: 0; transition: opacity 0.3s;
}
.neon-card:hover::after { opacity: 1; }

/* =========================================
   HEADER / NAVBAR
========================================= */
#masthead {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  height: 70px;
  background: rgba(0, 4, 8, 0.9);
  backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid var(--border-dim);
  transition: var(--transition);
}
#masthead.scrolled {
  border-bottom-color: var(--neon-cyan);
  box-shadow: 0 2px 30px rgba(0, 245, 255, 0.1);
}
.nav-wrapper {
  display: flex; align-items: center; justify-content: space-between;
  height: 70px; padding: 0 5%;
}
.site-logo {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 900;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--text-white);
}
.site-logo .logo-neon {
  color: var(--neon-cyan);
  text-shadow: var(--glow-cyan);
}
.site-logo .logo-accent { color: var(--neon-purple); text-shadow: var(--glow-purple); }

/* Desktop Nav */
.main-navigation { display: block; }
.main-navigation ul { display: flex; align-items: center; gap: 2.5rem; }
.main-navigation a {
  color: var(--text-muted); font-family: var(--font-display);
  font-size: 0.72rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  position: relative; transition: color 0.2s;
}
.main-navigation a:hover { color: var(--neon-cyan); text-shadow: var(--glow-cyan); }
.main-navigation a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
  height: 1px; background: var(--neon-cyan);
  transform: scaleX(0); transition: transform 0.3s;
  box-shadow: var(--glow-cyan);
}
.main-navigation a:hover::after { transform: scaleX(1); }
.main-navigation .current-menu-item > a { color: var(--neon-cyan); text-shadow: var(--glow-cyan); }

.main-navigation li.menu-item-has-children { position: relative; }
.main-navigation .sub-menu {
  position: absolute; top: calc(100% + 20px); left: -20px;
  background: rgba(0, 8, 16, 0.98); border: 1px solid var(--border-cyan);
  border-radius: var(--radius-md); padding: 10px;
  min-width: 220px;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: var(--transition);
  box-shadow: var(--glow-cyan);
}
.main-navigation li.menu-item-has-children:hover .sub-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.main-navigation .sub-menu a {
  display: block; padding: 10px 16px; border-radius: var(--radius-sm);
  font-size: 0.7rem;
}
.main-navigation .sub-menu a:hover { background: rgba(0, 245, 255, 0.08); }
.main-navigation .sub-menu a::after { display: none; }

.nav-cta { margin-left: 1rem; }
.menu-toggle { display: none; color: var(--neon-cyan); padding: 6px; }

/* =========================================
   HERO SECTION
========================================= */
#hero {
  min-height: 100vh;
  background: var(--bg-void);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 140px 5% 100px;
  position: relative; overflow: hidden;
}

/* Circuit board lines */
.hero-circuit {
  position: absolute; inset: 0; pointer-events: none;
  z-index: 0; overflow: hidden;
}
.hero-circuit svg {
  width: 100%; height: 100%;
  opacity: 0.12;
}

/* Neon orb glows */
.hero-glow {
  position: absolute; border-radius: 50%; pointer-events: none;
  filter: blur(100px);
}
.hero-glow-1 {
  width: 500px; height: 500px;
  background: rgba(0, 245, 255, 0.15);
  top: -100px; left: -100px;
  animation: glowPulse 6s ease-in-out infinite;
}
.hero-glow-2 {
  width: 400px; height: 400px;
  background: rgba(191, 0, 255, 0.12);
  bottom: -100px; right: 0;
  animation: glowPulse 8s ease-in-out infinite reverse;
}
.hero-glow-3 {
  width: 300px; height: 300px;
  background: rgba(255, 0, 128, 0.08);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: glowPulse 10s ease-in-out infinite;
}

/* Floating particles */
.hero-particles {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.particle {
  position: absolute; border-radius: 50%;
  background: var(--neon-cyan);
  box-shadow: var(--glow-cyan);
  animation: particleFloat linear infinite;
}

.hero-content { position: relative; z-index: 2; max-width: 860px; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid var(--neon-cyan);
  color: var(--neon-cyan); font-family: var(--font-mono);
  padding: 8px 20px; border-radius: var(--radius-sm);
  font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 2.5rem;
  box-shadow: var(--glow-cyan), inset 0 0 20px rgba(0,245,255,0.05);
  animation: fadeDown 0.8s ease forwards;
}
.hero-badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--neon-green);
  box-shadow: var(--glow-green);
  animation: blink 1.5s ease-in-out infinite;
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 900; line-height: 1.05;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
  animation: fadeUp 0.8s 0.2s ease both;
}
.hero-title .line-1 { color: var(--text-white); }
.hero-title .line-2 {
  background: var(--grad-neon);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 20px rgba(0, 245, 255, 0.5));
}

.hero-subtitle {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  color: var(--text-muted); font-family: var(--font-body);
  max-width: 580px; margin: 0 auto 3rem;
  animation: fadeUp 0.8s 0.4s ease both;
}

.hero-btns {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
  animation: fadeUp 0.8s 0.6s ease both;
  margin-bottom: 4rem;
}

/* Stats bar */
.hero-stats {
  display: flex; gap: 3rem; justify-content: center; flex-wrap: wrap;
  animation: fadeUp 0.8s 0.8s ease both;
}
.hero-stat {
  text-align: center;
}
.hero-stat-num {
  font-family: var(--font-display); font-size: 2rem; font-weight: 900;
  background: var(--grad-cyber);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  line-height: 1;
}
.hero-stat-label {
  font-family: var(--font-mono); font-size: 0.65rem;
  color: var(--text-muted); letter-spacing: 2px; text-transform: uppercase;
  margin-top: 4px;
}

/* Slider nav dots */
.slider-nav {
  display: flex; gap: 8px; justify-content: center; margin-top: 3rem;
  animation: fadeUp 0.8s 1s ease both;
}
.slider-dot {
  width: 6px; height: 6px; border-radius: var(--radius-full);
  background: var(--text-faint); cursor: pointer; transition: var(--transition);
  border: none;
}
.slider-dot.active {
  background: var(--neon-cyan); width: 24px;
  box-shadow: var(--glow-cyan);
}

.hero-scroll {
  position: absolute; bottom: 30px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: var(--text-faint); font-family: var(--font-mono); font-size: 0.65rem;
  letter-spacing: 2px; text-transform: uppercase;
  animation: bounce 2.5s ease-in-out infinite;
}

/* =========================================
   ABOUT SECTION
========================================= */
#about { background: var(--bg-deep); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.about-visual {
  position: relative;
}
.about-holo-box {
  width: 100%; height: 420px;
  border: 1px solid var(--border-cyan);
  border-radius: var(--radius-lg);
  background: var(--bg-glass);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  box-shadow: var(--glow-cyan);
}
.about-holo-box::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,245,255,0.05) 0%, transparent 50%, rgba(191,0,255,0.05) 100%);
}
.about-holo-inner {
  position: relative; z-index: 2; text-align: center;
}
.about-holo-icon {
  width: 100px; height: 100px; margin: 0 auto 1rem;
  border: 2px solid var(--neon-cyan); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--glow-cyan);
}
.about-holo-icon svg { width: 38px; height: 38px; color: var(--neon-cyan); }
.about-holo-text {
  font-family: var(--font-mono); font-size: 0.7rem;
  color: var(--neon-cyan); letter-spacing: 3px; text-transform: uppercase;
}

/* corner decorations */
.corner { position: absolute; width: 20px; height: 20px; }
.corner-tl { top: 12px; left: 12px; border-top: 2px solid var(--neon-cyan); border-left: 2px solid var(--neon-cyan); }
.corner-tr { top: 12px; right: 12px; border-top: 2px solid var(--neon-cyan); border-right: 2px solid var(--neon-cyan); }
.corner-bl { bottom: 12px; left: 12px; border-bottom: 2px solid var(--neon-cyan); border-left: 2px solid var(--neon-cyan); }
.corner-br { bottom: 12px; right: 12px; border-bottom: 2px solid var(--neon-cyan); border-right: 2px solid var(--neon-cyan); }

.about-stat-badges { display: flex; gap: 1rem; margin-top: 1.5rem; flex-wrap: wrap; }
.about-stat-badge {
  flex: 1; min-width: 130px;
  border: 1px solid var(--border-cyan);
  border-radius: var(--radius-md); padding: 16px;
  background: var(--bg-card);
  text-align: center;
}
.stat-num-neon {
  font-family: var(--font-display); font-size: 1.8rem; font-weight: 900;
  color: var(--neon-cyan); text-shadow: var(--glow-cyan); line-height: 1;
}
.stat-lbl { font-family: var(--font-mono); font-size: 0.65rem; color: var(--text-muted); letter-spacing: 1.5px; margin-top: 4px; }

.about-content .section-sub { margin-bottom: 1.2rem; }
.about-btns { display: flex; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; }

/* Terminal-style text */
.terminal-text {
  font-family: var(--font-mono); font-size: 0.8rem; color: var(--neon-green);
  background: rgba(0, 255, 136, 0.05); border: 1px solid rgba(0, 255, 136, 0.2);
  border-radius: var(--radius-sm); padding: 10px 16px; margin-bottom: 1.5rem;
  display: flex; align-items: center; gap: 8px;
}
.terminal-text::before { content: '> '; opacity: 0.5; }

/* =========================================
   WHY CHOOSE / FEATURES
========================================= */
#why-choose { background: var(--bg-dark); }
.features-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem; margin-top: 3.5rem;
}
.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border-dim);
  border-radius: var(--radius-md);
  padding: 30px; transition: var(--transition);
  position: relative; overflow: hidden;
  backdrop-filter: blur(8px);
}
.feature-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--neon-cyan), transparent);
  opacity: 0; transition: opacity 0.3s;
}
.feature-card:hover {
  border-color: var(--neon-cyan);
  box-shadow: 0 0 30px rgba(0, 245, 255, 0.1);
  transform: translateY(-8px);
}
.feature-card:hover::before { opacity: 1; }

.feature-num {
  font-family: var(--font-mono); font-size: 0.65rem;
  color: var(--neon-cyan); opacity: 0.5;
  position: absolute; top: 14px; right: 18px;
  letter-spacing: 1px;
}
.feature-icon {
  width: 52px; height: 52px;
  border: 1px solid rgba(0, 245, 255, 0.3);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
  background: rgba(0, 245, 255, 0.05);
  transition: var(--transition);
}
.feature-card:hover .feature-icon {
  background: rgba(0, 245, 255, 0.12);
  box-shadow: var(--glow-cyan);
}
.feature-icon svg { width: 20px; height: 20px; color: var(--neon-cyan); }
.feature-card h3 {
  font-family: var(--font-display); font-size: 0.88rem; font-weight: 700;
  letter-spacing: 0.5px; margin-bottom: 0.6rem; color: var(--text-white);
}
.feature-card p { color: var(--text-muted); font-size: 0.83rem; line-height: 1.7; }

/* =========================================
   PROGRAMS SECTION (replaces Videos)
========================================= */
#programs { background: var(--bg-void); }
.programs-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-top: 3rem;
}
/* Last row 2 cards - centered */
.programs-grid-row2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; margin-top: 1.5rem;
  max-width: 66.66%;
  margin-left: auto; margin-right: auto;
}
/* Last 2 cards centered when grid has 5 items */
.programs-grid .program-card:nth-child(4),
.programs-grid .program-card:nth-child(5) {
  grid-column: auto;
}
.program-card {
  width: 100%;
  border-radius: var(--radius-md); overflow: hidden;
  transition: var(--transition); position: relative;
  background: var(--bg-card); border: 1px solid var(--border-dim);
}
.program-card:hover { transform: translateY(-8px); border-color: var(--neon-purple); box-shadow: 0 0 30px rgba(191, 0, 255, 0.15); }
.program-thumb {
  height: 160px; position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.program-thumb::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, var(--bg-card));
}
.prog-bg-1 { background: linear-gradient(135deg, #000820, #001a4e, #0040a0); }
.prog-bg-2 { background: linear-gradient(135deg, #0d0020, #2a004e, #6000bf); }
.prog-bg-3 { background: linear-gradient(135deg, #0a2000, #1a4e00, #40a000); }
.prog-bg-4 { background: linear-gradient(135deg, #200008, #4e0020, #a00040); }
.prog-bg-5 { background: linear-gradient(135deg, #200a00, #4e2a00, #a06000); }

.program-thumb-icon {
  position: relative; z-index: 2; text-align: center;
}
.program-thumb-icon svg { width: 36px; height: 36px; opacity: 0.7; }
.prog-tag {
  position: absolute; top: 12px; right: 12px; z-index: 3;
  font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 1px;
  padding: 3px 10px; border-radius: var(--radius-full); text-transform: uppercase;
}
.prog-tag-hot { background: rgba(255,0,128,0.2); color: var(--neon-pink); border: 1px solid rgba(255,0,128,0.4); }
.prog-tag-new { background: rgba(0,255,136,0.2); color: var(--neon-green); border: 1px solid rgba(0,255,136,0.4); }

.program-body { padding: 20px; }
.program-body h4 {
  font-family: var(--font-display); font-size: 0.9rem; margin-bottom: 6px;
  color: var(--text-white);
}
.program-body p { color: var(--text-muted); font-size: 0.78rem; margin-bottom: 1rem; }
.program-meta {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono); font-size: 0.65rem; color: var(--text-faint);
}
.program-meta span { display: flex; align-items: center; gap: 4px; }
.program-meta svg { width: 12px; height: 12px; flex-shrink: 0; }

/* =========================================
   TESTIMONIALS
========================================= */
#testimonials { background: var(--bg-deep); }
.testimonials-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 1.5rem; margin-top: 3rem;
}
.testimonial-card {
  background: var(--bg-card); border: 1px solid var(--border-dim);
  border-radius: var(--radius-md); padding: 28px;
  transition: var(--transition); position: relative; overflow: hidden;
  backdrop-filter: blur(8px);
}
.testimonial-card:hover { border-color: var(--neon-purple); box-shadow: 0 0 30px rgba(191, 0, 255, 0.1); transform: translateY(-5px); }
.quote-mark {
  font-family: var(--font-display); font-size: 4rem; line-height: 0.8;
  color: var(--neon-purple); opacity: 0.2; margin-bottom: 0.5rem;
  position: absolute; top: 16px; right: 20px;
}
.stars { display: flex; gap: 3px; margin-bottom: 1rem; }
.stars svg { width: 14px; height: 14px; fill: var(--neon-yellow); }
.testimonial-card p { color: var(--text-muted); font-size: 0.87rem; line-height: 1.75; margin-bottom: 1.5rem; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--grad-cyber);
  border: 1px solid var(--neon-cyan);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 0.9rem;
  box-shadow: var(--glow-cyan); flex-shrink: 0;
}
.reviewer-name { font-family: var(--font-display); font-size: 0.85rem; font-weight: 700; margin-bottom: 2px; }
.reviewer-role { font-family: var(--font-mono); font-size: 0.68rem; color: var(--neon-cyan); }
.testimonials-actions { display: flex; gap: 1rem; margin-top: 2.5rem; flex-wrap: wrap; }

/* =========================================
   LEADERSHIP
========================================= */
#leadership { background: var(--bg-dark); }
.leaders-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 2rem; max-width: 800px; margin: 3rem auto 0;
}
.leader-card { text-align: center; }
.leader-avatar-wrap { position: relative; display: inline-block; margin-bottom: 1.25rem; }
.leader-avatar {
  width: 110px; height: 110px; border-radius: 50%;
  border: 2px solid var(--neon-cyan);
  background: linear-gradient(135deg, rgba(0,245,255,0.1), rgba(191,0,255,0.1));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
  box-shadow: var(--glow-cyan);
  transition: var(--transition);
}
.leader-card:hover .leader-avatar { box-shadow: 0 0 40px rgba(0,245,255,0.4); }
.leader-avatar svg { width: 36px; height: 36px; color: var(--neon-cyan); }
.leader-status {
  position: absolute; bottom: 6px; right: 6px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--neon-green); border: 2px solid var(--bg-dark);
  box-shadow: var(--glow-green);
}
.leader-card h3 { font-family: var(--font-display); font-size: 0.9rem; font-weight: 700; margin-bottom: 4px; }
.leader-card p { font-family: var(--font-mono); font-size: 0.68rem; color: var(--neon-cyan); }

/* =========================================
   NEWSLETTER
========================================= */
#newsletter {
  background: linear-gradient(135deg, #040020, #001040, #040020);
  border-top: 1px solid var(--border-cyan);
  border-bottom: 1px solid var(--border-cyan);
}
.newsletter-inner { text-align: center; max-width: 600px; margin: 0 auto; }
.newsletter-inner h2 { margin-bottom: 0.75rem; }
.newsletter-inner p { color: var(--text-muted); margin-bottom: 2rem; }
.newsletter-form {
  display: flex; gap: 0.75rem; flex-wrap: wrap; justify-content: center;
  margin-bottom: 1.25rem;
}
.newsletter-form input {
  flex: 1; min-width: 240px;
  padding: 14px 20px; border-radius: var(--radius-sm);
  border: 1px solid var(--border-cyan);
  background: rgba(0, 245, 255, 0.04);
  color: var(--text-white); font-size: 0.9rem; outline: none;
  font-family: var(--font-body);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.newsletter-form input:focus {
  border-color: var(--neon-cyan);
  box-shadow: var(--glow-cyan);
}
.newsletter-form input::placeholder { color: var(--text-faint); }
.newsletter-note { font-family: var(--font-mono); font-size: 0.7rem; color: var(--text-muted); }

/* =========================================
   COUNSELLING CTA
========================================= */
#counselling {
  padding: 100px 0;
  background: var(--bg-void); text-align: center;
  position: relative; overflow: hidden;
}
.counselling-glow-1 {
  position: absolute; width: 600px; height: 600px; border-radius: 50%;
  background: rgba(0, 245, 255, 0.04); filter: blur(80px);
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: glowPulse 4s ease-in-out infinite;
}
.counselling-inner { position: relative; z-index: 1; }
.counselling-box {
  max-width: 760px; margin: 0 auto;
  border: 1px solid var(--neon-cyan);
  border-radius: var(--radius-xl); padding: 60px 50px;
  background: rgba(0, 245, 255, 0.02);
  box-shadow: var(--glow-cyan), inset 0 0 80px rgba(0, 245, 255, 0.02);
  position: relative;
}
.counselling-box h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 1rem; }
.counselling-box p { color: var(--text-muted); max-width: 520px; margin: 0 auto 2.5rem; }
.counselling-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.counselling-note { margin-top: 1.5rem; font-family: var(--font-mono); font-size: 0.68rem; color: var(--neon-green); }

/* =========================================
   FAQ SECTION
========================================= */
#faq { background: var(--bg-deep); }
.faq-wrap { max-width: 800px; margin: 3.5rem auto 0; }
.faq-item {
  border: 1px solid var(--border-dim); border-radius: var(--radius-md);
  margin-bottom: 0.75rem; overflow: hidden; transition: border-color 0.3s;
  background: var(--bg-card); backdrop-filter: blur(8px);
}
.faq-item.open { border-color: var(--neon-cyan); box-shadow: 0 0 20px rgba(0,245,255,0.08); }
.faq-question {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; cursor: pointer; gap: 1rem;
  font-family: var(--font-display); font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.3px;
  transition: color 0.2s; user-select: none;
}
.faq-question:hover { color: var(--neon-cyan); }
.faq-icon {
  flex-shrink: 0; width: 26px; height: 26px;
  border-radius: var(--radius-sm); border: 1px solid var(--border-cyan);
  display: flex; align-items: center; justify-content: center;
  color: var(--neon-cyan); transition: var(--transition);
}
.faq-item.open .faq-icon {
  background: var(--neon-cyan); color: var(--bg-void);
  transform: rotate(45deg); box-shadow: var(--glow-cyan);
}
.faq-icon svg { width: 12px; height: 12px; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.faq-item.open .faq-answer { max-height: 300px; }
.faq-answer-inner { padding: 0 24px 22px; color: var(--text-muted); font-size: 0.87rem; line-height: 1.75; }

/* =========================================
   BATCHES
========================================= */
#batches { background: var(--bg-dark); }
.batches-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 1.5rem; margin-top: 3rem;
}
.batch-card {
  background: var(--bg-card); border: 1px solid var(--border-dim);
  border-radius: var(--radius-md); padding: 28px;
  transition: var(--transition); position: relative; overflow: hidden;
}
.batch-card:hover { border-color: var(--neon-purple); box-shadow: 0 0 30px rgba(191,0,255,0.12); transform: translateY(-6px); }
.batch-type {
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 2px;
  text-transform: uppercase; color: var(--neon-purple); margin-bottom: 0.75rem;
  display: flex; align-items: center; gap: 6px;
}
.batch-type::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--neon-purple); box-shadow: var(--glow-purple); }
.batch-card h3 { font-family: var(--font-display); font-size: 1.05rem; margin-bottom: 1.25rem; }
.batch-info { display: flex; flex-direction: column; gap: 8px; margin-bottom: 1.5rem; }
.batch-info-row {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 0.78rem; color: var(--text-muted);
}
.batch-info-row svg { width: 14px; height: 14px; color: var(--neon-cyan); flex-shrink: 0; }
.batch-info-row strong { color: var(--text-bright); }
.seats-badge {
  display: inline-flex; align-items: center; gap: 5px;
  border: 1px solid rgba(0,255,136,0.3); border-radius: var(--radius-full);
  padding: 3px 12px; font-family: var(--font-mono); font-size: 0.68rem;
  color: var(--neon-green); background: rgba(0,255,136,0.05);
}
.seats-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--neon-green); animation: blink 1.5s ease-in-out infinite; }

/* =========================================
   BLOGS
========================================= */
#blogs { background: var(--bg-void); }
.blogs-header { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 1rem; margin-bottom: 3rem; }
.blogs-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.blog-card {
  background: var(--bg-card); border: 1px solid var(--border-dim);
  border-radius: var(--radius-md); overflow: hidden; transition: var(--transition);
}
.blog-card:hover { border-color: var(--neon-pink); box-shadow: 0 0 30px rgba(255,0,128,0.1); transform: translateY(-6px); }
.blog-thumb {
  height: 180px; position: relative;
  display: flex; align-items: center; justify-content: center;
}
.blog-thumb svg { width: 36px; height: 36px; opacity: 0.3; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-body { padding: 22px; }
.blog-chip {
  display: inline-flex; align-items: center; gap: 5px;
  border: 1px solid rgba(255,0,128,0.3); border-radius: var(--radius-full);
  padding: 2px 10px; font-family: var(--font-mono); font-size: 0.62rem;
  color: var(--neon-pink); margin-bottom: 0.75rem;
}
.blog-body h3 { font-family: var(--font-display); font-size: 0.9rem; line-height: 1.45; margin-bottom: 1rem; }
.blog-meta { display: flex; align-items: center; gap: 10px; }
.blog-avatar {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--neon-pink);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 0.7rem;
  background: rgba(255,0,128,0.1); flex-shrink: 0;
}
.blog-meta-text { font-family: var(--font-mono); font-size: 0.7rem; color: var(--text-muted); }

/* =========================================
   OPPORTUNITIES
========================================= */
#opportunities { background: var(--bg-deep); }
.jobs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.job-card {
  background: var(--bg-card); border: 1px solid var(--border-dim);
  border-radius: var(--radius-md); padding: 24px;
  transition: var(--transition); display: block;
}
.job-card:hover { border-color: var(--neon-green); box-shadow: 0 0 25px rgba(0,255,136,0.1); transform: translateY(-5px); }
.job-dept { font-family: var(--font-mono); font-size: 0.62rem; color: var(--text-muted); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 0.5rem; }
.job-card h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 700; margin-bottom: 1rem; }
.job-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center; }
.job-tag { font-family: var(--font-mono); font-size: 0.62rem; padding: 3px 10px; border-radius: var(--radius-full); display: inline-flex; align-items: center; gap: 4px; }
.job-tag svg { width: 10px; height: 10px; flex-shrink: 0; }
.job-tag-type { border: 1px solid rgba(0,245,255,0.3); color: var(--neon-cyan); }
.job-tag-loc { border: 1px solid rgba(0,255,136,0.3); color: var(--neon-green); }
.jobs-cta { text-align: center; margin-top: 2.5rem; }

/* =========================================
   AMENITIES
========================================= */
#amenities { background: var(--bg-dark); }
.amenities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.amenity-card {
  background: var(--bg-card); border: 1px solid var(--border-dim);
  border-radius: var(--radius-md); padding: 30px 24px; text-align: center;
  transition: var(--transition);
}
.amenity-card:hover { border-color: var(--neon-yellow); box-shadow: 0 0 25px rgba(255,230,0,0.1); transform: translateY(-6px); }
.amenity-icon {
  width: 50px; height: 50px;
  border: 1px solid rgba(255,230,0,0.3); border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
  background: rgba(255,230,0,0.04);
  transition: var(--transition);
}
.amenity-card:hover .amenity-icon { box-shadow: 0 0 16px rgba(255,230,0,0.25); }
.amenity-icon svg { width: 20px; height: 20px; color: var(--neon-yellow); }
.amenity-card h3 { font-family: var(--font-display); font-size: 0.88rem; margin-bottom: 0.6rem; }
.amenity-card p { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 1.25rem; }
.amenity-link { font-family: var(--font-mono); font-size: 0.72rem; color: var(--neon-yellow); display: inline-flex; align-items: center; gap: 5px; transition: gap 0.2s; letter-spacing: 1px; text-transform: uppercase; }
.amenity-link:hover { gap: 10px; }
.amenity-link svg { width: 12px; height: 12px; }

/* =========================================
   PARTNERS
========================================= */
#partners { background: var(--bg-void); text-align: center; }
.partners-logos { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 3rem; }
.partner-logo {
  background: var(--bg-card); border: 1px solid var(--border-dim);
  border-radius: var(--radius-sm); padding: 12px 24px;
  font-family: var(--font-display); font-size: 0.78rem; letter-spacing: 1px;
  color: var(--text-muted); transition: var(--transition);
}
.partner-logo:hover { border-color: var(--neon-cyan); color: var(--neon-cyan); box-shadow: var(--glow-cyan); transform: translateY(-3px); }
.partners-cta { margin-top: 2.5rem; }

/* =========================================
   FOOTER
========================================= */
#colophon {
  background: #000204;
  border-top: 1px solid var(--border-dim);
}
.footer-top { padding: 70px 0 50px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; }
.footer-brand .site-logo { font-size: 1.4rem; display: inline-block; margin-bottom: 1.25rem; }
.footer-brand p { color: var(--text-muted); font-size: 0.83rem; line-height: 1.75; margin-bottom: 1.25rem; }
.footer-address { display: flex; align-items: flex-start; gap: 8px; color: var(--text-muted); font-size: 0.8rem; }
.footer-address svg { width: 14px; height: 14px; color: var(--neon-cyan); flex-shrink: 0; margin-top: 3px; }
footer h4 { font-family: var(--font-display); font-size: 0.78rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 1.25rem; color: var(--neon-cyan); }
.footer-links a { display: block; font-family: var(--font-body); color: var(--text-muted); font-size: 0.83rem; padding: 5px 0; transition: color 0.2s, padding-left 0.2s; }
.footer-links a:hover { color: var(--neon-cyan); padding-left: 8px; }
.footer-bottom {
  border-top: 1px solid var(--border-dim); padding: 22px 0;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
}
.footer-bottom p { font-family: var(--font-mono); color: var(--text-faint); font-size: 0.75rem; }
.footer-bottom a { color: var(--neon-cyan); }
.visitor-counter {
  display: flex; align-items: center; gap: 8px;
  border: 1px solid var(--border-cyan); padding: 5px 14px; border-radius: var(--radius-full);
  font-family: var(--font-mono); font-size: 0.72rem; color: var(--neon-cyan);
}
.visitor-counter svg { width: 12px; height: 12px; }

/* =========================================
   SCROLL ANIMATIONS
========================================= */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* =========================================
   KEYFRAMES
========================================= */
@keyframes fadeDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes glowPulse { 0%,100% { opacity: 0.6; transform: scale(1); } 50% { opacity: 1; transform: scale(1.1); } }
@keyframes particleFloat { 0% { transform: translateY(100vh) translateX(0); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { transform: translateY(-10vh) translateX(50px); opacity: 0; } }
@keyframes bounce { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(10px); } }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }
@keyframes rotateSlow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
 100% { top: 100%; } }
@keyframes neonFlicker { 0%,19%,21%,23%,25%,54%,56%,100% { opacity: 1; } 20%,24%,55% { opacity: 0.7; } }

/* =========================================
   RESPONSIVE — TABLET (max 1024px)
========================================= */
@media (max-width: 1024px) {
  .about-grid { gap: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .features-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
  .hero-title { font-size: clamp(2rem, 5vw, 3.5rem); }
  .counselling-box { padding: 50px 40px; }
}

/* =========================================
   RESPONSIVE — TABLET PORTRAIT (max 900px)
========================================= */
@media (max-width: 900px) {
  section { padding: 80px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-holo-box { height: 300px; }
  .programs-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
  .testimonials-grid { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
  .heroes-stats { gap: 1.5rem; }
}

/* =========================================
   RESPONSIVE — MOBILE (max 768px)
========================================= */
@media (max-width: 768px) {
  section { padding: 60px 0; }

  /* ---- MOBILE NAV ---- */
  .main-navigation { display: none !important; }
  .main-navigation.open {
    display: block !important;
    position: fixed !important;
    top: 70px !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    background: rgba(4, 6, 20, 0.99) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    border-top: 1px solid var(--neon-cyan) !important;
    overflow-y: auto !important;
    z-index: 9999 !important;
    padding: 2rem 6% !important;
  }
  .main-navigation.open ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .main-navigation.open ul li {
    display: block !important;
    border-bottom: 1px solid rgba(0,245,255,0.1) !important;
    width: 100% !important;
    list-style: none !important;
  }
  .main-navigation.open ul li:last-child { border-bottom: none !important; }
  .main-navigation.open ul li a {
    display: block !important;
    padding: 18px 4px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    color: var(--text-muted) !important;
    text-transform: uppercase !important;
    font-family: var(--font-mono) !important;
    text-shadow: none !important;
    width: 100% !important;
  }
  .main-navigation.open ul li a:hover,
  .main-navigation.open ul li.current-menu-item > a {
    color: var(--neon-cyan) !important;
    padding-left: 12px !important;
  }
  .main-navigation.open ul li a::after,
  .main-navigation.open ul li a::before { display: none !important; }
  .main-navigation.open .sub-menu { display: none !important; }
  /* Toggle button */
  .menu-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important; height: 42px !important;
    border: 1px solid rgba(0,245,255,0.4) !important;
    border-radius: 8px !important;
    background: rgba(0,245,255,0.06) !important;
    color: var(--neon-cyan) !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 10000 !important;
  }
  .menu-toggle:hover { background: rgba(0,245,255,0.12) !important; }
  .menu-toggle .toggle-icon-open svg,
  .menu-toggle .toggle-icon-close svg { width: 20px !important; height: 20px !important; }
  .nav-cta { display: none !important; }

  /* Hero */
  #hero { padding: 110px 5% 70px; }
  .hero-title { font-size: clamp(1.8rem, 7vw, 2.8rem); }
  .hero-subtitle { font-size: 0.9rem; }
  .hero-btns { flex-direction: column; align-items: center; gap: 0.75rem; }
  .hero-btns .btn { width: 100%; max-width: 280px; justify-content: center; }
  .hero-stats { gap: 1.5rem; flex-wrap: wrap; justify-content: center; }
  .hero-stat-num { font-size: 1.5rem; }
  .hero-badge { font-size: 0.65rem; padding: 6px 14px; text-align: center; }
  .hero-glow-1 { width: 300px; height: 300px; }
  .hero-glow-2 { width: 250px; height: 250px; }
  .hero-glow-3 { width: 200px; height: 200px; }

  /* About */
  .about-grid { grid-template-columns: 1fr; gap: 35px; }
  .about-holo-box { height: 260px; }
  .about-stat-badges { flex-wrap: wrap; }
  .about-stat-badge { flex: 1; min-width: 100px; }

  /* Features */
  .features-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .feature-card { padding: 20px 16px; }
  .feature-icon { width: 40px; height: 40px; }
  .feature-icon svg { width: 16px; height: 16px; }
  .feature-card h3 { font-size: 0.78rem; }
  .feature-card p { font-size: 0.76rem; }

  /* Programs */
  .programs-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .programs-grid-row2 { grid-template-columns: 1fr 1fr; max-width: 100%; gap: 1rem; }
  .program-thumb { height: 120px; }

  /* Testimonials */
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonials-actions { flex-direction: column; align-items: flex-start; }

  /* Leadership */
  .leaders-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 100%; }
  .leader-avatar { width: 80px; height: 80px; }
  .leader-avatar svg { width: 30px; height: 30px; }

  /* Newsletter */
  .newsletter-form { flex-direction: column; align-items: center; }
  .newsletter-form input { width: 100%; min-width: unset; }
  .newsletter-form .btn { width: 100%; justify-content: center; }

  /* Counselling */
  .counselling-box { padding: 35px 20px; margin: 0 10px; }
  .counselling-btns { flex-direction: column; align-items: center; gap: 0.75rem; }
  .counselling-btns .btn { width: 100%; max-width: 260px; justify-content: center; }

  /* FAQ */
  .faq-question { font-size: 0.82rem; padding: 16px 18px; }
  .faq-answer-inner { padding: 0 18px 18px; font-size: 0.82rem; }

  /* Batches */
  .batches-grid { grid-template-columns: 1fr; }

  /* Blogs */
  .blogs-grid { grid-template-columns: 1fr; }
  .blogs-header { flex-direction: column; align-items: flex-start; gap: 1rem; }

  /* Jobs */
  .jobs-grid { grid-template-columns: 1fr; }

  /* Amenities */
  .amenities-grid { grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }
  .amenity-card { padding: 22px 16px; }

  /* Partners */
  .partners-logos { gap: 0.75rem; }
  .partner-logo { padding: 10px 16px; font-size: 0.72rem; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 0.75rem; }
  .footer-top { padding: 50px 0 35px; }

  /* Section headings */
  h2 { font-size: clamp(1.4rem, 5vw, 2rem); }
  .section-sub { font-size: 0.85rem; }

  /* About btns */
  .about-btns { flex-direction: column; align-items: flex-start; gap: 0.75rem; }

  /* Circuit SVG - hide on mobile for perf */
  .hero-circuit { display: none; }
}

/* =========================================
   RESPONSIVE — SMALL MOBILE (max 480px)
========================================= */
@media (max-width: 480px) {
  .container { padding: 0 4%; }
  section { padding: 50px 0; }

  /* Hero */
  #hero { padding: 100px 4% 60px; }
  .hero-title { font-size: clamp(1.6rem, 8vw, 2.2rem); }
  .hero-stats { gap: 1.2rem; }
  .hero-stat-num { font-size: 1.3rem; }
  .hero-stat-label { font-size: 0.58rem; }

  /* Features - single col on very small */
  .features-grid { grid-template-columns: 1fr; }
  .feature-card { padding: 18px 14px; }

  /* Programs - single col */
  .programs-grid { grid-template-columns: 1fr; }
  .programs-grid-row2 { grid-template-columns: 1fr; max-width: 100%; }

  /* Amenities - single col */
  .amenities-grid { grid-template-columns: 1fr; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-brand p { font-size: 0.8rem; }

  /* Leaders */
  .leaders-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; max-width: 100%; }

  /* Counselling */
  .counselling-box { padding: 28px 16px; margin: 0; border-radius: var(--radius-md); }

  /* Batch card btn */
  .batch-card .btn { font-size: 0.7rem; padding: 10px 20px; }

  /* Nav logo */
  .site-logo { font-size: 1.2rem; }

  /* Section tag */
  .section-tag { font-size: 0.62rem; }
}

/* =========================================
   RESPONSIVE — LANDSCAPE MOBILE (max 768px landscape)
========================================= */
@media (max-width: 768px) and (orientation: landscape) {
  #hero { min-height: auto; padding: 100px 5% 50px; }
  .hero-stats { gap: 2rem; }
}

/* =========================================
   TOUCH & ACCESSIBILITY
========================================= */
@media (hover: none) {
  /* On touch devices, remove hover-only effects that can get stuck */
  .feature-card:hover,
  .batch-card:hover,
  .program-card:hover,
  .testimonial-card:hover,
  .blog-card:hover,
  .job-card:hover,
  .amenity-card:hover,
  .partner-logo:hover { transform: none; }

  .btn:hover { transform: none; }
}

/* =========================================
   PRINT
========================================= */
@media print {
  #masthead, .hero-particles, .hero-circuit, .hero-glow { display: none; }
  body { background: white; color: black; }
}


/* =========================================
   PAGE TEMPLATES — SHARED STYLES
========================================= */

/* Page Hero */
.page-hero {
  min-height: 42vh; display: flex; align-items: center;
  padding: 130px 0 70px; position: relative; overflow: hidden;
  background: var(--bg-void); text-align: center;
}
.page-hero-glow {
  position: absolute; width: 600px; height: 600px;
  border-radius: 50%; background: rgba(0,245,255,0.08);
  filter: blur(100px); top: 50%; left: 50%;
  transform: translate(-50%,-50%); pointer-events: none;
}
.page-hero-inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.page-hero-title {
  font-size: clamp(2rem,5vw,3.8rem); font-weight: 900;
  font-family: var(--font-display); line-height: 1.1;
  color: var(--text-white); margin: 0.5rem 0 1rem;
}
.page-hero-sub { color: var(--text-muted); font-size: 1rem; max-width: 560px; margin: 0 auto; }

/* Page Sections */
.page-section { padding: 80px 0; }
.bg-void { background: var(--bg-void); }
.bg-deep { background: var(--bg-deep); }
.bg-dark { background: var(--bg-dark); }

/* Page CTA Box */
.page-cta-box {
  position: relative; text-align: center;
  padding: 60px 40px; border-radius: var(--radius-lg);
  background: var(--bg-card); border: 1px solid var(--border-cyan);
  max-width: 800px; margin: 0 auto;
}
.page-cta-box h2 { font-family: var(--font-display); font-size: clamp(1.5rem,3vw,2.2rem); margin-bottom: 1rem; }
.page-cta-box p { color: var(--text-muted); max-width: 520px; margin: 0 auto; }

/* Neon Text */
.neon-text {
  background: linear-gradient(135deg, var(--neon-cyan), var(--neon-purple), var(--neon-pink));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

/* Neon Form Styles */
.neon-form { display: flex; flex-direction: column; gap: 1.1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label {
  font-family: var(--font-mono); font-size: 0.68rem;
  color: var(--neon-cyan); letter-spacing: 1px; text-transform: uppercase;
}
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(0,245,255,0.03); border: 1px solid var(--border-dim);
  border-radius: var(--radius-sm); padding: 12px 16px;
  color: var(--text-white); font-family: var(--font-main); font-size: 0.88rem;
  outline: none; transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--neon-cyan);
  box-shadow: 0 0 12px rgba(0,245,255,0.12);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-faint); }
.form-group select option { background: var(--bg-dark); color: var(--text-white); }
.form-group textarea { resize: vertical; min-height: 110px; }

/* Neon Colors Helpers */
.neon-cyan  { color: var(--neon-cyan) !important; }
.neon-purple{ color: var(--neon-purple) !important; }
.neon-green { color: var(--neon-green) !important; }
.neon-pink  { color: var(--neon-pink) !important; }
.neon-yellow{ color: var(--neon-yellow) !important; }

/* Stat Box */
.stat-box { text-align: center; }
.stat-n { display: block; font-family: var(--font-display); font-size: 2rem; font-weight: 800; }
.stat-l { display: block; font-family: var(--font-mono); font-size: 0.65rem; color: var(--text-muted); letter-spacing: 1px; text-transform: uppercase; margin-top: 4px; }

/* Corner brackets */
.corner { position: absolute; width: 20px; height: 20px; }
.corner-tl { top: 12px; left: 12px; border-top: 2px solid var(--neon-cyan); border-left: 2px solid var(--neon-cyan); }
.corner-tr { top: 12px; right: 12px; border-top: 2px solid var(--neon-cyan); border-right: 2px solid var(--neon-cyan); }
.corner-bl { bottom: 12px; left: 12px; border-bottom: 2px solid var(--neon-cyan); border-left: 2px solid var(--neon-cyan); }
.corner-br { bottom: 12px; right: 12px; border-bottom: 2px solid var(--neon-cyan); border-right: 2px solid var(--neon-cyan); }

/* =========================================
   ABOUT PAGE
========================================= */
.about-story-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 70px; align-items: start; }
.about-story-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.5rem; }
.about-story-stats .stat-box {
  background: var(--bg-card); border: 1px solid var(--border-dim);
  border-radius: var(--radius-md); padding: 20px 14px;
  transition: var(--transition);
}
.about-story-stats .stat-box:hover { border-color: var(--border-cyan); }
.holo-box {
  position: relative; background: var(--bg-card);
  border: 1px solid var(--border-cyan); border-radius: var(--radius-md);
  height: 260px; display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.holo-content { text-align: center; }
.holo-content svg { width: 52px; height: 52px; color: var(--neon-cyan); margin-bottom: 1rem; }
.holo-label { font-family: var(--font-mono); font-size: 0.72rem; color: var(--neon-cyan); letter-spacing: 2px; }

.mv-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.mv-card {
  background: var(--bg-card); border: 1px solid var(--border-dim);
  border-radius: var(--radius-md); padding: 32px 24px;
  transition: var(--transition); text-align: center;
}
.mv-card:hover { transform: translateY(-6px); }
.mv-icon {
  width: 56px; height: 56px; border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem; border: 1px solid;
}
.mv-icon svg { width: 24px; height: 24px; }
.mv-card h3 { font-family: var(--font-display); font-size: 0.95rem; margin-bottom: 0.75rem; }
.mv-card p { color: var(--text-muted); font-size: 0.84rem; line-height: 1.7; }

.leaders-grid-full { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 3rem; max-width: 780px; margin-left: auto; margin-right: auto; }
.leader-full-card {
  display: grid; grid-template-columns: 100px 1fr; gap: 2rem; align-items: center;
  background: var(--bg-card); border: 1px solid var(--border-dim);
  border-radius: var(--radius-md); padding: 28px; transition: var(--transition);
}
.leader-full-card:hover { border-color: var(--border-cyan); transform: translateX(6px); }
.leader-full-avatar {
  width: 90px; height: 90px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lf-cyan { background: rgba(0,245,255,0.1); border: 2px solid rgba(0,245,255,0.4); }
.lf-cyan svg { color: var(--neon-cyan); width: 36px; height: 36px; }
.lf-purple { background: rgba(191,0,255,0.1); border: 2px solid rgba(191,0,255,0.4); }
.lf-purple svg { color: var(--neon-purple); width: 36px; height: 36px; }
.lf-green { background: rgba(0,255,136,0.1); border: 2px solid rgba(0,255,136,0.4); }
.lf-green svg { color: var(--neon-green); width: 36px; height: 36px; }
.leader-full-info h3 { font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 4px; }
.leader-full-role { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 0.75rem; }
.lf-role-cyan { color: var(--neon-cyan); }
.lf-role-purple { color: var(--neon-purple); }
.lf-role-green { color: var(--neon-green); }
.leader-full-info p { color: var(--text-muted); font-size: 0.85rem; line-height: 1.7; }

/* =========================================
   PROGRAMS PAGE
========================================= */
.program-detail-card {
  background: var(--bg-card); border: 1px solid var(--border-dim);
  border-radius: var(--radius-lg); overflow: hidden; transition: var(--transition);
}
.program-detail-card:hover { border-color: var(--border-cyan); }
.pdc-header {
  display: flex; align-items: center; gap: 1.5rem;
  padding: 28px 30px; border-bottom: 1px solid var(--border-dim);
  flex-wrap: wrap;
}
.pdc-icon {
  width: 60px; height: 60px; border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.pdc-icon svg { width: 26px; height: 26px; }
.pdc-icon-cyan { background: rgba(0,245,255,0.08); border: 1px solid rgba(0,245,255,0.3); color: var(--neon-cyan); }
.pdc-icon-purple { background: rgba(191,0,255,0.08); border: 1px solid rgba(191,0,255,0.3); color: var(--neon-purple); }
.pdc-icon-green { background: rgba(0,255,136,0.08); border: 1px solid rgba(0,255,136,0.3); color: var(--neon-green); }
.pdc-icon-yellow { background: rgba(255,230,0,0.08); border: 1px solid rgba(255,230,0,0.3); color: var(--neon-yellow); }
.pdc-title-area { flex: 1; }
.pdc-tag { font-family: var(--font-mono); font-size: 0.62rem; padding: 3px 10px; border-radius: var(--radius-full); letter-spacing: 1px; text-transform: uppercase; display: inline-block; margin-bottom: 6px; }
.pdc-tag-neon-pink { background: rgba(255,0,128,0.15); color: var(--neon-pink); border: 1px solid rgba(255,0,128,0.3); }
.pdc-tag-neon-purple { background: rgba(191,0,255,0.15); color: var(--neon-purple); border: 1px solid rgba(191,0,255,0.3); }
.pdc-tag-neon-green { background: rgba(0,255,136,0.15); color: var(--neon-green); border: 1px solid rgba(0,255,136,0.3); }
.pdc-tag-neon-cyan { background: rgba(0,245,255,0.15); color: var(--neon-cyan); border: 1px solid rgba(0,245,255,0.3); }
.pdc-tag-neon-yellow { background: rgba(255,230,0,0.15); color: var(--neon-yellow); border: 1px solid rgba(255,230,0,0.3); }
.pdc-title-area h2 { font-family: var(--font-display); font-size: 1.3rem; margin-bottom: 10px; }
.pdc-meta { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.pdc-meta span { font-family: var(--font-mono); font-size: 0.68rem; color: var(--text-muted); display: flex; align-items: center; gap: 5px; }
.pdc-meta svg { width: 12px; height: 12px; }
.pdc-body { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2rem; padding: 28px 30px; }
.pdc-desc h4, .pdc-learn h4 { font-family: var(--font-mono); font-size: 0.7rem; color: var(--neon-cyan); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 0.75rem; }
.pdc-desc p { color: var(--text-muted); font-size: 0.88rem; line-height: 1.75; }
.learn-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.learn-list li { display: flex; align-items: flex-start; gap: 8px; color: var(--text-muted); font-size: 0.85rem; }
.learn-list li svg { width: 14px; height: 14px; color: var(--neon-green); flex-shrink: 0; margin-top: 2px; }

/* =========================================
   CONTACT PAGE
========================================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; }
.contact-info-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 1.75rem; }
.contact-info-icon {
  width: 42px; height: 42px; border-radius: var(--radius-sm);
  border: 1px solid rgba(0,245,255,0.35); background: rgba(0,245,255,0.05);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-info-icon svg { width: 16px; height: 16px; color: var(--neon-cyan); }
.contact-info-label { font-family: var(--font-mono); font-size: 0.65rem; color: var(--neon-cyan); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 5px; }
.contact-info-val { color: var(--text-muted); font-size: 0.88rem; line-height: 1.65; }
.contact-form-box {
  position: relative; background: var(--bg-card); border: 1px solid var(--border-dim);
  border-radius: var(--radius-lg); padding: 36px;
}
.contact-form-box h3 { font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 1.5rem; }
.social-links { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.social-btn {
  font-family: var(--font-mono); font-size: 0.68rem; padding: 5px 14px;
  border: 1px solid var(--border-dim); border-radius: var(--radius-full);
  color: var(--text-muted); transition: var(--transition);
}
.social-btn:hover { border-color: var(--neon-cyan); color: var(--neon-cyan); }
.map-embed { width: 100%; }

/* =========================================
   COUNSELLING PAGE
========================================= */
.counselling-benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.counselling-benefit {
  background: var(--bg-card); border: 1px solid var(--border-dim);
  border-radius: var(--radius-md); padding: 28px 22px; text-align: center;
  transition: var(--transition);
}
.counselling-benefit:hover { transform: translateY(-5px); border-color: var(--border-cyan); }
.cb-icon {
  width: 52px; height: 52px; border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem;
}
.cb-icon svg { width: 22px; height: 22px; }
.cb-cyan { background: rgba(0,245,255,0.08); border: 1px solid rgba(0,245,255,0.3); color: var(--neon-cyan); }
.cb-purple { background: rgba(191,0,255,0.08); border: 1px solid rgba(191,0,255,0.3); color: var(--neon-purple); }
.cb-green { background: rgba(0,255,136,0.08); border: 1px solid rgba(0,255,136,0.3); color: var(--neon-green); }
.cb-pink { background: rgba(255,0,128,0.08); border: 1px solid rgba(255,0,128,0.3); color: var(--neon-pink); }
.cb-yellow { background: rgba(255,230,0,0.08); border: 1px solid rgba(255,230,0,0.3); color: var(--neon-yellow); }
.counselling-benefit h4 { font-family: var(--font-display); font-size: 0.88rem; margin-bottom: 0.5rem; }
.counselling-benefit p { color: var(--text-muted); font-size: 0.8rem; line-height: 1.65; }
.counselling-form-wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; }
.counselling-form-box {
  position: relative; background: var(--bg-card); border: 1px solid var(--border-dim);
  border-radius: var(--radius-lg); padding: 36px;
}
.counselling-process { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
.cp-step { display: flex; align-items: center; gap: 16px; }
.cp-num { font-family: var(--font-display); font-size: 1.8rem; font-weight: 800; color: var(--border-cyan); opacity: 0.5; line-height: 1; min-width: 40px; }
.cp-text { color: var(--text-muted); font-size: 0.88rem; }
.hero-badge-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 6px; animation: blink 1.5s ease-in-out infinite; }

/* =========================================
   CAREERS PAGE
========================================= */
.perks-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.job-detail-card {
  background: var(--bg-card); border: 1px solid var(--border-dim);
  border-radius: var(--radius-md); overflow: hidden; transition: var(--transition);
}
.job-detail-card:hover { border-color: var(--neon-green); }
.jdc-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: 24px 26px; border-bottom: 1px solid var(--border-dim); flex-wrap: wrap; }
.jdc-body { padding: 20px 26px; }
.jdc-skills { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.skill-chip { font-family: var(--font-mono); font-size: 0.65rem; padding: 3px 10px; border-radius: var(--radius-full); background: rgba(0,245,255,0.06); border: 1px solid var(--border-dim); color: var(--text-muted); }

/* =========================================
   BLOG PAGE
========================================= */
.blog-filters { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 0.5rem; }
.filter-chip { font-family: var(--font-mono); font-size: 0.68rem; padding: 6px 16px; border-radius: var(--radius-full); border: 1px solid var(--border-dim); color: var(--text-muted); transition: var(--transition); }
.filter-chip:hover, .filter-chip.active { border-color: var(--neon-cyan); color: var(--neon-cyan); background: rgba(0,245,255,0.06); }
.blog-chip { display: inline-block; background: rgba(191,0,255,0.12); color: var(--neon-purple); font-family: var(--font-mono); font-size: 0.62rem; padding: 2px 10px; border-radius: var(--radius-full); margin-bottom: 8px; }
.blog-pagination { display: flex; justify-content: center; gap: 0.5rem; margin-top: 3rem; flex-wrap: wrap; }
.blog-pagination .page-numbers { font-family: var(--font-mono); font-size: 0.78rem; padding: 8px 14px; border-radius: var(--radius-sm); border: 1px solid var(--border-dim); color: var(--text-muted); transition: var(--transition); }
.blog-pagination .page-numbers.current, .blog-pagination .page-numbers:hover { border-color: var(--neon-cyan); color: var(--neon-cyan); }
.empty-state { text-align: center; padding: 80px 20px; }
.empty-icon { width: 80px; height: 80px; border-radius: 50%; background: var(--bg-card); border: 1px solid var(--border-dim); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; }
.empty-icon svg { width: 32px; height: 32px; color: var(--text-faint); }
.empty-state h3 { font-family: var(--font-display); margin-bottom: 0.5rem; }
.empty-state p { color: var(--text-muted); }

/* =========================================
   LEGAL PAGES (Privacy, Terms, Refund)
========================================= */
.legal-wrap { max-width: 820px; margin: 0 auto; }
.legal-wrap h2 { font-family: var(--font-display); font-size: 1.1rem; color: var(--neon-cyan); margin: 2.5rem 0 0.75rem; }
.legal-wrap h3 { font-size: 0.95rem; color: var(--text-white); margin: 1.5rem 0 0.5rem; }
.legal-wrap p { color: var(--text-muted); line-height: 1.85; margin-bottom: 1rem; font-size: 0.9rem; }
.legal-wrap ul { color: var(--text-muted); font-size: 0.9rem; line-height: 1.85; padding-left: 1.5rem; margin-bottom: 1rem; }
.legal-wrap ul li { margin-bottom: 0.4rem; }
.legal-wrap a { color: var(--neon-cyan); }
.legal-updated { font-family: var(--font-mono); font-size: 0.7rem; color: var(--neon-green); margin-top: 0.25rem; letter-spacing: 1px; }
.legal-toc { background: var(--bg-card); border: 1px solid var(--border-dim); border-radius: var(--radius-md); padding: 24px 28px; margin-bottom: 3rem; }
.legal-toc h4 { font-family: var(--font-mono); font-size: 0.72rem; color: var(--neon-cyan); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 1rem; }
.legal-toc ol { color: var(--text-muted); font-size: 0.84rem; padding-left: 1.5rem; line-height: 2; }
.legal-toc ol li a { color: var(--text-muted); transition: color 0.2s; }
.legal-toc ol li a:hover { color: var(--neon-cyan); }

/* =========================================
   FAQ PAGE
========================================= */
.faq-page-grid { display: grid; grid-template-columns: 260px 1fr; gap: 50px; }
.faq-sidebar { position: sticky; top: 90px; }
.faq-cat-list { display: flex; flex-direction: column; gap: 6px; }
.faq-cat-btn { font-family: var(--font-mono); font-size: 0.72rem; padding: 10px 16px; border-radius: var(--radius-sm); border: 1px solid var(--border-dim); color: var(--text-muted); text-align: left; background: transparent; cursor: pointer; transition: var(--transition); letter-spacing: 0.5px; }
.faq-cat-btn:hover, .faq-cat-btn.active { border-color: var(--neon-cyan); color: var(--neon-cyan); background: rgba(0,245,255,0.05); }
.faq-section-title { font-family: var(--font-mono); font-size: 0.72rem; color: var(--neon-purple); letter-spacing: 2px; text-transform: uppercase; margin: 2rem 0 1rem; }

/* =========================================
   FREE TOOLS PAGES
========================================= */
.tool-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,230,0,0.1); border: 1px solid rgba(255,230,0,0.3);
  color: var(--neon-yellow); padding: 6px 18px; border-radius: var(--radius-full);
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 1px;
  text-transform: uppercase; margin-bottom: 1.5rem;
}

/* =========================================
   TESTIMONIALS PAGE
========================================= */
.testimonials-page-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }

/* =========================================
   OPEN SOURCE PAGE
========================================= */
.os-project-card {
  background: var(--bg-card); border: 1px solid var(--border-dim);
  border-radius: var(--radius-md); padding: 28px;
  transition: var(--transition);
}
.os-project-card:hover { border-color: var(--neon-green); transform: translateY(-5px); }
.os-tech-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 1rem; }
.os-tech { font-family: var(--font-mono); font-size: 0.62rem; padding: 3px 10px; border-radius: var(--radius-full); background: rgba(0,255,136,0.08); border: 1px solid rgba(0,255,136,0.2); color: var(--neon-green); }

/* =========================================
   SITEMAP PAGE
========================================= */
.sitemap-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; margin-top: 3rem; }
.sitemap-section h3 { font-family: var(--font-mono); font-size: 0.72rem; color: var(--neon-cyan); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 1rem; border-bottom: 1px solid var(--border-dim); padding-bottom: 0.5rem; }
.sitemap-section ul { list-style: none; }
.sitemap-section ul li { margin-bottom: 0.5rem; }
.sitemap-section ul li a { color: var(--text-muted); font-size: 0.85rem; transition: color 0.2s; display: flex; align-items: center; gap: 6px; }
.sitemap-section ul li a:hover { color: var(--neon-cyan); }
.sitemap-section ul li a svg { width: 10px; height: 10px; flex-shrink: 0; }

/* =========================================
   RESPONSIVE — PAGE TEMPLATES
========================================= */
@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; gap: 40px; }
  .mv-grid { grid-template-columns: 1fr 1fr; }
  .counselling-benefits-grid { grid-template-columns: 1fr 1fr; }
  .counselling-form-wrap { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .pdc-body { grid-template-columns: 1fr; }
  .perks-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-page-grid { grid-template-columns: 1fr 1fr; }
  .sitemap-grid { grid-template-columns: 1fr 1fr; }
  .faq-page-grid { grid-template-columns: 1fr; }
  .faq-sidebar { position: static; }
}
@media (max-width: 600px) {
  .page-hero { min-height: 35vh; padding: 110px 0 50px; }
  .page-hero-title { font-size: clamp(1.7rem,7vw,2.4rem); }
  .about-story-stats { grid-template-columns: 1fr 1fr; }
  .mv-grid { grid-template-columns: 1fr; }
  .counselling-benefits-grid { grid-template-columns: 1fr; }
  .leaders-grid-full { max-width: 100%; }
  .leader-full-card { grid-template-columns: 1fr; text-align: center; }
  .leader-full-avatar { margin: 0 auto; }
  .pdc-header { flex-direction: column; }
  .pdc-header .btn { align-self: flex-start; }
  .form-row { grid-template-columns: 1fr; }
  .perks-grid { grid-template-columns: 1fr; }
  .testimonials-page-grid { grid-template-columns: 1fr; }
  .sitemap-grid { grid-template-columns: 1fr 1fr; }
  .page-cta-box { padding: 40px 20px; }
  .contact-form-box { padding: 24px; }
  .counselling-form-box { padding: 24px; }
}

/* =========================================
   PAGE TEMPLATES — SHARED STYLES
========================================= */

/* Page Hero */
.page-hero {
  min-height: 340px; display: flex; align-items: center;
  padding: 140px 0 80px; position: relative; overflow: hidden;
  background: var(--bg-void); text-align: center;
}
.page-hero-glow {
  position: absolute; width: 600px; height: 600px; border-radius: 50%;
  background: rgba(0,245,255,0.08); filter: blur(100px);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  pointer-events: none;
}
.page-hero-inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.page-hero-title {
  font-family: var(--font-display); font-size: clamp(2rem,5vw,3.5rem);
  font-weight: 900; line-height: 1.1; margin: 0.75rem 0 1rem;
}
.page-hero-sub { color: var(--text-muted); font-size: clamp(0.9rem,2vw,1.1rem); max-width: 560px; margin: 0 auto; }
.page-section { padding: 80px 0; }
.bg-void { background: var(--bg-void); }
.bg-deep { background: var(--bg-deep); }
.bg-dark { background: var(--bg-dark); }
.neon-text { background: var(--grad-neon); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* Page CTA Box */
.page-cta-box {
  position: relative; text-align: center;
  background: linear-gradient(135deg, rgba(0,245,255,0.05), rgba(191,0,255,0.05));
  border: 1px solid var(--border-cyan); border-radius: var(--radius-lg);
  padding: 60px 40px;
}
.page-cta-box h2 { font-family: var(--font-display); margin-bottom: 1rem; }
.page-cta-box p { color: var(--text-muted); max-width: 500px; margin: 0 auto; }
.btn-ghost {
  border: 1px solid var(--border-cyan); color: var(--neon-cyan);
  background: transparent; display: inline-flex; align-items: center;
  gap: 8px; padding: 13px 30px; border-radius: var(--radius-full);
  font-weight: 600; font-size: 0.95rem; transition: var(--transition); cursor: pointer;
}
.btn-ghost:hover { background: rgba(0,245,255,0.08); transform: translateY(-2px); }

/* Corner brackets */
.corner { position: absolute; width: 20px; height: 20px; }
.corner-tl { top: 12px; left: 12px; border-top: 2px solid var(--neon-cyan); border-left: 2px solid var(--neon-cyan); }
.corner-tr { top: 12px; right: 12px; border-top: 2px solid var(--neon-cyan); border-right: 2px solid var(--neon-cyan); }
.corner-bl { bottom: 12px; left: 12px; border-bottom: 2px solid var(--neon-cyan); border-left: 2px solid var(--neon-cyan); }
.corner-br { bottom: 12px; right: 12px; border-bottom: 2px solid var(--neon-cyan); border-right: 2px solid var(--neon-cyan); }

/* Neon form */
.neon-form .form-group { margin-bottom: 1.25rem; }
.neon-form label { display: block; font-family: var(--font-mono); font-size: 0.68rem; color: var(--neon-cyan); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; }
.neon-form input, .neon-form select, .neon-form textarea {
  width: 100%; padding: 12px 16px; border-radius: var(--radius-sm);
  border: 1px solid var(--border-dim); background: rgba(0,245,255,0.03);
  color: var(--text-white); font-family: var(--font-main); font-size: 0.88rem;
  outline: none; transition: border-color 0.2s, box-shadow 0.2s;
}
.neon-form input:focus, .neon-form select:focus, .neon-form textarea:focus {
  border-color: var(--neon-cyan); box-shadow: 0 0 10px rgba(0,245,255,0.1);
}
.neon-form select option { background: var(--bg-dark); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* Hero stats in page hero */
.hero-stats { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; margin-top: 2rem; }
.hero-stat { text-align: center; }
.hero-stat-num { display: block; font-family: var(--font-display); font-size: 2rem; font-weight: 900; }
.hero-stat-label { font-family: var(--font-mono); font-size: 0.65rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }
.neon-cyan { color: var(--neon-cyan); }
.neon-purple { color: var(--neon-purple); }
.neon-green { color: var(--neon-green); }
.neon-pink { color: var(--neon-pink); }
.neon-yellow { color: var(--neon-yellow); }

/* =========================================
   ABOUT PAGE
========================================= */
.about-story-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; align-items: start; }
.about-story-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.5rem; }
.stat-box { background: var(--bg-card); border: 1px solid var(--border-dim); border-radius: var(--radius-md); padding: 18px; text-align: center; }
.stat-n { display: block; font-family: var(--font-display); font-size: 1.8rem; font-weight: 900; }
.stat-l { font-family: var(--font-mono); font-size: 0.62rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }
.holo-box { position: relative; border: 1px solid var(--border-cyan); border-radius: var(--radius-md); height: 280px; display: flex; align-items: center; justify-content: center; background: rgba(0,245,255,0.02); overflow: hidden; }
.holo-content { text-align: center; }
.holo-content svg { width: 60px; height: 60px; color: var(--neon-cyan); margin-bottom: 1rem; }
.holo-label { font-family: var(--font-mono); font-size: 0.7rem; color: var(--text-muted); letter-spacing: 2px; text-transform: uppercase; }
.mv-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.mv-card { background: var(--bg-card); border: 1px solid var(--border-dim); border-radius: var(--radius-md); padding: 30px; transition: var(--transition); }
.mv-card:hover { transform: translateY(-6px); }
.mv-icon { width: 52px; height: 52px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.mv-icon svg { width: 22px; height: 22px; }
.mv-card h3 { font-size: 1rem; margin-bottom: 0.75rem; }
.mv-card p { color: var(--text-muted); font-size: 0.85rem; line-height: 1.7; }
.leaders-grid-full { display: flex; flex-direction: column; gap: 2rem; margin-top: 3rem; max-width: 760px; margin-left: auto; margin-right: auto; }
.leader-full-card { display: flex; gap: 2rem; align-items: flex-start; background: var(--bg-card); border: 1px solid var(--border-dim); border-radius: var(--radius-md); padding: 28px; transition: var(--transition); }
.leader-full-card:hover { border-color: var(--neon-cyan); transform: translateX(6px); }
.leader-full-avatar { width: 80px; height: 80px; flex-shrink: 0; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.leader-full-avatar svg { width: 32px; height: 32px; }
.lf-cyan { background: rgba(0,245,255,0.1); border: 2px solid var(--neon-cyan); color: var(--neon-cyan); }
.lf-purple { background: rgba(191,0,255,0.1); border: 2px solid var(--neon-purple); color: var(--neon-purple); }
.lf-green { background: rgba(0,255,136,0.1); border: 2px solid var(--neon-green); color: var(--neon-green); }
.leader-full-info h3 { font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 4px; }
.leader-full-role { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 0.75rem; }
.lf-role-cyan { color: var(--neon-cyan); }
.lf-role-purple { color: var(--neon-purple); }
.lf-role-green { color: var(--neon-green); }
.leader-full-info p { color: var(--text-muted); font-size: 0.85rem; line-height: 1.7; }

/* =========================================
   PROGRAMS PAGE
========================================= */
.program-detail-card { background: var(--bg-card); border: 1px solid var(--border-dim); border-radius: var(--radius-lg); overflow: hidden; transition: var(--transition); }
.program-detail-card:hover { transform: translateY(-4px); box-shadow: 0 0 40px rgba(0,245,255,0.08); }
.pdc-header { display: flex; align-items: center; gap: 1.5rem; padding: 28px; border-bottom: 1px solid var(--border-dim); flex-wrap: wrap; }
.pdc-icon { width: 60px; height: 60px; flex-shrink: 0; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; }
.pdc-icon svg { width: 24px; height: 24px; }
.pdc-icon-cyan { background: rgba(0,245,255,0.08); border: 1px solid rgba(0,245,255,0.3); color: var(--neon-cyan); }
.pdc-icon-purple { background: rgba(191,0,255,0.08); border: 1px solid rgba(191,0,255,0.3); color: var(--neon-purple); }
.pdc-icon-green { background: rgba(0,255,136,0.08); border: 1px solid rgba(0,255,136,0.3); color: var(--neon-green); }
.pdc-icon-pink { background: rgba(255,0,128,0.08); border: 1px solid rgba(255,0,128,0.3); color: var(--neon-pink); }
.pdc-icon-yellow { background: rgba(255,230,0,0.08); border: 1px solid rgba(255,230,0,0.3); color: var(--neon-yellow); }
.pdc-title-area { flex: 1; }
.pdc-tag { display: inline-block; font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 1px; text-transform: uppercase; padding: 3px 12px; border-radius: var(--radius-full); margin-bottom: 6px; }
.pdc-tag-neon-pink { background: rgba(255,0,128,0.12); color: var(--neon-pink); border: 1px solid rgba(255,0,128,0.3); }
.pdc-tag-neon-purple { background: rgba(191,0,255,0.12); color: var(--neon-purple); border: 1px solid rgba(191,0,255,0.3); }
.pdc-tag-neon-green { background: rgba(0,255,136,0.12); color: var(--neon-green); border: 1px solid rgba(0,255,136,0.3); }
.pdc-tag-neon-cyan { background: rgba(0,245,255,0.12); color: var(--neon-cyan); border: 1px solid rgba(0,245,255,0.3); }
.pdc-tag-neon-yellow { background: rgba(255,230,0,0.12); color: var(--neon-yellow); border: 1px solid rgba(255,230,0,0.3); }
.pdc-title-area h2 { font-family: var(--font-display); font-size: 1.3rem; margin-bottom: 0.5rem; }
.pdc-meta { display: flex; gap: 1.5rem; flex-wrap: wrap; font-family: var(--font-mono); font-size: 0.68rem; color: var(--text-muted); }
.pdc-meta span { display: flex; align-items: center; gap: 5px; }
.pdc-meta svg { width: 12px; height: 12px; }
.pdc-body { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2rem; padding: 28px; }
.pdc-desc h4, .pdc-learn h4 { font-family: var(--font-mono); font-size: 0.7rem; color: var(--neon-cyan); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 0.75rem; }
.pdc-desc p { color: var(--text-muted); font-size: 0.88rem; line-height: 1.75; }
.learn-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.learn-list li { display: flex; align-items: flex-start; gap: 8px; color: var(--text-muted); font-size: 0.85rem; }
.learn-list li svg { width: 14px; height: 14px; color: var(--neon-green); flex-shrink: 0; margin-top: 2px; }

/* =========================================
   CONTACT PAGE
========================================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; }
.contact-info-item { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.75rem; }
.contact-info-icon { width: 44px; height: 44px; flex-shrink: 0; border-radius: var(--radius-md); border: 1px solid rgba(0,245,255,0.3); background: rgba(0,245,255,0.05); display: flex; align-items: center; justify-content: center; }
.contact-info-icon svg { width: 16px; height: 16px; color: var(--neon-cyan); }
.contact-info-label { font-family: var(--font-mono); font-size: 0.62rem; color: var(--neon-cyan); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.contact-info-val { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }
.social-links { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.social-btn { font-family: var(--font-mono); font-size: 0.68rem; padding: 5px 14px; border: 1px solid var(--border-dim); border-radius: var(--radius-full); color: var(--text-muted); transition: var(--transition); letter-spacing: 1px; text-transform: uppercase; }
.social-btn:hover { border-color: var(--neon-cyan); color: var(--neon-cyan); }
.contact-form-box { position: relative; background: var(--bg-card); border: 1px solid var(--border-dim); border-radius: var(--radius-lg); padding: 35px; }
.map-embed { overflow: hidden; }

/* =========================================
   COUNSELLING PAGE
========================================= */
.counselling-benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.counselling-benefit { background: var(--bg-card); border: 1px solid var(--border-dim); border-radius: var(--radius-md); padding: 26px; transition: var(--transition); }
.counselling-benefit:hover { transform: translateY(-5px); }
.cb-icon { width: 48px; height: 48px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.cb-icon svg { width: 20px; height: 20px; }
.cb-cyan { background: rgba(0,245,255,0.08); border: 1px solid rgba(0,245,255,0.25); color: var(--neon-cyan); }
.cb-purple { background: rgba(191,0,255,0.08); border: 1px solid rgba(191,0,255,0.25); color: var(--neon-purple); }
.cb-green { background: rgba(0,255,136,0.08); border: 1px solid rgba(0,255,136,0.25); color: var(--neon-green); }
.cb-pink { background: rgba(255,0,128,0.08); border: 1px solid rgba(255,0,128,0.25); color: var(--neon-pink); }
.cb-yellow { background: rgba(255,230,0,0.08); border: 1px solid rgba(255,230,0,0.25); color: var(--neon-yellow); }
.counselling-benefit h4 { font-size: 0.9rem; margin-bottom: 0.5rem; }
.counselling-benefit p { color: var(--text-muted); font-size: 0.82rem; line-height: 1.65; }
.counselling-form-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: start; }
.counselling-form-box { position: relative; background: var(--bg-card); border: 1px solid var(--border-dim); border-radius: var(--radius-lg); padding: 35px; }
.counselling-process { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
.cp-step { display: flex; align-items: center; gap: 1rem; }
.cp-num { font-family: var(--font-display); font-size: 1.4rem; font-weight: 900; color: var(--neon-cyan); min-width: 40px; }
.cp-text { font-size: 0.88rem; color: var(--text-muted); }

/* =========================================
   CAREERS PAGE
========================================= */
.perks-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.job-detail-card { background: var(--bg-card); border: 1px solid var(--border-dim); border-radius: var(--radius-lg); padding: 24px; transition: var(--transition); }
.job-detail-card:hover { border-color: rgba(0,255,136,0.3); }
.jdc-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap; }
.jdc-body { border-top: 1px solid var(--border-dim); padding-top: 1rem; }
.jdc-skills { display: flex; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.skill-chip { font-family: var(--font-mono); font-size: 0.62rem; padding: 3px 10px; border: 1px solid var(--border-cyan); border-radius: var(--radius-full); color: var(--text-muted); }

/* =========================================
   LEGAL PAGES
========================================= */
.legal-wrap { display: grid; grid-template-columns: 220px 1fr; gap: 4rem; align-items: start; }
.legal-toc { position: sticky; top: 90px; background: var(--bg-card); border: 1px solid var(--border-dim); border-radius: var(--radius-md); padding: 20px; }
.legal-toc-title { font-family: var(--font-mono); font-size: 0.68rem; color: var(--neon-cyan); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1rem; display: flex; align-items: center; gap: 6px; }
.legal-toc-title svg { width: 12px; height: 12px; }
.legal-toc a { display: block; font-size: 0.78rem; color: var(--text-muted); padding: 6px 0; border-bottom: 1px solid var(--border-dim); transition: color 0.2s; }
.legal-toc a:last-child { border-bottom: none; }
.legal-toc a:hover { color: var(--neon-cyan); }
.legal-intro { color: var(--text-muted); font-size: 0.9rem; line-height: 1.8; padding: 20px; background: rgba(0,245,255,0.03); border-left: 3px solid var(--neon-cyan); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin-bottom: 2.5rem; }
.legal-section { margin-bottom: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--border-dim); }
.legal-section:last-child { border-bottom: none; }
.legal-section h2 { font-family: var(--font-display); font-size: 1.15rem; margin-bottom: 1rem; display: flex; align-items: center; gap: 12px; }
.legal-section h4 { font-family: var(--font-mono); font-size: 0.7rem; color: var(--neon-cyan); text-transform: uppercase; letter-spacing: 1px; margin: 1.25rem 0 0.5rem; }
.legal-num { font-family: var(--font-mono); font-size: 0.9rem; color: var(--neon-cyan); background: rgba(0,245,255,0.08); border: 1px solid rgba(0,245,255,0.2); padding: 4px 10px; border-radius: var(--radius-sm); }
.legal-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin: 0.75rem 0; }
.legal-list li { padding-left: 1.25rem; position: relative; color: var(--text-muted); font-size: 0.88rem; line-height: 1.7; }
.legal-list li::before { content: '—'; position: absolute; left: 0; color: var(--neon-cyan); font-family: var(--font-mono); }
.legal-section p { color: var(--text-muted); font-size: 0.88rem; line-height: 1.8; margin-bottom: 0.75rem; }
.legal-contact-box { background: rgba(0,245,255,0.04); border: 1px solid rgba(0,245,255,0.2); border-radius: var(--radius-md); padding: 20px; font-size: 0.88rem; color: var(--text-muted); line-height: 1.8; }
.refund-table { border: 1px solid var(--border-dim); border-radius: var(--radius-md); overflow: hidden; margin-top: 1rem; }
.rt-row { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 1rem; padding: 12px 16px; border-bottom: 1px solid var(--border-dim); font-size: 0.82rem; color: var(--text-muted); }
.rt-row:last-child { border-bottom: none; }
.rt-header { background: rgba(0,245,255,0.05); font-family: var(--font-mono); font-size: 0.65rem; color: var(--neon-cyan); text-transform: uppercase; letter-spacing: 1px; }

/* =========================================
   FAQ CATEGORY PAGE
========================================= */
.faq-cat-title { font-family: var(--font-display); font-size: 1.1rem; color: var(--neon-cyan); padding-bottom: 0.75rem; border-bottom: 1px solid rgba(0,245,255,0.2); }

/* =========================================
   SUPPORT PAGE
========================================= */
.support-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; margin-top: 0; }
.support-card { background: var(--bg-card); border: 1px solid var(--border-dim); border-radius: var(--radius-md); padding: 28px 22px; text-align: center; transition: var(--transition); }
.support-card:hover { transform: translateY(-6px); }
.sc-icon { width: 52px; height: 52px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; }
.sc-icon svg { width: 20px; height: 20px; }
.sc-cyan { background: rgba(0,245,255,0.08); border: 1px solid rgba(0,245,255,0.25); color: var(--neon-cyan); }
.sc-purple { background: rgba(191,0,255,0.08); border: 1px solid rgba(191,0,255,0.25); color: var(--neon-purple); }
.sc-green { background: rgba(0,255,136,0.08); border: 1px solid rgba(0,255,136,0.25); color: var(--neon-green); }
.sc-pink { background: rgba(255,0,128,0.08); border: 1px solid rgba(255,0,128,0.25); color: var(--neon-pink); }
.support-card h3 { font-size: 0.9rem; margin-bottom: 0.5rem; }
.support-card p { color: var(--text-muted); font-size: 0.8rem; margin-bottom: 1.25rem; }

/* =========================================
   OPEN SOURCE PAGE
========================================= */
.os-projects-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.os-card { background: var(--bg-card); border: 1px solid var(--border-dim); border-radius: var(--radius-md); padding: 24px; transition: var(--transition); }
.os-card:hover { border-color: var(--neon-green); transform: translateY(-5px); }
.os-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1rem; }
.os-icon { width: 40px; height: 40px; border-radius: var(--radius-sm); background: rgba(0,255,136,0.08); border: 1px solid rgba(0,255,136,0.2); display: flex; align-items: center; justify-content: center; }
.os-icon svg { width: 16px; height: 16px; color: var(--neon-green); }
.os-tag { font-family: var(--font-mono); font-size: 0.58rem; padding: 2px 8px; border-radius: var(--radius-full); text-transform: uppercase; letter-spacing: 1px; }
.os-tag-active { background: rgba(0,255,136,0.12); color: var(--neon-green); border: 1px solid rgba(0,255,136,0.3); }
.os-tag-beta { background: rgba(255,230,0,0.12); color: var(--neon-yellow); border: 1px solid rgba(255,230,0,0.3); }
.os-card h4 { font-size: 0.9rem; margin-bottom: 0.5rem; }
.os-card p { color: var(--text-muted); font-size: 0.78rem; margin-bottom: 1rem; line-height: 1.6; }
.os-meta { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 0.62rem; color: var(--text-muted); }
.os-meta span { display: flex; align-items: center; gap: 4px; }
.os-meta svg { width: 10px; height: 10px; }

/* =========================================
   EDUCATIONAL RESOURCES PAGE
========================================= */
.resources-section-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.res-icon { width: 44px; height: 44px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; }
.res-icon svg { width: 18px; height: 18px; }
.res-cyan { background: rgba(0,245,255,0.08); border: 1px solid rgba(0,245,255,0.25); color: var(--neon-cyan); }
.res-purple { background: rgba(191,0,255,0.08); border: 1px solid rgba(191,0,255,0.25); color: var(--neon-purple); }
.res-green { background: rgba(0,255,136,0.08); border: 1px solid rgba(0,255,136,0.25); color: var(--neon-green); }
.res-pink { background: rgba(255,0,128,0.08); border: 1px solid rgba(255,0,128,0.25); color: var(--neon-pink); }
.resources-section-header h3 { font-family: var(--font-display); font-size: 1rem; }
.resources-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1rem; }
.resource-card { background: var(--bg-card); border: 1px solid var(--border-dim); border-radius: var(--radius-md); padding: 16px; transition: var(--transition); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.resource-card:hover { border-color: var(--neon-cyan); transform: translateX(4px); }
.resource-card h4 { font-size: 0.85rem; margin-bottom: 3px; }
.resource-card p { color: var(--text-muted); font-size: 0.72rem; }
.resource-arrow svg { width: 14px; height: 14px; color: var(--neon-cyan); flex-shrink: 0; }

/* =========================================
   FREE RESUME BUILDER PAGE
========================================= */
.resume-builder-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.resume-preview { min-height: 500px; background: #fff; border-radius: var(--radius-md); padding: 2rem; overflow-y: auto; }
.resume-preview-placeholder { height: 500px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; color: #999; }
.resume-preview-placeholder svg { width: 48px; height: 48px; color: #ccc; }
.resume-doc { font-family: Georgia, serif; color: #222; font-size: 0.85rem; }
.rd-header { border-bottom: 2px solid #6c2bd9; padding-bottom: 1rem; margin-bottom: 1rem; }
.rd-header h1 { font-size: 1.5rem; color: #6c2bd9; margin-bottom: 4px; }
.rd-contact { font-size: 0.75rem; color: #555; }
.rd-section { margin-bottom: 1rem; }
.rd-section h3 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; color: #6c2bd9; border-bottom: 1px solid #eee; padding-bottom: 3px; margin-bottom: 6px; }
.rd-section p { font-size: 0.8rem; line-height: 1.6; white-space: pre-line; }
.rd-skills { display: flex; flex-wrap: wrap; gap: 6px; }
.rs-skill { background: #f0ebff; color: #6c2bd9; font-size: 0.72rem; padding: 2px 10px; border-radius: 999px; }

/* =========================================
   SKILL TEST PAGE
========================================= */
.test-cards-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.test-card { background: var(--bg-card); border: 1px solid var(--border-dim); border-radius: var(--radius-lg); padding: 28px 22px; text-align: center; transition: var(--transition); cursor: pointer; }
.test-card:hover { border-color: var(--neon-cyan); transform: translateY(-6px); }
.tc-icon { width: 52px; height: 52px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; }
.tc-icon svg { width: 20px; height: 20px; }
.tc-cyan { background: rgba(0,245,255,0.08); border: 1px solid rgba(0,245,255,0.25); color: var(--neon-cyan); }
.tc-purple { background: rgba(191,0,255,0.08); border: 1px solid rgba(191,0,255,0.25); color: var(--neon-purple); }
.tc-green { background: rgba(0,255,136,0.08); border: 1px solid rgba(0,255,136,0.25); color: var(--neon-green); }
.tc-pink { background: rgba(255,0,128,0.08); border: 1px solid rgba(255,0,128,0.25); color: var(--neon-pink); }
.test-card h3 { font-size: 0.9rem; margin-bottom: 0.5rem; }
.test-card p { color: var(--text-muted); font-size: 0.78rem; margin-bottom: 1rem; }
.tc-meta { display: flex; justify-content: center; gap: 1rem; font-family: var(--font-mono); font-size: 0.62rem; color: var(--text-faint); }
.test-progress { height: 3px; background: var(--border-dim); border-radius: 3px; margin-bottom: 1.5rem; overflow: hidden; }
.test-progress-bar { height: 100%; background: var(--grad-neon); border-radius: 3px; transition: width 0.4s ease; width: 0%; }
.test-option { width: 100%; text-align: left; padding: 12px 16px; border-radius: var(--radius-sm); border: 1px solid var(--border-dim); background: transparent; color: var(--text-muted); font-family: var(--font-main); font-size: 0.88rem; cursor: pointer; transition: border-color 0.2s, color 0.2s; }
.test-option:hover { border-color: var(--neon-cyan); color: var(--text-white); }

/* =========================================
   BLOG PAGE
========================================= */
.blog-filters { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 2rem; }
.filter-chip { font-family: var(--font-mono); font-size: 0.68rem; padding: 5px 16px; border: 1px solid var(--border-dim); border-radius: var(--radius-full); color: var(--text-muted); transition: var(--transition); text-transform: uppercase; letter-spacing: 1px; }
.filter-chip:hover, .filter-chip.active { border-color: var(--neon-cyan); color: var(--neon-cyan); background: rgba(0,245,255,0.05); }
.blog-chip { font-family: var(--font-mono); font-size: 0.62rem; padding: 3px 10px; border-radius: var(--radius-full); background: rgba(191,0,255,0.12); color: var(--neon-purple); margin-bottom: 0.75rem; display: inline-block; }
.blog-pagination { display: flex; justify-content: center; gap: 0.5rem; margin-top: 3rem; flex-wrap: wrap; }
.blog-pagination .page-numbers { font-family: var(--font-mono); font-size: 0.78rem; padding: 8px 16px; border: 1px solid var(--border-dim); border-radius: var(--radius-sm); color: var(--text-muted); transition: var(--transition); }
.blog-pagination .page-numbers.current, .blog-pagination .page-numbers:hover { border-color: var(--neon-cyan); color: var(--neon-cyan); }
.empty-state { text-align: center; padding: 5rem 2rem; }
.empty-icon svg { width: 60px; height: 60px; color: var(--text-faint); margin-bottom: 1.5rem; }
.empty-state h3 { font-family: var(--font-display); font-size: 1.2rem; margin-bottom: 0.75rem; }
.empty-state p { color: var(--text-muted); }

/* =========================================
   SITEMAP PAGE
========================================= */
.sitemap-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.sitemap-col-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-bottom: 0.75rem; border-bottom: 1px solid var(--border-dim); }
.sitemap-col-header svg { width: 16px; height: 16px; }
.sitemap-col-header h3 { font-family: var(--font-display); font-size: 0.9rem; }
.sm-cyan { color: var(--neon-cyan); }
.sm-purple { color: var(--neon-purple); }
.sm-green { color: var(--neon-green); }
.sm-pink { color: var(--neon-pink); }
.sm-yellow { color: var(--neon-yellow); }
.sitemap-links li { margin-bottom: 0.5rem; }
.sitemap-links a { font-size: 0.82rem; color: var(--text-muted); display: flex; align-items: center; gap: 6px; transition: color 0.2s; }
.sitemap-links a svg { width: 10px; height: 10px; flex-shrink: 0; }
.sitemap-links a:hover { color: var(--neon-cyan); }

/* =========================================
   RESPONSIVE — PAGE TEMPLATES
========================================= */
@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; gap: 2rem; }
  .mv-grid { grid-template-columns: 1fr; }
  .counselling-form-wrap { grid-template-columns: 1fr; }
  .counselling-benefits-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .pdc-body { grid-template-columns: 1fr; }
  .legal-wrap { grid-template-columns: 1fr; }
  .legal-toc { position: static; }
  .resources-grid { grid-template-columns: repeat(3,1fr); }
  .os-projects-grid { grid-template-columns: 1fr 1fr; }
  .support-grid { grid-template-columns: 1fr 1fr; }
  .test-cards-grid { grid-template-columns: 1fr 1fr; }
  .sitemap-grid { grid-template-columns: 1fr 1fr; }
  .perks-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .about-story-stats { grid-template-columns: 1fr 1fr; }
  .counselling-benefits-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .resume-builder-wrap { grid-template-columns: 1fr; }
  .pdc-header { flex-direction: column; align-items: flex-start; }
  .leader-full-card { flex-direction: column; gap: 1rem; }
  .resources-grid { grid-template-columns: 1fr 1fr; }
  .os-projects-grid { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: 1fr; }
  .test-cards-grid { grid-template-columns: 1fr; }
  .sitemap-grid { grid-template-columns: 1fr; }
  .perks-grid { grid-template-columns: 1fr; }
  .rt-row { grid-template-columns: 1fr 1fr; }
  .page-cta-box { padding: 35px 20px; }
}

/* =============================================
   HAMBURGER BUTTON
============================================= */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px; height: 42px;
  background: rgba(0,245,255,0.06);
  border: 1px solid rgba(0,245,255,0.3);
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 10001;
  transition: background 0.2s, border-color 0.2s;
}
.hamburger:hover {
  background: rgba(0,245,255,0.14);
  border-color: var(--neon-cyan);
  box-shadow: 0 0 14px rgba(0,245,255,0.2);
}
.ham-line {
  display: block;
  width: 22px; height: 2px;
  background: var(--neon-cyan);
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1),
              opacity 0.25s ease,
              width 0.3s ease;
  transform-origin: center;
}
.hamburger.is-open .ham-line-1 { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open .ham-line-2 { opacity: 0; width: 0; }
.hamburger.is-open .ham-line-3 { transform: translateY(-7px) rotate(-45deg); }

/* =============================================
   FULLSCREEN MOBILE MENU OVERLAY
============================================= */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
}

/* Background */
.mmo-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #010410 0%, #040820 50%, #080420 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.mmo-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0,245,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,245,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.mmo-glow {
  position: absolute; border-radius: 50%;
  filter: blur(100px); pointer-events: none;
  opacity: 0; transition: opacity 0.5s ease;
}
.mmo-glow-1 {
  width: 500px; height: 500px;
  background: rgba(0,245,255,0.08);
  top: -150px; right: -100px;
}
.mmo-glow-2 {
  width: 400px; height: 400px;
  background: rgba(191,0,255,0.07);
  bottom: -100px; left: -80px;
}

/* Active state */
.mobile-menu-overlay.is-open {
  pointer-events: all;
  visibility: visible;
}
.mobile-menu-overlay.is-open .mmo-bg { opacity: 1; }
.mobile-menu-overlay.is-open .mmo-grid { opacity: 1; }
.mobile-menu-overlay.is-open .mmo-glow { opacity: 1; }

/* Close button */
.mmo-close {
  position: absolute;
  top: 18px; right: 18px;
  width: 44px; height: 44px;
  background: rgba(0,245,255,0.08);
  border: 1px solid rgba(0,245,255,0.3);
  border-radius: 50%;
  color: var(--neon-cyan);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
  opacity: 0;
  transform: rotate(-90deg) scale(0.7);
  transition: opacity 0.3s 0.15s ease,
              transform 0.4s 0.15s cubic-bezier(0.34,1.56,0.64,1);
}
.mobile-menu-overlay.is-open .mmo-close {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.mmo-close:hover {
  background: rgba(0,245,255,0.18);
  border-color: var(--neon-cyan);
  box-shadow: 0 0 18px rgba(0,245,255,0.3);
}

/* Nav container */
.mmo-nav {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  justify-content: center;
  padding: 80px 8% 40px;
  overflow-y: auto;
}

/* Links list */
.mmo-links {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column;
  gap: 0;
}

.mmo-item {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition-delay: calc(var(--i) * 0.06s + 0.15s);
  border-bottom: 1px solid rgba(0,245,255,0.08);
}
.mmo-item:first-child { border-top: 1px solid rgba(0,245,255,0.08); }

.mobile-menu-overlay.is-open .mmo-item {
  opacity: 1;
  transform: translateX(0);
}

.mmo-link {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 16px 0;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s, padding-left 0.25s;
  position: relative;
  overflow: hidden;
}
.mmo-link:hover {
  color: var(--neon-cyan);
  padding-left: 8px;
}
.mmo-link:hover .mmo-link-num { color: var(--neon-cyan); }
.mmo-link:hover .mmo-link-arrow { opacity: 1; transform: translateX(0); }

.mmo-link-num {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  color: rgba(0,245,255,0.35);
  letter-spacing: 1px;
  min-width: 22px;
  transition: color 0.2s;
}
.mmo-link-text {
  font-family: var(--font-display, 'Poppins', sans-serif);
  font-size: clamp(1.3rem, 5vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.5px;
  flex: 1;
  text-transform: uppercase;
}
.mmo-link-arrow {
  font-size: 1.2rem;
  color: var(--neon-cyan);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.2s, transform 0.25s ease;
}

/* Footer inside overlay */
.mmo-footer {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0,245,255,0.1);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s 0.6s ease, transform 0.4s 0.6s ease;
}
.mobile-menu-overlay.is-open .mmo-footer {
  opacity: 1; transform: translateY(0);
}
.mmo-footer-brand {
  font-family: var(--font-display, 'Poppins', sans-serif);
  font-size: 1.4rem; font-weight: 900;
  color: white; margin-bottom: 4px;
}
.mmo-footer-brand span { color: var(--neon-cyan); }
.mmo-footer p {
  font-family: var(--font-mono);
  font-size: 0.65rem; color: rgba(255,255,255,0.3);
  letter-spacing: 1px; text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.mmo-cta { font-size: 0.85rem !important; padding: 12px 24px !important; }
.mmo-cta svg { width: 14px !important; height: 14px !important; }

/* =============================================
   SHOW HAMBURGER ON MOBILE
============================================= */
@media (max-width: 768px) {
  .hamburger { display: flex !important; }
  .main-navigation { display: none !important; }
  .nav-cta { display: none !important; }
}

/* =============================================
   PAGE LOADER
============================================= */
#skillyards-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: all;
}

.loader-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, #040c1a 0%, #020810 40%, #000408 100%);
}

/* Circuit SVG */
.loader-circuit {
  position: absolute;
  width: 100%; height: 100%;
  inset: 0;
}
.lc-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawPath 2.5s ease forwards;
}
.lc-p1 { animation-delay: 0s; }
.lc-p2 { animation-delay: 0.3s; }
.lc-p3 { animation-delay: 0.6s; }
@keyframes drawPath { to { stroke-dashoffset: 0; } }
.lc-dot {
  opacity: 0;
  animation: dotAppear 0.3s ease forwards;
  filter: drop-shadow(0 0 4px currentColor);
}
.lc-dot:nth-child(4) { animation-delay: 0.8s; }
.lc-dot:nth-child(5) { animation-delay: 1.0s; }
.lc-dot:nth-child(6) { animation-delay: 1.1s; }
.lc-dot:nth-child(7) { animation-delay: 1.3s; }
.lc-dot:nth-child(8) { animation-delay: 1.5s; }
.lc-dot:nth-child(9) { animation-delay: 1.6s; }
@keyframes dotAppear {
  0%   { opacity: 0; transform: scale(0); }
  60%  { opacity: 1; transform: scale(1.8); }
  100% { opacity: 1; transform: scale(1); }
}

/* Center — perfectly centered */
.loader-center {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 0 24px;
  box-sizing: border-box;
  width: 100%;
  max-width: 340px;
}

/* Rings */
.loader-rings {
  position: relative;
  width: 180px;
  height: 180px;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .loader-rings { width: 140px; height: 140px; }
}

.loader-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid transparent;
}
.loader-ring-1 {
  inset: 0;
  border-top-color: var(--neon-cyan);
  border-right-color: rgba(0,245,255,0.2);
  animation: spinCW 1.4s linear infinite;
  box-shadow: 0 0 18px rgba(0,245,255,0.15), inset 0 0 18px rgba(0,245,255,0.05);
}
.loader-ring-2 {
  inset: 18px;
  border-bottom-color: var(--neon-purple);
  border-left-color: rgba(191,0,255,0.2);
  animation: spinCCW 1.8s linear infinite;
  box-shadow: 0 0 14px rgba(191,0,255,0.15);
}
.loader-ring-3 {
  inset: 36px;
  border-top-color: rgba(255,0,128,0.7);
  border-right-color: rgba(255,0,128,0.15);
  animation: spinCW 2.4s linear infinite;
}
@keyframes spinCW  { to { transform: rotate(360deg);  } }
@keyframes spinCCW { to { transform: rotate(-360deg); } }

/* Orbiting dots */
.loader-orbit {
  position: absolute;
  border-radius: 50%;
  animation: spinCW linear infinite;
}
.loader-orbit-1 { inset: -8px; animation-duration: 3s; }
.loader-orbit-2 { inset: 10px; animation-duration: 2s; animation-direction: reverse; }
.loader-orbit-dot {
  position: absolute;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--neon-cyan);
  top: 0; left: 50%; transform: translateX(-50%);
  box-shadow: 0 0 10px var(--neon-cyan), 0 0 20px var(--neon-cyan);
}
.loader-orbit-dot-2 {
  background: var(--neon-purple);
  box-shadow: 0 0 10px var(--neon-purple), 0 0 20px var(--neon-purple);
  width: 5px; height: 5px;
}

/* Logo — absolute inside .loader-rings */
.loader-logo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  z-index: 10;
  animation: logoPulse 2s ease-in-out infinite;
  pointer-events: none;
}
@keyframes logoPulse {
  0%,100% { opacity: 0.85; }
  50%      { opacity: 1; }
}
.ll-skill {
  font-family: var(--font-display);
  font-size: clamp(0.75rem, 2.5vw, 1rem);
  font-weight: 900;
  letter-spacing: 4px;
  color: #fff;
  line-height: 1.1;
}
.ll-yards {
  font-family: var(--font-display);
  font-size: clamp(0.75rem, 2.5vw, 1rem);
  font-weight: 900;
  letter-spacing: 4px;
  background: linear-gradient(90deg, var(--neon-cyan), var(--neon-purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
}

/* Progress */
.loader-progress-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 260px;
}
.loader-progress-track {
  width: 100%; height: 2px;
  background: rgba(255,255,255,0.08);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.loader-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--neon-cyan), var(--neon-purple), #ff0080);
  border-radius: 2px;
  width: 0%;
  transition: width 0.15s ease;
}
.loader-progress-glow {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(0,245,255,0.5), transparent);
  animation: progressShimmer 1.2s ease-in-out infinite;
}
@keyframes progressShimmer {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(300%); }
}
.loader-progress-label {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 3px;
  color: rgba(0,245,255,0.6);
  text-transform: uppercase;
}

/* Corner brackets */
.loader-corner {
  position: absolute;
  width: clamp(20px, 4vw, 32px);
  height: clamp(20px, 4vw, 32px);
  opacity: 0;
  animation: cornerAppear 0.4s ease 0.5s forwards;
}
.loader-corner-tl { top: 16px; left: 16px;  border-top: 2px solid rgba(0,245,255,0.5); border-left: 2px solid rgba(0,245,255,0.5); }
.loader-corner-tr { top: 16px; right: 16px; border-top: 2px solid rgba(0,245,255,0.5); border-right: 2px solid rgba(0,245,255,0.5); }
.loader-corner-bl { bottom: 16px; left: 16px;  border-bottom: 2px solid rgba(0,245,255,0.5); border-left: 2px solid rgba(0,245,255,0.5); }
.loader-corner-br { bottom: 16px; right: 16px; border-bottom: 2px solid rgba(0,245,255,0.5); border-right: 2px solid rgba(0,245,255,0.5); }
@keyframes cornerAppear { to { opacity: 1; } }

/* Exit */
#skillyards-loader.loader-exit {
  animation: loaderExit 0.7s cubic-bezier(0.4,0,0.2,1) forwards;
}
@keyframes loaderExit {
  0%   { opacity: 1; transform: scale(1); }
  70%  { opacity: 1; transform: scale(1.04); }
  100% { opacity: 0; transform: scale(0.96); pointer-events: none; }
}