/*
Theme Name: NEX8K
Theme URI: https://nex8k.com
Author: Trio Hub
Description: قالب NEX8K — اشتراكات ترفيه رقمية. بمعمارية تريو هب: خلفية ميش، شريط عائم زجاجي، بطاقات زجاجية بتوهّج يتبع المؤشر.
Version: 11.7.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: nex8k
Tags: rtl-language-support, e-commerce
*/

/* ============================================================
   1. الرموز — أخضر الملعب + ليموني كهربائي
   ============================================================ */

:root {
  --paper:      #eef1e8;
  --paper-2:    #ffffff;
  --ink:        #131a12;
  --muted:      #666f62;
  --line:       rgba(19, 26, 18, .10);

  --accent:     #a7cd43;          /* أخضر الشعار — الأيقونات والتعبئة والحدود */
  --accent-ink: #5f8318;          /* نفس الدرجة معتمة — للنصوص الصغيرة فقط (تباين مقروء) */
  --accent-soft:#e2f2bd;          /* تظليل الكلمة المميزة */
  --volt:       #a7cd43;          /* أخضر الشعار كما هو — للأسطح الداكنة */
  --pitch:      #123d2b;          /* أخضر الملعب — الألواح الداكنة */
  --pitch-2:    #1a5238;
  --green:      #1faa6e;

  --display: 'Baloo Bhaijaan 2', system-ui, sans-serif;
  --body:    'IBM Plex Sans Arabic', sans-serif;
  --num:     'Rubik', system-ui, sans-serif;

  --glass-bg: rgba(255, 255, 255, .42);
  --glass-bd: rgba(255, 255, 255, .72);
  --glass-sh: inset 0 1px 0 rgba(255,255,255,.92),
              inset 0 -10px 26px rgba(255,255,255,.22),
              0 26px 60px rgba(30, 70, 45, .13),
              0 6px 16px rgba(0,0,0,.04);

  --line-2:     #cdd4c6;          /* حدود أوضح — حقول الإدخال والأزرار الشبحية */
  --ink-2:      #3b4239;          /* نص ثانوي أغمق من --muted */
  --faint:      #96a08f;          /* نص خافت — التلميحات */
  --flame:      #ff5a2c;          /* برتقالي — العروض والتنبيهات */

  --ease: cubic-bezier(.2, .8, .3, 1);

  --gutter: clamp(1.15rem, 4.5vw, 3.5rem);
  --cw: 1200px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/* الخلفية الميش — أربعة تدرّجات ثابتة خلف كل شيء */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(40% 44% at 84%  4%, rgba(167, 205, 67, .22), transparent 60%),
    radial-gradient(38% 40% at  8% 22%, rgba( 40, 150, 110, .15), transparent 60%),
    radial-gradient(42% 44% at 90% 60%, rgba( 90, 200, 210, .11), transparent 60%),
    radial-gradient(44% 46% at  6% 86%, rgba(167, 205, 67, .17), transparent 60%);
}

a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; height: auto; display: block; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; }
::selection { background: var(--accent); color: #fff; }

.glass {
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(24px) saturate(1.8);
          backdrop-filter: blur(24px) saturate(1.8);
  border: 1px solid var(--glass-bd);
  box-shadow: var(--glass-sh);
}

.num, .price {
  font-family: var(--num);
  font-weight: 700;
  font-variant-numeric: tabular-nums lining-nums;
  direction: ltr; unicode-bidi: isolate;
}

:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 8px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap;
}

/* ============================================================
   2. الشريط العائم
   ============================================================ */

.navwrap {
  position: fixed; top: 16px; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: center; padding: 0 3vw;
  transition: top .3s;
}
.navwrap.solid { top: 10px; }

#hdr {
  width: 100%; max-width: 880px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  border-radius: 30px; padding: 9px 9px 9px 22px;
  background: rgba(255,255,255,.55);
  -webkit-backdrop-filter: blur(26px) saturate(1.9);
          backdrop-filter: blur(26px) saturate(1.9);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 16px 42px rgba(20,60,40,.12);
  transform-origin: center top;
  position: relative;
  transition: background .3s, box-shadow .3s, padding .3s, border-radius .3s;
}
.navwrap.solid #hdr {
  padding: 6px 6px 6px 18px; border-radius: 24px;
  background-color: rgba(255,255,255,.74);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 12px 30px rgba(20,60,40,.16);
}

#hdr > *:not(.bar-glow) { position: relative; z-index: 1; }

.bar-glow {
  position: absolute; inset: 0; z-index: 0; border-radius: inherit;
  pointer-events: none; opacity: 0; transition: opacity .3s;
  background: radial-gradient(220px circle at var(--gx,50%) var(--gy,50%), rgba(167,205,67,.16), transparent 62%);
}
#hdr:hover .bar-glow { opacity: 1; }

.logo {
  font-family: var(--display); font-weight: 800; font-size: 1.4rem;
  letter-spacing: -.05em; direction: ltr; display: flex; align-items: center;
}
.logo i { font-style: normal; color: var(--accent); }

.nav { flex: 1; display: flex; justify-content: center; }
.nav ul { display: flex; gap: 4px; font-weight: 500; font-size: .95rem; }
.nav a {
  display: inline-flex; align-items: center; min-height: 40px;
  color: var(--muted); padding: 8px 12px; border-radius: 13px;
  transition: color .25s, transform .35s cubic-bezier(.34,1.56,.64,1);
}
.nav a:hover { color: var(--accent-ink); transform: translateY(-3px) scale(1.14); }

.cta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink); color: #fff;
  font-family: var(--display); font-weight: 600; font-size: .95rem;
  padding: 12px 20px; border-radius: 16px; white-space: nowrap;
  box-shadow: 0 8px 20px rgba(0,0,0,.14);
  transition: transform .25s cubic-bezier(.34,1.56,.64,1), background .3s, box-shadow .3s;
}
.cta-btn:hover {
  transform: translateY(-2px) scale(1.04);
  background: var(--accent); color: var(--ink); box-shadow: 0 14px 30px rgba(167,205,67,.34);
}
.cta-btn .arr { transition: transform .3s; }
.cta-btn:hover .arr { transform: translateX(-5px); }

@media (max-width: 900px) { .nav { display: none; } }

/* ============================================================
   3. عناصر مشتركة
   ============================================================ */

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .85rem; font-weight: 600; color: var(--ink);
  padding: 8px 15px; border-radius: 100px; margin-bottom: 22px;
  cursor: default;
  transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}
.eyebrow:hover { transform: translateY(-3px) scale(1.05); }
.eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 4px rgba(167,205,67,.18); transition: box-shadow .35s;
}
.eyebrow:hover .dot { box-shadow: 0 0 0 7px rgba(167,205,67,.26); }

.btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--ink); color: var(--paper);
  font-family: var(--display); font-weight: 700; font-size: 1rem;
  padding: 16px 28px; border-radius: 18px; white-space: nowrap;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  transition: transform .28s cubic-bezier(.34,1.56,.64,1), background .3s, box-shadow .3s, color .3s;
}
.btn:hover {
  transform: translateY(-3px) scale(1.03);
  background: var(--accent); color: var(--ink); box-shadow: 0 18px 38px rgba(167,205,67,.3);
}
.btn .arr { transition: transform .3s; }
.btn:hover .arr { transform: translateX(-6px); }

.btn.ghost {
  background: rgba(255,255,255,.5); color: var(--ink);
  border: 1px solid var(--glass-bd);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  box-shadow: 0 8px 22px rgba(30,70,45,.1);
}
.btn.ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* الليموني على اللوح الداكن — أعلى تباين وأوضح نداء */
.btn.volt { background: var(--volt); color: var(--ink); }
.btn.volt:hover { background: #fff; color: var(--ink); }

.hl { position: relative; display: inline-block; }
.hl::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .05em;
  height: .24em; background: var(--accent-soft); z-index: -1; border-radius: 4px;
}

/* نظام حاوية واحد: الحشوة الأفقية = --gutter دائماً، والمحتوى
   محدود بـ --cw. هذا يضمن محاذاة واحدة لكل الأقسام في كل العروض. */
