/* ================================================
   SvenGaborJanszky.de – Hauptstylesheet 2026
   Palette: Dunkel + Gold (#c9a227) + Crème
================================================ */

:root {
  --gold: #c9a227;
  --gold-light: #e8c355;
  --gold-dark: #9e7e1a;
  --dark: #0e0e0e;
  --dark-2: #161616;
  --dark-3: #1f1f1f;
  --dark-4: #2a2a2a;
  --text: #e8e4d8;
  --text-muted: #9a9488;
  --creme: #f5f0e8;
  --white: #ffffff;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Source Serif 4', Georgia, serif;
  --radius: 8px;
  --radius-lg: 16px;
  --shadow: 0 8px 40px rgba(0,0,0,0.4);
  --shadow-gold: 0 4px 24px rgba(201,162,39,0.25);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--dark);
  color: var(--text);
  line-height: 1.75;
  font-size: 17px;
  overflow-x: hidden;
}

/* ── UTILS ── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.section { padding: 90px 0; }
.bg-dark { background: var(--dark-2); }
.center { text-align: center; }
.gold { color: var(--gold); }
.small-note { font-size: 13px; color: var(--text-muted); margin-top: 8px; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.2; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); margin-bottom: 20px; }
h3 { font-size: 1.4rem; margin-bottom: 12px; }
h4 { font-size: 1.15rem; margin-bottom: 8px; }
p { margin-bottom: 14px; color: var(--text); }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-light); }

.section-tag {
  display: inline-block;
  background: rgba(201,162,39,0.15);
  color: var(--gold);
  border: 1px solid rgba(201,162,39,0.3);
  border-radius: 20px;
  padding: 4px 16px;
  font-size: 13px;
  font-family: var(--font-body);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.section-tag.center { display: block; text-align: center; }
.section-sub { font-size: 1.1rem; color: var(--text-muted); max-width: 680px; margin: 0 auto 48px; }

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.25s ease;
  text-align: center;
  line-height: 1.3;
}
.btn-gold {
  background: var(--gold);
  color: #111;
  border-color: var(--gold);
}
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); color: #111; transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.btn-outline {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.btn-outline:hover { background: rgba(201,162,39,0.12); color: var(--gold-light); }
.btn-lg { padding: 18px 36px; font-size: 1.1rem; }
.btn-xl { padding: 22px 44px; font-size: 1.2rem; }

/* ── HEADER ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(14,14,14,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,162,39,0.15);
  padding: 16px 0;
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 32px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.logo-icon {
  width: 36px; height: 36px;
  background: var(--gold);
  color: #111;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.2rem;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.logo-text { font-family: var(--font-display); font-size: 0.95rem; font-weight: 700; color: var(--text); }
.logo-dot { color: var(--gold); }
.main-nav {
  display: flex;
  gap: 24px;
  flex: 1;
  justify-content: center;
}
.main-nav a { color: var(--text-muted); font-size: 0.9rem; transition: color 0.2s; }
.main-nav a:hover { color: var(--gold); }

/* ── HERO ── */
.hero {
  position: relative;
  background: linear-gradient(135deg, #0e0e0e 0%, #1a1507 50%, #0e0e0e 100%);
  padding: 100px 0 80px;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201,162,39,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-overlay { display: none; }
.hero-content { max-width: 820px; }
.hero-badge {
  display: inline-block;
  background: rgba(201,162,39,0.15);
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}
.hero-title { margin-bottom: 24px; font-size: clamp(2.2rem, 5.5vw, 3.6rem); }
.hero-sub { font-size: 1.2rem; color: var(--text-muted); max-width: 640px; margin-bottom: 28px; }
.hero-stars {
  color: var(--gold);
  font-size: 1.2rem;
  margin-bottom: 36px;
}
.hero-stars span { color: var(--text-muted); font-size: 0.95rem; margin-left: 8px; }
.hero-cta-group { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 12px; }
.hero-note { font-size: 13px; color: var(--text-muted); }

/* ── INTRO ── */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 64px;
  align-items: center;
}
.intro-text .section-tag { display: inline-block; }
.check-list { list-style: none; margin-top: 24px; display: flex; flex-direction: column; gap: 8px; }
.check-list li { color: var(--text); }
.intro-book { position: relative; text-align: center; }
.book-img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 60px rgba(201,162,39,0.15));
  transition: transform 0.4s ease;
}
.book-img:hover { transform: translateY(-8px) rotate(1deg); }
.book-badge {
  position: absolute;
  bottom: 20px;
  right: -10px;
  background: var(--gold);
  color: #111;
  font-family: var(--font-display);
  font-weight: 700;
  padding: 10px 20px;
  border-radius: var(--radius);
  font-size: 0.95rem;
  transform: rotate(3deg);
  box-shadow: var(--shadow-gold);
}

/* ── REVIEW CARDS ── */
.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin: 48px 0;
}
.review-card {
  background: var(--dark-3);
  border: 1px solid rgba(201,162,39,0.15);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  transition: transform 0.25s, border-color 0.25s;
}
.review-card:hover { transform: translateY(-4px); border-color: rgba(201,162,39,0.4); }
.review-icon { font-size: 2rem; margin-bottom: 16px; }

