/*
Theme Name: GBI - بزنس الخليج إنسايت
Theme URI: https://gulfbusinessinsight.com
Description: قالب GBI للتحليل الاستثماري السيادي
Version: 1.0
Text Direction: RTL
*/

/* ── المتغيرات ── */
:root {
  --cream:    #F8F6F1;
  --navy:     #1B3A5C;
  --navy-mid: #2E5F8A;
  --gold:     #B8962E;
  --gold-lt:  #D4AE4A;
  --text:     #2C3E50;
  --muted:    #6B7280;
  --border:   #E5E0D6;
  --white:    #FFFFFF;
  --red-tag:  #C0392B;
  --green-tag:#0F6E56;
  --amber-tag:#854F0B;

  --font-head: 'Lemonada', 'Cairo', serif;
  --font-body: 'Tajawal', sans-serif;

  --radius:   8px;
  --radius-lg:16px;
  --shadow:   0 2px 12px rgba(27,58,92,0.08);
  --shadow-lg:0 8px 32px rgba(27,58,92,0.14);
  --transition:0.25s ease;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--text);
  direction: rtl;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold); }

/* ── Container ── */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.container--narrow { max-width: 780px; }

/* ══ HEADER ══ */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 8px rgba(27,58,92,0.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

/* الشعار */
.site-logo { display: flex; flex-direction: column; gap: 2px; }
.logo-gbi {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1;
}
.logo-gbi span { color: var(--gold); }
.logo-sub {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.04em;
  border-top: 1.5px solid var(--gold);
  padding-top: 3px;
  margin-top: 1px;
}

/* التنقل */
.main-nav { display: flex; align-items: center; gap: 0.25rem; }
.main-nav a {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius);
  transition: all var(--transition);
  white-space: nowrap;
}
.main-nav a:hover,
.main-nav a.active {
  background: var(--navy);
  color: var(--white);
}

/* زر القائمة للموبايل */
.menu-toggle {
  display: none;
  background: none;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 0.4rem 0.6rem;
  cursor: pointer;
  color: var(--navy);
  font-size: 1.2rem;
}

/* ══ HERO ══ */
.site-hero {
  background: var(--navy);
  padding: 4rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.site-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(184,150,46,0.12) 0%, transparent 65%);
}
.hero-label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--gold);
  border: 1px solid rgba(184,150,46,0.4);
  border-radius: 20px;
  padding: 0.3rem 1rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.hero-title {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 1rem;
  position: relative;
}
.hero-title em {
  font-style: normal;
  color: var(--gold-lt);
}
.hero-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.75;
  position: relative;
}

/* ══ SECTIONS ══ */
.section { padding: 3.5rem 0; }
.section--alt { background: var(--white); }

.section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--border);
}
.section-title {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.section-title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 1.2em;
  background: var(--gold);
  border-radius: 2px;
}
.section-link {
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 500;
}
.section-link:hover { color: var(--navy); }

/* ══ CARDS ══ */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
}
.cards-grid--2 { grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); }

.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(27,58,92,0.2);
}
.section--alt .card { background: var(--cream); }

.card-body { padding: 1.4rem; flex: 1; display: flex; flex-direction: column; }
.card-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}
.tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.65rem;
  border-radius: 20px;
  text-transform: uppercase;
}
.tag--study    { background: rgba(27,58,92,0.08);  color: var(--navy); }
.tag--analysis { background: rgba(15,110,86,0.1);  color: var(--green-tag); }
.tag--article  { background: rgba(133,79,11,0.1);  color: var(--amber-tag); }
.tag--index    { background: rgba(192,57,43,0.08); color: var(--red-tag); }

.card-date { font-size: 0.78rem; color: var(--muted); margin-right: auto; }

.card-title {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.45;
  margin-bottom: 0.65rem;
}
.card-title a { color: inherit; }
.card-title a:hover { color: var(--gold); }

