/* ==========================================================================
   LATEEN — نظام تصميم الموقع
   لوحة واحدة: كحلي عميق للثقة، وذهبي للفعل. الرمادي لكل ما عداهما.
   ========================================================================== */

:root {
  --navy-900: #0b1020;
  --navy-800: #121a33;
  --navy-700: #1b2547;
  --navy-600: #26325c;

  --gold-500: #f0b429;
  --gold-600: #d69e2e;
  --gold-50: #fffaeb;

  --ink: #0f172a;
  --body: #475569;
  --muted: #94a3b8;
  --line: #e2e8f0;
  --line-soft: #f1f5f9;
  --surface: #ffffff;
  --surface-2: #f8fafc;

  --green-600: #059669;
  --green-50: #ecfdf5;
  --red-600: #dc2626;
  --red-50: #fef2f2;

  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, .06);
  --shadow: 0 10px 30px -12px rgba(15, 23, 42, .18);
  --shadow-lg: 0 28px 60px -24px rgba(11, 16, 32, .35);
  --wrap: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Tajawal', 'Segoe UI', Tahoma, Arial, sans-serif;
  background: var(--surface);
  color: var(--body);
  line-height: 1.85;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { color: var(--ink); line-height: 1.3; font-weight: 800; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 900; letter-spacing: -.02em; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 900; }
h3 { font-size: 1.2rem; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.section { padding: 92px 0; }
.section--tight { padding: 62px 0; }
.section--alt { background: var(--surface-2); }

.center { text-align: center; }
.lead { font-size: 1.12rem; color: var(--body); }
.muted { color: var(--muted); }
.ltr { direction: ltr; unicode-bidi: isolate; }

/* ── العناوين ───────────────────────────────────────────── */
.eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .22em;
  color: var(--gold-600);
  background: var(--gold-50);
  border: 1px solid #fde9b8;
  padding: 7px 16px;
  border-radius: 100px;
  margin-bottom: 18px;
}
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head p { margin-top: 14px; font-size: 1.08rem; }

/* ── الأزرار ────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: inherit;
  font-weight: 800;
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 20px; height: 20px; flex-shrink: 0; }

.btn-gold { background: var(--gold-500); color: var(--navy-900); box-shadow: 0 12px 26px -12px rgba(240, 180, 41, .8); }
.btn-gold:hover { background: var(--gold-600); }

.btn-navy { background: var(--navy-800); color: #fff; }
.btn-navy:hover { background: var(--navy-700); }

.btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .28); }
.btn-ghost:hover { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .5); }

.btn-outline { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-outline:hover { border-color: var(--navy-600); }

.btn-wa { background: #25d366; color: #fff; }
.btn-wa:hover { background: #1eb658; }

.btn-lg { padding: 18px 38px; font-size: 1.08rem; }
.btn-block { width: 100%; justify-content: center; }

/* ── الترويسة ───────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 16, 32, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.nav { display: flex; align-items: center; gap: 26px; height: 78px; }

/* الشعار لاتيني داخل صفحة RTL: بلا عزل اتجاهي تُقلب أجزاؤه فيظهر «EN E LAT» */
.brand {
  display: flex; align-items: center; gap: 12px;
  font-weight: 900; font-size: 1.35rem; letter-spacing: .12em;
  color: #fff; direction: ltr; unicode-bidi: isolate;
}
.brand img { width: 38px; height: 38px; }
.brand span { color: var(--gold-500); }