section { padding: clamp(3.5rem, 7vw, 5.5rem) var(--gutter); position: relative; }

.sec-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; margin-bottom: 46px;
}
.sec-title {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(1.9rem, 4.6vw, 3rem); letter-spacing: -.3px; line-height: 1.3;
}
.sec-sub { color: var(--muted); max-width: 42ch; font-size: 1.02rem; }

/* عرض المحتوى الموحّد */
.hero-in, .sec-head, .plans, .chans, .perks, .pays, .says-grid,
.devs, .faqs, .f-in, .f-bot { max-width: var(--cw); margin-inline: auto; }

/* يُخفى فقط حين يعمل الجافاسكربت (html.js يُضاف من سكربت سطري في
   الترويسة). بدونه يظهر المحتوى كاملاً بلا اعتماد على سكربت. */
.reveal { transition: opacity .8s, transform .8s; }
.js .reveal { opacity: 0; transform: translateY(36px); }
.js .reveal.in { opacity: 1; transform: none; }

/* توهّج يتبع المؤشر — يُحقن span.card-glow من الجافاسكربت */
.card-glow {
  position: absolute; inset: 0; z-index: 0; border-radius: inherit;
  pointer-events: none; opacity: 0; transition: opacity .35s;
  background: radial-gradient(320px circle at var(--gx,50%) var(--gy,50%), rgba(167,205,67,.16), transparent 60%);
}
.plan:hover .card-glow, .chan:hover .card-glow, .perk:hover .card-glow,
.say:hover .card-glow, .dev:hover .card-glow { opacity: 1; }

/* ============================================================
   4. الهيرو
   ============================================================ */

.hero { padding: clamp(6.5rem, 11vw, 8.5rem) var(--gutter) clamp(1.5rem, 3vw, 2.5rem); }

.hero-in { text-align: center; }

.hero h1 {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(2rem, 5.6vw, 3.9rem); line-height: 1.2;
  letter-spacing: -1px; margin-inline: auto; max-width: 20ch;
}
/* backwards بدل forwards مع حذف opacity:0 من الحالة الأساسية:
   العنصر مرئي بطبيعته، والحركة تبدأ من المخفي وتنتهي عند المرئي.
   لو تعطّلت الحركات لأي سبب يظل المحتوى ظاهراً. */
.hero h1 > span { display: block; animation: rise .9s backwards; }
.hero h1 > span:nth-child(1) { animation-delay: .15s; }
.hero h1 > span:nth-child(2) { animation-delay: .3s; }

.hero-desc {
  color: var(--muted); font-size: 1.08rem; max-width: 52ch;
  margin: 20px auto 0; animation: rise 1s .5s backwards;
}
.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap; justify-content: center;
  margin-top: 30px; animation: rise 1s .65s backwards;
}

@keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes fadein { to { opacity: 1; } }

/* ---- لوح الملعب + صف اللاعبين ---- */

/* البنر صورة كاملة — اللوح مجرد إطار بزوايا وظل */
.pitch {
  position: relative;
  max-width: var(--cw); margin: 34px auto 0;
  border-radius: clamp(20px, 3vw, 36px);
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(15,45,30,.3);
  animation: fadein 1s .55s backwards;
}
.pitch img { width: 100%; height: auto; display: block; }

/* الأرقام السريعة — بطاقات تفاعلية بعدّاد وأيقونة */
#quick { padding-block: clamp(3.5rem, 7vw, 5.5rem); }

.quick {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  max-width: var(--cw); margin-inline: auto;
}

