/* ============================================
   MODULE PAGE STYLES
   Hero, Video Slider, Roadmap
   ============================================ */

/* ========================================
   MODULE PAGE LAYOUT
   ======================================== */
.fullpage {
  position: relative;
  width: 100%;
}

.fullpage__slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: var(--space-6) 0;
}

.fullpage__slide:first-child {
  padding-top: var(--header-height, 80px);
}


@media (max-width: 768px) {
  .fullpage__slide {
    display: block;
    padding: var(--space-4) 0;
  }

  .fullpage__slide:first-child {
    padding-top: var(--space-4);
  }

  /* ==========================================
     HERO MODULE - CENTERED
     ========================================== */
  .hero-module {
    min-height: auto !important;
    height: auto !important;
    padding: 80px 0 var(--space-6);
  }

  .hero-module .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-module__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .hero-module__label {
    justify-content: center;
  }

  .hero-module__title {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
  }

  .hero-module__actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-module__stats {
    gap: 2rem;
  }

  .hero-module__stat-value {
    font-size: 1.75rem;
  }


  /* ==========================================
     ROADMAP - SIMPLE VERTICAL SECTIONS
     ========================================== */
  .roadmap__slide {
    height: auto !important;
    min-height: auto !important;
    padding: var(--space-8) 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .roadmap__slide:last-child {
    border-bottom: none;
  }

  .roadmap__slide-inner {
    padding: 0 var(--space-4);
    max-width: 100%;
  }

  /* Badge & Title */
  .roadmap__badge {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--space-4);
    width: fit-content;
  }

  .roadmap__slide-inner {
    text-align: center;
  }

  .roadmap__title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    text-align: center;
    margin-bottom: var(--space-6);
  }

  /* Hide complex SVG illustrations on mobile */
  .roadmap__col-visual,
  .roadmap__visual,
  .roadmap__illustration {
    display: none;
  }

  /* Two column to single column */
  .roadmap__two-col {
    display: block;
  }

  .roadmap__col-text {
    max-width: 100%;
  }

  /* Text blocks */
  .roadmap__text-block {
    padding: var(--space-4);
    margin-bottom: var(--space-4);
    text-align: center;
  }

  .roadmap__text-block p {
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
  }

  /* Cards grid - single column */
  .roadmap__cards-grid--3,
  .roadmap__grid--2x2,
  .roadmap__types-grid,
  .roadmap__structure,
  .roadmap__anatomy,
  .roadmap__capabilities {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    max-width: 100%;
    overflow: hidden;
  }

  /* Power cards simplified */
  .roadmap__power-card {
    padding: var(--space-4);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-3);
  }

  .roadmap__power-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin: 0;
  }

  .roadmap__power-card h3 {
    font-size: 1rem;
    margin-bottom: var(--space-1);
  }

  .roadmap__power-card p {
    font-size: 0.875rem;
  }

  /* Type cards */
  .roadmap__type-card {
    padding: var(--space-4);
  }

  .roadmap__type-number {
    font-size: 1.5rem;
    top: var(--space-2);
    right: var(--space-3);
  }

  /* Structure items - icon/num on top, text below */
  .roadmap__structure-item {
    padding: var(--space-3);
    gap: var(--space-3);
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .roadmap__structure-content {
    text-align: center;
  }

  .roadmap__structure-icon {
    margin: 0 auto var(--space-2);
  }

  /* Anatomy items - icon on top, text below */
  .roadmap__anatomy-item {
    padding: var(--space-3);
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .roadmap__anatomy-icon {
    margin-bottom: var(--space-2);
  }

  .roadmap__anatomy-content {
    text-align: center;
  }

  /* Capabilities */
  .roadmap__capability {
    padding: var(--space-3);
    flex-direction: column;
    text-align: center;
  }

  .roadmap__capability > svg {
    margin: 0 auto;
  }

  /* Card icon centering */
  .roadmap__card-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .roadmap__card {
    text-align: center;
  }

  .roadmap__card-examples {
    justify-content: center;
  }

  /* Feature centering */
  .roadmap__feature {
    text-align: center;
  }

  .roadmap__feature-icon {
    margin-left: auto;
    margin-right: auto;
  }

  /* Tips & Mistakes */
  .roadmap__tips-mistakes {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
  }

  .roadmap__tips-heading,
  .roadmap__mistakes-heading {
    justify-content: center;
  }

  .roadmap__tips-col,
  .roadmap__mistakes-col {
    text-align: center;
  }

  .roadmap__tip,
  .roadmap__mistake {
    text-align: center;
  }

  /* CTA section */
  .roadmap__slide--cta {
    text-align: center;
  }

  .roadmap__cta-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .roadmap__cta-list {
    text-align: left;
  }

  .roadmap__cta-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 2rem 1rem;
  }

  .roadmap__cta-box p {
    max-width: 100%;
  }

  .roadmap__cta-box .btn {
    align-self: center;
  }

  /* Content wrapper */
  .roadmap__content-wrapper {
    display: block;
  }

  /* Highlight boxes */
  .roadmap__highlight {
    padding: var(--space-3);
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Features grid */
  .roadmap__features {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
  }

  .roadmap__feature {
    padding: var(--space-3);
  }

  /* Quote */
  .roadmap__quote {
    padding: var(--space-4);
    text-align: center;
  }

  .roadmap__quote p {
    font-size: 1rem;
  }


  /* ==========================================
     HERO MODULE 3 - CENTERED (Module 3)
     ========================================== */
  .hero-module3 {
    min-height: auto;
    padding: 80px 0 var(--space-6);
  }

  .hero-module3__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-module3__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .hero-module3__label {
    justify-content: center;
  }

  .hero-module3__title {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
  }

  .hero-module3__subtitle {
    font-size: 1rem;
  }

  .hero-module3__stats {
    justify-content: center;
    gap: 1.5rem;
  }

  .hero-module3__stat-value {
    font-size: 1.75rem;
  }

  .hero-module3__visuals {
    display: none;
  }

  .hero-module3__particles {
    display: none;
  }

  /* ==========================================
     LEARNING PATH - SIMPLIFIED (Module 3)
     ========================================== */
  .learning-path {
    padding: var(--space-6) 0;
  }

  .learning-path__track {
    display: none !important;
  }

  .learning-path__timeline {
    display: flex !important;
    flex-direction: column;
    gap: var(--space-2);
  }

  .learning-path__timeline-item {
    padding: var(--space-3);
  }

  /* ==========================================
     LESSON CONTENT - MOBILE (Module 3)
     ========================================== */
  .lesson-content {
    padding: var(--space-6) 0 var(--space-10);
  }

  .lesson-content__header {
    text-align: center;
    margin-bottom: var(--space-4);
  }

  .lesson-content__desc {
    font-size: 1rem;
  }

  .lesson-content__section-title {
    justify-content: center;
    text-align: center;
  }

  /* ==========================================
     HERO MODULE 4 - CENTERED (Module 4)
     ========================================== */
  .hero-module4 {
    min-height: auto;
    padding: 80px 0 var(--space-6);
  }

  .hero-module4__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-module4__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-module4__visuals {
    display: none;
  }

  /* ==========================================
     HERO MODULE 5 - CENTERED (Module 5)
     ========================================== */
  .hero-module5 {
    padding: 80px 0 var(--space-6);
  }

  .hero-module5__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-module5__title {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
  }

  .hero-module5__subtitle {
    font-size: 1.125rem;
  }

  .hero-module5__tagline {
    font-size: 1rem;
  }

  .hero-module5__stats {
    justify-content: center;
    gap: 1.5rem;
  }

  .hero-module5__stat-value {
    font-size: 1.75rem;
  }


  /* ==========================================
     VIDEO LESSON - MOBILE (Module 5)
     ========================================== */
  .video-lesson {
    padding: var(--space-6) 0;
  }

  .video-lesson__wrapper {
    display: block;
  }

  .video-lesson__sidebar {
    margin-top: var(--space-6);
  }

  /* ==========================================
     INCOME SECTION - MOBILE (Module 5)
     ========================================== */
  .income-grid {
    grid-template-columns: 1fr;
  }

  .income-summary {
    flex-direction: column;
    gap: var(--space-4);
  }

  /* ==========================================
     ACTION SECTION - MOBILE (Module 5)
     ========================================== */
  .action-steps {
    flex-direction: column;
    gap: var(--space-6);
  }

  .action-arrow {
    transform: rotate(90deg);
  }

  .action-cta {
    flex-direction: column;
    text-align: center;
  }

  /* Reduce master-block spacing on mobile */
  .master-block {
    padding: var(--space-6) 0;
  }

  .master-section {
    margin-bottom: var(--space-6);
  }
}

/* ========================================
   HERO MODULE
   ======================================== */
.hero-module {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: var(--space-16) 0;
}

.hero-module__content {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-module__label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}

.hero-module__label svg {
  width: 20px;
  height: 20px;
}

.hero-module__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}

