    :root {
      --bg: #fef3c7;
      --bg-card: #fff7ed;
      --accent: #1e40af;
      --accent-light: #01367a;
      --text: #1f2937;
      --text-muted: #6b7280;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
      background: radial-gradient(circle at top, #fde68a 0, #fef3c7 55%);
      color: var(--text);
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
    }

    .wrapper {
      max-width: 960px;
      width: 100%;
    }

    .card {
      background: linear-gradient(145deg, #fef3c7, #fff7ed);
      border-radius: 1.25rem;
      padding: 2rem 1.5rem;
      box-shadow:
        0 24px 60px rgba(251, 191, 36, 0.3),
        0 0 0 1px rgba(251, 191, 36, 0.4);
      border: 1px solid rgba(251, 191, 36, 0.6);
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);
    }
    .notice {
       background: #dc2626;              /* rot */
      color: #ffffff;
      border-radius: 0.75rem;
      padding: 0.65rem 1rem;
      text-align: center;
      font-weight: 700;
      letter-spacing: 0.02em;
      border: 1px solid rgba(0,0,0,0.15);
      box-shadow: 0 10px 24px rgba(220, 38, 38, 0.25);
      margin-bottom: 1rem;
    }

    .notice a {
      color: #ffffff;
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    .notice a:hover {
      opacity: 0.92;
    }


    /* Headerbild */
    .hero {
      margin-bottom: 1.5rem;
      border-radius: 1rem;
      overflow: hidden;
      border: 1px solid rgba(251, 191, 36, 0.6);
    }

    .hero img {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 1242 / 484;
      object-fit: cover;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.25rem 0.75rem;
      border-radius: 999px;
      background: rgba(254, 243, 199, 0.95);
      border: 1px solid rgba(30, 64, 175, 0.4);
      color: var(--accent-light);
      font-size: 0.8rem;
      margin-bottom: 1.5rem;
    }

    .badge-dot {
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: var(--accent);
      box-shadow: 0 0 0 6px rgba(30, 64, 175, 0.3);
    }

    h1 {
      font-size: clamp(2.0rem, 4vw, 3.0rem);
      line-height: 1.2;
      margin-bottom: 0.75rem;
    }

    h1 span {
      color: var(--accent);
    }

    .subtitle {
      font-size: 1rem;
      color: var(--text-muted);
      margin-bottom: 1.5rem;
      max-width: 34rem;
    }

    .grid {
      display: grid;
      grid-template-columns: 2.2fr 2fr;
      gap: 2rem;
      align-items: flex-start;
    }

    .section-title {
      font-size: 1.5rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--accent-light);
      margin-bottom: 0.75rem;
    }

    .text-block {
      font-size: 0.95rem;
      line-height: 1.6;
      color: var(--text-muted);
      margin-bottom: 1rem;
    }

    .feature {
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      margin-bottom: 0.6rem;
      font-size: 0.9rem;
      color: var(--text-muted);
    }

    .feature-dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      margin-top: 0.35rem;
      background: rgba(30, 64, 175, 0.8);
    }

    .contact-card {
      background: rgba(255, 255, 255, 0.979);
      border-radius: 1rem;
      padding: 1.5rem 1.5rem;
      border: 1px solid rgba(30, 64, 175, 0.4);
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      font-size: 1.0rem;
    }

    .contact-label {
      font-size: 1.0rem;
      text-transform: uppercase;
      letter-spacing: 0.20em;
      color: var(--text-muted);
      margin-bottom: 0.25rem;
    }

    .contact-strong {
      font-weight: 600;
    }

    a {
      color: var(--accent-light);
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    .footer {
      margin-top: 1.5rem;
      font-size: 0.78rem;
      color: var(--text-muted);
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      justify-content: space-between;
      opacity: 0.9;
    }

    .footer a {
      color: var(--text-muted);
    }

    .social-like {
      margin-top: 1rem;
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      align-items: center;
    }

    .social-like-text {
      font-size: 0.9rem;
      color: var(--text-muted);
    }

    .fb-like-button {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.45rem 0.9rem;
      border-radius: 999px;
      border: 1px solid #1607eb;
      background: #012fad;
      color: #ffffff;
      font-size: 0.88rem;
      font-weight: 600;
      cursor: pointer;
      text-decoration: none;
      box-shadow: 0 8px 20px rgba(24, 119, 242, 0.35);
      transition: transform 0.12s ease, box-shadow 0.12s ease,
      background 0.12s ease;
    }

    .fb-like-button:hover {
      background: #043d88;
      box-shadow: 0 10px 26px rgba(24, 119, 242, 0.45);
      transform: translateY(-1px);
    }

    .fb-like-icon {
      width: 18px;
      height: 18px;
      border-radius: 4px;
      background: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #02295c;
      font-size: 14px;
      font-weight: 900;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
    }

    @media (max-width: 768px) {
      .card {
        padding: 1.6rem 1.25rem;
      }

      .grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
      }

      body {
        padding: 1rem;
      }
    }

    @media (max-width: 480px) {
      .contact-card {
        padding: 1rem 1rem;
      }

      .subtitle {
        font-size: 0.95rem;
      }

      .footer {
        flex-direction: column;
        align-items: flex-start;
      }
    }
