/**
 * بِسَاط (Bisaat) — Section & Page Layout Styles
 * Kajabi-Aligned Architecture v2.1
 * Light Day-Mode Hero + High-Contrast Luxury SaaS Layouts
 */

/* ==========================================================================
   1. Navigation Bar (Sticky Glass Header)
   ========================================================================== */

.site-header {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 76px;
  z-index: var(--z-header);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: background var(--duration-normal) var(--ease-base), border-color var(--duration-normal) var(--ease-base), height var(--duration-fast) var(--ease-out), box-shadow var(--duration-normal) var(--ease-base);
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  height: 68px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  text-decoration: none;
}

.nav-brand-logo {
  height: 40px;
  width: auto;
  display: block;
  object-fit: contain;
}

.nav-brand-text {
  font-size: 1.5rem;
  font-weight: var(--font-weight-black);
  color: var(--text-light-primary);
  letter-spacing: -0.02em;
}

.nav-menu {
  display: none;
  align-items: center;
  gap: var(--space-7);
}

@media (min-width: 992px) {
  .nav-menu {
    display: flex;
  }
}

.nav-link {
  font-size: var(--font-body-sm);
  font-weight: var(--font-weight-medium);
  color: var(--text-light-secondary);
  text-decoration: none;
  transition: color var(--duration-fast) var(--ease-out);
  padding-block: var(--space-1);
}

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

.nav-actions {
  display: none;
  align-items: center;
  gap: var(--space-4);
}

@media (min-width: 768px) {
  .nav-actions {
    display: flex;
  }
}

.nav-login-link {
  font-size: var(--font-body-sm);
  font-weight: var(--font-weight-medium);
  color: var(--text-light-secondary);
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: color var(--duration-fast) var(--ease-out);
  padding: 0.5rem 0.75rem;
}

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

/* Mobile Nav Toggle */
.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: 1px solid var(--border-light-medium);
  border-radius: 12px;
  cursor: pointer;
  padding: 8px;
}

@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-light-primary);
  border-radius: 2px;
  transition: transform var(--duration-fast) var(--ease-out);
}

/* Mobile Drawer */
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  z-index: var(--z-drawer);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-normal) var(--ease-base), visibility var(--duration-normal) var(--ease-base);
}

.drawer-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  inset-inline-end: -320px;
  width: 300px;
  background: #FFFFFF;
  border-inline-start: 1px solid var(--border-light-subtle);
  z-index: calc(var(--z-drawer) + 1);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: inset-inline-end var(--duration-normal) var(--ease-base);
}

.mobile-drawer.open {
  inset-inline-end: 0;
}

.drawer-menu {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-top: var(--space-6);
}

.drawer-link {
  font-size: var(--font-body);
  font-weight: var(--font-weight-medium);
  color: var(--text-light-secondary);
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border-light-subtle);
}

.drawer-link:hover,
.drawer-link.active {
  color: var(--color-primary);
}

.drawer-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-top: var(--space-6);
}

/* ==========================================================================
   2. Hero Section (Light / Day Mode with Saudi Trainer & 4 Floating Cards)
   ========================================================================== */

.hero-section {
  padding-top: calc(76px + var(--space-8));
  padding-bottom: var(--space-12);
  background-color: #FFFFFF;
  background-image:
    /* Soft diffuse radial blur orbs from theme colors */
    radial-gradient(circle 700px at 82% 18%, rgba(70, 85, 229, 0.075) 0%, rgba(99, 102, 241, 0.025) 45%, transparent 75%),
    radial-gradient(circle 600px at 15% 45%, rgba(124, 58, 237, 0.065) 0%, rgba(70, 85, 229, 0.02) 50%, transparent 75%),
    radial-gradient(circle 500px at 50% 85%, rgba(56, 189, 248, 0.04) 0%, transparent 70%),
    /* Ultra-subtle grid pattern */
    linear-gradient(to right, rgba(15, 23, 42, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 24px 24px, 24px 24px;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -80px;
  right: 5%;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(70, 85, 229, 0.08) 0%, rgba(99, 102, 241, 0.03) 50%, transparent 70%);
  filter: blur(70px);
  pointer-events: none;
  z-index: 1;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 8%;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.07) 0%, rgba(70, 85, 229, 0.02) 50%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}

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

