/*
Theme Name: دار الثروة
Theme URI: https://dar-alitharwa.com
Author: دار الثروة
Description: ثيم احترافي لمنصة دار الثروة التدريبية — ذهبي وكحلي فاخر
Version: 1.0.1
Text Domain: dar-alitharwa
Tags: rtl-language, arabic, training, education, gold, luxury
*/

/* ════════════════════════════
   TOKENS
════════════════════════════ */
:root {
  --g:   #C49A2E;
  --g2:  #DEB95C;
  --g3:  #EDD080;
  --gd:  rgba(196,154,46,.12);
  --n:   #070D14;
  --n2:  #0C1520;
  --n3:  #121F2E;
  --n4:  #1A2E42;
  --iv:  #F7F2E8;
  --iv2: #EDE5CE;
  --iv3: #E3D9B8;
  --w:   #FFFFFF;
  --tx:  #16120C;
  --tx2: #4A4030;
  --tx3: #8A7A62;
  --em:  #2A5C3E;

  --radius: 3px;
  --radius-lg: 8px;
  --shadow-gold: 0 8px 40px rgba(196,154,46,.18);
  --transition: all .35s cubic-bezier(.4,0,.2,1);
}

/* ════════════════════════════
   RESET & BASE
════════════════════════════ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: 'Noto Kufi Arabic', 'Tajawal', sans-serif;
  background: var(--iv);
  color: var(--tx);
  direction: rtl;
  text-align: right;
  line-height: 1.75;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul, ol { list-style: none; }

::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: var(--n); }
::-webkit-scrollbar-thumb { background: var(--g); border-radius: 2px; }

/* ════════════════════════════
   TYPOGRAPHY
════════════════════════════ */
.font-display { font-family: 'Playfair Display', 'Amiri', serif; }

h1, h2, h3, h4 { font-family: 'Playfair Display', 'Amiri', serif; line-height: 1.15; }

.disp-hero  { font-size: clamp(4rem,10vw,9rem); letter-spacing: -.02em; line-height: .92; }
.disp-xl    { font-size: clamp(2.2rem,4.5vw,3.8rem); }
.disp-lg    { font-size: clamp(1.8rem,3vw,2.8rem); }
.disp-md    { font-size: clamp(1.4rem,2.5vw,2rem); }
.body-lg    { font-size: 1.08rem; line-height: 1.95; }
.body       { font-size: .96rem; line-height: 1.85; }
.caption    { font-size: .78rem; line-height: 1.6; }
.label-upper { font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }

/* ════════════════════════════
   LAYOUT HELPERS
════════════════════════════ */
.container   { max-width: 1380px; margin: 0 auto; padding: 0 3rem; }
.container-sm{ max-width: 960px;  margin: 0 auto; padding: 0 3rem; }
.section     { padding: 8rem 3rem; }
.section-sm  { padding: 5rem 3rem; }

.grid-2  { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.grid-3  { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; }
.grid-4  { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }

/* ════════════════════════════
   EYEBROW / SECTION LABELS
════════════════════════════ */
.eyebrow {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1.4rem;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--g);
  opacity: .6;
  flex-shrink: 0;
}
.eyebrow span {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--g);
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.eyebrow-light span { color: var(--g2); }
.eyebrow-light::before { background: var(--g2); }

/* ════════════════════════════
   BUTTONS
════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: 'Noto Kufi Arabic', 'Tajawal', sans-serif;
  font-size: .88rem;
  font-weight: 700;
  padding: .9rem 2.2rem;
  border-radius: var(--radius);
  cursor: pointer;
  border: none;
  letter-spacing: .04em;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.18);
  transform: translateX(110%);
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.btn:hover::before { transform: translateX(-110%); }

.btn-gold {
  background: var(--g);
  color: var(--n);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(196,154,46,.32);
}
.btn-outline {
  background: transparent;
  color: var(--g);
  border: 1px solid rgba(196,154,46,.3);
}
.btn-outline:hover {
  border-color: var(--g);
  background: rgba(196,154,46,.07);
}
.btn-light {
  background: var(--iv);
  color: var(--n);
}
.btn-light:hover {
  background: var(--w);
  transform: translateY(-2px);
}
.btn-sm { padding: .6rem 1.5rem; font-size: .8rem; }
.btn-lg { padding: 1.1rem 2.8rem; font-size: .96rem; }

/* ════════════════════════════
   NAVIGATION
════════════════════════════ */
#site-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 800;
  padding: 0 3rem;
  transition: var(--transition);
}
#site-nav.scrolled {
  background: rgba(7,13,20,.92);
  backdrop-filter: blur(28px) saturate(160%);
  border-bottom: 1px solid rgba(196,154,46,.1);
  box-shadow: 0 4px 40px rgba(0,0,0,.25);
}
.nav-inner {
  max-width: 1380px;
  margin: 0 auto;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-logo {
  font-family: 'Playfair Display', 'Amiri', serif;
  font-size: 1.55rem;
  color: var(--g);
  cursor: pointer;
  letter-spacing: .03em;
  transition: opacity .2s;
}
.site-logo:hover { opacity: .75; }

.nav-menu {
  display: flex;
  align-items: center;
  gap: .2rem;
}
.nav-menu a {
  color: rgba(247,242,232,.45);
  font-size: .84rem;
  font-weight: 500;
  padding: .45rem .85rem;
  border-radius: 2px;
  transition: var(--transition);
  letter-spacing: .02em;
}
.nav-menu a:hover { color: var(--g2); background: rgba(196,154,46,.08); }
.nav-menu a.active { color: var(--g); }

.nav-cta {
  position: relative;
  overflow: hidden;
  color: var(--g) !important;
  border: 1px solid rgba(196,154,46,.3) !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  transition: all .35s !important;
}
.nav-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--g);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .35s cubic-bezier(.4,0,.2,1);
  z-index: -1;
}
.nav-cta:hover { color: var(--n) !important; border-color: var(--g) !important; }
.nav-cta:hover::after { transform: scaleY(1); }

/* hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  height: 1px;
  background: var(--g2);
  transition: all .3s;
}
.nav-toggle span:nth-child(1) { width: 24px; }
.nav-toggle span:nth-child(2) { width: 16px; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); width: 24px; }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); width: 24px; }

/* Mobile menu */
#mobile-nav {
  position: fixed;
  inset: 0;
  top: 76px;
  background: rgba(7,13,20,.97);
  backdrop-filter: blur(40px);
  z-index: 790;
  padding: 3rem 2.5rem;
  clip-path: inset(0 0 100% 0);
  transition: clip-path .5s cubic-bezier(.4,0,.2,1);
}
#mobile-nav.open { clip-path: inset(0 0 0% 0); }
#mobile-nav a {
  display: block;
  font-family: 'Playfair Display', 'Amiri', serif;
  font-size: 1.8rem;
  color: rgba(247,242,232,.5);
  padding: .85rem 0;
  border-bottom: 1px solid rgba(196,154,46,.07);
  transition: all .25s;
  letter-spacing: .02em;
}
#mobile-nav a:hover { color: var(--g); padding-right: .6rem; }
#mobile-nav .mob-cta {
  background: var(--g);
  color: var(--n);
  text-align: center;
  font-weight: 800;
  border-radius: 2px;
  margin-top: 1.5rem;
  padding: 1rem;
  border: none;
  font-size: 1rem;
  font-family: 'Noto Kufi Arabic', sans-serif;
  cursor: pointer;
  width: 100%;
  letter-spacing: .06em;
  display: block;
}

/* ════════════════════════════
   HERO
════════════════════════════ */
.hero-section {
  position: relative;
  min-height: var(--dar-hero-height, 78vh);
  background: var(--n);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: var(--dar-hero-padding-bottom, 4vh);
  overflow: hidden;
}
.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 70% 60% at 20% 60%, rgba(196,154,46,.06) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 80% 30%, rgba(42,92,62,.05) 0%, transparent 50%);
}
.hero-grid-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(196,154,46,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196,154,46,.022) 1px, transparent 1px);
  background-size: 100px 100px;
}
.hero-grid-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 80% at 50% 50%, transparent 35%, var(--n) 90%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 3rem;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: var(--dar-hero-eyebrow-margin, 1.2rem);
  opacity: 0;
  transform: translateY(14px);
  transition: all .8s cubic-bezier(.16,1,.3,1) .2s;
}
.hero-eyebrow.vis { opacity: 1; transform: translateY(0); }
.hero-eyebrow-bar { flex: 0 0 40px; height: 1px; background: var(--g); opacity: .5; }
.hero-eyebrow-text {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(196,154,46,.5);
}
.hero-title {
  font-family: 'Playfair Display', 'Amiri', serif;
  line-height: .92;
  letter-spacing: -.02em;
  overflow: hidden;
}
.hero-line { display: block; overflow: hidden; }
.hero-line-inner {
  display: block;
  transform: translateY(110%);
  transition: transform .95s cubic-bezier(.16,1,.3,1);
}
.hero-line-inner.up { transform: translateY(0); }
.hero-sm {
  font-size: var(--dar-hero-topline-size, clamp(.9rem,1.35vw,1.15rem));
  color: rgba(247,242,232,.2);
  font-weight: 400;
  letter-spacing: .04em;
  margin-bottom: .6rem;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.hero-lg {
  font-size: var(--dar-hero-main-size, clamp(3.2rem,8vw,6.5rem));
  color: var(--iv);
}
.hero-accent {
  font-size: var(--dar-hero-accent-size, clamp(3.2rem,8vw,6.5rem));
  color: var(--g);
  display: block;
  text-shadow: 0 0 80px rgba(196,154,46,.2);
}
.hero-sub {
  font-size: var(--dar-hero-sub-size, clamp(.9rem,1.1vw,1rem));
  color: rgba(247,242,232,.38);
  max-width: 520px;
  line-height: 2;
  font-weight: 300;
  margin: var(--dar-hero-sub-margin, 1.4rem 0);
  opacity: 0;
  transform: translateY(18px);
  transition: all .9s cubic-bezier(.16,1,.3,1);
}
.hero-sub.vis { opacity: 1; transform: translateY(0); }
.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(18px);
  transition: all .9s cubic-bezier(.16,1,.3,1) .1s;
}
.hero-buttons.vis { opacity: 1; transform: translateY(0); }
.hero-bottom-bar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 3rem 3rem 0;
  margin-top: auto;
  border-top: 1px solid rgba(196,154,46,.07);
  opacity: 0;
  transition: opacity .9s ease .3s;
}
.hero-bottom-bar.vis { opacity: 1; }
.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  color: var(--g);
  line-height: 1;
}
.hero-stat-label {
  font-size: .66rem;
  color: rgba(247,242,232,.25);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: .3rem;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.hero-disclaimer {
  font-size: .7rem;
  color: rgba(247,242,232,.18);
  max-width: 380px;
  line-height: 1.65;
  display: flex;
  align-items: flex-start;
  gap: .5rem;
}
.hero-disclaimer::before {
  content: 'ⓘ';
  color: var(--g);
  opacity: .4;
  flex-shrink: 0;
  font-size: .85rem;
}
.scroll-indicator {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
}
.scroll-indicator-text {
  font-size: .6rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(196,154,46,.25);
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.scroll-indicator-line {
  width: 1px;
  height: 50px;
  background: rgba(196,154,46,.15);
  overflow: hidden;
  position: relative;
}
.scroll-indicator-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--g);
  animation: scrollFall 2.5s ease infinite 1.5s;
}
@keyframes scrollFall { to { top: 120%; } }

