/* Öffentliche Kartenseite — mobile-first, schnell, eigenständiges Theme */
:root {
  --pc-primary: #1d4ed8;
  --pc-bg: #f3f4f6;
  --pc-surface: #ffffff;
  --pc-text: #18181b;
  --pc-muted: #6b7280;
  --pc-border: #e5e7eb;
}
[data-theme="dark"] {
  --pc-bg: #0b0b0f;
  --pc-surface: #18181b;
  --pc-text: #f4f4f5;
  --pc-muted: #a1a1aa;
  --pc-border: #27272a;
}
* { box-sizing: border-box; }
body {
  margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: var(--pc-bg); color: var(--pc-text); line-height: 1.5;
}
.pc-wrap { max-width: 480px; margin: 0 auto; padding: 1rem 1rem 3rem; }
.pc-cover { width: 100%; height: 160px; object-fit: cover; border-radius: 16px; }
.pc-avatar {
  display: block; position: relative; z-index: 1;
  width: 130px; height: 130px; border-radius: 50%; object-fit: cover;
  border: 4px solid var(--pc-surface); margin: -65px auto 0; box-shadow: 0 4px 12px rgba(0,0,0,.12);
  background: var(--pc-surface);
}
.pc-avatar.placeholder { display: flex; align-items: center; justify-content: center; font-size: 3rem; font-weight: 700; color: #fff; background: var(--pc-primary); }
.pc-head { text-align: center; margin-top: .75rem; }
.pc-name { font-size: 1.5rem; font-weight: 800; margin: 0; }
.pc-title { color: var(--pc-muted); margin: .15rem 0; }
.pc-company { font-weight: 600; }
.pc-bio { text-align: center; color: var(--pc-muted); margin: 1rem 0; }
.pc-verified { color: var(--pc-primary); font-size: 1rem; }

.pc-actions { display: flex; gap: .5rem; margin: 1.25rem 0; }
.pc-btn {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: .4rem;
  padding: .8rem; border-radius: 12px; font-weight: 700; font-size: .95rem; cursor: pointer;
  background: var(--pc-primary); color: #fff; border: none; text-decoration: none;
}
.pc-btn.alt { background: var(--pc-surface); color: var(--pc-text); border: 1px solid var(--pc-border); }
.pc-btn:hover { opacity: .92; text-decoration: none; }

.pc-section { background: var(--pc-surface); border: 1px solid var(--pc-border); border-radius: 16px; padding: 1rem 1.2rem; margin: 1rem 0; }
.pc-contact { display: flex; align-items: center; gap: .8rem; padding: .6rem 0; border-bottom: 1px solid var(--pc-border); text-decoration: none; color: var(--pc-text); }
.pc-contact:last-child { border-bottom: none; }
.pc-contact .ico { font-size: 1.2rem; width: 28px; text-align: center; }
.pc-contact .v { font-weight: 600; }
.pc-contact .l { font-size: .8rem; color: var(--pc-muted); }

/* Linktree-Stil */
.pc-links { display: flex; flex-direction: column; gap: .7rem; margin-top: 1.25rem; }
.pc-link-cat {
  text-align: center;
  font-weight: 800;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--pc-muted);
  margin: 1.2rem 0 .2rem;
  padding: 0 .5rem;
}
.pc-link-cat:first-child { margin-top: .2rem; }
.pc-link {
  display: flex; align-items: center; gap: .7rem; padding: 1rem 1.2rem;
  background: var(--pc-surface); border: 1px solid var(--pc-border); border-radius: 14px;
  font-weight: 700; color: var(--pc-text); text-decoration: none; transition: transform .08s;
}
.pc-link:hover { transform: scale(1.015); text-decoration: none; }
.pc-link .ico { font-size: 1.25rem; }
.pc-link .lock { margin-left: auto; color: var(--pc-muted); }