.q {
  position: relative; overflow: hidden;
  border-radius: 22px; padding: 26px 14px 22px;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  text-align: center;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .4s;
}
.q:hover {
  transform: translateY(-7px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 30px 60px rgba(30,70,45,.18);
}
.q > *:not(.card-glow) { position: relative; z-index: 1; }

.q__ic {
  width: 46px; height: 46px; border-radius: 14px;
  display: grid; place-items: center; margin-bottom: 4px;
  background: rgba(167,205,67,.12); color: var(--accent);
  transition: transform .4s cubic-bezier(.34,1.56,.64,1), background .4s;
}
.q:hover .q__ic { transform: rotate(-10deg) scale(1.14); background: rgba(167,205,67,.22); }
.q__ic svg { width: 22px; height: 22px; }

.q b {
  font-family: var(--num); font-weight: 800;
  font-size: clamp(1.55rem, 4.2vw, 2.4rem); line-height: 1.05;
  letter-spacing: -1px; color: var(--ink);
  font-variant-numeric: tabular-nums; direction: ltr;
  transition: color .3s;
}
.q:hover b { color: var(--accent-ink); }
.q__l { color: var(--muted); font-size: .87rem; }

@media (max-width: 560px) {
  .q { padding: 20px 8px 18px; border-radius: 18px; }
  .q__ic { width: 38px; height: 38px; border-radius: 11px; }
  .q__ic svg { width: 18px; height: 18px; }
  .q__l { font-size: .82rem; }
}

/* الصف — أقدام على خط أساس واحد، ويذوبون في اللوح بدل قصّ حاد */
.squad {
  position: relative; z-index: 1;
  display: flex; align-items: flex-end; justify-content: center;
  margin-top: 18px; padding-inline: .5rem;
}
.squad::after {
  content: ""; position: absolute; z-index: 3;
  inset-inline: 0; inset-block-end: 0; height: 90px; pointer-events: none;
  background: linear-gradient(180deg, transparent, var(--pitch) 88%);
}

.squad__p {
  flex: none; width: auto;
  height: clamp(158px, 25vw, 320px);
  object-fit: contain; object-position: bottom;
  filter: drop-shadow(0 22px 26px rgba(0,0,0,.5));
  margin-inline: clamp(-30px, -3.2vw, -16px);
  position: relative;
  animation: rise .9s backwards;
}
.squad__p:nth-child(1) { z-index: 1; animation-delay: 1.05s; }
.squad__p:nth-child(2) { z-index: 2; animation-delay: .95s; }
.squad__p:nth-child(3) { z-index: 3; height: clamp(188px, 30vw, 384px); animation-delay: .85s; }
.squad__p:nth-child(4) { z-index: 2; animation-delay: .95s; }
.squad__p:nth-child(5) { z-index: 1; animation-delay: 1.05s; }

@media (max-width: 640px) {
  .squad__p:nth-child(1), .squad__p:nth-child(5) { display: none; }
  .squad::after { height: 56px; }
}

/* ============================================================
   5. الأشرطة المتحركة
   ============================================================ */

.band {
  /* overflow:hidden ضروري للحركة، لكنه يقصّ ارتفاع الشريحة وظلّها
     عند المرور — فنترك حشوة رأسية تستوعبهما. */
  overflow: hidden; direction: ltr;
  /* الحشوة تستوعب الارتفاع (5px) + الظل كاملاً (إزاحة 14 + تمويه 26)
     وإلا انقصّ عند حدّ طبقة mask-image وبان كخط أفقي. */
  /* الحشوة تستوعب الارتفاع والظل، والهامش السالب المكافئ يلغي
     أثرها في التخطيط — فيتطابق إيقاع الأقسام كلها. */
  padding-block: 26px;
  margin-block: -26px;
  max-width: var(--cw); margin-inline: auto;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.band .track {
  display: flex; flex-wrap: nowrap; align-items: center; gap: 14px;
  width: max-content;
  animation: scroll var(--t, 48s) linear infinite;
}
.band.rev .track { animation-direction: reverse; }
.band:hover .track { animation-play-state: paused; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* شريحة شعار */
.chip {
  flex: none; display: grid; place-items: center;
  width: 168px; height: 92px; padding: 0 20px;
  border-radius: 20px;
  /* خلفية صلبة لا backdrop-filter: الشريط عليه mask-image ينشئ
     طبقة تركيب، فيعجز الـ backdrop عن قراءة ما خلفها ويظهر
     حدّ الطبقة كخط أفقي تحت الشرائح. */
  background: #fbfcfa;
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 6px 16px rgba(30,70,45,.07);
  transition: transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .3s;
}
.chip:hover { transform: translateY(-4px); box-shadow: 0 8px 16px rgba(30,70,45,.14); }

/* شعارات على خلفية شفافة/بيضاء: رمادية تتلوّن عند المرور */
.chip img {
  width: 100%; max-width: 124px; height: auto;
  filter: grayscale(1); opacity: .62;
  transition: filter .3s, opacity .3s;
}
.chip:hover img { filter: none; opacity: 1; }

/* الدوريات والأندية: شعارات SVG مفرّغة — شرائح فاتحة، والشعار
   بألوانه الأصلية (رمادي يتلوّن عند المرور). */
.band.tiles .chip { width: 128px; height: 104px; padding: 0 16px; }
.band.tiles .chip img { max-height: 62px; max-width: 92px; }

.band.crest .chip { width: 108px; height: 104px; padding: 0 14px; }
.band.crest .chip img { max-height: 60px; max-width: 60px; }
.chip .txt {
  font-family: var(--display); font-weight: 700; font-size: .9rem;
  color: var(--muted); text-align: center; direction: rtl;
}

/* شريط البوسترات */
.band.posters .track { align-items: stretch; }
.poster {
  flex: none; width: clamp(124px, 15vw, 172px);
  aspect-ratio: 2 / 3; border-radius: 18px; overflow: hidden;
  box-shadow: 0 14px 34px rgba(30,70,45,.18);
  transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s;
}
.poster:hover { transform: translateY(-6px) scale(1.02); box-shadow: 0 10px 20px rgba(30,70,45,.24); }
.poster img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   6. الباقات
   ============================================================ */

/* اللاعب يكسر إطار البطاقة ويطلع فوقها.
   دون 1040px تصير الباقات سلايداً أفقياً بصف واحد — الشبكة
   متعددة الصفوف تجعل لاعب الصف الثاني يتداخل مع بطاقة فوقه. */
.plans {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: minmax(238px, 1fr);
  gap: 16px; align-items: stretch;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--gutter);
  /* المسافة حشوةٌ لا هامش: مع overflow-x:auto يصير overflow-y
     تلقائياً auto، فيقصّ ما يبرز خارج الصندوق.
     فوق: ارتفاع اللاعب البارز (~130px).
     تحت: ظل المرور 0 40px 76px يمتد ~116px.
     والهوامش السالبة تعيد التباعد البصري لطبيعته. */
  padding: 148px var(--gutter) 62px;
  margin-block: -26px -62px;
  margin-inline: calc(var(--gutter) * -1);
  scrollbar-width: none;
}
.plans::-webkit-scrollbar { display: none; }
.plans > * { scroll-snap-align: center; }

@media (min-width: 1040px) {
  .plans {
    grid-auto-flow: row; grid-template-columns: repeat(4, 1fr);
    overflow: visible; padding: 120px 0 0;
    margin-block: 0; margin-inline: auto;
  }
}

/* تلميح السحب — يختفي على الديسكتوب */
.plans-hint {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 16px; color: var(--muted); font-size: .85rem;
}
.plans-hint svg { width: 16px; height: 16px; }
@media (min-width: 1040px) { .plans-hint { display: none; } }

.plan {
  position: relative;
  border-radius: 28px;
  padding: 104px 22px 24px;
  display: flex; flex-direction: column; min-width: 0;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .4s;
}
.plan:hover {
  transform: translateY(-8px) scale(1.012);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 22px 44px rgba(30,70,45,.18);
}
/* المطلقة تُستثنى — وإلا رجعت للسياق وانهار تخطيط البطاقة. */
.plan > *:not(.card-glow):not(.plan__ply):not(.plan__halo):not(.plan__tag):not(.plan__link):not(.plan__body) { position: relative; z-index: 1; }

/* هالة خلف اللاعب */
.plan .plan__halo {
  position: absolute; z-index: 0;
  top: -46px; left: 50%; transform: translateX(-50%);
  width: 210px; height: 210px; border-radius: 50%;
  background: radial-gradient(circle, rgba(167,205,67,.26), transparent 66%);
  transition: transform .45s cubic-bezier(.34,1.56,.64,1);
}
.plan:hover .plan__halo { transform: translateX(-50%) scale(1.12); }

.plan .plan__ply {
  position: absolute; z-index: 2;
  top: -88px; left: 50%; transform: translateX(-50%);
  height: 196px; width: auto; max-width: none;
  object-fit: contain; object-position: bottom;
  filter: drop-shadow(0 18px 22px rgba(20,50,30,.34));
  transition: transform .45s cubic-bezier(.34,1.56,.64,1);
}
.plan:hover .plan__ply { transform: translateX(-50%) translateY(-10px) scale(1.06); }

.plan .plan__tag {
  position: absolute; z-index: 3;
  top: -14px; left: 0; right: 0;
  width: max-content; margin-inline: auto;
  padding: .3rem 1rem; border-radius: 100px;
  background: var(--ink); color: var(--volt);
  font-family: var(--display); font-weight: 700; font-size: .82rem;
  box-shadow: 0 8px 20px rgba(0,0,0,.22);
}

.plan__body { display: flex; flex-direction: column; flex: 1; text-align: center; }

.plan__name { font-family: var(--display); font-weight: 700; font-size: 1.34rem; letter-spacing: -.3px; }
.plan__for  { color: var(--muted); font-size: .88rem; margin-top: 6px; min-height: 3.1em; }

.plan__price {
  display: flex; align-items: baseline; justify-content: center; gap: .3rem;
  margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line);
}
.plan__only { color: var(--muted); font-size: .92rem; font-weight: 500; }
.plan__price .price {
  font-family: var(--num); font-weight: 800; font-size: 2.5rem;
  line-height: 1; letter-spacing: -1.5px; color: var(--ink);
}
.plan__per { color: var(--muted); font-size: .79rem; opacity: .8; margin-top: 2px; }

.plan__feats {
  display: flex; flex-direction: column; gap: 10px;
  margin: 20px 0 24px; font-size: .9rem; text-align: start;
}
.plan__feats li { display: flex; gap: 9px; align-items: flex-start; }
.plan__feats svg { flex: none; width: 16px; height: 16px; margin-top: .35em; color: var(--accent); }

.plan .btn { width: 100%; justify-content: center; margin-top: auto; padding: 15px 20px; }

/* الباقة المميّزة — أعلى وأبرز */
.plan.feat {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 0 0 2px var(--accent), 0 30px 62px rgba(30,70,45,.2);
}
.plan.feat .plan__halo { background: radial-gradient(circle, rgba(167,205,67,.42), transparent 66%); width: 240px; height: 240px; }
.plan.feat .plan__ply  { height: 216px; top: -104px; }
.plan.feat .btn        { background: var(--accent); color: var(--ink); }
.plan.feat .btn:hover  { background: var(--ink); color: var(--volt); }

@media (min-width: 1040px) { .plan.feat { margin-top: -14px; } }

/* ============================================================
   7. القنوات — الرقم في السياق لا فوق النص
   ============================================================ */

.chans { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 620px) { .chans { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .chans { grid-template-columns: repeat(3, 1fr); } }

.chan {
  position: relative; overflow: hidden;
  border-radius: 22px; padding: 28px 26px;
  display: flex; flex-direction: column; min-width: 0;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .4s;
}
.chan:hover { transform: translateY(-6px); box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 30px 60px rgba(30,70,45,.16); }
.chan > *:not(.card-glow) { position: relative; z-index: 1; }

.chan__row { display: flex; align-items: center; justify-content: space-between; gap: 14px; }

.chan__ic {
  width: 52px; height: 52px; border-radius: 15px; flex: none;
  display: grid; place-items: center;
  background: rgba(167,205,67,.12); color: var(--accent);
  transition: transform .4s, background .4s;
}
.chan:hover .chan__ic { transform: rotate(-10deg) scale(1.12); background: rgba(167,205,67,.2); }
.chan__ic svg { width: 26px; height: 26px; }

/* الرقم كحبّة مستقلة — لا تتراكب مع العنوان */
.chan__k {
  font-family: var(--display); font-weight: 800; font-size: .88rem;
  color: var(--accent-ink); background: rgba(167,205,67,.1);
  padding: 5px 13px; border-radius: 100px; white-space: nowrap;
}

.chan__n { font-family: var(--display); font-weight: 700; font-size: 1.32rem; margin-top: 20px; letter-spacing: -.3px; }
.chan__c { color: var(--muted); font-size: .94rem; margin-top: 5px; }

/* ============================================================
   8. نقاط التميّز — بطاقات مرقّمة بأيقونة علوية
   ============================================================ */

.perks { display: grid; grid-template-columns: 1fr; gap: 16px; align-items: stretch; }
@media (min-width: 620px) { .perks { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .perks { grid-template-columns: repeat(3, 1fr); } }

.perk {
  position: relative; overflow: hidden;
  border-radius: 22px; padding: 32px 28px 28px;
  display: flex; flex-direction: column; min-height: 232px; min-width: 0;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .4s;
}
.perk:hover { transform: translateY(-8px) scale(1.01); box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 36px 70px rgba(30,70,45,.18); }
.perk > *:not(.card-glow) { position: relative; z-index: 1; }

/* أولوية أعلى من `.perk > *:not(.card-glow)` أدناه — وإلا رجعت
   الأيقونة إلى السياق الطبيعي وتراكبت مع الرقم. */
.perk .perk__ic {
  position: absolute; top: 26px; left: 28px; z-index: 2;
  width: 54px; height: 54px; border-radius: 16px;
  display: grid; place-items: center;
  background: rgba(167,205,67,.12); color: var(--accent);
  transition: transform .4s, background .4s;
}
.perk:hover .perk__ic { transform: rotate(-12deg) scale(1.16); background: rgba(167,205,67,.2); }
.perk__ic svg { width: 27px; height: 27px; }

.perk__n {
  font-family: var(--display); font-weight: 800; font-size: .88rem;
  color: var(--accent-ink); text-align: right; margin-bottom: auto; padding-left: 66px;
  direction: rtl; /* لا نرث ltr من .num — يزيح الرقم فوق الأيقونة */
}
.perk__t { font-family: var(--display); font-weight: 700; font-size: 1.4rem; margin: 22px 0 10px; letter-spacing: -.3px; line-height: 1.3; }
.perk__d { color: var(--muted); font-size: .96rem; }

/* ============================================================
   9. الأرقام — لوح داكن بتوهج وميلان
   ============================================================ */

.figures {
  position: relative; overflow: hidden;
  max-width: var(--cw); margin-inline: auto;
  background: var(--ink); color: var(--paper);
  border-radius: clamp(20px, 3vw, 36px); padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.2rem, 4vw, 3rem);
  will-change: transform; transition: transform .3s ease;
}
.figures::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(40% 60% at 82%  8%, rgba(167,205,67,.24), transparent 60%),
    radial-gradient(40% 60% at 14% 92%, rgba( 31,170,110,.22), transparent 60%);
}
.figures::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  opacity: 0; transition: opacity .35s;
  background: radial-gradient(440px circle at var(--gx,50%) var(--gy,50%), rgba(167,205,67,.22), transparent 62%);
}
.figures:hover::before { opacity: 1; }
.figures > * { position: relative; z-index: 2; }

