/* ===============================
   DOPA ART – HERO TEXT (DARKER)
   =============================== */

/* العنوان الرئيسي: DOPA ART */
.da-hero :is(
  h1, h2,
  [class*="title"],
  [class*="heading"],
  [class*="main"]
){
  color: rgba(0,0,0,.98) !important;   /* أسود عميق */
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  text-shadow: 0 4px 18px rgba(0,0,0,.35) !important; /* وضوح أقوى */
}

/* الجملة الثانية: CREATE YOUR OWN MUSEUM */
.da-hero :is(
  p,
  [class*="sub"],
  [class*="desc"],
  [class*="text"],
  [class*="caption"],
  small
){
  color: rgba(0,0,0,.85) !important;   /* أغمق بوضوح */
  letter-spacing: .30em !important;   /* المسافة المرتبة */
  text-transform: uppercase !important;
  margin-top: 14px !important;
  text-shadow: 0 3px 14px rgba(0,0,0,.28) !important;
}

/* الزر */
.da-hero :is(
  .s-button,
  [class*="btn"],
  [class*="button"],
  button,
  a[role="button"]
){
  margin-top: 18px !important;
}