/* Bară statistici — Divizia 2 „Getica" */
.d2i-stats-wrap { width: 100%; box-sizing: border-box; }
.d2i-stats-wrap--overlap { max-width: var(--container-max, 1200px); margin: -40px auto 0; padding: 0 24px; position: relative; z-index: 2; }
.d2i-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff;
  border-radius: 8px; box-shadow: var(--shadow-md, 0 4px 12px rgba(20,23,26,.1)); overflow: hidden; }
.d2i-stats__item { padding: 28px 16px; text-align: center; }
.d2i-stats__item + .d2i-stats__item { border-left: 1px solid var(--border-subtle, #d4dade); }
.d2i-stats__num { font-family: var(--font-display, sans-serif); font-weight: 700; font-size: 38px; line-height: 1; color: var(--getica-red, #dd0321); }
.d2i-stats__label { font-family: var(--font-display, sans-serif); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--text-muted, #545d65); margin-top: 8px; }
@media (max-width: 768px) {
  .d2i-stats { grid-template-columns: repeat(2, 1fr); }
  .d2i-stats__item:nth-child(odd) { border-left: none; }
  .d2i-stats__item:nth-child(n+3) { border-top: 1px solid var(--border-subtle, #d4dade); }
}
