/* =====================================================================================
   BRILLIANT ACADEMIC MINDS — LUXURY ENTERPRISE STYLESHEET v7.0
   Design Language: Ultra-Premium Agency × Executive Education Platform
   Features: Glassmorphism · Bento Grid · Kinetic Typography · Liquid Gradients
   Brand Color: #2fa534 (Emerald) + Deep Blacks + Metallic Accents
   ===================================================================================== */

/* --- Google Fonts Import --- */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');

/* =====================================================================================
   CSS CUSTOM PROPERTIES — LUXURY DESIGN TOKENS
   ===================================================================================== */
:root {
  /* ── Brand Palette ── */
  --emerald:        #2fa534;
  --emerald-deep:   #1a6b20;
  --emerald-vivid:  #38d146;
  --emerald-glow:   rgba(47,165,52,0.35);
  --emerald-glass:  rgba(47,165,52,0.12);
  --emerald-pale:   rgba(47,165,52,0.07);

  /* ── Luxury Gold Accent ── */
  --gold:           #c9a227;
  --gold-light:     #f0c952;
  --gold-pale:      rgba(201,162,39,0.1);

  /* ── Light Mode ── */
  --bg-void:        #f8f9f6;
  --bg-primary:     #ffffff;
  --bg-secondary:   #f2f4f0;
  --bg-tertiary:    #e8ece5;
  --bg-card:        #ffffff;
  --bg-card-hover:  #fafafa;
  --bg-nav:         rgba(255,255,255,0.85);
  --bg-glass:       rgba(255,255,255,0.7);
  --bg-glass-dark:  rgba(255,255,255,0.5);
  --bg-input:       #f5f7f4;

  --text-primary:   #0a0f0a;
  --text-secondary: #3d4a3e;
  --text-muted:     #7a8b7b;
  --text-hint:      #aababc;
  --text-inverse:   #ffffff;

  --border-color:   rgba(0,0,0,0.08);
  --border-strong:  rgba(0,0,0,0.15);
  --border-glass:   rgba(255,255,255,0.3);

  --shadow-xs:      0 1px 3px rgba(0,0,0,0.06);
  --shadow-sm:      0 2px 8px rgba(0,0,0,0.08);
  --shadow-md:      0 4px 24px rgba(0,0,0,0.1);
  --shadow-lg:      0 8px 48px rgba(0,0,0,0.12);
  --shadow-xl:      0 20px 80px rgba(0,0,0,0.15);
  --shadow-green:   0 8px 40px rgba(47,165,52,0.25);
  --shadow-green-lg: 0 20px 60px rgba(47,165,52,0.35);

  /* ── Typography ── */
  --font-display:   'Syne', sans-serif;
  --font-heading:   'Outfit', sans-serif;
  --font-body:      'Inter', sans-serif;

  /* ── Layout ── */
  --section-pad:    120px 0;
  --radius-xs:      6px;
  --radius-sm:      10px;
  --radius:         14px;
  --radius-lg:      22px;
  --radius-xl:      32px;
  --radius-2xl:     48px;
  --radius-pill:    100px;

  /* ── Motion ── */
  --ease-out:       cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring:    cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition:     all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);

  /* ── Glassmorphism ── */
  --glass-blur:     20px;
  --glass-sat:      180%;
}

/* ── Dark Mode ── */
[data-theme="dark"] {
  --bg-void:        #050906;
  --bg-primary:     #0a0f0a;
  --bg-secondary:   #0f150f;
  --bg-tertiary:    #141c14;
  --bg-card:        #101710;
  --bg-card-hover:  #141c14;
  --bg-nav:         rgba(10,15,10,0.92);
  --bg-glass:       rgba(15,25,15,0.75);
  --bg-glass-dark:  rgba(10,15,10,0.85);
  --bg-input:       #141c14;

  --text-primary:   #eef2ee;
  --text-secondary: #b0c0b2;
  --text-muted:     #5e7060;
  --text-hint:      #3a4a3c;

  --border-color:   rgba(255,255,255,0.06);
  --border-strong:  rgba(255,255,255,0.12);
  --border-glass:   rgba(255,255,255,0.08);

  --shadow-md:      0 4px 24px rgba(0,0,0,0.4);
  --shadow-lg:      0 8px 48px rgba(0,0,0,0.5);
  --shadow-xl:      0 20px 80px rgba(0,0,0,0.6);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-void);
  color: var(--text-primary);
  line-height: 1.7;
  transition: background-color 0.4s ease, color 0.4s ease;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font-family: inherit; }

/* ── Premium Scrollbar ── */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, var(--emerald), var(--emerald-deep));
  border-radius: 10px;
}

/* ── Text Selection ── */
::selection {
  background: var(--emerald-glass);
  color: var(--emerald-deep);
}

/* =====================================================================================
   TYPOGRAPHY — EDITORIAL SCALE
   ===================================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

h1 { font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 800; letter-spacing: -0.03em; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 700; }
h4 { font-size: 1.15rem; font-weight: 700; }
h5 { font-size: 0.95rem; font-weight: 700; }

p { color: var(--text-secondary); }

.display-text {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.overline {
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--emerald);
}

.text-gradient {
  background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-vivid) 60%, #5dde6b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =====================================================================================
   LAYOUT
   ===================================================================================== */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

