/* ============================================
   Course & Internal Pages — Theme Variants
   ============================================ */

.course-page {
  --cp-hero-text: var(--color-text);
  --cp-hero-muted: var(--color-text-muted);
  --cp-hero-surface: var(--color-surface);
  --cp-hero-border: var(--color-border);
  --cp-btn: var(--color-primary);
  --cp-btn-hover: var(--color-primary-dark);
  --cp-highlight: var(--color-primary);
  --cp-hero-bg: var(--color-surface-2);
  --cp-glow: rgba(86, 114, 29, 0.15);
}

/* Same side spacing as home (:root --container-pad / --container-max) */
.course-page .container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
  box-sizing: border-box;
}

@media (min-width: 1440px) {
  .course-page .container {
    max-width: min(1500px, 100%);
  }
}

/* Web Development — warm brown (#7A3D00) */
.course-page[data-theme="web"] {
  --cp-hero-bg: #7A3D00;
  --cp-hero-text: #fffaf5;
  --cp-hero-muted: #e8c9a0;
  --cp-hero-surface: rgba(255, 255, 255, 0.97);
  --cp-hero-border: rgba(255, 255, 255, 0.14);
  --cp-btn: #7A3D00;
  --cp-btn-hover: #5c2f00;
  --cp-highlight: #7A3D00;
  --cp-glow: rgba(212, 165, 116, 0.28);
  --cp-soft: #f3e8da;
  --cp-soft2: #e8d9c4;
  --cp-cardborder: #dcc9b0;
  --font-mono: "JetBrains Mono", "Fira Code", monospace;
  background: var(--cp-soft);
}

/* Frontend (Web Dev / Full Stack / Web Designing / UI-UX) — bright fuchsia */
.course-page[data-theme="frontend"] {
  --cp-hero-bg: #fdf4fb;
  --cp-hero-text: #2a0a24;
  --cp-hero-muted: #7c5675;
  --cp-hero-surface: #ffffff;
  --cp-hero-border: #f9d4ee;
  --cp-btn: #f95d5d;
  --cp-btn-hover: #e04a4a;
  --cp-highlight: #c026d3;
  --cp-glow: rgba(192, 38, 211, 0.2);
  --font-mono: "JetBrains Mono", "Fira Code", monospace;
}

/* Design & Animation — warm coral + teal studio */
.course-page[data-theme="design"] {
  --cp-hero-bg: #faf8ff;
  --cp-hero-text: #2a2440;
  --cp-hero-muted: #6b6585;
  --cp-hero-surface: #ffffff;
  --cp-hero-border: #e5defc;
  --cp-btn: #f95d5d;
  --cp-btn-hover: #e04a4a;
  --cp-highlight: #7c3aed;
  --cp-glow: rgba(124, 58, 237, 0.18);
}

/* Marketing — playful coral + amber + sky */
/* Marketing — Digital Marketing (indigo) */
.course-page[data-theme="mkt-indigo"] {
  --cp-hero-bg: #f5f5ff;
  --cp-hero-text: #312e81;
  --cp-hero-muted: #6b6ba8;
  --cp-hero-surface: #ffffff;
  --cp-hero-border: #c7d2fe;
  --cp-btn: #f95d5d;
  --cp-btn-hover: #e04a4a;
  --cp-highlight: #6366f1;
  --cp-rgb: 99, 102, 241;
  --cp-glow: rgba(99, 102, 241, 0.2);
  --cp-soft: #f7f7ff;
  --cp-soft2: #eef0fe;
  --cp-cardborder: #dcdffb;
}

/* Marketing — SEO (royal purple) */
.course-page[data-theme="mkt-purple"] {
  --cp-hero-bg: #faf5ff;
  --cp-hero-text: #4c1d95;
  --cp-hero-muted: #7c5ca8;
  --cp-hero-surface: #ffffff;
  --cp-hero-border: #e9d5ff;
  --cp-btn: #f95d5d;
  --cp-btn-hover: #e04a4a;
  --cp-highlight: #9333ea;
  --cp-rgb: 147, 51, 234;
  --cp-glow: rgba(147, 51, 234, 0.2);
  --cp-soft: #fbf7ff;
  --cp-soft2: #f4e9fe;
  --cp-cardborder: #ecd9fb;
}

/* Marketing — Social Media (plum) */
.course-page[data-theme="mkt-plum"] {
  --cp-hero-bg: #fdf4fd;
  --cp-hero-text: #701a75;
  --cp-hero-muted: #8a5c8f;
  --cp-hero-surface: #ffffff;
  --cp-hero-border: #f5d0fe;
  --cp-btn: #f95d5d;
  --cp-btn-hover: #e04a4a;
  --cp-highlight: #a21caf;
  --cp-rgb: 162, 28, 175;
  --cp-glow: rgba(162, 28, 175, 0.2);
  --cp-soft: #fdf6fd;
  --cp-soft2: #f9e6fa;
  --cp-cardborder: #f3d4f5;
}

/* Academic — warm paper & gold (no blue outlines) */
.course-page[data-theme="academic"] {
  --cp-hero-bg: #fafaf9;
  --cp-hero-text: #292524;
  --cp-hero-muted: #78716c;
  --cp-hero-surface: #ffffff;
  --cp-hero-border: #e7e5e4;
  --cp-btn: #f95d5d;
  --cp-btn-hover: #e04a4a;
  --cp-highlight: #d97706;
  --cp-glow: rgba(217, 119, 6, 0.12);
}

/* Cyber Security — charcoal + bright orange alert */
.course-page[data-theme="security"] {
  --cp-hero-bg: #1c1917;
  --cp-hero-text: #fafaf9;
  --cp-hero-muted: #d6d3d1;
  --cp-hero-surface: #292524;
  --cp-hero-border: #44403c;
  --cp-btn: #fb7124;
  --cp-btn-hover: #ea580c;
  --cp-highlight: #fb923c;
  --cp-glow: rgba(251, 113, 36, 0.25);
  --font-mono: "JetBrains Mono", monospace;
}

/* AI Programs — deep purple (#33013C) */
.course-page[data-theme="ai"] {
  --cp-hero-bg: #33013C;
  --cp-hero-text: #faf5ff;
  --cp-hero-muted: #d8b4e2;
  --cp-hero-surface: rgba(255, 255, 255, 0.97);
  --cp-hero-border: rgba(255, 255, 255, 0.14);
  --cp-btn: var(--color-primary);
  --cp-btn-hover: var(--color-primary-dark);
  --cp-highlight: #e879f9;
  --cp-rgb: 51, 1, 60;
  --cp-glow: rgba(232, 121, 249, 0.28);
  --cp-soft: #faf5ff;
  --cp-soft2: #f3e8ff;
  --cp-cardborder: #e9d5ff;
  --font-mono: "JetBrains Mono", "Fira Code", monospace;
}

/* ---- Course Hero ---- */
.course-hero {
  position: relative;
  padding: calc(var(--header-height) + 32px) 0 72px;
  background: var(--cp-hero-bg);
  scroll-margin-top: calc(var(--header-height) + 12px);
  overflow: hidden;
}

.course-page[data-theme="web"] .course-hero {
  background: linear-gradient(145deg, #3d1f00 0%, #7A3D00 45%, #9a4f00 100%);
}

.course-page[data-theme="security"] .course-hero {
  background: linear-gradient(145deg, #0c0a09 0%, #1c1917 50%, #292524 100%);
}

.course-page[data-theme="ai"] .course-hero {
  background: linear-gradient(145deg, #1a0020 0%, #33013C 45%, #4a0258 100%);
}

.course-page[data-theme="security"] .course-hero-bg {
  background:
    radial-gradient(ellipse 70% 50% at 80% 20%, rgba(251, 113, 36, 0.35) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 10% 85%, rgba(251, 146, 60, 0.18) 0%, transparent 50%);
  animation: webHeroGlow 10s ease-in-out infinite alternate;
}

.course-page[data-theme="ai"] .course-hero-bg {
  background:
    radial-gradient(ellipse 70% 55% at 20% 20%, rgba(232, 121, 249, 0.38) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 85% 75%, rgba(168, 85, 247, 0.22) 0%, transparent 50%),
    radial-gradient(ellipse 50% 60% at 50% 100%, rgba(255, 255, 255, 0.06) 0%, transparent 60%);
  animation: webHeroGlow 10s ease-in-out infinite alternate;
}

.course-page[data-theme="web"] .course-hero-bg {
  background:
    radial-gradient(ellipse 75% 55% at 15% 25%, rgba(212, 165, 116, 0.42) 0%, transparent 55%),
    radial-gradient(ellipse 65% 45% at 85% 75%, rgba(232, 180, 120, 0.28) 0%, transparent 50%),
    radial-gradient(ellipse 50% 70% at 55% 100%, rgba(255, 255, 255, 0.07) 0%, transparent 60%);
  animation: webHeroGlow 10s ease-in-out infinite alternate;
}

@keyframes webHeroGlow {
  0% { opacity: 0.75; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.06); }
}

.course-page[data-theme="design"] .course-hero,
.course-page.mkt .course-hero,
.course-page[data-theme="academic"] .course-hero {
  background: var(--cp-hero-bg);
}

/* Academic — no blue outlines */
.course-page[data-theme="academic"] .course-theme-tag,
.course-page[data-theme="academic"] .course-chip,
.course-page[data-theme="academic"] .course-float-stat,
.course-page[data-theme="academic"] .course-hero-visual img,
.course-page[data-theme="academic"] .curriculum-card {
  border-color: var(--cp-hero-border);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.course-page[data-theme="academic"] .course-hero-form .contact-form-card {
  border-color: var(--cp-hero-border);
}

.course-page.mkt .course-metric {
  border-top: 3px solid var(--cp-highlight);
}

.course-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.course-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: start;
}

.course-hero-content {
  color: var(--cp-hero-text);
}

.course-hero-content .section-label {
  color: var(--cp-highlight);
}

.course-hero-content .section-label::before {
  background: var(--cp-highlight);
}

.course-hero-content h1 {
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  color: var(--cp-hero-text);
}

.course-hero-content h1 em {
  font-style: normal;
  color: var(--cp-highlight);
}

.course-hero-content > p {
  color: var(--cp-hero-muted);
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.course-theme-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--cp-hero-surface);
  border: 1px solid var(--cp-hero-border);
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--cp-highlight);
  margin-bottom: 16px;
}

.course-page[data-theme="web"] .course-theme-tag,
.course-page[data-theme="security"] .course-theme-tag,
.course-page[data-theme="ai"] .course-theme-tag {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--cp-hero-border);
}

.course-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.course-chip {
  padding: 7px 14px;
  background: var(--cp-hero-surface);
  border: 1px solid var(--cp-hero-border);
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--cp-hero-muted);
}

.course-chip strong {
  color: var(--cp-highlight);
}

.course-hero-visual {
  position: relative;
  margin-top: 8px;
}

.course-hero-visual img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 3px solid var(--cp-hero-border);
  box-shadow: 0 20px 50px var(--cp-glow);
  display: block;
}

.course-page[data-theme="design"] .course-hero-visual img {
  border-radius: 30% 70% 65% 35% / 35% 35% 65% 65%;
}

.course-page[data-theme="web"] .course-hero-visual::before {
  content: "< / >";
  position: absolute;
  top: -12px;
  left: 16px;
  font-family: var(--font-mono, monospace);
  font-size: 0.85rem;
  color: var(--cp-highlight);
  opacity: 0.6;
  animation: courseFloat 3s ease-in-out infinite;
}

/* Web hero — extra animated elements */
.course-page[data-theme="web"] .course-hero-visual::after {
  content: "{ }";
  position: absolute;
  bottom: -10px;
  right: 18px;
  font-family: var(--font-mono, monospace);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--cp-highlight);
  opacity: 0.5;
  animation: courseFloat 4.5s ease-in-out infinite;
  animation-delay: -1.5s;
}

.course-page[data-theme="web"] .course-hero-visual img {
  animation: webImgFloat 7s ease-in-out infinite;
}

@keyframes webImgFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

.course-page[data-theme="web"] .course-theme-tag {
  animation: webTagPulse 3s ease-in-out infinite;
}

@keyframes webTagPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(212, 165, 116, 0); }
  50% { box-shadow: 0 0 0 4px rgba(212, 165, 116, 0.22); }
}

.course-page[data-theme="security"] .course-hero-visual::before {
  content: "$ sudo enroll --now";
  position: absolute;
  top: -8px;
  left: 12px;
  font-family: var(--font-mono, monospace);
  font-size: 0.75rem;
  color: var(--cp-highlight);
  animation: courseBlink 2s step-end infinite;
}

.course-page[data-theme="ai"] .course-hero-visual::before {
  content: "◈ AI · ML";
  position: absolute;
  top: -10px;
  left: 14px;
  font-family: var(--font-mono, monospace);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--cp-highlight);
  opacity: 0.85;
  animation: courseFloat 3.5s ease-in-out infinite;
}

.course-page[data-theme="ai"] .course-hero-visual img {
  animation: webImgFloat 7s ease-in-out infinite;
}

