/* ===== VORFALLBERICHTE – DARK RED URGENCY THEME ===== */
    body { background: #0a0408; }

    /* Hero */
    .vb-hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      padding: 120px 0 80px;
      background: #0a0408;
      position: relative;
      overflow: hidden;
    }
    .vb-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 60% 50% at 70% 45%, rgba(239,68,68,.1) 0%, transparent 70%),
        radial-gradient(ellipse 40% 60% at 20% 60%, rgba(220,38,38,.07) 0%, transparent 60%);
    }
    .vb-hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(239,68,68,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(239,68,68,.04) 1px, transparent 1px);
      background-size: 60px 60px;
    }
    .vb-hero-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: center;
      position: relative;
      z-index: 1;
    }
    .vb-badge {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      background: rgba(239,68,68,.12);
      border: 1px solid rgba(239,68,68,.3);
      color: #fca5a5;
      border-radius: 99px;
      padding: .4rem 1rem;
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: .04em;
      margin-bottom: 1.5rem;
    }
    .vb-badge-dot {
      width: 7px; height: 7px; border-radius: 50%;
      background: #ef4444;
      animation: vb-pulse 2s ease-in-out infinite;
    }
    @keyframes vb-pulse { 0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(239,68,68,.5)} 50%{opacity:.6;box-shadow:0 0 0 6px rgba(239,68,68,0)} }
    .vb-title {
      font-size: clamp(2.2rem, 3.8vw, 3.2rem);
      font-weight: 800;
      color: #fff;
      line-height: 1.1;
      margin-bottom: 1.25rem;
    }
    .vb-grad { background: linear-gradient(135deg, #fca5a5, #f87171, #ef4444); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
    .vb-sub { font-size: 1.05rem; color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 2rem; }
    .vb-hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }
    .vb-btn-p {
      background: linear-gradient(135deg, #ef4444, #dc2626);
      color: #fff; border: none; border-radius: 10px;
      padding: .85rem 2rem; font-size: .95rem; font-weight: 700;
      text-decoration: none; display: inline-block;
      box-shadow: 0 0 30px rgba(239,68,68,.3);
      transition: transform .2s, box-shadow .2s;
    }
    .vb-btn-p:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(239,68,68,.45); }
    .vb-btn-g {
      background: transparent; color: rgba(255,255,255,.7);
      border: 1px solid rgba(255,255,255,.15);
      border-radius: 10px; padding: .85rem 2rem;
      font-size: .95rem; font-weight: 600;
      text-decoration: none; display: inline-block;
      transition: border-color .2s, color .2s;
    }
    .vb-btn-g:hover { border-color: rgba(255,255,255,.4); color: #fff; }

    /* Mobile phone mockup */
    .vb-phone {
      position: relative;
      width: 300px;
      margin: 0 auto;
      background: #111;
      border-radius: 36px;
      border: 3px solid rgba(255,255,255,.12);
      box-shadow: 0 0 80px rgba(239,68,68,.15), 0 40px 80px rgba(0,0,0,.6);
      overflow: hidden;
    }
    .vb-phone-notch {
      width: 120px; height: 24px;
      background: #111;
      border-radius: 0 0 16px 16px;
      margin: 0 auto;
      position: relative;
      z-index: 5;
    }
    .vb-phone-screen {
      background: #1a1014;
      padding: 0 16px 20px;
    }
    .vb-phone-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px solid rgba(239,68,68,.15);
      margin-bottom: 14px;
    }
    .vb-phone-header-title { font-size: .7rem; font-weight: 700; color: #fff; }
    .vb-phone-header-live {
      display: flex; align-items: center; gap: .3rem;
      font-size: .55rem; font-weight: 700; color: #ef4444;
    }
    .vb-phone-header-dot { width: 5px; height: 5px; border-radius: 50%; background: #ef4444; animation: blink 1.5s infinite; }
    .vb-form-group { margin-bottom: 10px; }
    .vb-form-label { font-size: .55rem; font-weight: 600; color: rgba(255,255,255,.5); margin-bottom: 4px; display: block; text-transform: uppercase; letter-spacing: .06em; }
    .vb-form-select, .vb-form-input {
      width: 100%;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(239,68,68,.2);
      border-radius: 8px;
      padding: 8px 10px;
      font-size: .65rem;
      color: #fff;
      font-family: inherit;
    }
    .vb-form-select-active { border-color: rgba(239,68,68,.5); background: rgba(239,68,68,.08); }
    .vb-severity-row { display: flex; gap: 6px; }
    .vb-sev-chip {
      flex: 1;
      text-align: center;
      padding: 6px 4px;
      border-radius: 6px;
      font-size: .55rem;
      font-weight: 700;
      border: 1px solid rgba(255,255,255,.1);
      color: rgba(255,255,255,.5);
    }
    .vb-sev-active {
      background: rgba(239,68,68,.15);
      border-color: #ef4444;
      color: #f87171;
    }
    .vb-attach-row { display: flex; gap: 8px; margin-top: 4px; }
    .vb-attach-btn {
      display: flex; align-items: center; gap: 4px;
      background: rgba(255,255,255,.06);
      border: 1px dashed rgba(239,68,68,.25);
      border-radius: 8px;
      padding: 8px 10px;
      font-size: .55rem;
      color: rgba(255,255,255,.5);
      font-weight: 600;
      flex: 1;
      justify-content: center;
    }
    .vb-gps-bar {
      display: flex; align-items: center; gap: 6px;
      background: rgba(34,197,94,.1);
      border: 1px solid rgba(34,197,94,.25);
      border-radius: 8px;
      padding: 7px 10px;
      margin-top: 10px;
    }
    .vb-gps-dot { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; animation: blink 1.5s infinite; }
    .vb-gps-text { font-size: .55rem; color: #4ade80; font-weight: 600; }
    .vb-submit-btn {
      width: 100%;
      background: linear-gradient(135deg, #ef4444, #dc2626);
      border: none;
      border-radius: 10px;
      padding: 10px;
      font-size: .7rem;
      font-weight: 700;
      color: #fff;
      margin-top: 12px;
      text-align: center;
    }

    /* Ereignistypen */
    .vb-types { padding: 6rem 0; background: #0a0408; }
    .vb-sec-label { display: block; text-align: center; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #f87171; margin-bottom: .75rem; }
    .vb-sec-title { text-align: center; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; color: #fff; margin-bottom: .5rem; }
    .vb-sec-sub { text-align: center; color: rgba(255,255,255,.5); max-width: 560px; margin: 0 auto 3.5rem; font-size: .95rem; line-height: 1.7; }
    .vb-types-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 1.25rem;
    }
    .vb-type-card {
      background: #120a0e;
      border: 1px solid rgba(239,68,68,.12);
      border-radius: 20px;
      padding: 1.75rem 1.25rem;
      text-align: center;
      transition: all .3s ease;
      position: relative;
      overflow: hidden;
    }
    .vb-type-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 0%, rgba(239,68,68,.08), transparent 70%);
      opacity: 0;
      transition: opacity .3s;
    }
    .vb-type-card:hover::before { opacity: 1; }
    .vb-type-card:hover { border-color: rgba(239,68,68,.3); transform: translateY(-4px); }
    .vb-type-icon {
      width: 56px; height: 56px;
      border-radius: 16px;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 1rem;
      position: relative;
    }
    .vb-type-card h3 { font-size: .9rem; font-weight: 700; color: #fff; margin-bottom: .4rem; position: relative; }
    .vb-type-card p { font-size: .78rem; color: rgba(255,255,255,.45); line-height: 1.5; position: relative; }

    /* So funktioniert es */
    .vb-how { padding: 6rem 0; background: #080406; }
    .vb-how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    .vb-how-card {
      background: #120a0e;
      border: 1px solid rgba(239,68,68,.12);
      border-radius: 20px;
      padding: 2rem;
      position: relative;
      overflow: hidden;
      transition: all .3s;
    }
    .vb-how-card:hover { border-color: rgba(239,68,68,.3); transform: translateY(-3px); }
    .vb-how-num {
      position: absolute;
      top: -10px; right: 1rem;
      font-size: 6rem;
      font-weight: 900;
      color: rgba(239,68,68,.06);
      line-height: 1;
    }
    .vb-how-icon {
      width: 52px; height: 52px; border-radius: 14px;
      background: linear-gradient(135deg, rgba(239,68,68,.15), rgba(220,38,38,.08));
      border: 1px solid rgba(239,68,68,.25);
      display: flex; align-items: center; justify-content: center;
      color: #fca5a5; margin-bottom: 1.25rem;
      position: relative; z-index: 1;
    }
    .vb-how-card h3 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: .5rem; position: relative; z-index: 1; }
    .vb-how-card p { font-size: .85rem; color: rgba(255,255,255,.5); line-height: 1.6; position: relative; z-index: 1; }
    .vb-how-detail {
      margin-top: 1rem; padding-top: 1rem;
      border-top: 1px solid rgba(239,68,68,.1);
      font-size: .78rem; color: rgba(239,68,68,.8);
      font-weight: 600;
      position: relative; z-index: 1;
    }

    /* Feature cards */
    .vb-features { padding: 6rem 0; background: #0a0408; }
    .vb-feat-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem;
    }
    .vb-feat-card {
      background: #120a0e;
      border: 1px solid rgba(239,68,68,.1);
      border-radius: 16px;
      padding: 1.5rem;
      transition: all .3s;
    }
    .vb-feat-card:hover { border-color: rgba(239,68,68,.25); transform: translateY(-3px); box-shadow: 0 20px 60px rgba(239,68,68,.08); }
    .vb-feat-card-icon {
      width: 44px; height: 44px; border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: .85rem;
    }
    .vb-feat-card h3 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: .4rem; }
    .vb-feat-card p { font-size: .82rem; color: rgba(255,255,255,.45); line-height: 1.6; }

    /* CTA */
    .vb-cta {
      padding: 6rem 0;
      background: linear-gradient(135deg, #1a0a0e, #2a0f14, #1a0a0e);
      position: relative;
      overflow: hidden;
    }
    .vb-cta::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 50% 60% at 50% 50%, rgba(239,68,68,.08), transparent);
    }
    .vb-cta-inner { text-align: center; position: relative; z-index: 1; }
    .vb-cta-inner h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; color: #fff; margin-bottom: .75rem; }
    .vb-cta-inner p { color: rgba(255,255,255,.6); font-size: 1rem; margin-bottom: 2rem; max-width: 520px; margin-left: auto; margin-right: auto; }
    .vb-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
    .vb-cta-btn-w { background: #fff; color: #991b1b; border-radius: 10px; padding: .85rem 2rem; font-size: .95rem; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s; }
    .vb-cta-btn-w:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,.2); }
    .vb-cta-btn-o { background: transparent; color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.25); border-radius: 10px; padding: .85rem 2rem; font-size: .95rem; font-weight: 600; text-decoration: none; transition: border-color .2s, color .2s; }
    .vb-cta-btn-o:hover { border-color: rgba(255,255,255,.5); color: #fff; }

    /* Responsive */
    @media (max-width: 1100px) {
      .vb-types-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 900px) {
      .vb-hero-inner { grid-template-columns: 1fr; gap: 3rem; text-align: center; }
      .vb-hero-cta { justify-content: center; }
      .vb-types-grid { grid-template-columns: repeat(2, 1fr); }
      .vb-how-grid { grid-template-columns: 1fr; }
      .vb-feat-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 600px) {
      .vb-types-grid { grid-template-columns: 1fr; }
    }

    /* Subtle entrance animations */
    @keyframes vb-fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
    .vb-anim { animation: vb-fadeUp .7s ease both; }
    .vb-anim-d1 { animation-delay: .1s; }
    .vb-anim-d2 { animation-delay: .2s; }
    .vb-anim-d3 { animation-delay: .3s; }
    .vb-anim-d4 { animation-delay: .4s; }
    .vb-anim-d5 { animation-delay: .5s; }
    @media (max-width: 768px) { footer .container > div:first-child { grid-template-columns: 1fr !important; } }
