/*
  DESIGN: Mon€motion · Warm Authority
  Farben: #5c090a · #fefbed · #393d3f · #cca644
  Fonts: Playfair Display · DM Sans · Cormorant Garamond
*/
:root {
  --burgundy: #5c090a;
  --cream: #fefbed;
  --charcoal: #393d3f;
  --gold: #cca644;
  --warm: #f5efe6;
  --paper: #fffdf7;
  --muted: #6f6d68;
  --line: rgba(92, 9, 10, 0.14);
  --shadow: 0 18px 50px rgba(57, 61, 63, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.container-narrow { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  color: var(--gold);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: "Playfair Display", serif; margin: 0; line-height: 1.08; }
h1 { font-size: clamp(2.6rem, 7vw, 5.6rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin: 0 0 1rem; }
.lead { font-size: clamp(1.06rem, 2vw, 1.32rem); color: rgba(57,61,63,.82); }
.accent-copy { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1.35rem; }
.section { padding: 88px 0; }
.section-tight { padding: 58px 0; }
.section-burgundy { background: var(--burgundy); color: var(--cream); }
.section-warm { background: var(--warm); }
.gold-line { width: 78px; height: 4px; background: var(--gold); margin: 22px 0 28px; }
.gold-line.center { margin-inline: auto; }
.center { text-align: center; }
.muted { color: var(--muted); }

.topbar {
  background: var(--burgundy);
  color: var(--cream);
  text-align: center;
  padding: 10px 20px;
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.nav {
  border-bottom: 1px solid var(--line);
  background: rgba(254,251,237,.94);
  backdrop-filter: blur(8px);
}
.nav-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { text-decoration: none; font-family: "Playfair Display", serif; color: var(--burgundy); font-weight: 700; font-size: 1.1rem; line-height: 1.05; }
.nav-link { text-decoration: none; color: rgba(57,61,63,.72); font-size: .92rem; }

.hero { padding: 56px 0 76px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; }
.hero h1 em { color: var(--burgundy); font-style: normal; }
.hero-copy .lead { max-width: 680px; margin-top: 24px; }
.hero-media { position: relative; min-height: 610px; }
.portrait-frame { position: absolute; inset: 0 0 0 12%; overflow: hidden; background: var(--warm); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.portrait-frame::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(204,166,68,.75); pointer-events: none; }
.hero-note { position: absolute; left: 0; bottom: 38px; width: min(310px, 80%); background: var(--burgundy); color: var(--cream); padding: 25px; box-shadow: var(--shadow); }
.hero-note strong { display: block; font-family: "Playfair Display", serif; font-size: 1.35rem; margin-bottom: 6px; }

.checklist { display: grid; gap: 12px; margin: 28px 0 30px; padding: 0; list-style: none; }
.checklist li { display: grid; grid-template-columns: 25px 1fr; gap: 10px; align-items: start; }
.checklist li::before { content: "✓"; color: var(--gold); font-weight: 900; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 15px 25px;
  border: 0;
  background: var(--burgundy);
  color: var(--cream);
  text-decoration: none;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 12px 28px rgba(92,9,10,.18);
  transition: transform .16s ease, background .16s ease;
}
.btn:hover { background: #470607; transform: translateY(-2px); }
.btn:active { transform: scale(.98); }
.btn-gold { background: var(--gold); color: var(--burgundy); }
.btn-gold:hover { background: #d7b65e; }
.btn-block { width: 100%; }
.secondary-link { display: block; margin-top: 16px; text-align: center; color: var(--muted); font-size: .9rem; }

.problem-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.story { font-size: 1.08rem; }
.story p { margin-bottom: 1.25rem; }
.quote { border-left: 4px solid var(--gold); padding: 2px 0 2px 24px; color: var(--burgundy); font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1.75rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 38px; }
.card { background: var(--paper); padding: 28px; border-top: 5px solid var(--gold); box-shadow: var(--shadow); }
.card-number { color: var(--gold); font-family: "Playfair Display", serif; font-size: 2.35rem; line-height: 1; margin-bottom: 20px; }
.card h3 { color: var(--burgundy); margin-bottom: 12px; }

.module-list { margin-top: 36px; border-top: 1px solid rgba(254,251,237,.24); }
.module { display: grid; grid-template-columns: 82px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid rgba(254,251,237,.24); }
.module span { color: var(--gold); font-family: "Playfair Display", serif; font-size: 1.6rem; }
.module h3 { color: var(--cream); margin-bottom: 5px; }
.module p { color: rgba(254,251,237,.74); margin: 0; }

.offer { display: grid; grid-template-columns: 1fr .85fr; background: var(--paper); box-shadow: var(--shadow); }
.offer-copy { padding: clamp(34px, 6vw, 72px); }
.offer-panel { padding: clamp(34px, 6vw, 72px); background: var(--burgundy); color: var(--cream); display: flex; flex-direction: column; justify-content: center; }
.price { font-family: "Playfair Display", serif; font-size: clamp(3rem, 7vw, 5rem); line-height: 1; color: var(--gold); margin: 14px 0 20px; }
.micro { font-size: .82rem; color: rgba(254,251,237,.72); }

.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-button { width: 100%; border: 0; background: transparent; padding: 22px 0; text-align: left; color: var(--charcoal); font: 700 1.04rem "DM Sans", sans-serif; display: flex; justify-content: space-between; gap: 25px; cursor: pointer; }
.faq-button span:last-child { color: var(--gold); font-size: 1.4rem; }
.faq-answer { display: none; padding: 0 0 22px; color: var(--muted); }
.faq-item.open .faq-answer { display: block; }

.success-wrap { min-height: calc(100vh - 72px); padding: 70px 0; display: grid; place-items: center; }
.success-card { width: min(780px, calc(100% - 40px)); background: var(--paper); box-shadow: var(--shadow); padding: clamp(32px, 7vw, 74px); position: relative; }
.success-card::before { content: ""; position: absolute; left: 0; top: 0; width: 9px; height: 100%; background: var(--gold); }
.success-icon { width: 70px; height: 70px; display: grid; place-items: center; background: var(--burgundy); color: var(--cream); font-size: 2rem; margin-bottom: 28px; }
.steps { display: grid; gap: 18px; margin: 32px 0; }
.step { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; }
.step-num { width: 42px; height: 42px; display: grid; place-items: center; background: var(--burgundy); color: var(--cream); font-weight: 800; }
.notice { background: var(--warm); border-left: 4px solid var(--gold); padding: 22px; margin: 28px 0; }

.legal-main { padding: 64px 0 90px; }
.legal-main h1 { font-size: clamp(2.7rem, 6vw, 4.6rem); color: var(--burgundy); margin-bottom: 36px; }
.legal-main h2 { color: var(--burgundy); font-size: 1.55rem; margin: 36px 0 12px; }
.legal-main h3 { color: var(--charcoal); font-family: "DM Sans", sans-serif; font-size: 1.05rem; margin: 24px 0 8px; }
.legal-main ul { padding-left: 22px; }
.legal-note { background: var(--warm); border: 1px solid var(--line); padding: 18px 22px; margin-bottom: 28px; font-size: .9rem; color: var(--muted); }

.footer { padding: 38px 0; border-top: 1px solid var(--line); font-size: .88rem; color: var(--muted); }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--burgundy); }

@media (max-width: 800px) {
  .section { padding: 64px 0; }
  .hero-grid, .problem-grid, .offer { grid-template-columns: 1fr; gap: 42px; }
  .hero-media { min-height: 490px; }
  .portrait-frame { inset-left: 0; }
  .card-grid { grid-template-columns: 1fr; }
  .module { grid-template-columns: 54px 1fr; }
  .offer-panel { min-height: 430px; }
}

@media (max-width: 520px) {
  .container, .container-narrow { width: min(100% - 28px, 1120px); }
  .nav-inner { min-height: 60px; }
  .hero { padding-top: 38px; }
  .hero-media { min-height: 440px; }
  .portrait-frame { inset: 0; }
  .hero-note { left: 14px; bottom: 14px; }
  .btn { width: 100%; }
  .success-card { width: calc(100% - 24px); }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
