/**
 * SYNAPTIC ANALYSIS
 * Official Brand Design System & Core Stylesheet
 * 
 * Executive Light Theme with Analytical Curves & Charts Background
 * Colors Harmonized with Official Synaptic Analysis Logo:
 * - Clean Crisp White & Soft Slate Surfaces
 * - Deep Midnight Navy Typography
 * - Burnished Antique Gold & Champagne Accents
 * - Emerald Green & Sapphire Blue Data Indicators
 */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap');

:root {
  /* ==========================================================================
     Synaptic Analysis Brand Palette (Executive Light Theme)
     ========================================================================== */
  --brand-navy-dark: #060e1a;
  --brand-navy: #0f172a;
  --brand-navy-surface: #1e293b;
  --brand-navy-card: #ffffff;
  --brand-navy-card-hover: #ffffff;

  --brand-green-deep: #064e3b;
  --brand-green-dark: #065f46;
  --brand-green-emerald: #059669;
  --brand-green-mint: #10b981;
  --brand-green-glow: rgba(5, 150, 105, 0.15);

  --brand-blue-royal: #1e40af;
  --brand-blue-tech: #2563eb;
  --brand-blue-sapphire: #0284c7;
  --brand-blue-glow: rgba(37, 99, 235, 0.15);

  --brand-gold: #c59b27;
  --brand-gold-warm: #9a7318;
  --brand-gold-light: #fef9ed;
  --brand-gold-champagne: #fae8b6;
  --brand-gold-glow: rgba(197, 155, 39, 0.2);

  --brand-cream: #fdfbf7;
  --brand-cream-muted: #f1f5f9;
  --brand-white: #ffffff;

  /* Global Functional Theme Tokens (Crisp Light Mode) */
  --bg-primary: #ffffff;
  --bg-secondary: #f8fafc;
  --bg-tertiary: #f1f5f9;
  --bg-card: #ffffff;
  --bg-card-hover: #ffffff;
  --bg-glass: rgba(255, 255, 255, 0.94);

  /* Primary Accent & Brand Highlights */
  --accent-gold: var(--brand-gold);
  --accent-emerald: var(--brand-green-emerald);
  --accent-blue: var(--brand-blue-tech);
  --accent-rose: #e11d48;

  /* Executive Text Hierarchy (Maximum Readability) */
  --text-main: #0f172a;
  --text-secondary: #334155;
  --text-muted: #64748b;
  --text-dark: #94a3b8;
  --text-gold: #9a7318;
  --text-emerald: #059669;

  /* Refined Borders */
  --border-light: rgba(15, 23, 42, 0.08);
  --border-accent: rgba(197, 155, 39, 0.28);
  --border-gold: rgba(197, 155, 39, 0.42);
  --border-emerald: rgba(5, 150, 105, 0.32);
  --border-blue: rgba(37, 99, 235, 0.28);

  /* Gradients */
  --grad-gold: linear-gradient(135deg, #b8860b 0%, #d4af37 50%, #9a7318 100%);
  --grad-gold-btn: linear-gradient(135deg, #d4af37 0%, #ecd69c 50%, #c59b27 100%);
  --grad-emerald: linear-gradient(135deg, #059669 0%, #10b981 100%);
  --grad-blue: linear-gradient(135deg, #1e40af 0%, #38bdf8 100%);
  --grad-primary: linear-gradient(135deg, #c59b27 0%, #059669 50%, #2563eb 100%);
  --grad-card: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 0.8) 100%);
  
  /* Pharma & Data Analytics Curves Background Pattern */
  --bg-pattern-charts: url("data:image/svg+xml,%3Csvg width='1200' height='800' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='cg1' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%232563eb' stop-opacity='0.05'/%3E%3Cstop offset='50%25' stop-color='%2310b981' stop-opacity='0.04'/%3E%3Cstop offset='100%25' stop-color='%23d4af37' stop-opacity='0.05'/%3E%3C/linearGradient%3E%3Cpattern id='cgrid' width='48' height='48' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 48 0 L 0 0 0 48' fill='none' stroke='%230f172a' stroke-width='0.75' stroke-opacity='0.03'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23cgrid)'/%3E%3Cpath d='M0,480 C180,440 320,560 520,380 C720,200 880,340 1200,160 L1200,800 L0,800 Z' fill='url(%23cg1)'/%3E%3Cpath d='M0,480 C180,440 320,560 520,380 C720,200 880,340 1200,160' fill='none' stroke='%232563eb' stroke-width='1.8' stroke-dasharray='6,4' stroke-opacity='0.18'/%3E%3Cpath d='M0,620 C240,600 380,420 620,450 C860,480 1020,280 1200,210' fill='none' stroke='%23c59b27' stroke-width='2.2' stroke-opacity='0.22'/%3E%3Cpath d='M0,340 C160,280 400,350 640,250 C880,150 1060,200 1200,100' fill='none' stroke='%23059669' stroke-width='1.8' stroke-opacity='0.16'/%3E%3Ccircle cx='520' cy='380' r='4.5' fill='%232563eb' fill-opacity='0.3'/%3E%3Ccircle cx='620' cy='450' r='5' fill='%23c59b27' fill-opacity='0.35'/%3E%3Ccircle cx='640' cy='250' r='4.5' fill='%23059669' fill-opacity='0.3'/%3E%3Ccircle cx='880' cy='340' r='4' fill='%232563eb' fill-opacity='0.25'/%3E%3Ccircle cx='1020' cy='280' r='4.5' fill='%23c59b27' fill-opacity='0.35'/%3E%3Cline x1='520' y1='380' x2='640' y2='250' stroke='%230f172a' stroke-width='1' stroke-dasharray='3,3' stroke-opacity='0.08'/%3E%3C/svg%3E");

  /* Typography */
  --font-arabic: 'Cairo', system-ui, -apple-system, sans-serif;
  --font-latin: 'Inter', system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  /* Spacing & Layout */
  --container-max: 1240px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;

  /* Soft Ambient Shadows for Light Mode */
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.04);
  --shadow-lg: 0 12px 32px -4px rgba(15, 23, 42, 0.09), 0 4px 12px -2px rgba(15, 23, 42, 0.05);
  --shadow-gold: 0 8px 25px rgba(197, 155, 39, 0.16);
  --shadow-emerald: 0 8px 25px rgba(5, 150, 105, 0.16);

  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Reset & Base Setup */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: var(--font-arabic);
  font-size: 16px;
  line-height: 1.65;
  background-color: var(--bg-primary);
  color: var(--text-main);
  direction: rtl;
  text-align: right;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  background-color: var(--bg-primary);
  background-image: var(--bg-pattern-charts);
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: 1200px 800px;
  overflow-x: hidden;
  position: relative;
  color: var(--text-main);
}

/* English / LTR Helper classes */
.en, [dir="ltr"], .latin-text {
  font-family: var(--font-latin);
  direction: ltr;
  text-align: left;
  display: inline-block;
}

.mono {
  font-family: var(--font-mono);
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition-fast);
}

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

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

/* Container */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-narrow {
  max-width: 900px;
}

/* Section Header Styles */
.section {
  padding: 5.5rem 0;
  position: relative;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.15rem;
  border-radius: var(--radius-full);
  background: var(--brand-gold-light);
  border: 1px solid var(--border-gold);
  color: var(--brand-gold-warm);
  font-size: 0.875rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  letter-spacing: 0.3px;
  box-shadow: var(--shadow-sm);
}

.section-tag.gold {
  background: var(--brand-gold-light);
  border-color: var(--border-gold);
  color: var(--brand-gold-warm);
}

.section-tag.emerald {
  background: #ecfdf5;
  border-color: var(--border-emerald);
  color: var(--brand-green-emerald);
}

.section-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3.5rem auto;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.3;
  color: var(--text-main);
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.section-title span.highlight {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title span.emerald {
  background: var(--grad-emerald);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  font-size: 1.15rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.85rem 1.85rem;
  font-size: 1rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  cursor: pointer;
  transition: var(--transition-normal);
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

/* Primary CTA: Synaptic Gold/Emerald High-Contrast */
.btn-primary {
  background: var(--grad-gold-btn);
  color: #060e1a !important;
  font-weight: 900;
  box-shadow: 0 4px 18px rgba(197, 155, 39, 0.35);
  border: 1px solid rgba(197, 155, 39, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(197, 155, 39, 0.5);
  background: linear-gradient(135deg, #fae8b6 0%, #d4af37 100%);
  color: #060e1a !important;
}

.btn-secondary {
  background: #ffffff;
  border: 1px solid var(--border-gold);
  color: var(--text-main);
  box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
  background: var(--brand-gold-light);
  border-color: var(--brand-gold);
  color: var(--brand-gold-warm);
  transform: translateY(-2px);
}

.btn-emerald {
  background: var(--grad-emerald);
  color: #ffffff !important;
  font-weight: 800;
  box-shadow: 0 4px 18px rgba(5, 150, 105, 0.3);
}

.btn-emerald:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.45);
}

.btn-large {
  padding: 1.1rem 2.5rem;
  font-size: 1.15rem;
  border-radius: var(--radius-lg);
}

.btn-block {
  width: 100%;
}

.btn svg {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform var(--transition-fast);
}

.btn:hover svg {
  transform: translateX(-3px);
}

/* ==========================================================================
   Header & Navigation (Synaptic Analysis - Professional English LTR Layout)
   ========================================================================== */
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border-light);
  transition: var(--transition-normal);
  direction: ltr;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  gap: 1.5rem;
  direction: ltr;
}

/* LEFT SIDE: Synaptic Analysis Branding & Official Logo */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  order: 1; /* Positioned on the LEFT in LTR */
  flex-shrink: 0;
}