@keyframes courseBlink {
  50% { opacity: 0.4; }
}

.course-float-stat {
  position: absolute;
  padding: 10px 14px;
  background: var(--cp-hero-surface);
  border: 1px solid var(--cp-hero-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--cp-highlight);
  animation: courseFloat 4s ease-in-out infinite;
}

.course-float-stat-1 { top: 12px; right: -8px; }
.course-float-stat-2 { bottom: 20px; left: -8px; animation-delay: -2s; }

@keyframes courseFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.course-hero-form {
  position: sticky;
  top: calc(var(--header-height) + 16px);
}

.course-hero-form .contact-form-card {
  background: var(--cp-hero-surface);
  border-color: var(--cp-hero-border);
}

.course-hero-form .form-title {
  color: var(--cp-hero-text);
}

.course-page[data-theme="web"] .course-hero-form .contact-form-card,
.course-page[data-theme="security"] .course-hero-form .contact-form-card,
.course-page[data-theme="ai"] .course-hero-form .contact-form-card {
  color: var(--cp-hero-text);
}

.course-hero-form .btn-primary {
  background: var(--cp-btn);
  box-shadow: 0 4px 14px var(--cp-glow);
}

.course-hero-form .btn-primary:hover {
  background: var(--cp-btn-hover);
}

.course-animate {
  opacity: 0;
  animation: courseFadeUp 0.65s ease forwards;
}

.course-animate-1 { animation-delay: 0.08s; }
.course-animate-2 { animation-delay: 0.16s; }
.course-animate-3 { animation-delay: 0.24s; }
.course-animate-4 { animation-delay: 0.32s; }
.course-animate-5 { animation-delay: 0.4s; }
.course-animate-6 { animation-delay: 0.48s; }

/* When GSAP owns the course hero, pause CSS keyframes */
html.gsap-course-hero .course-animate {
  animation: none;
  opacity: 0;
}

@keyframes courseFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---- Course body sections ---- */
.course-body {
  background: var(--color-bg);
}

.course-section {
  padding: 72px 0;
}

.course-section.alt {
  background: var(--color-surface-2);
}

.course-section h2 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 800;
  margin-bottom: 16px;
}

.curriculum-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.curriculum-card {
  padding: 24px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  transition: transform var(--transition);
}

.curriculum-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.course-page[data-theme="design"] .curriculum-card {
  border-radius: 24px;
}

.curriculum-card .module-num {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--cp-highlight, var(--color-coral));
  margin-bottom: 8px;
}

.curriculum-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.curriculum-card p {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.55;
}

.course-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.course-metric {
  text-align: center;
  padding: 24px 16px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}

.course-page.mkt .course-metric {
  border-top: 3px solid var(--cp-highlight, #059669);
}

.course-metric .num {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--cp-highlight, var(--color-coral));
}

.course-metric .lbl {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin-top: 4px;
}

.syllabus-list {
  list-style: none;
  margin-top: 24px;
}

.syllabus-list li {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-border);
  font-size: 0.95rem;
  color: var(--color-text-muted);
}

.syllabus-list li strong {
  color: var(--color-text);
  min-width: 100px;
}

.course-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.course-split img {
  width: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
  min-height: 280px;
  border: 3px solid #fff;
  box-shadow: var(--shadow-md);
}

.course-page[data-theme="design"] .course-split img {
  border-radius: 40% 60% 55% 45% / 45% 40% 60% 55%;
}

.course-cta-bar {
  padding: 40px;
  background: var(--cp-btn, var(--color-coral));
  border-radius: var(--radius-lg);
  text-align: center;
  color: #fff;
  margin-top: 48px;
}

.course-cta-bar h2 {
  color: #fff;
  margin-bottom: 12px;
}

.course-cta-bar p {
  opacity: 0.92;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .course-hero-grid,
  .course-split {
    grid-template-columns: 1fr;
  }

  .curriculum-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .course-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .course-hero-grid {
    display: flex;
    flex-direction: column;
  }

  .course-hero-form {
    order: -1;
    position: static;
  }

  .curriculum-grid,
  .course-metrics {
    grid-template-columns: 1fr;
  }

  .course-float-stat {
    display: none;
  }

  .course-hero-visual img {
    height: 200px;
  }
}

/* ============================================
   Academic theme — refined sections & hero anim
   ============================================ */

/* Warm section backgrounds to match the academic hero */
.course-page[data-theme="academic"] .course-body {
  background: #faf8f4;
}

.course-page[data-theme="academic"] .course-section.alt {
  background: #f3eee4;
}

/* Animated lightweight warm hero */
.course-page[data-theme="academic"] .course-hero {
  background: linear-gradient(160deg, #fafaf9 0%, #fdf6ea 55%, #fef2e2 100%);
}

.course-page[data-theme="academic"] .course-hero-bg {
  background:
    radial-gradient(circle at 14% 22%, rgba(217, 119, 6, 0.12), transparent 46%),
    radial-gradient(circle at 86% 78%, rgba(249, 93, 93, 0.09), transparent 46%);
  animation: academicGlow 12s ease-in-out infinite alternate;
}

@keyframes academicGlow {
  0%   { opacity: 0.7; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.07); }
}

.course-page[data-theme="academic"] .course-hero-visual img {
  animation: academicFloat 6s ease-in-out infinite;
}

@keyframes academicFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

.course-page[data-theme="academic"] .course-hero-content h1 {
  position: relative;
}

.course-page[data-theme="academic"] .course-theme-tag {
  animation: academicTagPulse 3s ease-in-out infinite;
}

@keyframes academicTagPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(217, 119, 6, 0); }
  50%      { box-shadow: 0 0 0 4px rgba(217, 119, 6, 0.08); }
}

/* "Why Choose" + summary lists → feature card grid */
.course-page[data-theme="academic"] .container > .syllabus-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border: none;
}

.course-page[data-theme="academic"] .container > .syllabus-list li {
  display: block;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #ece4d6;
  border-left: 3px solid var(--cp-highlight);
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(120, 90, 20, 0.05);
  color: var(--color-text-muted);
  transition: transform var(--transition), box-shadow var(--transition);
}

.course-page[data-theme="academic"] .container > .syllabus-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(120, 90, 20, 0.1);
}

.course-page[data-theme="academic"] .container > .syllabus-list li strong {
  display: block;
  min-width: auto;
  margin-bottom: 4px;
  color: var(--cp-highlight);
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

/* "Who Should Join" + "Benefits" → checkmark cards */
.course-page[data-theme="academic"] .course-split .syllabus-list {
  border: none !important;
}

.course-page[data-theme="academic"] .course-split .syllabus-list li {
  position: relative;
  border: none !important;
  padding: 13px 16px 13px 46px !important;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(120, 90, 20, 0.05);
  color: var(--color-text);
  font-weight: 500;
  transition: transform var(--transition), box-shadow var(--transition);
}

.course-page[data-theme="academic"] .course-split .syllabus-list li:hover {
  transform: translateX(3px);
  box-shadow: 0 8px 20px rgba(120, 90, 20, 0.1);
}

.course-page[data-theme="academic"] .course-split .syllabus-list li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: rgba(217, 119, 6, 0.12);
  color: var(--cp-highlight);
  font-size: 0.72rem;
  font-weight: 800;
}

/* Academic FAQ — warm band + gold accents (was blue) */
.course-page[data-theme="academic"] .faq.course-section,
.course-page[data-theme="academic"] .faq {
  background: #f3eee4;
}

.course-page[data-theme="academic"] .faq-icon {
  background: rgba(217, 119, 6, 0.12);
  color: var(--cp-highlight);
}

.course-page[data-theme="academic"] .faq-question:hover {
  color: var(--cp-highlight);
}

/* ===== Design theme — warm cream sections + teal/coral cards (replace blue) ===== */
.course-page[data-theme="design"] .course-body {
  background: #faf8ff;
}

.course-page[data-theme="design"] .course-section.alt {
  background: #f3effe;
}

/* "Why Choose" + overview lists → feature card grid (teal accent) */
.course-page[data-theme="design"] .container > .syllabus-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border: none;
}

.course-page[data-theme="design"] .container > .syllabus-list li {
  display: block;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #ece5fc;
  border-left: 3px solid var(--cp-highlight);
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(124, 58, 237, 0.06);
  color: var(--color-text-muted);
  transition: transform var(--transition), box-shadow var(--transition);
}

.course-page[data-theme="design"] .container > .syllabus-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.12);
}

.course-page[data-theme="design"] .container > .syllabus-list li strong {
  display: block;
  min-width: auto;
  margin-bottom: 4px;
  color: var(--cp-highlight);
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

/* "Who Should Join" + "Career Opportunities" → checkmark cards */
.course-page[data-theme="design"] .course-split .syllabus-list {
  border: none !important;
}

.course-page[data-theme="design"] .course-split .syllabus-list li {
  position: relative;
  border: none !important;
  padding: 13px 16px 13px 46px !important;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(124, 58, 237, 0.06);
  color: var(--color-text);
  font-weight: 500;
  transition: transform var(--transition), box-shadow var(--transition);
}

.course-page[data-theme="design"] .course-split .syllabus-list li:hover {
  transform: translateX(3px);
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.12);
}

.course-page[data-theme="design"] .course-split .syllabus-list li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.12);
  color: var(--cp-highlight);
  font-size: 0.72rem;
  font-weight: 800;
}

/* Outcomes column (Career Opportunities) → coral checks to differentiate */
.course-page[data-theme="design"] .course-split > div:last-child .syllabus-list li::before {
  content: "★";
  background: rgba(249, 93, 93, 0.14);
  color: var(--cp-btn);
}

/* Design FAQ — warm band + teal accents (replace blue) */
.course-page[data-theme="design"] .faq.course-section,
.course-page[data-theme="design"] .faq {
  background: #f3effe;
}

.course-page[data-theme="design"] .faq-icon {
  background: rgba(124, 58, 237, 0.12);
  color: var(--cp-highlight);
}

.course-page[data-theme="design"] .faq-question:hover {
  color: var(--cp-highlight);
}

/* ===== Web Development theme — full page brown ===== */
.course-page[data-theme="web"] .course-body {
  background: var(--cp-soft);
}

.course-page[data-theme="web"] .course-section {
  background: var(--cp-soft);
}

.course-page[data-theme="web"] .course-section.alt {
  background: var(--cp-soft2);
}

.course-page[data-theme="web"] .course-body .section-label {
  color: #7A3D00;
}

.course-page[data-theme="web"] .course-body .section-label::before {
  background: #7A3D00;
}

.course-page[data-theme="web"] .course-metric {
  border: 1px solid var(--cp-cardborder);
  border-top: 3px solid #7A3D00;
  background: #fff;
}

.course-page[data-theme="web"] .course-metric .num {
  color: #7A3D00;
}

.course-page[data-theme="web"] .curriculum-card {
  border: 1px solid var(--cp-cardborder);
  border-top: 3px solid #d4a574;
  background: #fff;
}

.course-page[data-theme="web"] .curriculum-card:hover {
  border-color: #7A3D00;
  box-shadow: 0 8px 24px rgba(122, 61, 0, 0.1);
}

.course-page[data-theme="web"] .curriculum-card .module-num {
  color: #d4a574;
}

.course-page[data-theme="web"] .course-split img {
  border-color: var(--cp-cardborder);
  box-shadow: 0 12px 32px rgba(122, 61, 0, 0.12);
}

.course-page[data-theme="web"] .course-body h2 {
  color: #3d1f00;
}

.course-page[data-theme="web"] .course-cta-bar {
  background: linear-gradient(135deg, #7A3D00, #9a4f00);
}

.course-page[data-theme="web"] .course-hero-form .contact-form-card {
  color: var(--color-text);
  border: 1px solid var(--cp-cardborder);
  box-shadow: 0 16px 40px rgba(61, 31, 0, 0.18);
}

.course-page[data-theme="web"] .course-hero-form .form-title {
  color: #7A3D00;
}

.course-page[data-theme="web"] .course-hero-form .btn-primary {
  background: #7A3D00;
  box-shadow: 0 4px 14px rgba(122, 61, 0, 0.35);
}

.course-page[data-theme="web"] .course-hero-form .btn-primary:hover {
  background: #5c2f00;
}

/* "Why Choose" + overview lists → feature card grid (emerald accent) */
.course-page[data-theme="web"] .container > .syllabus-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border: none;
}

.course-page[data-theme="web"] .container > .syllabus-list li {
  display: block;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #ede0d0;
  border-left: 3px solid var(--cp-highlight);
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(122, 61, 0, 0.06);
  color: var(--color-text-muted);
  transition: transform var(--transition), box-shadow var(--transition);
}

.course-page[data-theme="web"] .container > .syllabus-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(122, 61, 0, 0.12);
}

