/* ============================================================
   VKD Mitgliederbereich v0.3 · Ultra-Premium
   lesbar · tiefes Interface mit Atmosphäre · Gold als Belohnung
   ============================================================ */
:root {
  --bg0: #0D0F17;
  --bg1: #11141F;
  --card: rgba(255,255,255,.028);
  --card-solid: #161A26;
  --hairline: rgba(255,255,255,.09);
  --hairline-2: rgba(255,255,255,.05);
  --gold: #D4AF5E;
  --gold-br: #F0D9A0;
  --gold-dk: #9A7D3F;
  --text: #F4F4F8;
  --body: #C9CBD8;
  --dim: #8A8DA3;
  --cool: #8FB4D6;
  --green: #9CC49C;
  --display: 'Sora', 'Inter', sans-serif;
  --sans: 'Inter', -apple-system, sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
}

* { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body.vkd-body {
  margin: 0; color: var(--body);
  font-family: var(--sans); font-size: 17px; line-height: 1.75;
  background:
    radial-gradient(1100px 520px at 70% -10%, rgba(212,175,94,.10), transparent 60%),
    radial-gradient(900px 600px at -10% 40%, rgba(90,120,190,.07), transparent 55%),
    radial-gradient(700px 500px at 110% 95%, rgba(212,175,94,.05), transparent 60%),
    linear-gradient(175deg, var(--bg1) 0%, var(--bg0) 45%, #0A0C12 100%);
  min-height: 100vh;
}
@media (hover: hover) and (pointer: fine) { body.vkd-body { background-attachment: fixed; } }
/* feines Punktraster für Tiefe */
body.vkd-body::before {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image: radial-gradient(rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.5), rgba(0,0,0,.08) 40%, transparent 75%);
}
#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }
.vkd-glow { display: none; }

/* ---------- Aurora: langsam treibende Lichtfelder ---------- */
.vkd-aurora { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.vkd-aurora i { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; will-change: transform; }
.vkd-aurora i:nth-child(1) { width: 620px; height: 620px; top: -220px; right: -80px;
  background: radial-gradient(circle, rgba(212,175,94,.20), transparent 65%);
  animation: vkdDrift1 26s ease-in-out infinite alternate; }
.vkd-aurora i:nth-child(2) { width: 520px; height: 520px; bottom: -180px; left: -140px;
  background: radial-gradient(circle, rgba(90,120,190,.16), transparent 65%);
  animation: vkdDrift2 32s ease-in-out infinite alternate; }
.vkd-aurora i:nth-child(3) { width: 380px; height: 380px; top: 40%; left: 55%;
  background: radial-gradient(circle, rgba(212,175,94,.09), transparent 65%);
  animation: vkdDrift3 40s ease-in-out infinite alternate; }
@keyframes vkdDrift1 { from { transform: translate(0,0) scale(1); } to { transform: translate(-120px,90px) scale(1.15); } }
@keyframes vkdDrift2 { from { transform: translate(0,0) scale(1); } to { transform: translate(140px,-70px) scale(1.1); } }
@keyframes vkdDrift3 { from { transform: translate(0,0) scale(.9); } to { transform: translate(-90px,-120px) scale(1.2); } }
@media (prefers-reduced-motion: reduce) { .vkd-aurora i { animation: none; } }

/* ---------- Scroll-Reveal ---------- */
.vkd-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1); }
.vkd-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .vkd-reveal { opacity: 1; transform: none; transition: none; } }

::selection { background: rgba(212,175,94,.3); }