.brand-logo-img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(197, 155, 39, 0.25);
  background: #060e1a;
  border: 1.5px solid var(--brand-gold);
  flex-shrink: 0;
}

.brand-info {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.brand-name {
  font-family: var(--font-latin);
  font-size: 1.18rem;
  font-weight: 900;
  color: var(--text-main);
  letter-spacing: 0.9px;
  line-height: 1.15;
  text-transform: uppercase;
}

.brand-name span.brand-name-accent {
  color: var(--brand-gold);
}

.brand-tagline {
  font-family: var(--font-latin);
  font-size: 0.7rem;
  color: var(--text-muted);
  font-weight: 600;
  letter-spacing: 0.35px;
  line-height: 1.3;
  margin-top: 2px;
  white-space: nowrap;
}

/* CENTER: Navigation Links */
.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  order: 2; /* Positioned in the CENTER */
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  direction: ltr;
}

.nav-link {
  font-family: var(--font-latin);
  color: var(--text-secondary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0.5rem 0.2rem;
  position: relative;
  transition: var(--transition-fast);
  white-space: nowrap;
}

.nav-link:hover, .nav-link.active {
  color: var(--brand-gold-warm);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--brand-gold);
  border-radius: var(--radius-full);
  transition: width var(--transition-normal);
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

/* RIGHT SIDE: Primary Conversion CTA (ENROLL NOW) */
.header-cta-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  order: 3; /* Positioned on the RIGHT in LTR */
  direction: ltr;
  flex-shrink: 0;
}