.course-page[data-theme="web"] .container > .syllabus-list li strong {
  display: block;
  min-width: auto;
  margin-bottom: 4px;
  color: #7A3D00;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

/* "Who Should Join" + "Career Opportunities" → checkmark cards */
.course-page[data-theme="web"] .course-split .syllabus-list {
  border: none !important;
}

.course-page[data-theme="web"] .course-split .syllabus-list li {
  position: relative;
  border: none !important;
  padding: 13px 16px 13px 46px !important;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(122, 61, 0, 0.06);
  color: var(--color-text);
  font-weight: 500;
  transition: transform var(--transition), box-shadow var(--transition);
}

.course-page[data-theme="web"] .course-split .syllabus-list li:hover {
  transform: translateX(3px);
  box-shadow: 0 8px 20px rgba(122, 61, 0, 0.12);
}

.course-page[data-theme="web"] .course-split .syllabus-list li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: rgba(122, 61, 0, 0.1);
  color: #7A3D00;
  font-size: 0.72rem;
  font-weight: 800;
}

.course-page[data-theme="web"] .course-split > div:last-child .syllabus-list li::before {
  content: "★";
  background: rgba(122, 61, 0, 0.12);
  color: #7A3D00;
}

.course-page[data-theme="web"] .faq.course-section,
.course-page[data-theme="web"] .faq {
  background: var(--cp-soft2);
}

.course-page[data-theme="web"] .faq-icon {
  background: rgba(122, 61, 0, 0.1);
  color: #7A3D00;
}

.course-page[data-theme="web"] .faq-question:hover {
  color: #7A3D00;
}

@media (max-width: 768px) {
  .course-page[data-theme="academic"] .container > .syllabus-list,
  .course-page[data-theme="design"] .container > .syllabus-list,
  .course-page[data-theme="web"] .container > .syllabus-list {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .course-animate,
  .course-float-stat,
  .course-page[data-theme="web"] .course-hero-visual::before,
  .course-page[data-theme="web"] .course-hero-visual::after,
  .course-page[data-theme="web"] .course-hero-visual img,
  .course-page[data-theme="web"] .course-theme-tag,
  .course-page[data-theme="security"] .course-hero-visual::before,
  .course-page[data-theme="academic"] .course-hero-bg,
  .course-page[data-theme="academic"] .course-hero-visual img,
  .course-page[data-theme="academic"] .course-theme-tag,
  .course-page[data-theme="frontend"] .course-hero-bg,
  .course-page[data-theme="frontend"] .course-hero-visual::before,
  .course-page[data-theme="frontend"] .course-hero-visual::after,
  .course-page[data-theme="frontend"] .course-hero-visual img,
  .course-page[data-theme="frontend"] .course-theme-tag {
    animation: none !important;
    opacity: 1 !important;
  }
}

/* ===== Frontend theme — bright fuchsia hero + animated elements ===== */
.course-page[data-theme="frontend"] .course-hero {
  background: linear-gradient(160deg, #fdf4fb 0%, #fbe9f6 55%, #ffe9e4 100%);
}

.course-page[data-theme="frontend"] .course-hero-bg {
  background:
    radial-gradient(ellipse 70% 55% at 18% 22%, rgba(192, 38, 211, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 85% 78%, rgba(249, 93, 93, 0.18) 0%, transparent 52%);
  animation: webHeroGlow 11s ease-in-out infinite alternate;
}

.course-page[data-theme="frontend"] .course-hero-visual img {
  border-radius: 28% 72% 62% 38% / 38% 36% 64% 62%;
  animation: webImgFloat 7s ease-in-out infinite;
}

.course-page[data-theme="frontend"] .course-hero-visual::before {
  content: "</>";
  position: absolute;
  top: -12px;
  left: 16px;
  font-family: var(--font-mono, monospace);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--cp-highlight);
  opacity: 0.7;
  animation: courseFloat 3s ease-in-out infinite;
}

.course-page[data-theme="frontend"] .course-hero-visual::after {
  content: "{ }";
  position: absolute;
  bottom: -10px;
  right: 18px;
  font-family: var(--font-mono, monospace);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--cp-btn);
  opacity: 0.65;
  animation: courseFloat 4.5s ease-in-out infinite;
  animation-delay: -1.5s;
}

.course-page[data-theme="frontend"] .course-theme-tag {
  animation: webTagPulse 3s ease-in-out infinite;
}

/* Frontend sections — fuchsia cards */
.course-page[data-theme="frontend"] .course-body {
  background: #fdf6fc;
}

.course-page[data-theme="frontend"] .course-section.alt {
  background: #fbedf7;
}

.course-page[data-theme="frontend"] .container > .syllabus-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border: none;
}

.course-page[data-theme="frontend"] .container > .syllabus-list li {
  display: block;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #f6d6ee;
  border-left: 3px solid var(--cp-highlight);
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(192, 38, 211, 0.06);
  color: var(--color-text-muted);
  transition: transform var(--transition), box-shadow var(--transition);
}

.course-page[data-theme="frontend"] .container > .syllabus-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(192, 38, 211, 0.13);
}

.course-page[data-theme="frontend"] .container > .syllabus-list li strong {
  display: block;
  min-width: auto;
  margin-bottom: 4px;
  color: var(--cp-highlight);
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.course-page[data-theme="frontend"] .course-split .syllabus-list {
  border: none !important;
}

.course-page[data-theme="frontend"] .course-split .syllabus-list li {
  position: relative;
  border: none !important;
  padding: 13px 16px 13px 46px !important;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(192, 38, 211, 0.06);
  color: var(--color-text);
  font-weight: 500;
  transition: transform var(--transition), box-shadow var(--transition);
}

.course-page[data-theme="frontend"] .course-split .syllabus-list li:hover {
  transform: translateX(3px);
  box-shadow: 0 8px 20px rgba(192, 38, 211, 0.13);
}

.course-page[data-theme="frontend"] .course-split .syllabus-list li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: rgba(192, 38, 211, 0.12);
  color: var(--cp-highlight);
  font-size: 0.72rem;
  font-weight: 800;
}

.course-page[data-theme="frontend"] .course-split > div:last-child .syllabus-list li::before {
  content: "★";
  background: rgba(249, 93, 93, 0.14);
  color: var(--cp-btn);
}

.course-page[data-theme="frontend"] .faq.course-section,
.course-page[data-theme="frontend"] .faq {
  background: #fbedf7;
}

.course-page[data-theme="frontend"] .faq-icon {
  background: rgba(192, 38, 211, 0.12);
  color: var(--cp-highlight);
}

.course-page[data-theme="frontend"] .faq-question:hover {
  color: var(--cp-highlight);
}

@media (max-width: 768px) {
  .course-page[data-theme="frontend"] .container > .syllabus-list {
    grid-template-columns: 1fr;
  }
}

/* ===== Marketing theme — warm amber/orange cards (replace blue) ===== */
.course-page.mkt .course-body {
  background: var(--cp-soft);
}

.course-page.mkt .course-section.alt {
  background: var(--cp-soft2);
}

.course-page.mkt .container > .syllabus-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border: none;
}

.course-page.mkt .container > .syllabus-list li {
  display: block;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--cp-cardborder);
  border-left: 3px solid var(--cp-highlight);
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(var(--cp-rgb), 0.07);
  color: var(--color-text-muted);
  transition: transform var(--transition), box-shadow var(--transition);
}

.course-page.mkt .container > .syllabus-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(var(--cp-rgb), 0.14);
}

.course-page.mkt .container > .syllabus-list li strong {
  display: block;
  min-width: auto;
  margin-bottom: 4px;
  color: var(--cp-highlight);
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.course-page.mkt .course-split .syllabus-list {
  border: none !important;
}

.course-page.mkt .course-split .syllabus-list li {
  position: relative;
  border: none !important;
  padding: 13px 16px 13px 46px !important;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(var(--cp-rgb), 0.07);
  color: var(--color-text);
  font-weight: 500;
  transition: transform var(--transition), box-shadow var(--transition);
}

.course-page.mkt .course-split .syllabus-list li:hover {
  transform: translateX(3px);
  box-shadow: 0 8px 20px rgba(var(--cp-rgb), 0.14);
}

.course-page.mkt .course-split .syllabus-list li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: rgba(var(--cp-rgb), 0.13);
  color: var(--cp-highlight);
  font-size: 0.72rem;
  font-weight: 800;
}

.course-page.mkt .course-split > div:last-child .syllabus-list li::before {
  content: "★";
  background: rgba(249, 93, 93, 0.14);
  color: var(--cp-btn);
}

.course-page.mkt .faq.course-section,
.course-page.mkt .faq {
  background: var(--cp-soft2);
}

.course-page.mkt .faq-icon {
  background: rgba(var(--cp-rgb), 0.13);
  color: var(--cp-highlight);
}

.course-page.mkt .faq-question:hover {
  color: var(--cp-highlight);
}

@media (max-width: 768px) {
  .course-page.mkt .container > .syllabus-list {
    grid-template-columns: 1fr;
  }
}

/* ---- Responsive polish (course pages) ---- */
@media (max-width: 1024px) {
  .course-float-stat-1 { right: 8px; }
  .course-float-stat-2 { left: 8px; }
}

