
:root {
  --teal: #1A6B72;
  --teal-dk: #0D3F44;
  --teal-hero: #0A3035;
  --teal-md: #2A8A93;
  --teal-lt: #E4F2F3;
  --gold: #C8A84B;
  --gold-lt: #E8CB7A;
  --gold-pale: #FDF6E3;
  --rose: #D4A0A0;
  --rose-lt: #F5E6E6;
  --rose-pale: #FDF2F2;
  --ivory: #FAF8F3;
  --ink: #1C1A17;
  --ink-mid: #3D3A35;
  --ink-soft: #6B6760;
  --white: #FFFFFF;
  --display: 'Dancing Script', cursive;
  --body: 'Nunito', sans-serif;
  --arabic: 'Amiri', serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { background: var(--ivory); color: var(--ink); font-family: var(--body); overflow-x: hidden; }
body.loading { overflow: hidden; }
a, button { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
.ar { direction: rtl; font-family: var(--arabic); unicode-bidi: embed; }

/* ── CURSOR ──────────────────────────────────────── */
.cursor-dot, .cursor-ring { display: none; pointer-events: none; position: fixed; transform: translate(-50%, -50%); z-index: 9999; }
.cursor-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.cursor-ring { width: 32px; height: 32px; border-radius: 50%; border: 0.5px solid rgba(200,168,75,0.7); transition: width 0.22s ease, height 0.22s ease; }
@media (hover: hover) and (pointer: fine) { body, a, button { cursor: none; } .cursor-dot, .cursor-ring { display: block; } }

/* ── PROGRESS BAR ────────────────────────────────── */
.progress { position: fixed; top: 0; left: 0; height: 2px; width: 0; background: linear-gradient(90deg, var(--gold), var(--gold-lt), var(--rose)); z-index: 300; }

/* ── PRELOADER ───────────────────────────────────── */
.preloader { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; background: var(--teal-hero); overflow: hidden; transition: opacity 0.8s ease, visibility 0.8s ease; }
.preloader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader::before { content: ''; position: absolute; inset: 0; background-image: url('../images/img4-small.png'); background-repeat: repeat; background-size: 300px auto; opacity: 0.08; animation: drift 40s linear infinite; }
.preloader-card { position: relative; z-index: 1; text-align: center; padding: 3rem clamp(2rem, 5vw, 4.5rem); border: 1px solid rgba(200,168,75,0.25); display: flex; flex-direction: column; align-items: center; gap: 0.8rem; max-width: calc(100vw - 2rem); }
.preloader-card::before, .preloader-card::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); width: 68px; height: 1px; background: var(--gold); opacity: 0.7; }
.preloader-card::before { top: 1.25rem; }
.preloader-card::after { bottom: 1.25rem; }
.preloader-mark { width: 52px; height: 52px; object-fit: contain; margin-bottom: 0.2rem; }
.preloader-arabic { font-size: clamp(3rem, 9vw, 5.8rem); color: rgba(200,168,75,0.9); font-weight: 700; line-height: 1; }
.preloader-name { font-family: var(--display); font-size: 1.55rem; color: white; line-height: 1; }
.preloader-tag { font-family: var(--display); font-size: 1rem; color: rgba(255,255,255,0.5); font-style: italic; }
.preloader-line { width: min(220px, 54vw); height: 1px; background: rgba(255,255,255,0.12); margin-top: 0.8rem; position: relative; overflow: hidden; }
.preloader-line::after { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 70%; background: linear-gradient(90deg, transparent, var(--gold), transparent); animation: preloaderSlide 1.45s ease-in-out infinite; }
@keyframes preloaderSlide { to { transform: translateX(170%); } }

