/* ============================================================
   MCL EXPERIENCE UPGRADE — Full Page Stylesheet
   Multiply Clone Live by Peng Joon © 2026
   ============================================================ */

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body.mcl-page {
  background: #0a0a0a;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  line-height: 1.6;
}
body.mcl-page #wpadminbar,
body.mcl-page .site-header,
body.mcl-page .site-footer,
body.mcl-page nav,
body.mcl-page header.entry-header { display: none !important; }

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

/* ─── SCROLL REVEAL ─── */
.mcl-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.mcl-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.mcl-reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.mcl-reveal-left.visible { opacity: 1; transform: translateX(0); }
.mcl-reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.mcl-reveal-right.visible { opacity: 1; transform: translateX(0); }
.mcl-delay-1 { transition-delay: 0.1s; }
.mcl-delay-2 { transition-delay: 0.2s; }
.mcl-delay-3 { transition-delay: 0.3s; }
.mcl-delay-4 { transition-delay: 0.4s; }

/* ─── STICKY TOP PROGRESS BAR ─── */
.mcl-progress-bar {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  background: linear-gradient(90deg, #f5c518, #ff8c00);
  width: 0%;
  z-index: 10000;
  transition: width 0.1s linear;
}

/* ─── STICKY CTA BAR ─── */
.mcl-sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(90deg, #1a0a00, #2a1000);
  border-top: 2px solid #f5c518;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 9000;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  flex-wrap: wrap;
}
.mcl-sticky-cta.show { transform: translateY(0); }
.mcl-sticky-cta p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.mcl-sticky-cta p span { color: #f5c518; }
.mcl-sticky-btn {
  background: linear-gradient(135deg, #f5c518, #e6a800);
  color: #000 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 8px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(245,197,24,0.4);
  transition: transform 0.15s, box-shadow 0.15s;
  display: inline-block;
}
.mcl-sticky-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 22px rgba(245,197,24,0.55); }

/* ─── HEADER BANNER ─── */
.mcl-header-banner {
  background: linear-gradient(180deg, #1a0a00 0%, #0d0d0d 100%);
  text-align: center;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(245,197,24,0.2);
}
.mcl-header-banner p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f5c518;
}

/* ─── SECTION SHARED ─── */
.mcl-section {
  padding: 80px 20px;
  position: relative;
}
.mcl-inner {
  max-width: 860px;
  margin: 0 auto;
}
.mcl-inner-wide {
  max-width: 1100px;
  margin: 0 auto;
}
.mcl-center { text-align: center; }

/* ─── HERO ─── */
.mcl-hero {
  background: linear-gradient(180deg, #0d0d0d 0%, #111111 100%);
  padding: 70px 20px 60px;
  text-align: center;
}
.mcl-hero-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f5c518;
  margin-bottom: 18px;
}
.mcl-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 14px;
}
.mcl-hero h1 span { color: #f5c518; }

.mcl-hero-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  margin-bottom: 10px;
  font-style: italic;
}
.mcl-hero-alert {
  display: inline-block;
  background: rgba(245,197,24,0.1);
  border: 1.5px solid rgba(245,197,24,0.4);
  border-radius: 8px;
  padding: 10px 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #f5c518;
  margin: 16px auto 30px;
  letter-spacing: 0.05em;
}

/* ─── VIDEO BOX ─── */
.mcl-video-wrap {
  max-width: 780px;
  margin: 0 auto 36px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(245,197,24,0.25);
  box-shadow: 0 0 60px rgba(245,197,24,0.1);
  background: #111;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.mcl-video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0; left: 0;
  opacity: 0.6;
}
.mcl-play-btn {
  position: relative;
  z-index: 2;
  width: 80px; height: 80px;
  background: rgba(245,197,24,0.9);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 12px rgba(245,197,24,0.15);
  transition: transform 0.2s, box-shadow 0.2s;
}
.mcl-play-btn:hover { transform: scale(1.1); box-shadow: 0 0 0 16px rgba(245,197,24,0.2); }
.mcl-play-btn svg { width: 30px; height: 30px; fill: #000; margin-left: 5px; }
.mcl-video-label {
  position: absolute;
  bottom: 16px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(0,0,0,0.6);
  padding: 5px 14px;
  border-radius: 100px;
}

/* ─── CTA BUTTON ─── */
.mcl-cta-wrap { text-align: center; margin: 30px 0 14px; }
.mcl-cta-btn {
  display: inline-block;
  background: linear-gradient(135deg, #f5c518 0%, #e6a800 100%);
  color: #000 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 20px 46px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(245,197,24,0.45);
  transition: transform 0.15s, box-shadow 0.15s;
  line-height: 1.3;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mcl-cta-btn::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: skewX(-20deg);
  animation: mcl-shimmer 2.5s infinite;
}
@keyframes mcl-shimmer {
  0% { left: -100%; }
  100% { left: 200%; }
}
.mcl-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(245,197,24,0.6); }
.mcl-cta-btn:active { transform: translateY(0); }
.mcl-cta-sub {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  margin-top: 10px;
  text-align: center;
}
.mcl-cta-sub strong { color: #f5c518; }

/* ─── DIVIDER ─── */
.mcl-divider {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,197,24,0.3), transparent);
  margin: 0;
}

/* ─── SECTION HEADLINE STYLES ─── */
.mcl-h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  font-weight: 900;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 16px;
}
.mcl-h1 em { font-style: italic; color: rgba(255,255,255,0.75); }
.mcl-h1 span { color: #f5c518; }

.mcl-h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.15rem, 3vw, 1.6rem);
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  line-height: 1.4;
  margin-bottom: 14px;
}
.mcl-h2 strong { color: #fff; font-weight: 800; }
.mcl-h2 em { font-style: italic; color: rgba(255,255,255,0.65); }

.mcl-body {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  margin-bottom: 14px;
}
.mcl-body strong { color: #fff; }

/* ─── SECTION BG VARIANTS ─── */
.mcl-bg-dark  { background: #0a0a0a; }
.mcl-bg-mid   { background: #111111; }
.mcl-bg-card  { background: #141414; }
.mcl-bg-gold  { background: linear-gradient(135deg, #1a1200, #0d0800); border-top: 1px solid rgba(245,197,24,0.2); border-bottom: 1px solid rgba(245,197,24,0.2); }

/* ─── CONTEXT SECTION (text-only) ─── */
.mcl-context-section { padding: 80px 20px; }

/* ─── IMAGE + TEXT SPLIT ─── */
.mcl-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.mcl-split.reverse { direction: rtl; }
.mcl-split.reverse > * { direction: ltr; }
.mcl-split-img {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(245,197,24,0.15);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.mcl-split-img img, .mcl-split-img-gif { width: 100%; border-radius: 16px; }

/* ─── ANALOGY BLOCK ─── */
.mcl-analogy {
  background: #141414;
  border: 1px solid rgba(245,197,24,0.2);
  border-radius: 16px;
  padding: 36px 32px;
  max-width: 700px;
  margin: 30px auto;
}
.mcl-analogy-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.mcl-analogy-row:last-child { margin-bottom: 0; }
.mcl-analogy-icon {
  width: 48px; height: 48px;
  background: rgba(245,197,24,0.1);
  border: 1px solid rgba(245,197,24,0.3);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.mcl-analogy-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}
.mcl-analogy-text span { color: #f5c518; }
.mcl-analogy-sep {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: rgba(255,255,255,0.15);
  margin: 4px 0;
}

/* ─── BULLET LIST ─── */
.mcl-bullets { list-style: none; margin: 16px 0; }
.mcl-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 10px;
  line-height: 1.5;
}
.mcl-bullets li::before {
  content: '✓';
  color: #f5c518;
  font-weight: 900;
  font-size: 0.9rem;
  margin-top: 3px;
  flex-shrink: 0;
}
.mcl-bullets li strong { color: #fff; }

/* ─── NUMBERED COMPARISON ─── */
.mcl-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 800px;
  margin: 30px auto;
}
.mcl-compare-col {
  background: #141414;
  border-radius: 14px;
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,0.08);
}
.mcl-compare-col.highlight {
  border-color: rgba(245,197,24,0.4);
  background: linear-gradient(135deg, #1a1200, #141400);
}
.mcl-compare-col h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.4);
}
.mcl-compare-col.highlight h4 { color: #f5c518; }
.mcl-compare-col ul { list-style: none; }
.mcl-compare-col ul li {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.7);
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  line-height: 1.4;
}
.mcl-compare-col ul li:last-child { border-bottom: none; }
.mcl-compare-col.highlight ul li { color: #fff; }
.mcl-compare-col ul li::before { content: '→ '; color: rgba(255,255,255,0.25); }
.mcl-compare-col.highlight ul li::before { content: '✓ '; color: #f5c518; }

/* ─── BONUS GRID ─── */
.mcl-bonus-section { padding: 80px 20px; }
.mcl-bonus-header { text-align: center; margin-bottom: 60px; }
.mcl-total-value {
  display: inline-block;
  background: rgba(245,197,24,0.1);
  border: 2px solid #f5c518;
  border-radius: 100px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f5c518;
  padding: 6px 22px;
  margin-bottom: 18px;
}
.mcl-bonus-item {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: center;
  max-width: 960px;
  margin: 0 auto 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.mcl-bonus-item:nth-child(even) { direction: rtl; }
.mcl-bonus-item:nth-child(even) > * { direction: ltr; }
.mcl-bonus-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.mcl-bonus-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(245,197,24,0.15);
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}
.mcl-bonus-img-wrap img { width: 100%; }
.mcl-bonus-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #f5c518;
  margin-bottom: 8px;
}
.mcl-bonus-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
}
.mcl-bonus-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-bottom: 16px;
}
.mcl-value-tag {
  display: inline-block;
  background: rgba(245,197,24,0.08);
  border: 1px solid rgba(245,197,24,0.3);
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  color: #f5c518;
  padding: 6px 18px;
}
.mcl-value-tag s { color: rgba(255,255,255,0.3); margin-right: 8px; font-weight: 400; font-size: 0.8rem; }

/* ─── WHY $1 SECTION ─── */
.mcl-why-section {
  background: linear-gradient(180deg, #0d0800 0%, #0a0a0a 100%);
  padding: 80px 20px;
  text-align: center;
}

/* ─── DECISION SECTION ─── */
.mcl-decision-section { padding: 80px 20px; }
.mcl-decision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  max-width: 800px;
  margin: 40px auto;
}
.mcl-decision-col {
  background: #141414;
  padding: 36px 28px;
}
.mcl-decision-col:first-child { border-radius: 14px 0 0 14px; border: 1px solid rgba(255,255,255,0.08); }
.mcl-decision-col:last-child {
  border-radius: 0 14px 14px 0;
  background: linear-gradient(135deg, #1a1200, #141400);
  border: 1px solid rgba(245,197,24,0.3);
}
.mcl-decision-col h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.35);
  margin-bottom: 20px;
}
.mcl-decision-col:last-child h4 { color: #f5c518; }
.mcl-decision-col p {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  margin-bottom: 10px;
}
.mcl-decision-col:last-child p { color: rgba(255,255,255,0.8); }
.mcl-decision-col p strong { color: #fff; }
.mcl-decision-col:last-child p strong { color: #f5c518; }
.mcl-or-badge {
  width: 48px; height: 48px;
  background: #f5c518;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  color: #000;
  margin: 30px auto;
  box-shadow: 0 0 0 8px rgba(245,197,24,0.1);
  position: relative;
  z-index: 1;
}

/* ─── PENG JOON GIF / ANIMATION SECTION ─── */
.mcl-gif-section {
  padding: 60px 20px;
  text-align: center;
}
.mcl-gif-wrap {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(245,197,24,0.2);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.mcl-gif-wrap img { width: 100%; display: block; }

/* ─── PULSE ANIMATION for CTA ─── */
@keyframes mcl-pulse {
  0% { box-shadow: 0 0 0 0 rgba(245,197,24,0.6); }
  70% { box-shadow: 0 0 0 20px rgba(245,197,24,0); }
  100% { box-shadow: 0 0 0 0 rgba(245,197,24,0); }
}
.mcl-cta-btn.pulse { animation: mcl-pulse 2s infinite; }

/* ─── GUARANTEE BADGE ─── */
.mcl-guarantee {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 600px;
  margin: 30px auto;
  background: #141414;
  border: 1px solid rgba(245,197,24,0.2);
  border-radius: 14px;
  padding: 24px 28px;
}
.mcl-guarantee-icon { font-size: 2.5rem; flex-shrink: 0; }
.mcl-guarantee-text h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #f5c518;
  margin-bottom: 4px;
}
.mcl-guarantee-text p {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}

/* ─── FOOTER ─── */
.mcl-footer {
  background: #060606;
  padding: 36px 20px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.mcl-footer-logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: rgba(255,255,255,0.5);
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.mcl-footer p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.3);
  line-height: 1.8;
  margin-bottom: 6px;
}
.mcl-footer a {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  margin: 0 10px;
}
.mcl-footer a:hover { color: #f5c518; }

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
  .mcl-split,
  .mcl-split.reverse { grid-template-columns: 1fr; direction: ltr; gap: 30px; }
  .mcl-compare { grid-template-columns: 1fr; }
  .mcl-bonus-item,
  .mcl-bonus-item:nth-child(even) { grid-template-columns: 1fr; direction: ltr; gap: 24px; }
  .mcl-decision-grid { grid-template-columns: 1fr; }
  .mcl-decision-col:first-child { border-radius: 14px 14px 0 0; }
  .mcl-decision-col:last-child { border-radius: 0 0 14px 14px; }
  .mcl-guarantee { flex-direction: column; text-align: center; }
  .mcl-sticky-cta { flex-direction: column; gap: 8px; padding: 14px; }
  .mcl-analogy-row { gap: 12px; }
  .mcl-bonus-img-wrap { max-width: 300px; margin: 0 auto; }
}
@media (prefers-reduced-motion: reduce) {
  .mcl-reveal, .mcl-reveal-left, .mcl-reveal-right { opacity: 1 !important; transform: none !important; }
  .mcl-cta-btn::after { display: none; }
  .mcl-cta-btn.pulse { animation: none; }
}
