/* نظام التصميم الأساسي - وكيل MobCash في الجزائر */
/* الألوان والمتغيرات */
:root {
    --layl: #0a1628;
    --layl-mutawasit: #111f38;
    --layl-fatih: #1a2a45;
    --layl-aktar-fatih: #243352;
    --dhahab: #e8a020;
    --dhahab-fatih: #f5b845;
    --dhahab-ghamiq: #c47d0a;
    --nahar: #ff7a2f;
    --nahar-fatih: #ff9558;
    --baydh: #ffffff;
    --ramad-fatih: #c8d5e8;
    --ramad: #8a9bb0;
    --ramad-ghamiq: #5a6b80;
    --khadra: #2ecc71;
    --khattar: #e74c3c;
    --hudud: rgba(232,160,32,0.18);
    --hudud-ramad: rgba(138,155,176,0.15);
    --dhill-dhahab: 0 4px 24px rgba(232,160,32,0.22);
    --dhill-layl: 0 8px 32px rgba(10,22,40,0.7);
    --naqla: all 0.28s cubic-bezier(0.4,0,0.2,1);
    --naqla-sari3: all 0.16s ease;
    --nida-zawi: 8px;
    --nida-zawi-kabir: 14px;
    --nida-zawi-akbar: 24px;
    --nida-zawi-dawra: 50px;
    --khat-asas: 'Cairo', 'Noto Kufi Arabic', 'Tajawal', system-ui, sans-serif;
}

/* إعادة الضبط والأساسيات */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--khat-asas);
    background-color: var(--layl);
    color: var(--baydh);
    line-height: 1.75;
    direction: rtl;
    text-align: right;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* الطباعة */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.35;
    color: var(--baydh);
    margin-bottom: 0.85em;
}

h1 { font-size: clamp(1.75rem, 4vw, 2.6rem); }
h2 { font-size: clamp(1.35rem, 3vw, 1.95rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.45rem); }
h4 { font-size: 1.15rem; }

p {
    color: var(--ramad-fatih);
    margin-bottom: 1.1em;
    font-size: 1.02rem;
}

a {
    color: var(--dhahab);
    text-decoration: none;
    transition: var(--naqla-sari3);
}

a:hover {
    color: var(--dhahab-fatih);
}

ul, ol {
    padding-right: 1.5em;
    padding-left: 0;
    margin-bottom: 1.1em;
    color: var(--ramad-fatih);
}

