/* ============================================================
   STEMacademy — Global Stylesheet v2.0
   Bright + Educational · Rounded + Friendly · Fully Responsive
   Colors: Blue #2563EB · Orange #F97316 · Green #16A34A · Purple #7C3AED
   Fonts: Nunito (display) · Plus Jakarta Sans (body)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900;1000&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

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

html {
  scroll-behavior: smooth;
}

body {
  direction: ltr !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--bg-primary) !important;
  color: var(--text-secondary);
  line-height: 1.6;
  overflow-x: hidden;
  transition: background 0.3s, color 0.3s;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: var(--text-primary);
  font-family: 'Nunito', sans-serif;
}

/* ===================================================
   CSS VARIABLES — LIGHT THEME (default)
   =================================================== */
:root,
[data-theme="light"] {
  --bg-primary: #FAFBFF;
  --bg-secondary: #EFF3FF;
  --bg-card: #FFFFFF;
  --bg-elevated: #E4EAFF;

  --blue: #2563EB;
  --blue-light: rgba(37, 99, 235, 0.10);
  --blue-mid: rgba(37, 99, 235, 0.20);
  --orange: #F97316;
  --orange-light: rgba(249, 115, 22, 0.10);
  --green: #16A34A;
  --green-light: rgba(22, 163, 74, 0.10);
  --purple: #7C3AED;
  --purple-light: rgba(124, 58, 237, 0.10);

  --primary: #2563EB;
  --primary-light: rgba(37, 99, 235, 0.10);
  --secondary: #F97316;
  --secondary-light: rgba(249, 115, 22, 0.10);
  --accent: #7C3AED;
  --accent-light: rgba(124, 58, 237, 0.10);

  --text-primary: #0D1B3E;
  --text-secondary: #4B5677;
  --text-muted: #8E9BBB;

  --border: #DDE3F5;
  --border-hover: #2563EB;

  --shadow-sm: 0 1px 4px rgba(37, 99, 235, 0.06);
  --shadow-md: 0 6px 24px rgba(37, 99, 235, 0.10);
  --shadow-lg: 0 16px 48px rgba(37, 99, 235, 0.14);
  --shadow-glow: 0 0 32px rgba(37, 99, 235, 0.25);

  --header-bg: #FFFFFF;
  --header-border: rgba(37, 99, 235, 0.08);
  --mobile-bg: #FFFFFF;

  --gradient-primary: linear-gradient(135deg, #2563EB, #7C3AED);
  --gradient-secondary: linear-gradient(135deg, #F97316, #FB923C);
  --gradient-green: linear-gradient(135deg, #16A34A, #22C55E);
  --gradient-warm: linear-gradient(135deg, #F97316, #7C3AED);
  --gradient-hero: linear-gradient(150deg, #EEF2FF 0%, #F0FDF4 50%, #FFF7ED 100%);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-2xl: 40px;
  --radius-full: 9999px;
}

[data-theme="dark"] {
  --bg-primary: #060D1F;
  --bg-secondary: #0C1529;
  --bg-card: #111E35;
  --bg-elevated: #172240;

  --blue: #3B82F6;
  --blue-light: rgba(59, 130, 246, 0.12);
  --blue-mid: rgba(59, 130, 246, 0.22);
  --orange: #FB923C;
  --orange-light: rgba(251, 146, 60, 0.12);
  --green: #22C55E;
  --green-light: rgba(34, 197, 94, 0.12);
  --purple: #A78BFA;
  --purple-light: rgba(167, 139, 250, 0.12);

  --primary: #3B82F6;
  --primary-light: rgba(59, 130, 246, 0.12);
  --secondary: #FB923C;
  --secondary-light: rgba(251, 146, 60, 0.12);
  --accent: #A78BFA;
  --accent-light: rgba(167, 139, 250, 0.12);

  --text-primary: #E8F0FF;
  --text-secondary: #8E9BBB;
  --text-muted: #4B5677;

  --border: rgba(255, 255, 255, 0.08);
  --border-hover: #3B82F6;

  --shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 6px 24px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.5);
  --shadow-glow: 0 0 32px rgba(59, 130, 246, 0.28);

  --header-bg: rgba(6, 13, 31, 0.94);
  --header-border: rgba(255, 255, 255, 0.06);
  --mobile-bg: #0C1529;

  --gradient-primary: linear-gradient(135deg, #3B82F6, #A78BFA);
  --gradient-secondary: linear-gradient(135deg, #FB923C, #FCD34D);
  --gradient-green: linear-gradient(135deg, #22C55E, #4ADE80);
  --gradient-warm: linear-gradient(135deg, #FB923C, #A78BFA);
  --gradient-hero: linear-gradient(150deg, #060D1F 0%, #0C1529 100%);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-2xl: 40px;
  --radius-full: 9999px;
}

/* RTL */
[dir="rtl"] .header-inner {
  flex-direction: row-reverse;
}

[dir="rtl"] .nav-links {
  flex-direction: row-reverse;
}

[dir="rtl"] .logo {
  flex-direction: row-reverse;
}

[dir="rtl"] .header-controls {
  flex-direction: row-reverse;
}

[dir="rtl"] .footer-top {
  direction: rtl;
}

[dir="rtl"] .mobile-menu {
  right: auto;
  left: 0;
  transform: translateX(-100%);
}

[dir="rtl"] .mobile-menu.open {
  transform: translateX(0);
}

[dir="rtl"] .hero-content {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .hero-actions,
[dir="rtl"] .hero-buttons {
  justify-content: flex-start;
}

[dir="rtl"] .search-bar button {
  right: 8px;
  left: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 3px;
}

/* ============================================================ HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 1000;
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-border);
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.header.scrolled {
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.header-inner {
  height: 70px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-icon {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-md);
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.logo-text .logo-main {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: var(--text-primary);
}

.logo-text .logo-sub {
  font-size: 0.6rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-links {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
}

.nav-link {
  padding: 7px 12px;
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
  font-size: 0.84rem;
  font-weight: 600;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
  cursor: pointer;
}

.nav-link:hover {
  color: var(--primary);
  background: var(--primary-light);
}

.nav-link.active {
  color: var(--primary);
  background: var(--primary-light);
  font-weight: 700;
}

/* DROPDOWN STYLES */
.nav-item.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 8px;
  min-width: 180px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1001;
}

.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}

.dropdown-item {
  display: block;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
  font-size: 0.82rem;
  font-weight: 600;
  transition: all 0.2s;
}

.dropdown-item:hover,
.dropdown-item.active {
  background: var(--primary-light);
  color: var(--primary);
  font-weight: 700;
}

.header-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.control-btn {
  height: 36px;
  padding: 0 12px;
  min-width: 36px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--border);
  background: var(--bg-card);
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-btn:hover,
.control-btn.active {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-light);
}

.theme-btn {
  font-size: 1rem;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: var(--radius-sm);
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: var(--text-secondary);
  border-radius: 2px;
  transition: all 0.3s;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* MOBILE MENU DROPDOWNS */
.mobile-dropdown {
  padding-left: 20px;
  margin-top: 4px;
  border-left: 2px solid var(--border);
  margin-left: 16px;
}

.mobile-dropdown-link {
  display: block;
  padding: 8px 16px;
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.2s;
}

.mobile-dropdown-link:hover {
  color: var(--primary);
}

.dropdown-arrow {
  font-size: 0.7rem;
  margin-left: 2px;
  opacity: 0.7;
  vertical-align: middle;
}

/* MOBILE MENU */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 320px;
  height: 100vh;
  background: var(--mobile-bg);
  border-left: 1px solid var(--border);
  z-index: 2100;
  padding: 70px 20px 40px;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(.4, 1, 0, 1);
  overflow-y: auto;
  box-shadow: -10px 0 50px rgba(0, 0, 0, 0.15);
}

.mobile-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 2.2rem;
  color: var(--text-secondary);
  cursor: pointer;
  line-height: 1;
  padding: 5px;
  z-index: 2101;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  transition: color 0.2s, transform 0.2s;
}

.mobile-close:hover {
  color: var(--primary);
  transform: scale(1.1);
}

[dir="rtl"] .mobile-close {
  right: auto;
  left: 20px;
}

.mobile-menu.open {
  transform: translateX(0);
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 28px;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  color: var(--text-secondary);
  font-size: 0.94rem;
  font-weight: 600;
  transition: all 0.2s;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  background: var(--primary-light);
  color: var(--primary);
}

.mobile-nav-link.mobile-login-link {
  background: var(--gradient-primary);
  color: #fff;
  justify-content: center;
  margin-top: 10px;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.mobile-nav-link.mobile-login-link:hover {
  opacity: 0.9;
  color: #fff;
  transform: translateY(-1px);
}

.mobile-menu-header {
  padding: 0 16px 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.mobile-menu-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13, 27, 62, 0.45);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s;
}

.mobile-overlay.show {
  opacity: 1;
  pointer-events: all;
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 24px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.25s;
  border: 2px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.btn-sm {
  padding: 7px 18px;
  font-size: 0.8rem;
}

.btn-lg {
  padding: 14px 36px;
  font-size: 1rem;
}

.btn-primary {
  background: var(--gradient-primary);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.28);
}

.btn-primary:hover {
  opacity: 0.90;
  transform: translateY(-2px);
  box-shadow: var(--shadow-glow);
}

.btn-secondary {
  background: var(--gradient-secondary);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.28);
}

.btn-secondary:hover {
  opacity: 0.90;
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

.btn-outline:hover {
  background: var(--primary-light);
  transform: translateY(-2px);
}

.btn-ghost {
  background: var(--bg-secondary);
  color: var(--text-secondary);
  border-color: var(--border);
}

.btn-ghost:hover {
  border-color: var(--primary);
  color: var(--primary);
}

/* TYPOGRAPHY HELPERS */
.text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-orange {
  background: var(--gradient-secondary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-green {
  background: var(--gradient-green);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-center {
  text-align: center;
}

.hide-mobile {
  display: block;
}

/* SECTION */
.section {
  padding: 88px 0;
  background: transparent;
  position: relative;
  z-index: 1;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  font-weight: 900;
  margin-bottom: 14px;
}

.section-header p {
  color: var(--text-secondary);
  max-width: 540px;
  margin: 0 auto;
  font-size: 1.05rem;
}

.section-tag,
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary-light);
  color: var(--primary);
  border: 1.5px solid var(--blue-mid);
  padding: 5px 16px;
  border-radius: var(--radius-full);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  margin-bottom: 14px;
}

/* CARDS */
.card {
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--border-hover);
}

.card-body {
  padding: 24px;
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.feature-icon-primary {
  background: var(--blue-light);
}

.feature-icon-secondary {
  background: var(--orange-light);
}

.feature-icon-accent {
  background: var(--purple-light);
}

.feature-icon-green {
  background: var(--green-light);
}

.feature-card {
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--border);
  background: var(--bg-card);
  padding: 28px;
  transition: all 0.3s;
}

.feature-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.feature-card h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
  font-weight: 800;
}

.feature-card p {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* PROGRAM CARDS */
.program-card {
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}

.program-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.program-card-image {
  height: 180px;
  position: relative;
  overflow: hidden;
  background: var(--bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.4s ease;
  display: block;
}

.program-card:hover .program-card-image img {
  transform: scale(1.06);
}

.program-card-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 27, 62, 0.5) 0%, transparent 60%);
}

.program-card-image-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-full);
  padding: 4px 12px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.program-card-body {
  padding: 22px;
  flex: 1;
}

.program-card-tag {
  display: inline-flex;
  align-items: center;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: var(--radius-full);
  padding: 3px 12px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.program-card-title {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.program-card-desc {
  color: var(--text-secondary);
  font-size: 0.87rem;
  line-height: 1.65;
  margin-bottom: 14px;
}

.program-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.program-meta-item {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 600;
}

.program-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.program-price {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--primary);
}

.program-price span,
.program-price small {
  font-size: 0.76rem;
  font-weight: 500;
  color: var(--text-muted);
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* GRIDS */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* HERO */
.hero {
  padding: 100px 0 0px;
  background: #060D1F;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 85% 30%, rgba(37,99,235,0.22) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 15% 70%, rgba(124,58,237,0.15) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 65% 80%, rgba(249,115,22,0.10) 0%, transparent 60%);
  z-index: 1;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-bg-blob {
  position: absolute;
  top: -100px;
  right: 10%;
  width: 500px;
  height: 500px;
  background: rgba(37, 99, 235, 0.18);
  filter: blur(80px);
  border-radius: 50%;
  z-index: 1;
  animation: h2OrbFloat 8s ease-in-out infinite;
}

.hero-bg-blob-2 {
  position: absolute;
  bottom: 0;
  right: 35%;
  width: 350px;
  height: 350px;
  background: rgba(124, 58, 237, 0.14);
  filter: blur(80px);
  border-radius: 50%;
  z-index: 1;
  animation: h2OrbFloat 8s ease-in-out infinite;
  animation-delay: -3.5s;
}

.hero-bg-blob-3 {
  position: absolute;
  bottom: 15%;
  left: 5%;
  width: 280px;
  height: 280px;
  background: rgba(249, 115, 22, 0.12);
  filter: blur(80px);
  border-radius: 50%;
  z-index: 1;
  animation: h2OrbFloat 8s ease-in-out infinite;
  animation-delay: -6s;
}

@keyframes h2OrbFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.08); }
}

@keyframes hero-blob-float {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(5%, 10%) scale(1.15);
  }
}

.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 1;
  z-index: 1;
}

.hero-bg-gradient,
.hero-bg-orbs,
.orb {
  display: none;
}

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

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-full);
  padding: 6px 16px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-secondary);
  margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
}