.verdict-box {
  background: linear-gradient(135deg, #1a1507, #1f1a08);
  border: 1px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  text-align: center;
  margin-top: 48px;
}
.verdict-stars { color: var(--gold); font-size: 1.6rem; margin-bottom: 20px; }
.verdict-text { font-size: 1.15rem; font-style: italic; max-width: 680px; margin: 0 auto 16px; color: var(--creme); }
.verdict-author { color: var(--text-muted); margin-bottom: 32px; }

/* ── MEMBERSHIP ── */
.membership-img {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0 auto 56px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.membership-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 64px;
}
.highlight-item {
  display: flex;
  gap: 20px;
  background: var(--dark-3);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  border: 1px solid rgba(201,162,39,0.1);
  align-items: flex-start;
}
.h-icon { font-size: 2rem; flex-shrink: 0; }
.highlight-item strong { display: block; color: var(--gold); font-family: var(--font-display); font-size: 1.05rem; margin-bottom: 6px; }

/* ── COURSES ── */
.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 32px 0;
}
.course-card {
  background: var(--dark-3);
  border: 1px solid rgba(201,162,39,0.15);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  position: relative;
  transition: transform 0.25s;
}
.course-card:hover { transform: translateY(-4px); }
.course-card.featured {
  border-color: var(--gold);
  background: linear-gradient(145deg, #1a1507, #1f1a08);
}
.course-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #111;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.course-price {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--text-muted);
  text-decoration: line-through;
  margin-bottom: 8px;
}
.included { color: var(--gold); font-weight: 600; font-size: 0.9rem; margin-top: 16px; display: block; }
.courses-note { color: var(--text-muted); font-style: italic; margin-top: 8px; }

.membership-cta { margin-top: 64px; }
.cta-box {
  background: linear-gradient(135deg, #1a1507, #1f1a08);
  border: 1px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 56px 40px;
  text-align: center;
}
.cta-box h3 { font-size: 1.8rem; margin-bottom: 16px; }
.cta-box p { color: var(--text-muted); max-width: 580px; margin: 0 auto 36px; }
.cta-note { margin-top: 16px; font-size: 0.9rem; color: var(--text-muted); }

/* ── TESTIMONIALS ── */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.testi-card {
  background: var(--dark-3);
  border: 1px solid rgba(201,162,39,0.15);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  transition: border-color 0.25s;
}
.testi-card:hover { border-color: rgba(201,162,39,0.4); }
.testi-stars { color: var(--gold); font-size: 1rem; margin-bottom: 16px; }
.testi-card p { font-style: italic; color: var(--creme); }
.testi-author { color: var(--gold); font-size: 0.9rem; font-weight: 600; margin-top: 16px; margin-bottom: 0; }

/* ── FINAL CTA ── */
.final-options {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 32px;
  margin: 56px 0 48px;
}
.option-card {
  background: var(--dark-3);
  border: 1px solid rgba(201,162,39,0.2);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  text-align: center;
}
.option-card.featured-option {
  border-color: var(--gold);
  background: linear-gradient(145deg, #1a1507, #1f1a08);
}
.option-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 12px;
}
.option-label.best { color: var(--gold); }
.option-price { font-family: var(--font-display); font-size: 1.6rem; margin: 16px 0; }
.option-price del { color: var(--text-muted); font-size: 1rem; }
.option-price strong { color: var(--gold); }
.option-card ul { list-style: none; text-align: left; margin: 20px 0 28px; display: flex; flex-direction: column; gap: 8px; }
.option-card ul li { color: var(--text); }

.disclaimer-review {
  background: var(--dark-3);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 24px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* ── FOOTER ── */
.site-footer {
  background: #090909;
  border-top: 1px solid rgba(201,162,39,0.15);
  padding: 48px 0 32px;
}
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1rem;
}
.footer-nav { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.footer-nav a { color: var(--text-muted); font-size: 0.9rem; transition: color 0.2s; }
.footer-nav a:hover { color: var(--gold); }
.footer-copy { font-size: 13px; color: var(--text-muted); text-align: center; }
.footer-copy.small { font-size: 11px; max-width: 700px; }

/* ── PAGE STYLES (for inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, #0e0e0e, #1a1507);
  padding: 80px 0 60px;
  border-bottom: 1px solid rgba(201,162,39,0.15);
}
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
.page-content { padding: 80px 0; }
.page-content h2 { margin: 40px 0 16px; }
.page-content h3 { margin: 28px 0 12px; color: var(--gold); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .intro-grid { grid-template-columns: 1fr; }
  .intro-book { order: -1; max-width: 320px; margin: 0 auto; }
  .main-nav { display: none; }
  .final-options { grid-template-columns: 1fr; }
  .header-inner { justify-content: space-between; }
}
@media (max-width: 600px) {
  .section { padding: 60px 0; }
  .hero-cta-group { flex-direction: column; }
  .btn-xl, .btn-lg { width: 100%; text-align: center; }
  .courses-grid, .review-grid, .testimonials-grid, .membership-highlights { grid-template-columns: 1fr; }
  .cta-box { padding: 40px 24px; }
  .verdict-box { padding: 36px 24px; }
}