li {
    margin-bottom: 0.45em;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

span[dir="ltr"] {
    display: inline;
    unicode-bidi: isolate;
}

/* الحاوية */
.wi3a {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* شريط الإشعار العلوي */
.shrit-amn {
    background: linear-gradient(90deg, var(--layl-fatih) 0%, var(--layl-mutawasit) 100%);
    border-bottom: 1px solid var(--hudud);
    padding: 9px 0;
    text-align: center;
    font-size: 0.82rem;
    color: var(--ramad-fatih);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.shrit-amn a {
    color: var(--dhahab);
    font-weight: 600;
}

.shrit-amn span[dir="ltr"] {
    font-weight: 700;
    color: var(--dhahab);
}

/* الرأس والتنقل */
.ras-mawqa3 {
    background: linear-gradient(180deg, rgba(10,22,40,0.98) 0%, rgba(17,31,56,0.95) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--hudud);
    padding: 14px 0;
    position: sticky;
    top: 38px;
    z-index: 999;
}

.ras-dakhil {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sha3ar-mawqa3 {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.sha3ar-sura {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--dhahab) 0%, var(--nahar) 100%);
    border-radius: var(--nida-zawi);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--layl);
    flex-shrink: 0;
}

.sha3ar-nass h2 {
    font-size: 1.05rem;
    color: var(--baydh);
    margin: 0;
    line-height: 1.2;
}

.sha3ar-nass p {
    font-size: 0.72rem;
    color: var(--ramad);
    margin: 0;
    line-height: 1;
}

.tanzim-riyyasi {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tanzim-riyyasi a {
    color: var(--ramad-fatih);
    font-size: 0.88rem;
    padding: 7px 13px;
    border-radius: var(--nida-zawi);
    transition: var(--naqla);
    white-space: nowrap;
}

.tanzim-riyyasi a:hover,
.tanzim-riyyasi a.fa3al {
    color: var(--dhahab);
    background: var(--hudud);
}

.zirr-tanzim-jawwal {
    display: none;
    background: transparent;
    border: 1px solid var(--hudud);
    color: var(--baydh);
    padding: 8px 12px;
    border-radius: var(--nida-zawi);
    cursor: pointer;
    font-size: 1.1rem;
    transition: var(--naqla-sari3);
}

.zirr-tanzim-jawwal:hover {
    background: var(--hudud);
}

/* أبطال الصفحة */
.batal-riyyasi {
    position: relative;
    padding: 80px 0 70px;
    background: linear-gradient(135deg, var(--layl) 0%, var(--layl-mutawasit) 50%, var(--layl) 100%);
    overflow: hidden;
}

.batal-riyyasi::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(232,160,32,0.08) 0%, transparent 70%);
    pointer-events: none;
}

.batal-riyyasi::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,122,47,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.batal-dakhil {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.batal-nass h1 {
    font-size: clamp(1.8rem, 4.5vw, 2.8rem);
    line-height: 1.3;
    margin-bottom: 1rem;
}

.batal-nass h1 .tawdih-dhahab {
    color: var(--dhahab);
    display: inline;
}

.batal-nass .fasil-riyyasi {
    font-size: 1.08rem;
    color: var(--ramad-fatih);
    margin-bottom: 2rem;
    line-height: 1.8;
}

.batal-sura {
    position: relative;
    border-radius: var(--nida-zawi-akbar);
    overflow: hidden;
    box-shadow: var(--dhill-layl);
}

.batal-sura img {
    width: 100%;
    height: auto;
    border-radius: var(--nida-zawi-akbar);
}

/* شريط الثقة */
.shrit-thiqa {
    background: var(--layl-fatih);
    border-top: 1px solid var(--hudud);
    border-bottom: 1px solid var(--hudud);
    padding: 22px 0;
}

.shrit-thiqa-dakhil {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
}

.3unsur-thiqa {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
}

.3unsur-thiqa-raqam {
    font-size: 2rem;
    font-weight: 900;
    color: var(--dhahab);
    line-height: 1;
}

.3unsur-thiqa-nass {
    font-size: 0.8rem;
    color: var(--ramad);
    white-space: nowrap;
}

.fatil-thiqa {
    width: 1px;
    height: 40px;
    background: var(--hudud);
}

/* الأقسام */
.qism {
    padding: 70px 0;
}

.qism-sifr {
    padding: 50px 0;
}

.qism-ghamiq {
    background: var(--layl-mutawasit);
}

.qism-fatih {
    background: var(--layl-fatih);
}

.3unwан-qism {
    text-align: center;
    margin-bottom: 48px;
}

.3unwан-qism h2 {
    margin-bottom: 0.5rem;
}

.3unwан-qism p {
    color: var(--ramad);
    font-size: 1rem;
    max-width: 560px;
    margin: 0 auto;
}

.khat-dhahab {
    display: inline-block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--dhahab), var(--nahar));
    border-radius: 2px;
    margin: 14px auto 20px;
}

/* بطاقات */
.shabaka-bitaqat {
    display: grid;
    gap: 24px;
}

.shabaka-bitaqat-3 {
    grid-template-columns: repeat(3, 1fr);
}

.shabaka-bitaqat-2 {
    grid-template-columns: repeat(2, 1fr);
}

.shabaka-bitaqat-4 {
    grid-template-columns: repeat(4, 1fr);
}

.bitaqa {
    background: var(--layl-fatih);
    border: 1px solid var(--hudud);
    border-radius: var(--nida-zawi-kabir);
    padding: 28px 24px;
    transition: var(--naqla);
    position: relative;
    overflow: hidden;
}

.bitaqa::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--dhahab), var(--nahar));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s ease;
}

.bitaqa:hover {
    border-color: rgba(232,160,32,0.35);
    transform: translateY(-4px);
    box-shadow: var(--dhill-dhahab);
}

