/* ================================================================= */
/* HACKTURA ACADEMY — PURE PITCH BLACK (#000000) LUXURY MINIMALIST CSS */
/* ================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800;900&family=Space+Grotesk:wght@400;600;700;900&display=swap');

:root {
  --bg-obsidian: #000000;
  --bg-card: #000000;
  --bg-card-hover: #080808;
  --brand-green: #9EFF00;
  --brand-red: #e74c3c;
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.85);
  --text-muted: rgba(255, 255, 255, 0.6);
  --border-glass: rgba(255, 255, 255, 0.12);
  --border-glow: rgba(158, 255, 0, 0.4);
  --glass-bg: #000000;
}

/* GLOBAL PURE PITCH BLACK RESET (#000000) & ENABLE COPY-PASTE */
html, body {
  scroll-behavior: smooth;
  background: #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  color-scheme: dark;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

section, header:not(.hero), footer, main, article, div.section, div.chapter, .nav-drawer, .apply-modal-content {
  background: #000000 !important;
  background-color: #000000 !important;
}

::selection {
  background: var(--brand-green);
  color: #000000;
}

/* HIDE OVERLAPPING WATERMARK TEXT BEHIND HERO PARAGRAPH */
.hero-bg-text {
  display: none !important;
  opacity: 0 !important;
}

/* LIVE ANNOUNCEMENT BANNER STYLING */
.hero-announcement-banner {
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(158, 255, 0, 0.15);
}

.hero-announcement-banner:hover {
  border-color: rgba(158, 255, 0, 0.6) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(158, 255, 0, 0.28);
}

@keyframes pulseDot {
  0% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.7; }
}

/* HERO SECTION EXACT SCREENSHOT TYPOGRAPHY & LAYOUT */
.hero-new-title {
  font-family: 'Space Grotesk', 'Outfit', sans-serif !important;
  font-size: clamp(3rem, 7vw, 5.2rem) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 24px !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
}

.hero-new-title .learn-today,
.hero-new-title .highlight {
  color: #ffffff !important;
  font-weight: 800 !important;
  display: inline-block;
}

.hero-new-desc {
  font-family: 'Outfit', sans-serif !important;
  font-size: 1.12rem !important;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  max-width: 620px !important;
  margin-bottom: 36px !important;
}

.hero-new-desc strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}

/* HERO PILL BUTTONS */
.hero-new-actions {
  display: flex !important;
  gap: 16px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  margin-bottom: 40px !important;
}

.btn-new-primary {
  background: #9EFF00 !important;
  color: #000000 !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 900 !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.08em !important;
  border-radius: 999px !important;
  padding: 14px 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 6px 24px rgba(158, 255, 0, 0.3) !important;
}

.btn-new-primary:hover {
  background: #b6ff26 !important;
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 10px 32px rgba(158, 255, 0, 0.5) !important;
}

.btn-new-secondary {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 800 !important;
  font-size: 0.95rem !important;
  border-radius: 999px !important;
  padding: 14px 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.btn-new-secondary:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #ffffff !important;
  transform: translateY(-2px) !important;
}

/* CINEMATIC LUXURY TYPOGRAPHY GENERAL */
h1, h2, h3, h4, .bebas-font {
  font-family: 'Space Grotesk', 'Outfit', sans-serif !important;
  letter-spacing: -0.02em;
  color: #ffffff !important;
}

.eyebrow, .hero-new-eyebrow {
  background: rgba(158, 255, 0, 0.08) !important;
  border: 1px solid rgba(158, 255, 0, 0.25) !important;
  color: var(--brand-green) !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  padding: 6px 16px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  margin-bottom: 20px !important;
  text-transform: uppercase !important;
}

/* PURE BLACK CARDS WITH Crisp GLASS BORDERS */
.cert-card, .coverflow-card, .branch-card, .flow-node, .hero-stat-card, .mockup-window {
  background: #000000 !important;
  border: 1px solid var(--border-glass) !important;
  border-radius: 20px !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.9) !important;
}

.cert-card:hover, .coverflow-card:hover, .branch-card:hover, .flow-node:hover {
  border-color: var(--border-glow) !important;
  transform: translateY(-6px) scale(1.01) !important;
  box-shadow: 0 24px 60px rgba(158, 255, 0, 0.18), 0 0 20px rgba(158, 255, 0, 0.1) !important;
}

/* DARK SELECT & FORM CONTROLS */
select, input, textarea {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 10px !important;
}

select option {
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 10px !important;
}

/* COURSE HERO BACKGROUND THEME FIX FOR ALL COURSE PAGES */
header.hero, .hero {
  min-height: 400px !important;
  background-image: linear-gradient(90deg, rgba(5, 8, 7, 0.96) 0%, rgba(5, 8, 7, 0.82) 45%, rgba(5, 8, 7, 0.25) 100%), linear-gradient(0deg, rgba(5, 8, 7, 0.95) 0%, rgba(5, 8, 7, 0) 30%), url("images/hacktura-homepage-bg.png") !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-color: #050807 !important;
  color: #ffffff !important;
}

/* COURSE DETAIL PAGES PURE OBSIDIAN DARK THEME ENHANCEMENTS */
.course-detail-body {
  background: #000000 !important;
  color: #ffffff !important;
}

.course-description {
  color: rgba(255, 255, 255, 0.85) !important;
}

.course-description p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.course-description h3, 
.course-description h4 {
  color: #ffffff !important;
}

.course-sidebar {
  background: #080808 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 20px !important;
}

.sidebar-block h4 {
  color: #ffffff !important;
}

.curriculum-list li {
  color: rgba(255, 255, 255, 0.85) !important;
}

.module-box {
  background: #080808 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px !important;
}

.module-box summary {
  background: #0d0d0d !important;
  color: #ffffff !important;
  font-weight: 800 !important;
}

.module-box summary:hover {
  background: #141414 !important;
}

.module-box .module-content {
  background: #080808 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