/* ── BUTTONS ─────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 28px; border-radius: 4px; font-family: var(--body); font-size: 12px; font-weight: 600; letter-spacing: 0.9px; text-transform: uppercase; position: relative; overflow: hidden; transition: all 0.28s ease; }
.btn::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent); transform: translateX(-105%); transition: transform 0.55s ease; }
.btn:hover::after { transform: translateX(105%); }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); border: 1px solid var(--gold); color: var(--teal-hero); }
.btn-gold:hover { background: var(--gold-lt); box-shadow: 0 18px 42px rgba(200,168,75,0.25); }
.btn-ghost { background: transparent; border: 1px solid rgba(255,255,255,0.45); color: rgba(255,255,255,0.85); }
.btn-ghost:hover { border-color: rgba(255,255,255,0.9); color: white; }
.btn-outline { background: transparent; border: 1px solid var(--teal); color: var(--teal); }
.btn-outline:hover { background: var(--teal); color: white; }
.btn-rose { background: var(--rose); border: 1px solid var(--rose); color: white; }
.btn-rose:hover { background: #c08888; box-shadow: 0 12px 32px rgba(212,160,160,0.3); }
.btn-sm { min-height: 38px; padding: 0 18px; font-size: 11px; }

/* ── NAVIGATION ──────────────────────────────────── */
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem clamp(1.25rem, 5vw, 5rem); transition: all 0.35s ease; }
.site-nav.scrolled { backdrop-filter: blur(14px); background: rgba(250,248,243,0.92); border-bottom: 1px solid rgba(200,168,75,0.5); padding-block: 0.85rem; }
.brand { display: flex; align-items: center; gap: 0.75rem; }
.nav-logo-img { width: 38px; height: 38px; object-fit: contain; }
.brand-name { font-family: var(--display); font-size: 1.35rem; color: white; transition: color 0.35s ease; }
.site-nav.scrolled .brand-name { color: var(--teal-dk); }
.nav-right { display: flex; align-items: center; gap: 2.25rem; }
.nav-links { display: flex; gap: 2.1rem; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.75); font-size: 12px; font-weight: 600; letter-spacing: 1.3px; text-transform: uppercase; position: relative; transition: color 0.2s ease; }
.site-nav.scrolled .nav-links a { color: var(--ink-mid); }
.nav-links a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.26s ease; }
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; gap: 0.75rem; }
.nav-cta { min-height: 40px; padding-inline: 22px; border-radius: 4px; }