@media (min-width: 992px) {
  .hero-section {
    padding-top: calc(76px + var(--space-12));
    padding-bottom: var(--space-0);
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-10);
  align-items: center;
}

@media (min-width: 992px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: var(--space-10);
  }
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  z-index: 2;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.hero-title {
  font-size: var(--font-display-1);
  font-weight: var(--font-weight-black);
  line-height: var(--leading-tight);
  color: var(--text-light-primary);
  letter-spacing: -0.025em;
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.hero-title-main {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

.hero-title-sub {
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: var(--font-weight-semibold);
  color: var(--text-light-secondary);
  line-height: var(--leading-snug);
  letter-spacing: normal;
  display: block;
  margin-top: 4px;
}

.hero-title .text-accent {
  color: var(--color-primary);
  font-weight: var(--font-weight-bold);
}

.hero-desc {
  font-size: var(--font-body-lg);
  color: var(--text-light-secondary);
  line-height: var(--leading-normal);
  max-width: 540px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.hero-subline {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--font-body-sm);
  color: var(--text-light-secondary);
}

/* Hero Social Proof Stats Strip in Light Mode */
.hero-stats-strip {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  padding-top: var(--space-6);
  border-top: 1px solid var(--border-light-subtle);
  margin-top: var(--space-2);
  flex-wrap: wrap;
}

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

.hero-stat-number {
  font-size: 1.35rem;
  font-weight: var(--font-weight-bold);
  color: var(--text-light-primary);
  font-family: var(--font-family-mono);
  line-height: 1;
}

.hero-stat-label {
  font-size: var(--font-caption);
  color: var(--text-light-secondary);
}

.hero-stat-divider {
  width: 1px;
  height: 28px;
  background: var(--border-light-subtle);
  display: none;
}

@media (min-width: 576px) {
  .hero-stat-divider {
    display: block;
  }
}

/* Trainer Hero Visual Area */
.hero-trainer-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 460px;
}

@media (min-width: 768px) {
  .hero-trainer-wrapper {
    min-height: 540px;
  }
}

.hero-trainer-ambient-bg {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(70, 85, 229, 0.12) 0%, rgba(99, 102, 241, 0.04) 55%, transparent 75%);
  z-index: 0;
  pointer-events: none;
  filter: blur(20px);
}

/* 7 Concentric Animated Aura Rings Behind Saudi Trainer */
.hero-aura-circles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 560px;
  height: 560px;
  z-index: 0;
  pointer-events: none;
}

.aura-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

/* Circle 1 (Largest Outer Ring) */
.aura-circle.circle-1 {
  width: 530px;
  height: 530px;
  border: 1px dashed rgba(70, 85, 229, 0.12);
  background: radial-gradient(circle, rgba(70, 85, 229, 0.018) 0%, transparent 70%);
  animation: rotateSlowCW 65s linear infinite;
}

.aura-circle.circle-1::after {
  content: '';
  position: absolute;
  top: 14%;
  right: 12%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(99, 102, 241, 0.45);
  box-shadow: 0 0 10px rgba(99, 102, 241, 0.6);
}

/* Circle 2 */
.aura-circle.circle-2 {
  width: 450px;
  height: 450px;
  border: 1px solid rgba(99, 102, 241, 0.18);
  background: radial-gradient(circle, rgba(99, 102, 241, 0.028) 0%, transparent 70%);
  animation: rotateSlowCCW 50s linear infinite;
}

/* Circle 3 */
.aura-circle.circle-3 {
  width: 380px;
  height: 380px;
  border: 1px dashed rgba(70, 85, 229, 0.24);
  background: radial-gradient(circle, rgba(70, 85, 229, 0.038) 0%, transparent 70%);
  animation: rotateSlowCW 38s linear infinite;
}