.card-excerpt {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.7;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-footer {
  padding: 0.85rem 1.4rem;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-read {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.card-read:hover { color: var(--gold); }
.card-read::after { content: '←'; font-size: 0.9rem; }
.card-time { font-size: 0.78rem; color: var(--muted); }

/* البطاقة المميزة */
.card--featured {
  grid-column: 1 / -1;
  flex-direction: row;
  min-height: 200px;
}
.card--featured .card-body { padding: 2rem; justify-content: center; }
.card--featured .card-title { font-size: 1.3rem; }
.card--featured .card-excerpt { -webkit-line-clamp: 4; }

/* ══ INDICATORS (المؤشرات) ══ */
.indicators-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}
.indicator-card {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  color: var(--white);
  transition: transform var(--transition);
}
.indicator-card:hover { transform: translateY(-2px); }
.indicator-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0.5rem;
  letter-spacing: 0.04em;
}
.indicator-value {
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold-lt);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.indicator-desc {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
}
.indicator-trend {
  font-size: 0.75rem;
  margin-top: 0.6rem;
  padding: 0.2rem 0.5rem;
  border-radius: 20px;
  display: inline-block;
}
.indicator-trend--up   { background: rgba(15,110,86,0.25); color: #5DCAA5; }
.indicator-trend--down { background: rgba(192,57,43,0.25); color: #F09595; }

/* ══ SINGLE ARTICLE ══ */
.article-hero {
  background: var(--navy);
  padding: 3rem 1.5rem 2rem;
}
.article-hero .container { max-width: 820px; }
.article-category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.article-title {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.35;
  margin-bottom: 1.25rem;
}
.article-meta-bar {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.article-meta-bar span {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

/* محتوى المقال */
.article-content {
  padding: 3rem 1.5rem;
}
.article-content .container { max-width: 780px; }
.entry-content {
  font-size: 1.05rem;
  line-height: 2;
  color: var(--text);
}
.entry-content h2 {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--navy);
  margin: 2.5rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--gold);
}
.entry-content h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 2rem 0 0.75rem;
}
.entry-content p { margin-bottom: 1.5rem; }
.entry-content strong { color: var(--navy); font-weight: 700; }
.entry-content em { color: var(--muted); font-style: italic; }
.entry-content ul, .entry-content ol {
  margin: 1rem 0 1.5rem 0;
  padding-right: 1.5rem;
}
.entry-content li { margin-bottom: 0.5rem; }
.entry-content blockquote {
  border-right: 4px solid var(--gold);
  background: rgba(184,150,46,0.06);
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 1.05rem;
  color: var(--navy);
  font-style: italic;
}
.entry-content .data-box {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  margin: 2rem 0;
}
.entry-content .data-box .label { font-size: 0.8rem; color: rgba(255,255,255,0.6); }
.entry-content .data-box .value {
  font-family: var(--font-head);
  font-size: 2rem;
  color: var(--gold-lt);
  font-weight: 700;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 0.92rem;
}
.entry-content th {
  background: var(--navy);
  color: var(--white);
  padding: 0.75rem 1rem;
  text-align: right;
  font-weight: 600;
}
.entry-content td {
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--border);
}
.entry-content tr:nth-child(even) td { background: rgba(27,58,92,0.03); }

/* ══ CONTACT ══ */
.contact-section {
  background: var(--navy);
  padding: 4rem 1.5rem;
  text-align: center;
}
.contact-title {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.75rem;
}
.contact-desc {
  color: rgba(255,255,255,0.65);
  margin-bottom: 2rem;
  font-size: 1rem;
}
.contact-form {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.85rem 1.1rem;
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.07);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.95rem;
  direction: rtl;
  transition: border-color var(--transition);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(255,255,255,0.4); }
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255,255,255,0.1);
}
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form button {
  background: var(--gold);
  color: var(--navy);
  border: none;
  border-radius: var(--radius);
  padding: 0.9rem 2rem;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition);
}
.contact-form button:hover {
  background: var(--gold-lt);
  transform: translateY(-1px);
}
.contact-email {
  margin-top: 1.25rem;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
}
.contact-email a { color: var(--gold-lt); }