@media (max-width: 768px) {
  .course-section {
    padding: 48px 0;
  }

  .course-float-stat {
    display: none;
  }

  .course-split img {
    min-height: 180px;
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
  }

  .curriculum-grid {
    grid-template-columns: 1fr;
  }

  .syllabus-list li strong {
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .course-section {
    padding: 40px 0;
  }

  .course-hero-form {
    position: static;
  }
}

/* ============================================
   Neon Course Page (Graphic Designing mockup)
   ============================================ */
.course-page--neon,
.course-page[data-theme="neon"] {
  --neon: #a3ff12;
  --neon-dark: #0c1110;
  --neon-panel: #121612;
  --neon-border: rgba(0, 0, 0, 0.08);
  --neon-muted: #5a655a;
  --neon-text: #1a2e1a;
  --cp-hero-bg: #f7f8f5;
  --cp-hero-text: #ffffff;
  --cp-hero-muted: rgba(255, 255, 255, 0.65);
  --cp-hero-surface: #121612;
  --cp-hero-border: rgba(255, 255, 255, 0.1);
  --cp-btn: #b6f500;
  --cp-btn-hover: #c8ff33;
  --cp-highlight: #b6f500;
  --cp-glow: rgba(182, 245, 0, 0.28);
  background: #f7f8f5;
  color: var(--neon-text);
}

.course-page--neon .course-hero.neon-hero {
  background:
    radial-gradient(ellipse 48% 42% at 10% 18%, rgba(163, 255, 18, 0.1), transparent 58%),
    radial-gradient(ellipse 36% 30% at 70% 80%, rgba(163, 255, 18, 0.05), transparent 55%),
    #0b0b0b;
}

.course-page--neon .header:not(.scrolled) .nav-link,
.course-page--neon .header:not(.scrolled) .nav-dropdown-toggle {
  color: rgba(255, 255, 255, 0.88);
}

.course-page--neon .header:not(.scrolled) .nav-link:hover,
.course-page--neon .header:not(.scrolled) .nav-dropdown-toggle:hover,
.course-page--neon .header:not(.scrolled) .nav-dropdown.open .nav-dropdown-toggle,
.course-page--neon .header:not(.scrolled) .nav-dropdown:hover .nav-dropdown-toggle {
  color: #0f172a;
  background: #eef2e6;
}

.course-page--neon .header:not(.scrolled) .nav-link.active {
  color: #b6f500;
  background: rgba(182, 245, 0, 0.12);
}

.course-page--neon .header:not(.scrolled) .nav-link.active::after,
.course-page--neon .header:not(.scrolled) .nav-link:hover::after {
  background: #6ea00f;
}

.course-page--neon .header:not(.scrolled) .btn-outline,
.course-page--neon .header.scrolled .btn-outline {
  color: #6ea00f;
  border-color: #6ea00f;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.course-page--neon .header:not(.scrolled) .btn-outline:hover,
.course-page--neon .header.scrolled .btn-outline:hover {
  color: #fff;
  background: #6ea00f;
  border-color: #6ea00f;
}

.course-page--neon .faq.faq--dark {
  /* Use homepage FAQ styles as-is, tighter on course page */
  margin: 0;
  padding: clamp(28px, 4vw, 48px) 0;
}

.course-page--neon .faq.faq--dark .faq-title {
  color: #0c1220;
}

.course-page--neon .faq.faq--dark .faq-title span {
  color: #6ea00f;
  text-shadow: none;
}

.course-page--neon .faq.faq--dark h2 {
  margin-bottom: 0;
}

.course-page--neon .faq.faq--dark .faq-head {
  margin-bottom: 20px;
}

.course-page--neon .neon-curriculum {
  margin: 18px 0 14px;
}

.course-page--neon .neon-highlights {
  margin-top: 16px;
}

.course-page--neon .neon-lead {
  margin-bottom: 18px;
}

.course-page--neon .header.scrolled {
  background: rgba(10, 10, 10, 0.55);
  backdrop-filter: blur(32px) saturate(1.8);
  -webkit-backdrop-filter: blur(32px) saturate(1.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.course-page--neon .header.scrolled,
.course-page--gd .header.scrolled {
  background: rgba(10, 10, 10, 0.55);
  backdrop-filter: blur(32px) saturate(1.8);
  -webkit-backdrop-filter: blur(32px) saturate(1.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.course-page--neon .header.scrolled .nav-link,
.course-page--neon .header.scrolled .nav-dropdown-toggle,
.course-page--gd .header.scrolled .nav-link,
.course-page--gd .header.scrolled .nav-dropdown-toggle {
  color: rgba(255, 255, 255, 0.78);
}

.course-page--neon .header.scrolled .nav-link:hover,
.course-page--neon .header.scrolled .nav-dropdown-toggle:hover,
.course-page--neon .header.scrolled .nav-dropdown.open .nav-dropdown-toggle,
.course-page--neon .header.scrolled .nav-dropdown:hover .nav-dropdown-toggle,
.course-page--gd .header.scrolled .nav-link:hover,
.course-page--gd .header.scrolled .nav-dropdown-toggle:hover,
.course-page--gd .header.scrolled .nav-dropdown.open .nav-dropdown-toggle,
.course-page--gd .header.scrolled .nav-dropdown:hover .nav-dropdown-toggle {
  color: #0f172a;
  background: #eef2e6;
}

.course-page--neon .header.scrolled .menu-toggle span,
.course-page--gd .header.scrolled .menu-toggle span {
  background: #fff;
}

/* Top + scroll: white logo on dark glass header (matches home) */
.course-page[data-theme="web"] .header:not(.scrolled) .logo-img--on-light,
.course-page[data-theme="security"] .header:not(.scrolled) .logo-img--on-light,
.course-page[data-theme="ai"] .header:not(.scrolled) .logo-img--on-light,
.course-page--neon .header:not(.scrolled) .logo-img--on-light,
.course-page[data-theme="web"] .header.scrolled .logo-img--on-light,
.course-page[data-theme="security"] .header.scrolled .logo-img--on-light,
.course-page[data-theme="ai"] .header.scrolled .logo-img--on-light,
.course-page--neon .header.scrolled .logo-img--on-light {
  display: none;
}

.course-page[data-theme="web"] .header:not(.scrolled) .logo-img--on-dark,
.course-page[data-theme="security"] .header:not(.scrolled) .logo-img--on-dark,
.course-page[data-theme="ai"] .header:not(.scrolled) .logo-img--on-dark,
.course-page--neon .header:not(.scrolled) .logo-img--on-dark,
.course-page[data-theme="web"] .header.scrolled .logo-img--on-dark,
.course-page[data-theme="security"] .header.scrolled .logo-img--on-dark,
.course-page[data-theme="ai"] .header.scrolled .logo-img--on-dark,
.course-page--neon .header.scrolled .logo-img--on-dark {
  display: block;
}

.course-page--neon .neon-ic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(182, 245, 0, 0.65);
  color: #6ea00f;
  background: rgba(182, 245, 0, 0.08);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
  box-sizing: border-box;
}

.course-page--neon .neon-ic svg {
  width: 18px;
  height: 18px;
  display: block;
  max-width: none;
}

.course-page--neon .neon-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #56721D;
  margin-bottom: 10px;
}

.course-page--neon h2 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.03em;
  color: var(--neon-text);
  margin: 0 0 14px;
}

.course-page--neon h2 span,
.course-page--neon h1 span {
  color: #6ea00f;
}

.course-page--neon .home-blogs .home-blogs-copy h2 {
  color: #fff;
}

.course-page--neon .home-blogs .home-blogs-mark {
  color: #b6f500;
}

.course-page--neon .neon-lead {
  max-width: 560px;
  color: var(--neon-muted);
  margin: 0 0 28px;
  line-height: 1.65;
}

.neon-section {
  padding: clamp(28px, 4vw, 48px) 0;
}

.neon-section--soft {
  background: #eef1ea;
}

/* Hero */
.neon-hero {
  --hero-neon: #6ea00f;
  --hero-bg: #0b0b0b;
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-height) + 40px) 0 clamp(48px, 6vw, 72px);
  background:
    radial-gradient(ellipse 48% 42% at 10% 18%, rgba(163, 255, 18, 0.1), transparent 58%),
    radial-gradient(ellipse 36% 30% at 70% 80%, rgba(163, 255, 18, 0.05), transparent 55%),
    var(--hero-bg);
  color: #fff;
  font-family: "Poppins", "Plus Jakarta Sans", system-ui, sans-serif;
}

.neon-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.neon-hero-curve {
  position: absolute;
  top: -10%;
  right: -4%;
  width: min(46vw, 640px);
  height: 120%;
  background:
    radial-gradient(circle at 28% 35%, rgba(163, 255, 18, 0.05), transparent 50%),
    #f5f6f1;
  border-radius: 48% 0 0 42%;
  box-shadow: -28px 0 70px rgba(0, 0, 0, 0.35);
  z-index: 0;
}

.neon-hero-glow {
  position: absolute;
  left: 6%;
  bottom: 10%;
  width: min(380px, 50vw);
  height: min(220px, 28vw);
  background: radial-gradient(ellipse, rgba(163, 255, 18, 0.2), transparent 70%);
  filter: blur(10px);
  opacity: 0.8;
}

.neon-hero-line {
  position: absolute;
  border: 1.5px solid rgba(163, 255, 18, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.neon-hero-line--1 {
  left: -10%;
  bottom: 4%;
  width: min(460px, 58vw);
  height: min(240px, 32vw);
  transform: rotate(-16deg);
}

.neon-hero-line--2 {
  left: 18%;
  top: 22%;
  width: 120px;
  height: 120px;
  border-color: rgba(163, 255, 18, 0.16);
  transform: rotate(24deg);
}

.neon-hero-dots {
  position: absolute;
  top: 16%;
  left: 42%;
  width: 130px;
  height: 130px;
  background-image: radial-gradient(rgba(163, 255, 18, 0.42) 1.15px, transparent 1.25px);
  background-size: 12px 12px;
  opacity: 0.42;
}

.neon-hero-dots--br {
  top: auto;
  left: auto;
  right: 8%;
  bottom: 14%;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(rgba(86, 114, 29, 0.35) 1.15px, transparent 1.25px);
  opacity: 0.5;
}

.neon-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.88fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.neon-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--hero-neon);
  color: #0a0a0a;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  box-shadow: 0 0 24px rgba(163, 255, 18, 0.35);
}

.neon-hero-copy h1 {
  font-size: clamp(2rem, 4.2vw, 3.05rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: #fff;
  margin: 0 0 16px;
  max-width: 16ch;
}

.neon-hero-copy h1 .neon-underline {
  color: var(--hero-neon);
  position: relative;
  display: inline-block;
  text-shadow: 0 0 28px rgba(163, 255, 18, 0.3);
}

.neon-hero-copy h1 .neon-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.02em;
  height: 3px;
  border-radius: 2px;
  background: var(--hero-neon);
  box-shadow: 0 0 12px rgba(163, 255, 18, 0.55);
}

.neon-hero-copy > p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 52ch;
  margin: 0 0 26px;
}

.neon-feat-row {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 16px;
}

.neon-feat-row li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.84rem;
  font-weight: 600;
  color: #fff;
}

.neon-feat-row li strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.neon-feat-row li small {
  display: block;
  font-size: 0.68rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 2px;
}

.neon-feat-row .neon-ic {
  width: 42px;
  height: 42px;
  background: rgba(163, 255, 18, 0.1);
  border-color: rgba(163, 255, 18, 0.55);
  color: var(--hero-neon);
  box-shadow: 0 0 18px rgba(163, 255, 18, 0.18);
}

.neon-hero-media {
  position: relative;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  max-width: 560px;
  background: #111;
  border: 1.5px solid rgba(163, 255, 18, 0.45);
  box-shadow:
    0 0 0 6px rgba(11, 11, 11, 0.85),
    0 0 0 7px rgba(163, 255, 18, 0.18),
    0 28px 60px rgba(0, 0, 0, 0.45),
    0 0 42px rgba(163, 255, 18, 0.2);
  animation: neonHeroFloat 5.5s ease-in-out infinite;
  will-change: transform;
}

.neon-hero-media-blob {
  position: absolute;
  z-index: 0;
  right: -12%;
  top: -18%;
  width: 55%;
  height: 55%;
  background: radial-gradient(circle, rgba(163, 255, 18, 0.35), transparent 68%);
  filter: blur(16px);
  pointer-events: none;
}

.neon-hero-media-ring {
  position: absolute;
  z-index: 0;
  left: -8%;
  bottom: -20%;
  width: 140px;
  height: 140px;
  border: 2px solid rgba(163, 255, 18, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.neon-hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 260px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

@keyframes neonHeroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.neon-watch {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 8px;
  border-radius: 999px;
  background: rgba(11, 11, 11, 0.88);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 650;
  text-decoration: none;
  border: 1px solid rgba(163, 255, 18, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.neon-watch:hover {
  transform: translateY(-2px);
  border-color: rgba(163, 255, 18, 0.55);
  box-shadow: 0 10px 28px rgba(163, 255, 18, 0.18);
}

.neon-watch-play {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--hero-neon);
  color: #0a0a0a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 16px rgba(163, 255, 18, 0.45);
}

.neon-watch-play svg {
  width: 14px;
  height: 14px;
  margin-left: 2px;
}

/* Light form card (mockup) */
.neon-hero-form {
  position: relative;
  z-index: 2;
}

.neon-hero-form .neon-form-card,
.course-page--neon .neon-form-card {
  background: var(--neon-panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 28px 24px 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  color: #fff;
}

.course-page--neon .neon-form-card--light {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.4) inset;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #1a2e1a;
}

.course-page--neon .neon-form-card .form-title {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 18px;
}

.course-page--neon .neon-form-card--light .form-title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0b0b0b;
  font-size: 1.28rem;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}

.course-page--neon .neon-form-card--light .form-title em {
  font-style: normal;
  color: #6ea00f;
  text-shadow: 0 0 18px rgba(163, 255, 18, 0.35);
}

.neon-form-ic {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(163, 255, 18, 0.22);
  color: #56721d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 18px rgba(163, 255, 18, 0.2);
}

.neon-form-ic svg {
  width: 20px;
  height: 20px;
}

.course-page--neon .neon-form-card label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.course-page--neon .neon-form-card--light label {
  color: #445044;
  font-weight: 600;
}

.course-page--neon .neon-form-card .optional-label {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
}

.course-page--neon .neon-form-card--light .optional-label {
  color: #8a948a;
}

.course-page--neon .neon-form-card .required {
  color: #ff8a8a;
}

.course-page--neon .neon-form-card--light .required {
  color: #d64545;
}

.course-page--neon .neon-form-card--light input,
.course-page--neon .neon-form-card--light select,
.course-page--neon .neon-form-card--light textarea,
.course-page--neon .neon-form-card--light .form-group input,
.course-page--neon .neon-form-card--light .form-group select,
.course-page--neon .neon-form-card--light .form-group textarea {
  background: #f7f8f4;
  border: 1px solid rgba(15, 23, 42, 0.14);
  color: #121612;
  -webkit-text-fill-color: #121612;
  caret-color: #121612;
  border-radius: 12px;
}

.course-page--neon .neon-form-card--light input::placeholder,
.course-page--neon .neon-form-card--light textarea::placeholder {
  color: #7a847a;
  -webkit-text-fill-color: #7a847a;
  opacity: 1;
}

.course-page--neon .neon-form-card--light select {
  color: #121612;
  -webkit-text-fill-color: #121612;
}

.course-page--neon .neon-form-card--light select option {
  color: #121612;
  background: #fff;
}

.course-page--neon .neon-form-card--light input:focus,
.course-page--neon .neon-form-card--light select:focus,
.course-page--neon .neon-form-card--light textarea:focus {
  border-color: rgba(110, 160, 15, 0.55);
  box-shadow: 0 0 0 3px rgba(163, 255, 18, 0.22);
  color: #121612;
  -webkit-text-fill-color: #121612;
}

.course-page--neon .neon-form-card--light input:-webkit-autofill,
.course-page--neon .neon-form-card--light input:-webkit-autofill:hover,
.course-page--neon .neon-form-card--light input:-webkit-autofill:focus,
.course-page--neon .neon-form-card--light select:-webkit-autofill,
.course-page--neon .neon-form-card--light textarea:-webkit-autofill {
  -webkit-text-fill-color: #121612 !important;
  caret-color: #121612;
  box-shadow: 0 0 0 1000px #f7f8f4 inset;
  transition: background-color 99999s ease-out;
}

.neon-form-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 0;
  font-size: 0.78rem;
  color: #6a7363;
}

.neon-form-trust span {
  color: #6ea00f;
  font-weight: 700;
}

.course-page--neon .neon-form-card:not(.neon-form-card--light) input,
.course-page--neon .neon-form-card:not(.neon-form-card--light) select,
.course-page--neon .neon-form-card:not(.neon-form-card--light) textarea {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 12px;
}

.course-page--neon .neon-form-card:not(.neon-form-card--light) input::placeholder,
.course-page--neon .neon-form-card:not(.neon-form-card--light) textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.course-page--neon .neon-form-card:not(.neon-form-card--light) select option {
  color: #111;
}

.course-page--neon .neon-form-card:not(.neon-form-card--light) input:focus,
.course-page--neon .neon-form-card:not(.neon-form-card--light) select:focus,
.course-page--neon .neon-form-card:not(.neon-form-card--light) textarea:focus {
  outline: none;
  border-color: rgba(163, 255, 18, 0.55);
  box-shadow: 0 0 0 3px rgba(163, 255, 18, 0.12);
}

.course-page--neon .neon-submit {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 14px;
  background: var(--hero-neon, var(--neon));
  color: #0a0a0a;
  font-weight: 750;
  font-size: 0.98rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(163, 255, 18, 0.28);
  transition: filter 0.2s, transform 0.2s, box-shadow 0.2s;
}

.course-page--neon .neon-submit:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(163, 255, 18, 0.38);
}