/* ── HERO ────────────────────────────────────────── */
.hero { display: grid; grid-template-columns: 58% 42%; min-height: 100vh; overflow: hidden; }
.hero-left { position: relative; background: var(--teal-hero); display: flex; align-items: center; min-height: 100vh; padding: 8rem clamp(1.5rem, 6vw, 6rem) 4.5rem; overflow: hidden; }
.hero-left::before { content: ''; position: absolute; inset: 0; background-image: url('../images/img4-small.png'); background-repeat: no-repeat; background-position: right center; background-size: auto 80%; opacity: 0.12; }
.hero-left::after { content: ''; position: absolute; bottom: -18rem; left: -10rem; width: 34rem; height: 34rem; border-radius: 50%; background: radial-gradient(circle, rgba(200,168,75,0.15), transparent 64%); animation: orbPulse 8s ease-in-out infinite; }
.hero-copy { position: relative; z-index: 2; max-width: 620px; }
.hero-title { font-family: var(--display); font-size: clamp(4rem, 8vw, 5.8rem); font-weight: 400; line-height: 0.96; color: white; margin-bottom: 1.25rem; }
.hero-title span { display: block; opacity: 0; transform: translateY(24px); }
.hero-title span:nth-child(1) { animation: slideUp 0.75s 0.2s ease forwards; }
.hero-title span:nth-child(2) { animation: slideUp 0.75s 0.4s ease forwards; color: var(--gold); }
.hero-title span:nth-child(3) { animation: slideUp 0.75s 0.6s ease forwards; }
.hero-tagline { font-family: var(--display); font-size: 1.1rem; font-style: italic; color: rgba(255,255,255,0.5); margin-bottom: 1.25rem; opacity: 0; transform: translateY(24px); animation: slideUp 0.75s 0.8s ease forwards; }
.hero-body { font-size: 0.92rem; font-weight: 300; line-height: 1.85; color: rgba(255,255,255,0.6); max-width: 420px; margin-bottom: 2rem; opacity: 0; transform: translateY(24px); animation: slideUp 0.75s 1s ease forwards; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; opacity: 0; transform: translateY(24px); animation: slideUp 0.75s 1.2s ease forwards; }
.hero-proof { position: absolute; bottom: 3rem; left: clamp(1.5rem, 6vw, 6rem); display: flex; align-items: center; gap: 0.95rem; z-index: 2; opacity: 0; transform: translateY(24px); animation: slideUp 0.75s 1.4s ease forwards; }
.avatars { display: flex; }
.avatar { width: 34px; height: 34px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-size: 0.9rem; color: white; margin-left: -8px; }
.avatar:first-child { margin-left: 0; }
.avatar:nth-child(1) { background: var(--teal); }
.avatar:nth-child(2) { background: #557866; }
.avatar:nth-child(3) { background: var(--gold); }
.avatar:nth-child(4) { background: var(--teal-dk); }
.proof-text { font-size: 12.5px; font-weight: 300; color: rgba(255,255,255,0.55); }

.hero-right { position: relative; background: var(--ivory); display: flex; align-items: center; justify-content: center; min-height: 100vh; overflow: hidden; opacity: 0; animation: fadeIn 0.9s 0.9s ease forwards; }
.hero-right::before { content: ''; position: absolute; inset: 0; background-image: url('../images/img4-small.png'); background-repeat: repeat; background-size: 400px auto; opacity: 0.06; animation: drift 40s linear infinite; }
.calligraphy-panel { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; width: min(100%, 480px); min-height: 68vh; }
.rule { width: 60px; height: 1px; background: var(--gold); opacity: 0.65; }
.hero-arabic-word { font-family: var(--arabic); font-size: clamp(4.5rem, 10vw, 8rem); font-weight: 700; color: rgba(26,107,114,0.9); line-height: 1; margin: 1rem 0 0.65rem; }
.translation { font-family: var(--display); font-size: 1.1rem; font-style: italic; color: var(--teal-md); margin: 0.85rem 0 1rem; }
.star { width: 28px; height: 28px; color: var(--gold); margin-bottom: auto; }
.right-stats { position: absolute; bottom: 2.3rem; width: 100%; display: flex; justify-content: center; gap: 2.25rem; }
.right-stat strong { display: block; font-family: var(--display); font-size: 3rem; font-weight: 400; color: var(--gold); line-height: 0.9; }
.right-stat span { display: block; font-size: 11px; font-weight: 600; letter-spacing: 1.3px; color: rgba(28,26,23,0.7); margin-top: 0.35rem; text-transform: uppercase; }

/* ── ORNAMENTAL DIVIDER ──────────────────────────── */
.ornament { display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 1rem 0; background: var(--ivory); }
.ornament-line { height: 1px; width: 60px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.ornament-icon { font-size: 1.2rem; color: var(--gold); opacity: 0.6; }
.ornament svg { width: 20px; height: 20px; color: var(--gold); opacity: 0.5; }

/* ── MARQUEE BAND ────────────────────────────────── */
.band { background: linear-gradient(135deg, var(--gold), var(--gold-lt)); overflow: hidden; padding: 13px 0; position: relative; }
.band::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); animation: shimmer 3s ease-in-out infinite; }
.band-track { display: flex; gap: 2.2rem; width: max-content; position: relative; z-index: 1; animation: marquee 24s linear infinite; }
.band-item { font-size: 12.5px; font-weight: 600; color: var(--teal-dk); letter-spacing: 0.6px; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes shimmer { to { transform: translateX(100%); } }

/* ── STATS BAR ───────────────────────────────────── */
.stats-bar { background: var(--teal-dk); display: grid; grid-template-columns: repeat(3, 1fr); padding: 4rem clamp(1.5rem, 5vw, 5rem); }
.stat { padding: 1.25rem; text-align: center; position: relative; }
.stat + .stat { border-left: 1px solid rgba(200,168,75,0.25); }
.stat-number { font-family: var(--display); font-size: 3.5rem; color: var(--gold-lt); line-height: 1; }
.stat-label { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; color: rgba(255,255,255,0.4); margin-top: 0.55rem; text-transform: uppercase; }

/* ── SECTIONS ────────────────────────────────────── */
.section { padding: 8rem clamp(1.5rem, 5vw, 5rem); position: relative; overflow: hidden; }
.section-inner { margin: 0 auto; max-width: 1200px; position: relative; z-index: 2; }
.eyebrow { display: block; font-size: 11px; font-weight: 600; letter-spacing: 2.4px; color: var(--gold); margin-bottom: 0.95rem; text-transform: uppercase; }
.section-heading { font-family: var(--display); font-size: clamp(2.8rem, 5vw, 4.4rem); font-weight: 400; line-height: 1.06; color: var(--ink); }
.section-heading em { color: var(--teal); font-style: italic; }
.section-heading.light { color: white; }
.section-heading.light em { color: var(--gold); }

/* ── FLOATING PETALS ─────────────────────────────── */
.petal { position: absolute; width: 12px; height: 12px; border-radius: 50% 0 50% 0; opacity: 0.15; pointer-events: none; }
.petal-gold { background: var(--gold); }
.petal-rose { background: var(--rose); }
.petal-teal { background: var(--teal); }
@keyframes petalFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-20px) rotate(45deg); }
  50% { transform: translateY(-10px) rotate(90deg); }
  75% { transform: translateY(-25px) rotate(135deg); }
}