/* ══ FOOTER ══ */
.site-footer {
  background: #0D1F33;
  padding: 2.5rem 1.5rem 1.5rem;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 1.25rem;
}
.footer-logo .logo-gbi { font-size: 1.2rem; }
.footer-logo .logo-sub { color: rgba(255,255,255,0.35); border-color: rgba(184,150,46,0.4); }
.footer-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  transition: color var(--transition);
}
.footer-links a:hover { color: var(--gold-lt); }
.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.footer-copy { font-size: 0.78rem; color: rgba(255,255,255,0.3); }

/* ══ ARCHIVE PAGE ══ */
.archive-header {
  background: var(--navy);
  padding: 2.5rem 1.5rem;
  text-align: center;
}
.archive-title {
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.5rem;
}
.archive-desc { font-size: 0.95rem; color: rgba(255,255,255,0.6); }

/* ══ PAGINATION ══ */
.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
}
.pagination a, .pagination span {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-size: 0.9rem;
  color: var(--text);
  transition: all var(--transition);
}
.pagination a:hover, .pagination .current {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

/* ══ MOBILE ══ */
@media (max-width: 768px) {
  .menu-toggle { display: flex; align-items: center; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0; left: 0;
    background: var(--white);
    flex-direction: column;
    padding: 1rem;
    border-top: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    gap: 0.25rem;
  }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; padding: 0.7rem 1rem; }
  .site-header { position: relative; }

  .card--featured { flex-direction: column; }
  .cards-grid { grid-template-columns: 1fr; }
  .cards-grid--2 { grid-template-columns: 1fr; }
  .indicators-grid { grid-template-columns: repeat(2, 1fr); }

  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; }
  .footer-bottom { flex-direction: column; text-align: center; }

  .article-meta-bar { gap: 0.75rem; }
  .entry-content { font-size: 1rem; }
  .entry-content h2 { font-size: 1.2rem; }
}
@media (max-width: 480px) {
  .indicators-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 1.5rem; }
  .article-title { font-size: 1.35rem; }
}

/* ══ LEGAL PAGES ══ */
.legal-content {
  padding: 3rem 1.5rem;
  max-width: 780px;
  margin: 0 auto;
}
.legal-content h1 {
  font-family: var(--font-head);
  font-size: 1.6rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.legal-date { font-size: 0.85rem; color: var(--muted); margin-bottom: 2rem; }
.legal-content h2 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  color: var(--navy);
  margin: 2rem 0 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--border);
}
.legal-content p { margin-bottom: 1.2rem; line-height: 1.85; color: var(--text); }
.legal-content ul { padding-right: 1.5rem; margin-bottom: 1.2rem; }
.legal-content li { margin-bottom: 0.4rem; line-height: 1.75; }

/* ══ HERO ACTIONS ══ */
.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.btn-hero {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 2rem;
  border-radius: var(--radius);
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 700;
  transition: all var(--transition);
  background: var(--gold);
  color: var(--navy);
  position: relative;
}
.btn-hero:hover {
  background: var(--gold-lt);
  color: var(--navy);
  transform: translateY(-2px);
}
.btn-hero--outline {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.35);
}
.btn-hero--outline:hover {
  background: rgba(255,255,255,0.1);
  color: var(--white);
  border-color: rgba(255,255,255,0.6);
}

/* ══ ABOUT ══ */
.about-section {
  padding: 4rem 1.5rem;
  background: var(--white);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.about-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.about-title {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1.25rem;
  line-height: 1.35;
}
.about-body {
  font-size: 0.97rem;
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 1rem;
}
.about-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--navy);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
}
.about-link:hover { color: var(--gold); }

.about-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.pillar {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  transition: all var(--transition);
}
.pillar:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow);
}
.pillar-icon { font-size: 1.5rem; margin-bottom: 0.5rem; }
.pillar-title {
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.4rem;
}
.pillar-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }

