/* ==========================================================================
   TZQ PAGE HEADER STATS (İstatistik Kartları)
   ========================================================================== */

/* İstatistiklerin Genel Konteynırı */
.tzq-page-header__stats {
    display: flex;
    flex-wrap: wrap;
    gap: var(--tzq-spacing-md, 1rem);
    margin-top: var(--tzq-spacing-lg, 1.5rem);
    justify-content: flex-start; /* Kartları sola yaslar */
}

/* Her Bir İstatistik Kartı */
.tzq-page-header__stat-item {
    background: rgba(255, 255, 255, 0.08); /* Hafif şeffaf beyaz */
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff !important;
    padding: 0.75rem 1.25rem;
    border-radius: var(--tzq-radius-md, 8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    flex: 0 1 auto; /* İçeriğe göre genişler */
    transition: all 0.3s ease;
    backdrop-filter: blur(5px); /* Cam efekti */
}

/* Kartın Üzerine Gelince (Hover) */
.tzq-page-header__stat-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Sayısal Değer (Örn: 8, 3) */
.tzq-page-header__stat-value {
    font-weight: 800;
    font-size: 1.5rem; /* Sayıyı vurgular */
    line-height: 1;
    margin-bottom: 4px;
    font-family: var(--tzq-font-heading);
}

/* Etiket Metni (Örn: Toplam Test, Ders) */
.tzq-page-header__stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8) !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
}

/* Mobil Cihazlar İç