.hero-module__title span {
  background: linear-gradient(135deg, #00D4FF 0%, #A855F7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-module__subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.5rem;
}

.hero-module__description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero-module__stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.hero-module__stat {
  display: flex;
  flex-direction: column;
}

.hero-module__stat-value {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #00D4FF, #A855F7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-module__stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-module__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}


/* ========================================
   VIDEO SLIDER
   ======================================== */
.video-slider {
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  padding: 2rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Override fullpage__slide flex for video-slider */
.fullpage__slide.video-slider {
  display: flex;
  flex-direction: column;
}

.video-slider__title {
  text-align: center;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 3rem;
}

.video-slider__wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.video-slider__arrow {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-slider__arrow:hover:not(:disabled) {
  background: rgba(0, 212, 255, 0.15);
  border-color: rgba(0, 212, 255, 0.4);
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
}

.video-slider__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.video-slider__arrow svg {
  width: 24px;
  height: 24px;
}

.video-slider__container {
  flex: 1;
  overflow: hidden;
}

.video-slider__track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-slider__slide {
  flex: 0 0 100%;
  padding: 0 1rem;
}

/* Video Card */
.video-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.video-card__player {
  position: relative;
  padding-top: 56.25%;
  background: #000;
}

.video-card__player iframe,
.video-card__player video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-card__info {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.video-card__number {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #00D4FF, #A855F7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.video-card__title {
  flex: 1;
  font-size: 1.25rem;
  font-weight: 600;
}

.video-card__duration {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
}

/* Dots */
.video-slider__dots {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.video-slider__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.video-slider__dot.active {
  background: var(--color-blue);
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.5);
}

.video-slider__dot:hover:not(.active) {
  background: rgba(255, 255, 255, 0.4);
}

/* Mobile */
@media (max-width: 768px) {
  .video-slider {
    height: auto;
    min-height: auto;
    padding: 0.5rem 0;
  }

  .video-slider__title {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
  }

  .video-card__info {
    padding: 0.75rem 1rem;
    gap: 0.75rem;
  }

  .video-card__number {
    font-size: 1.5rem;
  }

  .video-card__title {
    font-size: 1rem;
  }

  .video-slider__dots {
    margin-top: 1rem;
    gap: 0.5rem;
  }

  .video-slider__dot {
    width: 10px;
    height: 10px;
  }

  .video-slider__arrow {
    width: 44px;
    height: 44px;
  }

  .video-slider__arrow svg {
    width: 20px;
    height: 20px;
  }

  .video-slider__wrapper {
    gap: 0.75rem;
  }

  .video-slider__slide {
    padding: 0;
  }

  .video-card {
    border-radius: 16px;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .video-card:hover {
    transform: none;
    box-shadow: none;
  }

  .video-card__player {
    border-radius: 16px 16px 0 0;
  }

  .video-card__info {
    padding: 0.75rem 1rem;
    gap: 0.75rem;
  }

  .video-card__number {
    font-size: 1.25rem;
  }

  .video-card__title {
    font-size: 0.9375rem;
  }

  .video-card__duration {
    font-size: 0.75rem;
  }
}

/* ========================================
   ROADMAP SLIDES
   ======================================== */
.roadmap__slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  position: relative;
}

.roadmap__slide-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Badge */
.roadmap__badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: 100px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-blue);
  margin-bottom: 1.5rem;
}

/* Title */
.roadmap__title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.roadmap__title span {
  background: linear-gradient(135deg, #00D4FF 0%, #A855F7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Content Wrapper for Slide 1 */
.roadmap__content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

@media (max-width: 968px) {
  .roadmap__content-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .roadmap__visual {
    order: -1;
    max-width: 300px;
    margin: 0 auto;
  }
}

/* Text Block */
.roadmap__text-block {
  padding: 2rem;
  margin-bottom: 2rem;
}

.roadmap__text-block p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

.roadmap__text-block p + p {
  margin-top: 1rem;
}

/* Highlight */
.roadmap__highlight {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(168, 85, 247, 0.1);
  border-left: 3px solid var(--color-purple);
  border-radius: 0 12px 12px 0;
}

.roadmap__highlight svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--color-purple);
}

.roadmap__highlight p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

/* Visual/Illustration */
.roadmap__visual {
  display: flex;
  justify-content: center;
}

.roadmap__illustration {
  width: 100%;
  max-width: 300px;
  animation: floatIllustration 4s ease-in-out infinite;
}

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

/* Grid 2x2 */
.roadmap__grid--2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .roadmap__grid--2x2 {
    grid-template-columns: 1fr;
  }
}

/* Card */
.roadmap__card {
  padding: 2rem;
}

@media (max-width: 768px) {
  .roadmap__card {
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

.roadmap__card-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(168, 85, 247, 0.2));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.roadmap__card-icon svg {
  width: 28px;
  height: 28px;
  color: #fff;
}

.roadmap__card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.roadmap__card p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
  line-height: 1.6;
}

.roadmap__card-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.roadmap__card-examples span {
  padding: 0.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 100px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

/* Features Grid */
.roadmap__features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.roadmap__feature {
  text-align: center;
}

.roadmap__feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.roadmap__feature:hover .roadmap__feature-icon {
  background: rgba(0, 212, 255, 0.1);
  border-color: rgba(0, 212, 255, 0.3);
  box-shadow: 0 0 30px rgba(0, 212, 255, 0.15);
}

.roadmap__feature-icon svg {
  width: 36px;
  height: 36px;
  color: var(--color-blue);
}

.roadmap__feature h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.roadmap__feature p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

/* Quote */
.roadmap__quote {
  padding: 2rem;
  border-left: 4px solid var(--color-blue);
  margin: 0;
}

.roadmap__quote p {
  font-size: 1.25rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 1.6;
}

/* Capabilities Grid */
.roadmap__capabilities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .roadmap__capabilities {
    grid-template-columns: 1fr;
  }
}

.roadmap__capability {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 16px;
  transition: background 0.3s ease;
}

.roadmap__capability:hover {
  background: rgba(255, 255, 255, 0.05);
}

.roadmap__capability > svg {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: var(--color-blue);
}

.roadmap__capability h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.roadmap__capability p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}

/* CTA Slide */
.roadmap__slide--cta {
  text-align: center;
}

.roadmap__cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.roadmap__cta-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
}

.roadmap__cta-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
}

.roadmap__cta-list svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--color-teal);
}

.roadmap__cta-box {
  max-width: 500px;
  margin: 0 auto;
  padding: 2.5rem;
  text-align: center;
}

.roadmap__cta-box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.roadmap__cta-box p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* ========================================
   MODULE 2 - ADDITIONAL STYLES
   ======================================== */


/* Roadmap Subtitle Text */
.roadmap__subtitle-text {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 700px;
  margin-bottom: 3rem;
}

/* Two Column Layout */
.roadmap__two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.roadmap__col-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .roadmap__two-col {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .roadmap__col-visual {
    order: -1;
  }
}

/* Power Cards Grid (3 columns) */
.roadmap__cards-grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 1024px) {
  .roadmap__cards-grid--3 {
    grid-template-columns: 1fr;
  }
}

.roadmap__power-card {
  padding: 2rem;
  text-align: center;
}

.roadmap__power-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(168, 85, 247, 0.15));
  display: flex;
  align-items: center;
  justify-content: center;
}

.roadmap__power-icon svg {
  width: 40px;
  height: 40px;
  color: var(--color-blue);
}

.roadmap__power-card h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.roadmap__power-card p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .roadmap__power-card {
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

/* Types Grid (2x2) */
.roadmap__types-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .roadmap__types-grid {
    grid-template-columns: 1fr;
  }
}

.roadmap__type-card {
  padding: 2rem;
  position: relative;
}

.roadmap__type-number {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #00D4FF, #A855F7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.5;
}

.roadmap__type-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.roadmap__type-desc {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.5rem;
}

.roadmap__type-example {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border-left: 3px solid var(--color-blue);
}

.roadmap__type-example-label {
  font-size: 0.75rem;
  color: var(--color-blue);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.roadmap__type-example p {
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.5rem;
}

/* Structure Components */
.roadmap__structure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media (max-width: 768px) {
  .roadmap__structure {
    grid-template-columns: 1fr;
  }
}

.roadmap__structure-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.roadmap__structure-num {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-blue);
  opacity: 0.6;
}

.roadmap__structure-content {
  flex: 1;
}

.roadmap__structure-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(0, 212, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.roadmap__structure-icon svg {
  width: 24px;
  height: 24px;
  color: var(--color-blue);
}

.roadmap__structure-content h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.roadmap__structure-content p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

/* Anatomy Section */
.roadmap__example-prompt {
  padding: 2rem;
  margin-bottom: 3rem;
  border-left: 4px solid var(--color-blue);
}

.roadmap__example-text {
  font-size: 1.25rem;
  line-height: 1.6;
}

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

@media (max-width: 768px) {
  .roadmap__anatomy {
    grid-template-columns: 1fr;
  }
}

.roadmap__anatomy-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
}

.roadmap__anatomy-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.roadmap__anatomy-icon--context { background: rgba(0, 212, 255, 0.2); }
.roadmap__anatomy-icon--task { background: rgba(168, 85, 247, 0.2); }
.roadmap__anatomy-icon--format { background: rgba(20, 241, 149, 0.2); }
.roadmap__anatomy-icon--style { background: rgba(255, 107, 107, 0.2); }

.roadmap__anatomy-icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.roadmap__anatomy-content h4 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.roadmap__anatomy-content p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}