.hero-tag .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: 0.6;
    transform: scale(1.4)
  }
}

.hero-title {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  font-weight: 1000;
  line-height: 1.05;
  margin-bottom: 24px;
  color: #fff;
  letter-spacing: -0.02em;
}

.hero-desc {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  max-width: 560px;
  margin-bottom: 38px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 52px;
  padding-top: 36px;
  border-top: 1.5px solid var(--border);
}

.hero-stat-value {
  font-family: 'Nunito', sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--primary);
  display: block;
}

.hero-stat-label {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

.hero-image {
  position: relative;
  z-index: 2;
}

.hero-visual {
  width: 100%;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-lg);
  min-height: 420px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
}

.hero-visual img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

.hero-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.3), rgba(124, 58, 237, 0.3));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 24px;
}

.hero-visual-badge {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
  padding: 16px 24px;
  text-align: center;
  width: calc(100% - 40px);
  margin: 0 20px 20px;
}

.hero-visual-badge .label {
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 1rem;
}

.hero-visual-badge .sub {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
  margin-top: 4px;
}

.hero-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 14px;
}

.hero-chip {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(6px);
}

.hero-badge-float {
  position: absolute;
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  box-shadow: var(--shadow-md);
  text-align: center;
  z-index: 10;
}

.hero-badge-float .badge-icon {
  font-size: 1.4rem;
  display: block;
}

.hero-badge-float .badge-label {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-top: 4px;
}

/* PAGE HERO */
.page-hero {
  padding: 100px 0 80px;
  background: linear-gradient(rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.7)), url('../images/bg-hero-large.jpg') center/cover no-repeat;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: white;
}

.page-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-hero h1 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  margin-bottom: 16px;
  color: white !important;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 620px;
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 1.7;
}

.page-hero .breadcrumb {
  justify-content: center;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.page-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
}

.page-hero .breadcrumb span {
  color: rgba(255, 255, 255, 0.5);
}

.page-hero .breadcrumb-sep {
  margin: 0 10px;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 16px;
}

.breadcrumb a {
  color: var(--primary);
}

.breadcrumb-sep {
  color: var(--text-muted);
}

/* SCROLL REVEAL */
.reveal,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal {
  transform: translateY(30px);
}

.reveal-left {
  transform: translateX(-40px);
}

.reveal-right {
  transform: translateX(40px);
}

.reveal.revealed,
.reveal-left.revealed,
.reveal-right.revealed {
  opacity: 1;
  transform: none;
}

.delay-100 {
  transition-delay: 0.1s !important;
}

.delay-200 {
  transition-delay: 0.2s !important;
}

.delay-300 {
  transition-delay: 0.3s !important;
}

.delay-400 {
  transition-delay: 0.4s !important;
}

.delay-500 {
  transition-delay: 0.5s !important;
}

/* ANIMATIONS */
@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-12px)
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.3)
  }

  50% {
    box-shadow: 0 0 0 14px rgba(37, 99, 235, 0)
  }
}

.animate-float {
  animation: float 3.5s ease-in-out infinite;
}

/* FILTERS */
.filters-bar {
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 160px;
}

.filter-label,
.filter-group-label {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.filter-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.filter-chip {
  padding: 5px 14px;
  border-radius: var(--radius-full);
  border: 1.5px solid var(--border);
  background: var(--bg-secondary);
  color: var(--text-secondary);
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.filter-chip:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-light);
}

.filter-chip.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* BADGES & TAGS */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 12px;
  border-radius: var(--radius-full);
  font-size: 0.73rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tag-primary {
  background: var(--blue-light);
  color: var(--blue);
}

.tag-secondary {
  background: var(--orange-light);
  color: var(--orange);
}

.tag-accent {
  background: var(--purple-light);
  color: var(--purple);
}

.tag-green {
  background: var(--green-light);
  color: var(--green);
}

/* FORMS */
.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}

.form-label {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--text-secondary);
}

.form-input,
.form-textarea,
.form-select,
.form-group input,
.form-group select,
.form-group textarea,
.search-input {
  width: 100%;
  padding: 12px 16px;
  background: var(--bg-secondary);
  border: 2px solid var(--border);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus,
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus,
.search-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--primary-light);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--text-muted);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.form-select {
  appearance: none;
  cursor: pointer;
}

.form-control {
  border-radius: var(--radius-full) !important;
}

/* FAQ */
.faq-item {
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 10px;
  transition: border-color 0.2s;
}

.faq-item.open {
  border-color: var(--primary);
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  cursor: pointer;
}

.faq-q span {
  color: var(--text-primary);
  font-size: 0.93rem;
  font-weight: 700;
}

.faq-toggle {
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--bg-secondary);
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 1rem;
  transition: all 0.3s;
}

.faq-item.open .faq-toggle {
  background: var(--primary);
  color: #fff;
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-a-inner {
  padding: 0 22px 18px;
  border-top: 1px solid var(--border);
  padding-top: 14px;
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.75;
}

/* TOAST */
.toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  color: var(--text-primary);
  padding: 13px 24px;
  border-radius: var(--radius-full);
  font-size: 0.87rem;
  font-weight: 700;
  z-index: 3000;
  transition: transform 0.4s cubic-bezier(.4, 0, .2, 1);
  max-width: 380px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}

.toast.show {
  transform: translateX(-50%) translateY(0);
}

.toast.success {
  border-color: var(--green);
  color: var(--green);
}

.toast.error {
  border-color: #EF4444;
  color: #EF4444;
}

.toast.info {
  border-color: var(--accent);
  color: var(--accent);
}

/* SCROLL TOP */
.scroll-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: var(--gradient-primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  box-shadow: var(--shadow-glow);
}

.scroll-top.visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-top:hover {
  transform: translateY(-3px);
}

/* FOOTER */
.footer {
  background: var(--bg-secondary);
  border-top: 1.5px solid var(--border);
  padding: 64px 0 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr 1.2fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-brand p {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 14px 0 20px;
}

.footer-social {
  display: flex;
  gap: 8px;
}

.footer-social .social-btn {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
  color: var(--text-secondary);
}

.footer-social .social-btn:hover {
  border-color: var(--primary);
  background: var(--primary-light);
  color: var(--primary);
}

.footer-col-title {
  font-family: 'Nunito', sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: var(--text-muted);
  font-size: 0.86rem;
  transition: color 0.2s;
  font-weight: 500;
}

.footer-links a:hover {
  color: var(--primary);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-bottom: 10px;
  line-height: 1.6;
}

.footer-contact-item .icon {
  flex-shrink: 0;
}

.newsletter-form {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.newsletter-input {
  flex: 1;
  padding: 10px 14px;
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-full);
  color: var(--text-primary);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.84rem;
  outline: none;
}

.newsletter-input:focus {
  border-color: var(--primary);
}

.newsletter-input::placeholder {
  color: var(--text-muted);
}

@media (max-width: 480px) {
  .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter-input {
    width: 100%;
    margin-bottom: 8px;
    border-radius: var(--radius-md) !important;
  }

  .newsletter-form button {
    width: 100%;
    border-radius: var(--radius-md) !important;
    height: 42px;
  }
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy {
  color: var(--text-muted);
  font-size: 0.8rem;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.footer-bottom-links a {
  color: var(--text-muted);
  font-size: 0.8rem;
  transition: color 0.2s;
  font-weight: 600;
}

.footer-bottom-links a:hover {
  color: var(--primary);
}

/* TESTIMONIALS */
.testimonial-card {
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: all 0.3s;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
}

.testimonial-stars,
.stars {
  color: #F59E0B;
  font-size: 1rem;
  margin-bottom: 14px;
  letter-spacing: 2px;
}

.testimonial-quote {
  font-size: 3rem;
  color: var(--primary);
  opacity: 0.25;
  line-height: 1;
  margin-bottom: -8px;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
}

.testimonial-text {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.testimonial-author,
.testimonial-author-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar,
.testimonial-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}

.author-name,
.testimonial-name {
  color: var(--text-primary);
  font-size: 0.9rem;
  font-weight: 800;
}

.author-meta,
.testimonial-role {
  color: var(--text-muted);
  font-size: 0.77rem;
}

/* STATS */
.stats-bar {
  background: var(--bg-card);
  border-top: 1.5px solid var(--border);
  border-bottom: 1.5px solid var(--border);
  padding: 44px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;
}

.stat-item {
  padding: 0 24px;
  border-right: 1.5px solid var(--border);
}

.stat-item:last-child {
  border-right: none;
}

.stat-number {
  font-family: 'Nunito', sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--primary);
  display: block;
  margin-bottom: 4px;
}

.stat-label {
  color: var(--text-muted);
  font-size: 0.83rem;
  font-weight: 600;
}

/* PROGRESS */
.progress-bar-wrap {
  background: var(--bg-secondary);
  border-radius: 6px;
  height: 8px;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  border-radius: 6px;
  background: var(--gradient-primary);
  transition: width 1.5s ease;
}

/* ENROLL BTN */
.enroll-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  background: var(--gradient-primary);
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
  transition: all 0.2s;
}

.enroll-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* MODAL */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13, 27, 62, 0.55);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.modal {
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 40px;
  max-width: 520px;
  width: 100%;
  transform: scale(0.9);
  transition: transform 0.3s;
}

.modal-overlay.active .modal {
  transform: scale(1);
}

/* INSTRUCTOR CARD */
.instructor-card {
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.3s;
}

.instructor-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
}

.instructor-card-image {
  height: 220px;
  overflow: hidden;
}

