/* Header pagină — Divizia 2 „Getica" */
.d2i-ph { position: relative; width: 100%; background: var(--getica-green-dark, #013609); overflow: hidden; }
.d2i-ph__seal { position: absolute; top: 50%; height: 150%; width: auto; opacity: .14; pointer-events: none;
  --d2i-seal-x: 0px; --d2i-seal-y: 0px; }
.d2i-ph__seal--right { right: 2%; left: auto; transform: translate(var(--d2i-seal-x), calc(-50% + var(--d2i-seal-y))); }
.d2i-ph__seal--left { left: 2%; right: auto; transform: translate(var(--d2i-seal-x), calc(-50% + var(--d2i-seal-y))); }
.d2i-ph__seal--center { left: 50%; right: auto; transform: translate(calc(-50% + var(--d2i-seal-x)), calc(-50% + var(--d2i-seal-y))); }
.d2i-ph__inner { position: relative; max-width: var(--container-max, 1200px); margin: 0 auto; min-height: 200px;
  display: flex; flex-direction: column; justify-content: center; padding: 40px 24px 40px 80px; box-sizing: border-box; }
.d2i-ph__content { display: flex; flex-direction: column; align-items: flex-start; }
.d2i-ph__eyebrow { font-family: var(--font-display, sans-serif); font-size: 13px; text-transform: uppercase; letter-spacing: .16em; color: var(--getica-gold-light, #f6a838); margin-bottom: 10px; }
.d2i-ph__title { font-family: var(--font-display, sans-serif); font-weight: 700; font-size: 38px; line-height: 1.1; text-transform: uppercase; letter-spacing: .01em; color: #fff; margin: 0; }
.d2i-ph__sub { font-size: 17px; line-height: 1.55; color: rgba(255,255,255,.8); margin: 14px 0 0; max-width: 640px; }
.d2i-ph__dates { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 16px; font-family: var(--font-display, sans-serif);
  font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.8); }
.d2i-ph__dates span { display: inline-flex; align-items: center; gap: 7px; }
.d2i-ph__dates svg { width: 15px; height: 15px; }
.d2i-ph__rule { width: 100%; height: 4px; background: var(--getica-gold, #e88504); }
@media (max-width: 768px) {
  .d2i-ph__inner { padding: 28px 20px; min-height: 150px; }
  .d2i-ph__title { font-size: 26px; }
  .d2i-ph__seal { height: 120%; opacity: .1; }
}