/* ══ METHOD ══ */
.method-intro {
  font-size: 1rem;
  color: var(--muted);
  max-width: 700px;
  margin-bottom: 2rem;
  line-height: 1.8;
}
.dimensions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.dimension-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  transition: all var(--transition);
}
.dimension-card:hover {
  border-color: var(--navy);
  box-shadow: var(--shadow);
}
.dim-code {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--white);
  background: var(--navy);
  padding: 0.2rem 0.6rem;
  border-radius: 20px;
  margin-bottom: 0.65rem;
}
.dim-title {
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.4rem;
}
.dim-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }
.method-note {
  background: var(--navy);
  color: rgba(255,255,255,0.75);
  border-radius: var(--radius);
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  text-align: center;
}
.method-note strong { color: var(--gold-lt); }

/* ══ CONTACT SOCIAL ══ */
.contact-social {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 0.45rem 1rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.75);
  transition: all var(--transition);
}
.social-link:hover {
  background: rgba(184,150,46,0.2);
  border-color: var(--gold);
  color: var(--gold-lt);
}

/* ══ FOOTER EXPANDED ══ */
.footer-top { padding: 3rem 1.5rem 2rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
}
.footer-tagline {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}
.footer-social { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  transition: color var(--transition);
}
.footer-social-link:hover { color: var(--gold-lt); }
.footer-social-link svg { flex-shrink: 0; }
.footer-nav-title {
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
.footer-nav ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-nav a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  transition: color var(--transition);
  word-break: break-all;
}
.footer-nav a:hover { color: var(--gold-lt); }
.footer-bottom-bar {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 1.25rem 1.5rem;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.footer-legal { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.footer-legal a { font-size: 0.78rem; color: rgba(255,255,255,0.3); }
.footer-legal a:hover { color: var(--gold-lt); }
.footer-disclaimer { font-size: 0.75rem; color: rgba(255,255,255,0.2); }

/* ══ MOBILE ADDITIONS ══ */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .dimensions-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 768px) {
  .about-pillars { grid-template-columns: 1fr 1fr; }
  .dimensions-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: center; }
  .contact-social { flex-direction: column; align-items: center; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-legal { justify-content: center; }
}
@media (max-width: 480px) {
  .about-pillars { grid-template-columns: 1fr; }
}

/* ══ HERO ACTIONS ══ */
.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.btn-hero {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.75rem;
  border-radius: var(--radius);
  font-family: var(--font-head);
  font-size: 0.92rem;
  font-weight: 700;
  transition: all var(--transition);
  background: var(--gold);
  color: var(--navy);
}
.btn-hero:hover { background: var(--gold-lt); color: var(--navy); transform: translateY(-1px); }
.btn-hero--outline {
  background: transparent;
  color: rgba(255,255,255,0.8);
  border: 1.5px solid rgba(255,255,255,0.3);
}
.btn-hero--outline:hover {
  background: rgba(255,255,255,0.08);
  color: var(--white);
  border-color: rgba(255,255,255,0.55);
}

/* ══ GAP SECTION ══ */
.gap-section {
  padding: 5rem 1.5rem;
  background: var(--white);
}
.gap-block { margin-bottom: 0; }
.gap-index {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--gold);
  border: 1px solid rgba(184,150,46,0.35);
  border-radius: 20px;
  padding: 0.2rem 0.75rem;
  margin-bottom: 1rem;
}
.gap-title {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1.25rem;
  line-height: 1.35;
}
.gap-body {
  font-size: 1rem;
  color: var(--text);
  line-height: 1.9;
  margin-bottom: 1rem;
  max-width: 680px;
}
.gap-divider {
  height: 1px;
  background: var(--border);
  margin: 3.5rem 0;
}
.gap-note {
  margin-top: 1.5rem;
  padding: 1rem 1.4rem;
  background: var(--navy);
  color: rgba(255,255,255,0.85);
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
}