/* ════════════════════════════
   TICKER
════════════════════════════ */
.ticker-wrap {
  background: var(--g);
  overflow: hidden;
  padding: .65rem 0;
}
.ticker-track {
  display: flex;
  white-space: nowrap;
  animation: tickerRTL 22s linear infinite;
}
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0 1.5rem;
  font-size: .74rem;
  font-weight: 800;
  color: var(--n);
  letter-spacing: .12em;
  text-transform: uppercase;
  flex-shrink: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.ticker-sep { opacity: .35; font-size: .5rem; }
@keyframes tickerRTL { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ════════════════════════════
   SCROLL REVEAL
════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1);
}
.reveal-l {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1);
}
.reveal-r {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1);
}
.reveal.visible, .reveal-l.visible, .reveal-r.visible {
  opacity: 1;
  transform: translate(0);
}
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
.delay-4 { transition-delay: .4s; }
.delay-5 { transition-delay: .5s; }

/* ════════════════════════════
   SECTIONS — DARK
════════════════════════════ */
.section-dark { background: var(--n); color: var(--iv); }
.section-dark2 { background: var(--n2); color: var(--iv); }
.section-dark .eyebrow span, .section-dark2 .eyebrow span { color: var(--g2); }
.section-dark .eyebrow::before, .section-dark2 .eyebrow::before { background: var(--g2); }

/* ════════════════════════════
   PROBLEM SECTION
════════════════════════════ */
.problem-visual {
  position: relative;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.geo-svg-main { width: 300px; height: 300px; animation: geoRotate 60s linear infinite; }
.geo-center-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.geo-big-num {
  font-family: 'Playfair Display', serif;
  font-size: 5.5rem;
  color: var(--g);
  line-height: 1;
  letter-spacing: -.03em;
}
.geo-big-label {
  font-size: .64rem;
  color: rgba(196,154,46,.3);
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-top: .3rem;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.geo-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(196,154,46,.06);
}
.geo-orbit-1 { inset: -30px; animation: geoRotate 30s linear infinite; }
.geo-orbit-2 { inset: -65px; border-style: dashed; border-color: rgba(196,154,46,.04); animation: geoRotate 45s linear infinite reverse; }
.geo-orbit-3 { inset: -100px; animation: geoRotate 70s linear infinite; }
.geo-pill {
  position: absolute;
  background: rgba(12,21,32,.9);
  border: 1px solid rgba(196,154,46,.18);
  padding: .4rem 1rem;
  border-radius: 2px;
  font-size: .72rem;
  color: var(--g2);
  backdrop-filter: blur(8px);
  white-space: nowrap;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.geo-pill:nth-child(1) { top: 5%; right: 6%; animation: floatPill 5s ease-in-out infinite; }
.geo-pill:nth-child(2) { top: 48%; right: -6%; animation: floatPill 5s ease-in-out infinite 1.2s; color: rgba(247,242,232,.35); }
.geo-pill:nth-child(3) { bottom: 5%; right: 10%; animation: floatPill 5s ease-in-out infinite 2.4s; }
.geo-pill:nth-child(4) { top: 26%; left: 3%; animation: floatPill 5s ease-in-out infinite 3.6s; color: rgba(247,242,232,.25); }
@keyframes geoRotate { to { transform: rotate(360deg); } }
@keyframes floatPill { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ════════════════════════════
   OFFER CARDS GRID
════════════════════════════ */
.offer-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  border: 1px solid rgba(196,154,46,.12);
  margin-top: 4rem;
}
.offer-card {
  padding: 3rem;
  border-right: 1px solid rgba(196,154,46,.1);
  border-bottom: 1px solid rgba(196,154,46,.1);
  position: relative;
  overflow: hidden;
  background: var(--iv);
  transition: background .4s;
  cursor: default;
}
.offer-card:nth-child(2n) { border-right: none; }
.offer-card:nth-child(3), .offer-card:nth-child(4) { border-bottom: none; }
.offer-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(196,154,46,.05), transparent);
  opacity: 0;
  transition: opacity .4s;
}
.offer-card:hover { background: var(--iv2); }
.offer-card:hover::before { opacity: 1; }
.offer-card-num {
  font-family: 'Playfair Display', serif;
  font-size: 5.5rem;
  color: rgba(196,154,46,.07);
  position: absolute;
  bottom: -.5rem;
  left: 1.5rem;
  line-height: 1;
  transition: color .4s;
  pointer-events: none;
}
.offer-card:hover .offer-card-num { color: rgba(196,154,46,.14); }
.offer-card-icon {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(196,154,46,.2);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: rgba(196,154,46,.06);
  margin-bottom: 1.6rem;
  transition: all .35s;
}
.offer-card:hover .offer-card-icon {
  background: var(--g);
  border-color: var(--g);
}
.offer-card h3 {
  font-family: 'Playfair Display', 'Amiri', serif;
  font-size: 1.45rem;
  color: var(--tx);
  margin-bottom: .8rem;
}
.offer-card p { font-size: .9rem; color: var(--tx3); line-height: 1.9; max-width: 300px; }