.aura-circle.circle-3::after {
  content: '';
  position: absolute;
  bottom: 18%;
  left: 10%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(225, 193, 136, 0.6);
  box-shadow: 0 0 8px rgba(225, 193, 136, 0.8);
}

/* Circle 4 */
.aura-circle.circle-4 {
  width: 310px;
  height: 310px;
  border: 1px solid rgba(124, 58, 237, 0.28);
  background: radial-gradient(circle, rgba(124, 58, 237, 0.048) 0%, transparent 70%);
  animation: rotateSlowCCW 28s linear infinite;
}

/* Circle 5 */
.aura-circle.circle-5 {
  width: 240px;
  height: 240px;
  border: 1.5px dashed rgba(70, 85, 229, 0.35);
  background: radial-gradient(circle, rgba(70, 85, 229, 0.06) 0%, transparent 70%);
  animation: rotateSlowCW 20s linear infinite;
}

.aura-circle.circle-5::after {
  content: '';
  position: absolute;
  top: 8%;
  left: 20%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(70, 85, 229, 0.7);
  box-shadow: 0 0 10px rgba(70, 85, 229, 0.9);
}

/* Circle 6 */
.aura-circle.circle-6 {
  width: 170px;
  height: 170px;
  border: 1.5px solid rgba(99, 102, 241, 0.44);
  background: radial-gradient(circle, rgba(99, 102, 241, 0.08) 0%, transparent 70%);
  animation: rotateSlowCCW 14s linear infinite;
}

/* Circle 7 (Smallest Inner Glowing Core) */
.aura-circle.circle-7 {
  width: 105px;
  height: 105px;
  border: 1.5px solid rgba(225, 193, 136, 0.65);
  background: radial-gradient(circle, rgba(70, 85, 229, 0.18) 0%, rgba(225, 193, 136, 0.09) 60%, transparent 100%);
  box-shadow: 0 0 25px rgba(70, 85, 229, 0.25);
  animation: rotateSlowCW 10s linear infinite, pulseGlow 4s ease-in-out infinite alternate;
}

@media (max-width: 768px) {
  .hero-aura-circles {
    width: 380px;
    height: 380px;
  }
  .aura-circle.circle-1 { width: 360px; height: 360px; }
  .aura-circle.circle-2 { width: 310px; height: 310px; }
  .aura-circle.circle-3 { width: 260px; height: 260px; }
  .aura-circle.circle-4 { width: 210px; height: 210px; }
  .aura-circle.circle-5 { width: 165px; height: 165px; }
  .aura-circle.circle-6 { width: 120px; height: 120px; }
  .aura-circle.circle-7 { width: 80px; height: 80px; }
}

.hero-trainer-img {
  max-height: 480px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.07));
}

@media (min-width: 992px) {
  .hero-trainer-img {
    max-height: 540px;
  }
}

/* 4 Floating Cards around Saudi Trainer */
.hero-float-card {
  position: absolute;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07), 0 2px 6px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
  backdrop-filter: blur(8px);
  animation: floatGentle 5s ease-in-out infinite alternate;
  white-space: nowrap;
}

.hero-float-card-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-float-card-icon.gold {
  background: #FEF3C7;
  color: #D97706;
}

.hero-float-card-icon.blue {
  background: #EEF2FF;
  color: #4F46E5;
}

.hero-float-card-icon.green {
  background: #ECFDF5;
  color: #059669;
}

.hero-float-card-icon.purple {
  background: #F5F3FF;
  color: #7C3AED;
}

.hero-float-card-text {
  display: flex;
  flex-direction: column;
}

.hero-float-card-title {
  font-size: 0.8rem;
  font-weight: var(--font-weight-bold);
  color: var(--text-light-primary);
  line-height: 1.2;
}

.hero-float-card-sub {
  font-size: 0.7rem;
  color: var(--text-light-secondary);
  margin-top: 2px;
}

/* Exact 4 Corner Positions */
.hero-float-card-1 {
  top: 6%;
  inset-inline-end: 0;
  animation-delay: 0s;
}

.hero-float-card-2 {
  top: 15%;
  inset-inline-start: -50px;
  animation-delay: -1.2s;
}

