/* ============================================
   NOW MONEY MIND — ZUSATZ-STYLES
   Neue Sektionen (Direktverkauf-Funnel) im
   bestehenden Dark & Premium Design System.
   Nutzt ausschließlich die Tokens aus styles.css.
   ============================================ */

/* --- Hero: Mini-Trust-Zeile --- */
.mini-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  margin-top: 22px;
  font-size: 0.85rem;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}
.mini-trust strong {
  color: var(--gold);
  font-weight: 600;
}
.mini-trust__dot { color: var(--text-dim); }

/* --- 3. Reframe / USP --- */
.reframe__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.reframe__lead {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 32px;
}
.reframe__lead em {
  color: var(--text);
  font-style: italic;
}
.reframe__statement {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  font-weight: 600;
  font-style: italic;
  color: var(--gold);
  line-height: 1.35;
  margin: 0 auto 32px;
  padding: 28px 24px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.reframe__body {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.8;
}

/* --- 7. Agenda / Ablauf --- */
.agenda__list {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}
.agenda__item {
  display: flex;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(201, 168, 76, 0.14);
}
.agenda__item:last-child { border-bottom: none; }
.agenda__time {
  flex: 0 0 72px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.06em;
  padding-top: 2px;
}
.agenda__title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.agenda__body p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* --- 8. Ticket / Angebot --- */
.ticket__card {
  max-width: 520px;
  margin: 0 auto;
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 44px 36px 36px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 60px rgba(201, 168, 76, 0.10);
}
.ticket__badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--black);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 100px;
  white-space: nowrap;
}
.ticket__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  margin: 10px 0 26px;
}
.ticket__price-old {
  font-size: 1.1rem;
  color: var(--text-dim);
  text-decoration: line-through;
}
.ticket__price-now {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 3.4rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.ticket__list {
  text-align: left;
  margin: 0 auto 30px;
  max-width: 380px;
}
.ticket__list li {
  position: relative;
  padding: 9px 0 9px 30px;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.55;
  border-bottom: 1px solid rgba(201, 168, 76, 0.10);
}
.ticket__list li:last-child { border-bottom: none; }
.ticket__list li::before {
  content: '✓';
  position: absolute;
  left: 2px;
  color: var(--gold);
  font-weight: 600;
}
.ticket__trust {
  margin-top: 16px;
  font-size: 0.8rem;
  color: var(--text-muted);
}
.ticket__scarcity {
  margin-top: 8px;
  font-size: 0.8rem;
  color: var(--gold);
  letter-spacing: 0.03em;
}

/* --- 9. Garantie --- */
.guarantee__card {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(201, 168, 76, 0.05);
  padding: 44px 36px;
}
.guarantee__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 1.6rem;
  font-weight: 700;
}
.guarantee__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 16px;
}
.guarantee__text {
  font-size: 0.98rem;
  color: var(--text-muted);
  line-height: 1.8;
}

/* --- 11. Final-CTA --- */
.final-cta {
  background:
    radial-gradient(ellipse 70% 70% at 50% 40%, rgba(201, 168, 76, 0.10) 0%, transparent 65%);
}
.final-cta__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.6vw, 3.2rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 18px;
}
.final-cta__title em {
  color: var(--gold);
  font-style: italic;
}
.final-cta__sub {
  max-width: 560px;
  margin: 0 auto 8px;
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.75;
}
.final-cta__countdown {
  margin-top: 28px;
  justify-content: center;
}

/* --- Mobile --- */
@media (max-width: 640px) {
  .agenda__item {
    gap: 16px;
    padding: 20px 0;
  }
  .agenda__time { flex-basis: 56px; font-size: 0.85rem; }
  .agenda__title { font-size: 1.15rem; }
  .ticket__card { padding: 40px 22px 28px; }
  .reframe__statement { padding: 22px 8px; }
}