/* Hervorhebungs-Stile (Pro+) */
.pc-link--featured {
  border-color: var(--pc-primary);
  border-width: 2px;
  box-shadow: 0 0 0 3px rgba(29, 78, 216, .15);
}
.pc-link--button {
  background: var(--pc-primary);
  color: #fff;
  border-color: var(--pc-primary);
}
.pc-link--button:hover { opacity: .9; transform: scale(1.015); }
.pc-link--banner {
  padding: 1.3rem 1.4rem;
  border-radius: 16px;
  background: var(--pc-primary);
  background-image: linear-gradient(135deg, var(--pc-primary) 0%, #3b82f6 100%);
  color: #fff;
  border-color: transparent;
  font-size: 1.05rem;
}

.pc-foot { text-align: center; margin-top: 2rem; color: var(--pc-muted); font-size: .8rem; }
.pc-foot a { color: var(--pc-muted); }

/* Lead-Formular */
.pc-lead label { display:block; font-weight:600; font-size:.85rem; margin:.6rem 0 .25rem; }
/* font-size 1rem (16px): verhindert Auto-Zoom von iOS Safari beim Fokussieren */
.pc-lead input, .pc-lead textarea { width:100%; padding:.6rem .7rem; border:1px solid var(--pc-border); border-radius:10px; background:var(--pc-bg); color:var(--pc-text); font-family:inherit; font-size:1rem; }
.pc-lead .consent { display:flex; gap:.5rem; align-items:flex-start; margin:.7rem 0; font-size:.82rem; color:var(--pc-muted); }
.pc-lead .consent input { width:auto; }

.pc-alert { padding:.7rem 1rem; border-radius:10px; margin-bottom:1rem; font-size:.9rem; }
.pc-alert.success { background:#ecfdf5; color:#065f46; }
.pc-alert.error { background:#fef2f2; color:#991b1b; }

/* ===== PIN-Gate (numpad design) ===== */
.pn-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: oklch(0.985 0.004 95);
  padding: 1.5rem 1rem;
  box-sizing: border-box;
}
.pn-card {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.pn-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: oklch(0.94 0.01 250);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: background .3s;
}
.pn-icon-box.pn-error-state { background: oklch(0.93 0.04 25); }
.pn-icon-box svg { width: 28px; height: 28px; color: oklch(0.55 0.12 250); transition: color .3s; }
.pn-icon-box.pn-error-state svg { color: oklch(0.62 0.16 25); }
.pn-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: oklch(0.2 0.01 250);
  margin: 0 0 .4rem;
  text-align: center;
}
.pn-sub {
  font-size: .875rem;
  color: oklch(0.48 0.01 250);
  margin: 0 0 1.5rem;
  text-align: center;
}
.pn-alert {
  width: 100%;
  background: oklch(0.95 0.04 25);
  color: oklch(0.45 0.14 25);
  border: 1px solid oklch(0.88 0.06 25);
  border-radius: 10px;
  padding: .65rem 1rem;
  font-size: .85rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
.pn-dots {
  display: flex;
  gap: .7rem;
  margin-bottom: 1.75rem;
  justify-content: center;
}
.pn-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid oklch(0.7 0.06 250);
  background: transparent;
  transition: background .15s, border-color .15s, transform .1s;
}
.pn-dot.filled {
  background: oklch(0.55 0.12 250);
  border-color: oklch(0.55 0.12 250);
  transform: scale(1.1);
}
@keyframes pn-shake {
  0%,100%{ transform: translateX(0); }
  20%    { transform: translateX(-6px); }
  40%    { transform: translateX(6px); }
  60%    { transform: translateX(-4px); }
  80%    { transform: translateX(4px); }
}
.pn-dots.shake { animation: pn-shake .45s ease; }
.pn-pad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  width: 100%;
  margin-bottom: 1.25rem;
}
.pn-key {
  aspect-ratio: 1 / .8;
  border: none;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 3px oklch(0 0 0 / .1), 0 0 0 1px oklch(0 0 0 / .06);
  font-size: 1.65rem;
  font-weight: 600;
  color: oklch(0.2 0.01 250);
  cursor: pointer;
  transition: background .12s, transform .08s, box-shadow .12s;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.pn-key:hover { background: oklch(0.96 0.008 250); }
.pn-key:active { transform: scale(.93); box-shadow: none; }
.pn-key--action { font-size: 1.15rem; color: oklch(0.45 0.06 250); }
.pn-btn {
  width: 100%;
  padding: .85rem;
  border: none;
  border-radius: 14px;
  background: oklch(0.55 0.12 250);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s, opacity .15s, transform .08s;
  margin-bottom: .5rem;
}
.pn-btn:hover { background: oklch(0.5 0.12 250); }
.pn-btn:active { transform: scale(.97); }
.pn-btn:disabled { opacity: .5; cursor: default; }
.pn-footer {
  margin-top: auto;
  padding-top: 2rem;
  font-size: .75rem;
  color: oklch(0.6 0.01 250);
  text-align: center;
}
/* powered-by mit Logo: Schwarzanteile der Wortmarke erben die Linkfarbe (currentColor) */
.pn-footer a { color: oklch(0.45 0.03 250); text-decoration: none; display: inline-flex; align-items: center; gap: .45em; justify-content: center; }
.pn-footer a:hover { text-decoration: underline; }
/* Fallback: alte .pin-box für Rückwärtskompatibilität */
.pin-box { max-width: 360px; margin: 8vh auto 0; text-align: center; }
.pin-box .pin-input { letter-spacing: .5em; text-align: center; font-size: 1.5rem; }

/* Brand-Icons inline SVG */
.ico.brand-ico { display: inline-flex; align-items: center; justify-content: center; line-height: 0; }
.ico.brand-ico svg { display: block; }

/* ===== Layout: modern ===== */
.pc-modern {
  --pc-hero: #6DBFB8;   /* Standard Teal — wird per Inline-Style überschrieben */
  min-height: 100vh;
  background: var(--pc-bg);
}
.pc-modern .pc-wrap { padding: 0 0 3rem; }

/* Hero-Kopfbereich */
.pc-modern .pc-hero-head {
  position: relative;
  background: var(--pc-hero);
  min-height: 140px;
  border-radius: 0 0 32px 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1.2rem;
}
/* Hero-Pill-Buttons (QR & Teilen / Kontakt) — beidseitig identisch */
.pc-modern .pc-hero-pill {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  background: rgba(255,255,255,.25); backdrop-filter: blur(6px);
  color: #fff; font-weight: 700; font-size: .9rem; font-family: inherit;
  height: 40px; padding: 0 1.1rem; border-radius: 20px;
  border: 1.5px solid rgba(255,255,255,.5);
  text-decoration: none; white-space: nowrap; cursor: pointer; transition: background .12s;
}
.pc-modern .pc-hero-pill:hover { background: rgba(255,255,255,.4); text-decoration: none; color: #fff; }
.pc-modern .pc-hero-pill svg { display: block; flex-shrink: 0; }

/* Avatar-Overlap */
.pc-modern .pc-avatar-wrap {
  display: flex; justify-content: center;
  margin-top: -72px; position: relative; z-index: 2;
}
.pc-modern .pc-avatar-wrap .pc-avatar {
  width: 128px; height: 128px;
  border: 5px solid var(--pc-surface);
  margin: 0;
  box-shadow: 0 6px 20px rgba(0,0,0,.14);
}

/* Weißer Karten-Body */
.pc-modern .pc-body {
  background: var(--pc-surface);
  margin: -24px 0 0;
  border-radius: 28px 28px 0 0;
  padding: 88px 1.4rem 2rem;   /* Platz für Avatar */
  position: relative;
  z-index: 1;
}
.pc-modern .pc-head { margin-top: 0; }
.pc-modern .pc-name { font-size: 1.6rem; }

/* Brand-Icons-Reihe (Soziale Netzwerke als runde Buttons) */
.pc-modern .pc-social-row {
  display: flex; justify-content: center; gap: .65rem;
  flex-wrap: wrap;
  margin: 1rem 0 .5rem;
}
.pc-modern .pc-social-btn {
  width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: transform .1s, box-shadow .1s;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  overflow: hidden;
}
.pc-modern .pc-social-btn:hover { transform: scale(1.1); box-shadow: 0 4px 14px rgba(0,0,0,.18); }
.pc-modern .pc-social-btn svg { width: 48px; height: 48px; display: block; }

/* Links im Modern-Layout */
.pc-modern .pc-links { margin-top: 1.5rem; }
.pc-modern .pc-link {
  border-radius: 16px;
  border: 1.5px solid var(--pc-border);
}
.pc-modern .pc-section { border-radius: 18px; }

/* Kontakt-Button unten fixiert (optional) */
.pc-modern .pc-actions {
  gap: .6rem;
  margin: 1rem 0;
}
.pc-modern .pc-btn {
  border-radius: 14px;
}

@media (max-width: 480px) {
  .pc-modern .pc-body { padding-top: 80px; }
}

/* ===== Evergreen Layout ===== */
.pc-evergreen {
  background: #FAFAF7;
  min-height: 100vh;
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.pc-ev-hero {
  position: relative;
  min-height: 195px;
  background: linear-gradient(160deg, #1E3D33 0%, #2E6B57 100%);
  overflow: hidden;
}
.pc-ev-hero::before {
  content: '';
  position: absolute;
  top: -70px; right: -52px;
  width: 210px; height: 210px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  pointer-events: none;
}
.pc-ev-hero::after {
  content: '';
  position: absolute;
  bottom: -44px; left: -46px;
  width: 170px; height: 170px;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  pointer-events: none;
}
.pc-ev-hero-topbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: .5rem;
  padding: 1.1rem 1.2rem .2rem;
  position: relative;
  z-index: 2;
}
.pc-ev-hero-contact {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 8px 14px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.30);
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .02em;
  transition: background .15s;
}
.pc-ev-hero-contact:hover { background: rgba(255,255,255,.27); text-decoration: none; color: #fff; }
.pc-ev-body {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 1.1rem 3rem;
}
.pc-ev-avatar-wrap {
  margin-top: -62px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 5;
}
.pc-ev-avatar {
  width: 124px; height: 124px;
  border-radius: 50%;
  border: 5px solid #FAFAF7;
  object-fit: cover;
  box-shadow: 0 12px 28px -10px rgba(20,50,35,.45);
}
.pc-ev-avatar-init {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 124px; height: 124px;
  border-radius: 50%;
  border: 5px solid #FAFAF7;
  background: linear-gradient(150deg, #2E6B57, #1E3D33);
  box-shadow: 0 12px 28px -10px rgba(20,50,35,.45);
  color: rgba(255,255,255,.92);
  font-family: 'Space Grotesk', 'Manrope', sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  letter-spacing: -.02em;
}
.pc-ev-head { text-align: center; padding-top: 10px; }
.pc-ev-name {
  margin: 0;
  font-family: 'Space Grotesk', 'Manrope', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1A1A17;
  letter-spacing: -.02em;
}
.pc-ev-role {
  margin-top: 8px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #2E6B57;
}
.pc-ev-company {
  margin-top: 5px;
  font-size: .9rem;
  font-weight: 500;
  color: #6E6C66;
}
.pc-ev-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 1.4rem;
}
.pc-ev-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
.pc-ev-action-ico {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: #E7F0EC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E6B57;
  transition: background .15s;
}
.pc-ev-action:hover .pc-ev-action-ico { background: #d3e8de; }
.pc-ev-action > span:last-child {
  font-size: .7rem;
  font-weight: 700;
  color: #6E6C66;
}
.pc-ev-bio {
  margin-top: 1.3rem;
  padding: 1rem 1.1rem;
  background: #F2EFE8;
  border-radius: 18px;
}
.pc-ev-bio p { margin: 0; font-size: .93rem; line-height: 1.65; color: #3A382F; }
.pc-ev-label {
  margin: 1.4rem 0 .55rem;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #A09D94;
}
.pc-ev-contact-card {
  background: #fff;
  border: 1px solid #EAE7E0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.pc-ev-contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  text-decoration: none;
  border-bottom: 1px solid #F1EEE7;
  color: inherit;
  transition: background .12s;
}
.pc-ev-contact-row:last-child { border-bottom: none; }
.pc-ev-contact-row:hover { background: #FAFAF4; text-decoration: none; }
.pc-ev-contact-ico {
  flex: 0 0 auto;
  width: 40px; height: 40px;
  border-radius: 12px;
  background: #E7F0EC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E6B57;
}
.pc-ev-contact-text { flex: 1; min-width: 0; }
.pc-ev-contact-label {
  display: block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #A09D94;
}
.pc-ev-contact-value {
  display: block;
  font-size: .9rem;
  font-weight: 600;
  color: #26241E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pc-ev-contact-chevron { flex: 0 0 auto; color: #D0CCC3; }
.pc-ev-save-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 1.4rem;
  padding: 15px;
  background: #2E6B57;
  color: #fff;
  border-radius: 16px;
  text-decoration: none;
  font-size: .95rem;
  font-weight: 700;
  box-shadow: 0 10px 24px -10px rgba(46,107,87,.55);
  transition: opacity .15s;
}
.pc-ev-save-btn:hover { opacity: .9; text-decoration: none; color: #fff; }
.pc-evergreen .pc-links { margin-top: .2rem; }
.pc-evergreen .pc-link {
  border-radius: 16px;
  border: 1.5px solid #EAE7E0;
  background: #fff;
}
.pc-evergreen .pc-link--featured { background: #E7F0EC; border-color: #C5DDD4; }
.pc-evergreen .pc-foot { margin-top: 2rem; text-align: center; font-size: .78rem; color: #B0ADA5; }
.pc-evergreen .pc-foot a { color: #B0ADA5; text-decoration: none; }
.pc-evergreen .pc-foot a:hover { text-decoration: underline; }

/* ===== Altersverifizierungs-Overlay (18+) ===== */
@keyframes vc-fade  { from{opacity:0} to{opacity:1} }
@keyframes vc-pop   { from{opacity:0;transform:translateY(8px) scale(.985)} to{opacity:1;transform:none} }
@keyframes vc-sheet { from{transform:translateY(100%)} to{transform:none} }

#vc-age-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(20,19,17,.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  animation: vc-fade .15s ease;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
#vc-age-overlay.open { display: flex; }
.vc-age-panel {
  position: relative;
  background: #fff;
  color: #1c1b19;
  width: 100%;
  max-width: 420px;
  border-radius: 22px;
  padding: 34px 28px 26px;
  text-align: center;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  animation: vc-pop .2s ease;
  box-sizing: border-box;
  outline: none;
}
.vc-age-badge {
  width: 56px; height: 56px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #1c1b19;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 700; letter-spacing: .02em;
}
.vc-age-title {
  margin: 20px 0 0;
  font-size: 19px; font-weight: 700; line-height: 1.3;
}
.vc-age-desc {
  margin: 12px 0 0;
  font-size: 14.5px; line-height: 1.55; color: #5c5a56;
}
.vc-age-check-row {
  display: flex; align-items: center; gap: 12px;
  width: 100%; margin-top: 20px;
  padding: 12px 14px;
  border: 1px solid #e7e5e1; border-radius: 12px;
  background: #fff; cursor: pointer; text-align: left;
  font-family: inherit; font-size: 14px; font-weight: 500;
  color: #3a3935; line-height: 1.4;
  transition: border-color .15s, background .15s;
  box-sizing: border-box;
  appearance: none; -webkit-appearance: none;
}
.vc-age-check-row[aria-checked="true"] { border-color: #1c1b19; background: #faf9f8; }
.vc-age-check-box {
  flex: 0 0 auto; width: 22px; height: 22px;
  border-radius: 6px; border: 1.5px solid #bdbab5;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; color: #fff;
  transition: background .15s, border-color .15s;
}
.vc-age-check-row[aria-checked="true"] .vc-age-check-box {
  background: #1c1b19; border-color: #1c1b19;
}
.vc-age-check-row[aria-checked="true"] .vc-age-check-box::after { content: '✓'; }
.vc-age-btns { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.vc-age-btn-primary, .vc-age-btn-secondary {
  appearance: none; border: none; cursor: pointer;
  font-family: inherit; font-size: 15px; font-weight: 600;
  border-radius: 12px; padding: 14px 18px; min-height: 50px;
  width: 100%; line-height: 1.25;
  transition: background .15s, opacity .15s;
}
.vc-age-btn-primary { background: #1c1b19; color: #fff; }
.vc-age-btn-primary:hover:not([disabled]) { background: #34322e; }
.vc-age-btn-primary[disabled] { background: #e4e2de; color: #a7a4a0; cursor: not-allowed; }
.vc-age-btn-secondary { background: #fff; color: #1c1b19; border: 1px solid #d9d7d3; }
.vc-age-btn-secondary:hover { background: #f4f3f1; }
.vc-age-note { margin: 18px 0 0; font-size: 12px; line-height: 1.5; color: #9a9893; }
/* Schmale Screens: Bottom-Sheet */
@media (max-width: 559px) {
  #vc-age-overlay.open { align-items: flex-end; padding: 0; }
  .vc-age-panel {
    max-width: 100%;
    border-radius: 24px 24px 0 0;
    padding: 16px 22px 32px;
    text-align: left;
    box-shadow: 0 -12px 50px rgba(0,0,0,.22);
    animation: vc-sheet .26s cubic-bezier(.32,.72,0,1);
  }
  .vc-age-panel::before {
    content: '';
    display: block;
    width: 42px; height: 5px;
    border-radius: 999px;
    background: #d9d7d3;
    margin: 0 auto 18px;
  }
  .vc-age-badge { display: none; }
  .vc-age-title { margin-top: 0; }
}
/* 18+-Pill am Link (public card) */
.pc-link-adult-badge {
  font-size: 11px; font-weight: 700; letter-spacing: .02em;
  color: #6c6a66; border: 1px solid #d9d7d3;
  border-radius: 999px; padding: 3px 8px;
  flex-shrink: 0; white-space: nowrap;
  margin-left: auto;
}