.hero-float-card-3 {
  bottom: 22%;
  inset-inline-end: -10px;
  animation-delay: -2.5s;
}

.hero-float-card-4 {
  bottom: 8%;
  inset-inline-start: 0;
  animation-delay: -3.8s;
}

@media (max-width: 768px) {
  .hero-float-card {
    position: static;
    margin: 6px;
  }

  .hero-float-cards-mobile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
    margin-top: 12px;
  }
}

@keyframes floatGentle {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-6px);
  }
}

@keyframes rotateSlowCW {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotateSlowCCW {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes pulseGlow {
  0% {
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0.85;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.06);
    opacity: 1;
  }
}

/* ==========================================================================
   3. Products Showcase Section (Dark Theme)
   ========================================================================== */

.products-section {
  background-color: var(--bg-dark-base);
  padding-block: var(--space-16);
  position: relative;
  scroll-margin-top: 80px;
}

.products-section .section-header {
  margin-block-end: var(--space-5);
  gap: var(--space-3);
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
  margin-block-end: var(--space-10);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.section-header h2 {
  font-size: var(--font-display-2);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  letter-spacing: -0.02em;
}

.section-header p {
  font-size: var(--font-body-lg);
  color: var(--text-dark-secondary);
}

.section-light .section-header h2 {
  color: var(--text-light-primary, #0F172A);
}

.section-light .section-header p {
  color: var(--text-light-secondary, #475569);
}

/* Mockup Content inside Product Tabs */
.mockup-preview-window {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background: #080B11;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-lg);
}

.mockup-bar {
  height: 40px;
  background: #111722;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  padding-inline: var(--space-4);
  gap: 8px;
}

.mockup-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.mockup-bar-title {
  font-size: 0.75rem;
  color: #94A3B8;
  margin-inline-start: 4px;
}

.mockup-bar-badge {
  margin-inline-start: auto;
  font-size: 0.7rem;
  font-family: var(--font-family-mono);
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 12px;
  background: rgba(16, 185, 129, 0.15);
  color: #34D399;
  border: 1px solid rgba(16, 185, 129, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.mockup-content-body {
  padding: var(--space-6);
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  color: var(--color-white);
}

/* Site Builder Mockup */
.mockup-site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mockup-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mockup-logo-mark {
  width: 28px;
  height: 28px;
  background: var(--color-accent-700);
  color: #FFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.mockup-logo-text {
  font-weight: 700;
  font-size: 0.88rem;
  color: #FFF;
}

.mockup-nav-links {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  color: #94A3B8;
}

.mockup-btn-sm {
  background: var(--color-accent-700);
  color: #FFF !important;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.75rem;
}

.mockup-site-hero {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px;
  color: #FFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.mockup-hero-badge {
  background: rgba(92, 108, 242, 0.25);
  color: #A1ACFB;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 12px;
}

.mockup-hero-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  color: #FFF;
}

.mockup-hero-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.pill-tag {
  font-size: 0.7rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3px 8px;
  border-radius: 12px;
  color: #CBD5E1;
}

.mockup-site-builder-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 0.75rem;
  color: #94A3B8;
}

.mockup-site-builder-toolbar .toolbar-item.active {
  font-weight: 700;
  color: #818CF8;
}

.mockup-site-builder-toolbar .toolbar-status {
  color: #34D399;
  font-weight: 700;
}

/* Course Player Mockup */
.mockup-player-screen {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  height: 130px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mockup-video-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #FFF;
}

.play-circle-pulse {
  width: 42px;
  height: 42px;
  background: var(--color-accent-700);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #FFF;
  box-shadow: 0 0 16px rgba(70, 85, 229, 0.6);
}

.video-info-badge {
  font-size: 0.72rem;
  background: rgba(0, 0, 0, 0.7);
  padding: 3px 10px;
  border-radius: 12px;
  color: #CBD5E1;
}

.mockup-video-timeline {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
}

.timeline-fill {
  height: 100%;
  background: var(--color-accent-700);
}

.mockup-curriculum-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.curriculum-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 0.8rem;
  color: #CBD5E1;
}

.curriculum-item.current {
  border-color: var(--color-accent-700);
  background: rgba(70, 85, 229, 0.12);
  color: #FFF;
}

.curriculum-item .item-check {
  font-weight: 700;
  color: #818CF8;
}

.curriculum-item .item-title {
  font-weight: 600;
  flex: 1;
}

.curriculum-item .item-duration {
  font-size: 0.72rem;
  color: #94A3B8;
  font-family: var(--font-family-mono);
}

/* Consultations Mockup */
.mockup-consultant-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px;
}

.consultant-avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(70, 85, 229, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #818CF8;
}

.consultant-info {
  flex: 1;
}

.consultant-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 6px;
}

.verified-badge {
  font-size: 0.68rem;
  background: rgba(16, 185, 129, 0.2);
  color: #34D399;
  padding: 2px 6px;
  border-radius: 12px;
  font-weight: 700;
}

.consultant-role {
  font-size: 0.75rem;
  color: #94A3B8;
  margin-top: 2px;
}

.mockup-calendar-box {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.calendar-header-strip {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  color: #94A3B8;
}

.calendar-days-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  text-align: center;
}

.cal-day {
  padding: 6px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.72rem;
  color: #94A3B8;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.cal-day strong {
  display: block;
  font-size: 0.85rem;
  color: #FFF;
}

.cal-day.selected {
  background: var(--color-accent-700);
  color: #FFF;
  border-color: var(--color-accent-600);
}

.calendar-slots-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  text-align: center;
}