.btn-header-enroll {
  background: var(--grad-gold-btn);
  color: #060e1a !important;
  padding: 0.62rem 1.45rem;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  border-radius: var(--radius-md);
  box-shadow: 0 3px 14px rgba(197, 155, 39, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-latin);
  border: 1px solid rgba(197, 155, 39, 0.3);
  transition: var(--transition-normal);
}

.btn-header-enroll:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(197, 155, 39, 0.5);
  background: linear-gradient(135deg, #fae8b6 0%, #d4af37 100%);
  color: #060e1a !important;
}

.btn-header-enroll svg {
  width: 14px;
  height: 14px;
}

.mobile-menu-btn {
  display: none;
  background: #ffffff;
  border: 1px solid var(--border-gold);
  color: var(--text-main);
  padding: 0.55rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  order: 4;
}

.mobile-menu-btn:hover {
  border-color: var(--brand-gold);
  color: var(--brand-gold-warm);
}

.mobile-drawer-ctas {
  display: none;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  padding: 4.5rem 0 4rem 0;
  position: relative;
  overflow: hidden;
}

.hero-content {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

.hero-cohort-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--brand-gold-light);
  border: 1px solid var(--border-gold);
  padding: 0.45rem 1.35rem;
  border-radius: var(--radius-full);
  color: var(--brand-gold-warm);
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-sm);
}