.figures__head { text-align: center; margin-bottom: 44px; }
.figures__head h2 {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(1.9rem, 5vw, 3rem); letter-spacing: -1px; line-height: 1.2;
}
.figures__head h2 em { color: var(--volt); font-style: normal; }
.figures__head p { color: rgba(238,241,232,.66); max-width: 46ch; margin: 12px auto 0; }

.figs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 800px) { .figs { grid-template-columns: repeat(4, 1fr); } }

.fig {
  border-radius: 22px; padding: 30px 18px; text-align: center;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  transition: transform .35s cubic-bezier(.34,1.56,.64,1), background .35s;
}
.fig:hover { transform: translateY(-6px); background: rgba(255,255,255,.09); }
.fig b {
  display: block; font-family: var(--display); font-weight: 900;
  font-size: clamp(1.9rem, 4.6vw, 2.9rem); line-height: 1.05;
  letter-spacing: -1.5px; color: var(--volt);
  font-variant-numeric: tabular-nums; direction: ltr;
}
.fig small { color: rgba(238,241,232,.6); font-size: .9rem; }

/* ============================================================
   10. آراء العملاء
   ============================================================ */

.says-grid { display: grid; grid-template-columns: 1fr; gap: 16px; align-items: stretch; }
@media (min-width: 720px) { .says-grid { grid-template-columns: repeat(3, 1fr); } }

.say {
  position: relative; overflow: hidden;
  border-radius: 22px; padding: 30px 28px;
  display: flex; flex-direction: column; min-width: 0;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .4s;
}
.say:hover { transform: translateY(-6px); box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 30px 60px rgba(30,70,45,.16); }
.say > *:not(.card-glow) { position: relative; z-index: 1; }

.say__stars { display: flex; gap: 3px; margin-bottom: 16px; }
.say__stars svg { width: 16px; height: 16px; color: var(--accent); }
.say__q { font-size: 1rem; margin-bottom: 24px; }
.say__who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.say__av {
  width: 44px; height: 44px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  background: var(--pitch); color: var(--volt);
  font-family: var(--display); font-weight: 800; font-size: 1.05rem;
}
.say__n { display: block; font-family: var(--display); font-weight: 700; font-size: .98rem; line-height: 1.4; }
.say__c { display: block; color: var(--muted); font-size: .85rem; line-height: 1.4; }

/* ============================================================
   11. الأجهزة · طرق الدفع
   ============================================================ */

.devs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 620px) { .devs { grid-template-columns: repeat(4, 1fr); } }

.dev {
  position: relative; overflow: hidden;
  border-radius: 20px; padding: 26px 16px; text-align: center;
  transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s;
}
.dev:hover { transform: translateY(-6px); box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 26px 52px rgba(30,70,45,.14); }
.dev > *:not(.card-glow) { position: relative; z-index: 1; }

/* الشعار وحده — بلا أسماء تحته */
.dev { display: grid; place-items: center; min-height: 118px; padding: 24px 18px; }
/* كل الشعارات على لوحة 300×120 موحّدة ومتوازنة بالمساحة،
   فيكفي عرض واحد للجميع بلا حصر ارتفاع أو عرض. */
.dev img {
  width: 100%; max-width: 148px; height: auto;
  filter: grayscale(1); opacity: .62;
  transition: filter .3s, opacity .3s, transform .35s cubic-bezier(.34,1.56,.64,1);
}
.dev:hover img { filter: none; opacity: 1; transform: scale(1.07); }

/* طرق الدفع — شريط مختصر قبل التذييل، لا قسم كامل */
.paybar {
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  max-width: min(var(--cw), 92vw); margin: 0 auto 46px;
  padding: 26px 5vw;
  border-top: 1px solid var(--line);
}
.paybar__t { color: var(--muted); font-size: .86rem; }
.paybar img { width: 100%; max-width: 420px; height: auto; opacity: .9; }

/* ============================================================
   11b. الشريط السفلي الثابت
   ============================================================ */

.dock {
  position: fixed; z-index: 90;
  bottom: 0; left: 50%;
  transform: translate(-50%, 130%);
  width: 100%; max-width: 560px;
  display: grid; grid-template-columns: 1fr auto; gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.92);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -10px 32px -16px rgba(15,45,30,.42);
  transition: transform .35s cubic-bezier(.2,.8,.3,1);
}
.dock.up { transform: translate(-50%, 0); }

/* حبري كباقي أزرار الموقع — الأخضر كان اللون الشاذ */
.dock__cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--ink); color: #fff;
  font-family: var(--display); font-weight: 700; font-size: 1.05rem;
  padding: 15px 22px; border-radius: 14px;
  box-shadow: 0 8px 22px rgba(19,26,18,.28);
  transition: background .25s, transform .2s;
}
.dock__cta:hover { background: var(--accent); color: var(--ink); }
.dock__cta:active { transform: translateY(1px); }