.slot-pill {
  padding: 5px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.72rem;
  color: #CBD5E1;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.slot-pill.active {
  background: rgba(70, 85, 229, 0.25);
  border-color: #818CF8;
  color: #FFF;
  font-weight: 700;
}

.mockup-sync-footer {
  font-size: 0.75rem;
  color: #94A3B8;
  background: rgba(70, 85, 229, 0.08);
  border: 1px solid rgba(70, 85, 229, 0.15);
  border-radius: 12px;
  padding: 8px 12px;
}

/* Assessments Mockup */
.mockup-score-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px;
}

.score-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #FFF;
}

.score-meta {
  font-size: 0.72rem;
  color: #94A3B8;
  margin-top: 2px;
}

.score-circle-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.15);
  border: 2px solid #34D399;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.score-val {
  font-size: 0.85rem;
  font-weight: 700;
  font-family: var(--font-family-mono);
  color: #34D399;
  line-height: 1;
}

.score-lbl {
  font-size: 0.55rem;
  color: #A7F3D0;
  font-weight: 700;
}

.mockup-skill-bars {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.skill-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.skill-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #CBD5E1;
}

.skill-labels strong {
  font-family: var(--font-family-mono);
  color: #818CF8;
}

.skill-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.skill-fill {
  height: 100%;
  border-radius: 12px;
}

.mockup-export-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 0.75rem;
  color: #94A3B8;
}

.badge-pdf {
  background: rgba(70, 85, 229, 0.2);
  color: #A5B4FC;
  border: 1px solid rgba(70, 85, 229, 0.3);
  border-radius: 12px;
  padding: 3px 8px;
  font-weight: 700;
  font-size: 0.7rem;
}

/* Dashboard Mockup */
.mockup-dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.dash-stat-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 10px 8px;
  text-align: center;
}

.dash-stat-label {
  font-size: 0.68rem;
  color: #94A3B8;
}

.dash-stat-num {
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--font-family-mono);
  color: #FFF;
  margin-block: 2px;
}

.dash-stat-growth {
  font-size: 0.65rem;
  color: #34D399;
  font-weight: 600;
}

.mockup-activity-stream {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stream-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 0.75rem;
  color: #CBD5E1;
}

.stream-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.stream-dot.green {
  background: #10B981;
  box-shadow: 0 0 6px rgba(16, 185, 129, 0.6);
}

.stream-dot.blue {
  background: #3B82F6;
  box-shadow: 0 0 6px rgba(59, 130, 246, 0.6);
}

