:root { --midnight:#1C0A18; --soft-blush:#F8E8F0; --blush-muted:#C0A0B0; --hot-pink:#F472B6; --ec-pink:#EC4899; --royal-violet:#9333EA; --font-display:'Fraunces',Georgia,serif; --font-body:'Geist',system-ui,sans-serif; }
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--midnight); color: var(--soft-blush); font-family: var(--font-body); -webkit-font-smoothing: antialiased; line-height: 1.65; }
.wrap { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.nav { padding: 24px 0; border-bottom: 1px solid rgba(244,114,182,0.1); }
.nav-inner { display: flex; justify-content: space-between; align-items: center; max-width: 920px; margin: 0 auto; padding: 0 24px; }
.logo { font-family: var(--font-display); font-size: 24px; color: var(--soft-blush); text-decoration: none; }
.nav-back { color: var(--blush-muted); text-decoration: none; font-size: 14px; transition: color 0.2s; }
.nav-back:hover { color: var(--hot-pink); }
.article-header {
  padding: 60px 0 40px; text-align: center;
  background: radial-gradient(ellipse at center top, rgba(236,72,153,0.08) 0%, transparent 60%);
}
.article-meta { display: inline-flex; gap: 12px; font-size: 12px; color: var(--blush-muted); margin-bottom: 18px; text-transform: uppercase; letter-spacing: 0.05em; }
.article-meta-tag { color: var(--hot-pink); }
.article-header h1 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(30px,4.5vw,46px); letter-spacing: -0.02em; line-height: 1.2;
  max-width: 720px; margin: 0 auto 14px;
}
.article-header p.lead { font-size: 17px; color: var(--blush-muted); max-width: 580px; margin: 0 auto; }
.article-body { padding: 30px 0 60px; }
.article-body h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: 26px; color: var(--soft-blush);
  margin-top: 44px; margin-bottom: 16px; letter-spacing: -0.015em;
}
.article-body h3 {
  font-family: var(--font-display); font-weight: 400;
  font-size: 20px; color: var(--soft-blush);
  margin-top: 28px; margin-bottom: 12px;
}
.article-body p { font-size: 16.5px; color: var(--blush-muted); margin-bottom: 18px; }
.article-body p strong { color: var(--soft-blush); }
.article-body ul, .article-body ol { margin: 0 0 22px 22px; color: var(--blush-muted); }
.article-body li { margin-bottom: 8px; line-height: 1.65; font-size: 16px; }
.article-body a { color: var(--hot-pink); }
.article-body blockquote {
  margin: 28px 0; padding: 18px 24px;
  border-left: 3px solid var(--hot-pink);
  background: rgba(244,114,182,0.05);
  color: var(--soft-blush); font-style: italic;
  border-radius: 0 12px 12px 0;
}
.cta-box {
  margin: 40px 0; padding: 28px;
  background: linear-gradient(135deg, rgba(244,114,182,0.08) 0%, rgba(147,51,234,0.08) 100%);
  border: 1px solid rgba(244,114,182,0.2); border-radius: 16px;
  text-align: center;
}
.cta-box p { margin-bottom: 16px; color: var(--soft-blush); }
.cta-btn {
  display: inline-block; padding: 13px 28px;
  background: linear-gradient(135deg, var(--ec-pink) 0%, var(--royal-violet) 100%);
  color: #fff; text-decoration: none; border-radius: 999px;
  font-weight: 600; font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(236,72,153,0.35); }
.related {
  border-top: 1px solid rgba(244,114,182,0.12); padding: 36px 0 50px;
}
.related h3 { font-family: var(--font-display); font-size: 22px; color: var(--soft-blush); margin-bottom: 16px; }
.related-list { list-style: none; }
.related-list li { margin-bottom: 12px; padding-left: 0; }
.related-list a { color: var(--blush-muted); text-decoration: none; transition: color 0.2s; font-size: 15px; }
.related-list a:hover { color: var(--hot-pink); }
.footer {
  border-top: 1px solid rgba(244,114,182,0.1); padding: 32px 0;
  text-align: center; color: var(--blush-muted); font-size: 13px;
}
.footer a { color: var(--hot-pink); text-decoration: none; }