.roadmap__anatomy-note {
  padding: 1.5rem;
  text-align: center;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
  .roadmap__anatomy-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .roadmap__anatomy-icon {
    margin: 0 auto var(--space-2);
  }

  .roadmap__anatomy-content {
    text-align: center;
  }

  .roadmap__anatomy-content h4,
  .roadmap__anatomy-content p {
    text-align: center;
  }
}

/* Tips & Mistakes */
.roadmap__tips-mistakes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

@media (max-width: 1024px) {
  .roadmap__tips-mistakes {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.roadmap__tips-heading,
.roadmap__mistakes-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.roadmap__tips-heading svg {
  width: 24px;
  height: 24px;
  color: var(--color-teal);
}

.roadmap__mistakes-heading svg {
  width: 24px;
  height: 24px;
  color: #FF6B6B;
}

.roadmap__tip {
  margin-bottom: 1.5rem;
}

.roadmap__tip h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: var(--color-teal);
}

.roadmap__tip p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}

.roadmap__pro-tip {
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  border-left: 3px solid var(--color-purple);
}

.roadmap__mistake {
  padding: 1.25rem;
  margin-bottom: 1rem;
  border-left: 3px solid #FF6B6B;
}

.roadmap__mistake h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.roadmap__mistake p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}

/* CTA Text */
.roadmap__cta-text {
  max-width: 700px;
  margin: 0 auto 2rem;
  text-align: center;
}

.roadmap__cta-text p {
  font-size: 1.25rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.roadmap__cta-text p + p {
  margin-top: 1rem;
}

.roadmap__cta-highlight {
  max-width: 600px;
  margin: 0 auto 2.5rem;
  padding: 1.5rem 2rem;
  text-align: center;
  border-left: 4px solid var(--color-purple);
}

.roadmap__cta-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ========================================
   MODULE 3 - HERO
   ======================================== */
.hero-module3 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 120px 0 80px;
  overflow: hidden;
}

.hero-module3::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 60%, rgba(168, 85, 247, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 40%, rgba(0, 212, 255, 0.08) 0%, transparent 40%);
  pointer-events: none;
}

.hero-module3__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-module3__content {
  max-width: 600px;
}

.hero-module3__label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1.25rem;
  background: rgba(168, 85, 247, 0.1);
  border: 1px solid rgba(168, 85, 247, 0.3);
  border-radius: 100px;
  font-size: 0.875rem;
  color: var(--color-purple);
  margin-bottom: 1.5rem;
}

.hero-module3__label svg {
  width: 20px;
  height: 20px;
}

.hero-module3__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-module3__title span {
  background: linear-gradient(135deg, #A855F7 0%, #00D4FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-module3__subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.hero-module3__stats {
  display: flex;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.hero-module3__stat {
  display: flex;
  flex-direction: column;
}

.hero-module3__stat-value {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #00D4FF, #A855F7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-module3__stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-module3__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

/* Floating Images */
.hero-module3__visuals {
  position: relative;
  height: 500px;
}

.hero-module3__float {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  animation: heroFloat 6s ease-in-out infinite;
  will-change: transform;
  transition: transform 0.15s linear;
}

.hero-module3__float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-module3__float--1 {
  width: 280px;
  height: 350px;
  top: 0;
  left: 10%;
  animation-delay: 0s;
}

.hero-module3__float--2 {
  width: 220px;
  height: 280px;
  top: 50px;
  right: 0;
  animation-delay: -2s;
}

.hero-module3__float--3 {
  width: 200px;
  height: 250px;
  bottom: 0;
  left: 30%;
  animation-delay: -4s;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(2deg); }
}

/* Particles */
.hero-module3__particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.1s linear;
}

.hero-module3__particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(168, 85, 247, 0.5);
  border-radius: 50%;
  animation: module3ParticleFloat 12s infinite ease-in-out;
}

.hero-module3__particle:nth-child(2) { background: rgba(0, 212, 255, 0.5); width: 4px; height: 4px; }
.hero-module3__particle:nth-child(3) { background: rgba(20, 241, 149, 0.5); }
.hero-module3__particle:nth-child(4) { background: rgba(0, 212, 255, 0.5); width: 5px; height: 5px; }
.hero-module3__particle:nth-child(5) { background: rgba(168, 85, 247, 0.5); width: 4px; height: 4px; }

@keyframes module3ParticleFloat {
  0%, 100% { transform: translateY(100vh) scale(0); opacity: 0; }
  10% { opacity: 0.6; transform: translateY(80vh) scale(1); }
  90% { opacity: 0.6; transform: translateY(10vh) scale(1); }
  100% { transform: translateY(0) scale(0); opacity: 0; }
}

@media (max-width: 1024px) {
  .hero-module3__container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-module3__content {
    max-width: 100%;
  }

  .hero-module3__stats {
    justify-content: center;
  }

  .hero-module3__visuals {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-module3 {
    padding: 80px 0 var(--space-6);
  }

  .hero-module3__stats {
    gap: 2rem;
  }

  .hero-module3__stat-value {
    font-size: 2rem;
  }

  .learning-path {
    padding: var(--space-4) 0 var(--space-6);
  }

  .lesson-content {
    padding: var(--space-6) 0 var(--space-4);
  }

  .module-cta {
    padding: var(--space-6) 0 2.5rem;
  }

  .module-tips {
    padding: var(--space-6) 0;
  }
}

/* ========================================
   MODULE 3 - LEARNING PATH
   ======================================== */
.learning-path {
  padding: 40px 0 60px;
  position: relative;
}

/* Desktop Track */
.learning-path__track {
  position: relative;
  height: 120px;
  margin: 0 40px;
  overflow: visible;
}

.learning-path__line {
  position: absolute;
  width: 100%;
  height: 100%;
}

.learning-path__line-progress {
  transition: stroke-dashoffset 0.6s ease;
}

.learning-path__nodes {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.learning-path__node {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
}

.learning-path__node:hover {
  background: rgba(0, 212, 255, 0.1);
  border-color: rgba(0, 212, 255, 0.4);
  transform: translate(-50%, -50%) scale(1.1);
}

.learning-path__node.active {
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.3), rgba(168, 85, 247, 0.3));
  border-color: var(--color-blue);
  box-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
}

.learning-path__node.completed {
  background: rgba(20, 241, 149, 0.2);
  border-color: var(--color-teal);
}

.learning-path__node-num {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.learning-path__node-title {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Mobile Timeline */
.learning-path__timeline {
  display: none;
  flex-direction: column;
  position: relative;
  padding-left: 2rem;
}

.learning-path__timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.1);
}

.learning-path__timeline-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  position: relative;
  transition: all 0.3s ease;
}

.learning-path__timeline-dot {
  position: absolute;
  left: -2rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.learning-path__timeline-item.active .learning-path__timeline-dot {
  background: var(--color-blue);
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.5);
}

.learning-path__timeline-item.completed .learning-path__timeline-dot {
  background: var(--color-teal);
}

.learning-path__timeline-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
}

.learning-path__timeline-item.active .learning-path__timeline-num {
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.3), rgba(168, 85, 247, 0.3));
}

.learning-path__timeline-title {
  flex: 1;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.learning-path__timeline-item.active .learning-path__timeline-title {
  color: #fff;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .learning-path__track {
    display: none;
  }

  .learning-path__timeline {
    display: flex;
  }
}

/* ========================================
   MODULE 3 - LESSON CONTENT
   ======================================== */
.lesson-content {
  padding: 60px 0 20px;
}

.lesson-content__panel {
  display: none;
}

.lesson-content__panel.active {
  display: block;
  animation: fadeInUp 0.5s ease;
}

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

.lesson-content__header {
  margin-bottom: 3rem;
}

.lesson-content__num {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(168, 85, 247, 0.2));
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-blue);
  margin-bottom: 1rem;
}

.lesson-content__title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.lesson-content__desc {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 700px;
  line-height: 1.7;
}

.lesson-content__section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.lesson-content__section-title svg {
  width: 24px;
  height: 24px;
  color: var(--color-blue);
}

/* Videos Section */
.lesson-content__videos {
  margin-bottom: 4rem;
}

.lesson-content__video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.video-thumb {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.video-thumb:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 212, 255, 0.2);
  transform: translateY(-4px);
}

.video-thumb__player {
  position: relative;
  padding-top: 56.25%;
  background: #000;
}

.video-thumb__player iframe,
.video-thumb__player video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.lesson-content__video-grid:has(.video-thumb:only-child) {
  grid-template-columns: 1fr;
  max-width: 70%;
  margin: 6rem auto 0;
}