.instructor-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.4s ease;
  display: block;
}

.instructor-card:hover .instructor-card-image img {
  transform: scale(1.05);
}

.instructor-card-body {
  padding: 22px;
}

.instructor-name {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.instructor-role {
  color: var(--primary);
  font-size: 0.84rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.instructor-bio {
  color: var(--text-secondary);
  font-size: 0.86rem;
  line-height: 1.65;
}

/* ABOUT */
.about-hero {
  padding: 140px 0 100px;
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(124, 58, 237, 0.08) 0%, transparent 70%);
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--purple-light);
  border: 1.5px solid rgba(124, 58, 237, 0.25);
  color: var(--purple);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-hero h1 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}

.about-hero p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 36px;
}

.about-visual-card {
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.about-visual-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

.about-visual-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.about-visual-stat {
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid var(--border);
}

.about-visual-stat:last-child {
  border-right: none;
}

.about-visual-stat .num {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--primary);
  display: block;
}

.about-visual-stat .lbl {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* INSTRUCTORS */
.instructors-hero {
  padding: 140px 0 80px;
  background: var(--gradient-hero);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.instructors-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 100%, rgba(37, 99, 235, 0.08) 0%, transparent 60%);
}

.instructors-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-light);
  border: 1.5px solid var(--blue-mid);
  color: var(--primary);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.instructors-hero h1 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}

.instructors-hero p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

.instructors-stats {
  padding: 50px 0;
  background: var(--bg-secondary);
  border-bottom: 1.5px solid var(--border);
}

/* PRICING */
.pricing-hero {
  padding: 140px 0 80px;
  background: var(--gradient-hero);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pricing-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 100%, rgba(22, 163, 74, 0.08) 0%, transparent 60%);
}

.pricing-hero h1 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 16px;
}

.pricing-hero p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 520px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-full);
  padding: 6px;
}

.billing-toggle-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-secondary);
  padding: 8px 18px;
  cursor: pointer;
  border-radius: var(--radius-full);
  transition: all 0.25s;
  user-select: none;
}

.billing-toggle-label.active {
  background: var(--gradient-primary);
  color: #fff;
}

.pricing-card {
  background: var(--bg-card);
  border: 2px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 36px;
  transition: all 0.3s;
  position: relative;
}

.pricing-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}

.pricing-card.featured {
  border-color: var(--primary);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.04), rgba(124, 58, 237, 0.04));
}

.pricing-card-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gradient-primary);
  color: #fff;
  padding: 4px 20px;
  border-radius: var(--radius-full);
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.pricing-price {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: var(--text-primary);
  line-height: 1;
}

.pricing-price sup {
  font-size: 1.2rem;
  vertical-align: top;
  margin-top: 10px;
  display: inline-block;
}

.pricing-price sub {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* CAMPS */
.camps-hero {
  padding: 140px 0 80px;
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden;
}

.camps-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(249, 115, 22, 0.09) 0%, transparent 70%);
}

.camps-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange-light);
  border: 1.5px solid rgba(249, 115, 22, 0.3);
  color: var(--orange);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.camps-hero h1 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}

.camps-hero p {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 580px;
  line-height: 1.7;
  margin-bottom: 36px;
}

.camps-hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.camps-hero-stat .stat-number {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--orange);
}

.camp-card {
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.3s;
}

.camp-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--orange);
}

.camp-card-image {
  height: 200px;
  overflow: hidden;
}

.camp-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
  transition: transform 0.4s ease;
}

.camp-card:hover .camp-card-image img {
  transform: scale(1.05);
}

.camp-card-body {
  padding: 24px;
}

.camp-card-title {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--text-primary);
  margin-bottom: 8px;
}

/* CONTACT */
.contact-hero {
  padding: 140px 0 80px;
  background: var(--gradient-hero);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.contact-info-card {
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  transition: border-color 0.3s, transform 0.3s;
  cursor: pointer;
}

.contact-info-card:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
}

.contact-info-icon {
  font-size: 2.2rem;
  margin-bottom: 16px;
  display: block;
}

.contact-info-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 8px;
  font-family: 'Nunito', sans-serif;
}

.contact-info-value {
  color: var(--primary);
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.contact-info-note {
  color: var(--text-muted);
  font-size: 0.78rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 40px;
  margin-bottom: 80px;
}

.contact-form-card {
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 40px;
}

.contact-form-card h2 {
  font-size: 1.4rem;
  color: var(--text-primary);
  margin-bottom: 8px;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
}

.contact-form-card p {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-bottom: 32px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin-bottom: 8px;
  font-weight: 700;
}

/* BLOG */
.blog-hero {
  padding: 140px 0 60px;
  text-align: center;
  position: relative;
  background: var(--gradient-hero);
}

.blog-hero .hero-orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.blog-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  padding: 60px 0 80px;
  align-items: start;
}

.blog-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.blog-filter-btn {
  padding: 8px 20px;
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-full);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  color: var(--text-secondary);
  transition: all 0.2s;
}

.blog-filter-btn:hover,
.blog-filter-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.search-bar {
  max-width: 560px;
  margin: 32px auto 0;
  position: relative;
}

.search-bar input {
  width: 100%;
  padding: 16px 60px 16px 20px;
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-full);
  color: var(--text-primary);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.search-bar input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--primary-light);
}

.search-bar button {
  position: absolute;
  right: 8px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: var(--gradient-primary);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CTA */
.cta-section {
  background: var(--gradient-primary);
  border-radius: var(--radius-2xl);
  padding: 72px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* ============================================================ RESPONSIVE */
@media (max-width: 1100px) {
  .nav-link {
    padding: 6px 9px;
    font-size: 0.8rem;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 1024px) {
  .header-inner {
    flex-direction: row !important;
    justify-content: space-between;
  }

  .logo {
    order: 1;
  }

  .header-controls {
    order: 2;
    margin-left: auto;
  }

  .nav-links {
    display: none;
  }

  .login-btn-header {
    display: none !important;
  }

  .hamburger {
    display: flex;
    order: 3;
    margin-left: 8px;
  }

  .theme-btn {
    order: 1;
  }

  .rtl-btn {
    order: 2;
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item {
    border-right: none;
    border-bottom: 1.5px solid var(--border);
    padding: 20px 0;
  }

  .stat-item:last-child {
    border-bottom: none;
  }

  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero {
    padding: 110px 0 70px;
  }

  .hero-stats {
    gap: 20px;
  }

  .filters-bar {
    flex-direction: column;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-section {
    padding: 48px 28px;
  }

  .hero-image {
    display: block !important;
    width: 100%;
    max-width: 500px;
    margin: 48px auto 0;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .hero-visual {
    min-height: 320px;
  }

  .hide-mobile {
    display: none !important;
  }

  .section {
    padding: 60px 0;
  }

  .camps-hero-stats {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }

  .hero-title {
    font-size: 2.1rem;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }
}

/* ── About Page ── */
.about-hero {
  padding: 140px 0 100px;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(124, 58, 237, 0.1) 0%, transparent 70%);
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.25);
  color: var(--accent);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-hero h1 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}

.about-hero p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 36px;
}

.about-hero-visual {
  position: relative;
}

.about-visual-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-visual-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.06) 0%, rgba(0, 212, 170, 0.06) 100%);
}

.about-visual-emoji {
  font-size: 6rem;
  display: block;
  margin-bottom: 24px;
  animation: float 3s ease-in-out infinite;
}

.about-visual-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.about-visual-stat {
  background: var(--bg-secondary);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}

.about-visual-stat .num {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--primary);
  display: block;
}

.about-visual-stat .lbl {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Mission & Vision */
.mission-section {
  padding: 100px 0;
}

.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.mission-card {
  border-radius: 24px;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.mission-card.mission {
  background: linear-gradient(135deg, rgba(0, 212, 170, 0.08) 0%, rgba(0, 150, 120, 0.04) 100%);
  border: 2px solid rgba(0, 212, 170, 0.2);
}

.mission-card.vision {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.08) 0%, rgba(59, 130, 246, 0.04) 100%);
  border: 2px solid rgba(124, 58, 237, 0.2);
}

.mission-card-icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 20px;
}

.mission-card h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.mission-card p {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Why STEM */
.why-stem-section {
  padding: 100px 0;
  background: var(--bg-secondary);
}

.why-stem-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 70px;
}

.why-stem-intro h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.why-stem-intro p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.7;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.why-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px;
  transition: all 0.3s;
}

.why-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary);
  box-shadow: 0 16px 40px rgba(0, 212, 170, 0.1);
}

.why-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), rgba(0, 212, 170, 0.5));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.why-card h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-card p {
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.65;
}

/* Teaching Approach */
.approach-section {
  padding: 100px 0;
}

.approach-header {
  text-align: center;
  margin-bottom: 70px;
}

.approach-header h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.approach-header p {
  color: var(--text-secondary);
  max-width: 520px;
  margin: 0 auto;
  font-size: 1.05rem;
}

.approach-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.approach-steps::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent), var(--primary));
  z-index: 0;
}

.approach-step {
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.approach-step-num {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 3px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 24px;
  position: relative;
  transition: transform 0.3s;
}

.approach-step:hover .approach-step-num {
  transform: scale(1.1);
}

.approach-step:nth-child(2) .approach-step-num {
  border-color: var(--secondary);
}

.approach-step:nth-child(3) .approach-step-num {
  border-color: var(--accent);
}

.approach-step h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.approach-step p {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* Timeline */
.timeline-section {
  padding: 100px 0;
  background: var(--bg-secondary);
}

.timeline-header {
  text-align: center;
  margin-bottom: 70px;
}

.timeline-header h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--primary), var(--secondary), var(--accent));
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  gap: 40px;
  margin-bottom: 48px;
  position: relative;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-item:nth-child(even) .timeline-content {
  text-align: right;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 16px;
  height: 16px;
  background: var(--primary);
  border-radius: 50%;
  transform: translateX(-50%);
  border: 3px solid var(--bg-primary);
  z-index: 1;
}

.timeline-content {
  flex: 1;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
}

.timeline-year {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 6px;
}

.timeline-content h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.timeline-content p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.6;
}

.timeline-spacer {
  flex: 1;
}

/* Values */
.values-section {
  padding: 100px 0;
}

.values-header {
  text-align: center;
  margin-bottom: 60px;
}

.values-header h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.value-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s;
}

.value-item:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
}

.value-emoji {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 16px;
}

.value-item h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.value-item p {
  color: var(--text-secondary);
  font-size: 0.85rem;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mission-grid {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .approach-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .approach-steps::before {
    display: none;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .approach-steps {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    left: 20px;
  }

  .timeline-item,
  .timeline-item:nth-child(even) {
    flex-direction: column;
    padding-left: 48px;
  }

  .timeline-item:nth-child(even) .timeline-content {
    text-align: left;
  }

  .timeline-dot {
    left: 20px;
  }

  .timeline-spacer {
    display: none;
  }
}

/* ── Portal / Login Page ── */
.portal-page {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.portal-page::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 10% 50%, rgba(0, 212, 170, 0.1) 0%, transparent 60%),
    radial-gradient(ellipse 40% 50% at 90% 50%, rgba(124, 58, 237, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.portal-bg-shapes {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.portal-bg-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
}

.portal-bg-shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary);
  top: -100px;
  left: -100px;
}

.portal-bg-shape-2 {
  width: 300px;
  height: 300px;
  background: var(--accent);
  bottom: -50px;
  right: 100px;
}

.portal-bg-shape-3 {
  width: 200px;
  height: 200px;
  background: var(--secondary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Portal Layout */
.portal-main {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

/* Left Panel */
.portal-left {
  padding: 100px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(160deg, rgba(0, 212, 170, 0.06) 0%, rgba(124, 58, 237, 0.04) 100%);
}

.portal-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}

.portal-brand-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.portal-brand-name {
  font-family: 'Nunito', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
}

.portal-left h1 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 20px;
}

.portal-left p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 48px;
  max-width: 420px;
}

.portal-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.portal-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.portal-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.portal-feature-text h4 {
  font-family: 'Nunito', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 3px;
}

.portal-feature-text p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

/* Right Panel - Auth Form */
.portal-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 60px;
}

.auth-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 48px;
  width: 100%;
  max-width: 460px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.08);
}

