/* ============================================================
   MJ POP LIFE — Landing Page Styles
   /wp-content/themes/blocksy-child/mj-landing.css
   ============================================================ */

:root {
  --black: #000000;
  --deep: #050508;
  --gold: #e5b530;
  --gold-light: #F0D080;
  --gold-dim: #7A6230;
  --white: #F5F0E8;
  --gray: #888880;
  --red: #CC0000;
  --section-bg: #0A0A0F;
  --section-bg2: #07070C;
}

/* ─── RESET PAGE ─── */
.mj-landing-page *,
.mj-landing-page *::before,
.mj-landing-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.mj-landing-page {
  background: var(--black);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
/* Hide Blocksy header/footer on this page */
.mj-landing-page #site-header,
.mj-landing-page #site-footer,
.mj-landing-page .site-header,
.mj-landing-page .site-footer,
.mj-landing-page header.site-header,
.mj-landing-page footer.site-footer {
  display: none !important;
}
.mj-landing-page .site-main,
.mj-landing-page main,
.mj-landing-page .content-area {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

/* ─── NAVBAR ─── */
.mj-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px 60px;
  display: flex; align-items: center; justify-content: space-between;
  background: linear-gradient(to bottom, rgba(0,0,0,0.93), transparent);
}
.mj-nav-logo {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.3rem; letter-spacing: 4px; color: var(--gold);
}
.mj-nav-links { display: flex; gap: 36px; list-style: none; }
.mj-nav-links a {
  color: rgba(245,240,232,0.9); text-decoration: none;
  font-size: 0.8rem;fONT-WEIGHT: 700;letter-spacing: 3px; text-transform: uppercase;
  transition: color 0.3s;
}
.mj-nav-links a:hover { color: var(--gold); }
.mj-nav-cta {
  background: var(--gold) !important;
  color: var(--black) !important;
  padding: 10px 24px; font-weight: 700;
}

/* ─── HERO ─── */
#mj-hero {
  position: relative; min-height: 100vh;
  background: var(--black);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
#mj-stars-canvas {
  position: absolute; inset: 0; z-index: 0;
}
.mj-spotlight {
  position: absolute; top: -20%; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 1000px;
  background: radial-gradient(ellipse at top, rgba(201,168,76,0.08) 0%, transparent 70%);
  animation: mj-spotlight-sway 8s ease-in-out infinite;
  pointer-events: none; z-index: 1;
}
@keyframes mj-spotlight-sway {
  0%,100% { transform: translateX(-60%) rotate(-5deg); }
  50%      { transform: translateX(-40%) rotate(5deg); }
}
.mj-hero-content {
  position: relative; z-index: 3;
  display: grid; grid-template-columns: 1fr 420px;
  gap: 60px; max-width: 1200px; width: 100%;
  padding: 0 60px; align-items: center;
}
.mj-hero-eyebrow {
  font-size: 0.68rem; letter-spacing: 5px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 22px;FONT-WEIGHT: 700;
  opacity: 0; animation: mj-fadeUp 0.8s 0.3s forwards;
}
.mj-hero-title {
  font-family: 'Bebas Neue', cursive;
  font-size: clamp(4rem, 8vw, 7.5rem);
  line-height: 0.88; color: var(--white); margin-bottom: 6px;
  opacity: 0; animation: mj-fadeUp 0.8s 0.5s forwards;
}
.mj-hero-title span {
  display: block; color: var(--gold);
  font-size: clamp(2.5rem, 4.5vw, 4rem); letter-spacing: 6px;
}
.mj-hero-subtitle {
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: 1.2rem; color: rgba(245,240,232,0.6);
  margin-bottom: 28px; line-height: 1.7; max-width: 480px;
  opacity: 0; animation: mj-fadeUp 0.8s 0.7s forwards;
}
.mj-hero-meta {
  display: flex; gap: 24px; flex-wrap: wrap; margin-bottom: 32px;
  opacity: 0; animation: mj-fadeUp 0.8s 0.85s forwards;
}
.mj-meta-item { font-size: 0.62rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(245,240,232,0.8); }
.mj-meta-item strong { color: var(--gold); display: block; font-size: 0.82rem; letter-spacing: 0; margin-bottom: 2px; }
.mj-hero-badges {
  display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px;
  opacity: 0; animation: mj-fadeUp 0.8s 0.95s forwards;
}
.mj-badge { border: 1px solid var(--gold-dim); padding: 5px 12px; font-size: 0.6rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }
.mj-hero-actions {
  display: flex; align-items: center; gap: 24px;
  opacity: 0; animation: mj-fadeUp 0.8s 1.1s forwards;
}
.mj-btn-primary {
  display: inline-block; background: var(--gold); color: var(--black) !important;
  padding: 18px 40px; font-family: 'Bebas Neue', cursive;
  font-size: 1.1rem; letter-spacing: 3px; text-decoration: none !important;
  transition: transform 0.2s;
}
.mj-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(201,168,76,0.35); }
.mj-early-bird-tag {
  background: var(--red); color: white;
  font-size: 1rem; letter-spacing: 2px; text-transform: uppercase;
  padding: 3px 8px; margin-right: 10px; font-weight: 700; vertical-align: middle;
}
.mj-btn-secondary {
  color: rgba(245,240,232,0.8) !important; font-size: 0.72rem; letter-spacing: 2px;
  text-transform: uppercase; text-decoration: none !important;
  border-bottom: 1px solid var(--gold-dim); padding-bottom: 2px;
  transition: color 0.3s, border-color 0.3s;
}
.mj-btn-secondary:hover { color: var(--gold) !important; border-color: var(--gold); }
.mj-hero-book {
  position: relative; display: flex; align-items: center; justify-content: center;
  opacity: 0; animation: mj-fadeIn 1s 0.8s forwards;
}
.mj-book-3d {
  width: 450px;
  transform: perspective(1000px) rotateY(-12deg) rotateX(4deg);
  animation: mj-book-float 6s ease-in-out infinite;
  filter: drop-shadow(0 40px 80px rgba(201,168,76,0.38)) drop-shadow(-8px 0 20px rgba(0,0,0,0.8));
  border-radius: 2px;
}
@keyframes mj-book-float {
  0%,100% { transform: perspective(1000px) rotateY(-12deg) rotateX(4deg) translateY(0); }
  50%      { transform: perspective(1000px) rotateY(-9deg) rotateX(2deg) translateY(-16px); }
}
.mj-book-3d img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 2px; }
.mj-scroll-hint {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 8px;
  opacity: 0; animation: mj-fadeIn 1s 2s forwards;
}
.mj-scroll-hint span { font-size: 0.52rem; letter-spacing: 4px; text-transform: uppercase; color: rgba(245,240,232,0.8); }
.mj-scroll-line {
  width: 1px; height: 50px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: mj-scroll-drop 2s ease-in-out infinite;
}
@keyframes mj-scroll-drop {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ─── COUNTDOWN ─── */
.mj-countdown-bar {
  background: var(--red); padding: 14px 60px;
  display: flex; align-items: center; justify-content: center;
  gap: 60px; flex-wrap: wrap; position: relative; z-index: 5;
}
.mj-countdown-bar p { font-size: 0.9rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; color: white; }
.mj-countdown-timer { display: flex; gap: 12px; }
.mj-count-unit { text-align: center; }
.mj-count-unit .mj-num { font-family: 'Bebas Neue', cursive; font-size: 3rem; line-height: 1; color: white; display: block; }
.mj-count-unit .mj-lbl { font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.mj-count-sep { font-family: 'Bebas Neue', cursive; font-size: 1.8rem; color: rgba(255,255,255,0.5); align-self: flex-start; padding-top: 2px; }

/* ─── BIOPIC BANNER ─── */
.mj-biopic-banner {
  background: linear-gradient(90deg, #0a0a0f, #1a1200, #0a0a0f);
  border-top: 1px solid rgba(201,168,76,0.2);
  border-bottom: 1px solid rgba(201,168,76,0.2);
  padding: 18px 60px; text-align: center;
}
.mj-biopic-banner p { font-size: 0.75rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.mj-biopic-banner strong { color: white; }

/* ─── PRESS LOGOS ─── */
#mj-press { padding: 50px 60px; background: #050505; border-bottom: 1px solid rgba(201,168,76,0.08); }
.mj-press-label { text-align: center; font-size: 0.6rem; letter-spacing: 4px; text-transform: uppercase; color: var(--gray); margin-bottom: 28px; }
.mj-logos-row { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.mj-logo-item { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; color: rgba(245,240,232,0.52); letter-spacing: 2px; text-transform: uppercase; transition: color 0.3s; cursor: default; }
.mj-logo-item:hover { color: rgba(245,240,232,0.55); }
.mj-logo-item.tv { font-family: 'Bebas Neue', cursive; letter-spacing: 3px; font-size: 1.2rem; }

/* ─── INTRO ─── */
#mj-intro { padding: 100px 60px; text-align: center; background: var(--black); }
.mj-intro-inner { max-width: 900px; margin: 0 auto; }
.mj-intro-quote {
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: clamp(1.4rem, 2.5vw, 2.1rem); line-height: 1.5;
  color: rgba(245,240,232,0.85); margin-bottom: 32px; position: relative;
}
.mj-intro-quote::before {
  content: '"'; font-size: 8rem; color: rgba(201,168,76,0.07);
  position: absolute; top: -40px; left: -20px; font-style: normal; line-height: 1;
}
.mj-intro-sub { font-size: 0.72rem; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); }

/* ─── STATS BAR ─── */
.mj-stats-bar {
  background: var(--section-bg);
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(201,168,76,0.1);
  border-bottom: 1px solid rgba(201,168,76,0.1);
}
.mj-stat-item { padding: 40px 30px; text-align: center; border-right: 1px solid rgba(201,168,76,0.08); }
.mj-stat-item:last-child { border-right: none; }
.mj-stat-num { font-family: 'Bebas Neue', cursive; font-size: 3.5rem; color: var(--gold); line-height: 1; display: block; }
.mj-stat-lbl { font-size: 0.6rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gray); margin-top: 6px; }

/* ─── SHARED SECTION UTILITIES ─── */
.mj-section-tag { font-size: 0.6rem; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; display: block; }
.mj-section-title { font-family: 'Bebas Neue', cursive; font-size: clamp(2.5rem, 4vw, 4rem); line-height: 0.95; margin-bottom: 24px; color: var(--white); }
.mj-section-body { font-size: 0.9rem; line-height: 2; color: rgba(245,240,232,0.65); margin-bottom: 32px; }

/* ─── BOOK SECTION ─── */
#mj-book { padding: 120px 60px; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.mj-feature-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.mj-feature-list li { display: flex; align-items: flex-start; gap: 14px; font-size: 0.83rem; color: rgba(245,240,232,0.75); line-height: 1.5; }
.mj-feature-list li::before { content: ''; display: block; width: 20px; height: 1px; background: var(--gold); flex-shrink: 0; margin-top: 10px; }
.mj-book-specs { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mj-spec-item { font-size: 0.68rem; letter-spacing: 1px; color: rgba(245,240,232,0.38); }
.mj-spec-item strong { color: rgba(245,240,232,0.7); display: block; font-size: 0.78rem; }
.mj-book-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.mj-book-gallery img { width: 100%; height: 100%; aspect-ratio: 2/3; overflow: hidden; object-fit: cover; filter: grayscale(15%) brightness(0.9); transition: filter 0.3s, transform 0.3s; cursor: zoom-in; }
.mj-book-gallery img:hover { filter: grayscale(0%) brightness(1.05); transform: scale(1.02); }
.mj-book-gallery img:first-child { grid-column: span 2; aspect-ratio: 16/9; }

/* ─── SYNOPSIS ─── */
#mj-synopsis { background: var(--section-bg2); padding: 80px 60px; }
.mj-synopsis-inner { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.mj-synopsis-cover img { width: 100%; max-width: 440px; filter: drop-shadow(0 30px 60px rgba(201,168,76,0.25)); }
.mj-synopsis-text p { font-size: 0.9rem; line-height: 2.1; color: rgba(245,240,232,0.9); margin-bottom: 20px; }

/* ─── CHAPTERS ─── */
#mj-chapters { padding: 100px 60px; max-width: 1200px; margin: 0 auto; }
.mj-chapters-header { text-align: center; margin-bottom: 60px; }
.mj-chapters-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.mj-chapter-item {
  display: flex; align-items: center; gap: 24px; padding: 28px 30px;
  background: var(--section-bg); border-left: 2px solid transparent;
  transition: border-color 0.3s, background 0.3s, padding-left 0.3s; cursor: default;
}
.mj-chapter-item:hover { border-left-color: var(--gold); background: #0f0f18; padding-left: 38px; }
.mj-chapter-num { font-family: 'Bebas Neue', cursive; font-size: 2.5rem; color: rgba(201,168,76,0.68); min-width: 56px; line-height: 1; transition: color 0.3s; }
.mj-chapter-item:hover .mj-chapter-num { color: var(--gold); }
.mj-chapter-info h4 { font-family: 'Playfair Display', serif; font-size: 0.98rem; color: var(--white); margin-bottom: 5px; }
.mj-chapter-info p { font-size: 0.72rem; color: var(--gray); letter-spacing: 0.5px; line-height: 1.5; }

/* ─── BIOPIC TIE-IN ─── */
#mj-biopic {
  background: linear-gradient(135deg, #0a0800 0%, #21063c 40%, #0a0800 100%);
  border-top: 1px solid rgba(201,168,76,0.15); border-bottom: 1px solid rgba(201,168,76,0.15);
  padding: 100px 60px; text-align: center;
}
.mj-biopic-inner { max-width: 800px; margin: 0 auto; }
.mj-biopic-icon { font-size: 3rem; margin-bottom: 24px; }
.mj-biopic-inner .mj-section-title { color: var(--gold-light); }
.mj-biopic-inner p { font-size: 0.92rem; line-height: 2; color: rgba(245,240,232,0.7); margin-bottom: 20px; }
.mj-biopic-facts { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; margin-top: 40px; }
.mj-biopic-fact { text-align: center; }
.mj-biopic-fact .mj-bf-num { font-family: 'Bebas Neue', cursive; font-size: 2.5rem; color: var(--gold); line-height: 1; }
.mj-biopic-fact .mj-bf-lbl { font-size: 0.6rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); margin-top: 4px; }

/* ─── AUTHOR ─── */
#mj-author { background: var(--section-bg); padding: 120px 60px; }
.mj-author-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 360px 1fr; gap: 80px; align-items: start; }
.mj-author-photo-wrap { position: relative; }
.mj-author-photo { width: 100%; aspect-ratio: 3/4; background: #111; border: 1px solid rgba(201,168,76,0.2); overflow: hidden; position: relative; }
.mj-author-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(15%); }
.mj-author-photo::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 35%; background: linear-gradient(to top, var(--section-bg), transparent); }
.mj-author-photo-border { position: absolute; inset: -4px; border: 1px solid rgba(201,168,76,0.12); pointer-events: none; }
.mj-author-credentials { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.mj-credential { display: flex; gap: 12px; align-items: center; font-size: 0.8rem; color: rgba(245,240,232,0.5); }
.mj-credential::before { content: '◆'; color: var(--gold); font-size: 0.45rem; flex-shrink: 0; }
.mj-author-name { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3vw, 3rem); margin-bottom: 6px; }
.mj-author-role { font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 32px; }
.mj-author-bio { font-size: 0.9rem; line-height: 2; color: rgba(245,240,232,0.65); margin-bottom: 36px; }
.mj-author-appearances { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 36px; }
.mj-appearance-card { border: 1px solid rgba(201,168,76,0.15); padding: 20px; text-align: center; }
.mj-appearance-count { font-family: 'Bebas Neue', cursive; font-size: 2.5rem; color: var(--gold); line-height: 1; display: block; }
.mj-appearance-label { font-size: 0.6rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); margin-top: 4px; }
.mj-books-list-title { font-size: 0.6rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.mj-books-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 24px; }
.mj-book-pill { background: rgba(201,168,76,0.07); border: 1px solid rgba(201,168,76,0.12); padding: 10px 14px; font-size: 0.72rem; color: rgba(245,240,232,0.6); font-style: italic; }
.mj-preface-note { margin-top: 28px; padding: 20px; border-left: 2px solid var(--gold); font-family: 'Playfair Display', serif; font-style: italic; font-size: 0.88rem; color: rgba(245,240,232,0.55); line-height: 1.7; }
.mj-preface-note strong { color: var(--gold); font-style: normal; font-size: 0.68rem; letter-spacing: 2px; text-transform: uppercase; display: block; margin-bottom: 6px; font-family: 'Montserrat', sans-serif; }

/* ─── REVIEWS ─── */
#mj-reviews { padding: 120px 60px; background: var(--section-bg2); }
.mj-reviews-inner { max-width: 1200px; margin: 0 auto; }
.mj-reviews-header { text-align: center; margin-bottom: 70px; }
.mj-reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0px; margin-bottom: 60px;margin:0 auto 40px;align-items:stretch;max-width:1200px;}
.mj-review-card { background: var(--section-bg); padding: 40px 36px; position: relative; transition: transform 0.3s;width:100%; }
.mj-review-card:hover { transform: translateY(-4px); }
.mj-review-card::before { content: '"'; font-family: 'Playfair Display', serif; font-size: 6rem; color: rgba(201,168,76,0.1); position: absolute; top: 10px; left: 24px; line-height: 1; }
.mj-review-stars { color: var(--gold); font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 16px; }
.mj-review-text { font-family: 'Playfair Display', serif; font-style: italic; font-size: 0.95rem; line-height: 1.8; color: rgba(245,240,232,0.8); margin-bottom: 24px; position: relative; z-index: 1; }
.mj-review-source { font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.mj-review-author { font-size: 0.72rem; color: var(--gray); margin-top: 4px; }
.mj-tv-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.mj-tv-card { background: var(--section-bg); padding: 32px; display: flex; align-items: center; gap: 20px; transition: background 0.3s; }
.mj-tv-card:hover { background: #111115; }
.mj-tv-icon { width: 50px; height: 50px; border: 1px solid rgba(201,168,76,0.3); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.2rem; flex-shrink: 0; }
.mj-tv-info span { display: block; font-size: 0.65rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.mj-tv-info p { font-size: 0.78rem; color: rgba(245,240,232,0.6); }

/* ─── TESTIMONIAL ─── */
#mj-testimonial {
  padding: 80px 60px; background: var(--black);
  border-top: 1px solid rgba(201,168,76,0.08);
  border-bottom: 1px solid rgba(201,168,76,0.08);
  text-align: center;
}
.mj-testimonial-quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(1.2rem, 2.2vw, 1.7rem); color: rgba(245,240,232,0.8); max-width: 820px; margin: 0 auto 24px; line-height: 1.6; }
.mj-testimonial-author { font-size: 0.68rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }

/* ─── PRICING ─── */
#mj-pricing { background: var(--section-bg); padding: 120px 60px; text-align: center; }
.mj-pricing-inner { max-width: 860px; margin: 0 auto; }
.mj-pricing-badge { display: inline-block; background: var(--red); color: white; font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase; padding: 8px 20px; margin-bottom: 32px; font-weight: 700; }
.mj-price-block { margin: 48px 0; }
.mj-price-current { font-family: 'Bebas Neue', cursive; font-size: clamp(5rem, 10vw, 9rem); color: var(--gold); line-height: 0.9; letter-spacing: -2px; }
.mj-price-current sup { font-size: 0.3em; vertical-align: super; }
.mj-price-note { font-size: 0.68rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); margin-top: 8px; }
.mj-pricing-includes { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; margin: 32px 0 48px; }
.mj-incl-item { display: flex; align-items: center; gap: 10px; font-size: 0.78rem; color: rgba(245,240,232,0.65); }
.mj-incl-item::before { content: '✓'; color: var(--gold); font-weight: 700; }
.mj-why-box { background: rgba(201,168,76,0.05); border: 1px solid rgba(201,168,76,0.15); padding: 36px; margin-bottom: 48px; text-align: left; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.mj-why-item { display: flex; gap: 14px; align-items: flex-start; }
.mj-why-num { font-family: 'Bebas Neue', cursive; font-size: 2rem; color: rgba(201,168,76,0.9); line-height: 1; flex-shrink: 0; }
.mj-why-text h5 { font-size: 0.78rem; letter-spacing: 1px; font-weight: 700; margin-bottom: 4px; }
.mj-why-text p { font-size: 0.72rem; color: var(--gray); line-height: 1.6; }
.mj-btn-big { display: inline-block; background: var(--gold); color: var(--black) !important; padding: 22px 70px; font-family: 'Bebas Neue', cursive; font-size: 1.4rem; letter-spacing: 4px; text-decoration: none !important; transition: transform 0.2s, box-shadow 0.2s; }
.mj-btn-big:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(201,168,76,0.3); }
.mj-stock-warning { font-size: 0.65rem; letter-spacing: 2px; color: rgba(245,240,232,0.4); margin-top: 16px; }
.mj-stock-warning strong { color: var(--red); }

/* ─── AVAILABILITY ─── */
#mj-availability { padding: 100px 60px; max-width: 1200px; margin: 0 auto; text-align: center; }
.mj-avail-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; margin-top: 60px; }
.mj-avail-card { background: var(--section-bg); padding: 36px 20px; display: flex; flex-direction: column; align-items: center; gap: 14px; transition: background 0.3s; position: relative; }
.mj-avail-card:hover { background: #111115; }
.mj-avail-card.active::after { content: 'DISPONIBLE'; position: absolute; top: 12px; right: 12px; background: var(--gold); color: var(--black); font-size: 0.42rem; letter-spacing: 2px; padding: 3px 6px; font-weight: 700; }
.mj-avail-card.soon::after { content: '15 AVRIL'; position: absolute; top: 12px; right: 12px; border: 1px solid var(--gold-dim); color: var(--gold-dim); font-size: 0.42rem; letter-spacing: 2px; padding: 3px 6px; font-weight: 700; }
.mj-avail-icon { font-size: 1.8rem; }
.mj-avail-name { font-family: 'Bebas Neue', cursive; font-size: 1rem; letter-spacing: 2px; color: var(--white); }
.mj-avail-desc { font-size: 0.65rem; color: var(--gray); text-align: center; line-height: 1.5; }

/* ─── FAQ ─── */
#mj-faq { background: var(--section-bg2); padding: 100px 60px; }
.mj-faq-inner { max-width: 800px; margin: 0 auto; }
.mj-faq-header { text-align: center; margin-bottom: 60px; }
.mj-faq-item { border-bottom: 1px solid rgba(245,240,232,0.07); }
.mj-faq-q { padding: 24px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 0.88rem; font-weight: 600; color: var(--white); user-select: none; }
.mj-faq-q .mj-toggle { color: var(--gold); font-size: 1.2rem; transition: transform 0.3s; flex-shrink: 0; }
.mj-faq-item.open .mj-toggle { transform: rotate(45deg); }
.mj-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; font-size: 0.84rem; line-height: 1.9; color: rgba(245,240,232,0.6); }
.mj-faq-item.open .mj-faq-a { max-height: 200px; }
.mj-faq-a-inner { padding-bottom: 24px; }

