/* BoxImage — cadru imagine cu fundal heraldic + etichetă — Divizia 2 „Getica" */
.d2i-bi {
  --d2i-bi1: #013609; --d2i-bi2: #002205;
  position: relative; width: 100%; min-height: 360px; overflow: hidden; border-radius: 6px;
  background: linear-gradient(135deg, var(--d2i-bi1) 0%, var(--d2i-bi2) 100%);
  display: flex; align-items: center; justify-content: center;
}
.d2i-bi__img { position: absolute; inset: 0; width: 100% !important; height: 100% !important; object-fit: cover; }
.d2i-bi__seal { position: absolute; height: 150%; right: -12%; bottom: -30%; opacity: .1; pointer-events: none; }
.d2i-bi__label {
  position: relative; font-family: var(--font-display, sans-serif); font-size: 12px; text-transform: uppercase;
  letter-spacing: .14em; color: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.25);
  padding: 6px 12px; border-radius: 999px; text-align: center;
}