.stream-text {
  flex: 1;
}

.stream-time {
  font-size: 0.68rem;
  color: #64748B;
  font-family: var(--font-family-mono);
}

/* Payments Mockup */
.mockup-checkout-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px;
}

.checkout-product-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.product-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(70, 85, 229, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #818CF8;
}

.product-details {
  flex: 1;
}

.product-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: #FFF;
}

.product-sub {
  font-size: 0.7rem;
  color: #94A3B8;
}

.product-price {
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font-family-mono);
  color: #34D399;
}

.payment-methods-strip {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.pay-method-pill {
  font-size: 0.7rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4px 8px;
  border-radius: 12px;
  color: #94A3B8;
}

.pay-method-pill.active {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  color: #FFF;
  font-weight: 600;
}

.mockup-pay-btn {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #FFF;
  font-weight: 700;
  font-size: 0.85rem;
}

.pay-btn-sub {
  font-size: 0.65rem;
  color: #94A3B8;
  font-weight: 400;
}

.mockup-zatca-notice {
  font-size: 0.72rem;
  color: #34D399;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
  padding: 8px 12px;
}

/* ==========================================================================
   4. Interactive Lead / Demo Banner (Minimalist Glass Banner)
   ========================================================================== */

.demo-banner-section {
  padding-block: var(--space-10);
  background-color: var(--bg-dark-base);
}

.demo-banner-box {
  background: linear-gradient(135deg, rgba(21, 28, 44, 0.8) 0%, rgba(14, 19, 30, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-2xl);
  padding: var(--space-8) var(--space-6);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-6);
  box-shadow: var(--shadow-xl);
}

@media (min-width: 992px) {
  .demo-banner-box {
    flex-direction: row;
    justify-content: space-between;
    text-align: right;
    padding: var(--space-10) var(--space-12);
  }
}

.demo-banner-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  max-width: 540px;
}

.demo-banner-text h3 {
  font-size: var(--font-h3);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
}

.demo-banner-text p {
  font-size: var(--font-body);
  color: var(--text-dark-secondary);
}

/* ==========================================================================
   5. Unified System Section (Clean Light Section)
   ========================================================================== */

.unified-system-section {
  background-color: var(--bg-light-base);
  color: var(--text-light-primary);
  padding-block: var(--space-16);
}

.unified-header {
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
  margin-block-end: var(--space-14);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.unified-header h2 {
  font-size: var(--font-display-2);
  font-weight: var(--font-weight-bold);
  color: var(--text-light-primary);
  letter-spacing: -0.02em;
}

.unified-header p {
  font-size: var(--font-body-lg);
  color: var(--text-light-secondary);
}

/* Light Mockup Containers */
.light-mockup-frame {
  background: #FFFFFF;
  border: 1px solid var(--border-light-subtle);
  border-radius: var(--radius-lg);
  padding: var(--space-5);
  box-shadow: var(--shadow-card-light);
  width: 100%;
}

/* ==========================================================================
   6. Center Masterclass / Workshop Banner (Primary Brand Theme with Grid)
   ========================================================================== */

.masterclass-banner-section {
  position: relative;
  background-color: var(--color-primary);
  background-image:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.16) 0%, rgba(0, 0, 0, 0.08) 80%),
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 100% 100%, 24px 24px, 24px 24px;
  background-position: center, center, center;
  padding-block: var(--space-16);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.masterclass-box {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-5);
  position: relative;
  z-index: 1;
}

