/* ==========================================================================
   Creative Point — صفحة هبوط اليوم الوطني السعودي 96  (/national-day-96)
   --------------------------------------------------------------------------
   صفحة مستقلة لا ترث أي CSS من الموقع العام، فالملف يحمل إعادة التعيين
   والخطوط بنفسه. طبقة موسمية منضبطة فوق هوية Creative Point: الأحمر
   والذهبي والأخضر الوطني كلكنات، والأسود/الأبيض أساس الصفحة.
   RTL كامل — خصائص منطقية (inline-start/end) لا left/right.
   ========================================================================== */

/* خطوط هوية Creative Point — نسخة خاصة بالصفحة لتبقى مستقلة */
@font-face{font-family:'Thmanyah Sans';src:url('/landing/national-day-96/fonts/thmanyahsans-Light.otf') format('opentype');font-weight:300;font-display:swap}
@font-face{font-family:'Thmanyah Sans';src:url('/landing/national-day-96/fonts/thmanyahsans-Regular.otf') format('opentype');font-weight:400;font-display:swap}
@font-face{font-family:'Thmanyah Sans';src:url('/landing/national-day-96/fonts/thmanyahsans-Medium.otf') format('opentype');font-weight:500;font-display:swap}
@font-face{font-family:'Thmanyah Sans';src:url('/landing/national-day-96/fonts/thmanyahsans-Bold.otf') format('opentype');font-weight:700;font-display:swap}
@font-face{font-family:'Thmanyah Sans';src:url('/landing/national-day-96/fonts/thmanyahsans-Black.otf') format('opentype');font-weight:900;font-display:swap}

html{scroll-behavior:smooth;overflow-x:hidden;-webkit-text-size-adjust:100%}
.nd96-body{margin:0;padding:0;background:#fff;overflow-x:hidden;font-family:'Thmanyah Sans',Tahoma,sans-serif}

.nd96 {
    /* ── Creative Point (الهوية الأساسية ~65–70%) ── */
    --nd-red: #E11D26;
    --nd-red-dk: #B5121A;
    --nd-red-lt: #FF2E38;

    /* ── هوية اليوم الوطني 96 الرسمية (طبقة موسمية ~30–35%)
          القيم مقروءة من مشغّلات التعبئة داخل الدليل الرسمي، لا مخمّنة ── */
    --nd-green: #00894A;        /* الأخضر الرسمي الأساسي */
    --nd-green-dk: #00343A;     /* الأخضر الداكن الرسمي */
    --nd-gold: #B69F64;         /* الذهبي الرسمي */
    --nd-green-lt: #5ABA1C;     /* أخضر Authenticity */

    /* نمط السدو الرسمي — أصل متجه مستخرج من الدليل، يُكرَّر أفقيًا */
    --nd-sadu: url('/landing/national-day-96/official/nd96-sadu-rule.svg');

    /* ── أساس Creative Point ── */
    --nd-ink: #0F0E0D;
    --nd-body: #1F1F1F;
    --nd-mute: #6B6B6B;
    --nd-soft: #4a443c;
    --nd-line: #EFECE8;
    --nd-line-2: #F6F4F2;
    --nd-bg: #FCFBFA;
    --nd-surface: #F0EDEA;

    --nd-pad: clamp(16px, 4vw, 56px);
    --nd-radius: 4px;

    background: #fff;
    color: var(--nd-body);
    font-family: 'Thmanyah Sans', Tahoma, sans-serif;
    overflow-x: clip;
    /* ارتفاع هيدر الحملة الخاص بهذه الصفحة (sticky شفاف فوق البطل الداكن) */
    --nd-header: 74px;
}

.nd96 *,
.nd96 *::before,
.nd96 *::after { box-sizing: border-box; }

.nd96 img { max-width: 100%; display: block; }

/* عناصر النماذج لا ترث الخط في كل المتصفحات — نفرضه صراحةً */
.nd96 button,
.nd96 input,
.nd96 select,
.nd96 option,
.nd96 optgroup,
.nd96 textarea,
.nd96-chead button,
.nd96-chead a,
.nd96-fab,
.nd96-fab__tip,
.nd96-quick button, .nd96-quick input, .nd96-quick select, .nd96-quick textarea,
.nd96-quote button, .nd96-quote input, .nd96-quote select, .nd96-quote textarea {
    font-family: 'Thmanyah Sans', Tahoma, sans-serif;
}

.nd96 :focus-visible {
    outline: 3px solid var(--nd-red);
    outline-offset: 2px;
    border-radius: 2px;
}

.nd96-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding-inline: var(--nd-pad);
}
.nd96-wrap--narrow { max-width: 880px; }