.video-thumb__info {
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.video-thumb__num {
  font-size: 1.25rem;
  font-weight: 700;
  background: linear-gradient(135deg, #00D4FF, #A855F7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.video-thumb__title {
  flex: 1;
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.video-thumb__duration {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Gallery Section */
.lesson-content__gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
}

.gallery-thumb {
  position: relative;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-thumb:hover {
  transform: scale(1.05);
}

.gallery-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-thumb:hover::after {
  opacity: 1;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Resources: Gallery + Prompts side by side */
.lesson-content__resources {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.lesson-content__resources .lesson-content__gallery,
.lesson-content__resources .lesson-content__prompts {
  margin-bottom: 0;
}

/* Prompts Section */
.lesson-content__prompt-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.prompt-download {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9375rem;
}

.prompt-download:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 212, 255, 0.2);
  transform: translateY(-2px);
}

.prompt-download svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--color-blue);
}

@media (max-width: 768px) {
  .lesson-content__video-grid {
    grid-template-columns: 1fr;
  }

  .lesson-content__gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }

  .lesson-content__resources {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   MODULE 3 - BOTTOM LESSON NAVIGATION
   ======================================== */
.lesson-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: rgba(5, 5, 5, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.lesson-nav.visible {
  transform: translateY(0);
}

.lesson-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  max-width: 800px;
  margin: 0 auto;
}

/* Arrow buttons */
.lesson-nav__arrow {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.lesson-nav__arrow svg {
  width: 20px;
  height: 20px;
}

.lesson-nav__arrow:hover:not(:disabled) {
  background: rgba(0, 212, 255, 0.15);
  border-color: rgba(0, 212, 255, 0.4);
}

.lesson-nav__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* Items container */
.lesson-nav__items {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0.25rem;
}

.lesson-nav__items::-webkit-scrollbar {
  display: none;
}

/* Individual lesson item */
.lesson-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 56px;
  height: 52px;
  padding: 0.5rem;
  border-radius: 12px;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.lesson-nav__item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.lesson-nav__item.active {
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(168, 85, 247, 0.15));
  border-color: rgba(0, 212, 255, 0.3);
}

.lesson-nav__item.completed {
  background: rgba(20, 241, 149, 0.1);
}

.lesson-nav__item.completed .lesson-nav__item-num {
  color: var(--color-teal);
}

.lesson-nav__item-num {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease;
}

.lesson-nav__item.active .lesson-nav__item-num {
  background: linear-gradient(135deg, #00D4FF, #A855F7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lesson-nav__item-title {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.lesson-nav__item.active .lesson-nav__item-title {
  color: rgba(255, 255, 255, 0.8);
}

/* Progress bar */
.lesson-nav__progress {
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
}

.lesson-nav__progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #00D4FF, #A855F7);
  transition: width 0.4s ease;
}

/* Mobile adjustments */
@media (max-width: 640px) {
  .lesson-nav__inner {
    gap: 0.25rem;
    padding: 0.5rem;
  }

  .lesson-nav__arrow {
    width: 36px;
    height: 36px;
  }

  .lesson-nav__arrow svg {
    width: 18px;
    height: 18px;
  }

  .lesson-nav__item {
    min-width: 44px;
    height: 44px;
    padding: 0.25rem;
  }

  .lesson-nav__item-num {
    font-size: 0.875rem;
  }

  .lesson-nav__item-title {
    font-size: 0.5625rem;
  }
}

/* Hide on very small screens - show only numbers */
@media (max-width: 400px) {
  .lesson-nav__item-title {
    display: none;
  }

  .lesson-nav__item {
    min-width: 38px;
    height: 38px;
  }
}

/* Safe area for iOS */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .lesson-nav {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/* ========================================
   MODULE 3 - TIPS SECTION
   ======================================== */
.module-tips {
  padding: 80px 0;
}

.module-tips__header {
  text-align: center;
  margin-bottom: 3rem;
}

.module-tips__badge {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: rgba(255, 107, 107, 0.1);
  border: 1px solid rgba(255, 107, 107, 0.3);
  border-radius: 100px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FF6B6B;
  margin-bottom: 1rem;
}

.module-tips__title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
}

.module-tips__title span {
  background: linear-gradient(135deg, #FF6B6B, #A855F7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.module-tips__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.module-tips__card {
  padding: 2rem;
  text-align: center;
}

.module-tips__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-tips__icon svg {
  width: 28px;
  height: 28px;
}

.module-tips__icon--1 { background: rgba(255, 107, 107, 0.2); color: #FF6B6B; }
.module-tips__icon--2 { background: rgba(255, 159, 67, 0.2); color: #FF9F43; }
.module-tips__icon--3 { background: rgba(168, 85, 247, 0.2); color: var(--color-purple); }
.module-tips__icon--4 { background: rgba(0, 212, 255, 0.2); color: var(--color-blue); }

.module-tips__card h3 {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

.module-tips__card p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .module-tips__grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   MODULE 3 - CTA SECTION
   ======================================== */
.module-cta {
  padding: 60px 0 100px;
}

.module-cta__content {
  padding: 3rem;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  border-radius: 20px;
}

.module-cta__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.module-cta__text {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.module-cta__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Mistakes Grid */
.roadmap__mistakes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.roadmap__mistake-card {
  padding: 2rem;
  text-align: center;
}

.roadmap__mistake-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.roadmap__mistake-icon svg {
  width: 32px;
  height: 32px;
}

.roadmap__mistake-icon--1 { background: rgba(255, 107, 107, 0.2); color: #FF6B6B; }
.roadmap__mistake-icon--2 { background: rgba(255, 159, 67, 0.2); color: #FF9F43; }
.roadmap__mistake-icon--3 { background: rgba(168, 85, 247, 0.2); color: var(--color-purple); }
.roadmap__mistake-icon--4 { background: rgba(0, 212, 255, 0.2); color: var(--color-blue); }

.roadmap__mistake-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.roadmap__mistake-card p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

/* Commercial Grid */
.roadmap__commercial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.roadmap__commercial-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.roadmap__commercial-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 212, 255, 0.2);
}

.roadmap__commercial-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(168, 85, 247, 0.15));
  display: flex;
  align-items: center;
  justify-content: center;
}

.roadmap__commercial-icon svg {
  width: 28px;
  height: 28px;
  color: var(--color-blue);
}

.roadmap__commercial-content h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.roadmap__commercial-content p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.roadmap__commercial-stat {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(20, 241, 149, 0.15);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-teal);
}

/* Mindset Section */
.roadmap__mindset-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: start;
}

.roadmap__mindset-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.roadmap__mindset-block {
  padding: 1.5rem 2rem;
}

.roadmap__mindset-block h3 {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  color: var(--color-blue);
}

.roadmap__mindset-block p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.roadmap__mindset-quote blockquote {
  padding: 2rem;
  text-align: center;
}

.roadmap__mindset-quote p {
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

/* Formula Section */
.roadmap__formula {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.roadmap__formula-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 160px;
}

.roadmap__formula-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(168, 85, 247, 0.2));
  border: 2px solid rgba(0, 212, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-blue);
  margin-bottom: 1rem;
}

.roadmap__formula-step--final .roadmap__formula-num {
  background: linear-gradient(135deg, rgba(20, 241, 149, 0.2), rgba(0, 212, 255, 0.2));
  border-color: var(--color-teal);
  color: var(--color-teal);
}

.roadmap__formula-content h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.roadmap__formula-content p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.roadmap__formula-connector {
  color: rgba(255, 255, 255, 0.3);
}

.roadmap__formula-connector svg {
  width: 24px;
  height: 24px;
}

/* CTA Subtitle & Features */
.roadmap__cta-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.roadmap__cta-features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
  margin: 0 auto 3rem;
  text-align: left;
}

.roadmap__cta-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.9);
}

.roadmap__cta-features svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--color-teal);
}

/* Responsive */
@media (max-width: 1024px) {
  .roadmap__mistakes-grid,
  .roadmap__commercial-grid {
    grid-template-columns: 1fr;
  }

  .roadmap__mindset-content {
    grid-template-columns: 1fr;
  }

  .roadmap__formula {
    flex-direction: column;
    gap: 1.5rem;
  }

  .roadmap__formula-connector {
    transform: rotate(90deg);
  }

  .roadmap__formula-step {
    max-width: 100%;
    flex-direction: row;
    text-align: left;
    gap: 1rem;
  }

  .roadmap__formula-num {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

@media (max-width: 768px) {
  .roadmap__mistakes-grid {
    gap: 1rem;
  }

  .roadmap__mistake-card {
    padding: 1.5rem;
  }

  .roadmap__commercial-item {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .roadmap__commercial-icon {
    margin: 0 auto;
  }
}

/* ========================================
   REDUCED MOTION
   ======================================== */
@media (prefers-reduced-motion: reduce) {
  .roadmap__wrapper {
    transition: none;
  }

  .hero-module3__particle {
    animation: none;
  }

  .roadmap__illustration {
    animation: none;
  }

  .hero-module3__float {
    animation: none;
  }

  .lesson-content__panel.active {
    animation: none;
  }
}

/* ========================================
   MASTER BLOCK SECTION
   ======================================== */
.master-block {
  position: relative;
  padding: var(--space-16) 0;
  overflow: hidden;
}

.master-block__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
  transition: transform 0.1s linear;
}

.master-block__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
}

.master-block__glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.15;
  will-change: transform;
  transition: transform 0.1s linear;
}

.master-block__glow--1 {
  top: 10%;
  left: -10%;
  background: var(--color-blue);
}

.master-block__glow--2 {
  bottom: 20%;
  right: -10%;
  background: var(--color-purple);
}

/* Master Section Common */
.master-section {
  position: relative;
  z-index: 1;
  margin-bottom: var(--space-16);
}

.master-section:last-child {
  margin-bottom: 0;
}

.master-section__header {
  text-align: center;
  margin-bottom: var(--space-10);
}

.master-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  font-size: 0.875rem;
  color: var(--color-blue);
  margin-bottom: var(--space-4);
}

.master-section__badge svg {
  width: 16px;
  height: 16px;
}