.section { padding: var(--section-pad); }
.section-sm { padding: 80px 0; }

.section-alt { background: var(--bg-secondary); }

/* =====================================================================================
   LUXURY BUTTONS
   ===================================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 32px;
  border-radius: var(--radius-pill);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: var(--transition);
  letter-spacing: 0.01em;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: inherit;
}

/* Primary — Emerald */
.btn-primary {
  background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-deep) 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 20px var(--emerald-glow);
}

.btn-primary::before {
  background: linear-gradient(135deg, var(--emerald-vivid) 0%, var(--emerald) 100%);
}

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

.btn-primary:hover::before { opacity: 1; }

/* Outline */
.btn-outline {
  background: transparent;
  color: var(--emerald);
  border-color: var(--emerald);
}

.btn-outline:hover {
  background: var(--emerald);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-green);
}

/* Ghost */
.btn-ghost {
  background: var(--bg-glass);
  color: var(--text-primary);
  border-color: var(--border-color);
  backdrop-filter: blur(var(--glass-blur));
}

.btn-ghost:hover {
  background: var(--bg-card);
  border-color: var(--emerald);
  color: var(--emerald);
  transform: translateY(-2px);
}

/* White */
.btn-white {
  background: rgba(255,255,255,0.95);
  color: var(--emerald-deep);
  border-color: transparent;
  font-weight: 700;
}

.btn-white:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

/* Sizes */
.btn-xl  { padding: 20px 48px; font-size: 1.05rem; }
.btn-lg  { padding: 17px 40px; font-size: 1rem; }
.btn-sm  { padding: 10px 22px; font-size: 0.83rem; }
.btn-xs  { padding: 7px 16px; font-size: 0.76rem; }
.btn-full { width: 100%; justify-content: center; }

/* =====================================================================================
   PAGE LOADER — CINEMATIC
   ===================================================================================== */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: var(--bg-void);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.page-loader.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.loader-logo {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-deep) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: loaderPulse 1.5s ease-in-out infinite;
  box-shadow: 0 0 40px var(--emerald-glow);
}

.loader-logo i { color: white; font-size: 1.8rem; }

.loader-bar {
  width: 200px;
  height: 3px;
  background: var(--border-color);
  border-radius: 3px;
  overflow: hidden;
}

.loader-bar::after {
  content: '';
  display: block;
  height: 100%;
  width: 40%;
  background: linear-gradient(90deg, transparent, var(--emerald), transparent);
  border-radius: 3px;
  animation: loaderSlide 1.2s ease-in-out infinite;
}

@keyframes loaderPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 40px var(--emerald-glow); }
  50% { transform: scale(1.05); box-shadow: 0 0 60px var(--emerald-glow); }
}

@keyframes loaderSlide {
  0% { transform: translateX(-200%); }
  100% { transform: translateX(350%); }
}

/* =====================================================================================
   TICKER BAR
   ===================================================================================== */
.ticker-bar {
  background: linear-gradient(135deg, var(--emerald-deep) 0%, var(--emerald) 50%, var(--emerald-deep) 100%);
  padding: 11px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 1001;
}

.ticker-bar::before, .ticker-bar::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
}

.ticker-bar::before { left: 0; background: linear-gradient(to right, var(--emerald-deep), transparent); }
.ticker-bar::after  { right: 0; background: linear-gradient(to left, var(--emerald-deep), transparent); }

.ticker-inner {
  display: inline-flex;
  gap: 64px;
  animation: ticker 40s linear infinite;
}

.ticker-inner span {
  color: rgba(255,255,255,0.92);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.03em;
}

.ticker-inner span i {
  color: rgba(255,255,255,0.6);
  font-size: 0.72rem;
}

@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* =====================================================================================
   NAVIGATION — GLASSMORPHISM LUXURY
   ===================================================================================== */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--bg-nav);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-sat));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-sat));
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
}

#navbar.scrolled {
  box-shadow: var(--shadow-md);
  background: var(--bg-nav);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 32px;
}

/* ── Logo ── */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.logo-icon {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-deep) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: white;
  box-shadow: 0 4px 16px var(--emerald-glass);
  flex-shrink: 0;
}

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

.logo-text .brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--text-primary);
  letter-spacing: -0.01em;
}

.logo-text .tagline {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 0.65rem;
  color: var(--emerald);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ── Nav Links ── */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link {
  padding: 8px 14px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.87rem;
  color: var(--text-secondary);
  border-radius: var(--radius-sm);
  letter-spacing: 0.01em;
  position: relative;
  transition: var(--transition);
}

.nav-link:hover, .nav-link.active { color: var(--emerald); }

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: calc(100% - 28px);
  height: 2px;
  background: linear-gradient(90deg, var(--emerald), var(--emerald-vivid));
  border-radius: 2px;
  transition: transform 0.3s var(--ease-out);
}

.nav-link:hover::after, .nav-link.active::after { transform: translateX(-50%) scaleX(1); }