/* ── SCROLL REVEAL ───────────────────────────────── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.reveal-scale { opacity: 0; transform: scale(0.92); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-scale.visible { opacity: 1; transform: scale(1); }

/* ── FEATURES ────────────────────────────────────── */
.features { background: var(--ivory); }
.features::before { content: ''; position: absolute; inset: 0; background-image: url('../images/img4-small.png'); background-repeat: repeat; background-size: 400px auto; opacity: 0.06; pointer-events: none; }
.features-grid { display: grid; gap: 1.5px; grid-template-columns: repeat(3, 1fr); margin-top: 3.5rem; background: rgba(200,168,75,0.5); }
.feature-card { background: var(--ivory); position: relative; padding: 2.45rem; min-height: 286px; overflow: hidden; transition: background 0.35s ease; }
.feature-card::before { content: ''; position: absolute; bottom: 0; left: 0; width: 3px; height: 0; background: linear-gradient(to top, var(--gold), var(--rose)); transition: height 0.4s cubic-bezier(0.25,0.46,0.45,0.94); }
.feature-card:hover::before { height: 100%; }
.feature-card:hover { background: var(--rose-pale); }
.feature-card.wide { grid-column: span 2; }
.feature-icon { width: 44px; height: 44px; border-radius: 2px; border: 1px solid rgba(26,107,114,0.3); display: flex; align-items: center; justify-content: center; margin-bottom: 1.3rem; }
.feature-icon svg { width: 22px; height: 22px; fill: none; stroke: var(--teal); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.feature-title { font-family: var(--display); font-size: 1.55rem; color: var(--ink); margin-bottom: 0.65rem; }
.feature-body { font-size: 0.875rem; font-weight: 300; line-height: 1.85; color: var(--ink-soft); max-width: 560px; }
.feature-tag { display: inline-block; margin-top: 1rem; padding-bottom: 2px; font-size: 10.5px; font-weight: 600; letter-spacing: 0.9px; color: var(--teal); border-bottom: 1px solid currentColor; text-transform: uppercase; transition: letter-spacing 0.28s ease; }
.feature-card:hover .feature-tag { letter-spacing: 1.55px; }

/* ── ARABIC DIVIDER ──────────────────────────────── */
.arabic-divider { background: var(--ivory); padding: 3rem 1.5rem; text-align: center; position: relative; }
.arabic-divider::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 1px; height: 40px; background: linear-gradient(to bottom, var(--gold), transparent); }
.divider-line { width: 80px; height: 1px; background: rgba(200,168,75,0.7); margin: 0 auto 1.2rem; }
.divider-line.bottom { margin: 1rem auto 1.1rem; }
.divider-arabic { display: block; font-size: 2.5rem; letter-spacing: 6px; line-height: 1; margin: 0 auto; opacity: 0.5; color: var(--gold); }
.divider-caption { font-size: 11px; font-weight: 600; letter-spacing: 2.6px; color: rgba(26,107,114,0.4); text-transform: uppercase; }

