/* ============================================================
   LEO MONACO – Stylesheet
   Liquid Glass: schwebende Glasflächen über einer farbigen
   Lichtebene. Tiefe entsteht durch Brechung, Spiegelglanz an
   den Kanten und echte Durchsicht – nicht durch Füllfarben.
   ============================================================ */

/* ------------------------------------------------------------
   1. Design-Tokens
   ------------------------------------------------------------ */
:root {
  /* Flächen – von unten (Seite) nach oben (Dialog) */
  --bg:            #08090c;
  --bg-deep:       #050608;
  --surface-1:     #101218;
  --surface-2:     #14171e;
  --surface-3:     #1a1e26;

  /* ---- Glas ----------------------------------------------
     Die Füllung ist bewusst fast durchsichtig: Die Farbe
     kommt von der Lichtebene dahinter, nicht aus der Fläche. */
  --glass:         rgba(255, 255, 255, 0.045);
  --glass-strong:  rgba(255, 255, 255, 0.075);
  --glass-deep:    rgba(255, 255, 255, 0.028);
  --blur:          blur(26px) saturate(180%);
  --blur-strong:   blur(40px) saturate(200%);

  /* Spiegelglanz: oben hell (Lichtquelle), unten schwaches
     Rücklicht – wie bei einer echten Glaskante. */
  --specular:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(255, 255, 255, 0.09),
    inset 1px 0 0 rgba(255, 255, 255, 0.10),
    inset -1px 0 0 rgba(255, 255, 255, 0.10);
  --specular-soft:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06);
  /* Schatten lassen die Glasplatte über dem Inhalt schweben */
  --float:      0 10px 34px rgba(0, 0, 0, 0.42), 0 2px 8px rgba(0, 0, 0, 0.3);
  --float-high: 0 22px 60px rgba(0, 0, 0, 0.55), 0 4px 14px rgba(0, 0, 0, 0.35);

  /* Linien */
  --line:          rgba(255, 255, 255, 0.07);
  --line-strong:   rgba(255, 255, 255, 0.12);
  --line-gold:     rgba(201, 169, 106, 0.30);

  /* Gold – als Farbfamilie, nicht als Einzelwert */
  --gold-100:      #f4e4c1;
  --gold-200:      #e6cd9b;
  --gold-300:      #d4b57c;
  --gold-400:      #c9a96a;
  --gold-500:      #a98a4f;
  --gold-600:      #7d6538;
  --gold-glow:     rgba(201, 169, 106, 0.16);

  /* Text */
  --text:          #edeae4;
  --text-soft:     #b8b3aa;
  --text-muted:    #8b867d;
  --text-faint:    #635f59;

  /* Semantik */
  --green:         #86c191;
  --green-dim:     rgba(134, 193, 145, 0.32);
  --red:           #cf6b6b;

  /* Schrift */
  --font-body:     "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display:  "Fraunces", "Iowan Old Style", Georgia, serif;

  /* Rhythmus – 4px-Raster */
  --s-1: 4px;   --s-2: 8px;   --s-3: 12px;  --s-4: 16px;
  --s-5: 24px;  --s-6: 32px;  --s-7: 48px;  --s-8: 64px;
  --s-9: 96px;  --s-10: 128px;

  /* Radien */
  --r-sm: 8px;  --r-md: 12px; --r-lg: 18px; --r-xl: 24px;

  /* Schatten – mehrschichtig, wie echtes Licht */
  --shadow-sm:
    0 1px 2px rgba(0, 0, 0, 0.4),
    0 2px 6px rgba(0, 0, 0, 0.22);
  --shadow-md:
    0 2px 4px rgba(0, 0, 0, 0.34),
    0 8px 18px rgba(0, 0, 0, 0.32),
    0 16px 40px rgba(0, 0, 0, 0.22);
  --shadow-lg:
    0 4px 8px rgba(0, 0, 0, 0.36),
    0 14px 32px rgba(0, 0, 0, 0.38),
    0 32px 72px rgba(0, 0, 0, 0.32);
  --shadow-gold: 0 10px 40px rgba(201, 169, 106, 0.22);

  /* Lichtkante oben – lässt Flächen körperlich wirken */
  --edge-top: inset 0 1px 0 rgba(255, 255, 255, 0.06);

  /* Formen der Deko-Motive (als Maske, deshalb einfarbig gefüllt) */
  --m-spade: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23000' d='M50 6C50 6 10 40 10 61c0 13 10 22 21 22 7 0 13-3 16-9-2 11-6 18-13 23h32c-7-5-11-12-13-23 3 6 9 9 16 9 11 0 21-9 21-22C90 40 50 6 50 6z'/%3E%3C/svg%3E");
  --m-heart: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23000' d='M50 90S7 61 7 34C7 19 18 8 32 8c8 0 15 4 18 11 3-7 10-11 18-11 14 0 25 11 25 26 0 27-43 56-43 56z'/%3E%3C/svg%3E");
  --m-diamond: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23000' d='M50 4 92 50 50 96 8 50z'/%3E%3C/svg%3E");
  --m-club: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='%23000'%3E%3Ccircle cx='50' cy='26' r='19'/%3E%3Ccircle cx='27' cy='55' r='19'/%3E%3Ccircle cx='73' cy='55' r='19'/%3E%3Cpath d='M44 52h12c0 22 3 33 9 40H35c6-7 9-18 9-40z'/%3E%3C/g%3E%3C/svg%3E");
  --m-chip: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%23000'%3E%3Ccircle cx='50' cy='50' r='47' stroke-width='6' fill='%23000' fill-opacity='.55'/%3E%3Ccircle cx='50' cy='50' r='33' stroke-width='7' stroke-dasharray='11 9'/%3E%3Ccircle cx='50' cy='50' r='19' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
  --m-wheel: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%23000'%3E%3Ccircle cx='50' cy='50' r='47' stroke-width='2'/%3E%3Ccircle cx='50' cy='50' r='41' stroke-width='4' fill='%23000' fill-opacity='.4'/%3E%3Ccircle cx='50' cy='50' r='32' stroke-width='9' stroke-dasharray='7 7'/%3E%3Ccircle cx='50' cy='50' r='18' stroke-width='2'/%3E%3Cpath d='M50 8v84M8 50h84M20 20l60 60M80 20 20 80' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");

  /* Bewegung */
  --ease:      cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out:  cubic-bezier(0.16, 1, 0.3, 1);
  --maxw: 1180px;
}