/* ── Dropdown ── */
.nav-item-dropdown { position: relative; }

.dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: var(--bg-glass);
  backdrop-filter: blur(24px) saturate(var(--glass-sat));
  -webkit-backdrop-filter: blur(24px) saturate(var(--glass-sat));
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 10px;
  min-width: 220px;
  box-shadow: var(--shadow-xl);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 200;
}

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

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-family: var(--font-heading);
  font-size: 0.87rem;
  font-weight: 500;
  color: var(--text-secondary);
  border-radius: var(--radius);
  transition: var(--transition);
}

.dropdown-item:hover {
  background: var(--emerald-pale);
  color: var(--emerald);
  transform: translateX(4px);
}

/* ── Nav Actions ── */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.theme-toggle {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--text-secondary);
  transition: var(--transition);
}

.theme-toggle:hover {
  background: var(--emerald);
  color: #fff;
  border-color: var(--emerald);
  transform: rotate(15deg);
}

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

.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: var(--transition);
}

.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ── Mobile Menu ── */
.mobile-menu {
  display: none;
  position: fixed;
  top: 80px; left: 0; right: 0;
  background: var(--bg-glass);
  backdrop-filter: blur(24px);
  border-top: 1px solid var(--border-glass);
  padding: 24px;
  z-index: 999;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

.mobile-menu.open { display: block; }

.mobile-menu .nav-link {
  display: block;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.95rem;
  border-radius: 0;
}

.mobile-menu .mobile-actions {
  display: flex; gap: 12px;
  padding-top: 20px;
  flex-wrap: wrap;
}

/* =====================================================================================
   PAGE HERO (inner pages)
   ===================================================================================== */
.page-hero {
  background: linear-gradient(135deg, var(--bg-void) 0%, var(--bg-secondary) 100%);
  padding: 140px 0 70px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
}

.page-hero::before {
  content: '';
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, var(--emerald-glass) 0%, transparent 65%);
  pointer-events: none;
}

.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  margin-bottom: 16px;
}

.page-hero p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 24px;
  color: var(--text-secondary);
}

/* ── Breadcrumb ── */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--text-muted);
  font-family: var(--font-heading);
  font-weight: 500;
}

.breadcrumb a { color: var(--emerald); }
.breadcrumb a:hover { text-decoration: underline; }

/* =====================================================================================
   SECTION HEADER
   ===================================================================================== */
.section-header { margin-bottom: 64px; }

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--emerald-pale);
  color: var(--emerald);
  border: 1px solid var(--emerald-glass);
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.section-title {
  font-family: var(--font-heading);
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: -0.025em;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 560px;
  line-height: 1.75;
}

.section-header.centered { text-align: center; }
.section-header.centered .section-desc { margin: 0 auto; }

.section-divider {
  width: 48px; height: 3px;
  background: linear-gradient(90deg, var(--emerald), var(--emerald-vivid));
  border-radius: 3px;
  margin: 16px 0;
}

.section-header.centered .section-divider { margin: 16px auto; }

/* =====================================================================================
   GLASSMORPHISM CARDS
   ===================================================================================== */
.glass-card {
  background: var(--bg-glass);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-sat));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-sat));
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  transition: var(--transition);
}

.glass-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--emerald-glass);
}

/* =====================================================================================
   HERO SECTION
   ===================================================================================== */
#hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  background: var(--bg-void);
}

/* Animated gradient mesh background */
.hero-mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-mesh::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60vw;
  height: 60vw;
  background: radial-gradient(circle at 70% 50%, rgba(47,165,52,0.1) 0%, transparent 60%);
  animation: meshFloat 12s ease-in-out infinite;
}

.hero-mesh::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 50vw;
  height: 50vw;
  background: radial-gradient(circle at 30% 50%, rgba(47,165,52,0.06) 0%, transparent 60%);
  animation: meshFloat 16s ease-in-out infinite reverse;
}

@keyframes meshFloat {
  0%, 100% { transform: translate(0,0) scale(1); }
  33%  { transform: translate(30px,-20px) scale(1.05); }
  66%  { transform: translate(-20px,30px) scale(0.95); }
}

/* Decorative grid lines */
.hero-grid-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.03;
  background-image:
    linear-gradient(to right, var(--emerald) 1px, transparent 1px),
    linear-gradient(to bottom, var(--emerald) 1px, transparent 1px);
  background-size: 80px 80px;
}

[data-theme="dark"] .hero-grid-lines { opacity: 0.04; }

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 40px 0 60px;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  background: var(--emerald-pale);
  border: 1px solid var(--emerald-glass);
  border-radius: var(--radius-pill);
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--emerald);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.hero-badge .badge-dot {
  width: 7px; height: 7px;
  background: var(--emerald);
  border-radius: 50%;
  animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}

.hero-title {
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

.hero-title .line-green {
  background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-vivid) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}

.hero-title .line-highlight {
  position: relative;
  display: inline-block;
}

.hero-title .line-highlight::after {
  content: '';
  position: absolute;
  bottom: 6px; left: 0; right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--emerald-glass), var(--emerald-glass));
  border-radius: 3px;
  z-index: -1;
}