.master-section__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: var(--space-4);
}

.master-section__title span {
  background: linear-gradient(135deg, #00d4ff, #7c3aed, #f472b6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.master-section__subtitle {
  font-size: 1.125rem;
  color: var(--color-text-muted);
  max-width: 600px;
  margin: 0 auto;
}

/* ========================================
   MISTAKES CAROUSEL
   ======================================== */
.mistakes-carousel {
  overflow: visible;
  padding: var(--space-4) 0;
}

.mistakes-carousel__track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--space-4);
}

.mistake-card {
  padding: var(--space-6);
  position: relative;
  overflow: visible;
}

.mistake-card__num {
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.3), rgba(239, 68, 68, 0.05));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.5;
}

.mistake-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(239, 68, 68, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-4);
}

.mistake-card__icon svg {
  width: 24px;
  height: 24px;
  stroke: #ef4444;
}

.mistake-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--space-2);
}

.mistake-card__desc {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-bottom: var(--space-4);
}

.mistake-card__fix {
  padding: var(--space-3);
  background: rgba(34, 197, 94, 0.1);
  border-radius: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.mistake-card__fix-label {
  color: #22c55e;
  font-weight: 600;
  margin-right: 0.5rem;
}

/* ========================================
   COMMERCIAL GRID
   ======================================== */
.commercial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-4);
}

.commercial-card {
  padding: var(--space-5);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
  transition: all 0.3s ease;
}

.commercial-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-4px);
}

.commercial-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--color-blue), var(--color-purple));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-3);
}

.commercial-card__icon svg {
  width: 22px;
  height: 22px;
  stroke: white;
}

.commercial-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: var(--space-2);
}

.commercial-card p {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  margin-bottom: var(--space-3);
}

.commercial-card__price {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
}

/* ========================================
   MINDSET COMPARISON
   ======================================== */
.mindset-comparison {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-6);
  flex-wrap: wrap;
}

.mindset-card {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  padding: var(--space-6);
}

.mindset-card__header {
  margin-bottom: var(--space-4);
}

.mindset-card__label {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: var(--space-2);
}

.mindset-card__label--red {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
}

.mindset-card__label--green {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
}

.mindset-card__header h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.mindset-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.mindset-card__list li {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: 0.9375rem;
  line-height: 1.4;
}

.mindset-card__list svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.mindset-card--before .mindset-card__list svg {
  stroke: #ef4444;
}

.mindset-card--after .mindset-card__list svg {
  stroke: #22c55e;
}

.mindset-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d4ff, #7c3aed);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mindset-arrow svg {
  width: 24px;
  height: 24px;
  stroke: white;
}

/* ========================================
   FORMULA STEPS
   ======================================== */
.formula-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  flex-wrap: wrap;
  margin-bottom: var(--space-10);
}

.formula-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-6);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
}

.formula-step__num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d4ff, #7c3aed);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}

.formula-step__content h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.formula-step__content p {
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  line-height: 1.4;
}

.formula-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--space-2);
}

.formula-connector svg {
  width: 20px;
  height: 20px;
  stroke: var(--color-text-muted);
  opacity: 0.5;
}

/* Formula Equation */
.formula-equation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
  padding: var(--space-5) var(--space-6);
  max-width: 900px;
  margin: 0 auto;
}

.formula-equation__item {
  padding: 0;
}

.formula-equation__item--result {
  background: none;
}

.formula-equation__label {
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.85);
}

.formula-equation__item--result .formula-equation__label {
  background: linear-gradient(135deg, var(--color-blue), var(--color-purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.formula-equation__operator {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
}

/* ========================================
   SCROLL ANIMATIONS
   ======================================== */
[data-animate] {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Only apply initial hidden state when JS is loaded */
.js-loaded [data-animate] {
  opacity: 0;
}

.js-loaded [data-animate="fade-up"] {
  transform: translateY(30px);
}

.js-loaded [data-animate="fade-down"] {
  transform: translateY(-30px);
}

.js-loaded [data-animate="fade-left"] {
  transform: translateX(30px);
}

.js-loaded [data-animate="fade-right"] {
  transform: translateX(-30px);
}

.js-loaded [data-animate="scale-in"] {
  transform: scale(0.9);
}

.js-loaded [data-animate].animated,
[data-animate].animated {
  opacity: 1;
  transform: translate(0) scale(1);
}

/* ========================================
   MASTER BLOCK RESPONSIVE
   ======================================== */
@media (max-width: 1024px) {
  .formula-steps {
    flex-direction: column;
    align-items: center;
    gap: var(--space-3);
  }

  .formula-connector {
    transform: rotate(90deg);
    padding: var(--space-1) 0;
  }

  .formula-step {
    width: 100%;
    max-width: 400px;
  }

  .mindset-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 1400px) {
  .mistakes-carousel__track {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .mistakes-carousel__track {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .master-block {
    padding: var(--space-6) 0;
  }

  .master-section {
    margin-bottom: var(--space-6);
  }

  .master-section__header {
    margin-bottom: var(--space-6);
  }

  .master-section__title {
    font-size: clamp(1.75rem, 6vw, 2.5rem);
  }

  .mistakes-carousel__track {
    grid-template-columns: 1fr;
  }

  .commercial-grid {
    grid-template-columns: 1fr;
  }

  .mindset-comparison {
    flex-direction: column;
  }

  .mindset-card {
    max-width: 100%;
  }

  .formula-equation {
    flex-direction: column;
    gap: var(--space-3);
  }

  .formula-equation__operator {
    transform: rotate(90deg);
  }

  /* ==========================================
     MODULE 3 - CENTER EVERYTHING & NO ANIMATIONS
     ========================================== */

  /* Disable all scroll animations on mobile */
  .js-loaded [data-animate] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  /* Master section centering */
  .master-section__header {
    text-align: center;
  }

  .master-section__badge {
    margin-left: auto;
    margin-right: auto;
  }

  .master-section__title {
    text-align: center;
  }

  .master-section__subtitle {
    text-align: center;
  }

  /* Mistake cards centering */
  .mistake-card {
    text-align: center;
  }

  .mistake-card__icon {
    margin-left: auto;
    margin-right: auto;
  }

  .mistake-card__fix {
    text-align: center;
  }

  /* Commercial cards centering */
  .commercial-card {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .commercial-card__icon {
    margin-left: auto;
    margin-right: auto;
  }

  /* Mindset cards centering */
  .mindset-card {
    text-align: center;
  }

  .mindset-card__header {
    justify-content: center;
  }

  .mindset-card__list li {
    justify-content: center;
  }

  /* Formula centering */
  .formula-step {
    text-align: center;
  }

  .formula-step__num {
    margin-left: auto;
    margin-right: auto;
  }

  .formula-equation__item {
    text-align: center;
  }

  /* Module tips centering */
  .module-tips__header {
    text-align: center;
  }

  .module-tips__badge {
    margin-left: auto;
    margin-right: auto;
  }

  .module-tips__title {
    text-align: center;
  }

  .module-tips__card {
    text-align: center;
  }

  .module-tips__icon {
    margin-left: auto;
    margin-right: auto;
  }

  /* Module CTA centering */
  .module-cta__content {
    text-align: center;
  }

  .module-cta__actions {
    justify-content: center;
  }

  /* Lesson content centering */
  .lesson-content__num {
    text-align: center;
  }
}

/* ==================== CTA GLOW BORDER ==================== */
.roadmap__cta-box,
.roadmap__cta-highlight {
  position: relative;
  overflow: visible;
}

.cta-glow-border {
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 1;
}

.cta-glow-border::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(
    90deg,
    #00D4FF,
    #A855F7,
    #FF6B6B,
    #14F195,
    #00D4FF
  );
  background-size: 400% 100%;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderGlow 3s linear infinite;
}

.cta-glow-border::after {
  content: '';
  position: absolute;
  inset: -15px;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgba(0, 212, 255, 0.4),
    rgba(168, 85, 247, 0.4),
    rgba(0, 212, 255, 0.4)
  );
  background-size: 200% 100%;
  filter: blur(25px);
  animation: glowPulse 2s ease-in-out infinite;
  z-index: -1;
}

@keyframes borderGlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 400% 50%; }
}

@keyframes glowPulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.03);
  }
}

/* ========================================
   MODULE 4 - HERO
   ======================================== */
.hero-module4 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 120px 0 80px;
  overflow: hidden;
}

.hero-module4::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 60%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 40%, rgba(168, 85, 247, 0.08) 0%, transparent 40%);
  pointer-events: none;
}

.hero-module4__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-module4__content {
  max-width: 600px;
}

.hero-module4__label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1.25rem;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: 100px;
  font-size: 0.875rem;
  color: var(--color-blue);
  margin-bottom: 1.5rem;
}

.hero-module4__label svg {
  width: 20px;
  height: 20px;
}