/* ------------------------------------------------------------
   2. Basis
   ------------------------------------------------------------ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  -webkit-text-size-adjust: 100%;
  background: var(--bg-deep);
}

/* ---- Lichtebene ------------------------------------------
   Vier weiche Farbfelder, die langsam gegeneinander driften.
   Sie liegen fest hinter dem Inhalt und sind das, was die
   Glasflächen darüber aufnehmen und brechen. Ohne sie wäre
   Glas auf Schwarz unsichtbar. */
body::before {
  content: "";
  position: fixed;
  inset: -25%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle 38vw at 16% 16%, rgba(214, 176, 102, 0.42), transparent 60%),
    radial-gradient(circle 34vw at 86% 10%, rgba(72, 104, 214, 0.34), transparent 60%),
    radial-gradient(circle 44vw at 76% 74%, rgba(158, 78, 190, 0.30), transparent 62%),
    radial-gradient(circle 32vw at 20% 86%, rgba(214, 176, 102, 0.28), transparent 62%),
    radial-gradient(circle 28vw at 50% 46%, rgba(60, 130, 170, 0.20), transparent 64%);
  filter: blur(24px);
  animation: lm-aurora 34s ease-in-out infinite alternate;
}
@keyframes lm-aurora {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(2.5%, -2%, 0) scale(1.08); }
  100% { transform: translate3d(-2%, 2.5%, 0) scale(1.03); }
}

/* ---- Deko-Ebene ------------------------------------------
   Casino-Motive als echte Glasobjekte: Die Form kommt aus
   einer SVG-Maske, das Material aus backdrop-filter. Dadurch
   brechen sie die Lichtebene dahinter wirklich, statt nur
   eine halbtransparente Silhouette zu sein. */
.decor {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  /* Deko bleibt Deko: gerade sichtbar genug, um Tiefe zu geben,
     aber nie so stark, dass sie mit dem Text konkurriert. */
  opacity: 0.34;
}
.decor__el {
  position: absolute;
  display: block;
  /* Lichtkante oben, nach unten auslaufend – wie bei den Karten */
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.30),
    rgba(255, 255, 255, 0.06) 46%,
    rgba(255, 255, 255, 0.15)
  );
  /* Das eigentliche Glas: hellt auf und verwischt das Licht dahinter */
  backdrop-filter: blur(7px) saturate(160%) brightness(1.3);
  -webkit-backdrop-filter: blur(7px) saturate(160%) brightness(1.3);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  will-change: transform;
}

/* Die Motive sitzen bewusst an den Rändern, damit die
   Textspalte in der Mitte frei bleibt. */

/* Pik, oben links */
.decor__el--spade {
  top: 6%; left: -2%;
  width: 130px; height: 130px;
  -webkit-mask-image: var(--m-spade); mask-image: var(--m-spade);
  animation: lm-drift-a 26s ease-in-out infinite alternate;
}
/* Jeton, oben rechts */
.decor__el--chip {
  top: 3%; right: -3%;
  width: 155px; height: 155px;
  -webkit-mask-image: var(--m-chip); mask-image: var(--m-chip);
  animation: lm-drift-b 34s ease-in-out infinite alternate;
}
/* Karo, Mitte rechts */
.decor__el--diamond {
  top: 44%; right: 1%;
  width: 95px; height: 95px;
  -webkit-mask-image: var(--m-diamond); mask-image: var(--m-diamond);
  animation: lm-drift-c 22s ease-in-out infinite alternate;
}
/* Herz, unten links */
.decor__el--heart {
  bottom: 9%; left: 2%;
  width: 110px; height: 110px;
  -webkit-mask-image: var(--m-heart); mask-image: var(--m-heart);
  animation: lm-drift-b 29s ease-in-out infinite alternate;
}
/* Kreuz, unten rechts */
.decor__el--club {
  bottom: 5%; right: 4%;
  width: 105px; height: 105px;
  -webkit-mask-image: var(--m-club); mask-image: var(--m-club);
  animation: lm-drift-a 37s ease-in-out infinite alternate;
}
/* Roulette-Ring, ragt links aus dem Bild */
.decor__el--wheel {
  top: 30%; left: -13%;
  width: 300px; height: 300px;
  -webkit-mask-image: var(--m-wheel); mask-image: var(--m-wheel);
  animation: lm-spin 120s linear infinite;
}
/* Kleiner Jeton, ragt rechts aus dem Bild */
.decor__el--chip2 {
  top: 70%; right: -4%;
  width: 120px; height: 120px;
  -webkit-mask-image: var(--m-chip); mask-image: var(--m-chip);
  animation: lm-drift-c 31s ease-in-out infinite alternate;
}

@keyframes lm-drift-a {
  from { transform: translate(0, 0) rotate(-6deg); }
  to   { transform: translate(26px, -34px) rotate(7deg); }
}
@keyframes lm-drift-b {
  from { transform: translate(0, 0) rotate(5deg); }
  to   { transform: translate(-30px, 28px) rotate(-8deg); }
}
@keyframes lm-drift-c {
  from { transform: translate(0, 0) rotate(10deg) scale(1); }
  to   { transform: translate(18px, 32px) rotate(-4deg) scale(1.07); }
}
@keyframes lm-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Je schmaler die Spalte, desto näher rücken die Motive an den
   Text – deshalb dort weiter zurücknehmen. */
@media (max-width: 900px) {
  .decor { opacity: 0.2; }
  .decor__el--diamond,
  .decor__el--chip2 { display: none; }
}
@media (max-width: 620px) {
  .decor { opacity: 0.14; }
}

body {
  position: relative;
  background: transparent;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -0.006em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* Feines Filmkorn über der ganzen Seite – nimmt dem Schwarz
   das Digitale und lässt Verläufe sauber aussehen. */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.22;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

img { display: block; max-width: 100%; }

::selection { background: var(--gold-400); color: #14110a; }

/* Schlanke, dezente Scrollbar */
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--bg-deep); }
::-webkit-scrollbar-thumb {
  background: var(--surface-3);
  border: 3px solid var(--bg-deep);
  border-radius: 99px;
}
::-webkit-scrollbar-thumb:hover { background: var(--gold-600); }
html { scrollbar-width: thin; scrollbar-color: var(--surface-3) var(--bg-deep); }