.hero-desc {
  font-size: 1.08rem;
  color: var(--text-secondary);
  margin-bottom: 40px;
  max-width: 500px;
  line-height: 1.78;
}

.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trust-avatars {
  display: flex;
  margin-right: 4px;
}

.trust-avatars span {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 2.5px solid var(--bg-void);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 700;
  color: white;
  margin-left: -10px;
}

.trust-avatars span:first-child { margin-left: 0; background: var(--emerald); }
.trust-avatars span:nth-child(2) { background: #2563eb; }
.trust-avatars span:nth-child(3) { background: var(--gold); }
.trust-avatars span:nth-child(4) { background: #8b5cf6; }

.trust-text {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.trust-text strong { color: var(--text-primary); }

/* ── Hero Stats Pills ── */
.hero-stats {
  display: flex;
  gap: 28px;
  margin-top: 40px;
}

.hero-stat-item { display: flex; flex-direction: column; }

.stat-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1;
  letter-spacing: -0.03em;
}

.stat-num span { color: var(--emerald); }
.stat-label { font-size: 0.8rem; color: var(--text-muted); font-weight: 500; margin-top: 4px; }

/* ── Hero Visual ── */
.hero-visual { position: relative; }

.hero-img-wrap {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: visible;
}

.hero-img-wrap img {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.hero-img-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60%;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
}

.hero-img-content {
  position: absolute;
  bottom: 28px; left: 28px; right: 28px;
  z-index: 2;
}

.hero-img-content h3 {
  color: white; font-size: 1.2rem; margin-bottom: 6px;
}

.hero-img-content p {
  color: rgba(255,255,255,0.8); font-size: 0.85rem;
}

/* ── Floating Cards ── */
.hero-card-floating {
  position: absolute;
  background: var(--bg-glass);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 14px;
  animation: floatCard 5s ease-in-out infinite;
  z-index: 3;
}

.hero-card-floating:nth-child(2) { animation-delay: 0s; }
.hero-card-floating:nth-child(3) { animation-delay: -2.5s; }

@keyframes floatCard {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.fc-icon {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--emerald), var(--emerald-deep));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.fc-text .label { font-size: 0.72rem; color: var(--text-muted); font-weight: 500; }
.fc-text .value { font-family: var(--font-heading); font-size: 0.95rem; font-weight: 700; color: var(--text-primary); }

/* ── Exam Logo Pills ── */
.exam-logos { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }

.exam-logo-pill {
  padding: 6px 14px;
  background: var(--bg-glass);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-pill);
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--text-secondary);
  letter-spacing: 0.03em;
  transition: var(--transition);
}

.exam-logo-pill:hover {
  background: var(--emerald-pale);
  border-color: var(--emerald-glass);
  color: var(--emerald);
}

/* =====================================================================================
   FEATURES / WHY CHOOSE US — BENTO GRID
   ===================================================================================== */
#features { background: var(--bg-secondary); }

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

.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--emerald), transparent);
  transform: scaleX(0);
  transition: transform 0.4s var(--ease-out);
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-green);
  border-color: var(--emerald-glass);
}

.feature-card:hover::before { transform: scaleX(1); }

.feature-number {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  color: var(--emerald-pale);
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.04em;
  transition: var(--transition);
}

.feature-card:hover .feature-number {
  color: var(--emerald-glass);
}

.feature-icon {
  width: 56px; height: 56px;
  background: var(--emerald-pale);
  border: 1px solid var(--emerald-glass);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--emerald);
  margin-bottom: 22px;
  transition: var(--transition);
}

.feature-card:hover .feature-icon {
  background: var(--emerald);
  border-color: var(--emerald);
  color: white;
  transform: scale(1.1);
}

.feature-card h4 { font-size: 1.05rem; margin-bottom: 10px; }
.feature-card p { font-size: 0.9rem; line-height: 1.72; }

/* =====================================================================================
   STATS SECTION — DARK LUXURY
   ===================================================================================== */
#stats {
  background: linear-gradient(135deg, #0a150a 0%, #0f2010 50%, #0a150a 100%);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

#stats::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(47,165,52,0.12) 0%, transparent 70%);
  pointer-events: none;
}

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

.stat-item {
  text-align: center;
  padding: 20px;
  border-right: 1px solid rgba(255,255,255,0.06);
  transition: var(--transition);
}

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

.stat-item:hover { transform: translateY(-4px); }

.stat-num-big {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.03em;
}

.stat-num-big span {
  color: var(--emerald-vivid);
  -webkit-text-fill-color: var(--emerald-vivid);
  font-size: 2rem;
}

.stat-label-big {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* =====================================================================================
   SERVICES / COURSES GRID
   ===================================================================================== */
.courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.course-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.course-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-green);
  border-color: var(--emerald-glass);
}

.course-thumb {
  height: 190px;
  position: relative;
  overflow: hidden;
}

.course-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}

.course-card:hover .course-thumb img { transform: scale(1.05); }