.hero-module4__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-module4__title span {
  background: linear-gradient(135deg, #00D4FF 0%, #A855F7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-module4__subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.hero-module4__stats {
  display: flex;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.hero-module4__stat {
  display: flex;
  flex-direction: column;
}

.hero-module4__stat-value {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #00D4FF, #A855F7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-module4__stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-module4__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

/* Floating Video Previews */
.hero-module4__visuals {
  position: relative;
  height: 500px;
}

.hero-module4__float {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  animation: heroFloat4 6s ease-in-out infinite;
  will-change: transform;
  transition: transform 0.15s linear;
}

.hero-module4__float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-module4__float-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.hero-module4__float:hover .hero-module4__float-play {
  opacity: 1;
}

.hero-module4__float-play svg {
  width: 48px;
  height: 48px;
  color: #fff;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.hero-module4__float--1 {
  width: 280px;
  height: 350px;
  top: 0;
  left: 10%;
  animation-delay: 0s;
}

.hero-module4__float--2 {
  width: 220px;
  height: 280px;
  top: 50px;
  right: 0;
  animation-delay: -2s;
}

.hero-module4__float--3 {
  width: 200px;
  height: 250px;
  bottom: 0;
  left: 30%;
  animation-delay: -4s;
}

@keyframes heroFloat4 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(2deg); }
}

/* Particles */
.hero-module4__particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.1s linear;
}

.hero-module4__particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(0, 212, 255, 0.5);
  border-radius: 50%;
  animation: module4ParticleFloat 12s infinite ease-in-out;
}

.hero-module4__particle:nth-child(2) { background: rgba(168, 85, 247, 0.5); width: 4px; height: 4px; }
.hero-module4__particle:nth-child(3) { background: rgba(20, 241, 149, 0.5); }
.hero-module4__particle:nth-child(4) { background: rgba(168, 85, 247, 0.5); width: 5px; height: 5px; }
.hero-module4__particle:nth-child(5) { background: rgba(0, 212, 255, 0.5); width: 4px; height: 4px; }

@keyframes module4ParticleFloat {
  0%, 100% { transform: translateY(100vh) scale(0); opacity: 0; }
  10% { opacity: 0.6; transform: translateY(80vh) scale(1); }
  90% { opacity: 0.6; transform: translateY(10vh) scale(1); }
  100% { transform: translateY(0) scale(0); opacity: 0; }
}

@media (max-width: 1024px) {
  .hero-module4__container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-module4__content {
    max-width: 100%;
  }

  .hero-module4__stats {
    justify-content: center;
  }

  .hero-module4__visuals {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-module4 {
    padding: 80px 0 var(--space-6);
  }

  .hero-module4__stats {
    gap: 2rem;
  }

  .hero-module4__stat-value {
    font-size: 2rem;
  }
}

/* ========================================
   MODULE 4 - VEO CAPABILITIES GRID
   ======================================== */
.veo-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.veo-capability-card {
  padding: 2rem;
  text-align: center;
}

.veo-capability-card__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(168, 85, 247, 0.15));
  display: flex;
  align-items: center;
  justify-content: center;
}

.veo-capability-card__icon svg {
  width: 40px;
  height: 40px;
  color: var(--color-blue);
}

.veo-capability-card__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.veo-capability-card__desc {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.veo-capability-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.veo-capability-card__list li {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 100px;
}

@media (max-width: 1024px) {
  .veo-capabilities-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
}

/* ========================================
   MODULE 4 - WORKFLOW TIMELINE
   ======================================== */
.workflow-timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.workflow-timeline__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  max-width: 280px;
}

.workflow-timeline__num {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #00D4FF, #A855F7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
}

.workflow-timeline__content h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.workflow-timeline__content p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.workflow-timeline__connector {
  color: rgba(255, 255, 255, 0.3);
}

.workflow-timeline__connector svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 1200px) {
  .workflow-timeline {
    flex-direction: column;
    gap: 1.5rem;
  }

  .workflow-timeline__connector {
    transform: rotate(90deg);
  }

  .workflow-timeline__item {
    max-width: 100%;
    width: 100%;
    max-width: 400px;
  }
}

/* ========================================
   MODULE 4 - CREDITS GRID
   ======================================== */
.credits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

.credit-card {
  padding: 2rem;
  text-align: center;
}

.credit-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.credit-card__icon svg {
  width: 32px;
  height: 32px;
}

.credit-card__icon--standard {
  background: rgba(0, 212, 255, 0.15);
  color: var(--color-blue);
}

.credit-card__icon--pro {
  background: rgba(168, 85, 247, 0.15);
  color: var(--color-purple);
}

.credit-card__icon--premium {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 107, 107, 0.15));
  color: #FFD700;
}

.credit-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.credit-card__cost {
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #00D4FF, #A855F7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}

.credit-card__desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.credits-protip {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  max-width: 700px;
  margin: 0 auto;
}

.credits-protip__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(20, 241, 149, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-teal);
}

.credits-protip__icon svg {
  width: 24px;
  height: 24px;
}

.credits-protip__content h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--color-teal);
}

.credits-protip__content p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .credits-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto 2rem;
  }
}

/* ========================================
   MODULE 4 - MONETIZATION GRID
   ======================================== */
.monetization-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.monetization-card {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.monetization-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 212, 255, 0.2);
  transform: translateY(-4px);
}

.monetization-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(168, 85, 247, 0.15));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.monetization-card__icon svg {
  width: 24px;
  height: 24px;
  color: var(--color-blue);
}

.monetization-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.monetization-card p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin-bottom: 1rem;
}

.monetization-card__price {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  background: rgba(20, 241, 149, 0.15);
  border-radius: 100px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-teal);
}

@media (max-width: 1200px) {
  .monetization-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .monetization-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   MODULE 4 - NEXT STEPS
   ======================================== */
.next-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.next-step-card {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
}

.next-step-card__num {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #00D4FF, #A855F7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.next-step-card__content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.next-step-card__content p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.next-steps-cta {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 3rem;
  text-align: center;
}

.next-steps-cta h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.next-steps-cta p {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .next-steps-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto 3rem;
  }
}

/* ========================================
   MODULE 5 - HERO (Gold Theme)
   ======================================== */
.hero-module5 {
  min-height: auto;
  padding: 8rem 0 6rem;
  position: relative;
  overflow: hidden;
}

.hero-module5__content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero-module5__label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}

.hero-module5__label svg {
  width: 20px;
  height: 20px;
}

.hero-module5__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-module5__title span {
  background: linear-gradient(135deg, #00D4FF 0%, #A855F7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-module5__subtitle {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
}

.hero-module5__tagline {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero-module5__tagline strong {
  color: #fff;
}

.hero-module5__stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.hero-module5__stat {
  display: flex;
  flex-direction: column;
}

.hero-module5__stat-value {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #00D4FF 0%, #A855F7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-module5__stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Gold button */
.btn--gold {
  background: linear-gradient(135deg, #FFC107, #FF9800);
  color: #000;
  font-weight: 600;
}

.btn--gold:hover {
  box-shadow: 0 0 30px rgba(255, 193, 7, 0.5);
}

.btn--gold svg {
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
}

.btn--glow {
  position: relative;
}

.btn--large {
  padding: 1rem 2rem;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .hero-module5 {
    padding: 80px 0 var(--space-6);
  }

  .hero-module5__stats {
    gap: 2rem;
  }

  .hero-module5__stat-value {
    font-size: 2rem;
  }
}

/* ========================================
   MODULE 5 - VIDEO LESSON
   ======================================== */
.video-lesson {
  padding: 6rem 0;
  position: relative;
}

.video-lesson__header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.section-badge svg {
  width: 16px;
  height: 16px;
}

.section-badge--gold {
  background: rgba(255, 193, 7, 0.15);
  border: 1px solid rgba(255, 193, 7, 0.3);
  color: #FFC107;
}

.section-badge--success {
  background: rgba(20, 241, 149, 0.15);
  border: 1px solid rgba(20, 241, 149, 0.3);
  color: var(--color-teal);
}

.section-badge--blue {
  background: rgba(0, 212, 255, 0.15);
  border: 1px solid rgba(0, 212, 255, 0.3);
  color: var(--color-blue);
}

.section-badge--purple {
  background: rgba(168, 85, 247, 0.15);
  border: 1px solid rgba(168, 85, 247, 0.3);
  color: var(--color-purple);
}

.section-badge--teal {
  background: rgba(20, 241, 149, 0.15);
  border: 1px solid rgba(20, 241, 149, 0.3);
  color: var(--color-teal);
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-title span {
  background: linear-gradient(135deg, #00D4FF, #A855F7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 600px;
  margin: 0 auto;
}

.video-lesson__wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
  padding: 1.5rem;
}

@media (max-width: 968px) {
  .video-lesson__wrapper {
    grid-template-columns: 1fr;
  }
}

.video-lesson__video {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.video-lesson__thumbnail {
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
}

.video-lesson__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-lesson__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 193, 7, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.video-lesson__play-btn svg {
  width: 32px;
  height: 32px;
  fill: #000;
  margin-left: 4px;
}

.video-lesson__play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 40px rgba(255, 193, 7, 0.6);
}

.video-lesson__duration {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 0.25rem 0.75rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
}

.video-lesson__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.video-lesson__info h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.video-lesson__info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.video-lesson__chapters {
  margin-top: auto;
}

.video-lesson__chapters h4 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.video-lesson__chapters ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.video-lesson__chapters li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.video-lesson__chapters li:last-child {
  border-bottom: none;
}

.video-lesson__chapters li span {
  color: #FFC107;
  font-family: monospace;
  font-size: 0.8125rem;
}

/* ========================================
   MODULE 5 - INCOME SECTION
   ======================================== */
.income-section {
  padding: 6rem 0;
  position: relative;
}

.income-section__header {
  text-align: center;
  margin-bottom: 4rem;
}

.income-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media (max-width: 1200px) {
  .income-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .income-grid {
    grid-template-columns: 1fr;
  }
}

.income-card {
  position: relative;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: all 0.3s ease;
}

.income-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 193, 7, 0.3);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.income-card--primary {
  background: rgba(255, 255, 255, 0.04);
}

.income-card--secondary {
  background: rgba(255, 255, 255, 0.02);
}

.income-card--highlight {
  border-color: rgba(20, 241, 149, 0.3);
  background: rgba(20, 241, 149, 0.05);
}

.income-card--highlight:hover {
  border-color: rgba(20, 241, 149, 0.5);
}

.income-card__badge {
  position: absolute;
  top: -10px;
  right: 1rem;
  padding: 0.25rem 0.75rem;
  background: linear-gradient(135deg, #14F195, #00D4FF);
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
}

.income-card__icon {
  width: 48px;
  height: 48px;
  color: #FFC107;
}

.income-card--highlight .income-card__icon {
  color: #14F195;
}

.income-card__content {
  flex: 1;
}

.income-card__content h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.income-card__content p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.income-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.income-card__price-amount {
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFC107;
}

.income-card--highlight .income-card__price-amount {
  color: #14F195;
}

.income-card__price-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.income-card__price--passive .income-card__price-amount {
  color: #14F195;
}

/* Income Summary */
.income-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
}

@media (max-width: 768px) {
  .income-summary {
    flex-direction: column;
    gap: 1.5rem;
  }

  .income-summary__divider {
    width: 60px;
    height: 1px;
  }
}

.income-summary__item {
  text-align: center;
}

.income-summary__label {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.income-summary__value {
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #FFC107, #FF9800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.income-summary__divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
}

/* ========================================
   MODULE 5 - SKILLS SECTION
   ======================================== */
.skills-section {
  padding: 6rem 0;
  position: relative;
}

.skills-section__header {
  text-align: center;
  margin-bottom: 4rem;
}

.skills-timeline {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto 3rem;
  position: relative;
}

.skill-item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
}

.skill-item__number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(168, 85, 247, 0.2));
  border: 2px solid rgba(0, 212, 255, 0.5);
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 700;
  color: #00D4FF;
  position: relative;
  z-index: 1;
}

.skill-item__content {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
}

.skill-item__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  color: #00D4FF;
}

.skill-item__text h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.skill-item__text p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.skills-motivation {
  text-align: center;
  padding: 2rem;
  max-width: 600px;
  margin: 0 auto;
  border-left: 4px solid #FFC107;
}

.skills-motivation p {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

/* ========================================
   MODULE 5 - ACTION SECTION
   ======================================== */
.action-section {
  padding: 6rem 0;
  position: relative;
}

.action-section__header {
  text-align: center;
  margin-bottom: 4rem;
}

.action-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .action-steps {
    flex-direction: column;
    gap: 2rem;
  }

  .action-arrow {
    transform: rotate(90deg);
  }
}

.action-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 280px;
}