/* ─── FINAL CTA ─── */
#mj-final-cta { background: var(--black); padding: 100px 60px; text-align: center; border-top: 1px solid rgba(201,168,76,0.1); }
.mj-final-cta-inner { max-width: 700px; margin: 0 auto; }
.mj-final-cta-inner p { font-size: 0.88rem; line-height: 1.9; color: rgba(245,240,232,0.55); margin-bottom: 40px; }

/* ─── FOOTER ─── */
.mj-footer { background: #000; padding: 60px; border-top: 1px solid rgba(201,168,76,0.1); }
.mj-footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; }
.mj-footer-logo { font-family: 'Bebas Neue', cursive; font-size: 1.7rem; letter-spacing: 4px; color: var(--gold); }
.mj-footer-logo span { display: block; font-size: 0.5rem; letter-spacing: 5px; color: var(--gray); margin-top: 2px; }
.mj-footer-links { display: flex; gap: 32px; list-style: none; flex-wrap: wrap; }
.mj-footer-links a { color: var(--gray) !important; text-decoration: none !important; font-size: 0.7rem; letter-spacing: 1px; text-transform: uppercase; transition: color 0.3s; }
.mj-footer-links a:hover { color: var(--gold) !important; }
.mj-footer-copy { font-size: 0.62rem; color: rgba(245,240,232,0.18); letter-spacing: 1px; }

