/* Stil — chatbot DE */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: "Nunito Sans", system-ui, sans-serif;
  background: #0f0b12;
  color: #efe6f2;
  line-height: 1.78;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: "Playfair Display", Georgia, serif; line-height: 1.22; }
a { color: #e0a64d; }
b, strong { color: #fff; }

.mitte { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.mitte-eng { width: 100%; max-width: 740px; margin: 0 auto; padding: 0 24px; }

.streifen { width: 100%; padding: clamp(50px, 7vw, 92px) 0; background: #0f0b12; }
.streifen-tief { background: #170f1d; border-block: 1px solid #2f1f3a; }
.streifen-aktion {
  background: radial-gradient(680px 340px at 50% 40%, rgba(192,38,211,.20), transparent 70%), #170f1d;
  border-top: 1px solid #2f1f3a;
}

/* Altersprüfung */
.alterspruefung {
  position: fixed; inset: 0; z-index: 999;
  background: rgba(7,4,9,.95);
  display: grid; place-items: center; padding: 24px;
}
.alterspruefung.weg { display: none; }
.kasten {
  background: #1a1020; border: 1px solid #3a2747;
  border-radius: 6px; padding: clamp(28px, 6vw, 44px);
  max-width: 460px; text-align: left;
}
.marke {
  display: inline-block; font-family: "Playfair Display", serif;
  font-weight: 800; font-size: 20px; color: #fff;
  background: #c026d3; padding: 4px 16px; border-radius: 4px; margin-bottom: 16px;
}
.kasten h2 { font-size: 26px; margin-bottom: 10px; }
.kasten p { color: #b49db8; margin-bottom: 22px; }
.kasten-aktionen { display: flex; gap: 12px; flex-wrap: wrap; }

.leiste {
  background: #c026d3; color: #fff;
  text-align: center; font-weight: 700; font-size: 13px;
  padding: 9px 14px; letter-spacing: .3px;
}

/* Kopf */
.kopf {
  padding: clamp(58px, 8vw, 104px) 0; text-align: center;
  background: radial-gradient(900px 460px at 50% -10%, rgba(192,38,211,.22), transparent 60%);
}
.kennzeichen {
  display: inline-block; font-family: "Nunito Sans", sans-serif;
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 3px; color: #e0a64d;
  border-bottom: 1px solid #5a3a2a; padding-bottom: 6px; margin-bottom: 22px;
}
.kopf h1 { font-size: clamp(28px, 5.6vw, 54px); color: #fff; margin-bottom: 18px; }
.leitsatz { color: #b49db8; font-size: clamp(15px, 2vw, 18px); max-width: 60ch; margin: 0 auto 30px; }

/* Text */
.text h2 {
  font-size: clamp(25px, 4vw, 38px); color: #fff; margin-bottom: 20px;
}
.text > p:first-of-type::first-letter {
  font-family: "Playfair Display", serif; font-size: 3.1em;
  float: left; line-height: .9; padding: 6px 12px 0 0; color: #c026d3;
}
.text p { color: #d8c8dd; margin-bottom: 16px; font-size: 16.5px; }
.text-zentriert { text-align: center; }
.text-zentriert > p:first-of-type::first-letter { float: none; font-size: inherit; padding: 0; color: inherit; }
.text-zentriert p { margin-inline: auto; max-width: 60ch; }
.abschnitt-intro { color: #9c83a4; }

.haken-liste { list-style: none; display: grid; gap: 0; margin-top: 18px; border-top: 1px solid #2f1f3a; }
.haken-liste li {
  padding: 15px 8px 15px 38px; position: relative;
  color: #d8c8dd; border-bottom: 1px solid #2f1f3a;
}
.haken-liste li::before {
  content: "✦"; position: absolute; left: 8px; top: 14px; color: #e0a64d; font-size: 15px;
}

/* Schaufenster */
.schaufenster {
  border: 1px solid #4a2b52; border-top: 3px solid #c026d3;
  background: #1a1020; margin: 28px 0;
}
.schaufenster-tag {
  background: #c026d3; color: #fff; font-family: "Playfair Display", serif;
  font-weight: 700; font-size: 14px; padding: 8px 22px;
}
.schaufenster-koerper {
  display: flex; align-items: center; gap: 24px;
  padding: clamp(20px, 4vw, 28px); flex-wrap: wrap;
}
.schaufenster-text { flex: 1 1 320px; }
.schaufenster-text h3 { font-size: clamp(19px, 3vw, 25px); margin-bottom: 6px; color: #fff; }
.schaufenster-text p { color: #d8c8dd; }
.abzeichen {
  display: inline-block; font-family: "Nunito Sans", sans-serif;
  font-size: 11px; font-weight: 700; vertical-align: middle;
  background: #c026d3; color: #fff; padding: 3px 9px; border-radius: 3px;
}

/* Tabelle */
.tabelle-roll { overflow-x: auto; border: 1px solid #3a2747; }
.vergleich-tab { width: 100%; border-collapse: collapse; min-width: 850px; }
.vergleich-tab th, .vergleich-tab td {
  padding: 15px 16px; text-align: left; font-size: 14px; border-bottom: 1px solid #2f1f3a;
}
.vergleich-tab thead th {
  background: transparent; color: #e0a64d;
  font-family: "Playfair Display", serif; font-size: 14px;
  border-bottom: 2px solid #c026d3;
}
.vergleich-tab tbody tr:hover { background: #1a1020; }
.vergleich-tab tbody td:first-child { color: #fff; font-weight: 700; }
.vergleich-tab tbody tr.zusatz-zeile { display: none; }
.vergleich-tab.offen tbody tr.zusatz-zeile { display: table-row; }
.mehr-bereich { text-align: center; margin-top: 18px; }

.hinweis {
  margin-top: 22px; padding: 16px 20px; color: #ecd4b3;
  background: #20140c; border: 1px solid #4a3a1f; border-radius: 4px;
}

/* Einträge (flach) */
.eintrag { border-bottom: 1px solid #2f1f3a; padding: clamp(38px, 6vw, 64px) 0; }
.eintrag:last-of-type { border-bottom: 0; }
.eintrag-inhalt { max-width: 740px; margin: 0 auto; }
.rang {
  display: inline-block; font-family: "Playfair Display", serif;
  font-weight: 700; font-size: 14px; letter-spacing: 1px;
  color: #c026d3; border: 1px solid #4a2b52;
  padding: 4px 16px; margin-bottom: 16px;
}
.rang-bonus { color: #e0a64d; border-color: #5a3a2a; }
.eintrag-titel { margin-bottom: 18px; }
.eintrag-titel h3 { font-size: clamp(22px, 3.6vw, 30px); color: #fff; }
.eintrag p { color: #d8c8dd; margin-bottom: 14px; font-size: 16.5px; }

.funktionen-titel {
  margin: 24px 0 14px; color: #e0a64d; font-size: 19px;
  font-family: "Playfair Display", serif; font-style: italic;
}
.funktionen { list-style: none; display: grid; gap: 0; }
.funktionen li {
  padding: 14px 4px 14px 0; color: #d8c8dd; font-size: 15px;
  border-bottom: 1px dashed #2f1f3a;
}
.funktionen li:last-child { border-bottom: 0; }

/* ===== VORTEILE / NACHTEILE — geteiltes Panel ===== */
.pro-contra {
  display: grid; grid-template-columns: 1fr 1fr;
  border: 1px solid #3a2747; border-radius: 6px; overflow: hidden; margin: 24px 0;
}
.vorteile { padding: 20px 22px; }
.nachteile { padding: 20px 22px; border-left: 1px solid #3a2747; background: rgba(244,113,127,.04); }
.vorteile { background: rgba(74,222,128,.05); }
.vorteile h4, .nachteile h4 {
  font-family: "Playfair Display", serif; font-size: 16px; margin-bottom: 12px;
}
.vorteile h4 { color: #5fd394; }
.nachteile h4 { color: #f4717f; }
.vorteile ul, .nachteile ul { list-style: none; display: grid; gap: 9px; }
.vorteile li, .nachteile li { color: #d8c8dd; font-size: 14px; padding-left: 20px; position: relative; }
.vorteile li::before { content: "+"; position: absolute; left: 0; color: #5fd394; font-weight: 800; }
.nachteile li::before { content: "–"; position: absolute; left: 0; color: #f4717f; font-weight: 800; }

.nachschrift {
  margin-top: 16px; font-size: 13.5px; color: #b49db8;
  border-left: 2px solid #c026d3; padding: 6px 0 6px 16px;
}

/* ===== KNÖPFE ===== */
.knopf {
  display: inline-block; cursor: pointer; text-decoration: none;
  font-family: "Nunito Sans", sans-serif; font-weight: 700; font-size: 15px;
  padding: 14px 28px; border-radius: 4px; border: 1px solid transparent;
  transition: background .18s, color .18s, box-shadow .18s;
}
.knopf-gross { font-size: 17px; padding: 17px 36px; }
.knopf-klein { font-size: 13px; padding: 9px 16px; white-space: nowrap; }
.knopf-haupt {
  background: #c026d3; color: #fff; border-color: #c026d3;
  box-shadow: inset 0 0 0 0 #fff;
}
.knopf-haupt:hover { box-shadow: 0 10px 28px rgba(192,38,211,.5); }
.knopf-zweit {
  background: transparent; color: #e0a64d; border-color: #e0a64d;
}
.knopf-zweit:hover { background: #e0a64d; color: #2a1606; }
.knopf-leer {
  background: transparent; color: #b49db8; border-color: #3a2747;
}
.knopf-leer:hover { color: #fff; border-color: #c026d3; }
.eintrag-inhalt > .knopf {
  display: block; width: -moz-fit-content; width: fit-content; margin: 10px auto 0;
}

/* Schwebe-Knopf (unten zentriert) */
.schwebe-knopf {
  position: fixed; left: 50%; transform: translateX(-50%) translateY(20px);
  bottom: 22px; z-index: 800;
  display: none; align-items: center; gap: 9px;
  font-family: "Nunito Sans", sans-serif; font-weight: 700; font-size: 15px;
  color: #fff; text-decoration: none;
  background: #c026d3; padding: 14px 26px; border-radius: 4px;
  box-shadow: 0 12px 34px rgba(192,38,211,.55);
  opacity: 0; transition: opacity .25s, transform .25s;
}
.schwebe-knopf.aktiv { display: inline-flex; opacity: 1; transform: translateX(-50%) translateY(0); }
.schwebe-knopf b { background: #fff; color: #c026d3; font-size: 12px; padding: 2px 8px; border-radius: 3px; }

.fuss {
  border-top: 1px solid #2f1f3a; padding: 34px 0;
  text-align: center; color: #9c83a4; font-size: 13px; background: #170f1d;
}
.fuss-leise { opacity: .55; margin-top: 6px; }

/* Tablet */
@media (max-width: 1000px) {
  .mitte { max-width: 880px; }
  .schaufenster-koerper .knopf { width: 100%; text-align: center; }
}

/* Mobil */
@media (max-width: 660px) {
  .pro-contra { grid-template-columns: 1fr; }
  .nachteile { border-left: 0; border-top: 1px solid #3a2747; }
  .kopf .knopf, .streifen-aktion .knopf,
  .eintrag-inhalt > .knopf, .schaufenster-koerper .knopf { width: 100%; text-align: center; }
  .knopf-klein { width: auto; }

  .tabelle-roll { border: 0; }
  .vergleich-tab { min-width: 0; }
  .vergleich-tab thead { display: none; }
  .vergleich-tab tbody tr {
    display: block; margin-bottom: 14px; border: 1px solid #3a2747;
  }
  .vergleich-tab.offen tbody tr.zusatz-zeile { display: block; }
  .vergleich-tab tbody td {
    display: flex; justify-content: space-between; gap: 14px;
    padding: 11px 15px; border-bottom: 1px solid #2f1f3a;
  }
  .vergleich-tab tbody td:last-child { border-bottom: 0; }
  .vergleich-tab tbody td::before {
    content: attr(data-spalte); font-weight: 700; color: #e0a64d;
    font-family: "Playfair Display", serif;
  }
  .schwebe-knopf { left: 14px; right: 14px; transform: translateY(20px); justify-content: center; }
  .schwebe-knopf.aktiv { transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .knopf, .schwebe-knopf { transition: none; }
}