/* Tab Switcher */
.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--bg-secondary);
  border-radius: 14px;
  padding: 4px;
  margin-bottom: 36px;
}

.auth-tab-btn {
  padding: 12px;
  border: none;
  background: transparent;
  border-radius: 11px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--text-muted);
  transition: all 0.25s;
}

.auth-tab-btn.active {
  background: var(--bg-card);
  color: var(--text-primary);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Auth Tab Content */
.auth-tab-content {
  display: none;
}

.auth-tab-content.active {
  display: block;
}

.auth-content h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.auth-content .auth-subtitle {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 28px;
}

/* Form Groups */
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 8px;
}

.form-input {
  width: 100%;
  padding: 13px 16px;
  background: var(--bg-secondary);
  border: 2px solid var(--border);
  border-radius: 12px;
  color: var(--text-primary);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.form-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(0, 212, 170, 0.1);
}

.form-input::placeholder {
  color: var(--text-muted);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.input-wrapper {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  opacity: 0.5;
  pointer-events: none;
}

.input-wrapper .form-input {
  padding-left: 40px;
}

.input-toggle {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.input-toggle:hover {
  opacity: 1;
}

/* Password Strength */
.password-strength {
  margin-top: 8px;
  display: flex;
  gap: 4px;
}

.strength-bar {
  flex: 1;
  height: 3px;
  background: var(--border);
  border-radius: 2px;
  transition: background 0.3s;
}

.strength-bar.active-weak {
  background: #ef4444;
}

.strength-bar.active-medium {
  background: #f59e0b;
}

.strength-bar.active-strong {
  background: var(--primary);
}

/* Checkbox */
.form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
}

.form-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
}

.form-check label {
  font-size: 0.85rem;
  color: var(--text-secondary);
  cursor: pointer;
  line-height: 1.5;
}

.form-check label a {
  color: var(--primary);
  text-decoration: none;
}

/* Forgot Password */
.form-extras {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.forgot-link {
  font-size: 0.82rem;
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}

.forgot-link:hover {
  text-decoration: underline;
}

/* Submit Button */
.auth-submit {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, var(--primary), #00b894);
  border: none;
  border-radius: 12px;
  color: #000;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 20px;
}

.auth-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 212, 170, 0.35);
}

/* Divider */
.auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.auth-divider::before,
.auth-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

.auth-divider span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Social Login */
.social-login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.social-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--text-secondary);
}

.social-login-btn:hover {
  border-color: var(--primary);
  background: rgba(0, 212, 170, 0.05);
  color: var(--text-primary);
}

/* Auth Footer */
.auth-footer-note {
  text-align: center;
  margin-top: 24px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.auth-footer-note a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}

/* Trust Badges */
.trust-badges {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 28px;
  flex-wrap: wrap;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* Responsive */
@media (max-width: 1024px) {
  .portal-main {
    grid-template-columns: 1fr;
  }

  .portal-left {
    display: none;
  }

  .portal-right {
    padding: 120px 24px 60px;
  }
}

@media (max-width: 480px) {
  .auth-card {
    padding: 32px 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

/* ── Dashboard ── */
body {
  background: var(--bg-secondary);
}

.dashboard-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 100vh;
  padding-top: 72px;
  /* header height */
}

/* Sidebar */
.dash-sidebar {
  background: var(--bg-card);
  border-right: 1px solid var(--border);
  padding: 32px 0;
  position: sticky;
  top: 72px;
  height: calc(100vh - 72px);
  overflow-y: auto;
  z-index: 100;
}

.dash-user-info {
  padding: 0 24px 28px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 16px;
}

.dash-user-avatar {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.dash-user-name {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.dash-user-role {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.dash-user-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(0, 212, 170, 0.1);
  color: var(--primary);
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  margin-top: 6px;
}

/* Nav */
.dash-nav {
  padding: 0 12px;
}

.dash-nav-section {
  margin-bottom: 24px;
}

.dash-nav-section-title {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0 12px;
  margin-bottom: 8px;
}

.dash-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 10px;
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 2px;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}

.dash-nav-item:hover {
  background: var(--bg-secondary);
  color: var(--text-primary);
}

.dash-nav-item.active {
  background: rgba(0, 212, 170, 0.1);
  color: var(--primary);
  font-weight: 600;
}

.dash-nav-item .nav-icon {
  font-size: 1.1rem;
  width: 22px;
  text-align: center;
}

.nav-badge {
  margin-left: auto;
  background: var(--primary);
  color: #000;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 20px;
}

/* Main Content */
.dash-main {
  padding: 40px;
  min-height: calc(100vh - 72px);
}

.dash-section {
  display: none;
}

.dash-section.active {
  display: block;
}

/* Top Bar */
.dash-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
  flex-wrap: wrap;
  gap: 16px;
}

.dash-topbar h1 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
}

.dash-topbar-actions {
  display: flex;
  gap: 12px;
}

/* Summary Cards */
.summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}

.summary-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s;
}

.summary-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.summary-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}

.summary-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.summary-card-icon.primary {
  background: rgba(0, 212, 170, 0.12);
}

.summary-card-icon.secondary {
  background: rgba(255, 107, 53, 0.12);
}

.summary-card-icon.accent {
  background: rgba(124, 58, 237, 0.12);
}

.summary-card-icon.warning {
  background: rgba(245, 158, 11, 0.12);
}

.summary-card-change {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
}

.summary-card-change.up {
  background: rgba(0, 212, 170, 0.1);
  color: var(--primary);
}

.summary-card-change.neutral {
  background: rgba(100, 100, 100, 0.1);
  color: var(--text-muted);
}

.summary-card-num {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  display: block;
  margin-bottom: 4px;
}

.summary-card-label {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* Kids Cards */
.kids-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}

.kid-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
  text-align: center;
  transition: all 0.3s;
}

.kid-card:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
}

.kid-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin: 0 auto 16px;
}

.kid-card h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.kid-age {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.kid-progress {
  margin-bottom: 16px;
}

.kid-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.progress-bar-wrap {
  background: var(--bg-secondary);
  border-radius: 6px;
  height: 8px;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transition: width 1.5s ease;
}

.kid-classes {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
}

.kid-class-badge {
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.add-kid-card {
  background: var(--bg-secondary);
  border: 2px dashed var(--border);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  min-height: 200px;
}

.add-kid-card:hover {
  border-color: var(--primary);
  background: rgba(0, 212, 170, 0.04);
}

.add-kid-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  opacity: 0.5;
}

.add-kid-card p {
  color: var(--text-muted);
  font-size: 0.88rem;
}

/* Enrollments Table */
.data-table-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 32px;
}

.data-table-header {
  padding: 20px 28px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.data-table-header h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
}

.data-table th {
  text-align: left;
  padding: 12px 20px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border);
}

.data-table td {
  padding: 16px 20px;
  font-size: 0.9rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border);
}

.data-table tr:last-child td {
  border-bottom: none;
}

.data-table tr:hover td {
  background: var(--bg-secondary);
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
}

.status-badge.active {
  background: rgba(0, 212, 170, 0.1);
  color: var(--primary);
}

.status-badge.pending {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
}

.status-badge.completed {
  background: rgba(100, 116, 139, 0.1);
  color: var(--text-muted);
}

.status-badge.paid {
  background: rgba(0, 212, 170, 0.1);
  color: var(--primary);
}

.status-badge.overdue {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}

/* Schedule */
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}

.schedule-day {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px 16px;
}

.schedule-day-name {
  font-family: 'Nunito', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.schedule-day-date {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 14px;
}

.schedule-class-item {
  background: var(--bg-secondary);
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 8px;
  border-left: 3px solid var(--primary);
}

.schedule-class-name {
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.schedule-class-time {
  font-size: 0.72rem;
  color: var(--text-muted);
  font-family: 'JetBrains Mono', monospace;
}

.schedule-empty {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-align: center;
  padding: 12px 0;
}

/* Progress Report */
.progress-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.progress-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
}

.progress-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.progress-kid-avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.progress-card-header h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.progress-card-header p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.skill-progress {
  margin-bottom: 14px;
}

.skill-label-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  color: var(--text-secondary);
  margin-bottom: 6px;
}

.skill-label-row span:last-child {
  font-weight: 700;
  color: var(--text-primary);
}

.achievements-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.achievement-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

/* Mobile sidebar toggle */
.sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.sidebar-toggle {
  display: none;
}

/* Responsive */
@media (max-width: 1024px) {
  .summary-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kids-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .dashboard-layout {
    grid-template-columns: 1fr;
  }

  .dash-sidebar {
    position: fixed;
    top: 0;
    left: -280px;
    height: 100%;
    transition: left 0.3s;
    z-index: 200;
    padding-top: 80px;
  }

  .dash-sidebar.open {
    left: 0;
  }

  .sidebar-overlay.show {
    display: block;
  }

  .sidebar-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    border: none;
    color: #000;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
  }

  .dash-main {
    padding: 24px 16px;
  }

  .summary-grid {
    grid-template-columns: 1fr 1fr;
  }

  .kids-grid {
    grid-template-columns: 1fr;
  }

  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .progress-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .summary-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Camps Page Specific ── */
.camps-hero {
  padding: 140px 0 80px;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  position: relative;
  overflow: hidden;
}

.camps-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(255, 107, 53, 0.12) 0%, transparent 70%);
}

.camps-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 107, 53, 0.12);
  border: 1px solid rgba(255, 107, 53, 0.3);
  color: var(--secondary);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.camps-hero h1 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}

.camps-hero p {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 580px;
  line-height: 1.7;
  margin-bottom: 36px;
}

.camps-hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.camps-hero-stat .stat-number {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--secondary);
}

.camps-hero-stat .stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Season Tabs */
.season-nav {
  padding: 60px 0 40px;
  background: var(--bg-secondary);
}

.season-tabs {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.season-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 50px;
  border: 2px solid var(--border);
  background: var(--bg-card);
  color: var(--text-secondary);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.season-tab:hover,
.season-tab.active {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(0, 212, 170, 0.08);
  transform: translateY(-2px);
}

.season-tab.active {
  background: var(--primary);
  color: #000;
}

.season-tab .tab-icon {
  font-size: 1.3rem;
}

/* Camp Categories */
.camps-section {
  padding: 80px 0;
}

.section-header-camp {
  text-align: center;
  margin-bottom: 60px;
}

.section-header-camp h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.section-header-camp p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  max-width: 520px;
  margin: 0 auto;
}

/* Featured Camp */
.featured-camp {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  transition: transform 0.3s, box-shadow 0.3s;
}

.featured-camp:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0, 212, 170, 0.12);
}

.featured-camp-visual {
  background: linear-gradient(135deg, #ff6b35 0%, #ff9500 50%, #ffcc00 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8rem;
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.featured-camp-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2), transparent 60%);
}