/* ممتلئ بأخضر الموقع — نفس شكل زر واتساب المعتاد لكن بلوننا */
.dock__wa {
  display: grid; place-items: center;
  width: 56px; border-radius: 14px;
  background: var(--accent); color: var(--ink);
  box-shadow: 0 8px 22px rgba(167,205,67,.42);
  transition: background .25s, transform .2s;
}
.dock__wa:hover { background: #95bb35; }
.dock__wa:active { transform: translateY(1px); }
.dock__wa svg { width: 28px; height: 28px; }

/* ============================================================
   12. الأسئلة الشائعة
   ============================================================ */

.faqs { max-width: 820px; border-radius: 24px; overflow: hidden; }
.faq { border-bottom: 1px solid var(--line); }
.faq:last-child { border-bottom: 0; }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 26px; cursor: pointer; list-style: none;
  font-family: var(--display); font-weight: 600; font-size: 1.06rem;
  transition: color .25s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--accent-ink); }
.faq summary svg { flex: none; width: 18px; height: 18px; color: var(--muted); transition: transform .3s, color .3s; }
.faq[open] summary svg { transform: rotate(45deg); color: var(--accent); }
.faq p { padding: 0 26px 24px; color: var(--muted); font-size: .97rem; }

/* ============================================================
   13. النداء الأخير · التذييل
   ============================================================ */

.cta {
  background: var(--ink); color: var(--paper);
  border-radius: 36px; text-align: center;
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 3.5rem);
  margin-inline: auto; max-width: var(--cw);
  position: relative; overflow: hidden;
  will-change: transform; transition: transform .3s ease;
}
.cta::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  opacity: 0; transition: opacity .35s;
  background: radial-gradient(440px circle at var(--gx,50%) var(--gy,50%), rgba(167,205,67,.28), transparent 62%);
}
.cta:hover::before { opacity: 1; }
.cta::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(40% 60% at 80%  8%, rgba(167,205,67,.24), transparent 60%),
    radial-gradient(40% 60% at 12% 90%, rgba( 31,170,110,.2), transparent 60%);
}
.cta > * { position: relative; z-index: 2; }
.cta h2 {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(2rem, 6vw, 4rem); letter-spacing: -1.5px; line-height: 1.15; margin-bottom: 22px;
}
.cta h2 em { color: var(--volt); font-style: normal; }
.cta p { font-size: 1.08rem; max-width: 46ch; margin: 0 auto 32px; opacity: .76; }

footer {
  padding: clamp(3rem, 6vw, 4rem) var(--gutter) calc(110px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
}

/* الأعمدة الثلاثة جنب بعض حتى على الجوال — قوائم قصيرة،
   وتكديسها عمودياً كان يمدّ التذييل لارتفاع صفحة كاملة. */
.f-top {
  display: grid; gap: 30px 18px;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--cw); margin-inline: auto;
  text-align: center;
}
.f-brand { grid-column: 1 / -1; }

@media (min-width: 1000px) {
  .f-top { grid-template-columns: repeat(3, 1fr); gap: 30px; }
}

.f-brand { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.f-brand img { height: 34px; width: auto; max-width: 180px; object-fit: contain; }
.f-brand p { color: var(--muted); font-size: .93rem; max-width: 46ch; }

.f-wa {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 10px 18px; border-radius: 100px;
  background: rgba(167,205,67,.2); color: var(--accent-ink);
  font-family: var(--display); font-weight: 600; font-size: .9rem;
  transition: background .25s, color .25s, transform .25s cubic-bezier(.34,1.56,.64,1);
}
.f-wa:hover { background: var(--accent); color: var(--ink); transform: translateY(-2px); }
.f-wa svg { width: 17px; height: 17px; flex: none; }

.f-col { display: flex; flex-direction: column; gap: 0; align-items: center; min-width: 0; }
.f-col h4 {
  font-family: var(--display); font-weight: 700; font-size: .9rem;
  margin-bottom: 2px; color: var(--ink);
}
/* حشوة رأسية ترفع هدف اللمس إلى 44px — الروابط العارية كانت 24px. */
.f-col a {
  display: inline-flex; align-items: center; min-height: 44px;
  padding-inline: 6px;
  color: var(--muted); font-size: .88rem; white-space: nowrap;
  transition: color .2s, transform .25s var(--ease);
}
.f-col a:hover { color: var(--accent-ink); transform: translateY(-2px); }

.f-pay {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 26px;
  max-width: var(--cw); margin: 44px auto 0;
  padding-top: 30px; border-top: 1px solid var(--line);
}
.f-pay span { color: var(--muted); font-size: .87rem; }
.f-pay img { width: 100%; max-width: 340px; height: auto; opacity: .85; }

.f-bot {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  max-width: var(--cw); margin: 26px auto 0;
  color: var(--muted); font-size: .85rem; text-align: center;
}

/* ============================================================
   14. تقليل الحركة
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal, .js .reveal, .hero h1 > span, .hero-desc, .hero-actions, .pitch, .squad__p { opacity: 1; transform: none; }
}

@media (max-width: 760px) {
  section { padding-block: clamp(2.6rem, 8vw, 3.4rem); }
  .hero { padding-top: 118px; }
  .hero-actions .btn { flex: 1 1 100%; justify-content: center; }
}

/* ============================================================
   15. علامة liv8k
   ============================================================ */

.logo { gap: 9px; }
.logo__w { line-height: 1; }
.logo__m { width: 30px; height: auto; color: var(--ink); flex: none; }
.f-logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--display); font-weight: 800; font-size: 1.35rem;
  letter-spacing: -.05em; direction: ltr;
}
.f-logo i { font-style: normal; color: var(--accent); }
.f-logo svg { width: 28px; height: auto; color: var(--ink); flex: none; }

/* شعار الترويسة كصورة */
.logo img { height: 24px; width: auto; }
@media (max-width: 520px) { .logo img { height: 21px; } }


/* الشعار يُعوَّض بمقياس معاكس لتحجيم الشريط فيبقى ثابتاً بصرياً */
.logo img { transform: scale(calc(1 / var(--barScale, 1))); transform-origin: right center; }
html[dir="ltr"] .logo img { transform-origin: left center; }

/* العملة كلمة كاملة — سطر مستقل تحت الرقم لئلا يضيق */
.dock__cta { font-size: .98rem; }
@media (max-width: 380px) { .dock__cta { font-size: .88rem; padding-inline: 14px; } }

/* التذييل: مساحة أسفل تمنع الشريط السفلي الثابت من تغطيته */
footer { padding-bottom: calc(120px + env(safe-area-inset-bottom)); }

/* رمز الريال السعودي */
.sar {
  display: inline-block; height: .82em; width: auto;
  vertical-align: -.02em; margin-inline-start: .22em;
}
/* في بطاقة الباقة يحاذي الرقم الكبير لا النص */
.plan__price .sar { height: 1.55rem; align-self: center; margin-inline-start: .12rem; }
/* الرمز صورة لا نص، فلا يرث لون الزر — نقلبه يدوياً.
   القاعدة: يتبع لون النص لا لون الخلفية. */

/* نص الزر فاتح ← رمز أبيض */
.btn .sar,
.btn.ghost:hover .sar,
.dock__cta .sar         { filter: brightness(0) invert(1); }

/* نص الزر داكن ← رمز أسود */
.btn.volt .sar,
.btn.volt:hover .sar,
.btn:hover .sar,
.dock__cta:hover .sar,
.btn.ghost .sar         { filter: brightness(0); }