/* جدول الأطراف */
.stakeholders-table {
  margin-top: 2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.st-header {
  display: grid;
  grid-template-columns: 1.2fr 2fr 2.2fr;
  background: var(--navy);
  padding: 0.85rem 1.25rem;
  gap: 1.5rem;
}
.st-header span {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.06em;
}
.st-row {
  display: grid;
  grid-template-columns: 1.2fr 2fr 2.2fr;
  padding: 1.1rem 1.25rem;
  gap: 1.5rem;
  border-bottom: 1px solid var(--border);
  align-items: start;
  transition: background var(--transition);
}
.st-row:last-child { border-bottom: none; }
.st-row:nth-child(even) { background: rgba(27,58,92,0.025); }
.st-row:hover { background: rgba(27,58,92,0.05); }
.st-party {
  font-family: var(--font-head);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  padding-top: 0.1rem;
}
.st-row span:not(.st-party) {
  font-size: 0.88rem;
  color: var(--text);
  line-height: 1.75;
}

/* ══ CONTACT SOCIAL ══ */
.contact-social {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 0.4rem 0.9rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.65);
  transition: all var(--transition);
}
.social-link:hover {
  background: rgba(184,150,46,0.15);
  border-color: rgba(184,150,46,0.4);
  color: var(--gold-lt);
}

/* ══ FOOTER SOCIAL ROW ══ */
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.footer-social-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.footer-soc {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  padding: 0.3rem 0.65rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  transition: all var(--transition);
  white-space: nowrap;
}
.footer-soc:hover { color: var(--gold-lt); border-color: rgba(184,150,46,0.35); }
.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* ══ MOBILE ══ */
@media (max-width: 768px) {
  .st-header { display: none; }
  .st-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1rem 1.1rem;
  }
  .st-party {
    font-size: 0.85rem;
    border-bottom: 1px solid var(--border);
    padding-bottom: 0.4rem;
    margin-bottom: 0.25rem;
  }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-social-row { width: 100%; }
  .footer-bottom { flex-direction: column; gap: 0.35rem; }
  .hero-actions { flex-direction: column; align-items: center; }
  .btn-hero { width: 100%; justify-content: center; max-width: 300px; }
  .gap-section { padding: 3.5rem 1.5rem; }
}
@media (max-width: 480px) {
  .st-row span:not(.st-party) { font-size: 0.84rem; }
  .gap-title { font-size: 1.2rem; }
  .contact-social { flex-direction: column; align-items: center; }
}

/* ══ HERO ACTIONS ══ */
.hero-actions {
  display: flex; gap: 1rem; justify-content: center;
  margin-top: 2rem; flex-wrap: wrap;
}
.btn-hero {
  display: inline-flex; align-items: center;
  padding: 0.75rem 1.75rem; border-radius: var(--radius);
  font-family: var(--font-head); font-size: 0.92rem; font-weight: 700;
  transition: all var(--transition); background: var(--gold); color: var(--navy);
}
.btn-hero:hover { background: var(--gold-lt); color: var(--navy); transform: translateY(-1px); }
.btn-hero--outline {
  background: transparent; color: rgba(255,255,255,0.8);
  border: 1.5px solid rgba(255,255,255,0.3);
}
.btn-hero--outline:hover {
  background: rgba(255,255,255,0.08); color: var(--white);
  border-color: rgba(255,255,255,0.55);
}

/* ══ GAP SECTION ══ */
.gap-section { padding: 5rem 0; background: var(--white); }
.gap-block { margin-bottom: 0; padding: 0 1.5rem; }
.gap-index {
  display: inline-block; font-family: var(--font-head);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em;
  color: var(--gold); border: 1px solid rgba(184,150,46,0.35);
  border-radius: 20px; padding: 0.2rem 0.75rem; margin-bottom: 1rem;
}
.gap-title {
  font-family: var(--font-head); font-size: 1.4rem; font-weight: 700;
  color: var(--navy); margin-bottom: 1.25rem; line-height: 1.35;
}
.gap-body {
  font-size: 1rem; color: var(--text); line-height: 1.9;
  margin-bottom: 1rem; max-width: 680px;
}
.gap-divider { height: 1px; background: var(--border); margin: 3.5rem 1.5rem; }
.gap-note {
  margin-top: 1.5rem; padding: 1rem 1.4rem;
  background: var(--navy); color: rgba(255,255,255,0.85);
  border-radius: var(--radius); font-size: 0.95rem; font-weight: 500; line-height: 1.6;
}