.live-dot {
  width: 9px;
  height: 9px;
  background: var(--accent-emerald);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--accent-emerald);
  animation: pulse-dot 1.8s infinite;
}

@keyframes pulse-dot {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.95); opacity: 0.8; }
}

.hero-title {
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1.2;
  color: var(--text-main);
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--brand-gold-warm);
  margin-bottom: 1.5rem;
  font-family: var(--font-latin);
  letter-spacing: 0.5px;
}

.hero-desc {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 860px;
  margin: 0 auto 2.5rem auto;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 3.5rem;
  flex-wrap: wrap;
}

/* Executive Information Strip */
.fact-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  box-shadow: var(--shadow-md);
  margin-top: 2rem;
}

.fact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.5rem;
  position: relative;
}

.fact-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 15%;
  width: 1px;
  background: var(--border-light);
}

.fact-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-md);
  background: var(--brand-gold-light);
  border: 1px solid var(--border-gold);
  color: var(--brand-gold-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.fact-icon.gold {
  background: var(--brand-gold-light);
  color: var(--brand-gold-warm);
}

.fact-icon.emerald {
  background: #ecfdf5;
  border-color: var(--border-emerald);
  color: var(--accent-emerald);
}

.fact-val {
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--text-main);
  margin-bottom: 0.2rem;
  line-height: 1.2;
}

.fact-label {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 700;
}

/* ==========================================================================
   Problem Section
   ========================================================================== */
.problem-section {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.7) 0%, rgba(241, 245, 249, 0.9) 100%);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}

.problem-card {
  background: #ffffff;
  border: 1px solid rgba(225, 29, 72, 0.2);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  transition: var(--transition-normal);
  box-shadow: var(--shadow-sm);
}

.problem-card:hover {
  background: #ffffff;
  border-color: rgba(225, 29, 72, 0.4);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.problem-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: #fff1f2;
  color: var(--accent-rose);
  display: flex;
  align-items: center;
  justify-content: center;
}

.problem-card h4 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.4rem;
}

.problem-card p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.solution-bridge {
  background: #ffffff;
  border: 2px solid var(--border-gold);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  box-shadow: var(--shadow-gold);
}

.solution-bridge h3 {
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--text-main);
  margin-bottom: 1rem;
}

.solution-bridge p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 780px;
  margin: 0 auto 1.75rem auto;
}

/* ==========================================================================
   Transformation Section (Visual Pipeline)
   ========================================================================== */
.transformation-section {
  position: relative;
}

.pipeline-wrapper {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 3rem 2rem;
  box-shadow: var(--shadow-lg);
  margin-bottom: 3.5rem;
}

.pipeline-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  position: relative;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1rem;
}

.pipeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 110px;
  position: relative;
  z-index: 2;
}

.step-num {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--brand-gold-warm);
  font-family: var(--font-mono);
  margin-bottom: 0.4rem;
}

