/* ============================================================
   ElProfessor V2 — نظام تايبوغرافي الرؤوس (يتحمّل آخر ملف فيَغلِب)
   ------------------------------------------------------------
   النظام:
   · عنوان السطح (h1) ........ «أرف رقعة» — خط المذكرات القانونية
                                 المصرية، كبير وواثق (42px)، تحته
                                 «ضربة قلم» عنّابية قصيرة.
   · العنوان الفرعي (p) ...... IBM Plex — أكبر وأريَح (15.5px).
   · عناوين المحتوى .......... تفضل Cairo (هرمية واضحة: الرقعة
                                 لاسم السطح فقط) — بأحجام أكبر.
   ============================================================ */

/* —— ١) عنوان السطح: الرقعة الكبيرة —— */
.mk-head-tx h1, .tp-head h1, .ex-head h1, .cl-head h1, .jb-head h1,
.cr-head-tx h1, .ch-head h1, .mt-head h1, .wl-head h1, .sch-head h1,
.tut-head h1, .edl-hero h1{
  font-family:var(--font-hero);
  font-weight:700;
  font-size:38px;
  line-height:1.65;   /* الرقعة صواعدها ونوازلها أطول من صندوق em — لازم سطر سخي */
  letter-spacing:0;
  margin:0 0 8px;
}

/* ضربة القلم العنّابية تحت العنوان (تبدأ من اليمين وتتلاشى) */
.mk-head-tx h1::after, .tp-head h1::after, .ex-head h1::after,
.cl-head h1::after, .jb-head h1::after, .cr-head-tx h1::after,
.ch-head h1::after, .mt-head h1::after, .wl-head h1::after,
.sch-head h1::after, .tut-head h1::after, .edl-hero h1::after{
  content:"";
  display:block;
  width:84px;
  height:5px;
  margin-top:2px;
  border-radius:var(--r-full);
  background:linear-gradient(to left, var(--human) 0%, var(--human) 60%, transparent 100%);
}
/* في الرؤوس المتوسّطة (المحرر) الضربة تتوسّط */
.edl-hero h1::after{margin-inline:auto}

/* —— ٢) العنوان الفرعي تحت رأس السطح: أكبر وأريَح —— */
.mk-head-tx p, .tp-head p, .ex-head p, .cl-head p, .jb-head p,
.cr-head-tx p, .ch-head p, .mt-head p, .wl-head p, .sch-head p,
.tut-head p, .edl-hero p{
  font-size:15.5px;
  line-height:1.85;
  max-width:620px;
}

/* —— ٣) شاشة الترحيب (الرئيسية): البطل الأكبر —— */
.welcome h1{
  font-family:var(--font-hero);
  font-weight:700;
  font-size:44px;
  line-height:1.65;
  margin:10px 0 8px;
  white-space:nowrap;   /* «أهلاً، فلان» عبارة قصيرة — تفضل سطرًا واحدًا */
}
.welcome p{font-size:17px;max-width:560px}

/* —— ٤) عناوين المحتوى (تفضل Cairo — أكبر درجة) —— */
.cd-hero-tx h1{font-size:27px}        /* صفحة الدورة */
.tp-d-head h1{font-size:29px}         /* صفحة الموضوع */
.tp-article h2{font-size:23px}        /* مقالة الذكاء */
.cr-feat-body h2{font-size:24px}      /* الدورة المميّزة */
.exp-hero-name{font-size:24px}        /* بطل صفحة الخبير */
.cl-hero-name{font-size:24px}         /* بطل صفحة النادي */
.acc-name{font-size:24px}             /* بطل الحساب */
.ob-q{font-size:23px}                 /* سؤال الأونبوردنج */
.edl-gate h2{font-size:23px}          /* بوابة اشتراك المحرر */
.vg-body h3{font-size:23px}           /* بوابة التوثيق */
.ed2-doc-title{font-size:26px}        /* عنوان المستند القانوني */