.action-step__visual {
  position: relative;
  margin-bottom: 1.5rem;
}

.action-step__number {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FFC107, #FF9800);
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  z-index: 1;
}

.action-step__icon {
  width: 100px;
  height: 100px;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.action-step:hover .action-step__icon {
  border-color: rgba(255, 193, 7, 0.3);
  background: rgba(255, 193, 7, 0.05);
  color: #FFC107;
  transform: scale(1.05);
}

.action-step__content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.action-step__content p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

.action-arrow {
  flex-shrink: 0;
}

.action-arrow svg {
  width: 48px;
  height: 24px;
}

.action-cta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
  border-left: 4px solid #FFC107;
}

@media (max-width: 600px) {
  .action-cta {
    flex-direction: column;
    text-align: center;
  }
}

.action-cta__icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  color: #FFC107;
}

.action-cta__content p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

/* ========================================
   MODULE 5 - PLATFORMS SECTION
   ======================================== */
.platforms-section {
  padding: 6rem 0;
  position: relative;
}

.platforms-section__header {
  text-align: center;
  margin-bottom: 4rem;
}

.platforms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

@media (max-width: 968px) {
  .platforms-grid {
    grid-template-columns: 1fr;
  }
}

.platforms-column__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.platforms-column__title svg {
  width: 24px;
  height: 24px;
  color: #00D4FF;
}

.platform-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.platform-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.platform-item:hover {
  transform: translateX(5px);
  border-color: rgba(0, 212, 255, 0.3);
}

.platform-item--highlight {
  border-color: rgba(20, 241, 149, 0.3);
  background: rgba(20, 241, 149, 0.05);
}

.platform-item__badge {
  position: absolute;
  top: -8px;
  right: 1rem;
  padding: 0.2rem 0.6rem;
  background: linear-gradient(135deg, #14F195, #00D4FF);
  color: #000;
  font-size: 0.6875rem;
  font-weight: 600;
  border-radius: 50px;
}

.platform-item__logo {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.platform-item__info {
  flex: 1;
}

.platform-item__info h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.platform-item__info p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}

.platform-item__arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.platform-item:hover .platform-item__arrow {
  color: #00D4FF;
  transform: translateX(5px);
}

/* ========================================
   MODULE 5 - FINAL CTA
   ======================================== */
.final-cta {
  padding: 6rem 0 8rem;
}

.final-cta__box {
  text-align: center;
  padding: 4rem;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.final-cta__box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FFC107, #FF9800, #FFC107);
}

.final-cta__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 2rem;
  color: #FFC107;
  animation: float5 4s ease-in-out infinite;
}

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

.final-cta__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.final-cta__title span {
  background: linear-gradient(135deg, #FFC107, #FF9800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.final-cta__text {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.final-cta__links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
}

.final-cta__links a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.3s ease;
}

.final-cta__links a:hover {
  color: #FFC107;
}

.final-cta__links span {
  color: rgba(255, 255, 255, 0.2);
}

/* ========================================
   FILES PAGE STYLES
   ======================================== */

/* Hero Files */
.hero-files {
  padding: 6rem 0 3rem;
  position: relative;
  text-align: center;
}

.hero-files__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.hero-files__gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(0, 212, 255, 0.1) 0%, transparent 50%);
}

.hero-files__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: 50px;
  font-size: 0.875rem;
  color: #00D4FF;
  margin-bottom: 1.5rem;
}

.hero-files__badge svg {
  width: 18px;
  height: 18px;
}

.hero-files__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-files__subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 500px;
  margin: 0 auto 2rem;
}

.hero-files__stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.hero-files__stat {
  text-align: center;
}

.hero-files__stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00D4FF;
}

.hero-files__stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Filter Section */
.files-filter {
  padding: 2rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 10, 15, 0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.filter-tabs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  scrollbar-width: none;
}

.filter-tabs::-webkit-scrollbar {
  display: none;
}

.filter-tab {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.filter-tab:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}

.filter-tab.active {
  background: rgba(0, 212, 255, 0.15);
  border-color: rgba(0, 212, 255, 0.3);
  color: #00D4FF;
}

.filter-tab svg {
  width: 18px;
  height: 18px;
}

.filter-tab__module-num {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 600;
}

.filter-tab.active .filter-tab__module-num {
  background: rgba(0, 212, 255, 0.3);
}

.filter-tab__count {
  padding: 0.15rem 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  font-size: 0.75rem;
}

.filter-tab.active .filter-tab__count {
  background: rgba(0, 212, 255, 0.3);
}

/* Search */
.files-search {
  position: relative;
  max-width: 300px;
}

.files-search svg {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.4);
}

.files-search input {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.75rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  color: #fff;
  font-size: 0.875rem;
}

.files-search input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.files-search input:focus {
  outline: none;
  border-color: rgba(0, 212, 255, 0.3);
  background: rgba(0, 212, 255, 0.05);
}

/* Files Library */
.files-library {
  padding: 3rem 0 6rem;
  position: relative;
}

.files-library--locked {
  position: relative;
}

.files-library__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 15, 0.85);
  backdrop-filter: blur(8px);
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.files-library__overlay-content {
  text-align: center;
  padding: 3rem;
  max-width: 400px;
}

.files-library__overlay-content svg {
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
}

.files-library__overlay-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.files-library__overlay-content p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.5rem;
}

/* Module Section */
.module-section {
  margin-bottom: 4rem;
}

.module-section__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.module-section__badge {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.125rem;
}