.step-bubble {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-lg);
  background: var(--bg-secondary);
  border: 1.5px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-gold-warm);
  margin-bottom: 0.75rem;
  transition: var(--transition-normal);
  box-shadow: var(--shadow-sm);
}

.pipeline-step:hover .step-bubble {
  border-color: var(--brand-gold);
  background: var(--brand-gold-light);
  transform: scale(1.08);
  box-shadow: var(--shadow-gold);
}

.step-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-main);
  white-space: nowrap;
}

.step-subtitle {
  font-size: 0.72rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-top: 0.2rem;
}

.pipeline-arrow {
  color: var(--brand-gold);
  font-size: 1.25rem;
  opacity: 0.8;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}

.transformation-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
}

.comp-card {
  padding: 2.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid;
  background: #ffffff;
  box-shadow: var(--shadow-md);
}

.comp-card.before {
  border-color: rgba(225, 29, 72, 0.25);
}

.comp-card.after {
  border-color: var(--border-emerald);
  box-shadow: var(--shadow-emerald);
}

.comp-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.comp-tag {
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-full);
}

.comp-tag.before-tag {
  background: #fff1f2;
  color: var(--accent-rose);
}

.comp-tag.after-tag {
  background: #ecfdf5;
  color: var(--accent-emerald);
}

.comp-card h4 {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--text-main);
}

.comp-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.comp-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.comp-list li svg {
  flex-shrink: 0;
  margin-top: 0.25rem;
}

/* ==========================================================================
   What You Will Learn (10 Capabilities Grid)
   ========================================================================== */
.learn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.learn-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: var(--transition-normal);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.learn-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: transparent;
  transition: var(--transition-fast);
}

.learn-card:hover {
  border-color: var(--border-gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.learn-card:hover::before {
  background: var(--grad-gold);
}

.learn-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-md);
  background: var(--brand-gold-light);
  border: 1px solid var(--border-gold);
  color: var(--brand-gold-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.learn-card h4 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.65rem;
  line-height: 1.3;
}

.learn-card p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.65;
  flex-grow: 1;
}

/* ==========================================================================
   Program Roadmap & Curriculum (6 Modules / 32 Lectures)
   ========================================================================== */
.roadmap-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 1000px;
  margin: 0 auto;
}

.module-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition-normal);
  box-shadow: var(--shadow-sm);
}

.module-card.active, .module-card:hover {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-md);
}

.module-header {
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #ffffff;
  user-select: none;
  transition: var(--transition-fast);
}

.module-header:hover {
  background: var(--bg-secondary);
}

.module-info {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.module-badge {
  padding: 0.4rem 1rem;
  border-radius: var(--radius-full);
  background: var(--brand-gold-light);
  border: 1px solid var(--border-gold);
  color: var(--brand-gold-warm);
  font-size: 0.85rem;
  font-weight: 800;
  white-space: nowrap;
}

.module-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-main);
}

.module-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.lecture-count-tag {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 600;
}

.module-chevron {
  color: var(--brand-gold-warm);
  transition: transform var(--transition-normal);
}

.module-card.open .module-chevron {
  transform: rotate(180deg);
}

.module-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  border-top: 1px solid transparent;
}

.module-card.open .module-body {
  max-height: 1200px;
  border-top-color: var(--border-light);
}

.lecture-list {
  padding: 1.25rem 2rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: var(--bg-secondary);
}

.lecture-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.25rem;
  border-radius: var(--radius-md);
  background: #ffffff;
  border: 1px solid var(--border-light);
  transition: var(--transition-fast);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.03);
}

.lecture-item:hover {
  background: #ffffff;
  border-color: var(--border-gold);
  box-shadow: var(--shadow-sm);
}

.lecture-title-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lecture-number {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--brand-gold-warm);
  font-family: var(--font-mono);
  background: var(--brand-gold-light);
  border: 1px solid var(--border-gold);
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-sm);
  white-space: nowrap;
}

.lecture-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--text-main);
  line-height: 1.4;
}