/* ---------- Navigation ---------- */
.vkd-nav {
  position: sticky; top: 0; z-index: 20;
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 36px;
  background: rgba(13,15,23,.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline-2);
}
.vkd-logo { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.vkd-logo-mark {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(140deg, rgba(212,175,94,.16), rgba(212,175,94,.03));
  border: 1px solid var(--gold-dk);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-style: italic; font-size: 21px; color: var(--gold-br);
}
.vkd-logo-text { font-family: var(--display); font-size: 12.5px; letter-spacing: 3.5px; color: var(--text); font-weight: 400; }
.vkd-logo-text b { color: var(--gold); font-weight: 600; }
.vkd-nav-right a {
  color: var(--dim); text-decoration: none; font-size: 13.5px; font-weight: 500; margin-left: 26px;
  transition: color .2s;
}
.vkd-nav-right a:hover { color: var(--gold-br); }

.vkd-main { position: relative; z-index: 1; max-width: 1120px; margin: 0 auto; padding: 0 36px 90px; }

/* ---------- Buttons ---------- */
.vkd-btn {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 15px 30px; border: 0; border-radius: 10px;
  background: linear-gradient(135deg, #E3C078, var(--gold) 55%, #B8934C);
  color: #191406 !important; font-weight: 600; font-size: 15px; font-family: var(--sans);
  text-decoration: none !important; cursor: pointer; letter-spacing: .2px;
  box-shadow: 0 10px 32px rgba(212,175,94,.28), inset 0 1px 0 rgba(255,255,255,.35);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s;
}
.vkd-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(212,175,94,.4), inset 0 1px 0 rgba(255,255,255,.35); filter: brightness(1.04); }
.vkd-btn:active { transform: translateY(0); }
.vkd-btn { position: relative; overflow: hidden; }
.vkd-btn::after { content: ''; position: absolute; top: 0; left: -80%; width: 45%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.45), transparent);
  transform: skewX(-20deg); transition: left .55s ease; }
.vkd-btn:hover::after { left: 125%; }
.vkd-btn-lg { padding: 17px 32px; font-size: 16px; }
.vkd-btn-sub { display: block; font-weight: 500; font-size: 12px; opacity: .72; margin-top: 3px; letter-spacing: 0; }
.vkd-btn-ghost {
  background: rgba(255,255,255,.03); color: var(--gold-br) !important;
  border: 1px solid rgba(212,175,94,.35); box-shadow: none;
}
.vkd-btn-ghost:hover { border-color: var(--gold); background: rgba(212,175,94,.09); box-shadow: none; }
.vkd-done-note { color: var(--gold-br); font-family: var(--display); font-size: 19px; font-weight: 600; }

/* ---------- Hero ---------- */
.vkd-hero2 {
  display: flex; justify-content: space-between; align-items: center; gap: 48px;
  padding: 84px 0 60px;
}
.vkd-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 4.5px; color: var(--gold); margin-bottom: 20px; font-weight: 600;
}
.vkd-kicker::before { content: ''; width: 28px; height: 1px; background: var(--gold-dk); }
.vkd-hero2 h1 {
  font-family: var(--display); font-weight: 600; font-size: 46px; line-height: 1.14;
  letter-spacing: -.5px; margin: 0 0 14px; color: var(--text);
}
.vkd-hero2-sub { color: var(--dim); font-size: 16px; margin: 0 0 30px; }
.vkd-hero2-text > * { animation: vkdUp .8s cubic-bezier(.2,.7,.3,1) both; }
.vkd-hero2-text > *:nth-child(2) { animation-delay: .08s; }
.vkd-hero2-text > *:nth-child(3) { animation-delay: .16s; }
.vkd-hero2-text > *:nth-child(4) { animation-delay: .26s; }
.vkd-hero2-ring { animation: vkdUp 1s .2s cubic-bezier(.2,.7,.3,1) both; }
@keyframes vkdUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .vkd-hero2-text > *, .vkd-hero2-ring { animation: none; } }

/* Fortschrittsring */
.vkd-hero2-ring { text-align: center; flex: none; }
.vkd-ring { position: relative; margin: 0 auto; filter: drop-shadow(0 0 24px rgba(212,175,94,.22)); }
.vkd-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.vkd-ring-bg { fill: none; stroke: rgba(255,255,255,.07); stroke-width: 6; }
.vkd-ring-fg { fill: none; stroke: var(--gold); stroke-width: 6; stroke-linecap: round; transition: stroke-dashoffset .8s cubic-bezier(.6,0,.3,1); }
.vkd-ring-label { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.vkd-ring-label b { font-family: var(--display); font-size: 32px; font-weight: 600; color: var(--gold-br); letter-spacing: -1px; }
.vkd-ring-label span { font-size: 9.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--dim); margin-top: 2px; }
.vkd-ring-meta { margin-top: 14px; font-size: 13px; color: var(--dim); }

/* ---------- Abschnitte ---------- */
.vkd-section-head { display: flex; align-items: center; gap: 22px; margin: 20px 0 30px; }
.vkd-section-head h2 { font-family: var(--display); font-weight: 600; font-size: 24px; letter-spacing: -.3px; margin: 0; color: var(--text); white-space: nowrap; }
.vkd-section-line { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(212,175,94,.4), transparent); }