.course-badge {
  position: absolute;
  top: 14px; right: 14px;
  padding: 5px 13px;
  border-radius: var(--radius-pill);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.badge-free     { background: rgba(255,255,255,0.95); color: var(--emerald); }
.badge-paid     { background: linear-gradient(135deg, var(--emerald), var(--emerald-deep)); color: #fff; }
.badge-popular  { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: #fff; }

.course-body {
  padding: 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.course-category {
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--emerald);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.course-body h3 { font-size: 1.05rem; margin-bottom: 10px; }

.course-body p {
  font-size: 0.87rem;
  color: var(--text-secondary);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 18px;
}

.course-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-color);
}

.course-meta span { display: flex; align-items: center; gap: 5px; }

.course-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course-price {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

.course-price.free { color: var(--emerald); }
.course-price.paid { color: var(--text-primary); }

.course-price .old-price {
  text-decoration: line-through;
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 400;
  display: block;
}

/* =====================================================================================
   HOW IT WORKS — PROCESS STEPS
   ===================================================================================== */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 44px;
  left: 13%;
  right: 13%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--emerald-glass), var(--emerald-glass), transparent);
  z-index: 0;
}

.process-step {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 32px 24px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  transition: var(--transition);
}

.process-step:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-green);
  border-color: var(--emerald-glass);
}

.step-num {
  width: 88px; height: 88px;
  border-radius: 50%;
  background: var(--bg-void);
  border: 2px solid var(--emerald-glass);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--emerald);
  margin: 0 auto 24px;
  transition: var(--transition);
  position: relative;
}

.step-num::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px dashed var(--emerald-glass);
  animation: stepRotate 10s linear infinite;
}

@keyframes stepRotate {
  from { transform: rotate(0); }
  to   { transform: rotate(360deg); }
}

.process-step:hover .step-num {
  background: var(--emerald);
  border-color: var(--emerald);
  color: white;
  transform: scale(1.08);
}

.process-step h4 { margin-bottom: 10px; font-size: 1rem; }
.process-step p { font-size: 0.87rem; }

/* =====================================================================================
   TESTIMONIALS — LUXURY CARDS
   ===================================================================================== */
#testimonials { background: var(--bg-secondary); }

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

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 34px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 16px; right: 24px;
  font-family: var(--font-display);
  font-size: 6rem;
  font-weight: 900;
  color: var(--emerald);
  opacity: 0.07;
  line-height: 1;
  pointer-events: none;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-green);
  border-color: var(--emerald-glass);
}

.rating-stars { color: var(--gold); font-size: 0.95rem; margin-bottom: 18px; letter-spacing: 3px; }

.testimonial-text {
  font-size: 0.93rem;
  line-height: 1.78;
  color: var(--text-secondary);
  margin-bottom: 26px;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.testimonial-author { display: flex; align-items: center; gap: 14px; }

.author-avatar {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--emerald), var(--emerald-deep));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  color: white;
  flex-shrink: 0;
}

.author-info .name { font-weight: 700; font-size: 0.9rem; color: var(--text-primary); }
.author-info .role { font-size: 0.76rem; color: var(--emerald); font-weight: 600; margin-top: 2px; }

/* =====================================================================================
   CTA BANNER
   ===================================================================================== */
#cta-banner {
  background: linear-gradient(135deg, #0a1f0a 0%, #0f2a10 30%, #102f12 70%, #0a1f0a 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

#cta-banner::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 900px; height: 500px;
  background: radial-gradient(ellipse, rgba(47,165,52,0.18) 0%, transparent 65%);
  pointer-events: none;
}

.cta-content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-content h2 {
  color: white;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 18px;
}

.cta-content p {
  color: rgba(255,255,255,0.75);
  font-size: 1.1rem;
  margin-bottom: 40px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

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

/* =====================================================================================
   BLOG THUMB
   ===================================================================================== */
.blog-thumb {
  height: 200px;
  overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.blog-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}

.blog-preview-card:hover .blog-thumb img { transform: scale(1.06); }

/* =====================================================================================
   FAQ
   ===================================================================================== */
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  transition: var(--transition);
}

.faq-item:hover { border-color: var(--emerald-glass); }

.faq-question {
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.96rem;
  color: var(--text-primary);
  transition: var(--transition);
  gap: 16px;
}

.faq-question:hover { color: var(--emerald); }

.faq-icon {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--emerald-pale);
  color: var(--emerald);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  flex-shrink: 0;
  border: 1px solid var(--emerald-glass);
}

.faq-item.open .faq-icon {
  background: var(--emerald);
  color: white;
  transform: rotate(45deg);
  border-color: var(--emerald);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease-out), padding 0.3s ease;
}

.faq-item.open .faq-answer { max-height: 320px; padding: 0 26px 22px; }

.faq-answer p { font-size: 0.92rem; line-height: 1.8; }