.course-page--neon .neon-form-card .form-error {
  color: #ff8a8a;
}

.course-page--neon .neon-form-card .form-group {
  margin-bottom: 14px;
}

.course-page--neon .neon-form-card .form-group input,
.course-page--neon .neon-form-card .form-group select,
.course-page--neon .neon-form-card .form-group textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 14px;
}

.course-page--neon .neon-form-card .form-group textarea {
  min-height: 92px;
  resize: vertical;
}

.course-page--neon .neon-form-card .form-success-icon {
  background: rgba(163, 255, 18, 0.15);
  color: #6ea00f;
}

.neon-reset-btn {
  margin-top: 24px;
}

/* Overview */
.neon-section--overview {
  background: #ffffff;
  padding: clamp(48px, 7vw, 88px) 0 clamp(36px, 5vw, 64px);
  font-family: "Poppins", "Plus Jakarta Sans", system-ui, sans-serif;
}

.neon-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
  margin-bottom: 32px;
}

.neon-section--overview .neon-overview-copy h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  max-width: 18ch;
  margin-bottom: 22px;
}

.neon-section--overview .neon-overview-copy h2 span {
  color: #6ea00f;
}

.neon-kicker--line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #6ea00f;
  font-family: inherit;
}

.neon-kicker--line::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: #a3ff12;
}

.neon-overview-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.neon-overview-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 18px 16px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.neon-overview-card:hover {
  transform: translateY(-4px);
  border-color: rgba(163, 255, 18, 0.35);
  box-shadow: 0 18px 40px rgba(163, 255, 18, 0.12);
}

.neon-overview-ic {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #eef6d8;
  color: #56721d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(163, 255, 18, 0.25);
}

.neon-overview-ic svg {
  width: 22px;
  height: 22px;
}

.neon-overview-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 700;
  color: #121612;
  letter-spacing: -0.01em;
}

.neon-overview-card p,
.neon-overview-list p {
  color: var(--neon-muted);
  line-height: 1.65;
  margin: 0;
  font-size: 0.9rem;
}

.neon-overview-visual {
  position: relative;
  padding: 18px 0 56px 18px;
}

.neon-overview-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 40px;
  background-image: radial-gradient(#a3ff12 1.6px, transparent 1.7px);
  background-size: 10px 10px;
  background-repeat: repeat;
  opacity: 0.85;
  z-index: 2;
  pointer-events: none;
}

.neon-overview-media {
  position: relative;
  z-index: 1;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(163, 255, 18, 0.16),
    0 28px 60px rgba(0, 0, 0, 0.14);
}

.neon-overview-media img {
  width: 100%;
  height: auto;
  min-height: 400px;
  max-height: none;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.neon-learn-card {
  position: absolute;
  left: 37%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 3;
  width: min(400px, calc(100% - 40px));
  color: #fff;
}

.neon-learn-card--pro {
  --learn-neon: #a3ff12;
  --learn-purple: #c026d3;
  display: flex;
  flex-direction: column;
  padding: 12px 10px 10px;
  border-radius: 16px;
  border: 1.5px solid transparent;
  background:
    linear-gradient(#0e0e12, #0e0e12) padding-box,
    linear-gradient(135deg, rgba(192, 38, 211, 0.9), rgba(163, 255, 18, 0.12) 48%, rgba(163, 255, 18, 0.8)) border-box;
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.4),
    0 0 24px rgba(192, 38, 211, 0.12),
    0 0 18px rgba(163, 255, 18, 0.06);
  overflow: hidden;
}

.neon-learn-card--pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 42% at 6% 0%, rgba(192, 38, 211, 0.28), transparent 55%),
    radial-gradient(ellipse 48% 40% at 100% 100%, rgba(163, 255, 18, 0.14), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.neon-learn-card--pro > * {
  position: relative;
  z-index: 1;
}

.neon-learn-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-bottom: 3px;
}

.neon-learn-card--pro h3,
.neon-learn-card--pro #learn-card-title {
  margin: 0;
  font-size: clamp(0.9rem, 1.6vw, 1.05rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  text-align: center;
}

.neon-learn-card--pro h3 span {
  color: var(--learn-neon);
  text-shadow: 0 0 18px rgba(163, 255, 18, 0.45);
}

.neon-learn-sparks {
  display: inline-flex;
  width: 14px;
  height: 12px;
  background:
    linear-gradient(115deg, transparent 40%, var(--learn-neon) 40%, var(--learn-neon) 48%, transparent 48%),
    linear-gradient(115deg, transparent 52%, var(--learn-neon) 52%, var(--learn-neon) 60%, transparent 60%),
    linear-gradient(115deg, transparent 64%, var(--learn-neon) 64%, var(--learn-neon) 72%, transparent 72%);
  opacity: 0.95;
  filter: drop-shadow(0 0 6px rgba(163, 255, 18, 0.55));
}

.neon-learn-sparks--r {
  transform: scaleX(-1);
}

.neon-learn-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 0 8px;
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.neon-learn-sub > span {
  flex: 1;
  max-width: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(192, 38, 211, 0.75));
  position: relative;
}

.neon-learn-sub > span:last-child {
  background: linear-gradient(90deg, rgba(163, 255, 18, 0.75), transparent);
}

.neon-learn-sub > span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--learn-purple);
  box-shadow: 0 0 8px rgba(192, 38, 211, 0.75);
  transform: translateY(-50%);
}

.neon-learn-sub > span:first-child::after {
  right: 0;
}

.neon-learn-sub > span:last-child::after {
  left: 0;
  background: var(--learn-neon);
  box-shadow: 0 0 8px rgba(163, 255, 18, 0.75);
}

.neon-learn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 6px;
}

.neon-learn-item {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 5px;
  align-items: start;
  padding: 6px 6px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.neon-learn-item:hover {
  transform: translateY(-2px);
  border-color: rgba(163, 255, 18, 0.28);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.neon-learn-check {
  width: 13px;
  height: 13px;
  margin-top: 6px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.48rem;
  font-weight: 800;
  color: var(--learn-neon);
  border: 1px solid rgba(163, 255, 18, 0.55);
  background: rgba(163, 255, 18, 0.12);
  box-shadow: 0 0 8px rgba(163, 255, 18, 0.28);
}

.neon-learn-badge {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}

.neon-learn-badge svg {
  width: 12px;
  height: 12px;
}

.neon-learn-item[data-accent="ps"] .neon-learn-badge {
  color: #e879f9;
  border: 1.5px solid rgba(232, 121, 249, 0.75);
  background: rgba(192, 38, 211, 0.14);
  box-shadow: 0 0 14px rgba(192, 38, 211, 0.4);
}

.neon-learn-item[data-accent="ai"] .neon-learn-badge {
  color: #fb7185;
  border: 1.5px solid rgba(251, 113, 133, 0.75);
  background: rgba(244, 63, 94, 0.14);
  box-shadow: 0 0 14px rgba(244, 63, 94, 0.4);
}

.neon-learn-item[data-accent="id"] .neon-learn-badge {
  color: #60a5fa;
  border: 1.5px solid rgba(96, 165, 250, 0.75);
  background: rgba(37, 99, 235, 0.14);
  box-shadow: 0 0 14px rgba(37, 99, 235, 0.4);
}

.neon-learn-item[data-accent="cd"] .neon-learn-badge {
  color: var(--learn-neon);
  border: 1.5px solid rgba(163, 255, 18, 0.75);
  background: rgba(163, 255, 18, 0.12);
  box-shadow: 0 0 14px rgba(163, 255, 18, 0.35);
}

.neon-learn-item[data-accent="tools"] .neon-learn-badge {
  color: #22d3ee;
  border: 1.5px solid rgba(34, 211, 238, 0.75);
  background: rgba(6, 182, 212, 0.14);
  box-shadow: 0 0 14px rgba(6, 182, 212, 0.35);
}

.neon-learn-item[data-accent="type"] .neon-learn-badge {
  color: #fbbf24;
  border: 1.5px solid rgba(251, 191, 36, 0.75);
  background: rgba(245, 158, 11, 0.14);
  box-shadow: 0 0 14px rgba(245, 158, 11, 0.35);
}

.neon-learn-item h4 {
  margin: 0 0 1px;
  font-size: 0.68rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
}

.neon-learn-item p {
  margin: 0;
  font-size: 0.52rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.58);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.neon-learn-foot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: fit-content;
  max-width: 100%;
  margin: 8px auto 0;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid transparent;
  background-image:
    linear-gradient(#121218, #121218),
    linear-gradient(90deg, rgba(192, 38, 211, 0.75), rgba(163, 255, 18, 0.75));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 14px rgba(192, 38, 211, 0.16);
}

.neon-learn-foot em {
  font-style: normal;
  color: var(--learn-neon);
  text-shadow: 0 0 12px rgba(163, 255, 18, 0.4);
}

.neon-learn-rocket {
  display: inline-flex;
  color: #fff;
}

.neon-learn-rocket svg {
  width: 13px;
  height: 13px;
}

/* Stats */
.neon-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.neon-stat {
  background: #fff;
  border: 1px solid var(--neon-border);
  border-radius: 14px;
  padding: 20px 16px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.neon-stat .neon-ic {
  margin-bottom: 4px;
  color: #56721D;
  border-color: rgba(86, 114, 29, 0.35);
  background: rgba(182, 245, 0, 0.1);
}

.neon-stat strong {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--neon-text);
  line-height: 1;
}

.neon-stat > span:last-child {
  font-size: 0.82rem;
  color: var(--neon-muted);
}

/* Why Choose Us — premium dark (pro) — reference match */
.neon-why--pro {
  --why-neon: #a3ff12;
  --why-bg: #0b0b0b;
  --why-panel: #111111;
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 6vw, 80px) 0 clamp(40px, 5vw, 64px);
  background: var(--why-bg);
  color: #fff;
  font-family: "Poppins", "Plus Jakarta Sans", system-ui, sans-serif;
}

.neon-why-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.neon-why-curve {
  position: absolute;
  top: -8%;
  right: -6%;
  width: min(62vw, 780px);
  height: 118%;
  background:
    radial-gradient(circle at 30% 40%, rgba(163, 255, 18, 0.06), transparent 45%),
    #f4f5f0;
  border-radius: 48% 0 0 42%;
  box-shadow: -30px 0 80px rgba(0, 0, 0, 0.35);
}

.neon-why-blob {
  position: absolute;
  left: 8%;
  top: 42%;
  width: min(420px, 48vw);
  height: min(280px, 36vw);
  background: radial-gradient(ellipse, rgba(163, 255, 18, 0.22), transparent 68%);
  filter: blur(8px);
  opacity: 0.85;
}

.neon-why-dots {
  position: absolute;
  background-image: radial-gradient(rgba(163, 255, 18, 0.45) 1.15px, transparent 1.25px);
  background-size: 12px 12px;
  opacity: 0.45;
}

.neon-why-dots--tl {
  top: 12%;
  left: 38%;
  width: 120px;
  height: 120px;
}

.neon-why-dots--br {
  right: 6%;
  bottom: 18%;
  width: 110px;
  height: 110px;
  background-image: radial-gradient(rgba(86, 114, 29, 0.35) 1.15px, transparent 1.25px);
  opacity: 0.55;
}

.neon-why--pro .neon-why-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
  width: min(1240px, calc(100% - 2 * var(--container-pad, 24px)));
  margin: 0 auto clamp(20px, 3vw, 28px);
}

.neon-why--pro .neon-why-copy {
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding-right: 8px;
}

.neon-why--pro .neon-why-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1.5px solid rgba(163, 255, 18, 0.65);
  color: var(--why-neon);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
  background: rgba(11, 11, 11, 0.55);
}

.neon-why--pro .neon-why-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 3.6vw, 2.85rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
}

.neon-why--pro .neon-why-copy h2 span {
  display: inline;
  color: var(--why-neon);
  text-shadow: 0 0 28px rgba(163, 255, 18, 0.35);
}

.neon-why--pro .neon-why-copy > p {
  margin: 0 0 28px;
  max-width: 40ch;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.98rem;
  line-height: 1.7;
}

.neon-why--pro .neon-why-media {
  position: relative;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1.5px solid rgba(163, 255, 18, 0.45);
  box-shadow:
    0 0 0 6px rgba(17, 17, 17, 0.9),
    0 0 0 8px rgba(163, 255, 18, 0.2),
    0 28px 60px rgba(0, 0, 0, 0.5),
    0 0 48px rgba(163, 255, 18, 0.22);
  animation: neonWhyFloat 5.5s ease-in-out infinite;
  will-change: transform;
  max-width: 480px;
}