.nav-links { display: flex; align-items: center; gap: 4px; margin-inline-start: auto; }
.nav-links a {
  padding: 9px 16px; border-radius: 10px; font-weight: 700; font-size: .97rem;
  color: #c7d2e5; transition: background .15s, color .15s;
}
.nav-links a:hover { background: rgba(255, 255, 255, .09); color: #fff; }
.nav-links a.active { color: var(--gold-500); background: rgba(240, 180, 41, .12); }
.nav-cta { margin-inline-start: 12px; }
.nav-links a.nav-cta { color: var(--navy-900); }
.nav-links a.nav-cta:hover { color: var(--navy-900); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; margin-inline-start: auto; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; }
.nav-toggle span + span { margin-top: 6px; }

/* ── البطل ──────────────────────────────────────────────── */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--navy-900) 0%, var(--navy-700) 55%, var(--navy-800) 100%);
  color: #fff;
  padding: 86px 0 104px;
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(240, 180, 41, .16), transparent 60%),
    radial-gradient(700px 380px at 5% 110%, rgba(99, 102, 241, .22), transparent 60%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.hero h1 { color: #fff; }
.hero h1 em { font-style: normal; color: var(--gold-500); }
.hero p.lead { color: #c7d2e5; margin-top: 20px; font-size: 1.16rem; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-note { margin-top: 26px; color: #93a3bd; font-size: .95rem; display: flex; align-items: center; gap: 9px; }
.hero-note svg { width: 18px; height: 18px; color: var(--gold-500); }

.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-badges span {
  font-size: .85rem; font-weight: 700; color: #dbe3f0;
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14);
  padding: 8px 15px; border-radius: 100px;
}

/* لوحة تطبيق مصغّرة داخل البطل */
.app-frame {
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: var(--shadow-lg); border: 1px solid rgba(255, 255, 255, .16);
}
.app-frame__bar { background: var(--navy-800); padding: 11px 16px; display: flex; align-items: center; gap: 8px; }
.app-frame__bar i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, .22); display: block; }
.app-frame__bar strong { color: #fff; font-size: .8rem; font-weight: 700; margin-inline-start: auto; letter-spacing: .08em; }
.app-frame__body { padding: 18px; background: var(--surface-2); }

.mini-row { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 11px 13px; margin-bottom: 9px; }
.mini-row:last-child { margin-bottom: 0; }
.mini-plate { border: 2px solid var(--ink); background: #fffbeb; border-radius: 5px; padding: 3px 9px; font-weight: 900; font-size: .82rem; color: var(--ink); letter-spacing: .1em; }
.mini-row b { font-size: .88rem; color: var(--ink); font-weight: 800; }
.mini-row .amount { margin-inline-start: auto; font-weight: 900; color: var(--ink); font-size: .95rem; }
.mini-tag { font-size: .7rem; font-weight: 800; padding: 3px 9px; border-radius: 6px; }
.tag-work { background: #fef3c7; color: #92400e; }
.tag-late { background: #fee2e2; color: #991b1b; }
.tag-done { background: #d1fae5; color: #065f46; }

/* ── شريط الأرقام ───────────────────────────────────────── */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 20px; text-align: center; box-shadow: var(--shadow-sm); }
.stat b { display: block; font-size: 2.1rem; font-weight: 900; color: var(--navy-800); line-height: 1.2; }
.stat span { font-size: .93rem; color: var(--muted); font-weight: 700; }

/* ── البطاقات ───────────────────────────────────────────── */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px 26px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #cbd5e1; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .99rem; }

.card-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--navy-800); color: var(--gold-500);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.card-icon svg { width: 26px; height: 26px; }

/* قائمة مزايا مفصّلة */
.feature-list { list-style: none; }
.feature-list li { position: relative; padding-inline-start: 32px; margin-bottom: 13px; font-size: 1rem; }
.feature-list li::before {
  content: ''; position: absolute; inset-inline-start: 0; top: .55em;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--green-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23059669' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/11px no-repeat;
}

/* صف موضوعي: نص + بطاقة */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split--flip .split__media { order: -1; }
.split h2 { margin-bottom: 16px; }
.split p { margin-bottom: 20px; }

.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow); }
.panel h4 { font-size: .8rem; letter-spacing: .18em; color: var(--muted); margin-bottom: 18px; font-weight: 800; }

/* ── التسعير ────────────────────────────────────────────── */
.price-card {
  max-width: 560px; margin: 0 auto; background: #fff;
  border: 2px solid var(--navy-800); border-radius: 26px; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.price-card__top { background: var(--navy-800); color: #fff; padding: 32px; text-align: center; position: relative; }
.price-card__top::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(500px 200px at 50% 0%, rgba(240, 180, 41, .2), transparent 70%);
}
.price-card__top > * { position: relative; }
.price-card__top h3 { color: #fff; font-size: 1.3rem; }
.price-amount { font-size: 4.2rem; font-weight: 900; color: var(--gold-500); line-height: 1.05; margin: 12px 0 4px; letter-spacing: -.03em; }
.price-amount small { font-size: 1.6rem; vertical-align: super; }
.price-card__top p { color: #c7d2e5; font-weight: 700; }
.price-card__body { padding: 34px 32px; }
.price-card__foot { padding: 0 32px 34px; }

.badge-life {
  display: inline-block; background: var(--green-50); color: var(--green-600);
  border: 1px solid #a7f3d0; font-weight: 800; font-size: .9rem;
  padding: 8px 18px; border-radius: 100px; margin-bottom: 8px;
}

/* ── الخطوات ────────────────────────────────────────────── */
.steps { counter-reset: s; display: grid; gap: 18px; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px 24px 26px; padding-inline-start: 78px; box-shadow: var(--shadow-sm); }
.step::before {
  counter-increment: s; content: counter(s);
  position: absolute; inset-inline-start: 22px; top: 22px;
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--navy-800); color: var(--gold-500);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 1.1rem;
}
.step h3 { font-size: 1.06rem; margin-bottom: 5px; }
.step p { font-size: .97rem; margin: 0; }

/* ── النماذج ────────────────────────────────────────────── */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow); }
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 800; color: var(--ink); font-size: .93rem; margin-bottom: 8px; }
.field label .req { color: var(--red-600); }
.field .hint { font-size: .84rem; color: var(--muted); font-weight: 600; margin-top: 6px; }