.capstone-highlight-box {
  background: #ffffff;
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  box-shadow: var(--shadow-sm);
}

.capstone-highlight-box svg {
  color: var(--brand-gold-warm);
  flex-shrink: 0;
}

.capstone-highlight-box p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
  font-weight: 600;
}

/* ==========================================================================
   How The Program Works (Hybrid 8-Week System)
   ========================================================================== */
.how-it-works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.system-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-normal);
}

.system-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.system-card.featured {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-gold);
}

.system-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-lg);
  background: var(--brand-gold-light);
  border: 1px solid var(--border-gold);
  color: var(--brand-gold-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
}

.system-card h4 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.75rem;
}

.system-card p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ==========================================================================
   Target Audience (Who Is This For?)
   ========================================================================== */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.audience-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: var(--transition-normal);
  box-shadow: var(--shadow-sm);
}

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

.audience-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: #ecfdf5;
  border: 1px solid var(--border-emerald);
  color: var(--accent-emerald);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.audience-card h4 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.5rem;
}

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

.audience-note-box {
  background: #ffffff;
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 1.5rem 2rem;
  text-align: center;
  margin-top: 2.5rem;
  box-shadow: var(--shadow-sm);
}

.audience-note-box p {
  font-size: 1.05rem;
  color: var(--text-main);
  font-weight: 700;
}

/* ==========================================================================
   Tools & Tech Stack
   ========================================================================== */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.tech-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: var(--transition-normal);
  box-shadow: var(--shadow-sm);
}

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

.tech-icon-frame {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: var(--brand-gold-light);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--brand-gold-warm);
}

.tech-name {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.2rem;
}

.tech-role {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
}

.tech-banner {
  background: #ffffff;
  border: 1.5px dashed var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
  box-shadow: var(--shadow-sm);
}

.tech-banner p {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--brand-gold-warm);
}

/* ==========================================================================
   Practical Business Applications
   ========================================================================== */
.apps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.app-pill {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: var(--transition-fast);
  box-shadow: var(--shadow-sm);
}

.app-pill:hover {
  border-color: var(--border-emerald);
  background: #ffffff;
  transform: translateX(-4px);
  box-shadow: var(--shadow-md);
}

.app-pill-icon {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  background: #ecfdf5;
  border: 1px solid var(--border-emerald);
  color: var(--accent-emerald);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.app-pill-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.4;
}

/* ==========================================================================
   Capstone Project Section
   ========================================================================== */
.capstone-section {
  position: relative;
}

.capstone-showcase {
  background: #ffffff;
  border: 2px solid var(--border-gold);
  border-radius: var(--radius-xl);
  padding: 3.5rem;
  box-shadow: var(--shadow-gold);
}

.capstone-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem auto;
}

.capstone-header h3 {
  font-size: 2.25rem;
  font-weight: 900;
  color: var(--text-main);
  margin-bottom: 1rem;
}

.capstone-header p {
  font-size: 1.15rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.capstone-chain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: var(--bg-secondary);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.25rem;
  overflow-x: auto;
}

.chain-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 95px;
}

.chain-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brand-gold);
  box-shadow: 0 0 10px rgba(197, 155, 39, 0.4);
  margin-bottom: 0.6rem;
}

.chain-text {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--text-main);
  white-space: nowrap;
}

.chain-arrow {
  color: var(--text-muted);
  font-size: 1.1rem;
}

/* ==========================================================================
   Certificate of Completion
   ========================================================================== */
.certificate-wrapper {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 3rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: center;
  box-shadow: var(--shadow-lg);
}

.certificate-content h3 {
  font-size: 2rem;
  font-weight: 900;
  color: var(--text-main);
  margin-bottom: 1rem;
}

.certificate-content p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.cert-benefits {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cert-benefits li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: var(--text-main);
  font-weight: 700;
}

.cert-benefits li svg {
  color: var(--accent-emerald);
}