.bitaqa:hover::before {
    transform: scaleX(1);
}

.bitaqa-ras {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.bitaqa-ikon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(232,160,32,0.15) 0%, rgba(255,122,47,0.1) 100%);
    border: 1px solid rgba(232,160,32,0.25);
    border-radius: var(--nida-zawi);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bitaqa-ikon svg {
    width: 24px;
    height: 24px;
    fill: var(--dhahab);
}

.bitaqa h3 {
    font-size: 1.08rem;
    margin: 0;
    color: var(--baydh);
}

.bitaqa p {
    font-size: 0.92rem;
    color: var(--ramad-fatih);
    margin: 0;
    line-height: 1.65;
}

/* الأزرار - زر الحركة الرئيسي */
.zirr-riyyasi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--dhahab) 0%, var(--nahar) 100%);
    color: var(--layl);
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 32px;
    border-radius: var(--nida-zawi-dawra);
    border: none;
    cursor: pointer;
    transition: var(--naqla);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    font-family: var(--khat-asas);
}

.zirr-riyyasi::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.25) 0%, transparent 100%);
    transition: right 0.45s ease;
}

.zirr-riyyasi:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(232,160,32,0.45);
    color: var(--layl);
}

.zirr-riyyasi:hover::before {
    right: 100%;
}

.zirr-riyyasi:active {
    transform: translateY(0);
}

.zirr-thanawi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
    color: var(--dhahab);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 12px 28px;
    border-radius: var(--nida-zawi-dawra);
    border: 1.5px solid var(--dhahab);
    cursor: pointer;
    transition: var(--naqla);
    text-decoration: none;
    white-space: nowrap;
    font-family: var(--khat-asas);
}

.zirr-thanawi:hover {
    background: rgba(232,160,32,0.12);
    color: var(--dhahab-fatih);
    border-color: var(--dhahab-fatih);
}

.zirr-kabir {
    padding: 17px 42px;
    font-size: 1.1rem;
}

.zirr-sagir {
    padding: 9px 20px;
    font-size: 0.85rem;
}

/* نبضة الزر */
.zirr-riyyasi.nabdha {
    animation: nabdha-zirrr 2.2s ease-in-out infinite;
}

@keyframes nabdha-zirrr {
    0%, 100% { box-shadow: 0 4px 16px rgba(232,160,32,0.3); }
    50% { box-shadow: 0 4px 32px rgba(232,160,32,0.65), 0 0 0 8px rgba(232,160,32,0.08); }
}

/* مجموعة أزرار */
.majmu3at-azrar {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

/* الخطوات */
.khutwat {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
}

.khutwat::before {
    content: '';
    position: absolute;
    top: 32px;
    right: 12.5%;
    left: 12.5%;
    height: 2px;
    background: linear-gradient(90deg, var(--dhahab), var(--nahar), var(--dhahab));
    opacity: 0.3;
    z-index: 0;
}

.khutwa {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 24px 16px;
}

.khutwa-raqam {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--dhahab) 0%, var(--nahar) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--layl);
    margin: 0 auto 16px;
    box-shadow: 0 4px 20px rgba(232,160,32,0.3);
}

.khutwa h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.khutwa p {
    font-size: 0.88rem;
    color: var(--ramad);
}

/* العمولة */
.taqrir-3omula {
    background: var(--layl-fatih);
    border: 1px solid var(--hudud);
    border-radius: var(--nida-zawi-kabir);
    padding: 32px;
    text-align: center;
}

.3omula-raqam-kabir {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, var(--dhahab), var(--nahar));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}

/* الجدول */
.jadwal-mawqa3 {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 0.92rem;
}

.jadwal-mawqa3 th {
    background: linear-gradient(135deg, var(--layl-fatih), var(--layl-aktar-fatih));
    color: var(--dhahab);
    padding: 14px 18px;
    font-weight: 700;
    text-align: right;
    border-bottom: 2px solid var(--dhahab-ghamiq);
    white-space: nowrap;
}

.jadwal-mawqa3 td {
    padding: 12px 18px;
    border-bottom: 1px solid var(--hudud-ramad);
    color: var(--ramad-fatih);
    vertical-align: top;
}