a { color: var(--gold-300); text-decoration: none; transition: color 0.2s var(--ease); }
a:hover { color: var(--gold-100); }

/* ------------------------------------------------------------
   3. Typografie
   ------------------------------------------------------------ */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-optical-sizing: auto;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.2rem, 1.2rem + 3.6vw, 4rem);
  letter-spacing: -0.032em;
}
h2 { font-size: clamp(1.7rem, 1.1rem + 2.2vw, 2.7rem); }

/* Zahlen immer gleich breit – sonst zappeln Tabellen */
.stat b, .fact, .deal__offer, .badge {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "cv05" 1;
}

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--s-5);
}
.container--narrow { max-width: 820px; }

/* Kleine Überschrift über einer Section */
.eyebrow {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-400);
}

/* ------------------------------------------------------------
   4. Buttons
   ------------------------------------------------------------ */
.btn {
  --btn-y: 14px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-2);
  border: 0;
  border-radius: var(--r-md);
  padding: var(--btn-y) 28px;
  font: 600 15px/1 var(--font-body);
  letter-spacing: 0.005em;
  cursor: pointer;
  text-align: center;
  isolation: isolate;
  overflow: hidden;
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.3s var(--ease),
    filter 0.25s var(--ease);
}

/* Goldenes Glas: die Fläche bleibt lichtdurchlässig, der Glanz
   liegt als Lichtkante darauf – nicht als flache Füllung. */
.btn--gold {
  color: #17130a;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 52%),
    linear-gradient(180deg, var(--gold-100) 0%, var(--gold-300) 52%, var(--gold-500) 100%);
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    inset 0 -1px 0 rgba(120, 88, 30, 0.4),
    inset 1px 0 0 rgba(255, 255, 255, 0.3),
    inset -1px 0 0 rgba(255, 255, 255, 0.3),
    0 2px 6px rgba(0, 0, 0, 0.35),
    0 8px 24px rgba(201, 169, 106, 0.28);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}
.btn--gold:hover {
  color: #17130a;
  transform: translateY(-2px);
  filter: saturate(1.08) brightness(1.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 -1px 0 rgba(0, 0, 0, 0.22),
    0 2px 4px rgba(0, 0, 0, 0.4),
    0 14px 34px rgba(201, 169, 106, 0.34);
}

.btn--ghost {
  color: var(--text-soft);
  background: var(--glass);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  box-shadow: var(--specular);
}
.btn--ghost:hover {
  color: var(--text);
  background: var(--glass-strong);
  transform: translateY(-2px);
}

/* Gel-Reaktion: das Material gibt beim Drücken kurz nach */
.btn:active { transform: translateY(0) scale(0.97); }

/* ------------------------------------------------------------
   5. Age Gate
   ------------------------------------------------------------ */
.agegate[hidden] { display: none; }
.agegate {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--s-5);
  background: rgba(5, 6, 8, 0.86);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
}
.agegate__box {
  position: relative;
  max-width: 460px;
  width: 100%;
  padding: var(--s-7) var(--s-6) var(--s-6);
  text-align: center;
  border-radius: 30px;
  background:
    radial-gradient(ellipse 400px 200px at 50% -10%, rgba(201, 169, 106, 0.16), transparent 70%),
    var(--glass-strong);
  backdrop-filter: var(--blur-strong);
  -webkit-backdrop-filter: var(--blur-strong);
  box-shadow: var(--specular), var(--float-high);
}
.agegate__box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.06) 36%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.28)
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.agegate__logo {
  margin: 0 auto var(--s-5);
  border-radius: var(--r-lg);
  box-shadow: 0 0 0 1px var(--line-gold), 0 8px 26px rgba(0, 0, 0, 0.5);
}
.agegate__box h2 { font-size: 1.7rem; margin-bottom: var(--s-3); }
.agegate__box p { color: var(--text-muted); font-size: 15px; }
.agegate__actions {
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
  margin: var(--s-6) 0 var(--s-4);
}
.agegate__note { font-size: 12.5px !important; color: var(--text-faint) !important; }

/* ------------------------------------------------------------
   6. Header
   ------------------------------------------------------------ */
/* Der Header schwebt als eigene Glasplatte über dem Inhalt,
   statt am Seitenrand zu kleben. */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: var(--s-3) 0;
  transition: padding 0.4s var(--ease);
}
/* Weicher Verlauf hinter der schwebenden Leiste, damit
   durchlaufender Inhalt nicht oberhalb der Kapsel auftaucht. */
.header::before {
  content: "";
  position: absolute;
  inset: 0 0 -24px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, var(--bg-deep) 34%, rgba(5, 6, 8, 0.7) 62%, transparent);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.header.is-scrolled::before { opacity: 1; }
.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-5);
  height: 64px;
  padding: 0 var(--s-3) 0 var(--s-4);
  border-radius: 999px;
  background: var(--glass);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  box-shadow: var(--specular), var(--float);
  transition:
    background 0.4s var(--ease),
    box-shadow 0.4s var(--ease),
    transform 0.4s var(--ease-out);
}
/* Spiegelglanz-Ring: hell dort, wo das Licht auftrifft */
.header__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.55),
    rgba(255, 255, 255, 0.06) 34%,
    rgba(255, 255, 255, 0) 58%,
    rgba(255, 255, 255, 0.22)
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.header.is-scrolled .header__inner {
  background: var(--glass-strong);
  box-shadow: var(--specular), var(--float-high);
}