.input, .textarea, .select {
  width: 100%; font-family: inherit; font-size: 1rem; color: var(--ink);
  background: var(--surface-2); border: 2px solid var(--line); border-radius: var(--radius);
  padding: 14px 16px; transition: border-color .15s, background .15s, box-shadow .15s;
}
.input:focus, .textarea:focus, .select:focus {
  outline: none; border-color: var(--navy-600); background: #fff;
  box-shadow: 0 0 0 4px rgba(38, 50, 92, .08);
}
.input.invalid, .textarea.invalid, .select.invalid { border-color: var(--red-600); background: var(--red-50); }
.textarea { resize: vertical; min-height: 130px; line-height: 1.7; }
.field-error { color: var(--red-600); font-size: .86rem; font-weight: 700; margin-top: 6px; display: none; }
.field-error.show { display: block; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.hp { position: absolute; inset-inline-start: -9999px; width: 1px; height: 1px; overflow: hidden; }

.alert { border-radius: var(--radius); padding: 16px 20px; font-weight: 700; margin-bottom: 24px; display: flex; gap: 12px; align-items: flex-start; }
.alert svg { width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px; }
.alert-ok { background: var(--green-50); color: #065f46; border: 1px solid #a7f3d0; }
.alert-err { background: var(--red-50); color: #991b1b; border: 1px solid #fecaca; }

/* ── معلومات التواصل ────────────────────────────────────── */
.contact-item { display: flex; gap: 16px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--line-soft); }
.contact-item:last-child { border-bottom: 0; }
.contact-item .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--surface-2); color: var(--navy-700); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-item .ico svg { width: 21px; height: 21px; }
.contact-item b { display: block; color: var(--ink); font-size: .97rem; }
.contact-item a, .contact-item span { color: var(--body); font-size: .97rem; }
.contact-item a:hover { color: var(--navy-700); }

/* ── الأسئلة ────────────────────────────────────────────── */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; }
.faq summary {
  cursor: pointer; padding: 20px 24px; font-weight: 800; color: var(--ink);
  list-style: none; display: flex; align-items: center; gap: 12px; font-size: 1.02rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; margin-inline-start: auto; font-size: 1.5rem; color: var(--muted); font-weight: 400; line-height: 1; }