.jadwal-mawqa3 tr:last-child td {
    border-bottom: none;
}

.jadwal-mawqa3 tr:hover td {
    background: rgba(232,160,32,0.05);
}

.jadwal-mawqa3 td.moda3 {
    color: var(--baydh);
    font-weight: 600;
}

/* الأسئلة الشائعة */
.faq-qa3ida {
    display: grid;
    gap: 12px;
}

.faq-bunud {
    background: var(--layl-fatih);
    border: 1px solid var(--hudud-ramad);
    border-radius: var(--nida-zawi-kabir);
    overflow: hidden;
    transition: border-color 0.25s ease;
}

.faq-bunud.maftuh {
    border-color: rgba(232,160,32,0.4);
}

.faq-sual {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    cursor: pointer;
    gap: 12px;
    user-select: none;
}

.faq-sual h3 {
    font-size: 0.97rem;
    margin: 0;
    color: var(--baydh);
    flex: 1;
}

.faq-sahm {
    width: 28px;
    height: 28px;
    background: var(--hudud);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--naqla);
}

.faq-bunud.maftuh .faq-sahm {
    background: rgba(232,160,32,0.2);
    transform: rotate(180deg);
}

.faq-sahm svg {
    width: 14px;
    height: 14px;
    fill: var(--dhahab);
}

.faq-jawab {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.25s ease;
}

.faq-jawab.maftuh {
    max-height: 500px;
}

.faq-jawab-dakhil {
    padding: 0 22px 18px;
    border-top: 1px solid var(--hudud-ramad);
}

.faq-jawab-dakhil p {
    font-size: 0.93rem;
    color: var(--ramad-fatih);
    margin: 12px 0 0;
}

/* آراء الوكلاء */
.bitaqa-ra2y {
    background: var(--layl-fatih);
    border: 1px solid var(--hudud-ramad);
    border-radius: var(--nida-zawi-kabir);
    padding: 26px;
    position: relative;
}

.bitaqa-ra2y::before {
    content: '"';
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 4rem;
    color: rgba(232,160,32,0.12);
    font-family: Georgia, serif;
    line-height: 1;
}

.ra2y-nass {
    font-style: italic;
    font-size: 0.95rem;
    color: var(--ramad-fatih);
    margin-bottom: 18px;
    line-height: 1.75;
}

.ra2y-sahib {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ra2y-sura {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid var(--dhahab-ghamiq);
}

.ra2y-sura img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ra2y-ism {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--baydh);
}

.ra2y-makan {
    font-size: 0.8rem;
    color: var(--dhahab);
}

/* نموذج الطلب */
.namouthaj-talab {
    background: var(--layl-fatih);
    border: 1px solid var(--hudud);
    border-radius: var(--nida-zawi-akbar);
    padding: 40px;
    max-width: 640px;
    margin: 0 auto;
}

.namouthaj-talab h2 {
    text-align: center;
    margin-bottom: 8px;
}

.namouthaj-talab .fasil-namouthaj {
    text-align: center;
    color: var(--ramad);
    margin-bottom: 32px;
    font-size: 0.92rem;
}

/* المدن */
.shabaka-mudun {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.bitaqa-madina {
    background: var(--layl-fatih);
    border: 1px solid var(--hudud-ramad);
    border-radius: var(--nida-zawi-kabir);
    padding: 20px;
    text-align: center;
    transition: var(--naqla);
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.bitaqa-madina:hover {
    border-color: var(--dhahab);
    background: rgba(232,160,32,0.05);
}

.bitaqa-madina .ism-madina {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--baydh);
    margin-bottom: 4px;
    display: block;
}

.bitaqa-madina .wilaya-madina {
    font-size: 0.8rem;
    color: var(--ramad);
}

.sha3ra-tatghiya {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: var(--nida-zawi-dawra);
    margin-top: 8px;
}

.sha3ra-tatghiya.muta7 {
    background: rgba(46,204,113,0.12);
    color: var(--khadra);
    border: 1px solid rgba(46,204,113,0.2);
}

.sha3ra-tatghiya.qarib {
    background: rgba(232,160,32,0.12);
    color: var(--dhahab);
    border: 1px solid rgba(232,160,32,0.2);
}

/* الفاصل الخط */
.khatt-fasil {
    border: none;
    border-top: 1px solid var(--hudud-ramad);
    margin: 0;
}

/* المفاتيح */
.wishaq-miftah {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
}

.miftah {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(232,160,32,0.1);
    border: 1px solid rgba(232,160,32,0.22);
    color: var(--dhahab);
    padding: 5px 12px;
    border-radius: var(--nida-zawi-dawra);
    font-size: 0.8rem;
    font-weight: 600;
}

.miftah svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

/* الفتات — فتات الخبز */
.fattat-khubz {
    padding: 12px 0;
    border-bottom: 1px solid var(--hudud-ramad);
    margin-bottom: 8px;
}

.fattat-khubz ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 0.83rem;
}