.brand {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  color: var(--text);
  font: 600 17px/1 var(--font-body);
  letter-spacing: 0.01em;
  /* Der Name bleibt immer einzeilig – ein Umbruch mitten im
     Markennamen sieht nach Fehler aus. Wird der Platz extrem
     knapp, lieber sauber abschneiden als den Header sprengen. */
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}
.brand span { overflow: hidden; text-overflow: ellipsis; }
.brand img { flex: 0 0 auto; }
.brand:hover { color: var(--text); }
.brand img {
  border-radius: 10px;
  box-shadow: 0 0 0 1px var(--line-gold), 0 4px 12px rgba(0, 0, 0, 0.5);
  transition: transform 0.5s var(--ease-out), box-shadow 0.35s var(--ease);
}
.brand:hover img {
  transform: rotate(-5deg) scale(1.07);
  box-shadow: 0 0 0 1px var(--gold-500), 0 6px 20px rgba(201, 169, 106, 0.3);
}

.nav { display: flex; gap: var(--s-2); }
.nav a {
  position: relative;
  padding: 8px 14px;
  border-radius: var(--r-sm);
  color: var(--text-muted);
  font-size: 14.5px;
  font-weight: 500;
  transition: color 0.22s var(--ease), background 0.22s var(--ease);
}
.nav a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 3px;
  height: 1px;
  background: var(--gold-400);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.32s var(--ease-out);
}
.nav a:hover { color: var(--text); background: rgba(255, 255, 255, 0.035); }
.nav a:hover::after { transform: scaleX(1); }

.socials { display: flex; gap: var(--s-1); }
.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: var(--text-muted);
  transition: color 0.22s var(--ease), background 0.22s var(--ease), transform 0.28s var(--ease);
}
.socials a:hover {
  color: var(--gold-200);
  background: rgba(201, 169, 106, 0.1);
  box-shadow: inset 0 0 0 1px var(--line-gold);
  transform: translateY(-2px);
}

/* ------------------------------------------------------------
   7. Hero
   ------------------------------------------------------------ */
.hero {
  position: relative;
  overflow: hidden;
  padding: var(--s-8) 0 var(--s-8);
  text-align: center;
}
/* Zwei versetzte Lichtquellen, die langsam pulsieren */
.hero::before {
  content: "";
  position: absolute;
  inset: -30% -10% auto;
  height: 130%;
  pointer-events: none;
  background:
    radial-gradient(ellipse 520px 300px at 32% 18%, rgba(201, 169, 106, 0.11), transparent 68%),
    radial-gradient(ellipse 460px 280px at 70% 8%, rgba(140, 120, 180, 0.06), transparent 68%);
  animation: lm-breathe 9s ease-in-out infinite;
}
/* Feiner Abschlussstrich unten */
.hero::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-gold), transparent);
}
.hero__inner { position: relative; z-index: 1; }

.hero__logo {
  margin: 0 auto var(--s-6);
  border-radius: 22px;
  box-shadow:
    0 0 0 1px var(--line-gold),
    0 0 60px rgba(201, 169, 106, 0.18),
    0 18px 50px rgba(0, 0, 0, 0.6);
}

.hero__eyebrow {
  margin-bottom: var(--s-4);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-400);
}

.hero h1 {
  max-width: 16ch;
  margin: 0 auto var(--s-5);
  /* Verlauf im Text – heller oben, satter unten */
  background: linear-gradient(175deg, #fffdf8 12%, var(--text) 45%, #a9a49b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__code {
  display: inline-block;
  position: relative;
  background: linear-gradient(180deg, var(--gold-100), var(--gold-400));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
.hero__code::after {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 0.06em;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-500), transparent);
}

.hero__sub {
  max-width: 60ch;
  margin: 0 auto var(--s-6);
  color: var(--text-soft);
  font-size: clamp(1rem, 0.94rem + 0.3vw, 1.13rem);
  line-height: 1.7;
  text-wrap: pretty;
}
.hero__cta {
  --btn-y: 17px;
  min-width: 260px;
  font-size: 16px;
  /* Eigene Kurve fürs Wachsen: schnell anspringen, weich auslaufen */
  transition:
    transform 0.36s var(--ease-out),
    box-shadow 0.36s var(--ease),
    filter 0.3s var(--ease);
}
/* Wächst beim Überfahren spürbar an und leuchtet stärker */
.hero__cta:hover {
  transform: translateY(-3px) scale(1.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 -1px 0 rgba(120, 88, 30, 0.4),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(255, 255, 255, 0.32),
    0 4px 10px rgba(0, 0, 0, 0.4),
    0 16px 44px rgba(201, 169, 106, 0.42);
}
.hero__cta:active { transform: translateY(-1px) scale(1.02); }
.hero__meta { margin-top: var(--s-6); }
.hero__legal {
  display: inline-flex;
  align-items: center;
  gap: var(--s-3);
  color: var(--text-faint);
  font-size: 13px;
}

/* ------------------------------------------------------------
   8. Vertrauens-Leiste
   ------------------------------------------------------------ */
.usps { position: relative; padding: var(--s-7) 0 var(--s-8); }
.usps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-4);
}

.usp {
  position: relative;
  padding: var(--s-6) var(--s-5);
  border-radius: var(--r-xl);
  background: var(--glass);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  box-shadow: var(--specular), var(--float);
  transition:
    transform 0.45s var(--ease-out),
    box-shadow 0.45s var(--ease),
    background 0.45s var(--ease);
}
/* Spiegelglanz-Ring */
.usp::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.05) 36%,
    rgba(255, 255, 255, 0) 62%,
    rgba(255, 255, 255, 0.2)
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: opacity 0.45s var(--ease);
}
.usp:hover {
  transform: translateY(-6px);
  background: var(--glass-strong);
  box-shadow: var(--specular), var(--float-high);
}

.usp__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: var(--s-4);
  border-radius: 13px;
  background: linear-gradient(160deg, rgba(201, 169, 106, 0.22), rgba(201, 169, 106, 0.06));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 0 0 1px var(--line-gold);
  color: var(--gold-200);
  font-size: 18px;
  font-weight: 700;
}
.usp h3 {
  position: relative;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.012em;
  margin-bottom: var(--s-2);
}
.usp p {
  position: relative;
  color: var(--text-muted);
  font-size: 14.5px;
  line-height: 1.62;
}
.usp strong { color: var(--gold-200); font-weight: 700; }

/* ------------------------------------------------------------
   9. Sections
   ------------------------------------------------------------ */
.section-head { text-align: center; margin-bottom: var(--s-7); }
.section-head h2 { margin-bottom: var(--s-3); }
.section-head p {
  max-width: 58ch;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: 15.5px;
  line-height: 1.68;
  text-wrap: pretty;
}