@font-face {
        font-family: 'Fraunces';
        font-style: italic;
        font-weight: 400;
        font-display: swap;
        src: url('../fonts/Fraunces-400-italic-latin-ext.woff2') format('woff2');
        unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
      }
      @font-face {
        font-family: 'Fraunces';
        font-style: italic;
        font-weight: 400;
        font-display: swap;
        src: url('../fonts/Fraunces-400-italic-latin.woff2') format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
      }
      @font-face {
        font-family: 'Fraunces';
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url('../fonts/Fraunces-400-latin-ext.woff2') format('woff2');
        unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
      }
      @font-face {
        font-family: 'Fraunces';
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url('../fonts/Fraunces-400-latin.woff2') format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
      }
      @font-face {
        font-family: 'Fraunces';
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url('../fonts/Fraunces-500-latin-ext.woff2') format('woff2');
        unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
      }
      @font-face {
        font-family: 'Fraunces';
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url('../fonts/Fraunces-500-latin.woff2') format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
      }
      @font-face {
        font-family: 'Geist';
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url('../fonts/Geist-400-latin-ext.woff2') format('woff2');
        unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
      }
      @font-face {
        font-family: 'Geist';
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url('../fonts/Geist-400-latin.woff2') format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
      }
      @font-face {
        font-family: 'Geist';
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url('../fonts/Geist-500-latin-ext.woff2') format('woff2');
        unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
      }
      @font-face {
        font-family: 'Geist';
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url('../fonts/Geist-500-latin.woff2') format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
      }
      @font-face {
        font-family: 'Geist';
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url('../fonts/Geist-600-latin-ext.woff2') format('woff2');
        unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
      }
      @font-face {
        font-family: 'Geist';
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url('../fonts/Geist-600-latin.woff2') format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
      }
      @font-face {
        font-family: 'Geist';
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url('../fonts/Geist-700-latin-ext.woff2') format('woff2');
        unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
      }
      @font-face {
        font-family: 'Geist';
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url('../fonts/Geist-700-latin.woff2') format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
      }
  