/* =====================================================================================
   CONTACT FORM
   ===================================================================================== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start;
}

.contact-info-item {
  display: flex;
  gap: 18px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.contact-icon {
  width: 50px; height: 50px;
  background: var(--emerald-pale);
  border: 1px solid var(--emerald-glass);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--emerald);
  flex-shrink: 0;
}

.contact-info-text h4 { font-size: 0.96rem; margin-bottom: 5px; }
.contact-info-text p, .contact-info-text a {
  font-size: 0.9rem;
  color: var(--text-secondary);
}
.contact-info-text a:hover { color: var(--emerald); }

.social-links { display: flex; gap: 10px; margin-top: 32px; }

.social-link {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--text-secondary);
  transition: var(--transition);
}

.social-link:hover {
  background: var(--emerald);
  border-color: var(--emerald);
  color: white;
  transform: translateY(-3px);
}

/* Contact Form Card */
.contact-form {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 44px;
  box-shadow: var(--shadow-md);
}

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

.form-group label {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}

.form-control {
  width: 100%;
  padding: 14px 18px;
  background: var(--bg-input);
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.93rem;
  color: var(--text-primary);
  transition: var(--transition);
  outline: none;
}

.form-control:focus {
  border-color: var(--emerald);
  background: var(--bg-primary);
  box-shadow: 0 0 0 4px var(--emerald-glass);
}

.form-control::placeholder { color: var(--text-hint); }

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

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

.input-group { position: relative; }

.input-group .form-control { padding-left: 46px; }

.input-group .input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 0.95rem;
}

.input-group .toggle-password {
  position: absolute;
  right: 14px; top: 50%;
  transform: translateY(-50%);
  background: none; border: none;
  cursor: pointer;
  color: var(--text-muted);
  font-size: 0.9rem;
  transition: var(--transition);
}

.input-group .toggle-password:hover { color: var(--emerald); }

.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.form-check input[type="checkbox"] {
  width: 18px; height: 18px;
  accent-color: var(--emerald);
  cursor: pointer;
}

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

.forgot-link {
  font-size: 0.87rem;
  color: var(--emerald);
  font-weight: 600;
}

/* =====================================================================================
   FOOTER — ENTERPRISE
   ===================================================================================== */
#footer {
  background: var(--bg-primary);
  border-top: 1px solid var(--border-color);
  padding: 90px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 56px;
  margin-bottom: 56px;
}

.footer-brand .logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.footer-brand .brand-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.footer-brand .tagline {
  font-size: 0.62rem;
  color: var(--emerald);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-brand p { font-size: 0.88rem; line-height: 1.75; margin-bottom: 24px; }

.footer-col h5 {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  color: var(--text-primary);
}

.footer-links li { margin-bottom: 10px; }

.footer-links a {
  font-size: 0.87rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.footer-links a::before {
  content: '→';
  opacity: 0;
  color: var(--emerald);
  transition: var(--transition);
  font-size: 0.8rem;
}

.footer-links a:hover { color: var(--emerald); transform: translateX(4px); }
.footer-links a:hover::before { opacity: 1; }

.footer-newsletter p { font-size: 0.87rem; color: var(--text-secondary); margin-bottom: 16px; }

.newsletter-form {
  display: flex;
  border-radius: var(--radius-pill);
  overflow: hidden;
  border: 1.5px solid var(--border-color);
  transition: var(--transition);
}

.newsletter-form:focus-within { border-color: var(--emerald); box-shadow: 0 0 0 4px var(--emerald-glass); }

.newsletter-form input {
  flex: 1;
  padding: 13px 18px;
  border: none;
  background: var(--bg-input);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 0.87rem;
  outline: none;
}

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

.newsletter-form button {
  padding: 13px 22px;
  background: linear-gradient(135deg, var(--emerald), var(--emerald-deep));
  color: white;
  border: none;
  cursor: pointer;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.87rem;
  transition: var(--transition);
}

.newsletter-form button:hover { background: var(--emerald-deep); }

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

.footer-bottom p { font-size: 0.82rem; color: var(--text-muted); }

.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { font-size: 0.82rem; color: var(--text-muted); }
.footer-bottom-links a:hover { color: var(--emerald); }

/* =====================================================================================
   ABOUT PAGE
   ===================================================================================== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.about-img-wrap { position: relative; }

.service-img-box {
  border-radius: var(--radius-xl);
  overflow: hidden;
  height: 360px;
  position: relative;
}

.service-img-box img { width: 100%; height: 100%; object-fit: cover; }

.service-img-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.65));
  padding: 28px;
}

.service-img-overlay h3 {
  color: white;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0;
}

.about-exp-badge {
  position: absolute;
  bottom: -20px; right: -20px;
  background: linear-gradient(135deg, var(--emerald), var(--emerald-deep));
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  text-align: center;
  box-shadow: var(--shadow-green);
}

.about-exp-badge .exp-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  color: white;
  line-height: 1;
}

.about-exp-badge .exp-text {
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
}

.about-list { margin: 26px 0; }

.about-list-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
}

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

.about-list-item .ali-icon {
  width: 30px; height: 30px;
  background: var(--emerald-pale);
  border: 1px solid var(--emerald-glass);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--emerald);
  font-size: 0.82rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.about-list-item .ali-text h5 { font-size: 0.93rem; margin-bottom: 4px; }
.about-list-item .ali-text p { font-size: 0.84rem; }

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

.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  text-align: center;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-green);
}

.team-avatar {
  height: 200px;
  background: linear-gradient(135deg, var(--emerald), var(--emerald-deep));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 900;
  color: rgba(255,255,255,0.25);
  position: relative;
  overflow: hidden;
}

.team-body { padding: 22px; }
.team-body h4 { font-size: 0.98rem; margin-bottom: 4px; }
.team-body .role { font-size: 0.8rem; color: var(--emerald); font-weight: 600; }

/* =====================================================================================
   AUTH PAGES
   ===================================================================================== */
.auth-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 24px 60px;
  background: var(--bg-void);
  position: relative;
  overflow: hidden;
}

.auth-page::before {
  content: '';
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse, var(--emerald-glass) 0%, transparent 65%);
  pointer-events: none;
}