.deals { padding: var(--s-9) 0; }

/* ------------------------------------------------------------
   9b. Sprungmarke für Tastatur & Screenreader
   ------------------------------------------------------------ */
.skip-link {
  position: absolute;
  left: 50%;
  top: -100px;
  z-index: 300;
  transform: translateX(-50%);
  padding: 12px 22px;
  border-radius: 0 0 var(--r-md) var(--r-md);
  background: var(--gold-300);
  color: #17130a;
  font-weight: 700;
  font-size: 14px;
  transition: top 0.25s var(--ease);
}
.skip-link:focus { top: 0; color: #17130a; }

/* ------------------------------------------------------------
   9c. Filter- und Sortierleiste
   ------------------------------------------------------------ */
.toolbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-4);
  margin-bottom: var(--s-4);
  padding: var(--s-3) var(--s-4);
  border-radius: 999px;
  background: var(--glass);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  box-shadow: var(--specular), var(--float);
}
.toolbar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.05) 36%,
    rgba(255, 255, 255, 0) 62%,
    rgba(255, 255, 255, 0.2)
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.toolbar__row {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  flex-wrap: wrap;
}
.toolbar__label {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-faint);
  white-space: nowrap;
}

.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip {
  padding: 9px 16px;
  border: 0;
  border-radius: 999px;
  background: var(--glass-deep);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  box-shadow: var(--specular-soft), inset 0 0 0 1px rgba(255, 255, 255, 0.09);
  color: var(--text-muted);
  font: 600 12.5px/1 var(--font-body);
  letter-spacing: 0.01em;
  cursor: pointer;
  white-space: nowrap;
  transition:
    color 0.25s var(--ease),
    background 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    transform 0.3s var(--ease-out);
}
.chip:hover {
  color: var(--text);
  background: var(--glass-strong);
  transform: translateY(-2px);
}
/* Aktiv = das Glas nimmt Goldlicht auf, bleibt aber Glas */
.chip.is-active {
  color: var(--gold-100);
  background: rgba(201, 169, 106, 0.20);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 0 0 1px rgba(201, 169, 106, 0.5),
    0 4px 16px rgba(201, 169, 106, 0.24);
}
/* Gel-Reaktion beim Drücken – das Glas gibt kurz nach */
.chip:active { transform: translateY(0) scale(0.95); }

.select {
  appearance: none;
  padding: 9px 38px 9px 14px;
  border: 0;
  border-radius: var(--r-sm);
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' stroke='%23c9a96a' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")
      right 14px center / 12px no-repeat,
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 0 1px var(--line);
  color: var(--text);
  font: 600 13px/1 var(--font-body);
  cursor: pointer;
  transition: box-shadow 0.22s var(--ease), background-color 0.22s var(--ease);
}
.select:hover { box-shadow: inset 0 0 0 1px var(--line-strong); }
.select option { background: var(--surface-2); color: var(--text); }

.result-count {
  margin: 0 0 var(--s-4);
  padding-left: 2px;
  color: var(--text-faint);
  font-size: 12.5px;
}

.empty-state {
  padding: var(--s-7) var(--s-5);
  text-align: center;
  border-radius: var(--r-lg);
  background: var(--surface-1);
  box-shadow: inset 0 0 0 1px var(--line);
  color: var(--text-muted);
  font-size: 15px;
}
.link-btn {
  border: 0;
  background: none;
  padding: 0 0 1px;
  color: var(--gold-300);
  font: 600 15px/1 var(--font-body);
  cursor: pointer;
  border-bottom: 1px solid var(--line-gold);
}
.link-btn:hover { color: var(--gold-100); }

/* ------------------------------------------------------------
   10. Deal-Karten
   ------------------------------------------------------------ */
.deal-list {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  counter-reset: deal;
}
/* Herausgefilterte Karten verschwinden vollständig aus dem Fluss */
.deal.is-filtered-out { display: none; }

.deal {
  position: relative;
  border-radius: var(--r-xl);
  background: var(--glass);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  box-shadow: var(--specular), var(--float);
  overflow: hidden;
  transition:
    transform 0.42s var(--ease-out),
    box-shadow 0.42s var(--ease),
    background 0.42s var(--ease);
}
/* Spiegelglanz-Ring auf der Glaskante */
.deal::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.05) 34%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.2)
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: background 0.42s var(--ease);
}
.deal:hover {
  transform: translateY(-4px);
  background: var(--glass-strong);
  box-shadow: var(--specular), var(--float-high);
}

/* Top-Deal: das Glas ist golden eingefärbt und leuchtet nach außen */
.deal--featured {
  background:
    radial-gradient(ellipse 720px 240px at 24% 0%, rgba(201, 169, 106, 0.16), transparent 68%),
    rgba(201, 169, 106, 0.055);
  box-shadow:
    inset 0 1px 0 rgba(255, 236, 200, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.09),
    inset 0 0 0 1px rgba(201, 169, 106, 0.28),
    var(--float),
    0 0 54px rgba(201, 169, 106, 0.10);
}
.deal--featured::before {
  background: linear-gradient(
    150deg,
    rgba(255, 240, 210, 0.7),
    rgba(201, 169, 106, 0.12) 36%,
    rgba(255, 255, 255, 0) 62%,
    rgba(201, 169, 106, 0.35)
  );
}
.deal--featured:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 236, 200, 0.55),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(201, 169, 106, 0.45),
    var(--float-high),
    0 0 70px rgba(201, 169, 106, 0.16);
}

.deal__flag {
  display: inline-block;
  margin-bottom: var(--s-3);
  padding: 5px 13px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--gold-100), var(--gold-400));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 3px 12px rgba(201, 169, 106, 0.3);
  color: #17130a;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.deal__main {
  display: grid;
  grid-template-columns: 46px minmax(190px, 1.15fr) minmax(320px, 1.5fr) auto;
  gap: var(--s-5);
  align-items: center;
  padding: var(--s-5) var(--s-6);
}
.deal--featured .deal__main { padding: var(--s-6) var(--s-6) var(--s-5); }