.masterclass-box .badge-primary {
  background: rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.masterclass-box h2 {
  font-size: var(--font-display-2);
  font-weight: var(--font-weight-bold);
  color: #FFFFFF;
  letter-spacing: -0.02em;
  line-height: var(--leading-tight);
}

.masterclass-box p {
  font-size: var(--font-body-lg);
  color: rgba(255, 255, 255, 0.92);
  line-height: var(--leading-relaxed);
  max-width: 680px;
}

/* ==========================================================================
   7. Innovation & Ecosystem Section (Bisaat 2.0 Royal Blue Radiant Gradient)
   ========================================================================== */

.innovations-section {
  position: relative;
  background-color: #03040B;
  background-image:
    radial-gradient(ellipse 70% 65% at 0% 15%, rgba(67, 56, 202, 0.75) 0%, rgba(37, 99, 235, 0.45) 28%, rgba(15, 23, 42, 0.85) 60%, rgba(3, 4, 11, 0.98) 100%),
    radial-gradient(circle 600px at 12% 40%, rgba(99, 102, 241, 0.38) 0%, rgba(67, 56, 202, 0.15) 50%, transparent 80%),
    linear-gradient(135deg, #0D1226 0%, #060814 45%, #020307 100%);
  padding-block: var(--space-16);
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.innovations-section::before {
  content: '';
  position: absolute;
  top: -25%;
  left: -15%;
  width: 55%;
  height: 150%;
  background: linear-gradient(62deg, rgba(99, 102, 241, 0.48) 0%, rgba(79, 70, 229, 0.25) 30%, rgba(30, 27, 75, 0.08) 60%, transparent 80%);
  filter: blur(60px);
  transform: rotate(-10deg);
  pointer-events: none;
  z-index: 0;
}

.innovations-section .container {
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   8. Testimonials Section (Dark Theme)
   ========================================================================== */

.testimonials-section {
  background-color: var(--bg-dark-base);
  padding-block: var(--space-16);
  border-top: 1px solid var(--border-dark-subtle);
}

/* ==========================================================================
   9. FAQ Section (Dark Theme)
   ========================================================================== */

.faq-section {
  background-color: var(--bg-dark-base);
  padding-block: var(--space-16);
  border-top: 1px solid var(--border-dark-subtle);
}

/* ==========================================================================
   10. Pre-Footer Call to Action Banner
   ========================================================================== */

.prefooter-section {
  background-color: var(--bg-dark-base);
  padding-block: var(--space-16);
  border-top: 1px solid var(--border-dark-subtle);
}

.prefooter-box {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-6);
}

.prefooter-box h2 {
  font-size: var(--font-display-2);
  font-weight: var(--font-weight-black);
  color: var(--color-white);
}

.prefooter-box p {
  font-size: var(--font-body-lg);
  color: var(--text-dark-secondary);
}

/* ==========================================================================
   11. Footer (Kajabi 4-Column Layout)
   ========================================================================== */

.site-footer {
  background-color: #05070B;
  border-top: 1px solid var(--border-dark-subtle);
  padding-top: var(--space-14);
  padding-bottom: var(--space-10);
  color: var(--text-dark-secondary);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-10);
  margin-bottom: var(--space-12);
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: var(--space-8);
  }
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.footer-logo {
  height: 38px;
  width: auto;
  object-fit: contain;
}

.footer-tagline {
  font-size: var(--font-body-sm);
  color: var(--text-dark-tertiary);
  line-height: var(--leading-normal);
}

.footer-nelc-box {
  display: inline-flex;
  align-items: center;
  background: transparent;
  padding: 0;
  border-radius: 0;
  width: fit-content;
  box-shadow: none;
  margin-top: var(--space-4);
  transition: transform var(--duration-normal) var(--ease-base), opacity var(--duration-normal) var(--ease-base);
}

.footer-nelc-box:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.footer-nelc-img {
  height: 60px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
  display: block;
}

.footer-col h4 {
  font-size: var(--font-body-sm);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  margin-bottom: var(--space-4);
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.footer-link {
  font-size: var(--font-body-sm);
  color: var(--text-dark-secondary);
  transition: color var(--duration-fast) var(--ease-out);
}

.footer-link:hover {
  color: var(--color-white);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding-top: var(--space-8);
  border-top: 1px solid var(--border-dark-subtle);
  font-size: var(--font-caption);
  color: var(--text-dark-tertiary);
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
  }
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.footer-social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dark-secondary);
  transition: all var(--duration-fast) var(--ease-out);
}

.footer-social-icon:hover {
  background: rgba(255, 255, 255, 0.15);
  color: var(--color-white);
  transform: translateY(-2px);
}