.auth-container {
  width: 100%;
  max-width: 490px;
  position: relative;
  z-index: 1;
}

.auth-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 52px 44px;
  box-shadow: var(--shadow-lg);
}

.auth-logo {
  text-align: center;
  margin-bottom: 34px;
}

.auth-logo .logo-icon {
  width: 66px; height: 66px;
  background: linear-gradient(135deg, var(--emerald), var(--emerald-deep));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 14px;
  box-shadow: var(--shadow-green);
}

.auth-logo h2 { font-size: 1.5rem; margin-bottom: 7px; }
.auth-logo p { font-size: 0.9rem; color: var(--text-muted); }

.auth-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0;
}

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

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

.auth-footer {
  text-align: center;
  margin-top: 24px;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.auth-footer a { color: var(--emerald); font-weight: 600; }

/* =====================================================================================
   ORDER / CHECKOUT PAGE
   ===================================================================================== */
.order-page-wrap {
  min-height: 100vh;
  padding: 100px 0 80px;
  background: var(--bg-secondary);
}

.order-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: start;
}

.order-form-card, .order-summary-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}

.order-form-card h2, .order-summary-card h3 {
  font-size: 1.25rem;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

/* Payment Tabs */
.payment-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 24px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid var(--emerald);
}

.payment-tab {
  flex: 1;
  padding: 14px 16px;
  background: transparent;
  border: none;
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition);
}

.payment-tab.active {
  background: var(--emerald);
  color: white;
}

/* =====================================================================================
   PRICING CARDS
   ===================================================================================== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}

.pricing-card {
  background: var(--bg-card);
  border: 2px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 40px 32px;
  transition: var(--transition);
  position: relative;
}

.pricing-card.featured {
  border-color: var(--emerald);
  transform: scale(1.04);
  box-shadow: var(--shadow-green-lg);
}

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

.pricing-card.featured:hover { transform: scale(1.04) translateY(-6px); }

.pricing-popular-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--emerald), var(--emerald-deep));
  color: white;
  padding: 7px 22px;
  border-radius: var(--radius-pill);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.pricing-plan-name {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--emerald);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.pricing-price { font-family: var(--font-display); margin-bottom: 8px; }
.pricing-price .amount { font-size: 3.2rem; font-weight: 900; color: var(--text-primary); line-height: 1; letter-spacing: -0.03em; }
.pricing-price .currency { font-size: 1.4rem; font-weight: 700; color: var(--text-secondary); vertical-align: top; margin-top: 10px; display: inline-block; }
.pricing-price .period { font-size: 0.85rem; color: var(--text-muted); font-weight: 400; }

.pricing-desc {
  font-size: 0.87rem;
  color: var(--text-muted);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}

.pricing-features { margin-bottom: 30px; }

.pricing-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.pricing-feature-item .fi-check { color: var(--emerald); font-size: 1rem; flex-shrink: 0; }
.pricing-feature-item .fi-x { color: var(--text-hint); font-size: 1rem; flex-shrink: 0; }
.pricing-feature-item.disabled { opacity: 0.4; text-decoration: line-through; }

/* =====================================================================================
   SERVICES PAGE — SPECIAL CARDS
   ===================================================================================== */
.exam-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.exam-card {
  background: var(--bg-card);
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: var(--transition);
  text-align: center;
}

.exam-card:hover {
  border-color: var(--emerald);
  box-shadow: var(--shadow-green);
  transform: translateY(-4px);
}