.featured-camp-body {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.camp-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 107, 53, 0.1);
  color: var(--secondary);
  border: 1px solid rgba(255, 107, 53, 0.25);
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  width: fit-content;
}

.featured-camp-body h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.2;
}

.featured-camp-body p {
  color: var(--text-secondary);
  line-height: 1.7;
}

.camp-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 8px;
}

.camp-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--text-secondary);
}

.camp-meta-item .meta-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.camp-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.camp-price {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
}

.camp-price span {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-muted);
}

/* Camp Cards Grid */
.camps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.camp-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.camp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.camp-card-header {
  padding: 40px 28px 24px;
  text-align: center;
  position: relative;
}

.camp-card-emoji {
  font-size: 4rem;
  display: block;
  margin-bottom: 16px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}

.camp-card h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.camp-card-duration {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  color: var(--text-secondary);
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
}

.camp-card-body {
  padding: 0 28px 28px;
}

.camp-card-desc {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 20px;
}

.camp-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.camp-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--text-secondary);
}

.camp-highlights li::before {
  content: '✓';
  color: var(--primary);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.camp-card-footer {
  padding: 20px 28px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-secondary);
}

.camp-card-price {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--primary);
}

.camp-card-price small {
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--text-muted);
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Workshop Special */
.workshops-section {
  padding: 80px 0;
  background: var(--bg-secondary);
}

.workshops-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.workshop-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.workshop-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--border);
  transition: background 0.3s;
}

.workshop-card.workshop-blue::before {
  background: #3B82F6;
}

.workshop-card.workshop-green::before {
  background: #10B981;
}

.workshop-card.workshop-orange::before {
  background: #F59E0B;
}

.workshop-card.workshop-purple::before {
  background: #8B5CF6;
}

.workshop-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.workshop-card.workshop-blue:hover {
  border-color: #3B82F6;
}

.workshop-card.workshop-green:hover {
  border-color: #10B981;
}

.workshop-card.workshop-orange:hover {
  border-color: #F59E0B;
}

.workshop-card.workshop-purple:hover {
  border-color: #8B5CF6;
}

.workshop-icon {
  flex-shrink: 0;
  width: 76px;
  height: 76px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--bg-secondary);
}

.workshop-blue .workshop-icon {
  background: linear-gradient(135deg, #3B82F6, #2563EB);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.workshop-green .workshop-icon {
  background: linear-gradient(135deg, #10B981, #059669);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
}

.workshop-orange .workshop-icon {
  background: linear-gradient(135deg, #F59E0B, #D97706);
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
}

.workshop-purple .workshop-icon {
  background: linear-gradient(135deg, #8B5CF6, #6D28D9);
  box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3);
}

.workshop-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.workshop-content h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.workshop-content p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.workshop-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.workshop-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
}

.workshop-meta span svg {
  opacity: 0.8;
}

.workshop-blue .workshop-meta span {
  background: rgba(59, 130, 246, 0.1);
  color: #2563EB;
}

.workshop-green .workshop-meta span {
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
}

.workshop-orange .workshop-meta span {
  background: rgba(245, 158, 11, 0.1);
  color: #D97706;
}

.workshop-purple .workshop-meta span {
  background: rgba(139, 92, 246, 0.1);
  color: #6D28D9;
}

[data-theme="dark"] .workshop-blue .workshop-meta span {
  background: rgba(59, 130, 246, 0.15);
  color: #60A5FA;
}

[data-theme="dark"] .workshop-green .workshop-meta span {
  background: rgba(16, 185, 129, 0.15);
  color: #34D399;
}

[data-theme="dark"] .workshop-orange .workshop-meta span {
  background: rgba(245, 158, 11, 0.15);
  color: #FBBF24;
}

[data-theme="dark"] .workshop-purple .workshop-meta span {
  background: rgba(139, 92, 246, 0.15);
  color: #A78BFA;
}

/* Schedule Section */
.schedule-section {
  padding: 80px 0;
}

.weekly-schedule {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
}

.schedule-header-row {
  display: grid;
  grid-template-columns: 140px repeat(5, 1fr);
  background: var(--primary);
  color: #000;
}

.schedule-cell {
  padding: 16px 12px;
  font-weight: 700;
  font-size: 0.85rem;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.schedule-time-cell {
  padding: 16px 12px;
  font-size: 0.82rem;
  color: var(--text-muted);
  font-family: 'JetBrains Mono', monospace;
  border-right: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule-row {
  display: grid;
  grid-template-columns: 140px repeat(5, 1fr);
  border-bottom: 1px solid var(--border);
}

.schedule-row:last-child {
  border-bottom: none;
}

.schedule-row:nth-child(even) {
  background: var(--bg-secondary);
}

.schedule-activity {
  padding: 14px 12px;
  text-align: center;
  border-right: 1px solid var(--border);
  font-size: 0.82rem;
}

.schedule-activity.filled {
  background: rgba(0, 212, 170, 0.08);
  color: var(--primary);
  font-weight: 600;
}

.schedule-activity.secondary-filled {
  background: rgba(255, 107, 53, 0.08);
  color: var(--secondary);
  font-weight: 600;
}

.schedule-activity.accent-filled {
  background: rgba(124, 58, 237, 0.08);
  color: var(--accent);
  font-weight: 600;
}

/* ── Schedule Section — Responsive (360px – 600px) ── */
@media (max-width: 600px) {
  .schedule-section {
    padding: 48px 0;
  }

  /* Wrap the table in a scroll container */
  .weekly-schedule {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 14px;
  }

  /* Force the grid to a minimum width so cells don't collapse */
  .schedule-header-row,
  .schedule-row {
    grid-template-columns: 72px repeat(5, minmax(80px, 1fr));
    min-width: 480px;
  }

  /* Compact header cells */
  .schedule-cell {
    padding: 10px 6px;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  /* Compact time cells */
  .schedule-time-cell {
    padding: 10px 4px;
    font-size: 0.7rem;
    white-space: nowrap;
  }

  /* Compact activity cells */
  .schedule-activity {
    padding: 10px 6px;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  /* Add a hint that the table is scrollable */
  .weekly-schedule::after {
    content: '';
    display: none;
    /* visual cue handled by overflow scroll */
  }
}

/* ── Schedule Section — 601px–768px (tablet) ── */
@media (min-width: 601px) and (max-width: 768px) {
  .schedule-section {
    padding: 60px 0;
  }

  .weekly-schedule {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .schedule-header-row,
  .schedule-row {
    grid-template-columns: 90px repeat(5, minmax(90px, 1fr));
    min-width: 540px;
  }

  .schedule-cell {
    padding: 12px 8px;
    font-size: 0.78rem;
  }

  .schedule-time-cell {
    padding: 12px 6px;
    font-size: 0.75rem;
  }

  .schedule-activity {
    padding: 12px 8px;
    font-size: 0.76rem;
  }
}



/* CTA Section */
.camps-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.camps-cta::before {
  content: '🏕️';
  position: absolute;
  font-size: 20rem;
  opacity: 0.04;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.camps-cta h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.camps-cta p {
  color: var(--text-secondary);
  font-size: 1.1rem;
  max-width: 520px;
  margin: 0 auto 36px;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 1024px) {
  .featured-camp {
    grid-template-columns: 1fr;
  }

  .featured-camp-visual {
    min-height: 200px;
    overflow: hidden;
  }

  .camps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Workshop Tablet Fix */
  .workshops-grid {
    grid-template-columns: 1fr;
  }

  .workshop-card {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .camps-grid {
    grid-template-columns: 1fr;
  }

  .workshops-grid {
    grid-template-columns: 1fr;
  }

  .workshop-card {
    padding: 20px;
  }

  .workshop-icon {
    width: 60px;
    height: 60px;
  }

  .schedule-header-row,
  .schedule-row {
    grid-template-columns: 100px repeat(5, 1fr);
  }

  .camps-hero-stats {
    gap: 20px;
  }

  .camp-meta-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== CONTACT SPECIFIC ===== */

/* Info Cards */
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.contact-info-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px 20px;
  text-align: center;
  transition: border-color 0.3s, transform 0.3s;
  cursor: pointer;
}

.contact-info-card:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
}

.contact-info-icon {
  font-size: 2.2rem;
  margin-bottom: 16px;
  display: block;
}

.contact-info-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.contact-info-value {
  color: var(--primary);
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-info-note {
  color: var(--text-muted);
  font-size: 0.78rem;
}

/* Main Layout */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 40px;
  margin-bottom: 80px;
}

/* Contact Form */
.contact-form-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 40px;
}

.contact-form-card h2 {
  font-size: 1.3rem;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.contact-form-card p {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-bottom: 32px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--text-primary);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.92rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  text-align: left;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 130px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.subject-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.subject-tag {
  padding: 8px 16px;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: 100px;
  color: var(--text-muted);
  cursor: pointer;
  font-size: 0.82rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: all 0.2s;
}

.subject-tag.selected {
  background: rgba(0, 212, 255, 0.1);
  border-color: var(--primary);
  color: var(--primary);
}

.btn-submit {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, var(--primary), var(--purple));
  border: none;
  border-radius: 14px;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* Sidebar Contact */
.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Map Placeholder */
.map-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
}

.map-placeholder {
  height: 220px;
  background: linear-gradient(135deg, #0a1628, #0d1f3c);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 212, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 212, 255, 0.05) 1px, transparent 1px);
  background-size: 30px 30px;
}

.map-pin {
  position: relative;
  z-index: 1;
  text-align: center;
}

.map-pin-icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 8px;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.map-pulse {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 212, 255, 0.1);
  border: 2px solid rgba(0, 212, 255, 0.3);
  position: absolute;
  animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.map-label {
  position: absolute;
  background: var(--primary);
  color: var(--bg-primary);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 700;
  top: 16px;
  right: 16px;
}

.map-card-body {
  padding: 20px 24px;
}

.map-address {
  color: var(--text-secondary);
  font-size: 0.88rem;
  margin-bottom: 12px;
}

.map-address strong {
  color: var(--text-primary);
  display: block;
  margin-bottom: 4px;
}

.btn-directions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: 10px;
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: background 0.2s;
}

.btn-directions:hover {
  background: rgba(0, 212, 255, 0.2);
}

/* Hours */
.hours-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px;
}

.hours-card h3 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.hours-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--bg-secondary);
}

.hours-row.today {
  background: rgba(0, 212, 255, 0.05);
  border: 1px solid rgba(0, 212, 255, 0.15);
}

.hours-day {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

.hours-row.today .hours-day {
  color: var(--primary);
  font-weight: 700;
}

.hours-time {
  color: var(--text-muted);
  font-size: 0.82rem;
}

.hours-badge {
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 100px;
  background: rgba(0, 255, 136, 0.15);
  color: var(--green);
}

/* Social Quick Links */
.social-quick {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px;
}

.social-quick h3 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.social-quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.social-quick-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.2s;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.social-quick-btn:hover {
  border-color: var(--primary);
}

.social-quick-btn span:first-child {
  font-size: 1.2rem;
}

.social-quick-info {
  text-align: left;
}

.social-quick-name {
  font-size: 0.8rem;
  color: var(--text-primary);
  font-weight: 600;
}

.social-quick-handle {
  font-size: 0.72rem;
  color: var(--text-muted);
}

/* FAQ Section */
.faq-section {
  padding: 60px 0 80px;
  border-top: 1px solid var(--border);
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.faq-item.open {
  border-color: var(--primary);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  gap: 16px;
}

.faq-question-text {
  color: var(--text-primary);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
}

.faq-icon {
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 1.1rem;
  transition: all 0.3s;
}

.faq-item.open .faq-icon {
  background: var(--primary);
  color: var(--bg-primary);
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
}

.faq-answer-inner {
  padding: 0 24px 20px;
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.75;
  border-top: 1px solid var(--border);
  padding-top: 16px;
}

/* Success State */
.form-success {
  display: none;
  text-align: center;
  padding: 40px;
}

.form-success.visible {
  display: block;
}

.success-icon {
  font-size: 4rem;
  margin-bottom: 16px;
}

.form-success h3 {
  color: var(--text-primary);
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.form-success p {
  color: var(--text-muted);
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .contact-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-card {
    padding: 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .contact-info-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Instructors Page ── */
.instructors-hero {
  padding: 140px 0 80px;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.instructors-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 100%, rgba(0, 212, 170, 0.1) 0%, transparent 60%);
}

.instructors-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 212, 170, 0.1);
  border: 1px solid rgba(0, 212, 170, 0.25);
  color: var(--primary);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.instructors-hero h1 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}

.instructors-hero p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Stats Bar */
.instructors-stats {
  padding: 50px 0;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border);
}

.instructors-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;
}

.instructors-stat {
  padding: 0 30px;
  border-right: 1px solid var(--border);
}

.instructors-stat:last-child {
  border-right: none;
}

.instructors-stat .num {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--primary);
  display: block;
}

.instructors-stat .lbl {
  font-size: 0.85rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Featured Instructor */
.featured-instructor-section {
  padding: 80px 0;
}

.featured-instructor {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 28px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 380px 1fr;
}

.featured-instructor-photo {
  background: linear-gradient(160deg, #00d4aa 0%, #7c3aed 50%, #ff6b35 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9rem;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.featured-instructor-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.15), transparent 60%);
}

.featured-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(100px);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.featured-instructor-body {
  padding: 48px;
}

.featured-role {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 212, 170, 0.1);
  color: var(--primary);
  border: 1px solid rgba(0, 212, 170, 0.25);
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.featured-instructor-body h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.featured-instructor-body .subtitle {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.featured-instructor-body p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 28px;
}

.instructor-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.instructor-tag {
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  color: var(--text-secondary);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
}

.instructor-achievements {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.achievement-item {
  background: var(--bg-secondary);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}

.achievement-item .ach-num {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
  display: block;
}

.achievement-item .ach-lbl {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* Team Grid */
.team-section {
  padding: 80px 0;
  background: var(--bg-secondary);
}

.team-header {
  text-align: center;
  margin-bottom: 60px;
}

.team-header h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.team-header p {
  color: var(--text-secondary);
  font-size: 1rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.instructor-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.3s;
}

.instructor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  border-color: var(--primary);
}

.instructor-card-photo {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.instructor-card-body {
  padding: 28px;
}

.instructor-card-body h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.instructor-title {
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.instructor-desc {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 16px;
}

.instructor-qualifications {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

.qual-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--text-secondary);
}

.qual-icon {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(0, 212, 170, 0.15);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  flex-shrink: 0;
}

.instructor-subjects {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.subject-badge {
  background: rgba(124, 58, 237, 0.08);
  color: var(--accent);
  border: 1px solid rgba(124, 58, 237, 0.2);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

.instructor-card-footer {
  padding: 18px 28px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-secondary);
}

.instructor-exp {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.instructor-exp strong {
  color: var(--text-primary);
  font-weight: 700;
}

.instructor-social {
  display: flex;
  gap: 8px;
}

.social-btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}

.social-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: scale(1.1);
}

/* Join Team CTA */
.join-cta {
  padding: 100px 0;
  text-align: center;
  background: var(--bg-primary);
  position: relative;
  overflow: hidden;
}

.join-cta::before {
  content: '👩‍🏫';
  position: absolute;
  font-size: 18rem;
  opacity: 0.04;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.join-cta h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.join-cta p {
  color: var(--text-secondary);
  font-size: 1.1rem;
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 1024px) {
  .featured-instructor {
    grid-template-columns: 1fr;
  }

  .featured-instructor-photo {
    min-height: 200px;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .instructors-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .instructors-stat {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr;
  }

  .instructor-achievements {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── Pricing Page ── */
.pricing-hero {
  padding: 140px 0 80px;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pricing-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 100%, rgba(0, 212, 170, 0.1) 0%, transparent 60%);
}

.pricing-hero h1 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 16px;
}

.pricing-hero p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 520px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

/* Billing Toggle */
.billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 6px;
}

.billing-toggle-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-secondary);
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.25s;
  user-select: none;
}

.billing-toggle-label.active {
  background: var(--primary);
  color: #000;
}

.billing-save-badge {
  background: rgba(255, 107, 53, 0.1);
  color: var(--secondary);
  border: 1px solid rgba(255, 107, 53, 0.25);
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
}

/* Plans Grid */
.plans-section {
  padding: 80px 0;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}

.plan-card {
  background: var(--bg-card);
  border: 2px solid var(--border);
  border-radius: 28px;
  padding: 40px;
  position: relative;
  transition: all 0.3s;
}

.plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
}

.plan-card.featured {
  border-color: var(--primary);
  background: linear-gradient(160deg, var(--bg-card) 0%, rgba(0, 212, 170, 0.04) 100%);
  transform: scale(1.03);
}

.plan-card.featured:hover {
  transform: scale(1.03) translateY(-6px);
}

.plan-popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary), #00b894);
  color: #000;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 800;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.plan-icon {
  font-size: 2.8rem;
  margin-bottom: 16px;
  display: block;
}

.plan-name {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.plan-tagline {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-bottom: 28px;
  line-height: 1.5;
}

.plan-price {
  margin-bottom: 28px;
}

.plan-price-main {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: var(--text-primary);
  line-height: 1;
}

.plan-price-main .currency {
  font-size: 1.5rem;
  vertical-align: super;
  font-weight: 600;
}

.plan-price-main .period {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-muted);
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.plan-price-sub {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.plan-price-sub s {
  color: var(--text-muted);
  opacity: 0.6;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.plan-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.plan-feature .check {
  color: var(--primary);
  font-weight: 700;
  flex-shrink: 0;
  width: 18px;
}

.plan-feature .cross {
  color: var(--text-muted);
  flex-shrink: 0;
  width: 18px;
}

.plan-feature.disabled {
  opacity: 0.4;
}

.plan-btn {
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid var(--primary);
  background: transparent;
  color: var(--primary);
}

.plan-btn.primary {
  background: var(--primary);
  color: #000;
}

.plan-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 212, 170, 0.25);
}

/* Discounts Section */
.discounts-section {
  padding: 80px 0;
  background: var(--bg-secondary);
}

.discounts-header {
  text-align: center;
  margin-bottom: 60px;
}

.discounts-header h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.discounts-header p {
  color: var(--text-secondary);
  max-width: 520px;
  margin: 0 auto;
}

.discounts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.discount-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  transition: all 0.3s;
}

.discount-card:hover {
  transform: translateY(-4px);
  border-color: var(--secondary);
}

.discount-emoji {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 16px;
}

.discount-percent {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: var(--secondary);
  display: block;
  margin-bottom: 4px;
}

.discount-card h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.discount-card p {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* Comparison Table */
.comparison-section {
  padding: 80px 0;
}

.comparison-header {
  text-align: center;
  margin-bottom: 50px;
}

.comparison-header h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.comparison-table-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table th {
  padding: 20px 24px;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border);
}

.comparison-table th:first-child {
  text-align: left;
}

.comparison-table td {
  padding: 16px 24px;
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border);
}

.comparison-table td:first-child {
  text-align: left;
  font-weight: 500;
  color: var(--text-primary);
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table tr:hover td {
  background: var(--bg-secondary);
}

.comparison-table .highlight {
  background: rgba(0, 212, 170, 0.04);
}

.comp-check {
  color: var(--primary);
  font-size: 1.1rem;
}

.comp-cross {
  color: var(--text-muted);
  opacity: 0.4;
  font-size: 1.1rem;
}

.comp-partial {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 600;
}

/* FAQ */
.pricing-faq {
  padding: 80px 0;
  background: var(--bg-secondary);
}

.pricing-faq h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
}

.pricing-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.pricing-faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
}

.pricing-faq-item h4 {
  font-family: 'Nunito', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.pricing-faq-item p {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.65;
}

/* Pricing Responsive */
@media (max-width: 1024px) {
  .plans-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .plan-card.featured {
    transform: scale(1);
  }

  .discounts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .discounts-grid {
    grid-template-columns: 1fr;
  }

  .pricing-faq-grid {
    grid-template-columns: 1fr;
  }

  /* Table: scrollable with sticky first column */
  .comparison-table-wrap {
    border-radius: 14px;
  }

  .comparison-table {
    font-size: 0.82rem;
    min-width: 520px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 12px 12px;
    white-space: nowrap;
  }

  .comparison-table th:first-child,
  .comparison-table td:first-child {
    position: sticky;
    left: 0;
    background: var(--bg-card);
    z-index: 2;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.07);
    white-space: normal;
    min-width: 110px;
    max-width: 130px;
  }

  .comparison-table th:first-child {
    background: var(--bg-secondary);
  }

  .comparison-table tr:hover td:first-child {
    background: var(--bg-secondary);
  }

  /* Scroll hint shadow on right edge */
  .comparison-table-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.06));
    pointer-events: none;
    border-radius: 0 14px 14px 0;
  }
}

