/* ============================================
   PRE-COMPOSE — Landing Page Styles
   Extends Scene Creator design system (styles.css)
   ============================================ */

/* ── PC-specific Steps ── */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.step-card {
  background: var(--graphite);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  position: relative;
  transition: border-color 0.3s, transform 0.3s;
}
.step-card:hover {
  border-color: rgba(201,162,39,0.25);
  transform: translateY(-4px);
}
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--gold-10);
  border: 2px solid var(--gold-25);
  color: var(--gold);
  font-size: 20px; font-weight: 700;
  margin-bottom: 20px;
}
.step-icon {
  font-size: 32px;
  margin-bottom: 16px;
  display: block;
}
.step-card h3 {
  font-size: 17px; font-weight: 600;
  color: var(--white);
  margin-bottom: 10px;
}
.step-card p {
  font-size: 14px;
  color: var(--silver);
  line-height: 1.6;
}
.step-connector {
  display: none;
}

/* ── Differentiator badge ── */
.diff-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  padding: 12px 20px;
  background: var(--gold-5);
  border: 1px solid var(--gold-25);
  border-radius: 12px;
  font-size: 13px;
  color: var(--gold-light);
  font-weight: 500;
}
.diff-badge svg {
  flex-shrink: 0;
}

/* ── Problem stats ── */
.problem-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.problem-stat {
  text-align: center;
  padding: 24px;
  background: var(--graphite);
  border: 1px solid var(--border);
  border-radius: 16px;
}
.problem-stat-number {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #ef4444;
  line-height: 1;
  margin-bottom: 8px;
}
.problem-stat-label {
  font-size: 13px;
  color: var(--silver);
  line-height: 1.4;
}

/* ── Comparison Table ── */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.compare-col {
  border-radius: 20px;
  padding: 32px 28px;
}
.compare-col--without {
  background: rgba(239,68,68,0.05);
  border: 1px solid rgba(239,68,68,0.15);
}
.compare-col--with {
  background: rgba(201,162,39,0.05);
  border: 1px solid rgba(201,162,39,0.25);
}
.compare-col h3 {
  font-size: 16px; font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.compare-col--without h3 { color: #f87171; }
.compare-col--with h3 { color: var(--gold-light); }
.compare-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.compare-list li {
  font-size: 14px;
  color: var(--silver);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.compare-list li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

/* ── Monetize Section ── */
.monetize-example {
  background: var(--graphite);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px 32px;
  margin-top: 32px;
  max-width: 520px;
}
.monetize-example h4 {
  font-size: 16px; font-weight: 600;
  color: var(--gold-light);
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.monetize-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  color: var(--silver);
  gap: 24px;
}
.monetize-row span:last-child {
  text-align: right;
  white-space: nowrap;
  font-weight: 500;
  color: #d0d0d8;
}
.monetize-row:last-child {
  border-bottom: none;
  padding-top: 16px;
  margin-top: 4px;
  font-weight: 700;
  font-size: 18px;
  border-top: 2px solid var(--gold-25);
}
.monetize-row:last-child span:first-child {
  color: var(--white);
}
.monetize-row:last-child span:last-child {
  color: #22c55e;
  font-size: 20px;
}
.monetize-ways {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.monetize-way {
  background: var(--graphite);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  transition: border-color 0.3s;
}
.monetize-way:hover {
  border-color: rgba(201,162,39,0.25);
}
.monetize-way-icon {
  font-size: 28px;
  margin-bottom: 12px;
  display: block;
}
.monetize-way h4 {
  font-size: 14px; font-weight: 600;
  color: var(--white);
  margin-bottom: 6px;
}
.monetize-way p {
  font-size: 12px;
  color: var(--silver);
  line-height: 1.5;
}

/* ── Pricing (PC single card) ── */
.pc-pricing-card {
  max-width: 560px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(123,63,228,0.08) 0%, var(--graphite) 40%);
  border: 1px solid rgba(123,63,228,0.4);
  border-radius: 24px;
  padding: 48px 40px;
  text-align: center;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 60px rgba(123,63,228,0.08), 0 4px 30px rgba(0,0,0,0.3);
}
.pc-pricing-card.glow-card {
  overflow: visible;
}
.pc-pricing-card.glow-card::before {
  border-radius: 24px;
  clip-path: inset(-1px round 24px);
  background: conic-gradient(
    from var(--glow-angle, 0deg),
    transparent 0%,
    #7b3fe4 5%,
    #9b6fed 10%,
    transparent 15%,
    transparent 100%
  );
}
.pc-pricing-card:hover {
  border-color: rgba(123,63,228,0.6);
  box-shadow: 0 0 80px rgba(123,63,228,0.12), 0 8px 40px rgba(0,0,0,0.4);
}
.pc-pricing-popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #7b3fe4, #6366f1);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: 100px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(123,63,228,0.35);
  z-index: 10;
}
.pc-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin: 24px 0 8px;
}
.pc-price-amount {
  font-size: 56px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  letter-spacing: -2px;
}
.pc-price-currency {
  font-size: 20px;
  font-weight: 500;
  color: var(--silver);
  margin-right: 4px;
}
.pc-price-desc {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 28px;
}
.pc-features-list {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.pc-features-list li {
  font-size: 14px;
  color: #d0d0d8;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pc-features-list li svg {
  flex-shrink: 0;
  stroke: #9b6fed;
  width: 18px; height: 18px;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pc-guarantee {
  margin-top: 20px;
  padding: 14px 20px;
  background: rgba(34,197,94,0.06);
  border: 1px solid rgba(34,197,94,0.2);
  border-radius: 12px;
  font-size: 13px;
  color: #86efac;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pc-anchor {
  font-size: 14px;
  color: var(--silver);
  margin-bottom: 16px;
}
.pc-anchor em {
  font-style: normal;
  text-decoration: line-through;
  color: var(--text-muted);
}

/* ── Before/After Hero Slider ── */
.hero-compare {
  max-width: 480px;
  margin: 40px auto 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
}
.hero-compare .compare-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  max-height: 520px;
}

/* ── Impact phrase ── */
.impact-phrase {
  margin-top: 32px;
  padding: 20px;
  background: var(--gold-5);
  border: 1px solid var(--gold-25);
  border-radius: 14px;
  font-size: 16px;
  font-weight: 500;
  color: var(--gold-light);
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Gallery labels ── */
.gallery-label {
  position: absolute;
  bottom: 12px; left: 12px;
  background: rgba(0,0,0,0.75);
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 500;
  color: var(--white);
  pointer-events: none;
  z-index: 2;
}

/* ── Stripe trust badges ── */
.trust-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-muted);
}
.trust-badge svg {
  width: 16px; height: 16px;
  stroke: var(--text-muted);
  fill: none;
  stroke-width: 2;
}

/* ══════════════════════════════════════════════
   RESPONSIVE — Pre-Compose
   ══════════════════════════════════════════════ */
@media (max-width: 768px) {
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .problem-stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .compare-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .monetize-ways {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pc-pricing-card {
    padding: 36px 24px;
  }
  .pc-price-amount {
    font-size: 48px;
  }
  .hero-compare {
    margin-top: 32px;
  }
}