.certificate-frame {
  position: relative;
  border: 2px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, #fefbf3 0%, #ffffff 100%);
  text-align: center;
  box-shadow: var(--shadow-gold);
}

.cert-inner-border {
  border: 1.5px dashed var(--border-gold);
  padding: 1.5rem;
  border-radius: var(--radius-md);
}

.cert-seal {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #060e1a;
  border: 2px solid var(--brand-gold);
  color: var(--brand-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
  box-shadow: 0 4px 15px rgba(197, 155, 39, 0.3);
  font-weight: 900;
}

.cert-frame-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--brand-gold-warm);
  margin-bottom: 0.25rem;
  font-family: var(--font-latin);
  letter-spacing: 1px;
}

.cert-frame-program {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.75rem;
}

.cert-frame-instructor {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* ==========================================================================
   Free Learning / Video Showcase Section
   ========================================================================== */
.video-showcase-container {
  max-width: 960px;
  margin: 0 auto;
}

.video-player-card {
  background: #ffffff;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  margin-bottom: 2rem;
}

.video-responsive-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  background: #000;
}

.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-info-bar {
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  background: #ffffff;
}

.video-info-text h4 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.35rem;
}

.video-info-text p {
  font-size: 0.95rem;
  color: var(--text-secondary);
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing-wrapper {
  max-width: 650px;
  margin: 0 auto;
}

.pricing-card {
  background: #ffffff;
  border: 2.5px solid var(--border-gold);
  border-radius: var(--radius-xl);
  padding: 3.5rem 3rem;
  box-shadow: var(--shadow-gold);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pricing-badge {
  position: absolute;
  top: 20px;
  right: -35px;
  background: var(--grad-gold);
  color: #060e1a;
  font-size: 0.8rem;
  font-weight: 900;
  padding: 0.4rem 3rem;
  transform: rotate(45deg);
  box-shadow: var(--shadow-sm);
}

.pricing-header {
  margin-bottom: 2rem;
}

.pricing-program-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--brand-gold-warm);
  margin-bottom: 0.75rem;
}

.price-display {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.price-amount {
  font-size: 3.75rem;
  font-weight: 900;
  color: var(--text-main);
  line-height: 1;
  font-family: var(--font-mono);
}

.price-currency {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--brand-gold-warm);
}

.price-condition {
  font-size: 0.95rem;
  color: var(--brand-gold-warm);
  font-weight: 800;
}

.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: right;
  margin: 2rem 0 2.5rem 0;
  padding: 1.75rem;
  background: var(--bg-secondary);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 1rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.pricing-features li svg {
  color: var(--accent-emerald);
  flex-shrink: 0;
}

.installment-notice {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-top: 1.25rem;
}

/* ==========================================================================
   Registration Form Section
   ========================================================================== */
.registration-section {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.8) 0%, rgba(241, 245, 249, 1) 100%);
  border-top: 1px solid var(--border-light);
}

.form-wrapper-card {
  max-width: 820px;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid var(--border-gold);
  border-radius: var(--radius-xl);
  padding: 3rem;
  box-shadow: var(--shadow-lg);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group.full-width {
  grid-column: span 2;
}

.form-label {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-main);
}

.form-label span.req {
  color: var(--accent-rose);
}

.form-control {
  width: 100%;
  padding: 0.95rem 1.25rem;
  background: var(--bg-secondary);
  border: 1.5px solid #cbd5e1;
  border-radius: var(--radius-md);
  color: var(--text-main);
  font-size: 1rem;
  font-weight: 600;
  transition: var(--transition-fast);
  outline: none;
}

.form-control:focus {
  border-color: var(--brand-gold);
  box-shadow: 0 0 0 3px rgba(197, 155, 39, 0.2);
  background: #ffffff;
}

select.form-control {
  cursor: pointer;
}

select.form-control option {
  background: #ffffff;
  color: var(--text-main);
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.92rem;
  color: var(--text-secondary);
  cursor: pointer;
  line-height: 1.5;
  font-weight: 600;
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 0.2rem;
  accent-color: var(--brand-gold);
  cursor: pointer;
}