.fattat-khubz li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: var(--ramad);
}

.fattat-khubz li:not(:last-child)::after {
    content: '/';
    color: var(--ramad-ghamiq);
}

.fattat-khubz a {
    color: var(--ramad);
    text-decoration: none;
}

.fattat-khubz a:hover {
    color: var(--dhahab);
}

.fattat-khubz li:last-child {
    color: var(--dhahab);
}

/* أقسام المحتوى */
.muhtawa-qism {
    margin-bottom: 40px;
}

.muhtawa-qism h2 {
    padding-bottom: 12px;
    border-bottom: 2px solid var(--hudud);
    margin-bottom: 20px;
}

.muhtawa-qism h2::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 1em;
    background: linear-gradient(135deg, var(--dhahab), var(--nahar));
    margin-left: 12px;
    border-radius: 3px;
    vertical-align: middle;
}

/* الجانب الجانبي */
.tartib-janib {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    align-items: start;
}

.tartib-janib-janibi {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.janib-lissiq {
    position: sticky;
    top: 120px;
}

.bitaqa-janibiya {
    background: var(--layl-fatih);
    border: 1px solid var(--hudud);
    border-radius: var(--nida-zawi-kabir);
    padding: 24px;
    margin-bottom: 20px;
}

.bitaqa-janibiya h3 {
    font-size: 1rem;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--hudud-ramad);
}

/* الفوتر */
.qadam-mawqa3 {
    background: var(--layl-mutawasit);
    border-top: 1px solid var(--hudud);
}

.qadam-riyyasi {
    padding: 60px 0 40px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

.qadam-3amud h3 {
    font-size: 1rem;
    color: var(--dhahab);
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--hudud-ramad);
}

.qadam-3amud ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.qadam-3amud ul li {
    margin-bottom: 10px;
}

.qadam-3amud ul li a {
    color: var(--ramad-fatih);
    font-size: 0.88rem;
    transition: var(--naqla-sari3);
}

.qadam-3amud ul li a:hover {
    color: var(--dhahab);
    padding-right: 6px;
}

.qadam-wasf p {
    font-size: 0.88rem;
    color: var(--ramad);
    line-height: 1.7;
    margin-bottom: 16px;
}

.qadam-asfl {
    border-top: 1px solid var(--hudud-ramad);
    padding: 20px 0;
}

.qadam-asfl-dakhil {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.qadam-hquq {
    font-size: 0.82rem;
    color: var(--ramad-ghamiq);
}

.qadam-sinn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sha3ra-sinn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(231,76,60,0.12);
    border: 1px solid rgba(231,76,60,0.25);
    color: var(--khattar);
    padding: 4px 10px;
    border-radius: var(--nida-zawi-dawra);
    font-size: 0.8rem;
    font-weight: 700;
}

/* إخلاء المسؤولية */
.islah-mas2uliya {
    font-size: 0.78rem;
    color: var(--ramad-ghamiq);
    line-height: 1.65;
    padding: 14px;
    background: rgba(0,0,0,0.2);
    border-radius: var(--nida-zawi);
    border: 1px solid var(--hudud-ramad);
    margin-top: 14px;
}

/* النافذة المنبثقة لتيليغرام */
.nafidha-tl {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    direction: rtl;
}