.neon-why-media-glow {
  position: absolute;
  z-index: 0;
  left: 10%;
  top: -20%;
  width: 90%;
  height: 90%;
  background: radial-gradient(circle, rgba(163, 255, 18, 0.35), transparent 65%);
  filter: blur(18px);
  pointer-events: none;
}

.neon-why--pro .neon-why-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@keyframes neonWhyFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.neon-why--pro .neon-why-panel {
  position: relative;
  z-index: 2;
  padding: clamp(16px, 2.5vw, 28px) 0 clamp(16px, 2vw, 20px) clamp(8px, 2vw, 20px);
}

.neon-why--pro .neon-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.neon-why--pro .neon-why-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(17, 17, 17, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.neon-why--pro .neon-why-card::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  width: 64px;
  height: 64px;
  background: radial-gradient(circle, rgba(163, 255, 18, 0.28), transparent 70%);
  pointer-events: none;
}

.neon-why--pro .neon-why-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent var(--why-neon) transparent transparent;
  filter: drop-shadow(0 0 8px rgba(163, 255, 18, 0.45));
}

.neon-why--pro .neon-why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(163, 255, 18, 0.4);
  box-shadow: 0 20px 44px rgba(163, 255, 18, 0.14);
}

.neon-why--pro .neon-why-card .neon-ic {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--why-neon);
  border: 1px solid rgba(163, 255, 18, 0.45);
  background: rgba(163, 255, 18, 0.1);
  box-shadow: 0 0 20px rgba(163, 255, 18, 0.22);
}

.neon-why--pro .neon-why-card h3 {
  margin: 0 0 5px;
  font-size: 0.98rem;
  font-weight: 700;
  color: #fff;
}

.neon-why--pro .neon-why-card p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
}

.neon-why--pro .neon-why-card:nth-child(1).reveal { transition-delay: 0.05s; }
.neon-why--pro .neon-why-card:nth-child(2).reveal { transition-delay: 0.1s; }
.neon-why--pro .neon-why-card:nth-child(3).reveal { transition-delay: 0.15s; }
.neon-why--pro .neon-why-card:nth-child(4).reveal { transition-delay: 0.2s; }
.neon-why--pro .neon-why-card:nth-child(5).reveal { transition-delay: 0.25s; }
.neon-why--pro .neon-why-card:nth-child(6).reveal { transition-delay: 0.3s; }

html.gsap-active .neon-why--pro .neon-why-card.reveal {
  transition-delay: 0s;
}

.neon-why-bar-wrap {
  position: relative;
  z-index: 3;
}

.neon-why--pro .neon-why-bar {
  list-style: none;
  margin: 0 auto;
  padding: 18px 14px;
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: #0a0a0a;
  border-radius: 999px;
  border: 1.5px solid rgba(163, 255, 18, 0.28);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.45), 0 0 30px rgba(163, 255, 18, 0.08);
}

.neon-why--pro .neon-why-bar li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 14px;
  position: relative;
  border-radius: 16px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.neon-why--pro .neon-why-bar li:hover {
  background: rgba(163, 255, 18, 0.07);
  transform: translateY(-2px);
}

.neon-why--pro .neon-why-bar li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22%;
  bottom: 22%;
  width: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.neon-why--pro .neon-why-bar .neon-ic {
  width: 40px;
  height: 40px;
  color: var(--why-neon);
  border-color: rgba(163, 255, 18, 0.45);
  background: rgba(163, 255, 18, 0.1);
  box-shadow: 0 0 16px rgba(163, 255, 18, 0.2);
}

.neon-why--pro .neon-why-bar strong {
  display: block;
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.15;
}

.neon-why--pro .neon-why-bar span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.74rem;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .neon-why-curve {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 58%;
    border-radius: 48px 48px 0 0;
  }

  .neon-why--pro .neon-why-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .neon-why--pro .neon-why-copy {
    max-width: none;
  }

  .neon-why--pro .neon-why-media {
    max-width: 520px;
  }

  .neon-why--pro .neon-why-panel {
    padding-left: 0;
  }

  .neon-why--pro .neon-why-bar {
    border-radius: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px;
  }

  .neon-why--pro .neon-why-bar li + li::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .neon-why--pro {
    padding: 44px 0 36px;
  }

  .neon-why-curve {
    height: 62%;
    border-radius: 28px 28px 0 0;
  }

  .neon-why--pro .neon-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .neon-why--pro .neon-why-card {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 8px;
    padding: 14px 12px;
    border-radius: 16px;
  }

  .neon-why--pro .neon-why-card h3 {
    font-size: 0.88rem;
  }

  .neon-why--pro .neon-why-card p {
    font-size: 0.72rem;
    line-height: 1.4;
  }

  .neon-why--pro .neon-why-card .neon-ic {
    width: 36px;
    height: 36px;
  }

  .neon-why--pro .neon-why-copy h2 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .neon-why--pro .neon-why-bar {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .neon-why--pro .neon-why-bar li {
    justify-content: flex-start;
  }

  .neon-why--pro .neon-why-media {
    animation: none;
  }

  .neon-why-dots--tl {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .neon-why--pro .neon-why-media {
    animation: none;
  }

  .neon-why--pro .neon-why-card,
  .neon-why--pro .neon-why-bar li {
    transition: none;
  }
}

/* Curriculum */
.neon-curriculum {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 20px;
}

.neon-curr-card {
  background: var(--neon-panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px 16px 20px;
  color: #fff;
}

.neon-curr-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.neon-curr-badge {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 800;
  background: #31a8ff;
  color: #fff;
}

.neon-curr-badge--ai { background: #ff9a00; }
.neon-curr-badge--id { background: #ff3366; }
.neon-curr-badge--cdr { background: #66cc33; color: #0a0a0a; }
.neon-curr-badge--fund { background: #9b59ff; }
.neon-curr-badge--fig { background: #a259ff; }

.neon-curr-num {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  font-variant-numeric: tabular-nums;
}

.neon-curr-card h3 {
  font-size: 1rem;
  font-weight: 750;
  margin: 0 0 10px;
  color: #fff;
}

.neon-curr-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.neon-curr-card li {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.62);
  padding-left: 14px;
  position: relative;
  line-height: 1.4;
}

.neon-curr-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--neon);
}

.neon-info-bars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.neon-info-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 18px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.neon-info-bar .neon-ic {
  color: #56721D;
  border-color: transparent;
  background: rgba(182, 245, 0, 0.18);
}

.neon-info-bar .neon-ic--sq {
  border-radius: 12px;
  width: 42px;
  height: 42px;
}

.neon-info-bar strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 750;
  color: var(--neon-text);
  margin-bottom: 3px;
}

.neon-info-bar span:not(.neon-ic):not(.neon-plus):not(.neon-ic--sq) {
  font-size: 0.84rem;
  color: #3a433a;
  font-weight: 500;
}

.neon-info-bar .neon-plus {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(86, 114, 29, 0.2);
  background: rgba(182, 245, 0, 0.08);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  font-weight: 500;
  color: #56721D;
  line-height: 1;
}

.neon-plus {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--neon-border);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #56721D;
  line-height: 1;
}

/* Twin panels */
.neon-twin {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.neon-panel {
  position: relative;
  overflow: hidden;
  background: var(--neon-panel);
  border-radius: 18px;
  padding: 28px 24px;
  color: #fff;
  min-height: 280px;
  border: 1px solid rgba(182, 245, 0, 0.12);
}

.neon-panel h3 {
  margin: 0 0 18px;
  font-size: 1.2rem;
  font-weight: 800;
  color:#6ea00f;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.neon-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.neon-check-list li {
  padding-left: 28px;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.neon-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(182, 245, 0, 0.15);
  border: 1px solid rgba(182, 245, 0, 0.55);
  box-sizing: border-box;
}

.neon-check-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.45em;
  width: 7px;
  height: 4px;
  border-left: 2px solid var(--neon);
  border-bottom: 2px solid var(--neon);
  transform: rotate(-45deg);
}

.neon-panel-art {
  position: absolute;
  right: -10px;
  bottom: -16px;
  width: 150px;
  height: 150px;
  color: rgba(182, 245, 0, 0.22);
  pointer-events: none;
  filter: drop-shadow(0 0 18px rgba(182, 245, 0, 0.25));
}

.neon-panel-art svg {
  width: 100%;
  height: 100%;
}

/* Highlights */
.neon-kicker--line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.neon-kicker--line::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #56721D;
  border-radius: 2px;
}

/* Highlights — premium redesign */
.neon-hl--pro {
  --hl-accent: #6ea00f;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 40% 35% at 8% 20%, rgba(110, 160, 15, 0.08), transparent 60%),
    radial-gradient(ellipse 35% 30% at 92% 80%, rgba(110, 160, 15, 0.06), transparent 55%),
    #f4f6f0;
  padding: clamp(48px, 7vw, 80px) 0;
  font-family: "Poppins", "Plus Jakarta Sans", system-ui, sans-serif;
}

.neon-hl-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.neon-hl-dots {
  position: absolute;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(rgba(110, 160, 15, 0.45) 1.2px, transparent 1.3px);
  background-size: 12px 12px;
  opacity: 0.5;
}

.neon-hl-dots--tl {
  top: 12%;
  left: 4%;
}

.neon-hl-dots--br {
  right: 5%;
  bottom: 10%;
}

.neon-hl--pro > .container {
  position: relative;
  z-index: 1;
}

.neon-hl-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(110, 160, 15, 0.18);
  color: #1a2e1a;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.neon-hl--pro h2 {
  margin: 0 0 28px;
}

.neon-hl--pro h2 span {
  color: var(--hl-accent);
}

.neon-highlights {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 8px;
}

.neon-hl-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  padding: 28px 14px 20px;
  min-height: 100%;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.neon-hl-card::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--hl-accent);
  box-shadow: 0 0 12px rgba(110, 160, 15, 0.45);
}

.neon-hl-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(110, 160, 15, 0.12);
}

.neon-hl-num {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 42px;
  padding: 8px 10px 10px 14px;
  background: #121212;
  color: var(--hl-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  border-radius: 0 16px 0 0;
}

.neon-hl-ic {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(110, 160, 15, 0.12);
  color: #1a2e1a;
  margin-bottom: 4px;
}

.neon-hl-ic svg {
  width: 22px;
  height: 22px;
}

.neon-hl-card h3 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 750;
  color: #121612;
  line-height: 1.25;
}

.neon-hl-card p {
  margin: 0;
  font-size: 0.74rem;
  color: #5a655a;
  line-height: 1.45;
  max-width: 18ch;
}

/* CTA — premium redesign */
.neon-cta--pro {
  --cta-accent: #6ea00f;
  background: transparent;
  padding: 0 0 clamp(40px, 6vw, 64px);
  color: #fff;
}

.neon-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 24px 32px;
  align-items: center;
  background: #0b0b0b;
  border-radius: 28px;
  padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 40px);
  border: 1px solid rgba(110, 160, 15, 0.2);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}

.neon-cta-mark {
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 2px;
  background: var(--cta-accent);
  margin-bottom: 16px;
  box-shadow: 0 0 10px rgba(110, 160, 15, 0.45);
}

.neon-cta--pro .neon-cta-copy h2 {
  color: #fff;
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.neon-cta--pro .neon-cta-copy h2 span {
  color: var(--cta-accent);
}

.neon-cta--pro .neon-cta-copy p {
  color: rgba(255, 255, 255, 0.68);
  margin: 0 0 22px;
  max-width: 46ch;
  line-height: 1.65;
}

.neon-cta--pro .neon-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 50px;
  padding: 0 24px;
  border-radius: 14px;
  background: var(--cta-accent);
  color: #0a0a0a;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(110, 160, 15, 0.3);
  transition: filter 0.2s, transform 0.2s;
}

.neon-cta--pro .neon-cta-btn:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.neon-cta--pro .neon-cta-art {
  position: relative;
  color: var(--cta-accent);
  justify-self: end;
  max-width: 300px;
  width: 100%;
  filter: drop-shadow(0 0 24px rgba(110, 160, 15, 0.35));
}

.neon-cta-glow {
  position: absolute;
  inset: 10% 5%;
  background: radial-gradient(circle, rgba(110, 160, 15, 0.22), transparent 65%);
  filter: blur(12px);
  pointer-events: none;
}

.neon-cta--pro .neon-cta-art svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

/* FAQ: use homepage .faq.faq--dark styles (see style.css) */

.course-page--neon,
.course-page[data-theme="neon"] {
  overflow-x: clip;
}

/* Keep home-page container width/padding; only constrain nested grids */
.course-page--neon .container {
  min-width: 0;
}