/* ── HOW IT WORKS ────────────────────────────────── */
.how { background: var(--teal-dk); position: relative; }
.how::before { content: ''; position: absolute; inset: 0; background-image: url('../images/img4-small.png'); background-repeat: repeat; background-size: 400px auto; opacity: 0.10; animation: drift 40s linear infinite; }
.steps { display: grid; gap: 3rem; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; position: relative; z-index: 2; }
.step { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.step.visible { opacity: 1; transform: translateY(0); }
.step-number { font-family: var(--display); font-size: 5.5rem; color: rgba(200,168,75,0.15); line-height: 0.9; }
.step-line { height: 1px; background: rgba(200,168,75,0.15); margin: 1.2rem 0 1.25rem; position: relative; width: 100%; }
.step-line::after { content: ''; position: absolute; top: 0; left: 0; height: 1px; width: 0; background: linear-gradient(90deg, rgba(200,168,75,0.6), rgba(212,160,160,0.6)); }
.step.visible .step-line::after { animation: drawLine 0.85s ease forwards; }
.step-title { font-family: var(--display); font-size: 1.65rem; color: white; margin-bottom: 0.7rem; }
.step-body { font-size: 0.875rem; font-weight: 300; line-height: 1.85; color: rgba(255,255,255,0.5); }
@keyframes drawLine { to { width: 60%; } }

/* ── TESTIMONIALS ────────────────────────────────── */
.testimonials { background: var(--white); }
.testimonials::before { content: ''; position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(212,160,160,0.08), transparent 70%); pointer-events: none; }
.testimonial-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(3, 1fr); margin-top: 3.5rem; }
.testimonial { background: var(--ivory); border: 1px solid rgba(200,168,75,0.2); border-radius: 3px; min-height: 300px; padding: 2rem; position: relative; overflow: hidden; transition: transform 0.35s ease, box-shadow 0.35s ease; }
.testimonial:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(26,107,114,0.08); }
.testimonial::after { content: ''; position: absolute; top: 0; right: 0; width: 60px; height: 60px; background: linear-gradient(135deg, rgba(212,160,160,0.1), transparent); pointer-events: none; }
.quote-mark { position: absolute; right: 1.2rem; top: 0.2rem; font-family: var(--display); font-size: 7rem; color: rgba(200,168,75,0.1); line-height: 1; }
.quote { font-family: var(--display); font-size: 1.05rem; font-style: italic; line-height: 1.8; color: var(--ink-mid); margin-bottom: 1.6rem; position: relative; z-index: 1; }
.author { display: flex; align-items: center; gap: 0.75rem; }
.author-initials { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--rose)); display: flex; align-items: center; justify-content: center; font-family: var(--display); color: white; }
.author-name { font-size: 13px; font-weight: 600; color: var(--ink); }
.author-location { font-size: 12px; font-weight: 300; color: var(--ink-soft); }