/* ══ INFOGRAPH ══ */
.infograph-wrap {
  padding: 3rem 1.5rem;
  display: flex; justify-content: center;
}
.infograph {
  position: relative;
  width: 600px; height: 600px;
  flex-shrink: 0;
}
.ig-lines {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}

/* المركز */
.ig-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 140px; height: 140px;
  background: var(--navy);
  border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  box-shadow: 0 0 0 8px rgba(27,58,92,0.1), 0 0 0 16px rgba(27,58,92,0.05);
  z-index: 2;
}
.ig-center-label {
  font-size: 0.7rem; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.55); text-transform: uppercase;
}
.ig-center-title {
  font-family: var(--font-head); font-size: 1.15rem;
  font-weight: 700; color: var(--gold-lt); line-height: 1.2;
}
.ig-center-sub {
  font-size: 0.62rem; color: rgba(255,255,255,0.4);
  margin-top: 0.2rem;
}

/* العقد الأساسي */
.ig-node {
  position: absolute;
  width: 195px;
  z-index: 2;
}
.ig-node-inner {
  background: var(--cream);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.1rem 1.15rem;
  transition: all var(--transition);
}
.ig-node-inner:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow);
}
.ig-node-title {
  font-family: var(--font-head); font-size: 0.9rem;
  font-weight: 700; color: var(--navy);
  margin-bottom: 0.6rem; padding-bottom: 0.5rem;
  border-bottom: 1.5px solid var(--border);
}
.ig-node-seek {
  font-size: 0.78rem; color: var(--muted);
  line-height: 1.6; margin-bottom: 0.5rem;
}
.ig-node-seek::before {
  content: 'تبحث عن: ';
  font-weight: 700; color: var(--navy); font-size: 0.72rem;
  display: block; margin-bottom: 2px;
}
.ig-node-cost {
  font-size: 0.75rem; color: #8B3030; line-height: 1.55;
  background: rgba(192,57,43,0.06); padding: 0.4rem 0.55rem;
  border-radius: 4px;
}
.ig-node-cost::before {
  content: 'الثمن: ';
  font-weight: 700; font-size: 0.72rem;
}

/* مواقع العقد */
.ig-node--top    { top: 0;    left: 50%; transform: translateX(-50%); }
.ig-node--bottom { bottom: 0; left: 50%; transform: translateX(-50%); }
.ig-node--right  { right: 0;  top: 50%;  transform: translateY(-50%); }
.ig-node--left   { left: 0;   top: 50%;  transform: translateY(-50%); }

/* نسخة الموبايل للإنفوغرافيك */
.ig-mobile { display: none; padding: 0 1.5rem; }
.ig-mobile-card {
  background: var(--cream); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 1.1rem 1.2rem;
  margin-bottom: 0.85rem;
}
.ig-mobile-title {
  font-family: var(--font-head); font-size: 0.95rem;
  font-weight: 700; color: var(--navy);
  margin-bottom: 0.65rem; padding-bottom: 0.5rem;
  border-bottom: 1.5px solid var(--border);
}
.ig-mobile-row {
  font-size: 0.85rem; color: var(--text);
  line-height: 1.65; margin-bottom: 0.4rem;
}
.ig-mobile-lbl { font-weight: 700; color: var(--navy); margin-left: 0.3rem; }
.ig-mobile-cost { color: #8B3030; }

/* ══ LATEST CARD ══ */
.latest-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 1.75rem 2rem;
  max-width: 780px;
  transition: box-shadow var(--transition);
}
.latest-card:hover { box-shadow: var(--shadow); }
.section--alt .latest-card { background: var(--cream); }
.latest-meta {
  display: flex; align-items: center; gap: 0.75rem;
  flex-wrap: wrap; margin-bottom: 1rem;
}
.latest-title {
  font-family: var(--font-head); font-size: 1.2rem;
  font-weight: 700; color: var(--navy);
  line-height: 1.4; margin-bottom: 0.85rem;
}
.latest-title a { color: inherit; }
.latest-title a:hover { color: var(--gold); }
.latest-excerpt {
  font-size: 0.95rem; color: var(--muted);
  line-height: 1.8; margin-bottom: 1.25rem;
}
.latest-read {
  font-size: 0.88rem; font-weight: 700;
  color: var(--navy); border-bottom: 1.5px solid var(--gold);
  padding-bottom: 1px;
}
.latest-read:hover { color: var(--gold); }