.course-page--neon .neon-hero-grid,
.course-page--neon .neon-overview,
.course-page--neon .neon-why-layout {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .neon-hero-curve {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 42%;
    border-radius: 36px 36px 0 0;
  }

  .neon-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .neon-hero-form {
    max-width: 100%;
    width: 100%;
  }

  .neon-hero-media {
    max-width: 100%;
  }

  .neon-feat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .neon-hero-copy h1 {
    max-width: none;
  }

  .neon-curriculum {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .neon-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .neon-cta-panel {
    grid-template-columns: 1fr;
  }

  .neon-cta--pro .neon-cta-art {
    justify-self: start;
    max-width: 240px;
  }

  .neon-overview {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .neon-overview-visual {
    padding: 12px 0 48px 10px;
    max-width: 100%;
  }

  .neon-learn-card {
    left: 50%;
    width: min(420px, calc(100% - 20px));
  }

  .neon-twin {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .course-page--neon .course-hero.neon-hero,
  .neon-hero {
    padding: calc(var(--header-height) + 20px) 0 32px;
  }

  .neon-hero-curve {
    height: 36%;
    border-radius: 28px 28px 0 0;
    opacity: 0.95;
  }

  .neon-hero-line,
  .neon-hero-dots,
  .neon-hero-dots--br,
  .neon-overview-dots {
    display: none;
  }

  .neon-hero-copy h1 {
    font-size: clamp(1.55rem, 7.2vw, 2.1rem);
  }

  .neon-hero-copy > p {
    font-size: 0.92rem;
    margin-bottom: 18px;
  }

  .neon-feat-row {
    gap: 10px 12px;
    margin-bottom: 20px;
  }

  .neon-feat-row .neon-ic {
    width: 36px;
    height: 36px;
  }

  .neon-hero-media {
    max-width: none;
    animation: none;
    border-radius: 16px;
  }

  .neon-hero-media img {
    min-height: 180px;
  }

  .neon-watch {
    left: 12px;
    bottom: 12px;
    font-size: 0.75rem;
    padding: 6px 12px 6px 6px;
  }

  .course-page--neon .neon-form-card--light,
  .neon-form-card {
    padding: 20px 16px;
    border-radius: 20px;
  }

  .neon-overview,
  .neon-twin {
    grid-template-columns: 1fr;
  }

  .neon-section--overview {
    padding: 36px 0 28px;
  }

  .neon-overview-visual {
    padding: 8px 0 16px;
    max-width: 100%;
  }

  .neon-overview-media {
    border-radius: 18px;
  }

  .neon-overview-media img {
    min-height: 220px;
    aspect-ratio: 16 / 11;
  }

  .neon-learn-card {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    margin: -36px 0 0;
  }

  .neon-learn-grid {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .neon-learn-item {
    padding: 7px 6px;
  }

  .neon-learn-item p {
    font-size: 0.55rem;
  }

  .neon-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .neon-curriculum,
  .neon-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .neon-hl-card {
    padding: 24px 12px 16px;
  }

  .neon-hl-card p {
    max-width: none;
  }

  .neon-info-bars {
    grid-template-columns: 1fr;
  }

  .neon-why--pro .neon-why-layout {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }

  .neon-why--pro .neon-why-bar {
    max-width: 100%;
  }

  .neon-cta--pro {
    padding-bottom: 32px;
  }

  .neon-cta-panel {
    border-radius: 20px;
    padding: 24px 18px;
  }
}

@media (max-width: 480px) {
  .neon-hero {
    padding-bottom: 28px;
  }

  .neon-badge {
    font-size: 0.65rem;
    padding: 6px 12px;
  }

  .neon-feat-row {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .neon-feat-row li strong {
    font-size: 0.75rem;
  }

  .neon-feat-row li small {
    font-size: 0.62rem;
  }

  .neon-form-card {
    padding: 18px 14px;
    border-radius: 18px;
  }

  .course-page--neon .neon-form-card--light .form-title {
    font-size: 1.05rem;
  }

  .neon-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .neon-stat {
    padding: 14px 12px;
  }

  .neon-stat strong {
    font-size: 1.25rem;
  }

  .neon-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .neon-curriculum {
    grid-template-columns: 1fr;
  }

  .neon-hl-num {
    min-width: 36px;
    padding: 6px 8px 8px 12px;
    font-size: 0.65rem;
  }

  .neon-hl-ic {
    width: 44px;
    height: 44px;
  }

  .neon-hl-card h3 {
    font-size: 0.82rem;
  }

  .neon-hl-card p {
    font-size: 0.68rem;
  }

  .neon-overview-card {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 12px;
    gap: 10px;
  }

  .neon-overview-card h3 {
    font-size: 0.92rem;
  }

  .neon-overview-card p {
    font-size: 0.82rem;
  }

  .neon-overview-media img {
    min-height: 180px;
  }

  .neon-learn-card {
    margin-top: -28px;
  }

  .neon-learn-grid {
    grid-template-columns: 1fr;
  }

  .neon-learn-item p {
    -webkit-line-clamp: 3;
    font-size: 0.62rem;
  }

  .neon-learn-foot {
    font-size: 0.5rem;
    letter-spacing: 0.04em;
    padding: 5px 8px;
  }

  .neon-why--pro .neon-why-layout {
    width: calc(100% - 24px);
  }

  .neon-why--pro .neon-why-card {
    padding: 14px 12px;
  }

  .neon-why--pro .neon-why-bar {
    border-radius: 16px;
    padding: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .neon-hero-media {
    animation: none;
  }

  .neon-watch,
  .neon-overview-card,
  .neon-learn-item,
  .course-page--neon .neon-submit {
    transition: none;
  }
}
/* ============================================
   Graphic Design page — reference layout (gd-*)
   ============================================ */
.course-page--neon, .course-page--gd {
  --gd-green: #6ea00f;
  --gd-green-bright: #a3ff12;
  --gd-ink: #0b0b0b;
  --gd-panel: #141414;
  --gd-muted: #6b7280;
  --gd-soft: #f5f5f5;
  background: #fff;
}

.course-page--neon .gd-hero.neon-hero, .course-page--gd .gd-hero.neon-hero{
  position: relative;
  padding: calc(var(--header-height) + 36px) 0 96px;
  overflow: hidden;
  background: #0b0b0b;
  min-height: clamp(520px, 72vh, 680px);
  display: flex;
  align-items: center;
}

.course-page--neon .gd-hero.neon-hero > .container, .course-page--gd .gd-hero.neon-hero > .container{
  width: 100%;
}

.gd-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.gd-hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block;
}

.gd-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 34%, rgba(0, 0, 0, 0.45) 58%, rgba(0, 0, 0, 0.88) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 28%, transparent 72%, rgba(0, 0, 0, 0.55) 100%);
}

.gd-hero-glow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: radial-gradient(ellipse 70% 80% at 50% 100%, rgba(110, 160, 15, 0.42), transparent 68%);
}

.course-page--neon .gd-hero .neon-hero-bg, .course-page--gd .gd-hero .neon-hero-bg,
.course-page--neon .gd-hero .neon-hero-curve, .course-page--gd .gd-hero .neon-hero-curve{ display: none; }

.gd-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 420px);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.gd-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1.5px solid var(--gd-green);
  color: var(--gd-green-bright);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
  background: rgba(110, 160, 15, 0.08);
}

.gd-hero-copy h1 {
  font-size: clamp(1.85rem, 3.6vw, 2.85rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.gd-hero-copy h1 em {
  font-style: normal;
  color: var(--gd-green);
}

.gd-hero-copy > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: min(78ch, 100%);
  margin: 0 0 22px;
}

.gd-feat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gd-feat-row li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.84rem;
  font-weight: 600;
  min-width: 140px;
}

.gd-feat-ic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(110, 160, 15, 0.65);
  color: var(--gd-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(110, 160, 15, 0.08);
}

.gd-feat-ic svg { width: 16px; height: 16px; display: block; }

.gd-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 0;
}

.gd-banner-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(110, 160, 15, 0.18);
}

/* legacy tablet/float kept harmless if unused */
.gd-tablet { display: none; }
.gd-float { display: none; }

.gd-hero-form {
  align-self: stretch;
  justify-self: end;
  width: 100%;
  max-width: 420px;
}

.gd-form-card {
  border-radius: 20px !important;
  padding: 22px 22px 18px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28) !important;
}

.course-page--neon .gd-form-card .form-title, .course-page--gd .gd-form-card .form-title{
  font-size: 1.25rem;
  margin-bottom: 14px;
}

.course-page--neon .gd-form-card .form-title em, .course-page--gd .gd-form-card .form-title em{
  font-style: normal;
  color: var(--gd-green);
}

.course-page--neon .gd-form-card .neon-submit, .course-page--gd .gd-form-card .neon-submit,
.course-page--neon .gd-form-card .form-submit, .course-page--gd .gd-form-card .form-submit{
  background: var(--gd-green) !important;
  border-color: var(--gd-green) !important;
  color: #fff !important;
  border-radius: 12px;
  font-weight: 700;
}

.course-page--neon .gd-form-card .neon-submit:hover, .course-page--gd .gd-form-card .neon-submit:hover{
  background: #5a850c !important;
}

/* Stats strip — dono sections ke beech center overlap */
.course-page--neon .gd-stats, .course-page--gd .gd-stats{
  margin-top: -36px;
  margin-bottom: -36px;
  position: relative;
  z-index: 3;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.course-page--neon .gd-stats-row, .course-page--gd .gd-stats-row{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 16px 20px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.14);
}

.course-page--neon .gd-stat, .course-page--gd .gd-stat{
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 4px 6px;
}

.course-page--neon .gd-stat-ic, .course-page--gd .gd-stat-ic{
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(110, 160, 15, 0.12);
  color: var(--gd-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.course-page--neon .gd-stat-ic svg, .course-page--gd .gd-stat-ic svg{ width: 18px; height: 18px; }

.course-page--neon .gd-stat strong, .course-page--gd .gd-stat strong{
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--gd-ink);
  line-height: 1.1;
}

.course-page--neon .gd-stat span, .course-page--gd .gd-stat span{
  font-size: 0.8rem;
  color: var(--gd-muted);
  line-height: 1.25;
}

/* Shared */
.gd-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gd-green);
  margin-bottom: 10px;
}

.gd-sec-head {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.gd-sec-head h2 {
  font-size: clamp(1.6rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--gd-ink);
  margin: 0;
}

.gd-sec-head h2 em,
.gd-why-copy h2 em,
.gd-skills-copy h2 em {
  font-style: normal;
  color: var(--gd-green);
}

.gd-skills .gd-skills-copy h2 {
  color: #fff;
}

.gd-skills .gd-skills-copy h2 em {
  color: var(--gd-green-bright);
}

.gd-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--gd-green);
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gd-btn:hover { background: #5a850c; transform: translateY(-1px); color: #fff; }

.gd-btn--dark {
  background: var(--gd-ink);
  color: #fff;
}

.gd-btn--dark:hover { background: #222; color: #fff; }

/* Why */
.gd-why {
  padding: clamp(64px, 8vw, 96px) 0 clamp(48px, 7vw, 88px);
  background: #fff;
}

.gd-why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) minmax(0, 0.95fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: start;
}

.gd-why-copy h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--gd-ink);
}

.gd-why-copy p {
  color: var(--gd-muted);
  line-height: 1.7;
  margin: 0;
  font-size: 0.95rem;
}

.gd-why-video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #111;
  aspect-ratio: 4/3;
}