/* ════════════════════════════
   MANIFESTO
════════════════════════════ */
.manifesto-section {
  background: var(--n2);
  padding: 7rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(196,154,46,.08);
  border-bottom: 1px solid rgba(196,154,46,.08);
}
.manifesto-watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 30vw;
  color: rgba(196,154,46,.022);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  overflow: hidden;
}
.manifesto-inner { position: relative; max-width: 880px; margin: 0 auto; }
.manifesto-quote {
  font-family: 'Playfair Display', 'Amiri', serif;
  font-size: clamp(1.6rem,3.2vw,2.6rem);
  color: var(--iv);
  line-height: 1.55;
  font-style: italic;
}
.manifesto-quote em { color: var(--g); font-style: normal; }
.manifesto-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 2.5rem 0 1.5rem;
}
.manifesto-divider::before, .manifesto-divider::after {
  content: '';
  flex: 0 0 50px;
  height: 1px;
  background: rgba(196,154,46,.2);
}
.manifesto-divider span { color: var(--g); font-size: .75rem; opacity: .5; }
.manifesto-attr {
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(196,154,46,.3);
  font-family: 'Noto Kufi Arabic', sans-serif;
}

/* ════════════════════════════
   BENTO GRID (WHY)
════════════════════════════ */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: 1px;
  background: rgba(196,154,46,.07);
}
.bento-cell {
  background: var(--n2);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  transition: background .3s;
}
.bento-cell:hover { background: var(--n3); }
.bento-cell.span-4 { grid-column: span 4; }
.bento-cell.span-8 { grid-column: span 8; }
.bento-cell.span-5 { grid-column: span 5; }
.bento-cell.span-3 { grid-column: span 3; }
.bento-label {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(196,154,46,.3);
  margin-bottom: .9rem;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.bento-big-num {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: var(--g);
  line-height: 1;
  margin-bottom: .5rem;
  letter-spacing: -.02em;
}
.bento-cell h3 {
  font-family: 'Playfair Display', 'Amiri', serif;
  font-size: 1.25rem;
  color: var(--iv);
  margin-bottom: .5rem;
  line-height: 1.3;
}
.bento-cell p { font-size: .84rem; color: rgba(247,242,232,.3); line-height: 1.85; }
.bento-wm {
  position: absolute;
  bottom: -.5rem;
  left: .5rem;
  font-family: 'Playfair Display', serif;
  font-size: 7rem;
  color: rgba(196,154,46,.04);
  line-height: 1;
  pointer-events: none;
  font-weight: 700;
}
.bento-checks { margin-top: 1rem; }
.bento-check {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .55rem 0;
  border-bottom: 1px solid rgba(196,154,46,.05);
  font-size: .84rem;
  color: rgba(247,242,232,.4);
  transition: color .2s;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.bento-check:hover { color: rgba(247,242,232,.8); }
.bento-check:last-child { border-bottom: none; padding-bottom: 0; }
.bento-check::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--g);
  flex-shrink: 0;
  opacity: .7;
}
.bento-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.bento-tag {
  background: rgba(196,154,46,.08);
  border: 1px solid rgba(196,154,46,.15);
  color: var(--g2);
  padding: .25rem .7rem;
  border-radius: 2px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

/* ════════════════════════════
   COURSES LIST (magazine)
════════════════════════════ */
.courses-list { border-top: 1px solid rgba(196,154,46,.12); }
.course-list-item {
  display: grid;
  grid-template-columns: 90px 1fr 50px;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(196,154,46,.1);
  cursor: pointer;
  transition: padding .4s cubic-bezier(.4,0,.2,1);
  position: relative;
  overflow: hidden;
}
.course-list-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(196,154,46,.025);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s cubic-bezier(.4,0,.2,1);
}
.course-list-item:hover { padding-right: 1rem; padding-left: 1rem; }
.course-list-item:hover::before { transform: scaleX(1); }
.course-list-num {
  font-family: 'Playfair Display', serif;
  font-size: 3.8rem;
  color: rgba(196,154,46,.1);
  line-height: 1;
  text-align: center;
  transition: color .3s;
}
.course-list-item:hover .course-list-num { color: rgba(196,154,46,.22); }
.course-list-title {
  font-family: 'Playfair Display', 'Amiri', serif;
  font-size: 1.4rem;
  color: var(--tx);
  margin-bottom: .4rem;
  transition: color .3s;
}
.course-list-item:hover .course-list-title { color: var(--n); }
.course-list-meta { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.course-tag {
  font-size: .7rem;
  background: rgba(196,154,46,.1);
  color: var(--g);
  padding: .18rem .65rem;
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: .05em;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.course-list-desc { font-size: .84rem; color: var(--tx3); margin-top: .4rem; line-height: 1.75; }
.course-list-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(196,154,46,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(196,154,46,.3);
  font-size: 1rem;
  justify-self: end;
  transition: all .35s;
}
.course-list-item:hover .course-list-arrow {
  background: var(--g);
  border-color: var(--g);
  color: var(--n);
  transform: rotate(-45deg);
}

/* ════════════════════════════
   AUDIENCE
════════════════════════════ */
.audience-section { padding: 0; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 65vh; }
.audience-left {
  padding: 8rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--n);
}
.audience-right {
  background: var(--n2);
  padding: 5rem 3rem;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  justify-content: center;
  border-right: 1px solid rgba(196,154,46,.07);
}
.audience-persona-card {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.4rem;
  border: 1px solid rgba(196,154,46,.07);
  border-radius: 2px;
  transition: all .3s;
}
.audience-persona-card:hover {
  border-color: rgba(196,154,46,.2);
  background: rgba(196,154,46,.03);
  transform: translateX(-5px);
}
.audience-avatar {
  width: 46px;
  height: 46px;
  border-radius: 2px;
  background: rgba(196,154,46,.08);
  border: 1px solid rgba(196,154,46,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.audience-name { font-size: .92rem; color: rgba(247,242,232,.7); font-weight: 600; }
.audience-sub { font-size: .73rem; color: rgba(247,242,232,.25); margin-top: .15rem; }
.audience-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2.5rem; }
.audience-tag {
  background: rgba(196,154,46,.07);
  border: 1px solid rgba(196,154,46,.13);
  color: rgba(247,242,232,.45);
  padding: .4rem .9rem;
  border-radius: 2px;
  font-size: .8rem;
  transition: all .2s;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.audience-tag:hover { background: var(--g); border-color: var(--g); color: var(--n); }

/* ════════════════════════════
   STEPS
════════════════════════════ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid rgba(196,154,46,.1);
  border-right: 1px solid rgba(196,154,46,.1);
  margin-top: 5rem;
}
.step-card {
  padding: 3.5rem 2.5rem;
  border-left: 1px solid rgba(196,154,46,.1);
  border-bottom: 1px solid rgba(196,154,46,.1);
  position: relative;
  overflow: hidden;
}
.step-progress-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: rgba(196,154,46,.1);
  overflow: hidden;
}
.step-progress-bar::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: var(--g);
  transition: width 1.2s cubic-bezier(.4,0,.2,1);
}
.step-card.visible .step-progress-bar::after { width: 100%; }
.step-card-num {
  font-family: 'Playfair Display', serif;
  font-size: 6rem;
  color: rgba(196,154,46,.06);
  position: absolute;
  bottom: -.5rem;
  left: 1rem;
  line-height: 1;
  pointer-events: none;
}
.step-card-icon {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(196,154,46,.18);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.8rem;
  background: rgba(196,154,46,.05);
}
.step-card h3 { font-size: 1.25rem; color: var(--tx); margin-bottom: .7rem; }
.step-card p { font-size: .87rem; color: var(--tx3); line-height: 1.85; }

/* ════════════════════════════
   CTA SECTION
════════════════════════════ */
.cta-section {
  background: var(--n2);
  padding: 10rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(196,154,46,.08);
}
.cta-bg-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(196,154,46,.06) 0%, transparent 65%);
}
.cta-watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 32vw;
  color: rgba(196,154,46,.022);
  line-height: 1;
  pointer-events: none;
  overflow: hidden;
}
.cta-inner { position: relative; max-width: 820px; margin: 0 auto; }
.cta-inner h2 {
  font-family: 'Playfair Display', 'Amiri', serif;
  font-size: clamp(2.2rem,4.5vw,3.8rem);
  color: var(--iv);
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.cta-inner p {
  color: rgba(247,242,232,.35);
  font-size: 1.05rem;
  line-height: 1.95;
  margin-bottom: 3rem;
  font-weight: 300;
  max-width: 580px;
  margin-inline: auto;
}
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 3rem; }

