
/* FONT FACES */
@font-face {
  font-family: 'BrandText';
  src: url('f0549850-4d53-44c6-acd9-57ff09e30955.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BrandText';
  src: url('cdd3fea7-0168-4a15-a639-417ca4e97d1f.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Reset & base */
*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
html[dir="rtl"]{direction:rtl}
html,body{margin:0;padding:0;background:#fff;color:#111}
body{font-family:'BrandText', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; line-height:1.85; font-size:16px}

/* Containers */
/*.container{max-width:1100px;margin-inline:auto;padding:24px}*/
.container{margin-inline:auto;}
.header{padding-top:28px;padding-bottom:12px;border-bottom:1px solid #eee}

/* Logos Row */
.logo-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;align-items:center;margin-bottom:16px}
.logo-slot{display:grid;place-items:center;min-height:60px;border:1px dashed #e5e7eb;border-radius:12px;padding:8px;background:#fafafa}
.logo-slot img{max-height:44px;max-width:100%;object-fit:contain}

/* Title */
.title-block h1{margin:0 0 8px;font-size:30px;font-weight:800;letter-spacing:-.2px}
.subtitle{color:#6b7280;font-size:15px}
.meta{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}
.chip{background:#f3f4f6;padding:2px 10px;border-radius:999px;font-size:12px;color:#374151;border:1px solid #e5e7eb}

/* Hero (overview + image) */
.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;margin-top:22px;align-items:start}
.hero-card{border:1px solid #eee;border-radius:14px;padding:18px;background:#fff}
.badge{display:inline-block;margin:0 0 8px;font-size:12px;color:#4b5563;background:#f9fafb;border:1px solid #ececec;padding:2px 8px;border-radius:999px}
.hero-media{border-radius:14px;overflow:hidden;border:1px solid #eee;background:#fafafa}
.hero-media img{display:block;width:100%;height:auto}
.hero-card li, .hero-media {color: #000;}

/* Sections */
.section{margin-top:28px;padding-top:10px;border-top:1px dashed #eee}
.section h2{margin:0 0 12px;font-size:20px}
.section h3{margin:14px 0 8px;font-size:16px;color:#374151}
.section p{margin:6px 0 10px}
.section ul{margin:6px 0 10px;padding-inline-start:18px}
.section li{margin:4px 0}

/* Definition List Grid */
.dl{display:grid;grid-template-columns:160px 1fr;gap:6px 14px;margin-top:8px}
.dt{font-weight:700;color:#374151}
.dd{color:#111827}

/* Video */
.video-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;border:1px solid #eee;background:#000}
.video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}

/* Extras used in المرجع */
.kv{display:grid;grid-template-columns:1fr;gap:10px}
.kicker{font-weight:700;color:#374151;font-size:14px}
.item{border:1px solid #eee;border-radius:12px;padding:12px;background:#fff}