.gd-why-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gd-play {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: none;
  background: rgba(11, 11, 11, 0.88);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.gd-play-ic {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gd-green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gd-play-ic svg { width: 12px; height: 12px; margin-left: 1px; }

.gd-why-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gd-why-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.gd-why-ic {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(110, 160, 15, 0.12);
  color: var(--gd-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  flex-shrink: 0;
}

.gd-why-ic svg { width: 18px; height: 18px; }

.gd-why-card h3 {
  font-size: 0.95rem;
  font-weight: 750;
  margin: 0 0 6px;
  color: var(--gd-ink);
}

.gd-why-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--gd-muted);
}

/* Curriculum */
.gd-curr {
  padding: clamp(40px, 6vw, 72px) 0;
  background: var(--gd-soft);
}

.gd-curr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.gd-curr-card {
  background: var(--gd-panel);
  color: #fff;
  border-radius: 18px;
  padding: 18px 18px 16px;
  position: relative;
  min-height: 230px;
  display: flex;
  flex-direction: column;
}

.gd-curr-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.gd-curr-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  font-weight: 800;
  font-size: 0.82rem;
  margin-bottom: 0;
  background: linear-gradient(145deg, #31a8ff, #001e36);
  color: #fff;
  flex-shrink: 0;
}

.gd-curr-badge--ai { background: linear-gradient(145deg, #ff9a00, #330000); }
.gd-curr-badge--id { background: linear-gradient(145deg, #ff3366, #4b000f); }
.gd-curr-badge--cd { background: linear-gradient(145deg, #6ea00f, #2a4000); }
.gd-curr-badge--df { background: linear-gradient(145deg, #a78bfa, #4c1d95); }
.gd-curr-badge--fg { background: linear-gradient(145deg, #22d3ee, #0e7490); }

.gd-curr-title {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 750;
  padding: 8px 12px;
  border-radius: 8px;
  flex: 1;
  line-height: 1.25;
}

.gd-curr-title--ps { background: rgba(49, 168, 255, 0.22); color: #7dd3fc; }
.gd-curr-title--ai { background: rgba(255, 154, 0, 0.22); color: #fdba74; }
.gd-curr-title--id { background: rgba(255, 51, 102, 0.2); color: #fda4af; }
.gd-curr-title--cd { background: rgba(110, 160, 15, 0.22); color: #bef264; }
.gd-curr-title--df { background: rgba(167, 139, 250, 0.22); color: #ddd6fe; }
.gd-curr-title--fg { background: rgba(34, 211, 238, 0.2); color: #a5f3fc; }

.gd-curr-card h3 {
  font-size: 1.05rem;
  font-weight: 750;
  margin: 0;
}

.gd-curr-card ul {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  flex: 1;
}

.gd-curr-card li {
  position: relative;
  padding-left: 14px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
  margin-bottom: 6px;
}

.gd-curr-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gd-green);
}

.gd-curr-more {
  margin-top: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gd-green-bright);
}

.gd-meta-bar {
  list-style: none;
  margin: 28px auto 0;
  padding: 18px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px 48px;
  width: min(920px, 100%);
  max-width: 100%;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.gd-meta-bar li {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.gd-meta-ic {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(110, 160, 15, 0.12);
  color: var(--gd-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gd-meta-ic svg { width: 18px; height: 18px; }

.gd-meta-bar strong {
  display: block;
  font-size: 0.88rem;
  color: var(--gd-ink);
}

.gd-meta-bar span {
  font-size: 0.8rem;
  color: var(--gd-muted);
}

/* Skills */
.gd-skills {
  padding: clamp(40px, 6vw, 72px) 0;
  background: var(--gd-ink);
  color: #fff;
}

.gd-skills-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
}

.gd-skills-copy h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  margin: 0 0 28px;
  letter-spacing: -0.03em;
  color: #fff;
}

.gd-kicker--on-dark {
  color: var(--gd-green-bright);
  margin-bottom: 12px;
}

.gd-skills-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px 10px;
}

.gd-skills-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
  max-width: none;
}

.gd-skills-list li span {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0;
}

.gd-skills-list li svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.5;
}

.gd-skills-list li.is-hl span {
  color: var(--gd-green-bright);
  border-color: rgba(163, 255, 18, 0.45);
  background: rgba(110, 160, 15, 0.16);
  box-shadow: 0 0 0 1px rgba(163, 255, 18, 0.12), 0 0 22px rgba(110, 160, 15, 0.28);
}

.gd-skills-list li.is-hl {
  color: #fff;
}

.gd-skills-list li.is-hl span svg {
  filter: drop-shadow(0 0 6px rgba(163, 255, 18, 0.45));
}

.gd-skills-cta {
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(110, 160, 15, 0.45);
  border-radius: 20px;
  padding: 28px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}

.gd-skills-cta h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 8px;
  line-height: 1.25;
}

.gd-skills-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  line-height: 1.55;
}

.gd-skills-cta .gd-btn { margin-top: 16px; }

.gd-rocket {
  width: min(240px, 48vw);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -12px -8px -16px 0;
}

.gd-rocket img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(110, 160, 15, 0.25));
}

/* Highlights */
.gd-hl {
  padding: clamp(40px, 6vw, 72px) 0;
  background: #fff;
}

.gd-hl-wrap {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
}

.gd-hl-nav {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: var(--gd-ink);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.gd-hl-nav:hover {
  border-color: var(--gd-green);
  color: var(--gd-green);
}

.gd-hl-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, 1fr);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 2px 10px;
}

.gd-hl-track::-webkit-scrollbar { display: none; }

.gd-hl-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 20px 16px;
  text-align: left;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  scroll-snap-align: start;
  min-width: 200px;
}

.gd-hl-ic {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(110, 160, 15, 0.12);
  color: var(--gd-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.gd-hl-ic svg { width: 20px; height: 20px; }

.gd-hl-card h3 {
  font-size: 0.95rem;
  font-weight: 750;
  margin: 0 0 6px;
  color: var(--gd-ink);
}

.gd-hl-card p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--gd-muted);
}

/* Voice / portfolio */
.gd-voice {
  padding: clamp(40px, 6vw, 72px) 0 64px;
  background: var(--gd-soft);
}

.gd-voice-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.85fr;
  gap: 18px;
  align-items: stretch;
}

.gd-voice-col h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
  color: var(--gd-ink);
}

.gd-voice-col h2 em {
  font-style: normal;
  color: var(--gd-green);
}

.gd-quote-mark {
  display: block;
  font-size: 3.5rem;
  line-height: 0.8;
  color: var(--gd-green);
  font-weight: 800;
  margin-bottom: 8px;
}

/* Review flip carousel */
.gd-review-flip {
  position: relative;
  perspective: 1200px;
  min-height: 280px;
}

.gd-review-stage {
  position: relative;
  min-height: 280px;
  transform-style: preserve-3d;
}

.gd-review-card {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: rotateY(90deg) scale(0.96);
  transition:
    transform 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s ease,
    visibility 0.4s;
  backface-visibility: hidden;
}

.gd-review-card.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: rotateY(0deg) scale(1);
  z-index: 2;
}

.gd-review-card.is-exit-left {
  opacity: 0;
  visibility: hidden;
  transform: rotateY(-90deg) scale(0.96);
  z-index: 1;
}

.gd-review-card.is-exit-right {
  opacity: 0;
  visibility: hidden;
  transform: rotateY(90deg) scale(0.96);
  z-index: 1;
}

.gd-review-card.is-enter-left {
  transform: rotateY(-90deg) scale(0.96);
}

.gd-review-card.is-enter-right {
  transform: rotateY(90deg) scale(0.96);
}

.gd-review-hit {
  position: absolute;
  top: 0;
  bottom: 28px;
  width: 48%;
  z-index: 5;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

.gd-review-hit--prev { left: 0; cursor: w-resize; }
.gd-review-hit--next { right: 0; cursor: e-resize; }

.gd-review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  position: relative;
  z-index: 6;
}

.gd-review-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gd-review-dot.is-active {
  background: var(--gd-green);
  transform: scale(1.2);
}

.gd-review-course {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 2px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(110, 160, 15, 0.18);
  color: #bef264;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.gd-final-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.gd-final-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: 0.9rem;
  font-weight: 600;
}

.gd-final-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 800;
}

.gd-portfolio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.gd-portfolio img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.gd-quote {
  margin: 0;
  background: var(--gd-panel);
  color: #fff;
  border-radius: 18px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gd-quote > p {
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.9);
}

.gd-quote footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gd-quote footer img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.gd-quote footer strong {
  display: block;
  font-size: 0.92rem;
}

.gd-quote footer span {
  display: block;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
}

.gd-stars { color: #f5c518 !important; letter-spacing: 1px; margin-top: 2px; }

.gd-final-cta {
  background: var(--gd-green);
  color: #fff;
  border-radius: 18px;
  padding: 28px 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.gd-final-cta h3 {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 16px;
}

.gd-final-cta .gd-btn { align-self: flex-start; }

.gd-final-art {
  margin-top: 20px;
  opacity: 0.85;
  color: rgba(0, 0, 0, 0.35);
}

.gd-final-art svg { width: 100%; max-width: 160px; height: auto; }

/* Hide old neon-only sections if leftover */
.course-page--neon .neon-section--overview, .course-page--gd .neon-section--overview,
.course-page--neon .neon-why--pro, .course-page--gd .neon-why--pro,
.course-page--neon .neon-hl--pro, .course-page--gd .neon-hl--pro,
.course-page--neon .neon-cta--pro, .course-page--gd .neon-cta--pro{ display: none; }

/* ---- Large desktop ---- */
@media (min-width: 1400px) {
  .gd-skills-list li span {
    width: 58px;
    height: 58px;
  }

  .gd-skills-list li svg {
    width: 32px;
    height: 32px;
  }

  .gd-skills-list li {
    font-size: 0.84rem;
  }
}

/* ---- Tablet / mid ---- */
@media (max-width: 1100px) {
  .course-page--neon .gd-hero.neon-hero, .course-page--gd .gd-hero.neon-hero{
    min-height: 0;
    padding: calc(var(--header-height) + 28px) 0 80px;
  }

  .gd-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gd-hero-form {
    max-width: 520px;
    justify-self: start;
    width: 100%;
  }

  .gd-feat-row {
    gap: 12px 16px;
  }

  .gd-why-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .gd-why-cards {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-direction: unset;
  }

  .gd-curr-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gd-skills-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .gd-skills-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .gd-skills-cta {
    max-width: 560px;
  }

  .gd-rocket {
    width: min(200px, 42vw);
  }

  .gd-voice-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gd-final-cta {
    grid-column: 1 / -1;
  }

  .gd-hl-track {
    grid-auto-columns: minmax(180px, 42%);
  }
}

/* ---- Mobile ---- */
@media (max-width: 768px) {
  .course-page--neon, .course-page--gd {
    overflow-x: clip;
  }

  .course-page--neon .gd-hero.neon-hero, .course-page--gd .gd-hero.neon-hero{
    min-height: 0;
    padding: calc(var(--header-height) + 20px) 0 64px;
    align-items: flex-start;
  }

  .gd-hero-bg-img {
    object-position: 70% center;
    opacity: 0.55;
  }

  .gd-hero-overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.82) 45%, rgba(0, 0, 0, 0.92) 100%);
  }

  .gd-hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gd-hero-copy h1 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .gd-hero-copy > p {
    font-size: 0.92rem;
    max-width: none;
  }

  .gd-feat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 10px;
  }

  .gd-feat-row li {
    min-width: 0;
    font-size: 0.78rem;
  }

  .gd-feat-ic {
    width: 32px;
    height: 32px;
  }

  .gd-hero-form {
    max-width: none;
    justify-self: stretch;
  }

  .gd-form-card {
    padding: 18px 16px 14px !important;
  }

  .course-page--neon .gd-stats, .course-page--gd .gd-stats{
    margin-top: -28px;
    margin-bottom: -20px;
  }

  .course-page--neon .gd-stats-row, .course-page--gd .gd-stats-row{
    grid-template-columns: 1fr 1fr;
    gap: 12px 8px;
    padding: 14px 12px;
  }

  .course-page--neon .gd-stat, .course-page--gd .gd-stat{
    justify-content: flex-start;
    gap: 10px;
  }

  .course-page--neon .gd-stat strong, .course-page--gd .gd-stat strong{
    font-size: 1.05rem;
  }

  .course-page--neon .gd-stat span, .course-page--gd .gd-stat span{
    font-size: 0.72rem;
  }

  .gd-why {
    padding: 56px 0 40px;
  }

  .gd-why-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .gd-why-cards {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }

  .gd-why-video {
    aspect-ratio: 16 / 10;
  }

  .gd-play {
    white-space: normal;
    max-width: calc(100% - 24px);
    font-size: 0.76rem;
  }

  .gd-curr {
    padding: 36px 0 40px;
  }

  .gd-curr-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gd-meta-bar {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 14px 16px;
  }

  .gd-meta-bar li {
    justify-content: flex-start;
  }

  .gd-skills {
    padding: 36px 0 40px;
  }

  .gd-skills-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gd-skills-copy h2 {
    font-size: clamp(1.4rem, 6vw, 1.85rem);
    margin-bottom: 20px;
  }

  .gd-skills-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .gd-skills-list li {
    font-size: 0.8rem;
  }

  .gd-skills-list li span {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .gd-skills-list li svg {
    width: 26px;
    height: 26px;
  }

  .gd-skills-cta {
    grid-template-columns: 1fr;
    padding: 22px 18px;
    max-width: none;
  }

  .gd-rocket {
    width: min(180px, 55vw);
    margin: 0 auto -8px;
  }

  .gd-hl {
    padding: 36px 0 40px;
  }

  .gd-hl-wrap {
    grid-template-columns: 1fr;
  }

  .gd-hl-nav {
    display: none;
  }

  .gd-hl-track {
    grid-auto-columns: minmax(70%, 240px);
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .gd-voice {
    padding: 36px 0 48px;
  }

  .gd-voice-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .gd-portfolio {
    grid-template-columns: repeat(2, 1fr);
  }

  .gd-review-flip,
  .gd-review-stage {
    min-height: 260px;
  }

  .gd-review-hit {
    width: 42%;
    bottom: 24px;
  }

  .gd-final-cta {
    min-height: auto;
  }
}

/* ---- Small phones ---- */
@media (max-width: 480px) {
  .gd-feat-row {
    grid-template-columns: 1fr;
  }

  .course-page--neon .gd-stats-row, .course-page--gd .gd-stats-row{
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gd-skills-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gd-skills-list li span {
    width: 44px;
    height: 44px;
  }

  .gd-skills-list li svg {
    width: 24px;
    height: 24px;
  }

  .gd-portfolio {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .gd-hl-track {
    grid-auto-columns: minmax(78%, 220px);
  }

  .gd-badge {
    font-size: 0.66rem;
    padding: 6px 12px;
  }
}