.module-section__badge--m1 { background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(0, 212, 255, 0.1)); color: #00D4FF; }
.module-section__badge--m2 { background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(168, 85, 247, 0.1)); color: #A855F7; }
.module-section__badge--m3 { background: linear-gradient(135deg, rgba(20, 241, 149, 0.2), rgba(20, 241, 149, 0.1)); color: #14F195; }
.module-section__badge--m4 { background: linear-gradient(135deg, rgba(255, 107, 107, 0.2), rgba(255, 107, 107, 0.1)); color: #FF6B6B; }
.module-section__badge--m5 { background: linear-gradient(135deg, rgba(255, 193, 7, 0.2), rgba(255, 193, 7, 0.1)); color: #FFC107; }

.module-section__title {
  font-size: 1.25rem;
  font-weight: 600;
  flex: 1;
}

.module-section__count {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Files Row */
.files-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

/* File Card */
.file-card {
  position: relative;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: all 0.3s ease;
}

.file-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 212, 255, 0.3);
}

.file-card--featured {
  border-color: rgba(0, 212, 255, 0.3);
  background: rgba(0, 212, 255, 0.03);
}

.file-card__featured-badge {
  position: absolute;
  top: -8px;
  right: 1rem;
  padding: 0.2rem 0.6rem;
  background: linear-gradient(135deg, #00D4FF, #A855F7);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  border-radius: 50px;
}

/* File Preview */
.file-card__preview {
  position: relative;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.file-card__preview svg {
  width: 56px;
  height: 56px;
}

.file-card__preview--pdf { color: #FF6B6B; }
.file-card__preview--pptx { color: #FF9800; }
.file-card__preview--zip { color: #A855F7; }
.file-card__preview--xlsx { color: #14F195; }
.file-card__preview--gold { color: #FFC107; }
.file-card__preview--mp4 { color: #60A5FA; overflow: hidden; }
.file-card__preview--mp4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.file-card__preview--rtf { color: #34D399; }

.file-card__type-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.2rem 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* File Info */
.file-card__info {
  flex: 1;
}

.file-card__title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.file-card__meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.file-card__description {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

/* File Actions */
.file-card__actions {
  display: flex;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.file-card__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
}

.file-card__btn svg {
  width: 16px;
  height: 16px;
}

.file-card__btn--preview {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}

.file-card__btn--preview:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.file-card__btn--download {
  background: rgba(0, 212, 255, 0.15);
  border: 1px solid rgba(0, 212, 255, 0.3);
  color: #00D4FF;
}

.file-card__btn--download:hover {
  background: rgba(0, 212, 255, 0.25);
}

.file-card__btn--full {
  flex: none;
  width: 100%;
}

/* Empty State */
.files-empty {
  text-align: center;
  padding: 4rem 2rem;
  color: rgba(255, 255, 255, 0.5);
}

.files-empty svg {
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  opacity: 0.3;
}

.files-empty h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Coming Soon Card */
.files-coming-soon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 2rem;
  gap: 1rem;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
}

.files-coming-soon svg {
  opacity: 0.3;
}

.files-coming-soon h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}

.files-coming-soon p {
  max-width: 300px;
}

/* File Modal */
.file-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.file-modal.active {
  display: flex;
}

.file-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}

.file-modal__content {
  position: relative;
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  background: rgba(20, 20, 30, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.file-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.file-modal__title {
  font-size: 1.125rem;
  font-weight: 600;
}

.file-modal__close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-modal__close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.file-modal__close svg {
  width: 20px;
  height: 20px;
}

.file-modal__body {
  flex: 1;
  min-height: 400px;
  background: #fff;
}

.file-modal__body iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.file-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.file-modal__info {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
  .hero-files__stats {
    gap: 1.5rem;
  }
  
  .hero-files__stat-number {
    font-size: 1.25rem;
  }
  
  .filter-tabs {
    flex-direction: column;
    gap: 0.375rem;
    overflow-x: visible;
  }

  .filter-tab {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    border-radius: 12px;
    width: 100%;
    justify-content: flex-start;
  }
  
  .files-row {
    grid-template-columns: 1fr;
  }
  
  .module-section__header {
    flex-wrap: wrap;
  }
  
  .file-modal {
    padding: 1rem;
  }
  
  .file-modal__content {
    max-height: 95vh;
  }
  
  .file-modal__body {
    min-height: 300px;
  }
  
  .file-modal__footer {
    flex-direction: column;
    gap: 1rem;
  }
}

/* ==========================================
   MODULE 4 - MOBILE CENTERING
   ========================================== */
@media (max-width: 768px) {
  /* Workflow timeline items: stack vertically, center */
  .workflow-timeline__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }

  .workflow-timeline__num {
    margin-bottom: 0.25rem;
  }

  .workflow-timeline__content {
    text-align: center;
  }

  .workflow-timeline__content h3,
  .workflow-timeline__content p {
    text-align: center;
  }

  /* Credits protip: stack vertically, center */
  .credits-protip {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .credits-protip__icon {
    margin: 0 auto;
  }

  .credits-protip__content h4,
  .credits-protip__content p {
    text-align: center;
  }

  /* Monetization cards: center text and icon */
  .monetization-card {
    text-align: center;
    align-items: center;
  }

  .monetization-card__icon {
    margin-left: auto;
    margin-right: auto;
  }

  .monetization-card:hover {
    transform: none;
  }

  /* Next step cards: stack vertically, center */
  .next-step-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .next-step-card__num {
    margin-bottom: 0.5rem;
  }

  .next-step-card__content h3,
  .next-step-card__content p {
    text-align: center;
  }

  /* Lesson content panels: center headers */
  .lesson-content__header {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .lesson-content__num {
    margin: 0 auto 0.5rem;
  }

  .lesson-content__title {
    text-align: center;
  }

  .lesson-content__desc {
    text-align: center;
  }

  .lesson-content__section-title {
    justify-content: center;
  }

  /* Video thumbs: center info */
  .video-thumb__info {
    text-align: center;
  }

  .video-thumb__title {
    text-align: center;
  }

  /* Prompt downloads: center */
  .prompt-download {
    justify-content: center;
    text-align: center;
  }

  /* Remove hover transforms on mobile */
  .veo-capability-card,
  .credit-card,
  .monetization-card,
  .next-step-card {
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  /* Module 4 hero label centering */
  .hero-module4__label {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }

  .hero-module4__cta {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

/* ==========================================
   MODULE 5 - MOBILE CENTERING
   ========================================== */
@media (max-width: 768px) {
  /* Section badges: center */
  .section-badge {
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .section-title {
    text-align: center;
  }

  .section-subtitle {
    text-align: center;
  }

  /* Video lesson: center header and content */
  .video-lesson__header {
    text-align: center;
  }

  .video-lesson__wrapper {
    text-align: center;
  }

  /* Income cards: center all content */
  .income-card {
    text-align: center;
    align-items: center;
  }

  .income-card:hover {
    transform: none;
  }

  .income-card__icon {
    margin: 0 auto;
  }

  .income-card__content {
    text-align: center;
  }

  .income-card__content h3,
  .income-card__content p {
    text-align: center;
  }

  .income-card__price {
    justify-content: center;
  }

  /* Skill items: stack vertically, center */
  .skill-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .skill-item__number {
    margin-bottom: 0.5rem;
  }

  .skill-item__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .skill-item__icon {
    margin: 0 auto;
  }

  .skill-item__text {
    text-align: center;
  }

  .skill-item__text h3,
  .skill-item__text p {
    text-align: center;
  }

  /* Skills motivation: center, remove left border */
  .skills-motivation {
    border-left: none;
    border-top: 4px solid #FFC107;
    padding-top: 1.5rem;
  }

  /* Action CTA: center, remove left border */
  .action-cta {
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-left: none;
    border-top: 4px solid #FFC107;
    padding-top: 1.5rem;
  }

  .action-cta__icon {
    margin: 0 auto;
  }

  .action-cta__content {
    text-align: center;
  }

  .action-cta__content p {
    text-align: center;
  }

  /* Action steps: remove hover transform */
  .action-step:hover .action-step__icon {
    transform: none;
  }

  /* Platforms: center column titles */
  .platforms-column__title {
    justify-content: center;
    text-align: center;
  }

  /* Platform items: stack vertically, center */
  .platform-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .platform-item:hover {
    transform: none;
  }

  .platform-item__logo {
    margin: 0 auto;
  }

  .platform-item__info {
    text-align: center;
  }

  .platform-item__info h4,
  .platform-item__info p {
    text-align: center;
  }

  .platform-item__arrow {
    display: none;
  }

  /* Final CTA: adjust padding */
  .final-cta__box {
    padding: 2rem 1.5rem;
  }

  .final-cta__actions {
    flex-direction: column;
    align-items: center;
  }

  /* Remove hover effects on module 5 cards */
  .income-card,
  .platform-item {
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  /* ==========================================
     REDUCE SECTION SPACING ON MOBILE
     ========================================== */

  /* Module 5 sections */
  .video-lesson,
  .income-section,
  .skills-section,
  .action-section,
  .platforms-section {
    padding: var(--space-6) 0;
  }

  .final-cta {
    padding: var(--space-6) 0 2.5rem;
  }

  /* Module 5 section headers */
  .video-lesson__header,
  .income-section__header,
  .skills-section__header,
  .action-section__header,
  .platforms-section__header {
    margin-bottom: 2rem;
  }

  .income-section__grid,
  .action-section__steps {
    margin-bottom: 1.5rem;
  }

  /* Module 3 */
  .module-tips {
    padding: var(--space-6) 0;
  }

  .module-tips__header {
    margin-bottom: 1.5rem;
  }

  /* Files page */
  .hero-files {
    padding: 80px 0 var(--space-6);
  }

  .files-library {
    padding: var(--space-6) 0 2rem;
  }

  .module-section {
    margin-bottom: var(--space-6);
  }

  /* Lesson content sections */
  .lesson-content__videos {
    margin-bottom: var(--space-6);
  }

  .lesson-content__header {
    margin-bottom: 1.5rem;
  }
}