.form-alert {
  padding: 1rem 1.25rem;
  border-radius: var(--radius-md);
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  display: none;
}

.form-alert.error {
  background: #fff1f2;
  border: 1px solid #fecdd3;
  color: #be123c;
  display: block;
}

.form-alert.success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #047857;
  display: block;
}

/* Spinner */
.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: #060e1a;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ==========================================================================
   Payment Page Styles
   ========================================================================== */
.payment-methods-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.payment-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: var(--transition-normal);
  position: relative;
  box-shadow: var(--shadow-md);
}

.payment-card.vodafone {
  border-color: rgba(225, 29, 72, 0.3);
  background: linear-gradient(180deg, #fff5f5 0%, #ffffff 100%);
}

.payment-card.instapay {
  border-color: rgba(37, 99, 235, 0.35);
  background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
}

.payment-logo-badge {
  padding: 0.5rem 1.25rem;
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
}

.payment-logo-badge.voda {
  background: #ffe4e6;
  color: #be123c;
}

.payment-logo-badge.insta {
  background: #dbeafe;
  color: #1d4ed8;
}

.payment-number-box {
  background: var(--bg-secondary);
  border: 1.5px dashed var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 1rem 1.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.25rem 0;
}

.payment-number {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--text-main);
  font-family: var(--font-mono);
  direction: ltr;
}

.btn-copy {
  background: var(--brand-gold-light);
  border: 1px solid var(--border-gold);
  color: var(--brand-gold-warm);
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
  transition: var(--transition-fast);
}

.btn-copy:hover {
  background: var(--brand-gold);
  color: #060e1a;
}

.payment-steps-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 3.5rem;
}

.pay-step-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-sm);
}

.pay-step-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--grad-gold-btn);
  color: #060e1a;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem auto;
  box-shadow: var(--shadow-sm);
}

.pay-step-card h5 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.35rem;
}

.pay-step-card p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* ==========================================================================
   Free Content Library Page
   ========================================================================== */
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3.5rem;
}

.video-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: var(--transition-normal);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}

.video-card:hover {
  border-color: var(--border-gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.video-card-body {
  padding: 1.75rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.video-card-tag {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--brand-gold-warm);
  margin-bottom: 0.5rem;
}

.video-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.video-card-desc {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

/* ==========================================================================
   Footer (Signature Executive Midnight Navy)
   ========================================================================== */
.footer {
  background: #060e1a;
  border-top: 2px solid var(--brand-gold);
  padding: 4.5rem 0 2.5rem 0;
  color: #cbd5e1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.footer-brand h4 {
  font-size: 1.35rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.footer-brand p {
  font-size: 0.95rem;
  color: #94a3b8;
  max-width: 450px;
  line-height: 1.7;
}

.footer-nav h5 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.footer-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-nav-list a {
  color: #94a3b8;
  font-size: 0.95rem;
  transition: var(--transition-fast);
}

.footer-nav-list a:hover {
  color: var(--brand-gold);
  padding-right: 4px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.88rem;
  color: #64748b;
}

/* ==========================================================================
   Mobile Sticky CTA Bar
   ========================================================================== */
.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--border-gold);
  padding: 0.75rem 1.25rem;
  display: none;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.1);
}

.mobile-cta-info {
  display: flex;
  flex-direction: column;
}

.mobile-cta-price {
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--text-main);
  font-family: var(--font-mono);
}

.mobile-cta-sub {
  font-size: 0.75rem;
  color: var(--brand-gold-warm);
  font-weight: 700;
}

/* Toast Notifications */
.toast-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  background: #ffffff;
  border: 1px solid var(--border-gold);
  color: var(--text-main);
  padding: 1rem 1.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  font-size: 0.95rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  animation: slideIn 0.3s ease forwards;
}

@keyframes slideIn {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