.faq details[open] summary::after { content: '−'; }
.faq details[open] summary { border-bottom: 1px solid var(--line-soft); }
.faq .answer { padding: 18px 24px 24px; font-size: 1rem; }

/* ── نداء ختامي ────────────────────────────────────────── */
.cta {
  background: linear-gradient(150deg, var(--navy-900), var(--navy-700));
  color: #fff; border-radius: 26px; padding: 62px 40px; text-align: center; position: relative; overflow: hidden;
}
.cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(600px 260px at 50% 0%, rgba(240, 180, 41, .18), transparent 65%);
}
.cta > * { position: relative; }
.cta h2 { color: #fff; }
.cta p { color: #c7d2e5; margin: 14px auto 30px; max-width: 620px; font-size: 1.08rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ── التذييل ────────────────────────────────────────────── */
.site-footer { background: var(--navy-900); color: #93a3bd; padding: 62px 0 28px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 44px; padding-bottom: 38px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.site-footer .brand { color: #fff; margin-bottom: 14px; }
.site-footer p { font-size: .96rem; max-width: 380px; }
.site-footer h4 { color: #fff; font-size: .8rem; letter-spacing: .18em; margin-bottom: 18px; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 11px; }
.site-footer a { font-size: .96rem; transition: color .15s; }
.site-footer a:hover { color: var(--gold-500); }
.footer-bottom { padding-top: 24px; text-align: center; font-size: .9rem; color: #64748b; }

/* ── متجاوب ─────────────────────────────────────────────── */
@media (max-width: 980px) {
  .hero-grid, .split { grid-template-columns: 1fr; gap: 44px; }
  .split--flip .split__media { order: 0; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .section { padding: 66px 0; }
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: 78px; inset-inline: 0;
    background: var(--navy-900); border-bottom: 1px solid rgba(255,255,255,.1);
    flex-direction: column; align-items: stretch; gap: 2px; padding: 14px 18px 20px;
    box-shadow: var(--shadow); display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 14px; }
  .nav-cta { margin: 8px 0 0; }
  .grid-2, .grid-3, .grid-4, .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .cta { padding: 48px 24px; }
  .price-amount { font-size: 3.4rem; }
  .btn { width: 100%; justify-content: center; }
  .hero-actions .btn, .cta-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ── الطباعة ────────────────────────────────────────────── */
@media print {
  .site-header, .site-footer, .hero-actions, .cta { display: none; }
  body { color: #000; }
}

/* ══════════════════════════════════════════════════════════
   لقطة البرنامج — مبنية بـ HTML لا صورة:
   تظهر حادّة على أي شاشة، وتُقرأ بالعربية بتشكيل صحيح،
   ولا تُحمّل الصفحة صورة ثقيلة.
   ══════════════════════════════════════════════════════════ */
.shot {
  border-radius: 18px; overflow: hidden; background: #fff;
  border: 1px solid rgba(255, 255, 255, .14); box-shadow: var(--shadow-lg);
}
.shot__chrome { background: #1e293b; padding: 10px 16px; display: flex; align-items: center; gap: 7px; }
.shot__chrome i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.shot__chrome i:nth-child(1) { background: #ef4444; }
.shot__chrome i:nth-child(2) { background: #f59e0b; }
.shot__chrome i:nth-child(3) { background: #22c55e; }
.shot__chrome strong { color: #cbd5e1; font-size: .78rem; font-weight: 700; margin-inline-start: auto; }

.shot__body { display: grid; grid-template-columns: 218px 1fr; min-height: 470px; }

/* الشريط الجانبي */
.shot__side { background: linear-gradient(180deg, #0b1020, #16203d); padding: 16px 12px; }
.shot__logo {
  color: #fff; font-weight: 900; font-size: 1.15rem; letter-spacing: .16em;
  text-align: center; padding: 6px 0 14px; margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  direction: ltr; unicode-bidi: isolate;
}
.shot__logo span { color: var(--gold-500); }
.shot__group {
  color: rgba(255, 255, 255, .5); font-size: .62rem; font-weight: 800;
  letter-spacing: .16em; padding: 12px 10px 6px;
}
.shot__item {
  display: flex; align-items: center; gap: 9px;
  color: rgba(255, 255, 255, .88); font-size: .78rem; font-weight: 700;
  padding: 8px 10px; border-radius: 8px; margin-bottom: 2px;
}
.shot__item i { width: 6px; height: 6px; border-radius: 2px; background: currentColor; opacity: .55; flex: none; }
.shot__item.is-on { background: rgba(255, 255, 255, .12); color: #fff; }
.shot__item.is-on i { background: var(--gold-500); opacity: 1; }
.shot__item b { margin-inline-start: auto; background: var(--gold-500); color: #0b1020; font-size: .6rem; padding: 1px 6px; border-radius: 20px; }

/* منطقة المحتوى */
.shot__main { background: var(--surface-2); padding: 14px; }
.shot__top {
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 10px 14px; display: flex; align-items: center; gap: 10px; margin-bottom: 12px;
}
.shot__top h5 { font-size: .88rem; color: var(--ink); margin: 0; }
.shot__search {
  flex: 1; background: var(--surface-2); border: 1px solid var(--line);
  border-radius: 8px; padding: 6px 12px; font-size: .72rem; color: var(--muted);
}
.shot__lang { display: flex; gap: 3px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 8px; padding: 3px; }
.shot__lang span { font-size: .66rem; font-weight: 800; padding: 3px 9px; border-radius: 6px; color: var(--muted); }
.shot__lang span.on { background: var(--navy-800); color: #fff; }

.shot__cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-bottom: 12px; }
.shot__kpi { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 11px 12px; }
.shot__kpi small { display: block; font-size: .63rem; color: var(--muted); font-weight: 700; margin-bottom: 3px; }
.shot__kpi b { font-size: 1.05rem; color: var(--ink); font-weight: 900; }

.shot__table { background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.shot__thead { background: var(--navy-800); color: #fff; padding: 8px 13px; font-size: .72rem; font-weight: 800; display: flex; align-items: center; }
.shot__thead span { margin-inline-start: auto; font-size: .63rem; opacity: .75; font-weight: 600; }
.shot__tr { display: flex; align-items: center; gap: 9px; padding: 9px 13px; border-bottom: 1px solid var(--line-soft); font-size: .74rem; }
.shot__tr:last-child { border-bottom: 0; }
.shot__plate { border: 2px solid var(--ink); background: #fffbeb; border-radius: 4px; padding: 1px 7px; font-weight: 900; font-size: .68rem; color: var(--ink); letter-spacing: .06em; }
.shot__tr b { color: var(--ink); font-weight: 800; }
.shot__tr .amt { margin-inline-start: auto; font-weight: 900; color: var(--ink); }
.shot__pill { font-size: .6rem; font-weight: 800; padding: 2px 8px; border-radius: 5px; }
.p-work { background: #fef3c7; color: #92400e; }
.p-late { background: #fee2e2; color: #991b1b; }
.p-done { background: #d1fae5; color: #065f46; }

@media (max-width: 860px) {
  .shot__body { grid-template-columns: 1fr; min-height: 0; }
  .shot__side { display: none; }
  .shot__cards { grid-template-columns: repeat(2, 1fr); }
}

/* ══════════ مكوّنات صفحتي الأسعار والتحميل ══════════ */

/* شريط ثقة */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.trust__item { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; }
.trust__item svg { width: 22px; height: 22px; color: var(--green-600); flex: none; }
.trust__item b { display: block; color: var(--ink); font-size: .93rem; line-height: 1.4; }
.trust__item span { font-size: .82rem; color: var(--muted); }

/* بطاقة السعر المطوّرة */
.plan { max-width: 940px; margin: 0 auto; display: grid; grid-template-columns: 1fr 340px; background: #fff; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); }
.plan__main { padding: 38px 36px; }
.plan__aside { background: linear-gradient(165deg, var(--navy-900), var(--navy-700)); color: #fff; padding: 38px 32px; display: flex; flex-direction: column; justify-content: center; text-align: center; position: relative; overflow: hidden; }
.plan__aside::before { content: ''; position: absolute; inset: 0; background: radial-gradient(420px 200px at 50% 0%, rgba(240,180,41,.22), transparent 70%); }
.plan__aside > * { position: relative; }
.plan__price { font-size: 4rem; font-weight: 900; color: var(--gold-500); line-height: 1; letter-spacing: -.03em; }
.plan__price small { font-size: 1.5rem; vertical-align: super; margin-inline-end: 2px; }
.plan__once { color: #c7d2e5; font-weight: 700; font-size: .95rem; margin-top: 8px; }
.plan__divider { height: 1px; background: rgba(255,255,255,.14); margin: 22px 0; }
.plan__note { color: #93a3bd; font-size: .84rem; line-height: 1.7; }
.plan__title { font-size: 1.45rem; font-weight: 900; color: var(--ink); margin-bottom: 6px; }
.plan__sub { font-size: 1rem; margin-bottom: 24px; }
.plan__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 24px; }

/* مقارنة الاشتراك بالشراء */
.vs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 860px; margin: 0 auto; }
.vs__card { border-radius: var(--radius-lg); padding: 28px 26px; border: 1px solid var(--line); background: #fff; }
.vs__card--bad { background: var(--surface-2); }
.vs__card--good { border: 2px solid var(--gold-500); box-shadow: var(--shadow); }
.vs__head { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.vs__head h3 { font-size: 1.08rem; margin: 0; }
.vs__tag { font-size: .72rem; font-weight: 800; padding: 4px 12px; border-radius: 100px; }
.vs__tag--bad { background: #fee2e2; color: #991b1b; }
.vs__tag--good { background: var(--gold-50); color: var(--gold-600); border: 1px solid #fde9b8; }
.vs__row { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--line-soft); font-size: .95rem; }
.vs__row:last-child { border-bottom: 0; }
.vs__row b { color: var(--ink); }

/* بطاقة التحميل */
.dl {
  max-width: 720px; margin: 0 auto; background: #fff;
  border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg);
}
.dl__top { padding: 34px 34px 28px; text-align: center; }
.dl__icon { width: 70px; height: 70px; border-radius: 20px; background: var(--navy-800); color: var(--gold-500); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.dl__icon svg { width: 34px; height: 34px; }
.dl__name { font-family: monospace; font-size: .9rem; color: var(--body); background: var(--surface-2); border: 1px solid var(--line); border-radius: 8px; padding: 8px 14px; display: inline-block; margin-bottom: 20px; direction: ltr; }
.dl__meta { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); background: var(--surface-2); }
.dl__meta div { padding: 16px 12px; text-align: center; border-inline-start: 1px solid var(--line); }
.dl__meta div:first-child { border-inline-start: 0; }
.dl__meta b { display: block; color: var(--ink); font-weight: 900; font-size: 1.05rem; }
.dl__meta span { font-size: .8rem; color: var(--muted); font-weight: 700; }

/* تنبيه SmartScreen */
.tip { background: #fffbeb; border: 1px solid #fde9b8; border-radius: var(--radius); padding: 18px 22px; display: flex; gap: 14px; }
.tip svg { width: 22px; height: 22px; color: var(--gold-600); flex: none; margin-top: 2px; }
.tip b { color: #92400e; display: block; margin-bottom: 4px; }
.tip p { font-size: .95rem; color: #78350f; margin: 0; }

@media (max-width: 900px) {
  .plan { grid-template-columns: 1fr; }
  .plan__aside { order: -1; }
  .plan__grid, .vs, .trust { grid-template-columns: 1fr; }
  .trust { gap: 10px; }
}