/* ── حركات، معطّلة بالكامل عند prefers-reduced-motion ─────────────────── */
@keyframes nd96Up   { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes nd96In   { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes nd96Fade { from { opacity: 0; } to { opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
    .nd96 *,
    .nd96 *::before,
    .nd96 *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ══ عناصر مشتركة ═══════════════════════════════════════════════════════ */

.nd96-eyebrow {
    margin: 0 0 13px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    display: flex;
    align-items: center;
    gap: 9px;
}
.nd96-eyebrow--red   { color: var(--nd-red); }
.nd96-eyebrow--gold  { color: var(--nd-gold); }
.nd96-eyebrow--green { color: var(--nd-green); }
.nd96-rule { width: 24px; height: 1px; background: rgba(212,175,99,.6); display: inline-block; }
.nd96-gold { color: var(--nd-gold); }
.nd96-dot  { color: var(--nd-red); }

.nd96-secHead { max-width: 680px; margin-bottom: 34px; }
.nd96-secHead h2 {
    margin: 0 0 12px;
    font-size: clamp(27px, 3.8vw, 46px);
    font-weight: 900;
    line-height: 1.24;
    color: var(--nd-ink);
    text-wrap: pretty;
}
.nd96-secHead__lede {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    color: var(--nd-mute);
    line-height: 1.78;
}
.nd96-secHead__fast {
    margin: 14px 0 0;
    font-size: 15px;
    color: var(--nd-body);
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.nd96-secHead__fast a { color: var(--nd-red); font-weight: 700; }

/* ── أزرار ──────────────────────────────────────────────────────────── */
.nd96-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 700;
    min-height: 48px;
    cursor: pointer;
    text-decoration: none;
    transition: background .18s, color .18s, border-color .18s, transform .18s;
}
.nd96-btn--lg { padding: 17px 32px; font-size: 17px; min-height: 54px; }
.nd96-btn--block { width: 100%; }

.nd96-btn--primary { background: var(--nd-red); color: #fff; }
.nd96-btn--primary:hover { background: var(--nd-red-lt); color: #fff; transform: translateY(-2px); }
.nd96-btn--primary:disabled {
    background: #E4E1DD;
    color: #8A8A8A;
    cursor: not-allowed;
    transform: none;
}
.nd96-btn--dark { background: var(--nd-ink); color: #fff; }
.nd96-btn--dark:hover { background: #2a2725; color: #fff; }
.nd96-btn--green { background: var(--nd-green); color: #fff; }
.nd96-btn--green:hover { background: var(--nd-green-dk); color: #fff; }
.nd96-btn--ghost { border-color: rgba(255,255,255,.26); color: #fff; font-weight: 500; }
.nd96-btn--ghost:hover { background: rgba(255,255,255,.08); border-color: #fff; color: #fff; }
.nd96-btn--outline { background: none; border-color: var(--nd-ink); color: var(--nd-ink); }
/* ══ زر واتساب — زر كامل بأيقونة ونص، بلون واتساب الرسمي ═════════════════ */
.nd96-btn--wa { background: #25D366; color: #06210F; font-weight: 800; border-color: #25D366; }
.nd96-btn--wa:hover { background: #1EBE5B; border-color: #1EBE5B; color: #06210F; transform: translateY(-2px); }
.nd96-btn--wa:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.nd96-btn--wa .nd96-waIcon { flex-shrink: 0; }
.nd96-btn--wa span { white-space: nowrap; }

.nd96-btn--outline:hover { background: var(--nd-ink); color: #fff; }

.nd96-iconBtn {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--nd-line);
    border-radius: 3px;
    color: var(--nd-soft);
    font-size: 20px;
    text-decoration: none;
    transition: background .16s, border-color .16s, color .16s;
}
.nd96-iconBtn:hover { background: var(--nd-line-2); border-color: var(--nd-ink); color: var(--nd-ink); }
.nd96-iconBtn--wa { background: var(--nd-red); border-color: var(--nd-red); color: #fff; }
.nd96-iconBtn--wa:hover { background: var(--nd-red-dk); border-color: var(--nd-red-dk); color: #fff; }

.nd96-linkBtn {
    grid-column: 1 / -1;
    background: none;
    border: none;
    color: var(--nd-ink);
    padding: 8px 0 2px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-align: start;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #DDD8D3;
    /* 44px — الحد الأدنى لهدف اللمس، وإن كان الزر نصيًا */
    min-height: 44px;
    display: flex;
    align-items: center;
}
.nd96-linkBtn:hover { text-decoration-color: var(--nd-ink); }

.nd96-close {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid var(--nd-line);
    border-radius: 3px;
    cursor: pointer;
    font-size: 21px;
    color: var(--nd-ink);
    line-height: 1;
}
.nd96-close:hover { background: var(--nd-line-2); }

.nd96-tag {
    align-self: flex-start;
    background: var(--nd-line-2);
    color: var(--nd-soft);
    font-size: 11.5px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 2px;
}
.nd96-req { color: var(--nd-red); }
.nd96-opt { font-weight: 300; color: var(--nd-mute); }

.nd96-alert {
    margin: 16px 0 0;
    background: rgba(225,29,38,.05);
    border: 1px solid rgba(225,29,38,.28);
    border-radius: 3px;
    padding: 12px 14px;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--nd-red-dk);
    line-height: 1.6;
}
.nd96-noteGreen {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: var(--nd-green);
    background: rgba(14,74,56,.06);
    padding: 10px 12px;
    border-radius: 2px;
    line-height: 1.55;
}

/* ── Placeholder موحّد لأي صورة غير متوفرة بعد ───────────────────────── */
.nd96-ph {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    text-align: center;
    background:
        repeating-linear-gradient(135deg, transparent 0 11px, rgba(15,14,13,.022) 11px 22px),
        var(--nd-line-2);
    border: 1px dashed #DDD8D3;
    color: var(--nd-mute);
}
.nd96-ph__mark {
    width: 30px;
    height: 30px;
    border: 2px solid var(--nd-red);
    border-radius: 50%;
    position: relative;
    opacity: .55;
    flex-shrink: 0;
}
.nd96-ph__mark::after {
    content: '';
    position: absolute;
    inset: 8px;
    background: var(--nd-red);
    border-radius: 50%;
}
.nd96-ph__txt,
.nd96-ph > span:only-child {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--nd-soft);
    line-height: 1.5;
}
.nd96-ph__sub { font-size: 12px; font-weight: 300; color: var(--nd-mute); line-height: 1.5; }
/* رمز المنتج داخل الـPlaceholder — يجب أن يُقرأ بوضوح لتمييز الصور الناقصة */
.nd96-ph__id {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .06em;
    color: #fff;
    background: var(--nd-red-dk);
    padding: 4px 12px;
    border-radius: 3px;
    line-height: 1.3;
}
.nd96-ph--thumb { display: flex; align-items: center; justify-content: center; padding: 0; }
.nd96-ph--thumb .nd96-ph__id { font-size: 10.5px; padding: 3px 5px; letter-spacing: 0; }
.nd96-ph--dark .nd96-ph__id { background: var(--nd-red); }
.nd96-ph--dark {
    background:
        repeating-linear-gradient(135deg, transparent 0 11px, rgba(255,255,255,.03) 11px 22px),
        #1a1918;
    border-color: rgba(255,255,255,.14);
}
.nd96-ph--dark .nd96-ph__txt { color: rgba(255,255,255,.72); }
.nd96-ph--dark .nd96-ph__sub { color: rgba(255,255,255,.45); }
.nd96-ph--thumb { position: static; display: block; width: 58px; height: 58px; border-radius: 3px; }


/* ══ هيدر الحملة — خاص بهذه الصفحة، ليس منيو الموقع ═══════════════════════ */
/* الشريط dir=ltr في القالب ليبقى الشعار يسارًا في العربية والإنجليزية معًا */
.nd96-chead {
    position: sticky; top: 0; z-index: 60;
    background: rgba(11, 10, 9, .74);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.nd96-chead__bar {
    position: relative;
    height: var(--nd-header);
    display: flex; align-items: center; gap: 18px;
}
/* شعار Creative Point · فاصل رأسي رفيع · الشعار الرسمي «عزّنا بطبعنا» */
.nd96-chead__brand {
    display: flex; align-items: center; flex-shrink: 0;
    gap: clamp(10px, 1.2vw, 16px); margin-inline-end: auto; min-width: 0;
}
.nd96-chead__logo { display: flex; align-items: center; flex-shrink: 0; }
.nd96-chead__logo img {
    height: 42px; width: auto; object-fit: contain;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .55));
}
.nd96-chead__sep {
    display: block; width: 1px; height: 28px; flex-shrink: 0;
    background: rgba(255, 255, 255, .22);
}
/* أصغر قليلًا من شعار Creative Point، بلا قصّ ولا ضغط ولا قلب في الإنجليزية */
.nd96-chead__nd {
    height: 34px; width: auto; object-fit: contain; display: block;
    flex-shrink: 0; transform: none;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .5));
}
.nd96-chead__nav {
    display: flex; align-items: center; gap: clamp(16px, 2.6vw, 34px);
    font-size: 15px; font-weight: 700;
    position: absolute; left: 50%; transform: translateX(-50%);
}
.nd96-chead__nav a {
    color: rgba(255, 255, 255, .84); text-decoration: none;
    padding: 6px 0; border-bottom: 2px solid transparent;
    transition: color .16s, border-color .16s; white-space: nowrap;
}
.nd96-chead__nav a:hover { color: #fff; border-bottom-color: var(--nd-red); }
.nd96-chead__actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nd96-chead__lang {
    color: rgba(255, 255, 255, .8); text-decoration: none;
    font-size: 14px; font-weight: 700;
    border: 1px solid rgba(255, 255, 255, .24); border-radius: 3px;
    padding: 9px 14px; min-height: 44px; display: inline-flex; align-items: center;
    transition: background .16s, border-color .16s, color .16s;
}
.nd96-chead__lang:hover { background: rgba(255, 255, 255, .1); border-color: #fff; color: #fff; }
.nd96-chead__cta { padding: 11px 20px; font-size: 14.5px; min-height: 44px; }
.nd96-chead__burger {
    display: none; width: 44px; height: 44px;
    flex-direction: column; align-items: center; justify-content: center; gap: 5px;
    background: none; border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 4px; cursor: pointer; padding: 0;
}
.nd96-chead__burger span { width: 19px; height: 2px; background: #fff; display: block; }
.nd96-chead__menu {
    display: flex; flex-direction: column; background: #0B0A09;
    border-top: 1px solid rgba(255, 255, 255, .09);
    padding: 4px clamp(14px, 4vw, 56px) 12px;
}
.nd96-chead__menu[hidden] { display: none; }
.nd96-chead__menu a {
    color: rgba(255, 255, 255, .88); text-decoration: none;
    font-size: 16px; font-weight: 700; padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.nd96-chead__menu a:last-child { border-bottom: none; }

/* شريط قانوني مصغّر — ليس فوتر الموقع العام */
.nd96-legal { background: #0B0A09; color: rgba(255, 255, 255, .5); }
.nd96-legal__bar {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px; flex-wrap: wrap; padding-block: 18px; font-size: 13.5px;
}
.nd96-legal__links { display: flex; gap: 20px; }
.nd96-legal__links a { color: rgba(255, 255, 255, .62); text-decoration: none; }
.nd96-legal__links a:hover { color: #FF4D55; }

/* ══ Hero — أسود عميق + أشعة Creative Point + توهج أحمر ══════════════════ */
.nd96-hero {
    position: relative;
    min-height: clamp(560px, 94vh, 940px);
    display: flex; align-items: center;
    background: #080706;
    overflow: hidden;
    padding-block: clamp(40px, 6vh, 90px);
}
/* الصورة الوطنية Full-bleed — أسفل كل الطبقات */
.nd96-hero__kv {
    position: absolute; inset: 0; display: block; pointer-events: none;
}
.nd96-hero__kv img {
    width: 100%; height: 100%; object-fit: cover;
    /* يزيح المشهد يسارًا قليلًا فتقع العائلة في النصف الواضح من الهيرو */
    object-position: 38% 30%;
}
/* ظل الهيرو — من اليمين وحده في اللغتين، ولا طبقة سوداء موحّدة فوق الصورة.
   الاتجاه فيزيائي (to left) لا منطقي، فالتكوين نفسه في العربية والإنجليزية:
   أسود قوي في أقصى اليمين ← أسود متوسط خلف النص ← شفاف قبل الجانب الأيسر،
   فتبقى وجوه العائلة وتفاصيل الصورة الوطنية يسارًا بجودتها الأصلية. */
.nd96-hero__scrim {
    position: absolute; inset: 0; pointer-events: none;
    background:
        linear-gradient(to bottom, rgba(4, 4, 4, .42) 0%, rgba(4, 4, 4, 0) 34%, rgba(4, 4, 4, .55) 100%),
        linear-gradient(to left,
            rgba(3, 3, 3, .96) 0%,
            rgba(3, 3, 3, .91) 22%,
            rgba(3, 3, 3, .80) 40%,
            rgba(3, 3, 3, .58) 53%,
            rgba(3, 3, 3, .28) 65%,
            rgba(3, 3, 3, .08) 76%,
            transparent 86%);
}
.nd96-hero__rays {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
    opacity: .18; mix-blend-mode: screen; pointer-events: none;
}
.nd96-hero__glow {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(46% 52% at 76% 46%, rgba(225, 29, 38, .16), transparent 62%),
        radial-gradient(38% 44% at 22% 50%, rgba(225, 29, 38, .11), transparent 60%);
    mix-blend-mode: screen;
}
.nd96-hero__seam {
    position: absolute; inset-inline: 0; bottom: 0; height: 3px; pointer-events: none;
    background: linear-gradient(90deg, transparent, var(--nd-green) 22%, var(--nd-gold) 50%, var(--nd-green) 78%, transparent);
    opacity: .5;
}
.nd96-hero__grid {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: 1fr;
    align-items: center; width: 100%;
}
/* عمود النص في النصف الأيمن — الجهة نفسها التي يقع عليها الظل في اللغتين */
.nd96-hero__copy {
    animation: nd96Up .7s ease both; min-width: 0;
    width: min(100%, 620px); margin-left: auto; margin-right: 0;
}
.nd96-hero__title {
    margin: 0 0 22px;
    font-size: clamp(38px, 6.2vw, 82px);
    line-height: 1.1; font-weight: 900; color: #fff;
    letter-spacing: -.015em; text-wrap: balance;
}
/* العنوان الإنجليزي أطول بست أسطر عند الحجم نفسه، فيدفع الأزرار خارج
   الشاشة الأولى. نضبط مقاسه وحده ونُبقي العربي المعتمد كما هو. */
[lang="en"] .nd96-hero__title { font-size: clamp(34px, 4.6vw, 60px); }
.nd96-hero__l1, .nd96-hero__l2 { display: block; }
.nd96-hero__l1 { font-weight: 400; color: rgba(255, 255, 255, .86); }
.nd96-hero__l2 { font-weight: 900; }
.nd96-hero__lede {
    margin: 0 0 32px;
    font-size: clamp(16.5px, 1.85vw, 19.5px);
    font-weight: 300; line-height: 1.85;
    color: rgba(255, 255, 255, .74); max-width: 46ch; text-wrap: pretty;
}
.nd96-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.nd96-hero__cta .nd96-btn--primary { box-shadow: 0 0 46px rgba(225, 29, 38, .34); }

/* ══ شريط الثقة ═════════════════════════════════════════════════════════ */
.nd96-trust { background: #fff; border-bottom: 1px solid var(--nd-line); }
.nd96-trust__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.nd96-trust__list li {
    padding: 24px 22px;
    border-inline-start: 1px solid var(--nd-line-2);
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--nd-body);
}
.nd96-trust__dot {
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--nd-red);
    margin-top: 8px;
}

/* ══ المجموعة ═══════════════════════════════════════════════════════════ */
.nd96-collection { background: #fff; padding-block: clamp(52px, 7.5vw, 96px); }

.nd96-filters {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 3px 0 16px;
    margin-bottom: 14px;
    -webkit-overflow-scrolling: touch;
}
.nd96-chip {
    flex-shrink: 0;
    background: #fff;
    color: var(--nd-body);
    border: 1px solid var(--nd-line);
    border-radius: 99px;
    padding: 11px 19px;
    font-size: 14.5px;
    font-weight: 700;
    cursor: pointer;
    min-height: 44px;
    white-space: nowrap;
    transition: background .18s, color .18s, border-color .18s;
}
.nd96-chip.is-on { background: var(--nd-ink); color: #fff; border-color: var(--nd-ink); }
.nd96-chip__n { font-weight: 400; opacity: .62; }

.nd96-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(14px, 1.8vw, 26px);
}
.nd96-card {
    background: #fff;
    border: 1px solid var(--nd-line);
    border-radius: var(--nd-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .22s, border-color .22s;
}
.nd96-card:hover { box-shadow: 0 10px 30px rgba(15,14,13,.07); }
.nd96-card.is-added { border-color: var(--nd-green); }
.nd96-card[hidden] { display: none; }

.nd96-card__media {
    position: relative;
    aspect-ratio: 4 / 5;
    background: var(--nd-line-2);
    overflow: hidden;
}
.nd96-card__media img { width: 100%; height: 100%; object-fit: cover; }
/* الصورة زر حقيقي يفتح التفاصيل — بلا إطار ولا خلفية تغيّر شكل البطاقة */
.nd96-card__imgBtn {
    display: block; width: 100%; height: 100%;
    margin: 0; padding: 0; border: 0; background: none;
    cursor: pointer; font: inherit; color: inherit;
}
.nd96-card__imgBtn img { transition: transform .4s var(--nd-ease); }
.nd96-card__imgBtn:hover img { transform: scale(1.035); }
.nd96-card__imgBtn:focus-visible { outline: 3px solid var(--nd-red); outline-offset: -3px; }
.nd96-card__imgBtn .nd96-ph { position: absolute; inset: 0; }
.nd96-card__badge {
    position: absolute;
    top: 10px;
    inset-inline-start: 10px;
    z-index: 3;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    padding: 5px 10px;
    border-radius: 2px;
    pointer-events: none;
}
/* رمز المنتج خارج الصورة تمامًا — في شريط المحتوى أسفلها */
.nd96-card__meta {
    margin: 0; display: flex; align-items: center; gap: 10px;
    justify-content: space-between;
}
.nd96-card__code {
    flex-shrink: 0;
    background: var(--nd-line-2);
    color: var(--nd-mute);
    font-size: 10.5px;
    font-weight: 900;
    letter-spacing: .04em;
    padding: 3px 8px;
    border-radius: 2px;
}
.nd96-card__variantNote {
    position: absolute;
    bottom: 10px;
    inset-inline-end: 10px;
    z-index: 3;
    background: rgba(15,14,13,.74);
    color: rgba(255,255,255,.9);
    font-size: 10.5px;
    font-weight: 700;
    padding: 4px 9px;
    border-radius: 2px;
    pointer-events: none;
}
.nd96-card__body {
    padding: clamp(16px, 1.8vw, 20px);
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex: 1;
}
.nd96-card__cat { font-size: 11px; font-weight: 700; letter-spacing: .09em; color: var(--nd-red-dk); min-width: 0; }
.nd96-card__name { margin: 0; font-size: clamp(17.5px, 1.9vw, 20px); font-weight: 900; color: var(--nd-ink); line-height: 1.38; }
.nd96-card__price {
    margin: 6px 0 0;
    padding-top: 12px;
    border-top: 1px solid var(--nd-line-2);
    font-size: 13px;
    font-weight: 500;
    color: var(--nd-mute);
}
.nd96-card__actions {
    margin-top: auto; padding-top: 12px;
    display: grid; grid-template-columns: 1fr; gap: 8px;
}
.nd96-card__wa, .nd96-card__add { width: 100%; padding: 12px 14px; font-size: 14.5px; min-height: 46px; }
.nd96-card__add.is-added { border-color: var(--nd-green); color: var(--nd-green); }


.nd96-empty {
    border: 1px solid var(--nd-line);
    border-radius: var(--nd-radius);
    background: var(--nd-bg);
    padding: clamp(36px, 5vw, 64px);
    text-align: center;
}
.nd96-empty__t { margin: 0 0 8px; font-size: 19px; font-weight: 700; color: var(--nd-ink); }
.nd96-empty__d { margin: 0 0 22px; font-size: 15px; font-weight: 300; color: var(--nd-mute); line-height: 1.7; }

/* ══ VVIP ═══════════════════════════════════════════════════════════════ */
.nd96-vvip { position: relative; background: var(--nd-ink); overflow: hidden; }
.nd96-vvip__grid {
    position: relative;
    padding-block: clamp(52px, 7.5vw, 100px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(30px, 4.5vw, 64px);
    align-items: center;
}
.nd96-vvip__fig {
    margin: 0;
    min-width: 0;
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: var(--nd-radius);
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.nd96-vvip__copy { min-width: 0; }
.nd96-vvip__copy h2 {
    margin: 0 0 16px;
    font-size: clamp(27px, 3.8vw, 44px);
    font-weight: 900;
    line-height: 1.26;
    color: #fff;
    text-wrap: pretty;
}
.nd96-vvip__lede {
    margin: 0 0 28px;
    font-size: 16.5px;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(255,255,255,.72);
    max-width: 44ch;
}
.nd96-vvip__list { list-style: none; margin: 0 0 30px; padding: 0; }
.nd96-vvip__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid rgba(255,255,255,.11);
    font-size: 15px;
    color: rgba(255,255,255,.86);
    line-height: 1.65;
}
.nd96-vvip__n { flex-shrink: 0; font-size: 11px; font-weight: 900; color: var(--nd-gold); padding-top: 3px; }
.nd96-vvip__cta { display: flex; gap: 11px; flex-wrap: wrap; }

/* ══ التأجير ════════════════════════════════════════════════════════════ */
.nd96-rental { background: var(--nd-bg); padding-block: clamp(52px, 7.5vw, 100px); }
.nd96-rental__grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: clamp(24px, 3.5vw, 48px);
    align-items: center;
}
.nd96-rental__fig { margin: 0; min-width: 0; }
.nd96-rental__fig > .nd96-ph--wide {
    position: relative;
    aspect-ratio: 16 / 10;
    border-radius: var(--nd-radius);
}
/* مشهد التأجير — صورة مفرَّغة واحدة تجمع الباك دروب والكيوب بوكس: لا بطاقة
   ولا رقم ولا اسم ولا وصف ولا أزرار. المنتجان معروضان كبطاقتين مستقلتين في
   المجموعة أعلاه وفي نموذج الاختيار. */
.nd96-rscene {
    position: relative;
    display: flex; justify-content: center;
    padding-block: clamp(10px, 2vw, 26px);
}
.nd96-rscene__img {
    display: block;
    width: 100%; max-width: 620px; height: auto;
    max-height: clamp(300px, 38vw, 480px);
    object-fit: contain;
    filter: drop-shadow(0 26px 34px rgba(0, 0, 0, .55));
    animation: nd96RsceneFloat 7s ease-in-out infinite;
    will-change: transform;
}
/* عوم هادئ للصورة كاملة: translateY وحده، بلا ارتداد ولا تشويه */
@keyframes nd96RsceneFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-7px); }
}
.nd96-rsplit {
    margin: 0 0 16px; font-size: 13.5px; font-weight: 300; line-height: 1.75;
    color: rgba(255, 255, 255, .66);
}

/* إيقاف الحركة بالكامل عند تفعيل تقليل الحركة */
@media (prefers-reduced-motion: reduce) {
    .nd96-rscene__img { animation: none; will-change: auto; }
}

/* رسالة التجهيزات الإضافية أسفل عمود التأجير */
.nd96-rentalMore {
    margin-top: 24px; padding: 18px 20px;
    border: 1px solid var(--nd-line); border-radius: var(--nd-radius);
    background: var(--nd-tint);
}
.nd96-rentalMore__badge {
    display: inline-block; margin: 0 0 8px; padding: 5px 12px;
    border-radius: 999px; background: var(--nd-green); color: #fff;
    font-size: 12.5px; font-weight: 700; letter-spacing: .01em;
}
.nd96-rentalMore__d { margin: 0; font-size: 14px; font-weight: 300; line-height: 1.75; color: var(--nd-soft); }

/* خيار «أحتاج تجهيزات أخرى» داخل نموذج التأجير */
.nd96-availBox__extra { margin-top: 14px; }
.nd96-check {
    display: flex; align-items: flex-start; gap: 9px;
    font-size: 14px; font-weight: 400; color: var(--nd-ink); cursor: pointer;
}
.nd96-check input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--nd-green); flex: none; }
.nd96-availBox__extraField { display: block; margin-top: 10px; }
.nd96-availBox__extraField textarea { width: 100%; resize: vertical; }
/* النسخة داخل أكورديون النموذج والعرض السريع */
.nd96-extraField { display: block; margin-top: 10px; }
.nd96-extraField textarea { width: 100%; resize: vertical; }
.nd96-check + .nd96-extraField { margin-top: 8px; }
/* الإخفاء يغلب display:block أعلاه */
.nd96-availBox__extraField[hidden], .nd96-extraField[hidden] { display: none; }

.nd96-rental__pair { margin-top: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.nd96-rental__pair .nd96-ph { position: relative; aspect-ratio: 4 / 3; border-radius: var(--nd-radius); }
.nd96-rental__side { min-width: 0; }

.nd96-specs { margin: 0 0 28px; padding: 0; }
.nd96-specs > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--nd-line);
}
.nd96-specs dt { margin: 0; font-size: 14.5px; font-weight: 700; color: var(--nd-ink); }
.nd96-specs dd { margin: 0; font-size: 14.5px; font-weight: 300; color: var(--nd-soft); text-align: end; }

.nd96-availBox {
    background: #fff;
    border: 1px solid var(--nd-line);
    border-radius: var(--nd-radius);
    padding: clamp(18px, 2.4vw, 26px);
}
.nd96-availBox__t { margin: 0 0 6px; font-size: 16.5px; font-weight: 900; color: var(--nd-ink); }
.nd96-availBox__d { margin: 0 0 18px; font-size: 14px; font-weight: 300; color: var(--nd-mute); line-height: 1.7; }
.nd96-availBox__row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
.nd96-availBox__cta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* ── حقول موحّدة داخل الصفحة ─────────────────────────────────────────── */
.nd96 label { display: grid; gap: 6px; font-size: 13px; font-weight: 700; color: var(--nd-body); }
.nd96 input[type="text"],
.nd96 input[type="tel"],
.nd96 input[type="email"],
.nd96 input[type="date"],
.nd96 input[type="number"],
.nd96 select,
.nd96 textarea {
    border: 1px solid var(--nd-line);
    border-radius: 2px;
    padding: 12px 13px;
    /* 16px يمنع تكبير iOS التلقائي عند التركيز */
    font-size: 16px;
    font-weight: 300;
    background: var(--nd-bg);
    color: var(--nd-ink);
    outline: none;
    min-height: 46px;
    width: 100%;
    text-align: start;
}
.nd96 textarea { resize: vertical; min-height: 84px; }
.nd96 input:focus,
.nd96 select:focus,
.nd96 textarea:focus { border-color: var(--nd-ink); }
.nd96 input[aria-invalid="true"] { border-color: var(--nd-red-dk); }

/* ══ الخطوات ════════════════════════════════════════════════════════════ */
.nd96-steps {
    background: var(--nd-bg);
    border-top: 1px solid var(--nd-line);
    padding-block: clamp(48px, 7vw, 84px);
}
.nd96-steps h2 {
    margin: 0 0 36px;
    font-size: clamp(26px, 3.6vw, 40px);
    font-weight: 900;
    line-height: 1.28;
    color: var(--nd-ink);
}
.nd96-steps__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: clamp(20px, 2.8vw, 36px);
}
.nd96-steps__list li { border-top: 2px solid var(--nd-ink); padding-top: 18px; }
.nd96-steps__n { display: block; font-size: 34px; font-weight: 900; line-height: 1; color: var(--nd-red); }
.nd96-steps__list h3 { margin: 15px 0 7px; font-size: 19px; font-weight: 900; color: var(--nd-ink); line-height: 1.4; }
.nd96-steps__list p { margin: 0; font-size: 14.5px; font-weight: 300; color: var(--nd-mute); line-height: 1.75; }

/* ══ النموذج ════════════════════════════════════════════════════════════ */
.nd96-form { background: #fff; padding-block: clamp(52px, 7.5vw, 96px); }
.nd96-form form { display: grid; gap: clamp(24px, 3vw, 40px); }

/* مصيدة السبام — مخفية بصريًا ومنطقيًا، غير قابلة للتركيز */
.nd96-hp {
    position: absolute !important;
    width: 1px; height: 1px;
    overflow: hidden; clip: rect(0 0 0 0);
    white-space: nowrap;
}

.nd96-fs { margin: 0; padding: 0; border: none; min-width: 0; }
.nd96-fs legend { padding: 0; margin: 0 0 6px; font-size: 17px; font-weight: 900; color: var(--nd-ink); }
.nd96-fs__hint { margin: 0 0 18px; font-size: 14.5px; font-weight: 300; color: var(--nd-mute); line-height: 1.7; }
.nd96-fs__hint strong { font-weight: 700; color: var(--nd-ink); }

.nd96-picks { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.6vw, 18px); }
.nd96-pick {
    border: 1.5px solid var(--nd-line);
    border-radius: var(--nd-radius);
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color .18s, background .18s;
}
.nd96-pick.is-on { border-color: var(--nd-green); background: rgba(14,74,56,.03); }
.nd96-pick__head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    cursor: pointer;
}
.nd96-pick__head input[type="checkbox"] {
    width: 22px;
    height: 22px;
    min-height: 0;
    accent-color: var(--nd-red);
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer;
}
.nd96-pick__thumb {
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    background: var(--nd-line-2);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.nd96-pick__thumb img { width: 100%; height: 100%; object-fit: cover; }
.nd96-pick__meta { flex: 1; min-width: 0; display: grid; gap: 3px; }
.nd96-pick__code { font-size: 10.5px; font-weight: 900; color: var(--nd-red-dk); direction: ltr; }
.nd96-pick__name { font-size: 15px; font-weight: 700; color: var(--nd-ink); line-height: 1.4; }
.nd96-pick__cat { font-size: 12.5px; font-weight: 300; color: var(--nd-mute); }
.nd96-pick__opts {
    border-top: 1px solid var(--nd-line);
    padding: 14px;
    display: grid;
    gap: 14px;
    background: #fff;
}

.nd96-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    background: #fff;
    border: 1px solid var(--nd-line);
    border-radius: var(--nd-radius);
    padding: clamp(16px, 2.4vw, 28px);
}
.nd96-field { gap: 7px; font-size: 14px; }
.nd96-field--full { grid-column: 1 / -1; }
.nd96-err { font-size: 13px; font-weight: 500; color: var(--nd-red-dk); line-height: 1.5; }

.nd96-submit { display: grid; gap: 12px; justify-items: center; }
.nd96-submit__hint { margin: 0; font-size: 14px; font-weight: 500; color: var(--nd-mute); text-align: center; line-height: 1.7; }
.nd96-submit__note {
    margin: 0;
    font-size: 13.5px;
    font-weight: 300;
    color: var(--nd-mute);
    line-height: 1.75;
    text-align: center;
    max-width: 56ch;
}

.nd96-success {
    max-width: 640px;
    background: #fff;
    border: 2px solid var(--nd-green);
    border-radius: var(--nd-radius);
    padding: clamp(24px, 3.4vw, 44px);
    animation: nd96Fade .3s ease both;
}
.nd96-success__tick {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(14,74,56,.09);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.nd96-success h3 { margin: 0 0 12px; font-size: clamp(22px, 2.8vw, 30px); font-weight: 900; color: var(--nd-ink); line-height: 1.35; }
.nd96-success > p { margin: 0 0 20px; font-size: 16.5px; font-weight: 300; color: var(--nd-soft); line-height: 1.8; }
.nd96-success__box {
    background: var(--nd-bg);
    border: 1px solid var(--nd-line);
    border-radius: 3px;
    padding: 16px 18px;
    margin-bottom: 24px;
}
.nd96-success__boxT { margin: 0 0 10px; font-size: 13px; font-weight: 700; color: var(--nd-ink); }
.nd96-success__box ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.nd96-success__box li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    color: var(--nd-body);
    line-height: 1.6;
}
.nd96-success__box li bdi { color: var(--nd-red-dk); font-weight: 700; }
.nd96-success__cta { display: flex; flex-wrap: wrap; gap: 11px; }

/* ══ الأسئلة الشائعة ════════════════════════════════════════════════════ */
.nd96-faq {
    background: var(--nd-bg);
    border-top: 1px solid var(--nd-line);
    padding-block: clamp(48px, 7vw, 84px);
}
.nd96-faq h2 { margin: 0 0 32px; font-size: clamp(26px, 3.6vw, 40px); font-weight: 900; line-height: 1.28; color: var(--nd-ink); }
.nd96-faq__list { border-top: 1px solid var(--nd-line); }
.nd96-faq__item { border-bottom: 1px solid var(--nd-line); }
.nd96-faq__q {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: start;
    min-height: 52px;
    font-weight: 700;
    font-size: clamp(16.5px, 1.7vw, 18.5px);
    color: var(--nd-ink);
    line-height: 1.5;
}
.nd96-faq__plus {
    flex-shrink: 0;
    font-size: 23px;
    font-weight: 300;
    color: var(--nd-red);
    transition: transform .2s;
    line-height: 1;
}
.nd96-faq__q[aria-expanded="true"] .nd96-faq__plus { transform: rotate(45deg); }
.nd96-faq__a p { margin: 0; padding: 0 0 20px; font-size: 16px; font-weight: 300; color: var(--nd-mute); line-height: 1.85; max-width: 64ch; }

/* ══ النداء الأخير ══════════════════════════════════════════════════════ */
.nd96-final { background: var(--nd-ink); color: #fff; padding-block: clamp(56px, 8vw, 116px); text-align: center; }
.nd96-final h2 {
    margin: 0 0 18px;
    font-size: clamp(28px, 4.6vw, 60px);
    line-height: 1.18;
    font-weight: 900;
    color: #fff;
    text-wrap: balance;
}
.nd96-final p {
    margin: 0 auto 34px;
    font-size: clamp(16px, 1.9vw, 19px);
    font-weight: 300;
    color: rgba(255,255,255,.7);
    max-width: 50ch;
    line-height: 1.8;
}
.nd96-final__cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; }

/* ══ الطبقات المنبثقة ═══════════════════════════════════════════════════ */
.nd96-scrim {
    position: fixed;
    inset: 0;
    /* فوق هيدر الحملة (z-index: 60) والشريط السفلي (900) */
    z-index: 1200;
    background: rgba(15,14,13,.6);
    backdrop-filter: blur(3px);
    animation: nd96Fade .2s ease both;
}
.nd96-scrim[hidden] { display: none; }

.nd96-quick {
    position: fixed; z-index: 1201;
    top: 0; bottom: 0; inset-inline-end: 0;
    width: clamp(50vw, 56vw, 60vw);
    max-width: 100%;
    background: #fff;
    display: flex; flex-direction: column;
    animation: nd96Slide .28s cubic-bezier(.22,.61,.36,1) both;
    box-shadow: -14px 0 60px rgba(0,0,0,.34);
}
@keyframes nd96Slide { from { opacity: 0; transform: translateX(4%); } to { opacity: 1; transform: none; } }
.nd96-quick[hidden],
.nd96-quote[hidden],
.nd96-rentalModal[hidden] { display: none; }

.nd96-quick__head {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px clamp(16px, 3vw, 28px);
    border-bottom: 1px solid var(--nd-line);
    background: #fff;
}
.nd96-quick__cat { margin: 0 0 3px; font-size: 11px; font-weight: 700; letter-spacing: .09em; color: var(--nd-red-dk); }
.nd96-quick__head h3 {
    margin: 0;
    font-size: clamp(17px, 2.2vw, 22px);
    font-weight: 900;
    color: var(--nd-ink);
    line-height: 1.35;
}
.nd96-quick__body {
    flex: 1; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch;
    padding: clamp(16px, 3vw, 28px);
    padding-bottom: clamp(28px, 5vw, 48px);
    overscroll-behavior: contain;
}
.nd96-quick__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.6vw, 34px); }
.nd96-quick__gallery { min-width: 0; }
.nd96-quick__main {
    position: relative;
    aspect-ratio: 4 / 3;
    background: var(--nd-line-2);
    border-radius: var(--nd-radius);
    overflow: hidden;
}
.nd96-quick__main img { width: 100%; height: 100%; object-fit: cover; }
.nd96-quick__thumbs { margin-top: 9px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 9px; }
.nd96-quick__thumb {
    position: relative;
    aspect-ratio: 1 / 1;
    background: var(--nd-line-2);
    border: 1px solid var(--nd-line);
    border-radius: 3px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
}
.nd96-quick__thumb img { width: 100%; height: 100%; object-fit: cover; }
.nd96-quick__thumb.is-on { border-color: var(--nd-ink); }
.nd96-quick__info { min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.nd96-quick__short { margin: 0; font-size: 16px; font-weight: 300; color: var(--nd-soft); line-height: 1.8; }
.nd96-quick__specsT { margin: 0 0 11px; font-size: 14px; font-weight: 700; color: var(--nd-ink); }
.nd96-quick__specs { list-style: none; margin: 0; padding: 0; }
.nd96-quick__specs li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    font-size: 14.5px;
    color: var(--nd-soft);
    line-height: 1.7;
    padding: 10px 0;
    border-bottom: 1px solid var(--nd-line-2);
}
.nd96-quick__specs li::before { content: '·'; color: var(--nd-red); font-weight: 700; flex-shrink: 0; }
.nd96-optBox {
    background: var(--nd-bg);
    border: 1px solid var(--nd-line);
    border-radius: var(--nd-radius);
    padding: 18px;
    display: grid;
    gap: 16px;
}
.nd96-vatNote {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--nd-body);
    background: rgba(225,29,38,.04);
    border-inline-start: 3px solid var(--nd-red);
    padding: 12px 14px;
    line-height: 1.7;
}
.nd96-quick__foot,
.nd96-rentalModal__foot {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px clamp(16px, 3vw, 28px);
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--nd-line);
    background: #fff;
}
.nd96-quick__wa { flex: 1 1 55%; min-width: 55%; }
.nd96-quick__add { flex: 1 1 34%; }

/* ── مجموعات الاختيار (النسخة، التخصيص، الكمية) ─────────────────────── */
.nd96-optGroup { display: grid; gap: 9px; }
.nd96-optGroup__t { font-size: 13px; font-weight: 700; color: var(--nd-body); }
.nd96-optChips { display: flex; gap: 7px; flex-wrap: wrap; }
.nd96-optChip {
    background: #fff;
    color: var(--nd-body);
    border: 1px solid var(--nd-line);
    border-radius: 99px;
    padding: 9px 17px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    min-height: 44px;
    transition: background .16s, color .16s, border-color .16s;
}
.nd96-optChip.is-on { background: var(--nd-ink); color: #fff; border-color: var(--nd-ink); }
.nd96-optChip--num { direction: ltr; }
.nd96-optChip--variant.is-on { background: var(--nd-red); border-color: var(--nd-red); }

.nd96-stepper {
    display: flex;
    align-items: center;
    border: 1px solid var(--nd-line);
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
    width: fit-content;
}
.nd96-stepper button {
    width: 46px;
    height: 46px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 19px;
    color: var(--nd-ink);
    line-height: 1;
}
.nd96-stepper button:first-child { border-inline-end: 1px solid var(--nd-line); }
.nd96-stepper button:last-child { border-inline-start: 1px solid var(--nd-line); }
.nd96-stepper button:hover { background: var(--nd-line-2); }
.nd96-stepper input {
    width: 86px;
    height: 46px;
    min-height: 0;
    border: none;
    text-align: center;
    font-size: 16.5px;
    font-weight: 900;
    color: var(--nd-ink);
    direction: ltr;
    background: #fff;
}
.nd96-hintSm { font-size: 12.5px; font-weight: 300; color: var(--nd-mute); }

/* ── سلة عرض السعر ──────────────────────────────────────────────────── */
.nd96-quote {
    position: fixed;
    z-index: 1201;
    top: 0;
    bottom: 0;
    inset-inline-end: 0;
    width: 470px;
    max-width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    animation: nd96Fade .24s ease both;
    box-shadow: -10px 0 50px rgba(0,0,0,.28);
}
.nd96-quote__head {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px clamp(16px, 2.4vw, 26px);
    border-bottom: 1px solid var(--nd-line);
}
.nd96-quote__head h3 { margin: 0 0 3px; font-size: 20px; font-weight: 900; color: var(--nd-ink); }
.nd96-quote__head p { margin: 0; font-size: 13.5px; font-weight: 300; color: var(--nd-mute); }
.nd96-quote__body { flex: 1; min-height: 0; overflow-y: auto; padding: clamp(14px, 2vw, 22px); -webkit-overflow-scrolling: touch; }
.nd96-quote__foot {
    flex-shrink: 0;
    display: grid;
    gap: 9px;
    padding: 14px clamp(16px, 2.4vw, 26px);
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--nd-line);
    background: #fff;
}
.nd96-quote__empty { text-align: center; padding: 46px 16px; }
.nd96-quote__empty p:first-child { margin: 0 0 10px; font-size: 18px; font-weight: 700; color: var(--nd-ink); }
.nd96-quote__empty p:nth-child(2) { margin: 0 0 22px; font-size: 15px; font-weight: 300; color: var(--nd-mute); line-height: 1.7; }
.nd96-quote__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.nd96-qItem { border: 1px solid var(--nd-line); border-radius: 3px; padding: 14px; display: grid; gap: 11px; background: #fff; }
.nd96-qItem__top { display: flex; align-items: flex-start; gap: 12px; }
.nd96-qItem__thumb {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: var(--nd-line-2);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.nd96-qItem__thumb img { width: 100%; height: 100%; object-fit: cover; }
.nd96-qItem__meta { flex: 1; min-width: 0; }
.nd96-qItem__code { margin: 0 0 3px; font-size: 10.5px; font-weight: 900; color: var(--nd-red-dk); direction: ltr; }
.nd96-qItem__name { margin: 0; font-size: 15px; font-weight: 700; color: var(--nd-ink); line-height: 1.45; }
.nd96-qItem__cat { margin: 3px 0 0; font-size: 12px; font-weight: 300; color: var(--nd-mute); }
.nd96-qItem__rm {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid var(--nd-line);
    border-radius: 3px;
    cursor: pointer;
    color: var(--nd-red-dk);
    font-size: 16px;
}
.nd96-qItem__rm:hover { background: rgba(225,29,38,.05); border-color: var(--nd-red-dk); }
.nd96-qItem__row { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.nd96-quote__vat {
    margin: 16px 0 0;
    font-size: 13.5px;
    font-weight: 300;
    color: var(--nd-mute);
    line-height: 1.75;
    background: var(--nd-bg);
    border: 1px solid var(--nd-line);
    border-radius: 3px;
    padding: 13px 15px;
}

/* ── نافذة التأجير ──────────────────────────────────────────────────── */
.nd96-rentalModal {
    position: fixed;
    z-index: 1201;
    inset-inline: 0;
    bottom: 0;
    top: 10%;
    max-width: 560px;
    margin: 0 auto;
    background: #fff;
    border-radius: 6px 6px 0 0;
    display: flex;
    flex-direction: column;
    animation: nd96In .26s cubic-bezier(.22,.61,.36,1) both;
    box-shadow: 0 -10px 60px rgba(0,0,0,.34);
}
.nd96-rentalModal .nd96-quick__head h3 { font-size: 19px; }
.nd96-rentalModal__body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: clamp(16px, 3vw, 26px);
    display: grid;
    gap: 15px;
    align-content: start;
}
.nd96-rentalModal__foot { display: grid; }

/* ══ الاستجابة ══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .nd96-quick { width: 72vw; }
}
@media (max-width: 900px) {
    .nd96 { --nd-header: 64px; }
    .nd96-chead__nav { display: none; }
    .nd96-chead__burger { display: flex; }
    .nd96-chead__lang { padding: 9px 11px; }
    .nd96-chead__cta { display: none; }
    .nd96-chead__logo img { height: 32px; }
    .nd96-hero { min-height: auto; }
    .nd96-hero__grid { grid-template-columns: 1fr; }
    /* الجوال: التعتيم حيث النص وحده — منتصف الصورة يبقى واضحًا وغير مظلم */
    .nd96-hero { min-height: 82vh; padding-block: 34px 42px; }
    .nd96-hero__scrim {
        background: linear-gradient(to bottom,
            rgba(4,4,4,.88) 0%, rgba(4,4,4,.74) 30%, rgba(4,4,4,.42) 54%,
            rgba(4,4,4,.62) 80%, rgba(4,4,4,.90) 100%);
    }
    .nd96-hero__kv img { object-position: 50% 30%; }
    .nd96-hero__copy { width: 100%; margin-left: 0; }
    .nd96-chead__nd { height: 26px; }
    .nd96-chead__sep { height: 22px; }
    .nd96-quick { inset-inline: 0; width: 100%; top: 0; }
    .nd96-availBox__cta { grid-template-columns: 1fr; }
    .nd96-hero__grid { grid-template-columns: 1fr; }
    .nd96-trust__list { grid-template-columns: 1fr 1fr; }
    .nd96-grid { grid-template-columns: repeat(2, 1fr); }
    .nd96-vvip__grid { grid-template-columns: 1fr; }
    .nd96-vvip__fig { order: 2; }
    .nd96-rental__grid { grid-template-columns: 1fr; }

    .nd96-picks { grid-template-columns: repeat(2, 1fr); }
    .nd96-quick { top: 5%; max-width: 100%; }
    .nd96-quick__grid { grid-template-columns: 1fr; }
    .nd96-quote { width: 100%; }
    .nd96-rentalModal { top: 8%; }
}

@media (max-width: 700px) {
    /* التكوين يبقى صورة واحدة كاملة بعرض مريح، بحركة أخف */
    .nd96-rscene { padding-block: 8px; }
    .nd96-rscene__img {
        max-width: 100%;
        max-height: min(58vh, 340px);
        animation-duration: 8s;
    }
}

@media (max-width: 620px) {
    .nd96-hero__cta { flex-direction: column; }
    .nd96-hero__cta .nd96-btn { width: 100%; }
    .nd96-quick__foot { flex-direction: column; }
    .nd96-quick__wa, .nd96-quick__add { flex: 1 1 100%; min-width: 100%; width: 100%; }
    .nd96-grid { grid-template-columns: 1fr; }
    .nd96-picks { grid-template-columns: 1fr; }
    .nd96-fields { grid-template-columns: 1fr; }
    .nd96-availBox__row { grid-template-columns: 1fr; }
    .nd96-vvip__cta { flex-direction: column; }
    .nd96-vvip__cta .nd96-btn { width: 100%; }
    .nd96-submit .nd96-btn { width: 100%; }
    .nd96-final__cta { flex-direction: column; }
    .nd96-final__cta .nd96-btn { width: 100%; }
}

/* 320px — أضيق جهاز مدعوم: نمنع أي فيض أفقي */
@media (max-width: 360px) {
    .nd96 { --nd-pad: 14px; }
    .nd96-trust__list { grid-template-columns: 1fr; }
    .nd96-stepper input { width: 62px; }
    .nd96-card__actions { grid-template-columns: 1fr; }
    .nd96-iconBtn { width: 100%; }
}


/* ══════════════════════════════════════════════════════════════════════════
   الطبقة الموسمية الرسمية — اليوم الوطني السعودي 96
   الأصول: nd96-symbol.svg و nd96-sadu-rule.svg مستخرجان متجهيًا من الدليل.
   الأحمر هو الجسر بين الهويتين: Creative Point يقود، والأخضر والذهبي لكنات.
   كل الزخارف aria-hidden ولا تُوضع فوق نص أو صورة منتج.
   ══════════════════════════════════════════════════════════════════════════ */

/* شريط السدو الرسمي — لبنة مشتركة */
.nd96-sadu,
.nd96-banner__sadu,
.nd96-final__sadu,
.nd96-ph__sadu {
    background-image: var(--nd-sadu);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%;
    pointer-events: none;
}

/* ── أرقام الأقسام + الخط الأحمر + Motif ──────────────────────────────── */
.nd96-secNum {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 14px;
}
.nd96-secNum b {
    font-size: 13px; font-weight: 900; letter-spacing: .12em;
    color: var(--nd-red); line-height: 1;
}
.nd96-secRule {
    display: block; width: 42px; height: 2px;
    background: var(--nd-red); flex-shrink: 0;
}
.nd96-secDot {
    display: block; width: 7px; height: 7px; border-radius: 50%;
    background: var(--nd-green); flex-shrink: 0;
}
.nd96-secSym { height: 17px; width: auto; display: block; opacity: .9; }

/* ══ البنر الموسمي ═══════════════════════════════════════════════════════ */
.nd96-banner {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(115deg, #7C0D13 0%, var(--nd-red-dk) 46%, #6A0A10 100%);
    color: #fff;
}
.nd96-banner__glow {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(58% 78% at 84% 40%, rgba(255, 78, 86, .34), transparent 62%),
        radial-gradient(40% 60% at 8% 76%, rgba(0, 137, 74, .20), transparent 64%);
}
.nd96-banner__sadu {
    position: absolute; inset-inline: 0; height: 14px; opacity: .42;
}
.nd96-banner__sadu--top { top: 0; }
.nd96-banner__sadu--bottom { bottom: 0; transform: scaleY(-1); }
.nd96-banner__grid {
    position: relative; z-index: 2;
    /* الهدف 280–340px على الديسكتوب */
    min-height: 262px;
    display: grid; grid-template-columns: 1.05fr .95fr;
    gap: clamp(24px, 4vw, 52px); align-items: center;
    padding-block: clamp(24px, 2.6vw, 32px);
}
.nd96-banner__copy { min-width: 0; }
.nd96-banner__sym { height: 30px; width: auto; margin-bottom: 11px; }
.nd96-banner h2 {
    margin: 0 0 12px;
    font-size: clamp(23px, 3vw, 36px);
    font-weight: 900; line-height: 1.28; color: #fff; text-wrap: pretty;
}

.nd96-banner p {
    margin: 0 0 18px;
    font-size: clamp(15px, 1.7vw, 17.5px);
    font-weight: 300; line-height: 1.8;
    color: rgba(255, 255, 255, .84); max-width: 46ch;
}
.nd96-banner .nd96-btn--primary {
    background: #fff; color: var(--nd-red-dk);
    box-shadow: 0 10px 34px rgba(0, 0, 0, .28);
}
.nd96-banner .nd96-btn--primary:hover { background: #FFF0F1; color: #7C0D13; }

/* تكوين صور المنتجات داخل البنر — صورة Creative Point حقيقية واحدة مفرَّغة */
.nd96-banner__media {
    position: relative; min-width: 0;
    display: flex; justify-content: center; align-items: center;
}
/* التكوين مفرَّغ فوق التدرّج الأحمر: لا إطار ولا بطاقة ولا خلفية.
   contain وحده يحكم الحجم فلا تمدّد ولا قصّ من الأعلى أو الأسفل، و
   max-height يبقي ارتفاع البنر كما هو ويحفظ المسافة عن زخارف الحواف. */
.nd96-banner__img {
    display: block;
    width: 100%; max-width: 100%; height: auto;
    /* التكوين المعتمد شبه مربّع (1600×1416)، فيحكم الارتفاعُ الحجمَ لا العرض.
       سقف أعلى قليلًا كي تبقى المنتجات مقروءة، والبنر يظل ضمن ارتفاعه المعتاد
       لأن الشبكة مركزة عموديًا (align-items: center). */
    max-height: clamp(220px, 26vw, 330px);
    object-fit: contain;
    filter: drop-shadow(0 20px 26px rgba(0, 0, 0, .52));
}
/* ══ بنر كتالوج المنتجات — يرث هوية البنر الأحمر بالكامل ═══════════════ */
/* فاصل رأسي واضح عن القسم السابق فلا يلتصق بشبكة المنتجات */
.nd96-catalog { margin-top: clamp(28px, 4vw, 56px); }
/* تكوين الكتالوج عريض (1600×666) فالعرض هو ما يحكمه — سقف ارتفاع أقل */
.nd96-catalog__img { max-height: clamp(150px, 18vw, 250px); }
.nd96-catalog__cta {
    display: inline-flex; align-items: center; gap: 9px;
    text-decoration: none;
}
.nd96-catalog__icon { flex: none; }
.nd96-catalog__cta:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}
.nd96-catalog__note {
    margin: 12px 0 0;
    font-size: 13.5px; font-weight: 300; line-height: 1.7;
    color: rgba(255, 255, 255, .78);
}

/* ══ الشريط الموسمي أعلى بطاقة المنتج ═══════════════════════════════════ */
.nd96-card { position: relative; }
.nd96-card__strip {
    position: absolute; inset-inline: 0; top: 0; height: 3px; z-index: 4;
    pointer-events: none;
}
.nd96-card--vip  .nd96-card__strip { background: var(--nd-red); }
.nd96-card--vvip .nd96-card__strip {
    background: linear-gradient(90deg, var(--nd-red) 0%, var(--nd-red) 42%, var(--nd-gold) 100%);
}
.nd96-card--give .nd96-card__strip { background: var(--nd-green); }
.nd96-card--base .nd96-card__strip { background: rgba(15, 14, 13, .22); }

/* ══ Placeholder موسمي ══════════════════════════════════════════════════ */
.nd96-ph--seasonal { position: relative; overflow: hidden; }
.nd96-ph__sadu {
    position: absolute; inset-inline: 0; bottom: 12px;
    height: 12px; opacity: .34;
}
.nd96-ph--seasonal .nd96-ph__mark { border-color: var(--nd-green); }
.nd96-ph--seasonal .nd96-ph__mark::after { background: var(--nd-green); }

/* ══ قسم التأجير — خلفية داكنة مميزة ════════════════════════════════════ */
.nd96-rental--dark {
    position: relative; overflow: hidden;
    background: var(--nd-green-dk);
    color: #fff;
}
.nd96-rental--dark::before {
    content: ''; position: absolute; inset-inline: 0; top: 0; height: 14px;
    background-image: var(--nd-sadu); background-repeat: repeat-x;
    background-size: auto 100%; opacity: .4; pointer-events: none;
}
.nd96-rental--dark .nd96-secHead h2 { color: #fff; }
.nd96-rental--dark .nd96-secHead__lede { color: rgba(255, 255, 255, .76); }
.nd96-rental--dark .nd96-eyebrow--green { color: var(--nd-green-lt); }
.nd96-rental--dark .nd96-secDot { background: var(--nd-gold); }
.nd96-rental--dark .nd96-specs > div { border-bottom-color: rgba(255, 255, 255, .13); }
.nd96-rental--dark .nd96-specs dt { color: #fff; }
.nd96-rental--dark .nd96-specs dd { color: rgba(255, 255, 255, .76); }
.nd96-rental--dark .nd96-ph {
    background:
        repeating-linear-gradient(135deg, transparent 0 11px, rgba(255,255,255,.035) 11px 22px),
        rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .18);
}
.nd96-rental--dark .nd96-ph__txt { color: rgba(255, 255, 255, .8); }
.nd96-rental--dark .nd96-ph__sub { color: rgba(255, 255, 255, .5); }
.nd96-rental--dark .nd96-rentalMore {
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .16);
}
.nd96-rental--dark .nd96-rentalMore__d { color: rgba(255, 255, 255, .78); }
.nd96-rental--dark .nd96-rentalMore__badge { background: var(--nd-green-lt); color: #08251C; }

/* ══ Final CTA — أشعة + نمط + شعارا العلامتين ═══════════════════════════ */
.nd96-final { position: relative; overflow: hidden; }
.nd96-final__rays {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; opacity: .5; pointer-events: none;
}
.nd96-final__sadu {
    position: absolute; inset-inline: 0; top: 0; height: 14px;
    opacity: .42;
}
.nd96-final > .nd96-wrap { position: relative; z-index: 2; }
/* شعاران متوازنان بصريًا: Creative Point يسارًا والرسمي يمينًا، بلا فاصل
   ولا رمز ولا رقم بينهما. الترتيب مثبّت بـdir=ltr في القالب. */
.nd96-final__brands {
    display: flex; align-items: center; justify-content: center;
    gap: clamp(26px, 4vw, 46px); margin-bottom: 30px;
}
/* flex: none يمنع انضغاط الشعارين على المحور الرئيسي في أي اتجاه */
.nd96-final__cp { height: clamp(28px, 2.6vw, 34px); width: auto; display: block; flex: none; }
.nd96-final__nd { width: clamp(150px, 14vw, 200px); height: auto; display: block; flex: none; }
/* عند 360px فأقل لا يتسع الصفّ الأفقي لشعار رسمي مقروء، فيُسمح بالترتيب
   الرأسي وحده هنا: Creative Point أعلى والشعار الرسمي أسفله بعرض أوضح. */
@media (max-width: 360px) {
    .nd96-final__brands { flex-direction: column; gap: 16px; margin-bottom: 34px; }
    .nd96-final__nd { width: 200px; }
}

/* ══ استجابة الطبقة الموسمية ════════════════════════════════════════════ */
@media (max-width: 900px) {
    .nd96-banner__grid { grid-template-columns: 1fr; min-height: 0; }
    .nd96-banner__copy { order: 1; }
    .nd96-banner__media { order: 2; }
    /* بنر الكتالوج وحده: الصورة أعلى والنص تحتها على الشاشات الضيّقة */
    .nd96-catalog .nd96-banner__media { order: 1; margin-bottom: 4px; }
    .nd96-catalog .nd96-banner__copy  { order: 2; }
    .nd96-hero__sadu { display: none; }
}
@media (max-width: 620px) {
    /* التكوين يبقى صورة واحدة كاملة بعرض مريح: المنتجات تظل واضحة */
    .nd96-banner__img { max-height: min(38vh, 260px); }
    .nd96-catalog__img { max-height: min(26vh, 175px); }
    /* الزر بعرض واضح وسهل الضغط على الجوال */
    .nd96-catalog__cta { width: 100%; justify-content: center; }
    /* الشعاران يُصغَّران بنسبتهما الأصلية، لا بارتفاع موحّد يضغط الرسمي */
    .nd96-final__brands { gap: clamp(18px, 5vw, 26px); }
    .nd96-final__cp { height: 26px; }
    .nd96-final__nd { width: clamp(150px, 40vw, 170px); }
}


/* ══════════════════════════════════════════════════════════════════════════
   قائمة اختيار المنتجات المدمجة (Multi-select) — بديل شبكة البطاقات
   داخل النموذج. ليست <select multiple> الأصلية: مبنية بـARIA حتى تعمل
   بالماوس ولوحة المفاتيح، وتبقي النموذج قصيرًا.
   ══════════════════════════════════════════════════════════════════════════ */
.nd96-ms { position: relative; }
.nd96-ms__trigger {
    width: 100%;
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    min-height: 52px; padding: 13px 15px;
    background: var(--nd-bg);
    border: 1px solid var(--nd-line); border-radius: 2px;
    font-size: 16px; font-weight: 500; color: var(--nd-ink);
    text-align: start; cursor: pointer;
    transition: border-color .16s, background .16s;
}
.nd96-ms__trigger:hover { border-color: var(--nd-ink); }
.nd96-ms__trigger[aria-expanded="true"] { border-color: var(--nd-ink); background: #fff; }
.nd96-ms__value { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nd96-ms__value.is-empty { color: var(--nd-mute); font-weight: 300; }
.nd96-ms__caret { flex-shrink: 0; color: var(--nd-mute); transition: transform .18s; }
.nd96-ms__trigger[aria-expanded="true"] .nd96-ms__caret { transform: rotate(180deg); }

.nd96-ms__list {
    position: absolute; z-index: 30; inset-inline: 0; top: calc(100% + 6px);
    margin: 0; padding: 6px; list-style: none;
    background: #fff; border: 1px solid var(--nd-line); border-radius: 3px;
    box-shadow: 0 16px 44px rgba(15, 14, 13, .16);
    max-height: 320px; overflow-y: auto; overscroll-behavior: contain;
}
.nd96-ms__list[hidden] { display: none; }
.nd96-ms__opt {
    display: flex; align-items: center; gap: 11px;
    padding: 9px 10px; min-height: 46px;
    border-radius: 3px; cursor: pointer;
    transition: background .12s;
}
.nd96-ms__opt:hover, .nd96-ms__opt.is-active { background: var(--nd-line-2); }
.nd96-ms__opt[aria-selected="true"] { background: rgba(0, 137, 74, .07); }
.nd96-ms__opt:focus-visible { outline: 3px solid var(--nd-red); outline-offset: -3px; }
.nd96-ms__check {
    flex-shrink: 0; width: 20px; height: 20px; border-radius: 3px;
    border: 1.5px solid #C9C4BE; background: #fff;
    display: flex; align-items: center; justify-content: center;
    color: transparent; transition: background .14s, border-color .14s, color .14s;
}
.nd96-ms__opt[aria-selected="true"] .nd96-ms__check {
    background: var(--nd-green); border-color: var(--nd-green); color: #fff;
}
.nd96-ms__thumb {
    flex-shrink: 0; width: 30px; height: 30px; border-radius: 3px;
    background: var(--nd-line-2); overflow: hidden;
    display: flex; align-items: center; justify-content: center;
}
.nd96-ms__thumb img { width: 100%; height: 100%; object-fit: cover; }
.nd96-ms__thumb .nd96-ms__sym { width: 16px; height: auto; object-fit: contain; }
.nd96-ms__code {
    flex-shrink: 0; font-size: 11px; font-weight: 900;
    color: var(--nd-red-dk); direction: ltr;
    min-width: 38px;
}
.nd96-ms__name {
    flex: 1; min-width: 0; font-size: 14.5px; font-weight: 500; color: var(--nd-ink);
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

/* شرائح المنتجات المختارة */
.nd96-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.nd96-chips[hidden] { display: none; }
.nd96-chip2 {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 8px 6px 12px;
    background: var(--nd-line-2); border: 1px solid var(--nd-line);
    border-radius: 99px; font-size: 13.5px; font-weight: 700; color: var(--nd-ink);
}
.nd96-chip2 b { color: var(--nd-red-dk); font-size: 11px; direction: ltr; }
.nd96-chip2__x {
    width: 22px; height: 22px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    border: none; border-radius: 50%; background: rgba(15, 14, 13, .09);
    color: var(--nd-ink); font-size: 13px; line-height: 1; cursor: pointer;
    transition: background .14s, color .14s;
}
.nd96-chip2__x:hover { background: var(--nd-red); color: #fff; }

/* أكورديون خيارات المنتج المختار */
.nd96-accs { display: grid; gap: 8px; margin-top: 14px; }
.nd96-acc { border: 1px solid var(--nd-line); border-radius: 3px; background: #fff; overflow: hidden; }
.nd96-acc__head {
    width: 100%; display: flex; align-items: center; gap: 10px;
    padding: 12px 14px; min-height: 48px;
    background: none; border: none; cursor: pointer; text-align: start;
    font-size: 14.5px; font-weight: 700; color: var(--nd-ink);
}
.nd96-acc__head:hover { background: var(--nd-line-2); }
.nd96-acc__code { font-size: 11px; font-weight: 900; color: var(--nd-red-dk); direction: ltr; flex-shrink: 0; }
.nd96-acc__name { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nd96-acc__caret { flex-shrink: 0; color: var(--nd-mute); transition: transform .18s; }
.nd96-acc__head[aria-expanded="true"] .nd96-acc__caret { transform: rotate(180deg); }
.nd96-acc__body { padding: 4px 14px 16px; display: grid; gap: 14px; border-top: 1px solid var(--nd-line-2); }
.nd96-acc__body[hidden] { display: none; }

/* ══════════════════════════════════════════════════════════════════════════
   إجراءان عائمان — يسار الشاشة في العربية والإنجليزية معًا
   ══════════════════════════════════════════════════════════════════════════ */
.nd96-fabs {
    position: fixed; z-index: 1150;
    left: 28px; right: auto;
    bottom: calc(28px + env(safe-area-inset-bottom));
    display: flex; flex-direction: column-reverse; gap: 14px;
    transition: opacity .2s, transform .2s;
}
.nd96-fabs.is-hidden { opacity: 0; transform: translateY(12px); pointer-events: none; }
.nd96-fab {
    position: relative;
    width: 64px; height: 64px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    border: none; border-radius: 50%; cursor: pointer;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .26);
    transition: transform .18s, box-shadow .18s;
}
.nd96-fab:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(0, 0, 0, .32); }
.nd96-fab:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.nd96-fab--enquire { background: var(--nd-red); color: #fff; }
.nd96-fab--enquire:hover { background: var(--nd-red-lt); }
.nd96-fab--wa { background: #25D366; color: #06210F; }
.nd96-fab--wa:hover { background: #1EBE5B; }
.nd96-fab svg { position: relative; z-index: 2; }

/* حلقة نبض هادئة */
.nd96-fab__ring {
    position: absolute; inset: 0; border-radius: 50%;
    pointer-events: none; z-index: 1;
}
.nd96-fab--enquire .nd96-fab__ring { box-shadow: 0 0 0 0 rgba(225, 29, 38, .55); animation: nd96Pulse 2.6s ease-out infinite; }
.nd96-fab--wa .nd96-fab__ring { box-shadow: 0 0 0 0 rgba(37, 211, 102, .55); animation: nd96Pulse 2.2s ease-out infinite .4s; }
@keyframes nd96Pulse {
    0%   { box-shadow: 0 0 0 0 currentColor; opacity: .55; transform: scale(1); }
    70%  { box-shadow: 0 0 0 16px transparent; opacity: 0; transform: scale(1.06); }
    100% { box-shadow: 0 0 0 0 transparent; opacity: 0; transform: scale(1); }
}
.nd96-fab--enquire .nd96-fab__ring { color: rgba(225, 29, 38, .5); }
.nd96-fab--wa .nd96-fab__ring { color: rgba(37, 211, 102, .5); }

/* Tooltip — سطح المكتب فقط */
.nd96-fab__tip {
    position: absolute; inset-inline-start: calc(100% + 12px); top: 50%;
    transform: translateY(-50%) translateX(-6px);
    background: var(--nd-ink); color: #fff;
    font-size: 13px; font-weight: 700; white-space: nowrap;
    padding: 8px 13px; border-radius: 4px;
    opacity: 0; pointer-events: none;
    transition: opacity .16s, transform .16s;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .28);
}
html[dir="rtl"] .nd96-fab__tip { transform: translateY(-50%) translateX(6px); }
.nd96-fab:hover .nd96-fab__tip,
.nd96-fab:focus-visible .nd96-fab__tip { opacity: 1; transform: translateY(-50%) translateX(0); }

/* Final CTA بزر واحد */
.nd96-final__cta--single { justify-content: center; }

@media (prefers-reduced-motion: reduce) {
    .nd96-fab__ring { animation: none !important; box-shadow: none !important; }
    .nd96-fab:hover { transform: none; }
}

@media (max-width: 900px) {
    .nd96-fabs {
        left: 14px;
        bottom: calc(14px + env(safe-area-inset-bottom));
        gap: 12px;
    }
    .nd96-fab { width: 58px; height: 58px; }
    /* لا Tooltip دائم على اللمس */
    .nd96-fab__tip { display: none; }
}
@media (max-width: 620px) {
    .nd96-ms__list { max-height: 268px; }
    .nd96-ms__name { font-size: 14px; }
}


/* ══════════════════════════════════════════════════════════════════════════
   سلة طلب عرض السعر المصغّرة — الجهة المقابلة لأزرار واتساب العائمة
   واجهة مرئية فوق حالة selectedProducts القائمة: لا Backend جديد.
   ══════════════════════════════════════════════════════════════════════════ */
.nd96-cart {
    position: fixed; z-index: 1150;
    right: 28px; left: auto;
    bottom: calc(28px + env(safe-area-inset-bottom));
    max-width: calc(100vw - 40px);
}
.nd96-cart[hidden] { display: none; }
.nd96-cart.is-hidden { opacity: 0; transform: translateY(12px); pointer-events: none; }
.nd96-cart__btn {
    display: flex; align-items: center; gap: 12px;
    padding: 11px 18px 11px 13px;
    border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px;
    background: var(--nd-ink); color: #fff;
    font: inherit; cursor: pointer; text-align: start;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .3);
    transition: transform .18s, box-shadow .18s, background .18s;
    min-height: 56px; max-width: 100%;
}
html[dir="rtl"] .nd96-cart__btn { padding: 11px 13px 11px 18px; }
.nd96-cart__btn:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(0, 0, 0, .36); }
.nd96-cart__btn:focus-visible { outline: 3px solid var(--nd-red); outline-offset: 3px; }
.nd96-cart__icon {
    position: relative; flex-shrink: 0;
    width: 40px; height: 40px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: var(--nd-red); color: #fff;
}
.nd96-cart__count {
    position: absolute; top: -4px; inset-inline-end: -5px;
    min-width: 21px; height: 21px; padding: 0 5px;
    border-radius: 999px; border: 2px solid var(--nd-ink);
    background: #fff; color: var(--nd-ink);
    font-size: 11.5px; font-weight: 900; line-height: 17px; text-align: center;
}
.nd96-cart__txt { display: grid; gap: 1px; min-width: 0; }
.nd96-cart__label { font-size: 14px; font-weight: 700; white-space: nowrap; }
.nd96-cart__cta {
    font-size: 12.5px; font-weight: 500; white-space: nowrap;
    color: #FF9DA2; text-decoration: underline; text-underline-offset: 3px;
}
/* حركة خفيفة عند كل إضافة */
.nd96-cart.is-bump .nd96-cart__icon { animation: nd96CartBump .34s var(--nd-ease); }
@keyframes nd96CartBump {
    0% { transform: scale(1); }
    45% { transform: scale(1.16); }
    100% { transform: scale(1); }
}

/* تأكيد خفيف — aria-live مقروء بلا مقاطعة */
.nd96-toast {
    position: fixed; z-index: 1200;
    right: 28px; left: auto;
    bottom: calc(100px + env(safe-area-inset-bottom));
    max-width: min(340px, calc(100vw - 40px));
    background: var(--nd-green); color: #fff;
    font-size: 14px; font-weight: 500; line-height: 1.6;
    padding: 13px 17px; border-radius: 6px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .3);
    animation: nd96ToastIn .26s var(--nd-ease) both;
}
.nd96-toast[hidden] { display: none; }
.nd96-toast--warn { background: var(--nd-ink); }
@keyframes nd96ToastIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
    /* شريط صغير أسفل الشاشة — لا يغطي أزرار واتساب ولا يسبب فيضًا أفقيًا */
    .nd96-cart { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); max-width: calc(100vw - 92px); }
    .nd96-cart__btn { min-height: 52px; padding: 9px 14px 9px 11px; }
    html[dir="rtl"] .nd96-cart__btn { padding: 9px 11px 9px 14px; }
    .nd96-cart__icon { width: 34px; height: 34px; }
    .nd96-cart__label { font-size: 13px; }
    .nd96-cart__cta { font-size: 11.5px; }
    .nd96-toast { right: 14px; left: 14px; max-width: none; bottom: calc(82px + env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
    .nd96-cart.is-bump .nd96-cart__icon { animation: none; }
    .nd96-toast { animation: none; }
    .nd96-cart__btn:hover { transform: none; }
    .nd96-card__imgBtn:hover img { transform: none; }
}