.deal__rank {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  text-align: center;
  color: var(--text-faint);
  transition: color 0.3s var(--ease);
}
.deal:hover .deal__rank { color: var(--text-muted); }
.deal--featured .deal__rank {
  background: linear-gradient(180deg, var(--gold-100), var(--gold-500));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.deal__name { margin-bottom: var(--s-2); }
.deal__logo {
  display: block;
  height: 30px;
  max-width: 180px;
  object-fit: contain;
  object-position: left center;
  transition: transform 0.4s var(--ease-out), filter 0.35s var(--ease);
}
.deal--featured .deal__logo { height: 38px; max-width: 220px; }
.deal:hover .deal__logo {
  transform: scale(1.045);
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.5));
}
.deal__id h3 {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.014em;
}
.deal__name.has-logo h3 {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.deal__offer {
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  background: linear-gradient(180deg, var(--gold-100), var(--gold-400));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.deal__offer small {
  color: var(--text-muted);
  font-weight: 500;
  font-size: 13.5px;
  -webkit-text-fill-color: var(--text-muted);
}

.deal__badges { display: flex; flex-wrap: wrap; gap: 6px; margin-top: var(--s-3); }
.badge {
  padding: 3px 10px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 1px var(--line);
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.badge--green {
  color: var(--green);
  background: rgba(134, 193, 145, 0.08);
  box-shadow: inset 0 0 0 1px var(--green-dim);
}
.badge--gold {
  color: var(--gold-200);
  background: rgba(201, 169, 106, 0.09);
  box-shadow: inset 0 0 0 1px var(--line-gold);
}

/* Kennzahlen */
.deal__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-2);
  padding: var(--s-3) 0;
  border-radius: var(--r-md);
}
.stat { position: relative; text-align: center; padding: 0 var(--s-2); }
/* Feine Trennlinien zwischen den Werten */
.stat + .stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--line), transparent);
}
.stat b {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  white-space: nowrap;
  transition: color 0.3s var(--ease);
}
.deal:hover .stat b { color: var(--gold-100); }
.stat span {
  display: block;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--text-faint);
  white-space: nowrap;
}

.deal__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--s-2);
  min-width: 190px;
}
.deal__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px;
  border: 0;
  background: none;
  color: var(--text-muted);
  font: 500 13px/1 var(--font-body);
  cursor: pointer;
  transition: color 0.22s var(--ease);
}
.deal__toggle:hover { color: var(--gold-200); }
.deal__toggle::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.38s var(--ease-out);
}
.deal.is-open .deal__toggle::after { transform: translateY(1px) rotate(-135deg); }

/* Aufklappbereich */
.deal__details {
  display: grid;
  grid-template-rows: 0fr;
  background: rgba(0, 0, 0, 0.18);
  transition: grid-template-rows 0.46s var(--ease-out);
}
.deal.is-open .deal__details { grid-template-rows: 1fr; }
.deal__details-clip { overflow: hidden; min-height: 0; }
.deal__details-inner {
  position: relative;
  padding: var(--s-5) var(--s-6) var(--s-6);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.32s var(--ease), transform 0.42s var(--ease-out);
}
/* Trennlinie, die zu den Rändern ausläuft */
.deal__details-inner::before {
  content: "";
  position: absolute;
  left: var(--s-6);
  right: var(--s-6);
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong) 30%, var(--line-strong) 70%, transparent);
}
.deal.is-open .deal__details-inner {
  opacity: 1;
  transform: none;
  transition-delay: 0.08s;
}

.deal__claim {
  max-width: 78ch;
  margin-bottom: var(--s-5);
  color: var(--text-soft);
  font-size: 14.5px;
  line-height: 1.72;
  text-wrap: pretty;
}

.deal__facts {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-6);
  margin-bottom: var(--s-5);
}
.fact { font-size: 13.5px; color: var(--text-soft); }
.fact span {
  display: block;
  margin-bottom: 4px;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.fact code {
  display: inline-block;
  padding: 4px 12px;
  border-radius: var(--r-sm);
  background: linear-gradient(180deg, rgba(201, 169, 106, 0.16), rgba(201, 169, 106, 0.07));
  box-shadow: inset 0 0 0 1px var(--line-gold), 0 2px 10px rgba(201, 169, 106, 0.12);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: var(--gold-100);
}

.deal__payments { display: flex; flex-wrap: wrap; gap: var(--s-2); }
.deal__payments span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 34px;
  padding: 5px 9px;
  border-radius: var(--r-sm);
  background: linear-gradient(180deg, #fbfaf8, #eceae5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 2px 6px rgba(0, 0, 0, 0.35);
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
}
.deal__payments span:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(0, 0, 0, 0.5);
}
.deal__payments img { max-width: 100%; max-height: 100%; object-fit: contain; }

.deal__terms {
  margin-top: var(--s-4);
  color: var(--text-faint);
  font-size: 11.5px;
  letter-spacing: 0.01em;
}

.deal__sublabel {
  display: block;
  margin-bottom: var(--s-2);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.deal__pay-block { margin-bottom: var(--s-4); }
.deal__license {
  margin-bottom: var(--s-3);
  color: var(--text-muted);
  font-size: 12.5px;
  line-height: 1.6;
}

/* ------------------------------------------------------------
   10b. Methodik / Transparenz
   ------------------------------------------------------------ */
.method { position: relative; padding: var(--s-9) 0; }
.method::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.section-head .eyebrow { margin-bottom: var(--s-3); }

.method__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s-4);
}
.method__item {
  position: relative;
  padding: var(--s-6) var(--s-5) var(--s-5);
  border-radius: var(--r-xl);
  background: var(--glass-deep);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  box-shadow: var(--specular-soft), inset 0 0 0 1px rgba(255, 255, 255, 0.08), var(--float);
  transition: background 0.35s var(--ease), box-shadow 0.35s var(--ease), transform 0.45s var(--ease-out);
}
.method__item:hover {
  transform: translateY(-4px);
  background: var(--glass);
  box-shadow: var(--specular), var(--float-high);
}
.method__num {
  display: block;
  margin-bottom: var(--s-3);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(180deg, var(--gold-100), var(--gold-500));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.method__item h3 {
  margin-bottom: var(--s-2);
  font-family: var(--font-body);
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: -0.014em;
}
.method__item p {
  color: var(--text-muted);
  font-size: 14.5px;
  line-height: 1.68;
  text-wrap: pretty;
}

/* Provisions-Hinweis – bewusst nüchtern, wirkt dadurch glaubwürdiger */
.method__disclosure {
  position: relative;
  padding: var(--s-5) var(--s-6);
  border-radius: var(--r-lg);
  background: rgba(255, 255, 255, 0.022);
  box-shadow: inset 0 0 0 1px var(--line);
}
.method__disclosure::before {
  content: "";
  position: absolute;
  left: 0;
  top: var(--s-5);
  bottom: var(--s-5);
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--gold-300), transparent);
}
.method__disclosure h3 {
  margin-bottom: var(--s-2);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--text);
}
.method__disclosure p {
  color: var(--text-muted);
  font-size: 13.5px;
  line-height: 1.72;
  text-wrap: pretty;
}
.method__disclosure strong { color: var(--text-soft); }