.nafidha-tl-bunud {
    background: var(--layl-fatih);
    border: 1px solid var(--hudud);
    border-radius: 18px 18px 18px 4px;
    padding: 18px 20px;
    max-width: 300px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
    position: relative;
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.nafidha-tl-bunud.makhfi {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.nafidha-tl-ras {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--hudud-ramad);
}

.nafidha-tl-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0088cc, #00aadd);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.nafidha-tl-mudeer {
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--baydh);
}

.nafidha-tl-mudeer-wasf {
    font-size: 0.73rem;
    color: #0088cc;
}

.nafidha-tl-ighlaq {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--hudud-ramad);
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--ramad);
    font-size: 0.9rem;
    transition: var(--naqla-sari3);
}

.nafidha-tl-ighlaq:hover {
    background: rgba(231,76,60,0.25);
    color: var(--khattar);
}

.nafidha-tl-risala {
    font-size: 0.9rem;
    color: var(--ramad-fatih);
    line-height: 1.65;
    margin-bottom: 14px;
}

.nafidha-tl-zirr {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #0088cc;
    color: #fff;
    padding: 10px 18px;
    border-radius: var(--nida-zawi-dawra);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: var(--naqla);
    width: 100%;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-family: var(--khat-asas);
}

.nafidha-tl-zirr:hover {
    background: #0077b5;
    color: #fff;
    transform: scale(1.02);
}

.nafidha-tl-zirr svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    flex-shrink: 0;
}

.zirr-tl-thabit {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #0088cc;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0,136,204,0.45);
    cursor: pointer;
    border: none;
    transition: var(--naqla);
    flex-shrink: 0;
}

.zirr-tl-thabit:hover {
    background: #0077b5;
    transform: scale(1.08);
}

.zirr-tl-thabit svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.nuqta-nashit {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--khadra);
    border-radius: 50%;
    margin-left: 5px;
    animation: wamadha 1.8s ease-in-out infinite;
}

@keyframes wamadha {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.25; }
}

/* الوضع المتجاوب */
@media (max-width: 1024px) {
    .shabaka-bitaqat-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .qadam-riyyasi {
        grid-template-columns: 1fr 1fr;
    }
    
    .tartib-janib {
        grid-template-columns: 1fr;
    }
    
    .janib-lissiq {
        position: static;
    }
}

@media (max-width: 768px) {
    .batal-dakhil {
        grid-template-columns: 1fr;
    }
    
    .batal-sura {
        order: -1;
    }
    
    .khutwat {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .khutwat::before {
        display: none;
    }
    
    .shabaka-bitaqat-3 {
        grid-template-columns: 1fr;
    }
    
    .shabaka-bitaqat-2 {
        grid-template-columns: 1fr;
    }
    
    .shabaka-mudun {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .shrit-thiqa-dakhil {
        gap: 14px;
    }
    
    .fatil-thiqa {
        display: none;
    }
    
    .tanzim-riyyasi {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: var(--layl);
        z-index: 9998;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }
    
    .tanzim-riyyasi.maftuh {
        display: flex;
    }
    
    .tanzim-riyyasi a {
        font-size: 1.2rem;
        padding: 14px 30px;
    }
    
    .zirr-tanzim-jawwal {
        display: flex;
    }
    
    .qadam-riyyasi {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    
    .nafidha-tl {
        left: 16px;
        bottom: 20px;
    }
    
    .nafidha-tl-bunud {
        max-width: 260px;
    }
    
    .namouthaj-talab {
        padding: 24px;
    }
    
    .qism {
        padding: 48px 0;
    }
    
    .batal-riyyasi {
        padding: 50px 0 44px;
    }
}

@media (max-width: 480px) {
    .khutwat {
        grid-template-columns: 1fr;
    }
    
    .shabaka-mudun {
        grid-template-columns: 1fr;
    }
    
    .majmu3at-azrar {
        flex-direction: column;
    }
    
    .zirr-riyyasi, .zirr-thanawi {
        width: 100%;
        justify-content: center;
    }
    
    .3omula-raqam-kabir {
        font-size: 2.8rem;
    }
}