/* أيقونات داخل الأزرار — بلا مقاس صريح تتمدد لملء الزر */
.btn svg, .cta-btn svg { width: 20px; height: 20px; flex: none; }
.btn--wa svg { color: var(--accent); }
.btn--wa:hover svg { color: #fff; }

/* نص الزر وحدة واحدة — gap الزر كان يفرّق النص عن الرقم عن الرمز */
/* تدفّق نصي عادي: المسافات الطبيعية بين الكلمات تشتغل،
   بينما inline-flex كان يلغيها ويلصق الرقم بالكلمة. */
.btn__t { white-space: nowrap; }
.btn__t .price { font-weight: 800; }
.btn__t .sar { height: .88em; margin-inline-start: .24em; vertical-align: -.04em; }
.dock__cta { gap: 0; }

/* ============================================================
   16. الصفحات الداخلية
   ============================================================ */

.pg { padding: clamp(6.5rem, 11vw, 8.5rem) var(--gutter) clamp(3rem, 6vw, 5rem); }

.pg__head { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.pg__head h1 {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(1.9rem, 5vw, 3rem); letter-spacing: -.5px; line-height: 1.25;
}
.pg__date { color: var(--muted); font-size: .86rem; margin-top: 12px; }
.pg__lead { color: var(--muted); font-size: 1.05rem; margin-top: 14px; }

.pg__body {
  max-width: 760px; margin-inline: auto;
  padding: clamp(26px, 5vw, 48px);
  border-radius: 26px;
}
.pg__body h2 {
  font-family: var(--display); font-weight: 700; font-size: 1.28rem;
  margin: 30px 0 10px; letter-spacing: -.2px;
}
.pg__body h2:first-child { margin-top: 0; }
.pg__body h3 { font-family: var(--display); font-weight: 600; font-size: 1.06rem; margin: 22px 0 8px; }
.pg__body p  { color: var(--ink-2, #3b3b46); margin-bottom: 14px; }
.pg__body ul { margin: 0 0 16px; padding-inline-start: 0; }
.pg__body li {
  position: relative; color: var(--muted);
  padding-inline-start: 22px; margin-bottom: 9px;
}
.pg__body li::before {
  content: ""; position: absolute; inset-inline-start: 6px; inset-block-start: .72em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
}
.pg__body strong { color: var(--ink); font-weight: 600; }
.pg__body a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 3px; }

.pg__foot {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
  max-width: 760px; margin: 34px auto 0;
}

/* ---- صفحة الباقة ---- */

.pg--product { padding-top: 118px; }

.prod {
  display: grid; gap: clamp(24px, 5vw, 48px);
  grid-template-columns: 1fr; align-items: center;
  max-width: var(--cw); margin-inline: auto;
}
@media (min-width: 860px) { .prod { grid-template-columns: .8fr 1fr; } }

.prod__visual {
  position: relative; display: grid; place-items: center;
  min-height: 300px;
}
.prod__halo {
  position: absolute; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(167,205,67,.24), transparent 66%);
}
.prod__ply {
  position: relative; height: clamp(230px, 34vw, 340px); width: auto; max-width: none;
  filter: drop-shadow(0 20px 26px rgba(20,50,30,.32));
}

.prod__info h1 {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(1.9rem, 5vw, 2.9rem); letter-spacing: -.5px; line-height: 1.2;
}
.prod__for { color: var(--muted); font-size: 1.03rem; margin-top: 10px; max-width: 44ch; }

.prod__price {
  display: flex; align-items: baseline; gap: .3rem;
  margin-top: 22px;
}
.prod__price .price {
  font-family: var(--num); font-weight: 800; font-size: clamp(2.4rem, 6vw, 3.4rem);
  line-height: 1; letter-spacing: -2px;
}
.prod__price .sar { height: 1.9rem; align-self: center; }
.prod__per { color: var(--muted); font-size: .86rem; margin-top: 4px; }

.prod__feats { display: flex; flex-direction: column; gap: 10px; margin: 24px 0; }
.prod__feats li { display: flex; gap: 10px; align-items: flex-start; font-size: .98rem; }
.prod__feats svg { flex: none; width: 17px; height: 17px; margin-top: .3em; color: var(--accent); }

.prod__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }

.prod__trust {
  display: flex; flex-wrap: wrap; gap: 10px 22px;
  padding-top: 20px; border-top: 1px solid var(--line);
}
.prod__trust li { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .88rem; }
.prod__trust svg { width: 16px; height: 16px; color: var(--accent); flex: none; }

/* ---- باقات أخرى ---- */

.prod__more { max-width: var(--cw); margin: clamp(48px, 8vw, 80px) auto 0; }
.prod__more .sec-title { text-align: center; margin-bottom: 26px; font-size: clamp(1.5rem, 3.6vw, 2rem); }

.prod__others { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 620px) { .prod__others { grid-template-columns: 1fr; } }

.oth {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 18px 14px; border-radius: 20px; text-align: center;
  transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s;
}
.oth:hover { transform: translateY(-6px); box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 26px 52px rgba(30,70,45,.16); }
.oth img { height: 92px; width: auto; max-width: none; }
.oth b { font-family: var(--display); font-weight: 700; font-size: 1rem; }
.oth__p { color: var(--accent-ink); font-weight: 700; }
.oth__p .price { font-family: var(--num); font-size: 1.15rem; }
.oth__p .sar { height: .85em; }

/* ---- 404 ---- */
.pg--404 { min-height: 62vh; display: flex; flex-direction: column; justify-content: center; }

/* ---- أقسام صفحة الباقة ---- */

.prod__desc {
  max-width: var(--cw); margin: clamp(44px, 7vw, 72px) auto 0;
  padding: clamp(26px, 4vw, 40px); border-radius: 26px;
}
.prod__desc h2 {
  font-family: var(--display); font-weight: 700; font-size: 1.3rem; margin-bottom: 12px;
}
.prod__desc p { color: var(--muted); font-size: 1.02rem; max-width: 76ch; }

.prod__sec { max-width: var(--cw); margin: clamp(40px, 6vw, 64px) auto 0; }
.prod__sec .sec-title { text-align: center; margin-bottom: 24px; font-size: clamp(1.5rem, 3.6vw, 2rem); }

.inc { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 620px) { .inc { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .inc { grid-template-columns: repeat(3, 1fr); } }

.inc__i {
  display: flex; flex-direction: column; gap: 6px;
  padding: 22px 20px; border-radius: 20px;
  transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s;
}
.inc__i:hover { transform: translateY(-5px); box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 26px 52px rgba(30,70,45,.15); }
.inc__ic {
  width: 42px; height: 42px; border-radius: 12px; margin-bottom: 6px;
  display: grid; place-items: center;
  background: rgba(167,205,67,.12); color: var(--accent);
  transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}
.inc__i:hover .inc__ic { transform: rotate(-9deg) scale(1.1); }
.inc__ic svg { width: 21px; height: 21px; }
.inc__i b { font-family: var(--display); font-weight: 600; font-size: 1.04rem; }
.inc__i span { color: var(--muted); font-size: .91rem; }

.prod__split { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 860px) { .prod__split { grid-template-columns: 1fr 1fr; } }

.specs, .suits { padding: clamp(24px, 3.6vw, 34px); border-radius: 24px; }
.specs h3, .suits h3 {
  font-family: var(--display); font-weight: 700; font-size: 1.12rem; margin-bottom: 16px;
}

.specs__r {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 11px 0; border-bottom: 1px solid var(--line);
}
.specs__r:last-child { border-bottom: 0; }
.specs dt { color: var(--muted); font-size: .93rem; }
.specs dd { font-family: var(--display); font-weight: 600; font-size: .95rem; text-align: end; }

.suits ul { display: flex; flex-direction: column; gap: 12px; }
.suits li { display: flex; gap: 10px; align-items: flex-start; font-size: .97rem; }
.suits svg { flex: none; width: 17px; height: 17px; margin-top: .3em; color: var(--accent); }
.suits__note {
  margin-top: 20px; padding: 14px 16px; border-radius: 14px;
  background: rgba(167,205,67,.09); color: var(--ink-2, #3b3b46); font-size: .9rem;
}

/* ============================================================
   17. العرض المحدود
   ============================================================ */

.plan__tag--offer {
  background: var(--flame, #ff5a2c); color: #fff;
  animation: offerPulse 2.6s ease-in-out infinite;
}
@keyframes offerPulse {
  0%, 100% { box-shadow: 0 6px 16px rgba(255,90,44,.3); }
  50%      { box-shadow: 0 6px 22px rgba(255,90,44,.55); }
}

.eyebrow--offer { color: var(--flame, #ff5a2c); }
.eyebrow--offer .dot { background: var(--flame, #ff5a2c); box-shadow: 0 0 0 4px rgba(255,90,44,.2); }



/* اسم الباقة رابط + زر التفاصيل */
/* رابط يغطي البطاقة كاملة — الضغط في أي مكان يفتح صفحة الباقة.
   .plan__body يأخذ z-index:auto لئلا ينشئ سياق تراص يحبس داخله
   z-index زرّ الشراء تحت الرابط. */
.plan .plan__link { position: absolute; inset: 0; z-index: 4; border-radius: inherit; }
/* position بلا z-index: لا ينشئ سياق تراص، فيتنافس
   z-index زرّ الشراء مع الرابط على مستوى البطاقة. */
.plan__body { position: relative; }
.plan .btn { position: relative; z-index: 6; }
.plan:hover .plan__name { color: var(--accent-ink); }

.plan__more {
  display: block; text-align: center; margin-top: 10px;
  color: var(--muted); font-size: .85rem;
  transition: color .2s var(--ease);
}
.plan:hover .plan__more { color: var(--accent-ink); }

/* صورة العميل في الآراء */
.say__av--img {
  width: 44px; height: 44px; border-radius: 50%;
  object-fit: cover; flex: none;
  border: 2px solid rgba(167,205,67,.5);
}

/* أفاتار الشخص — يُستبدل تلقائياً بصورة العميل عند توفرها */
.say__av--ph {
  background: rgba(167,205,67,.22);
  color: var(--pitch);
  overflow: hidden;
  padding: 0;
}
/* الشكل مرسوم داخل حدود الدائرة، فلا يُقصّ عند الحافة */
.say__av--ph svg { width: 82%; height: 82%; display: block; }

/* النداء الأخير يرث حشوة القسم فيحاذي بقية المحتوى */
.cta-sec { padding-block: clamp(3.5rem, 7vw, 5.5rem); }

/* شريط شعارات القنوات يتوسّط المسافة: الفجوة فوقه تساوي
   الفجوة تحته (إيقاع الأقسام 112px). الهامش يساويها مضافاً
   إليه 26px يعوّض الهامش السالب للشريط. */
.band-gap {
  margin-top: clamp(3.5rem, 7vw, 5.5rem);
  /* -26px إضافية تعوّض الهامش السالب للشريط نفسه */
  margin-bottom: calc(clamp(3.5rem, 7vw, 5.5rem) * -1 - 26px);
}

/* ============================================================
   18. صفحات ووكومرس — الدفع · السلة · الحساب
   بديل أنماط ووكومرس الملغاة، بلغة القالب نفسها.
   ============================================================ */

/* لا حشو هنا: كل قالب يلفّ محتواه بحاوية مُهمَّشة أصلاً (.pg أو .section).
   الوسم body يحمل صنف .woocommerce-page، فكانت الحشوة تتكرّر أربع مرات
   متداخلة (body + .woocommerce + .pg + .pg__body) وتضغط نموذج الدفع
   إلى 211px من أصل 375px على الجوال، والإطار المدمج إلى 79px. */
.woocommerce, .woocommerce-page { padding: 0; }
.woocommerce > *, .woocommerce-page > * { max-width: var(--cw); margin-inline: auto; }

.woocommerce h1, .woocommerce-page h1 {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(1.8rem, 4.5vw, 2.6rem); margin-bottom: 26px; text-align: center;
}
.woocommerce h3, .woocommerce-billing-fields > h3, #order_review_heading {
  font-family: var(--display); font-weight: 700; font-size: 1.2rem; margin-bottom: 16px;
}

/* ---- تخطيط الدفع ---- */

/* عمود واحد: نموذج الدفع المدمج (MyFatoorah) يحتاج عرضاً كاملاً،
   والعمودان كانا يضغطانه فتتراكب أزرار آبل باي وحقول البطاقة. */
.woocommerce-checkout form.checkout {
  display: flex; flex-direction: column; gap: 18px;
  max-width: 680px; margin-inline: auto;
}
#customer_details { min-width: 0; }
#order_review_heading { margin-top: 0; }

/* ووكومرس يطبع عمودين دائماً: الثاني للشحن، وهو معطّل هنا فيبقى
   صندوقاً أبيض فارغاً. نُلغي التقسيم ونخفي أي عمود بلا حقول. */
.woocommerce-checkout .col2-set { display: block; }
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 { width: 100%; float: none; }
.woocommerce-checkout .col-2:not(:has(.form-row)),
.woocommerce-additional-fields:not(:has(.form-row)) { display: none; }

.woocommerce-billing-fields, .woocommerce-additional-fields,
#order_review, .woocommerce-cart-form, .woocommerce-form-login,
.woocommerce-MyAccount-content, .woocommerce-order {
  background: var(--paper-2); border: 1px solid var(--line);
  border-radius: 24px; padding: clamp(20px, 3.5vw, 30px);
}
.woocommerce-additional-fields { margin-top: 18px; }

/* نموذج الدفع المدمج: عرض كامل بلا حصر */
#payment .payment_box,
#payment .payment_box > *,
#payment iframe,
#payment .mf-container,
#payment [class*="myfatoorah"],
#payment [id*="mf-"] { max-width: 100%; width: 100%; box-sizing: border-box; }
#payment iframe { min-height: 420px; border: 0; display: block; }
#payment .payment_box { padding: 16px; overflow: visible; }

/* على الجوال: نلغي بطاقة الصفحة الزجاجية في صفحات الشراء،
   فالبطاقات البيضاء الداخلية تكفي بصرياً، ويكسب نموذج الدفع
   المدمج ~90px عرضاً — وهي الفارق بين حقول متراكبة وحقول مقروءة. */
@media (max-width: 720px) {
  body.woocommerce-checkout .pg__body,
  body.woocommerce-cart .pg__body {
    padding: 0; border: 0; background: none; box-shadow: none; backdrop-filter: none;
  }
  body.woocommerce-checkout .pg,
  body.woocommerce-cart .pg { padding-inline: 14px; }

  .woocommerce-billing-fields, #order_review,
  .woocommerce-cart-form, .woocommerce-form-login { padding: 16px; border-radius: 20px; }

  #payment .payment_box { padding: 10px; }
  #payment iframe { min-height: 480px; }
}

/* ---- الحقول ---- */

.woocommerce form .form-row {
  display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; padding: 0;
}
/* ووكومرس يُلحق «(اختياري)» بكل حقل غير مطلوب. نخفيه بصرياً فقط
   ويبقى في الشجرة لقارئات الشاشة — النص التوضيحي داخل الحقل يكفي. */
.woocommerce form .form-row label .optional { display: none; }

.woocommerce form .form-row label {
  font-size: .92rem; font-weight: 600; color: var(--ink);
}
.woocommerce form .form-row .required { color: var(--flame, #ff5a2c); text-decoration: none; }
.woocommerce form .form-row .optional { color: var(--muted); font-weight: 400; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-selection {
  width: 100%; min-height: 52px;
  padding: 13px 16px; border-radius: 14px;
  border: 1px solid var(--line-2); background: #fff;
  font-family: var(--body); font-size: 1rem; color: var(--ink);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.woocommerce form .form-row textarea { min-height: 96px; resize: vertical; line-height: 1.7; }

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(167,205,67,.28);
}
.woocommerce form .form-row input::placeholder,
.woocommerce form .form-row textarea::placeholder { color: var(--faint); }

.woocommerce form .form-row.woocommerce-invalid input.input-text { border-color: var(--flame, #ff5a2c); }

/* ---- ملخص الطلب ---- */

.woocommerce table.shop_table {
  width: 100%; border-collapse: collapse; border: 0; margin: 0;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 13px 0; border-bottom: 1px solid var(--line);
  text-align: start; font-size: .96rem;
}
.woocommerce table.shop_table thead th { color: var(--muted); font-weight: 600; font-size: .88rem; }
.woocommerce table.shop_table td:last-child,
.woocommerce table.shop_table th:last-child { text-align: end; }
.woocommerce table.shop_table tfoot tr:last-child th,
.woocommerce table.shop_table tfoot tr:last-child td {
  border-bottom: 0; padding-top: 18px;
  font-family: var(--display); font-weight: 800; font-size: 1.15rem;
}
.woocommerce .woocommerce-Price-amount { font-family: var(--num); font-weight: 700; direction: ltr; unicode-bidi: isolate; }
.woocommerce .product-quantity { color: var(--muted); }

/* ---- طرق الدفع ---- */

#payment { margin-top: 22px; }
#payment ul.payment_methods { list-style: none; margin: 0 0 18px; padding: 0; border: 0; }
#payment ul.payment_methods li {
  border: 1px solid var(--line); border-radius: 16px;
  padding: 15px 17px; margin-bottom: 10px;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}
#payment ul.payment_methods li:hover { border-color: var(--line-2); }
#payment ul.payment_methods li input[type=radio] { margin-inline-end: 9px; accent-color: var(--accent-ink); }
#payment ul.payment_methods li label {
  font-family: var(--display); font-weight: 600; font-size: 1rem; cursor: pointer;
}
#payment .payment_box {
  background: rgba(167,205,67,.1); border-radius: 12px;
  padding: 13px 15px; margin-top: 11px;
  font-size: .9rem; color: var(--ink-2, #3b3b46);
}
#payment .payment_box p:last-child { margin-bottom: 0; }
#payment .woocommerce-privacy-policy-text { font-size: .85rem; color: var(--muted); margin-bottom: 16px; }
#payment .woocommerce-privacy-policy-text a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 3px; }

/* ---- الأزرار ---- */

.woocommerce #place_order,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 17px 26px;
  background: var(--ink); color: var(--paper);
  border: 0; border-radius: 18px;
  font-family: var(--display); font-weight: 700; font-size: 1.05rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  transition: transform .25s cubic-bezier(.34,1.56,.64,1), background .25s, color .25s;
}
.woocommerce #place_order:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  transform: translateY(-2px); background: var(--accent); color: var(--ink);
}
/* أزرار داخل التنبيهات: بحجمها الطبيعي ومدفوعة لطرف الصندوق */
.woocommerce a.button.wc-backward,
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button {
  order: 1; margin-inline-start: auto;
  width: auto; flex: none;
  padding: 11px 20px; border-radius: 13px;
  font-size: .9rem; box-shadow: none;
}
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover { transform: none; }

@media (max-width: 480px) {
  .woocommerce-message, .woocommerce-info, .woocommerce-error { flex-direction: column; align-items: stretch; }
  .woocommerce-message a.button, .woocommerce-info a.button { margin-inline-start: 0; justify-content: center; }
}

/* ---- التنبيهات ---- */

.woocommerce-message, .woocommerce-info, .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message {
  list-style: none;
  border-radius: 16px; padding: 14px 18px; margin-bottom: 18px;
  font-size: .95rem;
  border: 1px solid var(--line);
  background: var(--paper-2);
  /* النص في البداية والزر في النهاية. ووكومرس يضع الزر قبل النص
     في الـ HTML، و order يعيد ترتيبه بصرياً — النص عقدة نصية
     مجهولة رتبتها 0 افتراضياً، فيكفي رفع رتبة الزر. */
  display: flex; align-items: center; flex-wrap: wrap; gap: 10px 16px;
}
.woocommerce-message { border-inline-start: 4px solid var(--accent); }
.woocommerce-info    { border-inline-start: 4px solid var(--muted); }
.woocommerce-error   { border-inline-start: 4px solid var(--flame, #ff5a2c); }
.woocommerce-error li { margin-bottom: 5px; }
.woocommerce-message a, .woocommerce-info a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 3px; }

/* ---- القسيمة ---- */

.woocommerce form.checkout_coupon {
  border: 1px dashed var(--line-2); border-radius: 18px;
  padding: 18px; margin-bottom: 20px;
  display: grid; gap: 12px; grid-template-columns: 1fr;
}
@media (min-width: 560px) { .woocommerce form.checkout_coupon { grid-template-columns: 1fr auto; align-items: end; } }
.woocommerce form.checkout_coupon .button { width: auto; }

/* ---- السلة ---- */

.woocommerce .cart_totals { margin-top: 24px; }
.woocommerce .cart_totals h2 { font-family: var(--display); font-weight: 700; font-size: 1.25rem; margin-bottom: 14px; }
.woocommerce td.product-remove a.remove {
  display: inline-grid; place-items: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,90,44,.12); color: var(--flame, #ff5a2c);
  font-size: 1.1rem; line-height: 1; text-decoration: none;
}
.woocommerce td.product-thumbnail img { width: 56px; border-radius: 10px; }

/* ---- حسابي ---- */

.woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.woocommerce-MyAccount-navigation a {
  display: inline-flex; align-items: center; min-height: 44px;
  padding: 10px 18px; border-radius: 100px;
  background: var(--paper-2); border: 1px solid var(--line);
  font-size: .93rem; transition: border-color .2s, color .2s;
}
.woocommerce-MyAccount-navigation a:hover { border-color: var(--accent); color: var(--accent-ink); }
.woocommerce-MyAccount-navigation .is-active a { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* ---- تنظيف ---- */

.woocommerce .col2-set, .woocommerce .col-1, .woocommerce .col-2 { width: auto; float: none; }
.woocommerce form .form-row-first, .woocommerce form .form-row-last { width: 100%; float: none; }
.woocommerce .blockUI.blockOverlay { border-radius: 24px; }

/* بلا شريط سفلي: التذييل ما يحتاج مساحة تحته */
.woocommerce-checkout footer,
.woocommerce-cart footer,
.woocommerce-account footer,
.woocommerce-order-received footer { padding-bottom: clamp(2.5rem, 5vw, 3.5rem); }

/* ============================================================
   19. صفحة تأكيد الطلب
   ============================================================ */

.ty {
  max-width: 620px; margin-inline: auto; text-align: center;
  padding-block: clamp(1rem, 3vw, 2rem);
}

.ty__mark {
  display: grid; place-items: center;
  width: 78px; height: 78px; border-radius: 50%; margin: 0 auto 22px;
  background: rgba(167,205,67,.24); color: var(--accent-ink);
  animation: tyPop .55s cubic-bezier(.34,1.56,.64,1) backwards;
}
.ty__mark svg { width: 36px; height: 36px; }
.ty__mark--bad { background: rgba(255,90,44,.14); color: var(--flame); }

@keyframes tyPop { from { opacity: 0; transform: scale(.5); } }

.ty h1 {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(1.7rem, 4.6vw, 2.5rem); line-height: 1.25; margin-bottom: 12px;
}
.ty__lead { color: var(--muted); font-size: 1.03rem; max-width: 44ch; margin-inline: auto; }

.ty__box {
  border-radius: 22px; padding: 6px 22px; margin: 26px 0 22px; text-align: start;
}
.ty__row {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid var(--line);
}
.ty__row:last-child { border-bottom: 0; }
.ty__row span { color: var(--muted); font-size: .92rem; }
.ty__row b { font-family: var(--display); font-weight: 700; font-size: .98rem; text-align: end; }

.ty__wa {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  width: 100%; padding: 18px 26px; border-radius: 18px;
  background: var(--accent); color: var(--ink);
  font-family: var(--display); font-weight: 700; font-size: 1.08rem;
  box-shadow: 0 12px 28px rgba(167,205,67,.42);
  transition: transform .25s cubic-bezier(.34,1.56,.64,1), background .25s;
}
.ty__wa:hover { transform: translateY(-3px); background: #95bb35; }
.ty__wa svg { width: 24px; height: 24px; flex: none; }

.ty__note { color: var(--muted); font-size: .87rem; margin-top: 12px; }

.ty__steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line);
}
.ty__step { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.ty__step b {
  display: grid; place-items: center;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--ink); color: var(--volt);
  font-family: var(--num); font-weight: 700; font-size: .92rem;
}
.ty__step span { color: var(--muted); font-size: .84rem; text-align: center; }

.ty__cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 26px; }
.ty__cta .btn { width: auto; }

.ty__back {
  display: inline-block; margin-top: 28px;
  color: var(--muted); font-size: .9rem;
}
.ty__back:hover { color: var(--accent-ink); }

/* إخفاء تفاصيل ووكومرس الافتراضية تحت الصفحة المخصصة */
.woocommerce-order-received .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-thankyou-order-received { display: none; }