/* ------------------------------------------------------------
   11. FAQ
   ------------------------------------------------------------ */
.faq { position: relative; padding: var(--s-9) 0; }
.faq::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.faq__item {
  margin-bottom: var(--s-2);
  border-radius: var(--r-lg);
  background: var(--glass-deep);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  box-shadow: var(--specular-soft), inset 0 0 0 1px rgba(255, 255, 255, 0.08), var(--float);
  overflow: hidden;
  transition: background 0.32s var(--ease), box-shadow 0.32s var(--ease);
}
.faq__item:hover { background: var(--glass); }
.faq__item[open] {
  background: var(--glass);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 0 0 1px rgba(201, 169, 106, 0.3),
    var(--float);
}
.faq__item summary {
  position: relative;
  padding: var(--s-4) 56px var(--s-4) var(--s-5);
  list-style: none;
  cursor: pointer;
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -0.012em;
  transition: color 0.22s var(--ease);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--gold-100); }
/* Plus/Minus aus zwei Balken: der senkrechte dreht sich beim
   Öffnen auf den waagerechten – aus dem Plus wird ein Minus. */
.faq__item summary::before,
.faq__item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  background: var(--gold-300);
  border-radius: 2px;
  transition: transform 0.4s var(--ease-out), background 0.25s var(--ease);
}
.faq__item summary::before {
  right: var(--s-5);
  width: 12px;
  height: 1.6px;
  margin-top: -0.8px;
}
.faq__item summary::after {
  right: calc(var(--s-5) + 5.2px);
  width: 1.6px;
  height: 12px;
  margin-top: -6px;
}
.faq__item[open] summary::after { transform: rotate(90deg); }
.faq__item summary:hover::before,
.faq__item summary:hover::after { background: var(--gold-100); }
.faq__item p {
  padding: 0 var(--s-5) var(--s-5);
  color: var(--text-muted);
  font-size: 14.5px;
  line-height: 1.75;
  text-wrap: pretty;
}
.faq__item strong { color: var(--gold-200); }

/* ------------------------------------------------------------
   12. Abschluss-CTA
   ------------------------------------------------------------ */
.closing { padding: var(--s-8) 0 var(--s-9); }
.closing__box {
  position: relative;
  padding: var(--s-8) var(--s-6) var(--s-7);
  text-align: center;
  border-radius: 30px;
  background:
    radial-gradient(ellipse 620px 260px at 50% -8%, rgba(201, 169, 106, 0.18), transparent 68%),
    var(--glass);
  backdrop-filter: var(--blur-strong);
  -webkit-backdrop-filter: var(--blur-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 236, 200, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.09),
    inset 0 0 0 1px rgba(201, 169, 106, 0.26),
    var(--float-high),
    0 0 80px rgba(201, 169, 106, 0.10);
  overflow: hidden;
}
/* Lichtstrahl oben auf der Kante */
.closing__box::before {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-200), transparent);
}
.closing__box h2 {
  margin-bottom: var(--s-4);
  background: linear-gradient(175deg, #fffdf8 10%, var(--text) 50%, #a9a49b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* Gilt nur für den Fließtext, nicht für den Rechtshinweis darunter –
   dessen Abstand wird weiter unten eigens gesetzt. */
.closing__box > p:not(.closing__note) {
  max-width: 54ch;
  margin: 0 auto var(--s-6);
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.7;
  text-wrap: pretty;
}
.closing__box .btn { --btn-y: 17px; min-width: 270px; font-size: 16px; }
.closing__code {
  display: inline-block;
  padding: 3px 12px;
  border-radius: var(--r-sm);
  background: linear-gradient(180deg, rgba(201, 169, 106, 0.2), rgba(201, 169, 106, 0.08));
  box-shadow: inset 0 0 0 1px var(--line-gold);
  color: var(--gold-100);
  font-weight: 700;
  letter-spacing: 0.09em;
}
.closing__note {
  margin-top: var(--s-7);
  color: var(--text-faint);
  font-size: 12px;
}

/* ------------------------------------------------------------
   13. Spielerschutz
   ------------------------------------------------------------ */
.responsible { position: relative; padding: var(--s-9) 0; }
.responsible::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.responsible__list {
  max-width: 600px;
  margin: 0 auto var(--s-6);
  list-style: none;
}
.responsible__list li {
  position: relative;
  padding: var(--s-3) 0 var(--s-3) var(--s-6);
  font-size: 15px;
  color: var(--text-soft);
  border-bottom: 1px solid var(--line);
  transition: padding-left 0.32s var(--ease), color 0.32s var(--ease);
}
.responsible__list li:last-child { border-bottom: 0; }
.responsible__list li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 21px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-400);
  transition: transform 0.32s var(--ease), box-shadow 0.32s var(--ease);
}
.responsible__list li:hover { padding-left: 38px; color: var(--text); }
.responsible__list li:hover::before {
  transform: scale(1.6);
  box-shadow: 0 0 12px rgba(201, 169, 106, 0.7);
}

.responsible__help {
  max-width: 600px;
  margin: 0 auto;
  padding: var(--s-5) var(--s-6);
  text-align: center;
  border-radius: var(--r-xl);
  background: var(--glass);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 0 0 1px rgba(201, 169, 106, 0.24),
    var(--float);
  color: var(--text-muted);
  font-size: 14.5px;
  line-height: 1.7;
}
.responsible__help strong { color: var(--text); }

