/* =========================================================================
   Engelli Abone Hakları sayfası — BGYS / KVKK pattern uyumlu
   Tüketici Hakları Yön. fıkra (12)/ğ gereği sözleşmede referans verilen sayfa.

   ERİŞİLEBİLİRLİK NOTU: Bu sayfanın kendisi erişilebilir olmak zorunda.
   - Metin renkleri WCAG AA (≥4.5:1) kontrast sağlar: #374151 / #0f172a on #fff.
   - Odak halkası (:focus-visible) hiçbir yerde kaldırılmaz, belirginleştirilir.
   - Numaralandırma ::before ile görsel; ekran okuyucu <ol> semantiğini okur.
   - prefers-reduced-motion altında geçişler kapatılır.
   ========================================================================= */

/* ── Hero ─────────────────────────────────────────────────────────────── */
.engelli-hero-flex {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    color: #ffffff;
}

.engelli-hero-badge {
    display: inline-block;
    background: rgba(99, 102, 241, 0.22);
    color: #c7d2fe;
    border: 1px solid rgba(165, 180, 252, 0.35);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.engelli-hero-flex h1 {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 8px;
}

.engelli-hero-sub {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
    max-width: 760px;
}

/* ── Giriş kartı (hero'ya binen kart — kvkk-meta-card paraleli) ───────── */
.engelli-intro-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #6366f1;
    border-radius: 14px;
    padding: 22px 26px;
    margin: -40px 0 32px;
    position: relative;
    z-index: 5;
    box-shadow: 0 12px 40px -20px rgba(15, 23, 42, 0.18);
}

.engelli-intro-card p {
    margin: 0;
    color: #374151;
    line-height: 1.7;
    font-size: 1rem;
}

/* ── Bölümler ─────────────────────────────────────────────────────────── */
.engelli-section {
    margin: 32px 0;
}

.engelli-section-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e5e7eb;
}

.engelli-text {
    color: #374151;
    line-height: 1.75;
    font-size: 1rem;
    margin: 0 0 14px;
}

.engelli-inline-link {
    color: #4f46e5;          /* #6366f1'den koyu — beyaz üstünde AA kontrast */
    text-decoration: underline;
    font-weight: 600;
}
.engelli-inline-link:hover { color: #3730a3; }

/* ── Haklar listesi (ol — sıra semantik olarak anlamlı) ──────────────── */
.engelli-haklar-list {
    counter-reset: engelli-hak;
    list-style: none;
    padding: 0;
    margin: 0;
}

.engelli-haklar-list > li {
    counter-increment: engelli-hak;
    position: relative;
    padding: 18px 20px 18px 62px;
    margin-bottom: 12px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-left: 3px solid #6366f1;
    border-radius: 10px;
}

.engelli-haklar-list > li::before {
    content: counter(engelli-hak, decimal-leading-zero);
    position: absolute;
    left: 18px;
    top: 18px;
    font-weight: 700;
    color: #4338ca;
    font-size: 1.1rem;
    font-variant-numeric: tabular-nums;
}

.engelli-hak-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
}

.engelli-hak-body {
    margin: 0;
    color: #374151;
    line-height: 1.7;
    font-size: .98rem;
}

/* ── Başvuru kanalları ───────────────────────────────────────────────── */
.engelli-kanal-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 22px 26px;
    margin-bottom: 18px;
}

.engelli-kanal-dl {
    display: grid;
    grid-template-columns: minmax(170px, 1fr) 3fr;
    gap: 12px 22px;
    margin: 0;
}

.engelli-kanal-dl dt {
    color: #4b5563;
    font-weight: 600;
    font-size: .9rem;
    padding-top: 3px;
}

.engelli-kanal-dl dd {
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
    line-height: 1.55;
}

@media (max-width: 540px) {
    .engelli-kanal-dl {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .engelli-kanal-dl dt { padding-top: 14px; }
    .engelli-kanal-dl dt:first-child { padding-top: 0; }
}

/* ── Son güncelleme ──────────────────────────────────────────────────── */
.engelli-updated {
    margin-top: 28px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
    color: #4b5563;
    font-size: .9rem;
}

/* ── Odak görünürlüğü — erişilebilirlik için asla kaldırılmaz ────────── */
.engelli-inline-link:focus-visible,
.engelli-kanal-card a:focus-visible,
.engelli-section a:focus-visible {
    outline: 3px solid #4338ca;
    outline-offset: 2px;
    border-radius: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .engelli-inline-link,
    .engelli-haklar-list > li {
        transition: none !important;
    }
}