/* آخر مؤشر */
.latest-index {
  display: flex; align-items: center; gap: 1.5rem;
  background: var(--navy); border-radius: var(--radius-lg);
  padding: 1.5rem 2rem; text-decoration: none;
  transition: all var(--transition); max-width: 780px;
}
.latest-index:hover { background: var(--navy-mid); }
.li-value {
  font-family: var(--font-head); font-size: 2.5rem;
  font-weight: 700; color: var(--gold-lt);
  flex-shrink: 0; line-height: 1;
}
.li-body { flex: 1; }
.li-title {
  font-family: var(--font-head); font-size: 1rem;
  font-weight: 700; color: var(--white); margin-bottom: 0.35rem;
}
.li-desc { font-size: 0.85rem; color: rgba(255,255,255,0.6); line-height: 1.6; }
.li-arrow { font-size: 1.2rem; color: var(--gold); flex-shrink: 0; }

/* ══ CONTACT SOCIAL ══ */
.contact-social {
  display: flex; justify-content: center;
  gap: 0.75rem; margin-top: 1.5rem; flex-wrap: wrap;
}
.social-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px; padding: 0.4rem 0.9rem;
  font-size: 0.8rem; color: rgba(255,255,255,0.65);
  transition: all var(--transition);
}
.social-link:hover {
  background: rgba(184,150,46,0.15);
  border-color: rgba(184,150,46,0.4); color: var(--gold-lt);
}

/* ══ FOOTER SOCIAL ══ */
.footer-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 2rem 1.5rem 1.5rem; max-width: 1100px;
  margin: 0 auto; flex-wrap: wrap; gap: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-social-row {
  display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap;
}
.footer-soc {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-size: 0.78rem; color: rgba(255,255,255,0.4);
  padding: 0.3rem 0.65rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px; transition: all var(--transition); white-space: nowrap;
}
.footer-soc:hover { color: var(--gold-lt); border-color: rgba(184,150,46,0.35); }
.footer-bottom {
  max-width: 1100px; margin: 0 auto; padding: 1.25rem 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 0.5rem;
}

/* ══ MOBILE ══ */
@media (max-width: 900px) {
  .infograph-wrap { display: none; }
  .ig-mobile { display: block; }
}
@media (max-width: 768px) {
  .hero-actions { flex-direction: column; align-items: center; }
  .btn-hero { width: 100%; justify-content: center; max-width: 300px; }
  .gap-section { padding: 3rem 0; }
  .latest-card { padding: 1.25rem; }
  .latest-index { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .li-value { font-size: 2rem; }
  .contact-social { flex-direction: column; align-items: center; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-bottom { flex-direction: column; gap: 0.35rem; }
}
@media (max-width: 480px) {
  .gap-title { font-size: 1.2rem; }
  .gap-body { font-size: 0.95rem; }
  .latest-title { font-size: 1.05rem; }
}

/* ══ CONTACT MESSAGES ══ */
.contact-msg {
  max-width: 520px; margin: 0 auto 1.25rem;
  padding: 0.9rem 1.2rem; border-radius: var(--radius);
  font-size: 0.9rem; font-weight: 500; text-align: center;
}
.contact-msg--success {
  background: rgba(15,110,86,0.15);
  color: #5DCAA5;
  border: 1px solid rgba(15,110,86,0.3);
}
.contact-msg--error {
  background: rgba(192,57,43,0.12);
  color: #F09595;
  border: 1px solid rgba(192,57,43,0.3);
}