/* ════════════════════════════
   FOOTER
════════════════════════════ */
.site-footer {
  background: #050B11;
  padding: 5rem 3rem 2.5rem;
  border-top: 1px solid rgba(196,154,46,.07);
}
.footer-inner { max-width: 1380px; margin: 0 auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
}
.footer-logo {
  font-family: 'Playfair Display', 'Amiri', serif;
  font-size: 1.7rem;
  color: var(--g);
  display: block;
  margin-bottom: .9rem;
}
.footer-desc {
  font-size: .84rem;
  color: rgba(247,242,232,.25);
  line-height: 1.9;
  max-width: 270px;
  margin-bottom: 1.5rem;
}
.footer-badges { display: flex; gap: .5rem; flex-wrap: wrap; }
.footer-badge {
  background: rgba(196,154,46,.08);
  border: 1px solid rgba(196,154,46,.12);
  color: rgba(196,154,46,.5);
  padding: .22rem .7rem;
  border-radius: 2px;
  font-size: .66rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.footer-col h4 {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(247,242,232,.2);
  margin-bottom: 1.3rem;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.footer-col ul li { margin-bottom: .5rem; }
.footer-col ul li a {
  color: rgba(247,242,232,.28);
  font-size: .84rem;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.footer-col ul li a:hover { color: var(--g); }
.footer-legal {
  font-size: .7rem;
  color: rgba(247,242,232,.12);
  line-height: 1.75;
  border-top: 1px solid rgba(247,242,232,.04);
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: .72rem;
  color: rgba(247,242,232,.15);
  flex-wrap: wrap;
  gap: .5rem;
}

/* ════════════════════════════
   PAGE HEADER (inner pages)
════════════════════════════ */
.page-hero {
  background: var(--n);
  padding: 6rem 3rem 3.5rem;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(196,154,46,.07);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 90% at 50% 0%, rgba(196,154,46,.055) 0%, transparent 55%);
}
.page-hero-inner { position: relative; max-width: 1380px; margin: 0 auto; }
.breadcrumb {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .72rem;
  color: rgba(247,242,232,.2);
  margin-bottom: 1.4rem;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.breadcrumb a { color: var(--g); transition: opacity .2s; }
.breadcrumb a:hover { opacity: .6; }
.breadcrumb-sep { opacity: .3; }
.page-hero h1 {
  font-family: 'Playfair Display', 'Amiri', serif;
  font-size: clamp(2.4rem,4.5vw,3.5rem);
  color: var(--iv);
  margin-bottom: .8rem;
}
.page-hero p { color: rgba(247,242,232,.35); max-width: 560px; font-size: 1rem; font-weight: 300; }

/* ════════════════════════════
   COURSES SINGLE PAGE
════════════════════════════ */
.course-single { max-width: 900px; margin: 0 auto; padding: 4rem 3rem 7rem; }
.course-lead { font-size: 1.05rem; color: var(--tx2); line-height: 2; margin-bottom: 2rem; font-weight: 300; }
.course-axes-box {
  background: var(--iv2);
  border: 1px solid rgba(196,154,46,.1);
  border-radius: var(--radius);
  padding: 2rem;
  margin-bottom: 2rem;
}
.course-axes-box h3 {
  font-family: 'Playfair Display', 'Amiri', serif;
  color: var(--tx);
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.course-axis-item {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .5rem 0;
  border-bottom: 1px solid rgba(196,154,46,.08);
  font-size: .92rem;
  color: var(--tx2);
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.course-axis-item:last-child { border-bottom: none; }
.course-axis-item::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--g);
  flex-shrink: 0;
}
.suitable-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1rem 0 2.5rem; }
.suitable-tag {
  background: var(--n);
  color: rgba(247,242,232,.5);
  padding: .35rem .9rem;
  border-radius: 2px;
  font-size: .8rem;
  border: 1px solid rgba(196,154,46,.1);
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.notice-box {
  background: rgba(42,92,62,.06);
  border: 1px solid rgba(42,92,62,.15);
  border-radius: var(--radius);
  padding: .8rem 1rem;
  font-size: .8rem;
  color: var(--em);
  display: flex;
  gap: .5rem;
  margin-bottom: 1.5rem;
  line-height: 1.7;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

/* ════════════════════════════
   FORMS
════════════════════════════ */
.form-wrapper { max-width: 740px; margin: 0 auto; padding: 4rem 3rem 7rem; }
.form-header { text-align: center; margin-bottom: 3rem; }
.form-header h1 { font-family: 'Playfair Display', 'Amiri', serif; font-size: 2.5rem; color: var(--tx); margin-bottom: .7rem; }
.form-header p { color: var(--tx3); font-size: .96rem; }
.form-card {
  background: var(--iv);
  border: 1px solid rgba(196,154,46,.1);
  border-radius: var(--radius);
  padding: 3rem;
  box-shadow: 0 8px 60px rgba(196,154,46,.06);
}
.form-group { margin-bottom: 1.3rem; }
.form-group label {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: .45rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.form-group label em { color: var(--g); font-style: normal; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: .8rem 1rem;
  direction: rtl;
  text-align: right;
  border: 1.5px solid rgba(196,154,46,.15);
  border-radius: var(--radius);
  font-family: 'Noto Kufi Arabic', 'Tajawal', sans-serif;
  font-size: .93rem;
  color: var(--tx);
  background: var(--iv2);
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--g);
  box-shadow: 0 0 0 3px rgba(196,154,46,.09);
  background: var(--iv);
}
.form-group textarea { min-height: 90px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-submit {
  width: 100%;
  padding: 1.05rem;
  margin-top: .5rem;
  background: var(--g);
  color: var(--n);
  border: none;
  border-radius: var(--radius);
  font-family: 'Noto Kufi Arabic', 'Tajawal', sans-serif;
  font-size: .95rem;
  font-weight: 800;
  cursor: pointer;
  transition: all .35s;
  letter-spacing: .06em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(196,154,46,.28);
}
.form-success { text-align: center; padding: 3rem 2rem; display: none; }
.form-success.show { display: block; }
.form-fields.hidden { display: none; }
.success-icon { font-size: 3.5rem; margin-bottom: 1rem; }
.form-success h3 { font-family: 'Playfair Display', 'Amiri', serif; font-size: 1.8rem; color: var(--tx); margin-bottom: .7rem; }
.form-success p { color: var(--tx3); line-height: 1.85; }

/* ════════════════════════════
   FAQ
════════════════════════════ */
.faq-wrapper { max-width: 840px; margin: 0 auto; padding: 4rem 3rem 7rem; }
.faq-item { border-bottom: 1px solid rgba(196,154,46,.1); }
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1.4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'Noto Kufi Arabic', 'Tajawal', sans-serif;
  font-weight: 700;
  font-size: .96rem;
  color: var(--tx);
  text-align: right;
  direction: rtl;
  transition: color .2s;
}
.faq-question:hover { color: var(--g); }
.faq-arrow {
  color: var(--g);
  font-size: .65rem;
  transition: transform .4s cubic-bezier(.4,0,.2,1);
  flex-shrink: 0;
  margin-right: 1rem;
}
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .5s cubic-bezier(.4,0,.2,1); }
.faq-item.open .faq-answer { max-height: 400px; }
.faq-answer-inner { padding: 0 0 1.4rem; font-size: .92rem; color: var(--tx2); line-height: 1.95; font-family: 'Noto Kufi Arabic', sans-serif; }

/* ════════════════════════════
   CONTACT
════════════════════════════ */
.contact-wrapper { max-width: 1200px; margin: 0 auto; padding: 4rem 3rem 7rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.9fr; gap: 6rem; }
.contact-info h2 { font-family: 'Playfair Display', 'Amiri', serif; font-size: 1.7rem; color: var(--tx); margin-bottom: .8rem; }
.contact-info p { color: var(--tx3); font-size: .92rem; line-height: 1.95; margin-bottom: var(--dar-hero-eyebrow-margin, 1.2rem); }
.contact-item { display: flex; gap: .9rem; align-items: flex-start; margin-bottom: 1.3rem; }
.contact-icon {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(196,154,46,.15);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  background: rgba(196,154,46,.04);
}
.contact-label { font-size: .68rem; color: var(--tx3); margin-bottom: .1rem; letter-spacing: .1em; text-transform: uppercase; font-family: 'Noto Kufi Arabic', sans-serif; }
.contact-value { font-size: .9rem; color: var(--tx); font-weight: 600; }

/* ════════════════════════════
   LEGAL PAGES
════════════════════════════ */
.legal-wrapper { max-width: 860px; margin: 0 auto; padding: 4rem 3rem 7rem; }
.legal-date {
  display: inline-block;
  font-size: .7rem;
  color: var(--tx3);
  background: var(--iv2);
  padding: .35rem 1rem;
  border-radius: 2px;
  margin-bottom: 2rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.legal-wrapper h2 {
  font-family: 'Playfair Display', 'Amiri', serif;
  color: var(--tx);
  font-size: 1.25rem;
  margin: 2.5rem 0 .7rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(196,154,46,.1);
}
.legal-wrapper h2:first-of-type { margin-top: 0; }
.legal-wrapper p { font-size: .93rem; color: var(--tx2); line-height: 1.95; margin-bottom: .8rem; }
.legal-wrapper ul { padding-right: 1.2rem; margin-bottom: .9rem; }
.legal-wrapper li { font-size: .92rem; color: var(--tx2); line-height: 1.85; margin-bottom: .35rem; }

/* ════════════════════════════
   BLOG
════════════════════════════ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: rgba(196,154,46,.08);
  margin-top: 3rem;
}
.blog-card { background: var(--iv); overflow: hidden; transition: background .3s; }
.blog-card:hover { background: var(--iv2); }
.blog-card-top {
  height: 150px;
  background: var(--n3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}
.blog-card-body { padding: 1.6rem; }
.blog-tag {
  font-size: .65rem;
  background: rgba(196,154,46,.1);
  color: var(--g);
  padding: .2rem .7rem;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.blog-card-body h3 { font-family: 'Playfair Display', 'Amiri', serif; font-size: 1.1rem; color: var(--tx); margin-bottom: .5rem; line-height: 1.4; }
.blog-card-body p { font-size: .83rem; color: var(--tx3); line-height: 1.8; }

/* ════════════════════════════
   MINI FOOTER
════════════════════════════ */
.mini-footer {
  background: #050B11;
  border-top: 1px solid rgba(196,154,46,.06);
  padding: 1.5rem 3rem;
  text-align: center;
  font-size: .74rem;
  color: rgba(247,242,232,.18);
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.mini-footer a { color: var(--g); transition: opacity .2s; }
.mini-footer a:hover { opacity: .65; }

/* ════════════════════════════
   LOADER
════════════════════════════ */
#site-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--n);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  transition: opacity 1s ease, transform 1s ease;
}
#site-loader.loaded { opacity: 0; pointer-events: none; transform: translateY(-20px); }
.loader-gem { position: relative; width: 80px; height: 80px; }
.loader-gem svg { width: 100%; height: 100%; }
.loader-ring {
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  animation: ringAnim 1.6s cubic-bezier(.4,0,.2,1) .2s forwards;
}
@keyframes ringAnim { to { stroke-dashoffset: 0; } }
.loader-name {
  font-family: 'Playfair Display', 'Amiri', serif;
  font-size: 1.7rem;
  color: var(--g);
  letter-spacing: .04em;
  opacity: 0;
  animation: fadeRise .6s ease .9s forwards;
}
.loader-progress { width: 160px; height: 1px; background: rgba(196,154,46,.15); position: relative; overflow: hidden; }
.loader-progress::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: var(--g);
  animation: progressAnim 1.4s ease .4s forwards;
}
@keyframes progressAnim { to { width: 100%; } }
.loader-tagline {
  font-size: .72rem;
  color: rgba(196,154,46,.4);
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: 0;
  animation: fadeRise .5s ease 1.2s forwards;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
@keyframes fadeRise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ════════════════════════════
   ABOUT — VALUES BOX
════════════════════════════ */
.about-values-box { background: var(--n); border-radius: var(--radius); padding: 2.5rem; }
.about-values-box h3 { font-family: 'Playfair Display', 'Amiri', serif; color: var(--g); font-size: 1.2rem; margin-bottom: 1.5rem; }
.value-item {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .75rem 0;
  border-bottom: 1px solid rgba(247,242,232,.05);
  color: rgba(247,242,232,.5);
  font-size: .9rem;
  transition: all .2s;
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.value-item:hover { color: rgba(247,242,232,.9); padding-right: .3rem; }
.value-item:last-child { border-bottom: none; }
.value-item::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--g); flex-shrink: 0; }

/* ════════════════════════════
   WEALTH SECTION
════════════════════════════ */
.wealth-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: rgba(196,154,46,.07);
}
.wealth-card { background: var(--n2); padding: 2.5rem; transition: background .3s; }
.wealth-card:hover { background: var(--n3); }
.wealth-icon { font-size: 2rem; margin-bottom: 1rem; }
.wealth-card h3 { font-family: 'Playfair Display', 'Amiri', serif; color: var(--iv); font-size: 1.1rem; margin-bottom: .5rem; }
.wealth-card p { font-size: .83rem; color: rgba(247,242,232,.28); line-height: 1.85; }

/* ════════════════════════════
   COURSES LIST PAGE
════════════════════════════ */
.courses-list-page { max-width: 960px; margin: 0 auto; }
.course-detail-card {
  background: var(--iv);
  border: 1px solid rgba(196,154,46,.08);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 1.5rem;
  transition: box-shadow .3s;
}
.course-detail-card:hover { box-shadow: 0 6px 48px rgba(196,154,46,.1); }
.course-detail-header {
  background: var(--n2);
  padding: 2rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(196,154,46,.07);
}
.course-detail-header h2 { font-family: 'Playfair Display', 'Amiri', serif; color: var(--iv); font-size: 1.4rem; }
.course-detail-number { font-size: .68rem; color: rgba(196,154,46,.35); letter-spacing: .12em; font-weight: 700; font-family: 'Noto Kufi Arabic', sans-serif; }
.course-detail-body { padding: 2rem 2.5rem; }
.course-detail-desc { color: var(--tx2); margin-bottom: 1.5rem; line-height: 1.95; font-size: .96rem; }
.course-topics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem .8rem; margin-bottom: 1.5rem; }
.course-topic-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .85rem;
  color: var(--tx2);
  font-family: 'Noto Kufi Arabic', sans-serif;
}
.course-topic-item::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--g); flex-shrink: 0; }
.topics-section-label { font-size: .65rem; font-weight: 700; letter-spacing: .12em; color: var(--tx); text-transform: uppercase; margin-bottom: .7rem; font-family: 'Noto Kufi Arabic', sans-serif; }
.course-warning {
  background: rgba(42,92,62,.06);
  border: 1px solid rgba(42,92,62,.15);
  border-radius: var(--radius);
  padding: .75rem 1rem;
  font-size: .8rem;
  color: var(--em);
  margin-bottom: 1.2rem;
  display: flex;
  gap: .5rem;
  line-height: 1.7;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

/* ════════════════════════════
   WORDPRESS SPECIFIC
════════════════════════════ */
.wp-block-image { margin: 2rem 0; }
.entry-content p { margin-bottom: 1rem; }
.entry-content h2, .entry-content h3 { margin: 2rem 0 1rem; }
.aligncenter { text-align: center; }
.alignright { text-align: left; }
.alignleft { text-align: right; }

/* Screen reader text */
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* ════════════════════════════
   RESPONSIVE
════════════════════════════ */
@media (max-width:1200px) {
  .bento-grid { grid-template-columns: repeat(6,1fr); }
  .bento-cell.span-4 { grid-column: span 3; }
  .bento-cell.span-8 { grid-column: span 3; }
  .bento-cell.span-5, .bento-cell.span-3 { grid-column: span 2; }
  .grid-2, .audience-grid, .contact-grid { grid-template-columns: 1fr; }
  .audience-right { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .wealth-grid { grid-template-columns: 1fr 1fr; }
  .offer-grid { grid-template-columns: 1fr; }
}
@media (max-width:900px) {
  .nav-menu { display: none; }
  .nav-toggle { display: flex; }
  .section, .page-hero { padding: 5rem 1.5rem; }
  .steps-grid { grid-template-columns: 1fr; }
  .blog-grid, .courses-topics-grid, .form-row { grid-template-columns: 1fr; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-cell.span-4, .bento-cell.span-8, .bento-cell.span-5, .bento-cell.span-3 { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .course-list-item { grid-template-columns: 60px 1fr 44px; gap: 1rem; }
  .course-topics-grid { grid-template-columns: 1fr; }
  .audience-left { padding: 5rem 2rem; }
  .hero-content { padding: 0 1.5rem; }
  .hero-bottom-bar { padding: 2rem 1.5rem 0; }
  .container, .container-sm { padding: 0 1.5rem; }
  .form-wrapper, .faq-wrapper, .contact-wrapper, .legal-wrapper { padding: 3rem 1.5rem 5rem; }
  .course-single { padding: 3rem 1.5rem 5rem; }
}
@media (max-width:600px) {
  .hero-buttons { flex-direction: column; align-items: flex-start; }
  .hero-lg { font-size: var(--dar-hero-main-size-mobile, clamp(2.8rem,12vw,4.8rem)); }
  .hero-accent { font-size: var(--dar-hero-accent-size-mobile, clamp(2.8rem,12vw,4.8rem)); }
  .wealth-grid { grid-template-columns: 1fr; }
  .course-detail-header { flex-direction: column; align-items: flex-start; gap: .4rem; }
}
</style>
