
:root {
  --navy: #071426;
  --navy-2: #0d213c;
  --navy-3: #132d50;
  --gold: #d6a73c;
  --gold-bright: #f2c45e;
  --cream: #f8f4e9;
  --white: #ffffff;
  --ink: #102039;
  --muted: #627086;
  --line: #dfe4ec;
  --green: #087f5b;
  --red: #ba2d36;
  --shadow: 0 18px 50px rgba(5, 20, 38, .12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  direction: rtl;
  color: var(--ink);
  background: #f6f8fb;
  font-family: Tahoma, Arial, "Noto Sans Arabic", sans-serif;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; right: 1rem; z-index: 99; background: #fff; padding: .7rem 1rem; border-radius: 10px; }
.skip-link:focus { top: 1rem; }
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(7,20,38,.93); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; font-weight: 800; letter-spacing: .2px; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(242,196,94,.7); border-radius: 12px; color: var(--gold-bright); font-weight: 900; }
.nav-links { display: flex; gap: 20px; align-items: center; color: #dce6f3; font-size: .93rem; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--gold-bright); }
.nav-cta { background: var(--gold-bright); color: var(--navy)!important; padding: .55rem .95rem; border-radius: 999px; font-weight: 800; }
.hero {
  color: #fff;
  background:
    radial-gradient(circle at 15% 20%, rgba(214,167,60,.25), transparent 25%),
    linear-gradient(135deg, #061220 0%, #0b1c34 55%, #102b4d 100%);
  padding: 76px 0 64px;
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(242,196,94,.38); color: #ffe2a0; background: rgba(214,167,60,.09); padding: .35rem .7rem; border-radius: 999px; font-size: .86rem; font-weight: 700; }
h1 { margin: 18px 0 16px; font-size: clamp(2.35rem, 5.4vw, 4.9rem); line-height: 1.18; letter-spacing: -.02em; }
h1 span { color: var(--gold-bright); }
.hero-lead { font-size: clamp(1.03rem, 1.7vw, 1.25rem); color: #dce5f1; max-width: 720px; margin: 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; font-weight: 800; border-radius: 14px; padding: .86rem 1.15rem; transition: transform .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: var(--navy); box-shadow: 0 12px 30px rgba(214,167,60,.2); }
.btn-secondary { border: 1px solid rgba(255,255,255,.3); color: #fff; background: rgba(255,255,255,.05); }
.proof-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 25px; color: #c8d4e3; font-size: .91rem; }
.proof-row span::before { content: "✓"; color: var(--gold-bright); font-weight: 900; margin-left: 6px; }
.hero-media { position: relative; }
.hero-media::before { content: ""; position: absolute; inset: -18px; border: 1px solid rgba(242,196,94,.25); border-radius: 28px; transform: rotate(2deg); }
.hero-media img { position: relative; border-radius: 22px; box-shadow: 0 25px 70px rgba(0,0,0,.38); border: 1px solid rgba(255,255,255,.12); }
.hero-media .play { position: absolute; inset: 0; display: grid; place-items: center; text-decoration: none; }
.play-button { width: 78px; height: 78px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.94); color: var(--red); font-size: 1.65rem; box-shadow: 0 12px 40px rgba(0,0,0,.3); border: 8px solid rgba(255,255,255,.2); }
.quick-answer { margin-top: -22px; position: relative; z-index: 4; }
.answer-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; border-right: 5px solid var(--gold); }
.answer-card h2 { margin-top: 0; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.answer-card p { margin-bottom: 0; font-size: 1.06rem; }
section { padding: 72px 0; }
.section-kicker { color: #8c6414; font-weight: 800; font-size: .9rem; margin-bottom: 6px; }
.section-title { margin: 0 0 12px; font-size: clamp(1.8rem, 3.2vw, 2.7rem); line-height: 1.3; }
.section-intro { color: var(--muted); max-width: 780px; margin: 0 0 32px; }
.video-shell { background: var(--navy); padding: 14px; border-radius: 24px; box-shadow: var(--shadow); }
.video-wrap { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 15px; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-note { margin: 14px 5px 0; color: #cbd5e1; font-size: .9rem; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 24px; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px; }
.stat strong { display: block; color: var(--navy); font-size: 1.08rem; }
.stat span { color: var(--muted); font-size: .9rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: steps; }
.step { counter-increment: steps; background: #fff; padding: 24px; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 28px rgba(7,20,38,.055); }
.step::before { content: counter(steps); display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--navy); color: var(--gold-bright); font-weight: 900; margin-bottom: 16px; }
.step h3 { margin: 0 0 8px; font-size: 1.15rem; }
.step p { margin: 0; color: var(--muted); font-size: .93rem; }
.dark-section { background: var(--navy); color: #fff; }
.dark-section .section-intro { color: #c4cfdd; }
.routine-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items: start; }
.routine-card { background: linear-gradient(145deg, #102846, #0a1a30); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 28px; }
.routine-card .big { font-size: 4rem; color: var(--gold-bright); font-weight: 900; line-height: 1; }
.routine-card p { color: #cbd5e1; }
.routine-list { display: grid; gap: 10px; }
.routine-item { display: grid; grid-template-columns: 78px 1fr; gap: 14px; align-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 13px 15px; }
.routine-item time { color: var(--gold-bright); font-weight: 900; direction: ltr; text-align: center; }
.routine-item strong { display: block; }
.routine-item span { color: #cbd5e1; font-size: .9rem; }
.paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.path { background: #fff; border-radius: 20px; padding: 26px; border: 1px solid var(--line); position: relative; overflow: hidden; }
.path.featured { border: 2px solid var(--gold); box-shadow: var(--shadow); }
.path.featured::after { content: "الأكثر طلباً"; position: absolute; top: 18px; left: -33px; transform: rotate(-42deg); background: var(--gold); color: var(--navy); width: 130px; text-align: center; font-size: .74rem; font-weight: 900; }
.band { font-size: 2rem; font-weight: 900; color: var(--navy); }
.path p { color: var(--muted); }
.path ul { padding: 0 20px 0 0; margin-bottom: 0; }
.path li { margin: .5rem 0; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.checklist, .warning-list { background: #fff; border-radius: 20px; padding: 26px; border: 1px solid var(--line); }
.checklist h3, .warning-list h3 { margin-top: 0; }
.clean-list { list-style: none; padding: 0; margin: 0; }
.clean-list li { position: relative; padding-right: 30px; margin: 12px 0; }
.checklist .clean-list li::before { content: "✓"; position: absolute; right: 0; color: var(--green); font-weight: 900; }
.warning-list .clean-list li::before { content: "×"; position: absolute; right: 0; color: var(--red); font-weight: 900; font-size: 1.2rem; }
.faq { display: grid; gap: 12px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 0 20px; }
summary { cursor: pointer; list-style: none; padding: 18px 0; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: left; color: var(--gold); font-size: 1.35rem; }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); margin: 0 0 18px; }
.author { display: grid; grid-template-columns: 260px 1fr; gap: 32px; align-items: center; background: #fff; padding: 30px; border-radius: 24px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.author img { border-radius: 20px; aspect-ratio: 1; object-fit: cover; }
.author h2 { margin-top: 0; }
.author-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.author-badges span { padding: .35rem .65rem; background: #edf2f8; border-radius: 999px; font-size: .85rem; font-weight: 700; }
.sources { background: #edf2f7; }
.source-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.source-list a { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 15px; text-decoration: none; font-weight: 700; }
.source-list a:hover { border-color: var(--gold); }
.cta { padding: 44px; border-radius: 26px; color: #fff; background: linear-gradient(135deg, #0b1f38, #163e68); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.cta h2 { margin: 0 0 6px; }
.cta p { margin: 0; color: #d8e3ef; }
.site-footer { background: #050e1a; color: #aebdce; padding: 36px 0; font-size: .88rem; }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-links a { color: #dce6f3; text-decoration: none; }
.updated { margin-top: 14px; color: #7b899b; font-size: .84rem; }
@media (max-width: 960px) {
  .hero-grid, .routine-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .paths { grid-template-columns: 1fr; }
  .author { grid-template-columns: 200px 1fr; }
  .nav-links a:not(.nav-cta) { display: none; }
}
@media (max-width: 660px) {
  .hero { padding-top: 48px; }
  h1 { font-size: 2.55rem; }
  .steps, .stats, .check-grid, .source-list { grid-template-columns: 1fr; }
  .author { grid-template-columns: 1fr; }
  .author img { width: 200px; }
  .cta { padding: 28px; flex-direction: column; align-items: flex-start; }
  .routine-item { grid-template-columns: 65px 1fr; }
  section { padding: 56px 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none!important; } }