.exam-card-icon {
  width: 60px; height: 60px;
  border-radius: var(--radius);
  background: var(--emerald-pale);
  border: 1px solid var(--emerald-glass);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.exam-card-icon i { color: var(--emerald); font-size: 1.4rem; }

.exam-card h4 { font-weight: 800; font-size: 0.95rem; margin-bottom: 10px; }
.exam-card p { font-size: 0.82rem; color: var(--text-secondary); line-height: 1.62; margin-bottom: 16px; }
.exam-card .exam-price { font-family: var(--font-display); font-weight: 800; color: var(--emerald); font-size: 1.1rem; margin-bottom: 14px; }

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

.platform-card-s {
  background: var(--bg-card);
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: var(--transition);
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.platform-card-s:hover {
  border-color: var(--emerald);
  box-shadow: var(--shadow-green);
}

.platform-icon {
  width: 50px; height: 50px;
  border-radius: var(--radius);
  background: var(--emerald-pale);
  border: 1px solid var(--emerald-glass);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.platform-icon i { color: var(--emerald); font-size: 1.1rem; }

.platform-info h4 { font-weight: 700; font-size: 0.94rem; margin-bottom: 6px; }
.platform-info p { font-size: 0.82rem; color: var(--text-secondary); line-height: 1.62; margin-bottom: 12px; }

/* Service-specific card */
.service-section-card {
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 20px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: var(--transition);
}

.service-section-card:hover { border-color: var(--emerald-glass); background: var(--emerald-pale); }

.service-section-card .ssc-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: var(--emerald-pale);
  border: 1px solid var(--emerald-glass);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-section-card .ssc-icon i { color: var(--emerald); }
.service-section-card h5 { font-weight: 700; font-size: 0.9rem; margin-bottom: 2px; }
.service-section-card p { font-size: 0.82rem; color: var(--text-secondary); margin: 0; }

/* Filter buttons */
.filter-btn { cursor: pointer; }

/* =====================================================================================
   SCROLL TOP
   ===================================================================================== */
#scroll-top {
  position: fixed;
  bottom: 32px; right: 32px;
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--emerald), var(--emerald-deep));
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-green);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: var(--transition);
  z-index: 999;
}

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

#scroll-top:hover { transform: translateY(-3px); box-shadow: var(--shadow-green-lg); }

/* =====================================================================================
   TOAST NOTIFICATIONS
   ===================================================================================== */
.toast {
  position: fixed;
  bottom: 28px; left: 50%;
  transform: translateX(-50%) translateY(16px);
  background: var(--text-primary);
  color: var(--bg-primary);
  padding: 14px 24px;
  border-radius: var(--radius-pill);
  font-family: var(--font-heading);
  font-size: 0.87rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
  z-index: 99999;
  box-shadow: var(--shadow-xl);
  white-space: nowrap;
}

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

.toast i { color: var(--emerald); }
.toast.toast-error i { color: #ef4444; }

/* =====================================================================================
   ANIMATION UTILITIES
   ===================================================================================== */
.fade-in-up    { opacity: 0; transform: translateY(30px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.fade-in-left  { opacity: 0; transform: translateX(-30px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.fade-in-right { opacity: 0; transform: translateX(30px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }

.fade-in-up.visible, .fade-in-left.visible, .fade-in-right.visible {
  opacity: 1;
  transform: translate(0,0);
}

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }

/* ── Misc ── */
.text-green  { color: var(--emerald); }
.text-center { text-align: center; }
.text-white  { color: #fff !important; }
.fw-bold     { font-weight: 700; }
.mt-0        { margin-top: 0 !important; }

/* =====================================================================================
   MODAL
   ===================================================================================== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-overlay.open { display: flex; }

.modal-box {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  max-width: 560px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-xl);
  animation: modalSlide 0.35s var(--ease-spring);
}

@keyframes modalSlide {
  from { opacity: 0; transform: scale(0.95) translateY(20px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

/* =====================================================================================
   RESPONSIVE — TABLET & MOBILE
   ===================================================================================== */
@media (max-width: 1100px) {
  .features-grid    { grid-template-columns: repeat(2, 1fr); }
  .courses-grid     { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid        { grid-template-columns: repeat(2, 1fr); }
  .footer-grid      { grid-template-columns: 1fr 1fr; }
  .process-steps    { grid-template-columns: repeat(2, 1fr); }
  .process-steps::before { display: none; }
  .stats-grid       { grid-template-columns: repeat(2, 1fr); }
  .stat-item        { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .pricing-grid     { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
}

@media (max-width: 900px) {
  h1 { font-size: 2.4rem; }
  h2 { font-size: 1.9rem; }
  .hero-inner       { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual      { display: none; }
  .about-grid       { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid     { grid-template-columns: 1fr; gap: 40px; }
  .order-grid       { grid-template-columns: 1fr; }
  .exam-grid        { grid-template-columns: 1fr 1fr; }
  .platform-grid    { grid-template-columns: 1fr; }
  .nav-menu         { display: none; }
  .hamburger        { display: flex; }
  .nav-actions .btn-outline, .nav-actions .btn-primary { display: none; }
  .nav-actions .btn-sm + .btn-sm { display: flex; }
}

@media (max-width: 640px) {
  .container { padding: 0 18px; }
  .section   { padding: 80px 0; }
  .features-grid { grid-template-columns: 1fr; }
  .courses-grid  { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .stats-grid    { grid-template-columns: 1fr 1fr; }
  .exam-grid     { grid-template-columns: 1fr; }
  .team-grid     { grid-template-columns: 1fr 1fr; }
  .footer-grid   { grid-template-columns: 1fr; gap: 36px; }
  .hero-stats    { gap: 20px; }
  .auth-card     { padding: 36px 24px; }
  .contact-form  { padding: 32px 24px; }
  .form-row      { grid-template-columns: 1fr; }
  .hero-cta      { flex-direction: column; }
  .process-steps { grid-template-columns: 1fr; }
  .faq-grid      { grid-template-columns: 1fr !important; }
}