@media (max-width: 480px) {
  .comparison-table {
    font-size: 0.76rem;
    min-width: 460px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 10px 10px;
  }

  .comparison-table th:first-child,
  .comparison-table td:first-child {
    min-width: 95px;
    max-width: 110px;
    font-size: 0.74rem;
  }

  .comparison-section {
    padding: 50px 0;
  }

  .comparison-header h2 {
    font-size: 1.6rem;
  }
}

/* ===== BLOG SPECIFIC ===== */
.blog-hero {
  padding: 140px 0 60px;
  text-align: center;
  position: relative;
}

.blog-hero .hero-orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.search-bar {
  max-width: 560px;
  margin: 32px auto 0;
  position: relative;
}

.search-bar input {
  width: 100%;
  padding: 16px 56px 16px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 100px;
  color: var(--text-primary);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  box-sizing: border-box;
  text-align: left;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.search-bar input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
}

.search-bar button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: var(--primary);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
}

/* Categories */
.blog-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  padding: 60px 0 80px;
  align-items: start;
}

/* Filter Tags */
.blog-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.blog-filter-btn {
  padding: 8px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 100px;
  color: var(--text-muted);
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.85rem;
  transition: all 0.2s;
}

.blog-filter-btn.active,
.blog-filter-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--bg-primary);
  font-weight: 700;
}

/* Featured Article */
.article-featured {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  transition: border-color 0.3s, transform 0.3s;
  cursor: pointer;
}

.article-featured:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

.article-featured-img {
  background: var(--bg-card);
  min-height: 260px;
  position: relative;
  overflow: hidden;
}

.article-featured-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}

.featured-label {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--orange);
  color: white;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 1;
}

.article-featured-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-cat {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.article-featured-body h2 {
  font-size: 1.3rem;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.5;
}

.article-featured-body p {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--text-muted);
  font-size: 0.8rem;
}

.article-meta-author {
  display: flex;
  align-items: center;
  gap: 6px;
}

.author-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--purple));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

/* Article Grid */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.article-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s, transform 0.3s;
}

.article-card:hover {
  border-color: var(--primary);
  transform: translateY(-3px);
}

.article-thumb {
  height: 160px;
  overflow: hidden;
  background: var(--bg-card);
  position: relative;
}

.article-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.6));
}