/* ---------- Modul-Karten ---------- */
.vkd-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 22px; }
.vkd-card {
  position: relative; border-radius: 16px; padding: 28px 26px 24px; display: block; overflow: hidden;
  background: linear-gradient(155deg, rgba(255,255,255,.055), rgba(255,255,255,.015) 60%);
  border: 1px solid var(--hairline);
  text-decoration: none !important; color: var(--text) !important;
  transition: border-color .22s, transform .22s, box-shadow .22s, background .22s;
}
.vkd-card::after {
  content: attr(data-num); position: absolute; right: 6px; bottom: -26px;
  font-family: var(--serif); font-style: italic; font-size: 110px; line-height: 1;
  color: rgba(212,175,94,.07); pointer-events: none; transition: color .25s;
}
.vkd-card:hover {
  border-color: rgba(212,175,94,.5); transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(0,0,0,.5), 0 0 0 1px rgba(212,175,94,.12);
  background: linear-gradient(155deg, rgba(255,255,255,.075), rgba(255,255,255,.02) 60%);
}
.vkd-card:hover::after { color: rgba(212,175,94,.14); }
.vkd-card.is-done { border-color: rgba(212,175,94,.35); }
.vkd-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.vkd-card-num {
  font-family: var(--display); font-size: 12px; letter-spacing: 2px; font-weight: 600;
  color: var(--gold); border: 1px solid rgba(212,175,94,.3); border-radius: 6px; padding: 3px 9px;
}
.vkd-badge { font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; font-weight: 600; color: #191406; background: linear-gradient(135deg, var(--gold-br), var(--gold)); border-radius: 20px; padding: 4px 11px; }
.vkd-badge-active { background: none; color: var(--cool); border: 1px solid rgba(143,180,214,.4); }
.vkd-card h3 { font-family: var(--display); font-weight: 600; font-size: 19px; letter-spacing: -.2px; margin: 0 0 7px; line-height: 1.3; color: var(--text); }
.vkd-card p { font-size: 13.5px; color: var(--dim); margin: 0 0 4px; line-height: 1.6; }
.vkd-card-foot { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.vkd-card-foot .vkd-bar { flex: 1; }
.vkd-card-meta { font-size: 12px; color: var(--dim); font-variant-numeric: tabular-nums; }

/* Fortschrittsbalken */
.vkd-bar { height: 6px; background: rgba(255,255,255,.07); border-radius: 3px; overflow: hidden; }
.vkd-bar span {
  display: block; height: 100%; border-radius: 3px;
  background: linear-gradient(90deg, var(--gold-dk), var(--gold) 60%, var(--gold-br));
  box-shadow: 0 0 10px rgba(212,175,94,.5);
  transition: width .6s cubic-bezier(.6,0,.3,1);
}
.vkd-bar-sm { height: 4px; }

/* ---------- Lese-Ansicht ---------- */
.vkd-readbar { position: fixed; top: 0; left: 0; height: 2px; width: 0; z-index: 40; background: linear-gradient(90deg, var(--gold-dk), var(--gold-br)); box-shadow: 0 0 8px rgba(212,175,94,.6); }
.vkd-read { max-width: 740px; margin: 0 auto; padding-top: 52px; }
.vkd-back { display: inline-flex; align-items: center; gap: 6px; color: var(--dim) !important; text-decoration: none !important; font-size: 13.5px; font-weight: 500; margin-bottom: 34px; transition: color .2s; }
.vkd-back:hover { color: var(--gold-br) !important; }
.vkd-title { font-family: var(--display); font-weight: 600; font-size: 37px; line-height: 1.18; letter-spacing: -.5px; margin: 0 0 20px; color: var(--text); }
.vkd-modul-progress { display: flex; align-items: center; gap: 16px; margin: 28px 0 40px; }
.vkd-modul-progress .vkd-bar { flex: 1; }
.vkd-modul-progress span { font-size: 13px; color: var(--dim); white-space: nowrap; }

.vkd-content { font-size: 17.5px; line-height: 1.85; color: var(--body); }
.vkd-content p { margin: 0 0 1.25em; }
.vkd-lead, .vkd-content .vkd-lead { font-size: 20px; line-height: 1.7; color: #E4E5EE; font-weight: 400; }
.vkd-manifest {
  font-size: 18.5px; color: var(--gold-br); font-weight: 500; line-height: 1.65;
  border-left: 2px solid var(--gold); padding: 4px 0 4px 20px; margin-bottom: 1.6em;
}
.vkd-content h2 { font-family: var(--display); font-weight: 600; font-size: 24px; letter-spacing: -.3px; margin: 2em 0 .7em; color: var(--text); }
.vkd-chn { color: var(--gold); margin-right: 8px; font-variant-numeric: tabular-nums; }
.vkd-gruppe { font-size: 12px; letter-spacing: 3px; color: var(--gold-br); margin: 2.2em 0 .5em; font-weight: 600; }
.vkd-h3span { color: var(--gold-br); }
.vkd-hr { border: 0; height: 1px; background: var(--hairline); margin: 2.2em 0; }
.vkd-bullets { padding-left: 0; list-style: none; }
.vkd-bullets li { position: relative; padding-left: 26px; margin-bottom: .75em; }
.vkd-bullets li::before { content: ''; position: absolute; left: 3px; top: .62em; width: 7px; height: 7px; transform: rotate(45deg); background: var(--gold); border-radius: 1px; }

/* Signatur-Merksatz */
.vkd-signatur {
  position: relative; margin: 2.2em 0; padding: 30px 36px; text-align: center;
  font-family: var(--display); font-size: 20px; font-weight: 500; line-height: 1.55; color: var(--gold-br);
  background: linear-gradient(160deg, rgba(212,175,94,.09), rgba(212,175,94,.02));
  border: 1px solid rgba(212,175,94,.28); border-radius: 14px;
}
.vkd-signatur::before {
  content: '§'; position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  width: 26px; height: 26px; border-radius: 50%; font-size: 13px; line-height: 26px;
  font-family: var(--serif); font-style: italic; color: #191406;
  background: linear-gradient(135deg, var(--gold-br), var(--gold));
}

/* Callout-Boxen */
.vkd-box { margin: 1.7em 0; padding: 22px 26px; border-radius: 12px; background: var(--card); border: 1px solid var(--hairline-2); border-left: 3px solid var(--gold); }
.vkd-box p { margin: 0; font-size: 15.5px; line-height: 1.75; }
.vkd-box-label { display: block; font-size: 10.5px; letter-spacing: 2.2px; text-transform: uppercase; margin-bottom: 9px; font-weight: 700; }
.vkd-box-kerngedanke { border-left-color: var(--gold); } .vkd-box-kerngedanke .vkd-box-label { color: var(--gold); }
.vkd-box-wichtig { border-left-color: var(--gold-br); } .vkd-box-wichtig .vkd-box-label { color: var(--gold-br); }
.vkd-box-profi { border-left-color: var(--cool); } .vkd-box-profi .vkd-box-label { color: var(--cool); }
.vkd-box-fehler { border-left-color: #CE8B8B; } .vkd-box-fehler .vkd-box-label { color: #CE8B8B; }
.vkd-box-praxis { border-left-color: var(--green); } .vkd-box-praxis .vkd-box-label { color: var(--green); }

/* Dialoge als Chat */
.vkd-dialog { margin: 2em 0; padding: 22px; display: flex; flex-direction: column; gap: 10px; background: rgba(0,0,0,.22); border: 1px solid var(--hairline-2); border-radius: 16px; }
.vkd-msg { max-width: 86%; padding: 13px 18px; border-radius: 15px; font-size: 15.5px; line-height: 1.65; }
.vkd-who { display: block; font-size: 10px; letter-spacing: 1.8px; text-transform: uppercase; margin-bottom: 5px; font-weight: 700; opacity: .75; }
.vkd-msg-kunde { align-self: flex-start; background: rgba(255,255,255,.06); border-bottom-left-radius: 5px; color: var(--body); }
.vkd-msg-du { align-self: flex-end; background: linear-gradient(140deg, rgba(212,175,94,.17), rgba(212,175,94,.09)); border: 1px solid rgba(212,175,94,.22); border-bottom-right-radius: 5px; color: #EDE4CC; }
.vkd-msg-du .vkd-who { color: var(--gold); }
.vkd-regie { text-align: center; font-size: 12.5px; font-style: italic; color: var(--dim); padding: 2px 0; }

/* StepRows & ToolCards */
.vkd-step { display: flex; gap: 20px; margin: 1.5em 0; padding: 20px 22px; background: var(--card); border: 1px solid var(--hairline-2); border-radius: 12px; }
.vkd-step-num {
  flex: none; width: 42px; height: 42px; border-radius: 12px;
  background: linear-gradient(140deg, rgba(212,175,94,.16), rgba(212,175,94,.04));
  border: 1px solid rgba(212,175,94,.35);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 17px; font-weight: 600; color: var(--gold-br);
}
.vkd-step h4, .vkd-tool h4 { font-family: var(--display); margin: 0 0 6px; font-size: 16px; font-weight: 600; color: var(--text); }
.vkd-step p, .vkd-tool p { margin: 0 0 6px; font-size: 15px; color: var(--body); }
.vkd-tool { margin: 1.5em 0; padding: 22px 24px; background: var(--card); border: 1px solid var(--hairline-2); border-radius: 12px; }
.vkd-tool-head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.vkd-tag { margin: 1.5em 0; padding: 13px 18px; border-radius: 10px; font-size: 14px; background: rgba(143,180,214,.06); border: 1px solid rgba(143,180,214,.18); color: var(--body); }
.vkd-tag span { color: var(--cool); font-size: 10.5px; letter-spacing: 1.8px; margin-right: 10px; font-weight: 700; }

/* Lektionsliste */
.vkd-lektion-list { list-style: none; padding: 0; margin: 10px 0 44px; }
.vkd-lektion-list li { border: 1px solid var(--hairline-2); border-radius: 12px; margin-bottom: 10px; background: var(--card); transition: border-color .2s, transform .18s, background .2s; }
.vkd-lektion-list li:hover { border-color: rgba(212,175,94,.4); transform: translateX(4px); background: rgba(255,255,255,.05); }
.vkd-lektion-list li a { display: flex; align-items: center; gap: 16px; padding: 17px 20px; color: var(--text) !important; text-decoration: none !important; font-size: 15.5px; font-weight: 500; }
.vkd-check { width: 25px; height: 25px; border: 1.5px solid rgba(212,175,94,.4); border-radius: 50%; flex: none; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; color: #191406; transition: all .25s; }
.vkd-lektion-list li.is-done .vkd-check { background: linear-gradient(135deg, var(--gold-br), var(--gold)); border-color: var(--gold); box-shadow: 0 0 12px rgba(212,175,94,.45); }
.vkd-lektion-list li.is-done .vkd-lektion-titel { color: var(--dim); }
.vkd-arrow { margin-left: auto; color: rgba(212,175,94,.4); transition: color .2s, transform .2s; }
.vkd-lektion-list li:hover .vkd-arrow { color: var(--gold); transform: translateX(3px); }

/* Lektion-Abschluss */
.vkd-lektion-footer { border-top: 1px solid var(--hairline); margin-top: 56px; padding-top: 32px; }
.vkd-finish { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.vkd-finish .vkd-btn { min-width: 280px; }
.vkd-next-wrap { opacity: 0; max-height: 0; overflow: hidden; transform: translateY(8px); transition: opacity .5s ease, transform .5s ease, max-height .5s ease; }
.vkd-next-wrap.is-visible { opacity: 1; max-height: 120px; transform: none; }
.vkd-quiet-nav { display: flex; justify-content: space-between; margin-top: 34px; }
.vkd-quiet-nav a { color: var(--dim) !important; text-decoration: none !important; font-size: 13.5px; font-weight: 500; }
.vkd-quiet-nav a:hover { color: var(--gold-br) !important; }
.vkd-modul-banner {
  margin-top: 22px; padding: 18px 26px; border-radius: 12px; text-align: center;
  font-family: var(--display); font-weight: 600; font-size: 17px; color: var(--gold-br);
  background: linear-gradient(160deg, rgba(212,175,94,.14), rgba(212,175,94,.04));
  border: 1px solid rgba(212,175,94,.4);
  animation: vkdPop .5s cubic-bezier(.3,1.4,.5,1);
}
@keyframes vkdPop { from { transform: scale(.92); opacity: 0; } to { transform: scale(1); opacity: 1; } }

.vkd-footer { text-align: center; padding: 30px; font-size: 10px; letter-spacing: 3.5px; color: rgba(138,141,163,.55); border-top: 1px solid var(--hairline-2); }

@media (max-width: 760px) {
  .vkd-main { padding: 0 20px 60px; }
  .vkd-nav { padding: 14px 20px; }
  .vkd-logo-text { display: none; }
  .vkd-hero2 { flex-direction: column-reverse; text-align: center; padding: 44px 0 36px; gap: 28px; }
  .vkd-hero2 h1 { font-size: 32px; }
  .vkd-kicker { justify-content: center; }
  .vkd-title { font-size: 27px; }
  .vkd-msg { max-width: 95%; }
  .vkd-content { font-size: 16.5px; }
}


/* ---------- v0.5: Partikel-Canvas ---------- */
#vkd-particles { position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .7; }

/* ---------- Seitenübergang ---------- */
.vkd-main, .vkd-nav { transition: opacity .28s ease; }
body.vkd-leaving .vkd-main { opacity: 0; }

/* ---------- Lernpfad (Diagnostik-Schleife) ---------- */
.vkd-loop { display: flex; align-items: center; justify-content: center; gap: 0; margin: 6px 0 40px; flex-wrap: wrap; }
.vkd-loop-step { display: flex; align-items: center; }
.vkd-loop-dot {
  display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 0 6px;
}
.vkd-loop-dot i {
  width: 46px; height: 46px; border-radius: 50%; font-style: normal;
  display: flex; align-items: center; justify-content: center; font-size: 19px;
  background: rgba(255,255,255,.03); border: 1px solid var(--hairline);
  transition: border-color .3s, box-shadow .3s;
}
.vkd-loop-dot span { font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--dim); font-weight: 600; }
.vkd-loop-line { width: clamp(20px, 6vw, 70px); height: 1px; background: linear-gradient(90deg, rgba(212,175,94,.45), rgba(212,175,94,.12)); }
.vkd-loop-dot.is-on i { border-color: var(--gold); box-shadow: 0 0 18px rgba(212,175,94,.35); }
.vkd-loop-dot.is-on span { color: var(--gold-br); }

/* ---------- Statistik-Zeile ---------- */
.vkd-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0 0 38px; }
.vkd-stat {
  padding: 18px 20px; border-radius: 14px; text-align: center;
  background: linear-gradient(160deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  border: 1px solid var(--hairline-2);
}
.vkd-stat b { display: block; font-family: var(--display); font-size: 26px; font-weight: 600; color: var(--gold-br); }
.vkd-stat span { font-size: 11.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--dim); }

/* ---------- Karten-Tilt ---------- */
@media (hover: hover) and (pointer: fine) {
  .vkd-card { transform-style: preserve-3d; }
  .vkd-card.is-tilting { transition: border-color .2s, box-shadow .2s; }
}

/* ---------- Mobile-Feinschliff ---------- */
@media (max-width: 760px) {
  body.vkd-body { font-size: 16px; }
  .vkd-hero2 { padding: 34px 0 28px; }
  .vkd-hero2 h1 { font-size: clamp(26px, 8vw, 34px); }
  .vkd-ring { width: 120px !important; height: 120px !important; }
  .vkd-ring-label b { font-size: 26px; }
  .vkd-stats { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .vkd-stat { padding: 12px 8px; } .vkd-stat b { font-size: 20px; }
  .vkd-loop { margin-bottom: 26px; }
  .vkd-loop-dot i { width: 38px; height: 38px; font-size: 16px; }
  .vkd-loop-dot span { font-size: 9px; }
  .vkd-btn, .vkd-btn-lg { width: 100%; padding: 16px 20px; }
  .vkd-grid { grid-template-columns: 1fr; gap: 14px; }
  .vkd-card:hover { transform: none; }
  .vkd-read { padding-top: 30px; }
  .vkd-title { font-size: clamp(23px, 7vw, 28px); }
  .vkd-content { font-size: 16.5px; line-height: 1.8; }
  .vkd-signatur { padding: 22px 18px; font-size: 17.5px; }
  .vkd-box, .vkd-step, .vkd-tool { padding: 16px 16px; }
  .vkd-step { gap: 13px; }
  .vkd-dialog { padding: 13px; }
  .vkd-finish .vkd-btn { min-width: 0; width: 100%; }
  .vkd-lektion-footer { padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 8px); }
  .vkd-lektion-list li a { padding: 15px 14px; }
  .vkd-aurora i { filter: blur(60px); }
}


/* v0.5.1 Mobile-Performance */
@media (max-width: 760px) {
  .vkd-nav { backdrop-filter: none; background: rgba(13,15,23,.96); }
  .vkd-aurora i:nth-child(3) { display: none; }
  body.vkd-body::before { display: none; }
}