/* ── CTA ─────────────────────────────────────────── */
.cta { background: linear-gradient(135deg, var(--gold-pale), var(--rose-pale)); overflow: hidden; text-align: center; position: relative; }
.cta::before { content: ''; position: absolute; inset: 0; background-image: url('../images/img4-small.png'); background-repeat: repeat; background-size: 400px auto; opacity: 0.06; pointer-events: none; }
.cta-inner { position: relative; z-index: 2; margin: 0 auto; max-width: 680px; }
.cta-arabic { font-family: var(--arabic); font-size: 1.3rem; line-height: 1.5; color: var(--teal-md); margin-bottom: 0.2rem; }
.cta-translation { font-size: 12px; font-weight: 300; font-style: italic; color: var(--ink-soft); margin-bottom: 1rem; }
.cta-eyebrow { font-family: var(--display); font-size: 1.2rem; font-style: italic; color: var(--teal); margin-bottom: 0.75rem; }
.cta-heading { font-family: var(--display); font-size: clamp(3rem, 6vw, 4.7rem); font-weight: 400; line-height: 1.02; color: var(--teal-dk); margin-bottom: 1.25rem; }
.cta-heading em { color: var(--gold); font-style: italic; }
.cta-body { font-size: 0.9rem; font-weight: 300; line-height: 1.85; color: var(--ink-soft); margin-bottom: 2rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* ── FEMININE DECORATIVE WAVE ────────────────────── */
.wave-divider { position: relative; height: 60px; overflow: hidden; }
.wave-divider svg { position: absolute; bottom: 0; width: 100%; }

/* ── FOOTER ──────────────────────────────────────── */
.footer { background: var(--ink); padding: 5.5rem clamp(1.5rem, 5vw, 5rem) 2rem; }
.footer-inner { margin: 0 auto; max-width: 1200px; }
.footer-top { display: grid; gap: 4rem; grid-template-columns: 1.55fr 1fr 1fr 1fr; padding-bottom: 3.8rem; border-bottom: 1px solid rgba(255,255,255,0.07); }
.footer-brand-row { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.4rem; }
.footer-brand { font-family: var(--display); font-size: 1.6rem; color: white; }
.footer-tagline { font-family: var(--display); font-size: 1rem; font-style: italic; color: var(--gold); margin-bottom: 0.55rem; }
.footer-desc { font-size: 0.85rem; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.35); max-width: 270px; margin-bottom: 1rem; }
.footer-heading { font-size: 10.5px; font-weight: 600; letter-spacing: 2px; color: rgba(255,255,255,0.28); margin-bottom: 1.15rem; text-transform: uppercase; }
.footer-links { list-style: none; }
.footer-links li + li { margin-top: 0.65rem; }
.footer-links a { font-size: 0.86rem; font-weight: 300; color: rgba(255,255,255,0.42); transition: color 0.2s ease; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 2rem; font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.3); }
.footer-bottom a { margin-left: 1.5rem; color: rgba(255,255,255,0.3); transition: color 0.2s ease; }
.footer-bottom a:hover { color: var(--gold); }