/* ─── LIGHTBOX ─── */
.mj-lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.96); z-index: 9999; align-items: center; justify-content: center; }
.mj-lightbox.open { display: flex; }
.mj-lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; }
.mj-lightbox-close { position: absolute; top: 24px; right: 32px; color: var(--gold); font-size: 2rem; cursor: pointer; }

/* ─── ANIMATIONS ─── */
@keyframes mj-fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes mj-fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.mj-reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.mj-reveal.visible { opacity: 1; transform: translateY(0); }
.mj-reveal-d1 { transition-delay: 0.1s; }
.mj-reveal-d2 { transition-delay: 0.2s; }
.mj-reveal-d3 { transition-delay: 0.3s; }

/* ─── CLICK SPARKLE ─── */
.mj-click-spark {
  position: fixed; border-radius: 50%;
  background: #F0D080; pointer-events: none; z-index: 9998;
  animation: mj-spark-fade 0.7s ease-out forwards;
}
@keyframes mj-spark-fade {
  0%   { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(0) translate(var(--tx), var(--ty)); }
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .mj-nav { padding: 16px 24px; }
  .mj-nav-links { display: none; }
  .mj-hero-content { display: flex; flex-direction: column; padding: 80px 24px 40px; text-align: center; }
  .mj-hero-text { display: contents; }
  .mj-hero-eyebrow { order: 1; }
  .mj-hero-title { order: 2; }
  .mj-hero-subtitle { order: 3; }
  .mj-hero-meta { order: 4; }
  .mj-hero-badges { order: 5; }
  .mj-hero-book { order: 6; justify-content: center; margin-top: 28px; }
  .mj-hero-actions { order: 7; }
  .mj-hero-badges, .mj-hero-actions, .mj-hero-meta { justify-content: center; }
  .mj-hero-subtitle { margin-left: auto; margin-right: auto; }
  .mj-book-3d { width: 220px; height: 308px; }
  .mj-book-3d img { object-fit: contain; }
  .mj-hero-actions { display: flex; flex-wrap: wrap; }
  #mj-book { grid-template-columns: 1fr; padding: 60px 24px; gap: 40px; }
  .mj-synopsis-inner, .mj-author-inner { grid-template-columns: 1fr; padding: 0; }
  #mj-synopsis, #mj-author { padding: 70px 24px; }
  .mj-chapters-grid, .mj-reviews-grid { grid-template-columns: 1fr; }
  .mj-tv-row { grid-template-columns: 1fr 1fr; }
  .mj-avail-grid { grid-template-columns: repeat(2, 1fr); }
  .mj-stats-bar { grid-template-columns: 1fr 1fr; }
  .mj-why-box { grid-template-columns: 1fr; }
  .mj-author-appearances, .mj-books-grid { grid-template-columns: 1fr 1fr; }
  #mj-intro, #mj-biopic, #mj-testimonial, #mj-chapters,
  #mj-pricing, #mj-availability, #mj-faq, #mj-final-cta { padding: 70px 24px; }
  #mj-press { padding: 40px 24px; }
  .mj-countdown-bar, .mj-biopic-banner { padding: 14px 24px; }
  .mj-countdown-bar { gap: 30px; }
  .mj-countdown-bar p { text-align: center; }
  .mj-footer { padding: 40px 24px; }
  .mj-footer-inner { flex-direction: column; text-align: center; }
  .mj-btn-big { padding: 18px 20px; font-size: 1.1rem; }
}
@media (max-width: 480px) {
  .mj-tv-row { grid-template-columns: 1fr; }
  .mj-avail-grid { grid-template-columns: 1fr 1fr; }
  .mj-author-appearances { grid-template-columns: 1fr; }
  .mj-hero-title { font-size: 3.2rem; }
}