/* ═══ Checkout-Consent Modal (4 Checkboxen vor Payment-Notice) ═══ */
.checkout-consent {
  position:fixed; inset:0;
  background:rgba(10,6,19,0.94);
  display:none; align-items:flex-start; justify-content:center;
  z-index:10001;
  padding:24px 16px; overflow-y:auto;
  -webkit-backdrop-filter:blur(12px); backdrop-filter:blur(12px);
}
.checkout-consent.visible { display:flex; animation:ag-in 0.28s ease both; }
.checkout-consent-card {
  background:linear-gradient(180deg,#1C0A18 0%,#0a0613 100%);
  border:1px solid rgba(244,114,182,0.18);
  border-radius:24px;
  max-width:560px; width:100%;
  padding:32px 30px 28px;
  margin:24px auto;
  position:relative;
  box-shadow:0 32px 80px rgba(0,0,0,0.6),0 0 60px rgba(236,72,153,0.12);
}
.checkout-consent-close {
  position:absolute; top:16px; right:16px;
  background:transparent; border:none; cursor:pointer;
  color:var(--blush-muted); padding:8px; border-radius:8px;
  transition:background 0.2s, color 0.2s;
}
.checkout-consent-close:hover { background:rgba(244,114,182,0.1); color:var(--soft-blush); }
.checkout-consent-eyebrow {
  font-size:11px; font-weight:600; letter-spacing:0.2em; text-transform:uppercase;
  color:var(--hot-pink); margin-bottom:10px;
}
.checkout-consent-title {
  font-family:var(--font-display); font-size:26px; font-weight:500;
  letter-spacing:-0.01em; line-height:1.2; margin:0 0 8px 0;
  color:var(--soft-blush);
}
.checkout-consent-intro {
  font-size:14px; line-height:1.55; color:var(--blush-muted);
  margin:0 0 24px 0;
}
.consent-item {
  border:1px solid rgba(244,114,182,0.1);
  border-radius:14px;
  padding:14px 16px;
  margin-bottom:10px;
  background:rgba(255,255,255,0.015);
  transition:border-color 0.25s, background 0.25s;
}
.consent-item.checked {
  border-color:rgba(244,114,182,0.4);
  background:rgba(244,114,182,0.04);
}
.consent-label {
  display:flex; align-items:flex-start; gap:12px;
  cursor:pointer; user-select:none;
}
.consent-checkbox {
  appearance:none; -webkit-appearance:none;
  width:22px; height:22px; margin:0; flex-shrink:0;
  border:1.5px solid rgba(244,114,182,0.4);
  border-radius:6px;
  background:transparent;
  cursor:pointer; position:relative;
  transition:all 0.2s ease;
  margin-top:1px;
}
.consent-checkbox:hover { border-color:var(--hot-pink); }
.consent-checkbox:checked {
  background:linear-gradient(135deg,var(--hot-pink) 0%,var(--royal-violet) 100%);
  border-color:transparent;
}
.consent-checkbox:checked::after {
  content:''; position:absolute;
  left:6px; top:2px; width:6px; height:11px;
  border:solid white; border-width:0 2px 2px 0;
  transform:rotate(45deg);
}
.consent-text {
  flex:1; font-size:13.5px; line-height:1.55; color:var(--soft-blush);
}
.consent-text a {
  color:var(--hot-pink); text-decoration:underline; text-underline-offset:2px;
  text-decoration-thickness:1px;
}
.consent-text a:hover { color:#fbcfe8; }
.consent-details {
  margin-top:10px; padding-left:34px;
}
.consent-details summary {
  font-size:12px; color:var(--blush-muted);
  cursor:pointer; padding:4px 0;
  list-style:none; user-select:none;
  display:inline-flex; align-items:center; gap:6px;
  transition:color 0.2s;
}
.consent-details summary:hover { color:var(--hot-pink); }
.consent-details summary::-webkit-details-marker { display:none; }
.consent-details summary::before {
  content:'+'; font-size:14px; line-height:1; font-weight:300;
  width:14px; height:14px;
  display:inline-flex; align-items:center; justify-content:center;
  border:1px solid currentColor; border-radius:4px;
  transition:transform 0.2s;
}
.consent-details[open] summary::before { content:'−'; }
.consent-details-body {
  font-size:12.5px; line-height:1.55; color:var(--blush-muted);
  padding:10px 0 4px;
  border-left:2px solid rgba(244,114,182,0.15);
  padding-left:14px; margin-top:8px;
}
.consent-details-body a {
  color:var(--hot-pink); text-decoration:underline; text-underline-offset:2px;
}
.consent-actions {
  display:flex; flex-direction:column; gap:10px;
  margin-top:24px;
}
.consent-btn {
  font-family:var(--font-body);
  border:none; border-radius:999px; padding:14px 24px;
  font-size:14.5px; font-weight:600; letter-spacing:0.02em;
  cursor:pointer; transition:all 0.25s ease;
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
}
.consent-btn--primary {
  background:linear-gradient(135deg,var(--hot-pink) 0%,var(--royal-violet) 100%);
  color:white;
}
.consent-btn--primary:not(:disabled):hover {
  transform:translateY(-2px);
  box-shadow:0 8px 32px rgba(236,72,153,0.45);
}
.consent-btn--primary:disabled {
  opacity:0.35; cursor:not-allowed;
  background:rgba(244,114,182,0.2);
}
.consent-btn--ghost {
  background:transparent; color:var(--blush-muted);
  border:1px solid rgba(244,114,182,0.18);
}
.consent-btn--ghost:hover {
  border-color:rgba(244,114,182,0.35);
  color:var(--soft-blush);
}
.consent-progress {
  text-align:center; margin-top:8px;
  font-size:11.5px; color:var(--blush-muted); letter-spacing:0.04em;
}
.consent-progress strong {
  color:var(--hot-pink); font-weight:600;
}

/* Headline + Sub-Text Layout für Consent-Items (v57) */
.consent-body { display:flex; flex-direction:column; gap:4px; flex:1; min-width:0; }
.consent-headline {
  font-family:var(--font-display);
  font-size:16px; font-weight:500;
  color:var(--soft-blush);
  line-height:1.25; letter-spacing:-0.005em;
}
.consent-sub {
  font-size:13px; line-height:1.5;
  color:var(--blush-muted);
}
.consent-sub a { color:var(--hot-pink); text-decoration:underline; text-underline-offset:2px; }
.consent-sub a:hover { color:#fbcfe8; }
@media (max-width:540px) {
  .consent-headline { font-size:15px; }
  .consent-sub { font-size:12.5px; }
}

@media (max-width:540px) {
  .checkout-consent-card { padding:26px 22px 22px; border-radius:20px; }
  .checkout-consent-title { font-size:22px; }
  .checkout-consent-intro { font-size:13px; margin-bottom:20px; }
  .consent-item { padding:12px 14px; }
  .consent-text { font-size:13px; }
  .consent-details { padding-left:30px; }
  .consent-details-body { font-size:12px; }
}


/* ═══ Anker-Scroll-Offset (damit Heading nicht hinter Nav verschwindet) ═══ */
:target,
[id="chatbetreuung"],
[id="widerruf"],
[id="widerruf-erloeschen"],
[id="art9-einwilligung"],
[id="telegram"] {
  scroll-margin-top: 100px;
}

.breadcrumb{font-size:.8rem;color:#9ca3af;margin:0 0 18px;line-height:1.7}
.breadcrumb a{color:#f9a8d4;text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb .sep{margin:0 7px;color:#6b7280}
.breadcrumb .cur{color:#9ca3af}