.article-card-body {
  padding: 20px;
}

.article-card-body h3 {
  font-size: 0.95rem;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.5;
}

.article-card-body p {
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.6;
  margin-bottom: 12px;
}

.article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.read-time {
  display: flex;
  align-items: center;
  gap: 4px;
}

.load-more {
  text-align: center;
  margin-top: 32px;
}

/* Sidebar */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px;
}

.sidebar-card h3 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.sidebar-topics {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sidebar-topic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: var(--bg-secondary);
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

.sidebar-topic:hover {
  background: rgba(0, 212, 255, 0.08);
}

.sidebar-topic-name {
  color: var(--text-secondary);
  font-size: 0.88rem;
}

.sidebar-topic-count {
  background: var(--bg-primary);
  color: var(--text-muted);
  padding: 2px 8px;
  border-radius: 100px;
  font-size: 0.75rem;
}

.popular-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.popular-item {
  display: flex;
  gap: 12px;
  cursor: pointer;
}

.popular-rank {
  min-width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-muted);
}

.popular-rank.top {
  background: var(--primary);
  color: var(--bg-primary);
}

.popular-title {
  color: var(--text-secondary);
  font-size: 0.85rem;
  line-height: 1.4;
}

.popular-title:hover {
  color: var(--primary);
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.newsletter-form input {
  padding: 12px 16px;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--text-primary);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.88rem;
  text-align: left;
}

.newsletter-form input:focus {
  outline: none;
  border-color: var(--primary);
}

.newsletter-form button {
  padding: 12px;
  background: linear-gradient(135deg, var(--primary), var(--purple));
  border: none;
  border-radius: 12px;
  color: white;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
}

.newsletter-note {
  color: var(--text-muted);
  font-size: 0.75rem;
  text-align: center;
}

.activity-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.activity-card:hover {
  border-color: var(--orange);
}

.activity-icon {
  min-width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.activity-info h4 {
  font-size: 0.9rem;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.activity-info p {
  font-size: 0.78rem;
  color: var(--text-muted);
}

@media (max-width: 1024px) {
  .blog-layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .article-featured {
    grid-template-columns: 1fr;
  }

  .article-featured-img {
    min-height: 180px;
  }

  .articles-grid {
    grid-template-columns: 1fr;
  }

  .sidebar {
    grid-template-columns: 1fr;
  }
}

/* ===== INDEX PAGE CUSTOMIZATIONS ===== */
.hero-grid {
  align-items: center;
  gap: 60px;
  padding: 40px 0;
}

.hero-visual-container {
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.hero-badge-top {
  top: -20px;
  right: -20px;
  animation: float 3s ease-in-out 0.5s infinite;
}

.hero-badge-bottom {
  bottom: -20px;
  left: -20px;
  animation: float 3s ease-in-out 1s infinite;
}

.trusted-section {
  padding: 44px 0;
  border-top: 1.5px solid var(--border);
  border-bottom: 1.5px solid var(--border);
  background: var(--bg-card);
}

.trusted-label {
  text-align: center;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.trusted-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  opacity: 0.5;
}

.trusted-logo-text {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  color: var(--text-secondary);
}

.feature-grid-index {
  margin-bottom: 60px;
}

.feature-icon-lg {
  font-size: 1.8rem;
}

.bg-secondary-section {
  background: var(--bg-secondary);
}

.program-badge-blue {
  color: var(--blue);
}

.program-badge-orange {
  color: var(--orange);
}

.program-badge-purple {
  color: var(--purple);
}

.program-badge-green {
  color: var(--green);
}

.program-tag-orange {
  background: var(--orange-light);
  color: var(--orange);
}

.program-tag-purple {
  background: var(--purple-light);
  color: var(--purple);
}

.program-tag-green {
  background: var(--green-light);
  color: var(--green);
}

.btn-enroll-purple {
  border-color: var(--purple);
  color: var(--purple);
}

.btn-enroll-green {
  border-color: var(--green);
  color: var(--green);
}

.programs-footer {
  text-align: center;
  margin-top: 44px;
}

.process-grid-wrapper {
  position: relative;
}

.process-line {
  position: absolute;
  top: 52px;
  left: calc(12.5% + 40px);
  right: calc(12.5% + 40px);
  height: 2px;
  background: var(--gradient-primary);
  opacity: 0.25;
  z-index: 0;
}

.process-step-wrapper {
  position: relative;
  z-index: 1;
}

.process-icon-box {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  border: 2px solid;
}

.process-icon-blue {
  background: var(--blue-light);
  border-color: var(--blue-mid);
}

.process-icon-orange {
  background: var(--orange-light);
  border-color: rgba(249, 115, 22, 0.25);
}

.process-icon-purple {
  background: var(--purple-light);
  border-color: rgba(124, 58, 237, 0.25);
}

.process-icon-green {
  background: var(--green-light);
  border-color: rgba(22, 163, 74, 0.25);
}

.process-icon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  opacity: 0.6;
}

.process-icon-emoji {
  position: absolute;
  font-size: 1.8rem;
}

.process-icon-emoji-lg {
  position: absolute;
  font-size: 2rem;
}

.process-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.85rem;
  margin: 0 auto 16px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
}

.process-number-primary {
  background: var(--gradient-primary);
}

.process-number-secondary {
  background: var(--gradient-secondary);
}

.process-number-green {
  background: var(--gradient-green);
}

.process-title-index {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  margin-bottom: 8px;
}

.process-desc-index {
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.cta-card-wrapper {
  position: relative;
  overflow: hidden;
}

.cta-content-wrapper {
  position: relative;
  z-index: 1;
}

.cta-tag-index {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

.cta-title-index {
  color: #fff;
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.cta-desc-index {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  max-width: 500px;
  margin: 0 auto 36px;
}

.cta-buttons-wrapper {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-cta-white {
  background: #fff;
  color: var(--blue);
  font-weight: 800;
}

.btn-cta-outline {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

/* ===== PROGRAMS PAGE CUSTOMIZATIONS ===== */
.filters-section {
  padding: 40px 0;
  background: var(--bg-secondary);
}

.search-wrapper-programs {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
}

.search-input-programs {
  width: 220px;
}

.category-section {
  margin-bottom: 60px;
}

.category-header {
  margin-bottom: 28px;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 12px;
}

.category-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  font-size: 1.3rem;
}

.category-icon-blue {
  background: var(--blue-light);
}

.category-icon-orange {
  background: var(--orange-light);
}

.category-icon-purple {
  background: var(--purple-light);
}

.category-icon-green {
  background: var(--green-light);
}

.program-curriculum-text {
  margin-bottom: 12px;
  font-size: 0.83rem;
  color: var(--text-secondary);
}

/* Utility Classes */
.hide {
  display: none;
}

.text-primary-price {
  color: var(--primary) !important;
}

/* ===== PRICING PAGE CUSTOMIZATIONS ===== */
.pricing-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 100%, rgba(0, 212, 170, 0.1) 0%, transparent 60%);
}

.pricing-hero h1 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 16px;
}

.pricing-hero p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 520px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

/* Billing Toggle */
.billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 6px;
}

.billing-toggle-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-secondary);
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.25s;
  user-select: none;
}

.billing-toggle-label.active {
  background: var(--primary);
  color: #000;
}

.billing-save-badge {
  background: rgba(255, 107, 53, 0.1);
  color: var(--secondary);
  border: 1px solid rgba(255, 107, 53, 0.25);
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
}

/* Plans Grid */
.plans-section {
  padding: 80px 0;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}

.plan-card {
  background: var(--bg-card);
  border: 2px solid var(--border);
  border-radius: 28px;
  padding: 40px;
  position: relative;
  transition: all 0.3s;
}

.plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
}

.plan-card.featured {
  border-color: var(--primary);
  background: linear-gradient(160deg, var(--bg-card) 0%, rgba(0, 212, 170, 0.04) 100%);
  transform: scale(1.03);
}

.plan-card.featured:hover {
  transform: scale(1.03) translateY(-6px);
}

.plan-popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary), #00b894);
  color: #000;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 800;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.plan-icon {
  font-size: 2.8rem;
  margin-bottom: 16px;
  display: block;
}

.plan-name {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.plan-tagline {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-bottom: 28px;
  line-height: 1.5;
}

.plan-price {
  margin-bottom: 28px;
}

.plan-price-main {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: var(--text-primary);
  line-height: 1;
}

.plan-price-main .currency {
  font-size: 1.5rem;
  vertical-align: super;
  font-weight: 600;
}

.plan-price-main .period {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-muted);
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.plan-price-sub {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.plan-price-sub s {
  color: var(--text-muted);
  opacity: 0.6;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.plan-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.plan-feature .check {
  color: var(--primary);
  font-weight: 700;
  flex-shrink: 0;
  width: 18px;
}

.plan-feature .cross {
  color: var(--text-muted);
  flex-shrink: 0;
  width: 18px;
}

.plan-feature.disabled {
  opacity: 0.4;
}

.plan-btn {
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid var(--primary);
  background: transparent;
  color: var(--primary);
}

.plan-btn.primary {
  background: var(--primary);
  color: #000;
}

.plan-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 212, 170, 0.25);
}

/* Discounts Section */
.discounts-section {
  padding: 80px 0;
  background: var(--bg-secondary);
}

.discounts-header {
  text-align: center;
  margin-bottom: 60px;
}

.discounts-header h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.discounts-header p {
  color: var(--text-secondary);
  max-width: 520px;
  margin: 0 auto;
}

.discounts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.discount-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  transition: all 0.3s;
}

.discount-card:hover {
  transform: translateY(-4px);
  border-color: var(--secondary);
}

.discount-emoji {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 16px;
}

.discount-percent {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: var(--secondary);
  display: block;
  margin-bottom: 4px;
}

.discount-card h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.discount-card p {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* Comparison Table */
.comparison-section {
  padding: 80px 0;
}

.comparison-header {
  text-align: center;
  margin-bottom: 50px;
}

.comparison-header h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.comparison-table-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table th {
  padding: 20px 24px;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border);
}

.comparison-table th:first-child {
  text-align: left;
}

.comparison-table td {
  padding: 16px 24px;
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border);
}

.comparison-table td:first-child {
  text-align: left;
  font-weight: 500;
  color: var(--text-primary);
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table tr:hover td {
  background: var(--bg-secondary);
}

.comparison-table .highlight {
  background: rgba(0, 212, 170, 0.04);
}

.comp-check {
  color: var(--primary);
  font-size: 1.1rem;
}

.comp-cross {
  color: var(--text-muted);
  opacity: 0.4;
  font-size: 1.1rem;
}

.comp-partial {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 600;
}

/* Pricing FAQ */
.pricing-faq {
  padding: 80px 0;
  background: var(--bg-secondary);
}

.pricing-faq h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
}

.pricing-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.pricing-faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
}

.pricing-faq-item h4 {
  font-family: 'Nunito', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.pricing-faq-item p {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.65;
}

/* Pricing Page Responsiveness */
@media (max-width: 1024px) {
  .plans-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .plan-card.featured {
    transform: scale(1);
  }

  .discounts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .discounts-grid {
    grid-template-columns: 1fr;
  }

  .pricing-faq-grid {
    grid-template-columns: 1fr;
  }

  .comparison-table-wrap {
    border-radius: 14px;
  }

  .comparison-table {
    font-size: 0.82rem;
    min-width: 520px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 12px 12px;
    white-space: nowrap;
  }

  .comparison-table th:first-child,
  .comparison-table td:first-child {
    position: sticky;
    left: 0;
    background: var(--bg-card);
    z-index: 2;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.07);
    white-space: normal;
    min-width: 110px;
    max-width: 130px;
  }

  .comparison-table th:first-child {
    background: var(--bg-secondary);
  }

  .comparison-table tr:hover td:first-child {
    background: var(--bg-secondary);
  }

  .comparison-table-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.06));
    pointer-events: none;
    border-radius: 0 14px 14px 0;
  }
}

