    :root {
      --hj-rot: #C0392B;
      --hj-dunkelrot: #8B0000;
      --hj-schwarz: #1A1A1A;
      --hj-anthrazit: #2C2C2C;
      --hj-blau: #4A90D9;
      --hj-gold: #D4AF37;
      --hj-weiss: #F5F5F0;
      --hj-dunkel: #0D0D0D;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Lato', sans-serif; background: var(--hj-dunkel); color: var(--hj-weiss); overflow-x: hidden; }
    img { max-width: 100%; height: auto; }
    a { text-decoration: none; color: inherit; }

    /* ── HEADER (identisch index.html) ─────────────────────────────── */
    .topbar { background: var(--hj-rot); padding: 8px 0; overflow: hidden; }
    .ticker-wrap { display: flex; align-items: center; }
    .ticker-label {
      background: var(--hj-dunkelrot); color: #fff;
      font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
      font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
      padding: 0 18px; white-space: nowrap; flex-shrink: 0; min-height: 32px;
      display: flex; align-items: center;
    }
    .ticker-track { overflow: hidden; flex: 1; padding: 0 20px; }
    .ticker-inner { display: flex; animation: tickerScroll 28s linear infinite; white-space: nowrap; }
    .ticker-inner:hover { animation-play-state: paused; }
    .ticker-item { font-family: 'Barlow Condensed', sans-serif; font-size: 0.9rem; font-weight: 700; color: rgba(255,255,255,0.92); padding-right: 60px; }
    .ticker-sep { color: rgba(255,255,255,0.4); margin-right: 60px; }
    @keyframes tickerScroll { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

    .site-header {
      background: rgba(13,13,13,0.98); backdrop-filter: blur(16px);
      border-bottom: 2px solid var(--hj-rot);
      position: sticky; top: 0; z-index: 100; padding: 0 40px;
    }
    .header-inner {
      max-width: 1280px; margin: 0 auto;
      display: flex; align-items: center; justify-content: space-between; height: 68px;
    }
    .logo-wrap { display: flex; align-items: center; text-decoration: none; }
    .logo-image { display: block; width: 52px; height: 52px; object-fit: contain; }
    .logo-image.footer { width: 44px; height: 44px; }
    .main-nav { display: flex; align-items: center; gap: 4px; }
    .nav-link { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,245,240,0.6); padding: 8px 14px; border-radius: 3px; transition: color 0.2s, background 0.2s; }
    .nav-link:hover { color: var(--hj-weiss); background: rgba(255,255,255,0.06); }
    .nav-link.active { color: var(--hj-rot); }
    .nav-link-abstimmen { color: var(--hj-gold) !important; border: 1px solid rgba(212,175,55,0.35); margin-left: 6px; display: flex; align-items: center; gap: 6px; }
    .nav-link-abstimmen:hover { background: rgba(212,175,55,0.12) !important; border-color: var(--hj-gold); }
    .nav-pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--hj-rot); display: inline-block; flex-shrink: 0; animation: navPulse 1.8s ease-in-out infinite; }
    @keyframes navPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(0.7)} }
    .header-search { display: flex; align-items: center; gap: 10px; }
    .subscribe-btn { background: var(--hj-rot); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 8px 18px; border-radius: 3px; border: none; cursor: pointer; transition: background 0.2s; }
    .subscribe-btn:hover { background: var(--hj-dunkelrot); }
    .mobile-menu-btn { display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
    .mobile-menu-btn span { display: block; width: 22px; height: 2px; background: var(--hj-weiss); border-radius: 2px; transition: all 0.25s; }
    .mobile-menu-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .mobile-menu-btn.open span:nth-child(2) { opacity: 0; }
    .mobile-menu-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .mobile-nav-panel { display: none; flex-direction: column; background: rgba(13,13,13,0.99); border-bottom: 2px solid var(--hj-rot); position: sticky; top: 68px; z-index: 99; padding: 12px 20px; gap: 2px; }
    .mobile-nav-panel.open { display: flex; }
    .mobile-nav-link { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,245,240,0.65); padding: 10px 14px; border-radius: 3px; transition: color 0.2s, background 0.2s; }
    .mobile-nav-link.active, .mobile-nav-link:hover { color: var(--hj-weiss); background: rgba(192,57,43,0.15); }
    .mobile-nav-abstimmen { color: var(--hj-gold) !important; border-top: 1px solid rgba(255,255,255,0.06); margin-top: 6px; padding-top: 14px; display: flex; align-items: center; gap: 8px; }
    @media (max-width: 768px) { .main-nav { display: none; } .mobile-menu-btn { display: flex; } }

    /* ── PAGE HERO ──────────────────────────────────────────────────── */
    .page-hero {
      background: linear-gradient(135deg, rgba(212,175,55,0.12) 0%, rgba(13,13,13,1) 60%);
      border-bottom: 1px solid rgba(212,175,55,0.2);
      padding: 52px 40px 44px;
    }
    .page-hero-inner { max-width: 1280px; margin: 0 auto; }
    .page-hero-eyebrow {
      display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
    }
    .page-hero-badge {
      font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
      font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
      color: var(--hj-gold); display: flex; align-items: center; gap: 7px;
    }
    .page-hero-quartal {
      font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
      font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
      color: rgba(212,175,55,0.45);
      background: rgba(212,175,55,0.08);
      border: 1px solid rgba(212,175,55,0.2);
      padding: 3px 10px; border-radius: 2px;
    }
    .page-hero-h {
      font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-style: italic;
      font-size: clamp(2.4rem, 5vw, 4rem); text-transform: uppercase;
      color: var(--hj-weiss); line-height: 0.92; letter-spacing: -0.01em;
      margin-bottom: 14px;
    }
    .page-hero-h span { color: var(--hj-gold); }
    .page-hero-sub {
      font-size: 1rem; color: rgba(245,245,240,0.55); line-height: 1.6;
      max-width: 600px; margin-bottom: 24px;
    }
    .page-hero-stats {
      display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
    }
    .phs-item { text-align: left; }
    .phs-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-style: italic; font-size: 1.8rem; color: var(--hj-gold); line-height: 1; }
    .phs-label { font-family: 'Barlow Condensed', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,245,240,0.3); margin-top: 2px; }
    .phs-div { width: 1px; height: 32px; background: rgba(255,255,255,0.1); }

    /* ── MAIN LAYOUT ────────────────────────────────────────────────── */
    .page-body { max-width: 1280px; margin: 0 auto; padding: 48px 40px 80px; }

    .section-head {
      display: flex; align-items: baseline; gap: 16px;
      border-bottom: 2px solid rgba(255,255,255,0.06);
      padding-bottom: 14px; margin-bottom: 28px;
    }
    .section-head-title {
      font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-style: italic;
      font-size: 1.5rem; text-transform: uppercase; color: var(--hj-weiss);
    }
    .section-head-title span { color: var(--hj-rot); }
    .section-head-title.gold span { color: var(--hj-gold); }
    .section-head-sub {
      font-size: 0.78rem; color: rgba(245,245,240,0.35);
      font-family: 'Barlow Condensed', sans-serif; letter-spacing: 0.06em;
    }

    /* ── AKTIVE UMFRAGE ─────────────────────────────────────────────── */
    .aktiv-card {
      background: linear-gradient(135deg, rgba(212,175,55,0.1) 0%, rgba(44,44,44,0.95) 100%);
      border: 1px solid rgba(212,175,55,0.4);
      border-top: 4px solid var(--hj-gold);
      border-radius: 4px;
      padding: 36px 40px;
      margin-bottom: 48px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 40px;
      align-items: start;
    }
    .ak-live-row {
      display: flex; align-items: center; gap: 10px; margin-bottom: 12px;
    }
    .ak-live-badge {
      display: flex; align-items: center; gap: 6px;
      font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
      font-size: 0.68rem; letter-spacing: 0.18em; color: var(--hj-rot);
      text-transform: uppercase;
    }
    .ak-live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--hj-rot); animation: livePulse 1.5s ease-in-out infinite; }
    @keyframes livePulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
    .ak-bis {
      font-family: 'Barlow Condensed', sans-serif; font-size: 0.72rem; font-weight: 700;
      letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,245,240,0.3);
    }
    .ak-frage {
      font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-style: italic;
      font-size: clamp(1.6rem, 3vw, 2.4rem); text-transform: uppercase;
      color: var(--hj-weiss); line-height: 0.95; margin-bottom: 10px;
    }
    .ak-beschreibung {
      font-size: 0.9rem; color: rgba(245,245,240,0.55); line-height: 1.6; margin-bottom: 20px; max-width: 520px;
    }
    .ak-teaser-bars { margin-bottom: 20px; }
    .ak-bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }
    .ak-bar-label { font-family: 'Barlow Condensed', sans-serif; font-size: 0.82rem; font-weight: 700; color: rgba(245,245,240,0.65); width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex-shrink: 0; }
    .ak-bar-track { flex: 1; height: 7px; background: rgba(255,255,255,0.08); border-radius: 3px; overflow: hidden; }
    .ak-bar-fill { height: 100%; border-radius: 3px; width: 0%; transition: width 1s cubic-bezier(0.22,1,0.36,1); }
    .ak-bar-fill.fuehrend { background: var(--hj-rot); }
    .ak-bar-fill.normal   { background: rgba(255,255,255,0.18); }
    .ak-bar-pct { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.82rem; color: rgba(245,245,240,0.5); width: 36px; text-align: right; flex-shrink: 0; }
    .ak-meta { font-family: 'Barlow Condensed', sans-serif; font-size: 0.75rem; color: rgba(245,245,240,0.3); letter-spacing: 0.05em; }
    .ak-cta-col { display: flex; flex-direction: column; align-items: center; gap: 12px; padding-top: 8px; }
    .ak-btn {
      background: var(--hj-gold); color: var(--hj-schwarz);
      font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
      font-size: 1rem; letter-spacing: 0.12em; text-transform: uppercase;
      padding: 16px 32px; border: none; border-radius: 3px; cursor: pointer;
      transition: background 0.2s; white-space: nowrap;
      box-shadow: 0 0 0 0 rgba(212,175,55,0.4); animation: bpGlow 2.5s ease-out infinite;
    }
    @keyframes bpGlow { 0%{box-shadow:0 0 0 0 rgba(212,175,55,0.4)} 70%{box-shadow:0 0 0 10px rgba(212,175,55,0)} 100%{box-shadow:0 0 0 0 rgba(212,175,55,0)} }
    .ak-btn:hover { background: #e8c84a; animation: none; }
    .ak-stimmen-count { font-family: 'Barlow Condensed', sans-serif; font-size: 0.75rem; color: rgba(245,245,240,0.3); letter-spacing: 0.08em; text-align: center; }

    /* ── QUARTALS-TIMELINE ──────────────────────────────────────────── */
    .timeline { display: flex; flex-direction: column; gap: 0; margin-bottom: 48px; }
    .tl-item {
      display: grid;
      grid-template-columns: 160px 1fr;
      gap: 0;
      position: relative;
    }
    .tl-item:not(:last-child)::after {
      content: '';
      position: absolute;
      left: 159px;
      top: 48px;
      bottom: 0;
      width: 1px;
      background: rgba(255,255,255,0.07);
    }
    .tl-datum {
      padding: 20px 24px 20px 0;
      text-align: right;
      border-right: 2px solid rgba(255,255,255,0.07);
      position: relative;
    }
    .tl-datum::after {
      content: '';
      position: absolute;
      right: -6px; top: 26px;
      width: 10px; height: 10px;
      border-radius: 50%;
      border: 2px solid var(--hj-anthrazit);
    }
    .tl-item.status-aktiv .tl-datum::after    { background: var(--hj-gold); border-color: var(--hj-gold); box-shadow: 0 0 0 4px rgba(212,175,55,0.2); }
    .tl-item.status-kommend .tl-datum::after  { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.2); }
    .tl-item.status-abgeschlossen .tl-datum::after { background: rgba(192,57,43,0.6); border-color: var(--hj-rot); }
    .tl-von { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.82rem; color: rgba(245,245,240,0.4); display: block; }
    .tl-bis { font-family: 'Barlow Condensed', sans-serif; font-size: 0.72rem; color: rgba(245,245,240,0.22); display: block; margin-top: 2px; }
    .tl-card {
      margin-left: 28px;
      margin-bottom: 4px;
      background: var(--hj-anthrazit);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 3px;
      padding: 18px 22px;
      transition: background 0.2s;
      cursor: default;
    }
    .tl-item.status-aktiv .tl-card    { border-color: rgba(212,175,55,0.3); background: rgba(212,175,55,0.06); }
    .tl-item.status-kommend .tl-card  { opacity: 0.6; }
    .tl-item.status-abgeschlossen .tl-card:hover { background: #333; cursor: pointer; }
    .tl-card.tl-card-target {
      border-color: var(--hj-gold) !important;
      box-shadow: 0 0 0 1px rgba(212,175,55,0.45), 0 0 24px rgba(212,175,55,0.15);
      background: rgba(212,175,55,0.08);
    }
    .tl-status-row {
      display: flex; align-items: center; gap: 8px; margin-bottom: 6px;
    }
    .tl-badge {
      font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
      font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase;
      padding: 2px 8px; border-radius: 2px;
    }
    .badge-aktiv        { background: rgba(212,175,55,0.2); color: var(--hj-gold); border: 1px solid rgba(212,175,55,0.3); }
    .badge-kommend      { background: rgba(255,255,255,0.06); color: rgba(245,245,240,0.35); border: 1px solid rgba(255,255,255,0.08); }
    .badge-abgeschlossen { background: rgba(192,57,43,0.15); color: rgba(192,57,43,0.8); border: 1px solid rgba(192,57,43,0.2); }
    .tl-num { font-family: 'Barlow Condensed', sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; color: rgba(245,245,240,0.2); }
    .tl-frage { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 1.1rem; color: var(--hj-weiss); line-height: 1.15; margin-bottom: 4px; }
    .tl-beschreibung { font-size: 0.82rem; color: rgba(245,245,240,0.4); line-height: 1.5; }
    .tl-actions { margin-top: 12px; display: flex; align-items: center; gap: 12px; }
    .tl-btn-small {
      font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.75rem;
      letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 14px;
      border-radius: 2px; border: none; cursor: pointer; transition: all 0.15s;
    }
    .tl-btn-abstimmen { background: var(--hj-gold); color: var(--hj-schwarz); }
    .tl-btn-abstimmen:hover { background: #e8c84a; }
    .tl-btn-ergebnisse { background: rgba(255,255,255,0.06); color: rgba(245,245,240,0.55); border: 1px solid rgba(255,255,255,0.1) !important; }
    .tl-btn-ergebnisse:hover { background: rgba(255,255,255,0.1); color: var(--hj-weiss); }
    .tl-artikel-link {
      font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.75rem;
      letter-spacing: 0.08em; text-transform: uppercase; color: var(--hj-blau);
      transition: color 0.2s;
    }
    .tl-artikel-link:hover { color: #7ab8f0; }
    .tl-stimmen { font-family: 'Barlow Condensed', sans-serif; font-size: 0.7rem; color: rgba(245,245,240,0.25); margin-left: auto; }

    /* Inline-Ergebnis (aufklappbar für abgeschlossene) */
    .tl-ergebnis-inline { margin-top: 14px; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 14px; }
    .tl-erg-row { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; }
    .tl-erg-label { font-family: 'Barlow Condensed', sans-serif; font-size: 0.78rem; font-weight: 700; color: rgba(245,245,240,0.6); flex: 1; }
    .tl-erg-track { width: 120px; height: 5px; background: rgba(255,255,255,0.08); border-radius: 2px; overflow: hidden; flex-shrink: 0; }
    .tl-erg-fill { height: 100%; border-radius: 2px; }
    .tl-erg-fill.fuehrend { background: var(--hj-rot); }
    .tl-erg-fill.normal   { background: rgba(255,255,255,0.18); }
    .tl-erg-pct { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.78rem; color: rgba(245,245,240,0.4); width: 36px; text-align: right; flex-shrink: 0; }

    /* ── DSGVO HINWEIS SEITE ────────────────────────────────────────── */
    .dsgvo-box {
      background: rgba(255,255,255,0.02);
      border: 1px solid rgba(255,255,255,0.06);
      border-left: 3px solid rgba(212,175,55,0.35);
      border-radius: 3px;
      padding: 20px 24px;
      margin-bottom: 48px;
      font-size: 0.82rem;
      color: rgba(245,245,240,0.4);
      line-height: 1.7;
    }
    .dsgvo-box strong { color: rgba(245,245,240,0.65); }
    .dsgvo-box a { color: var(--hj-gold); }

    /* ── LEERER ZUSTAND ─────────────────────────────────────────────── */
    .empty-state {
      padding: 48px 0;
      text-align: center;
      color: rgba(245,245,240,0.25);
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 1rem;
      letter-spacing: 0.06em;
    }
    .loading-shimmer {
      background: linear-gradient(90deg, rgba(255,255,255,0.04) 25%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0.04) 75%);
      background-size: 200% 100%;
      animation: shimmer 1.5s infinite;
      border-radius: 3px;
      height: 20px;
      margin-bottom: 8px;
    }
    @keyframes shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }

    /* ── FOOTER ─────────────────────────────────────────────────────── */
    footer { background: var(--hj-anthrazit); border-top: 2px solid var(--hj-rot); margin-top: 80px; padding: 48px 40px 32px; }
    .footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 200px 1fr 1fr 1fr; gap: 48px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.07); }
    .footer-col-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(245,245,240,0.35); margin-bottom: 16px; }
    .footer-col-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
    .footer-col-links a { font-size: 0.88rem; color: rgba(245,245,240,0.55); transition: color 0.2s; }
    .footer-col-links a:hover { color: var(--hj-weiss); }
    .footer-brand-tagline { font-size: 0.82rem; color: rgba(245,245,240,0.35); margin-top: 12px; line-height: 1.5; }
    .footer-bottom { max-width: 1280px; margin: 24px auto 0; display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; color: rgba(245,245,240,0.3); }
    .footer-bottom a { color: rgba(74,144,217,0.6); }
    .footer-bottom a:hover { color: var(--hj-blau); }

    /* ── MODAL (identisch index.html) ───────────────────────────────── */
    .bp-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 600; display: flex; align-items: flex-start; justify-content: center; padding: 60px 20px 40px; opacity: 0; pointer-events: none; transition: opacity 0.25s; overflow-y: auto; }
    .bp-modal.open { opacity: 1; pointer-events: all; }
    .bp-modal-inner { background: var(--hj-anthrazit); border: 1px solid rgba(212,175,55,0.3); border-radius: 6px; width: 100%; max-width: 680px; transform: translateY(-12px); transition: transform 0.25s; }
    .bp-modal.open .bp-modal-inner { transform: translateY(0); }
    .bp-modal-header { display: flex; align-items: center; justify-content: space-between; padding: 18px 28px; border-bottom: 1px solid rgba(255,255,255,0.07); position: sticky; top: 0; background: var(--hj-anthrazit); z-index: 2; border-radius: 6px 6px 0 0; }
    .bp-modal-logo { display: flex; align-items: center; gap: 12px; }
    .bp-modal-badge { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 0.85rem; letter-spacing: 0.15em; color: var(--hj-gold); text-transform: uppercase; }
    .bp-modal-quartal { font-family: 'Barlow Condensed', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; color: rgba(212,175,55,0.45); text-transform: uppercase; }
    .bp-modal-close { background: none; border: none; color: rgba(245,245,240,0.4); font-size: 1.1rem; cursor: pointer; padding: 6px 10px; border-radius: 3px; transition: all 0.2s; }
    .bp-modal-close:hover { color: var(--hj-weiss); background: rgba(255,255,255,0.06); }
    .bp-phase { padding: 28px; }
    .bp-modal-frage { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-style: italic; font-size: clamp(1.4rem,3vw,1.9rem); text-transform: uppercase; color: var(--hj-weiss); line-height: 1; margin-bottom: 8px; }
    .bp-modal-beschreibung { font-size: 0.88rem; color: rgba(245,245,240,0.5); line-height: 1.55; margin-bottom: 6px; }
    .bp-hinweis-mehrfach { font-family: 'Barlow Condensed', sans-serif; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(212,175,55,0.55); margin-bottom: 18px; }
    .bp-dsgvo-hinweis { display: flex; gap: 10px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-left: 3px solid rgba(212,175,55,0.4); border-radius: 3px; padding: 12px 14px; font-size: 0.8rem; color: rgba(245,245,240,0.5); line-height: 1.55; margin-bottom: 20px; }
    .bp-dsgvo-hinweis strong { color: rgba(245,245,240,0.75); }
    .bp-dsgvo-icon { flex-shrink: 0; font-size: 0.9rem; margin-top: 1px; }
    .bp-dsgvo-mehr { background: none; border: none; cursor: pointer; color: var(--hj-gold); font-size: 0.78rem; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 0.05em; padding: 0; margin-left: 4px; transition: color 0.2s; }
    .bp-dsgvo-mehr:hover { color: #e8c84a; }
    .bp-dsgvo-detail { background: rgba(0,0,0,0.2); border: 1px solid rgba(255,255,255,0.06); border-radius: 3px; padding: 16px 18px; font-size: 0.8rem; color: rgba(245,245,240,0.5); line-height: 1.7; margin-bottom: 20px; }
    .bp-dsgvo-detail ul { padding-left: 16px; margin: 6px 0; }
    .bp-dsgvo-detail li { margin-bottom: 3px; }
    .bp-dsgvo-detail strong { color: rgba(245,245,240,0.75); }
    .bp-dsgvo-link { color: var(--hj-gold); font-size: 0.78rem; }
    .bp-options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 24px; }
    .bp-option-card { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; background: rgba(255,255,255,0.03); border: 1.5px solid rgba(255,255,255,0.1); border-radius: 4px; cursor: pointer; transition: all 0.18s; user-select: none; min-height: 56px; }
    .bp-option-card:hover { border-color: rgba(212,175,55,0.45); background: rgba(212,175,55,0.05); }
    .bp-option-card.selected { border-color: var(--hj-gold); background: rgba(212,175,55,0.1); }
    .bp-option-check { width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.2); flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: all 0.18s; margin-top: 1px; }
    .bp-option-card.selected .bp-option-check { background: var(--hj-gold); border-color: var(--hj-gold); }
    .bp-option-check::after { content: ''; width: 6px; height: 10px; border: 2px solid var(--hj-schwarz); border-top: none; border-left: none; transform: rotate(45deg) translateY(-1px); opacity: 0; transition: opacity 0.15s; }
    .bp-option-card.selected .bp-option-check::after { opacity: 1; }
    .bp-option-texts { flex: 1; }
    .bp-option-text { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--hj-weiss); line-height: 1.2; }
    .bp-option-sub { font-size: 0.75rem; color: rgba(245,245,240,0.4); margin-top: 3px; line-height: 1.3; }
    .bp-freitext-wrap { margin-bottom: 24px; border-top: 1px solid rgba(255,255,255,0.07); padding-top: 20px; }
    .bp-freitext-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,245,240,0.4); display: block; margin-bottom: 8px; }
    .bp-optional { font-weight: 400; text-transform: none; letter-spacing: 0; font-size: 0.72rem; }
    .bp-freitext { width: 100%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 3px; padding: 12px 16px; color: var(--hj-weiss); font-family: 'Lato', sans-serif; font-size: 0.9rem; line-height: 1.55; resize: vertical; outline: none; transition: border-color 0.2s; }
    .bp-freitext::placeholder { color: rgba(245,245,240,0.2); }
    .bp-freitext:focus { border-color: var(--hj-gold); }
    .bp-char-count { font-family: 'Barlow Condensed', sans-serif; font-size: 0.7rem; color: rgba(245,245,240,0.25); text-align: right; margin-top: 4px; }
    .bp-submit-btn { width: 100%; height: 52px; background: var(--hj-rot); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 1.1rem; letter-spacing: 0.12em; text-transform: uppercase; border: none; border-radius: 3px; cursor: pointer; transition: background 0.2s, opacity 0.2s; }
    .bp-submit-btn:disabled { opacity: 0.35; cursor: not-allowed; }
    .bp-submit-btn:not(:disabled):hover { background: var(--hj-dunkelrot); }
    .bp-laden-inner { text-align: center; padding: 40px 20px; }
    .bp-laden-text { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.1rem; letter-spacing: 0.08em; color: rgba(245,245,240,0.5); margin-bottom: 24px; }
    .bp-laden-bar { height: 4px; background: rgba(255,255,255,0.1); border-radius: 2px; overflow: hidden; max-width: 320px; margin: 0 auto; }
    .bp-laden-fill { height: 100%; background: var(--hj-gold); border-radius: 2px; width: 0%; transition: width 0.6s ease-out; }
    .bp-ergebnisse-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
    .bp-ergebnisse-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-style: italic; font-size: 1.3rem; text-transform: uppercase; color: var(--hj-weiss); line-height: 1; }
    .bp-live-badge { display: flex; align-items: center; gap: 6px; font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 0.7rem; letter-spacing: 0.15em; color: var(--hj-rot); flex-shrink: 0; }
    .bp-live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--hj-rot); animation: livePulse 1.5s ease-in-out infinite; }
    .bp-result-row { margin-bottom: 14px; }
    .bp-result-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 5px; }
    .bp-result-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--hj-weiss); display: flex; align-items: center; gap: 8px; }
    .bp-result-eigene { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--hj-gold); background: rgba(212,175,55,0.15); padding: 1px 6px; border-radius: 2px; }
    .bp-result-pct { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 1.1rem; color: var(--hj-weiss); min-width: 48px; text-align: right; }
    .bp-result-track { height: 8px; background: rgba(255,255,255,0.08); border-radius: 4px; overflow: hidden; }
    .bp-result-fill { height: 100%; border-radius: 4px; width: 0%; transition: width 900ms cubic-bezier(0.22,1,0.36,1); }
    .bp-result-fill.fuehrend { background: var(--hj-rot); }
    .bp-result-fill.normal   { background: rgba(255,255,255,0.2); }
    .bp-result-stimmen { font-family: 'Barlow Condensed', sans-serif; font-size: 0.7rem; color: rgba(245,245,240,0.3); margin-top: 3px; text-align: right; }
    .bp-ergebnisse-meta { font-family: 'Barlow Condensed', sans-serif; font-size: 0.75rem; color: rgba(245,245,240,0.3); letter-spacing: 0.05em; margin: 20px 0 24px; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 14px; }
    .bp-share-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
    .bp-share-label { font-family: 'Barlow Condensed', sans-serif; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,245,240,0.35); }
    .bp-share-btn { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 3px; padding: 7px 14px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.78rem; letter-spacing: 0.06em; color: rgba(245,245,240,0.55); cursor: pointer; transition: all 0.15s; }
    .bp-share-btn:hover { background: rgba(255,255,255,0.1); color: var(--hj-weiss); }
    .bp-neu-btn { background: none; border: none; color: rgba(245,245,240,0.4); font-family: 'Barlow Condensed', sans-serif; font-size: 0.82rem; letter-spacing: 0.08em; cursor: pointer; padding: 0; transition: color 0.2s; }
    .bp-neu-btn:hover { color: var(--hj-weiss); }

    /* Responsive */
    @media (max-width: 1024px) { .footer-inner { grid-template-columns: 1fr 1fr; } .aktiv-card { grid-template-columns: 1fr; } .ak-cta-col { flex-direction: row; align-items: center; } }
    @media (max-width: 768px) {
      .page-hero { padding: 36px 20px 28px; }
      .page-body { padding: 32px 20px 60px; }
      .tl-item { grid-template-columns: 100px 1fr; }
      .bp-options-grid { grid-template-columns: 1fr; }
      .footer-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
      .bp-modal { padding: 0; align-items: flex-end; }
      .bp-modal-inner { border-radius: 12px 12px 0 0; max-height: 92vh; overflow-y: auto; transform: translateY(40px); }
      .bp-modal.open .bp-modal-inner { transform: translateY(0); }
    }