/* ------------------------------------------------------------
   14. Footer
   ------------------------------------------------------------ */
.footer {
  position: relative;
  margin-top: var(--s-6);
  padding: var(--s-7) 0 var(--s-6);
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong) 20%, var(--line-strong) 80%, transparent);
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--s-4);
  margin-bottom: var(--s-5);
}
.brand--footer { font-size: 15.5px; }
.footer__legal,
.footer__copy {
  color: var(--text-faint);
  font-size: 12.5px;
  max-width: 80ch;
}
.footer__legal { margin-bottom: var(--s-3); display: flex; align-items: center; gap: var(--s-3); }
.badge18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1.5px rgba(207, 107, 107, 0.65);
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.footer__copy { font-size: 12px; }

/* ------------------------------------------------------------
   15. Animationen
   ------------------------------------------------------------ */
@keyframes lm-rise {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: none; }
}
@keyframes lm-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes lm-pop {
  from { opacity: 0; transform: translateY(14px) scale(0.96); }
  to   { opacity: 1; transform: none; }
}
@keyframes lm-breathe {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50%      { opacity: 1;    transform: scale(1.05); }
}

.agegate { animation: lm-fade 0.4s var(--ease) both; }
.agegate__box { animation: lm-pop 0.55s var(--ease-out) 0.08s both; }

/* "backwards" statt "both": Der Ausgangszustand gilt nur während der
   Verzögerung. Nach dem Lauf greifen wieder die normalen Regeln –
   sonst würde die Animation "transform: none" dauerhaft festhalten
   und jeden Hover-Effekt blockieren. */
.hero__logo    { animation: lm-pop  0.85s var(--ease-out) 0.05s backwards; }
.hero__eyebrow { animation: lm-rise 0.8s  var(--ease-out) 0.16s backwards; }
.hero h1       { animation: lm-rise 0.85s var(--ease-out) 0.24s backwards; }
.hero__sub     { animation: lm-rise 0.85s var(--ease-out) 0.34s backwards; }
.hero__cta     { animation: lm-rise 0.85s var(--ease-out) 0.44s backwards; }
.hero__meta    { animation: lm-rise 0.85s var(--ease-out) 0.54s backwards; }

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.75s var(--ease-out),
    transform 0.75s var(--ease-out);
}
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[style*="--i"] { transition-delay: calc(var(--i, 0) * 70ms); }

/* Top-Deal-Rahmen atmet leicht */
.deal--featured::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(201, 169, 106, 0.5);
  opacity: 0;
  animation: lm-fade-pulse 4.5s ease-in-out infinite;
}
@keyframes lm-fade-pulse {
  0%, 100% { opacity: 0; }
  50%      { opacity: 1; }
}
.deal--featured:hover::after { animation-play-state: paused; }

/* Lichtreflex über Gold-Buttons */
.btn--gold::after {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 55%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-20deg);
  transition: left 0.7s var(--ease-out);
  z-index: -1;
}
.btn--gold:hover::after { left: 140%; }

/* Tastaturbedienung sichtbar halten */
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold-300);
  outline-offset: 3px;
  border-radius: var(--r-sm);
}

/* ------------------------------------------------------------
   16. Responsive
   ------------------------------------------------------------ */
@media (max-width: 1080px) {
  .deal__main {
    grid-template-columns: 40px 1fr;
    row-gap: var(--s-4);
  }
  .deal__stats {
    grid-column: 1 / -1;
    padding: var(--s-3) 0;
    border-radius: var(--r-md);
    background: rgba(255, 255, 255, 0.022);
    box-shadow: inset 0 0 0 1px var(--line);
  }
  .deal__actions {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
  }
  .deal__actions .btn { flex: 1; }
  .deal__toggle { flex: 0 0 auto; padding: 7px 12px; }
}

@media (max-width: 900px) {
  .usps__grid { grid-template-columns: 1fr; }
  .method__grid { grid-template-columns: 1fr; }
  .nav { display: none; }
  /* Gestapelt ist eine Kapselform unpassend – dann runde Ecken */
  .toolbar {
    flex-direction: column;
    align-items: stretch;
    padding: var(--s-4);
    border-radius: var(--r-xl);
  }
  .toolbar__row--sort { justify-content: space-between; }
}

@media (max-width: 620px) {
  .container { padding: 0 var(--s-4); }
  /* Auf sehr schmalen Geräten den Markennamen etwas verkleinern,
     damit er neben den Social-Icons einzeilig Platz findet. */
  .brand { font-size: 15px; gap: var(--s-2); }
  .header__inner { padding: 0 var(--s-2) 0 var(--s-3); gap: var(--s-3); }
  .socials a { width: 34px; height: 34px; }
  .hero { padding: var(--s-8) 0 var(--s-7); }
  .deals, .faq, .responsible, .method { padding: var(--s-8) 0; }
  .toolbar { padding: var(--s-4); }
  .method__item { padding: var(--s-5) var(--s-4); }
  .method__disclosure { padding: var(--s-4) var(--s-5); }
  .deal__main { padding: var(--s-4) var(--s-4); gap: var(--s-3); }
  .deal--featured .deal__main { padding: var(--s-5) var(--s-4) var(--s-4); }
  .deal__details-inner { padding: var(--s-4); }
  .deal__details-inner::before { left: var(--s-4); right: var(--s-4); }
  .deal__stats { grid-template-columns: repeat(2, 1fr); row-gap: var(--s-3); }
  .stat:nth-child(3)::before { display: none; }
  .deal__facts { gap: var(--s-4); }
  .deal__actions { flex-direction: column; }
  .deal__actions .btn { width: 100%; }
  .hero__cta, .closing__box .btn { width: 100%; min-width: 0; }
  .agegate__box { padding: var(--s-6) var(--s-5); }
  .closing__box { padding: var(--s-6) var(--s-4) var(--s-5); }
  .footer__top { justify-content: center; }
}

/* ------------------------------------------------------------
   17. Weniger Bewegung
   ------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  body::after { display: none; }
}