@media (max-width: 480px) {
  .comparison-table {
    font-size: 0.76rem;
    min-width: 460px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 10px 10px;
  }

  .comparison-table th:first-child,
  .comparison-table td:first-child {
    min-width: 95px;
    max-width: 110px;
    font-size: 0.74rem;
  }

  .comparison-section {
    padding: 50px 0;
  }

  .comparison-header h2 {
    font-size: 1.6rem;
  }
}

/* Timeline Utils */
.timeline-dot-secondary {
  background: var(--secondary) !important;
}

.timeline-dot-accent {
  background: var(--accent) !important;
}

/* ===== ABOUT PAGE CUSTOMIZATIONS ===== */
.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.25);
  color: var(--accent);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-hero h1 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}

.about-hero p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 36px;
}

.about-hero-visual {
  position: relative;
}

.about-visual-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-visual-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.06) 0%, rgba(0, 212, 170, 0.06) 100%);
}

.about-visual-emoji {
  font-size: 6rem;
  display: block;
  margin-bottom: 24px;
  animation: float 3s ease-in-out infinite;
}

.about-visual-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.about-visual-stat {
  background: var(--bg-secondary);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}

.about-visual-stat .num {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--primary);
  display: block;
}

.about-visual-stat .lbl {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.about-hero-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

/* Mission & Vision */
.mission-section {
  padding: 100px 0;
}

.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.mission-card {
  border-radius: 24px;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.mission-card.mission {
  background: linear-gradient(135deg, rgba(0, 212, 170, 0.08) 0%, rgba(0, 150, 120, 0.04) 100%);
  border: 2px solid rgba(0, 212, 170, 0.2);
}

.mission-card.vision {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.08) 0%, rgba(59, 130, 246, 0.04) 100%);
  border: 2px solid rgba(124, 58, 237, 0.2);
}

.mission-card-icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 20px;
}

.mission-card h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.mission-card p {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Why STEM */
.why-stem-section {
  padding: 100px 0;
  background: var(--bg-secondary);
}

.why-stem-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 70px;
}

.why-stem-intro h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.why-stem-intro p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.7;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.why-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px;
  transition: all 0.3s;
}

.why-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary);
  box-shadow: 0 16px 40px rgba(0, 212, 170, 0.1);
}

.why-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), rgba(0, 212, 170, 0.5));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.why-card h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-card p {
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.65;
}

/* Teaching Approach */
.approach-section {
  padding: 100px 0;
}

.approach-header {
  text-align: center;
  margin-bottom: 70px;
}

.approach-header h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.approach-header p {
  color: var(--text-secondary);
  max-width: 520px;
  margin: 0 auto;
  font-size: 1.05rem;
}

.approach-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.approach-steps::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent), var(--primary));
  z-index: 0;
}

.approach-step {
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.approach-step-num {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 3px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 24px;
  position: relative;
  transition: transform 0.3s;
}

.approach-step:hover .approach-step-num {
  transform: scale(1.1);
}

.approach-step:nth-child(2) .approach-step-num {
  border-color: var(--secondary);
}

.approach-step:nth-child(3) .approach-step-num {
  border-color: var(--accent);
}

.approach-step h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.approach-step p {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* Timeline */
.timeline-section {
  padding: 100px 0;
  background: var(--bg-secondary);
}

.timeline-header {
  text-align: center;
  margin-bottom: 70px;
}

.timeline-header h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--primary), var(--secondary), var(--accent));
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  gap: 40px;
  margin-bottom: 48px;
  position: relative;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-item:nth-child(even) .timeline-content {
  text-align: right;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 16px;
  height: 16px;
  background: var(--primary);
  border-radius: 50%;
  transform: translateX(-50%);
  border: 3px solid var(--bg-primary);
  z-index: 1;
}

.timeline-content {
  flex: 1;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
}

.timeline-year {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 6px;
}

.timeline-content h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.timeline-content p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.6;
}

.timeline-spacer {
  flex: 1;
}

/* Values */
.values-section {
  padding: 100px 0;
}

.values-header {
  text-align: center;
  margin-bottom: 60px;
}

.values-header h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.value-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s;
}

.value-item:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
}

.value-emoji {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 16px;
}

.value-item h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.value-item p {
  color: var(--text-secondary);
  font-size: 0.85rem;
  line-height: 1.6;
}

/* About Page Responsiveness */
@media (max-width: 1024px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mission-grid {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .approach-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .approach-steps::before {
    display: none;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .approach-steps {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    left: 20px;
  }

  .timeline-item,
  .timeline-item:nth-child(even) {
    flex-direction: column;
    padding-left: 48px;
  }

  .timeline-item:nth-child(even) .timeline-content {
    text-align: left;
  }

  .timeline-dot {
    left: 20px;
  }

  .timeline-spacer {
    display: none;
  }
}

/* ===== INSTRUCTORS PAGE CUSTOMIZATIONS ===== */
.featured-instructor-photo {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.featured-instructor-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
  min-height: 320px;
}

.featured-badge-custom {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.instructor-card-photo-wrap {
  overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.instructor-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

/* ===== DASHBOARD PAGE CUSTOMIZATIONS ===== */
.dash-nav-item-muted {
  color: var(--text-muted) !important;
}

.dash-intro-text {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.kid-avatar-girl {
  background: linear-gradient(135deg, rgba(0, 212, 170, 0.2), rgba(0, 212, 170, 0.1));
}

.kid-avatar-boy {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.2), rgba(59, 130, 246, 0.1));
}

.progress-bar-accent {
  background: linear-gradient(90deg, var(--accent), #3b82f6) !important;
}

.dash-stat-muted {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.progress-container-small {
  width: 80px;
  background: var(--bg-secondary);
  border-radius: 4px;
  height: 8px;
  overflow: hidden;
}

.progress-fill-small {
  height: 100%;
  border-radius: 4px;
}

.schedule-item-accent {
  border-left-color: var(--accent) !important;
}

.schedule-item-secondary {
  border-left-color: var(--secondary) !important;
}

.download-link-dash {
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 600;
}

.progress-avatar-girl {
  background: rgba(0, 212, 170, 0.15);
}

.progress-avatar-boy {
  background: rgba(124, 58, 237, 0.15);
}

/* ===== CAMPS PAGE CUSTOMIZATIONS ===== */
.camp-card-header-wrap {
  position: relative;
  height: 180px;
  overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.camp-card-img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

.camp-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 27, 62, 0.7) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
}

.camp-card-title-white {
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.camp-card-meta-white {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  font-weight: 600;
}

/* ===== RESOURCES PAGE CUSTOMIZATIONS ===== */
.hero-orb-custom-1 {
  top: -100px;
  left: -100px;
}

.hero-orb-custom-2 {
  bottom: -100px;
  right: -100px;
}

.article-cat-primary {
  color: var(--primary);
}

.article-cat-purple {
  color: var(--purple);
}

.article-cat-blue {
  color: var(--blue);
}

.article-cat-green {
  color: var(--green);
}

.article-cat-orange {
  color: var(--orange);
}

.article-thumb-purple {
  background: var(--purple-light);
}

.article-thumb-blue {
  background: var(--blue-light);
}

.article-thumb-green {
  background: var(--green-light);
}

.article-thumb-orange {
  background: var(--orange-light);
}

.newsletter-desc-custom {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.sidebar-cta-orange {
  background: linear-gradient(135deg, var(--orange), #f97316);
}

.sidebar-cta-title-white {
  color: white;
  margin-bottom: 12px;
}

.sidebar-cta-desc-white {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  margin-bottom: 20px;
}

.sidebar-cta-btn-white {
  background: white !important;
  color: var(--orange) !important;
  border: none;
  width: 100%;
  font-weight: 800;
}

/* ===== CONTACT PAGE FINAL CLEANUP ===== */
.contact-hero {
  color: #fff;
}

.contact-hero h1 {
  color: #fff;
}

.contact-hero p {
  color: rgba(255, 255, 255, 0.8);
}

.contact-hero .breadcrumb {
  color: rgba(255, 255, 255, 0.6);
}

.contact-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}

.contact-hero .breadcrumb-sep {
  color: rgba(255, 255, 255, 0.4);
}

.contact-hero-orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact-hero-container {
  position: relative;
  z-index: 1;
}

.contact-main-container {
  padding-top: 60px;
}

.contact-form-group {
  margin-bottom: 12px;
}

.contact-form-label {
  display: block;
  color: var(--text-secondary);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.contact-checkbox-input {
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
}

.contact-checkbox-label {
  color: var(--text-secondary);
  font-size: 0.85rem;
  cursor: pointer;
}

.contact-footer-flex {
  display: flex;
  align-items: center;
  gap: 6px;
}

.contact-whatsapp-banner {
  margin-top: 16px;
  padding: 12px;
  background: rgba(0, 212, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(0, 212, 255, 0.15);
}

.contact-whatsapp-text {
  color: var(--text-muted);
  font-size: 0.78rem;
  text-align: center;
}

.faq-header-center {
  text-align: center;
  margin-bottom: 40px;
}

.faq-footer-card {
  text-align: center;
  margin-top: 48px;
  padding: 40px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
}

.faq-footer-emoji {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.faq-footer-title {
  color: var(--text-primary);
  margin-bottom: 8px;
}

.faq-footer-desc {
  color: var(--text-muted);
  margin-bottom: 24px;
}

.faq-footer-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-footer-links {
  display: flex;
  gap: 20px;
}

.contact-footer-link {
  color: var(--text-muted);
  font-size: 0.85rem;
}

.contact-footer-link {
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* Final Layout Overrides — Forced Flow */
@media (max-width: 1024px) {
  .header-inner {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    direction: ltr !important;
  }

  .logo {
    order: 1 !important;
    margin-right: auto !important;
    margin-left: 0 !important;
    display: flex !important;
  }

  .header-controls {
    order: 2 !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    display: flex !important;
  }

  .hamburger {
    order: 3 !important;
    margin-left: 12px !important;
    display: flex !important;
  }

  .logo-text {
    display: flex !important;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px !important;
  }

  .logo-text .logo-main {
    font-size: 0.82rem !important;
  }

  .logo-text .logo-sub {
    font-size: 0.5rem !important;
  }

  .header-controls {
    gap: 4px !important;
    margin-right: -4px !important;
  }

  .control-btn {
    padding: 0 6px !important;
    min-width: 30px !important;
  }

  .hamburger {
    padding: 6px !important;
    width: 36px !important;
    min-width: 36px !important;
    margin-left: 2px !important;
  }
}

/* ── Hamburger icon visibility fix (responsive header) ── */
@media (max-width: 1024px) {

  /* Prevent the header from clipping the hamburger button */
  .header {
    overflow: visible !important;
  }

  .header-inner {
    overflow: visible !important;
  }

  /* Ensure header-controls never gets pushed out of the viewport */
  .header-controls {
    flex-shrink: 0 !important;
    flex-wrap: nowrap !important;
    padding-right: 0 !important;
  }

  /* Hamburger: guaranteed tap target + proper sizing */
  .hamburger {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    padding: 8px !important;
    flex-shrink: 0 !important;
    margin-left: 6px !important;
    z-index: 1100 !important;
    position: relative !important;
  }
}

.mobile-close {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}