/* ── KEYFRAMES ───────────────────────────────────── */
@keyframes drift { to { background-position: 120px 120px; } }
@keyframes slideUp { to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { to { opacity: 1; } }
@keyframes orbPulse { 50% { transform: scale(1.08); } }
@keyframes sparkle {
  0%, 100% { opacity: 0; transform: scale(0); }
  50% { opacity: 1; transform: scale(1); }
}

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; }
  .hero-left, .hero-right { min-height: auto; }
  .hero-left { min-height: 760px; padding-bottom: 8rem; }
  .hero-right { min-height: 560px; padding-block: 5rem 3.5rem; }
  .calligraphy-panel { min-height: 450px; }
  .right-stats { position: static; margin-top: 3rem; }
  .star { margin-bottom: 0; }
  .footer-top { gap: 3rem; grid-template-columns: 1.25fr repeat(3, 1fr); }
}
@media (max-width: 820px) {
  html { scroll-padding-top: 74px; }
  .site-nav, .site-nav.scrolled { padding: 0.85rem 1.25rem; }
  .nav-links { display: none; }
  .brand-name { font-size: 1.15rem; }
  .nav-logo-img { width: 32px; height: 32px; }
  .nav-right { gap: 0.75rem; }
  .nav-cta { font-size: 11px; min-height: 38px; padding-inline: 16px; }
  .hero-left { min-height: 720px; padding-top: 7rem; }
  .hero-proof { bottom: 2rem; left: 1.5rem; right: 1.5rem; }
  .hero-right { min-height: 500px; }
  .calligraphy-panel { min-height: 390px; }
  .stats-bar, .features-grid, .steps, .testimonial-grid, .footer-top { grid-template-columns: 1fr; }
  .features-grid { margin-top: 2.5rem; }
  .feature-card.wide { grid-column: span 1; }
  .steps { gap: 2.25rem; margin-top: 3rem; }
  .testimonial-grid { margin-top: 2.5rem; }
  .stat + .stat { border-left: 0; border-top: 1px solid rgba(200,168,75,0.2); }
  .footer { padding-top: 4rem; }
  .footer-top { gap: 2rem; padding-bottom: 2.5rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; align-items: flex-start; }
  .footer-bottom a { margin-left: 0; margin-right: 1rem; }
}
@media (max-width: 560px) {
  .preloader-card { padding: 2.7rem 1.4rem; width: calc(100vw - 2rem); }
  .preloader-arabic { font-size: clamp(2.8rem, 16vw, 4rem); }
  .preloader-name { font-size: 1.35rem; }
  .brand { gap: 0.55rem; min-width: 0; }
  .brand-name { font-size: 1.02rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .nav-cta { font-size: 10px; letter-spacing: 0.6px; min-height: 36px; padding-inline: 12px; }
  .hero-left { min-height: 700px; padding: 6.5rem 1.25rem 8rem; }
  .hero-title { font-size: clamp(3.1rem, 16vw, 3.75rem); line-height: 1; }
  .hero-actions, .cta-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .hero-proof { flex-direction: column; align-items: flex-start; }
  .hero-right { min-height: 440px; padding: 4rem 1.25rem 2.5rem; }
  .calligraphy-panel { min-height: 340px; }
  .hero-arabic-word { font-size: 4.2rem; }
  .right-stats { display: grid; gap: 0.85rem; grid-template-columns: repeat(3, 1fr); margin-top: 2.3rem; }
  .right-stat strong { font-size: 2.25rem; }
  .right-stat span { font-size: 9px; letter-spacing: 0.9px; }
  .stats-bar { padding-block: 2.75rem; }
  .stat-number { font-size: 3rem; }
  .section { padding-block: 5.5rem; }
  .section-heading { font-size: clamp(2.65rem, 14vw, 3.35rem); }
  .feature-card { min-height: auto; padding: 2rem 1.45rem; }
  .arabic-divider { padding-block: 2.5rem; }
  .divider-arabic { font-size: 2rem; letter-spacing: 4px; }
  .step-number { font-size: 4.4rem; }
  .testimonial { min-height: auto; padding: 1.75rem 1.45rem; }
  .quote-mark { font-size: 5.8rem; }
  .cta-heading { font-size: clamp(2.85rem, 15vw, 3.7rem); }
  .footer { padding-inline: 1.25rem; }
}
@media (max-width: 390px) {
  .site-nav, .site-nav.scrolled { padding-inline: 1rem; }
  .nav-logo-img { width: 28px; height: 28px; }
  .brand-name { font-size: 0.94rem; max-width: 142px; }
  .nav-cta { padding-inline: 10px; }
  .hero-left { padding-inline: 1rem; }
  .right-stats { grid-template-columns: 1fr; }
  .right-stat span { font-size: 10px; }
  .band-track { gap: 1.4rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
