/*!
 * Decory Theme — نظام التصميم الكامل v2.0
 * هوية «ابداع للتجارة والمقاولات»: أزرق ملكي #2733ab + قرمزي #c2202a + كحلي #17202f
 * خط Tajawal مضمّن محليًا — RTL بالكامل — مطابق لتصميم المعاينة.
 */

/* ————————————————————————————————————
   1) المتغيرات والأساسيات
———————————————————————————————————— */
:root {
        /* الأزرق الملكي */
        --brand-50: #eef1fc;
        --brand-100: #dee3f9;
        --brand-200: #c2caf3;
        --brand-300: #99a6e9;
        --brand-400: #6c7ddb;
        --brand-500: #4a58cd;
        --brand-600: #3543c3;
        --brand-700: #2733ab;
        --brand-800: #232e88;
        --brand-900: #212c6e;
        --brand-950: #171d4a;

        /* الكحلي الداكن */
        --ink-50: #f4f6f9;
        --ink-100: #e8ecf2;
        --ink-200: #ccd5e1;
        --ink-300: #a1b1c6;
        --ink-400: #6f86a2;
        --ink-500: #4c637f;
        --ink-600: #364c67;
        --ink-700: #273a52;
        --ink-800: #1e2c40;
        --ink-900: #17202f;
        --ink-950: #0f1622;

        /* الأحمر القرمزي */
        --crimson-50: #fdf2f3;
        --crimson-100: #fbe4e6;
        --crimson-200: #f6c9cd;
        --crimson-300: #eda0a7;
        --crimson-400: #e2707b;
        --crimson-500: #d94250;
        --crimson-600: #c2202a;
        --crimson-700: #a01a23;

        /* واتساب ونجوم */
        --wa: #25d366;
        --wa-btn: #1faa55;
        --wa-btn-hover: #189a4a;
        --star: #fbbf24;

        /* ديكور */
        --radius-s: 8px;
        --radius: 12px;
        --radius-l: 16px;
        --radius-xl: 24px;
        --radius-2xl: 32px;
        --radius-3xl: 40px;
        --shadow-s: 0 1px 2px rgba(23, 32, 47, 0.06);
        --shadow: 0 4px 12px rgba(23, 32, 47, 0.08);
        --shadow-l: 0 16px 40px -12px rgba(23, 32, 47, 0.22);
        --shadow-xl: 0 24px 60px -16px rgba(23, 32, 47, 0.35);
        --header-h: 76px;
        --topbar-h: 40px;
}

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

html {
        scroll-behavior: smooth;
        scroll-padding-top: 96px;
        -webkit-text-size-adjust: 100%;
}

body {
        margin: 0;
        background: #fff;
        color: var(--ink-900);
        font-family: 'Tajawal', 'Segoe UI', Tahoma, sans-serif;
        font-size: 16px;
        line-height: 1.7;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        overflow-x: hidden;
}

body.decory-lock {
        overflow: hidden;
}

img {
        max-width: 100%;
        height: auto;
        display: block;
}

a {
        color: var(--brand-700);
        text-decoration: none;
        transition: color 0.2s ease;
}

h1, h2, h3, h4, h5, h6 {
        color: var(--ink-900);
        line-height: 1.35;
        margin: 0 0 0.5em;
        font-weight: 800;
}

::selection {
        background: var(--brand-700);
        color: #fff;
}

:focus-visible {
        outline: 2px solid var(--brand-700);
        outline-offset: 2px;
        border-radius: 4px;
}

/* شريط تمرير أنيق */
::-webkit-scrollbar {
        width: 10px;
        height: 10px;
}
::-webkit-scrollbar-track {
        background: var(--ink-50);
}
::-webkit-scrollbar-thumb {
        background: var(--ink-300);
        border-radius: 8px;
        border: 2px solid var(--ink-50);
}
::-webkit-scrollbar-thumb:hover {
        background: var(--brand-700);
}

/* ————————————————————————————————————
   2) أدوات مساعدة
———————————————————————————————————— */
.container {
        width: 100%;
        max-width: 80rem;
        margin-inline: auto;
        padding-inline: 1rem;
}

@media (min-width: 640px) {
        .container { padding-inline: 1.5rem; }
}
@media (min-width: 1024px) {
        .container { padding-inline: 2rem; }
}

.screen-reader-text,
.sr-only {
        position: absolute !important;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
        border: 0;
        padding: 0;
        margin: -1px;
}

.skip-link {
        position: absolute;
        top: -60px;
        inset-inline-start: 8px;
        z-index: 100;
        background: var(--brand-700);
        color: #fff;
        padding: 10px 18px;
        border-radius: 0 0 10px 10px;
        font-weight: 700;
        transition: top 0.2s;
}
.skip-link:focus {
        top: 0;
        color: #fff;
}

.decory-icon {
        width: 1.25em;
        height: 1.25em;
        flex-shrink: 0;
        display: inline-block;
        vertical-align: -0.25em;
}

.i-brand { color: var(--brand-700); }
.i-crimson { color: var(--crimson-400); }
.i-wa { color: var(--wa); }
.i-ink { color: var(--ink-700); }
.i-star { color: var(--star); }
.i-wa-solid { color: var(--wa-btn); }

/* ظهور ناعم عند التمرير */
.d-reveal {
        opacity: 0;
        transform: translateY(28px);
        transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.21, 0.6, 0.35, 1);
        transition-delay: var(--rd, 0s);
        will-change: opacity, transform;
}

.d-reveal.is-in {
        opacity: 1;
        transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
        html { scroll-behavior: auto; }
        .d-reveal { opacity: 1; transform: none; transition: none; }
        .d-slide__zoom img { animation: none !important; }
        .wa-pulse { animation: none !important; }
}

/* خلفية منقّطة */
.paint-dots-dark {
        background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.09) 1.2px, transparent 0);
        background-size: 22px 22px;
}

/* الشارات الصغيرة */
.d-chip {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border-radius: 999px;
        padding: 6px 16px;
        font-size: 14px;
        font-weight: 700;
}
.d-chip i {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--crimson-600);
        flex-shrink: 0;
}
.d-chip--crimson {
        background: var(--crimson-50);
        color: var(--crimson-700);
        box-shadow: inset 0 0 0 1px var(--crimson-100);
}
.d-chip--crimson .decory-icon { color: var(--crimson-700); width: 1em; height: 1em; }
.d-chip--glass {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
        backdrop-filter: blur(6px);
}
.d-chip--glass .decory-icon { color: var(--crimson-300); }

/* ————————————————————————————————————
   3) الأزرار
———————————————————————————————————— */
.d-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border: 0;
        cursor: pointer;
        border-radius: var(--radius);
        padding: 12px 24px;
        font-family: inherit;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.4;
        text-decoration: none;
        transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.d-btn:active { transform: scale(0.99); }

.d-btn--brand {
        background: var(--brand-700);
        color: #fff;
        box-shadow: 0 8px 24px -8px rgba(39, 51, 171, 0.4);
}
.d-btn--brand:hover { background: var(--brand-800); color: #fff; transform: translateY(-2px); }

.d-btn--crimson {
        background: var(--crimson-600);
        color: #fff;
        box-shadow: 0 8px 24px -8px rgba(194, 32, 42, 0.4);
}
.d-btn--crimson:hover { background: var(--crimson-700); color: #fff; transform: translateY(-2px); }

.d-btn--wa {
        background: var(--wa-btn);
        color: #fff;
        box-shadow: 0 8px 24px -8px rgba(16, 185, 129, 0.4);
}
.d-btn--wa:hover { background: var(--wa-btn-hover); color: #fff; transform: translateY(-2px); }

.d-btn--ghost {
        background: #fff;
        color: var(--ink-800);
        box-shadow: inset 0 0 0 1px var(--ink-200);
}
.d-btn--ghost:hover { color: var(--brand-700); box-shadow: inset 0 0 0 1px var(--brand-700); }

.d-btn--outline {
        background: transparent;
        color: var(--ink-800);
        box-shadow: inset 0 0 0 1px var(--ink-200);
}
.d-btn--outline:hover { color: var(--brand-700); box-shadow: inset 0 0 0 1px var(--brand-700); }

.d-btn--sm { padding: 9px 18px; font-size: 14px; }
.d-btn--xs { padding: 8px 10px; font-size: 11px; border-radius: 8px; }
.d-btn--lg { padding: 14px 28px; font-size: 16px; }
.d-btn--block { width: 100%; }

/* ————————————————————————————————————
   4) الشعار — إبداع
———————————————————————————————————— */
.d-logo {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        line-height: 1;
        user-select: none;
}
.d-logo__word {
        font-size: 1.8rem;
        font-weight: 900;
        letter-spacing: -0.02em;
        transform: skewX(-8deg);
        color: var(--brand-700);
        text-shadow: 0 0 1px rgba(39, 51, 171, 0.35);
}
.d-logo__latin {
        margin-top: 2px;
        font-size: 0.55rem;
        font-weight: 700;
        letter-spacing: 0.42em;
        text-transform: uppercase;
        color: var(--ink-400);
        display: inline-flex;
        align-items: center;
        gap: 4px;
}
.d-logo__latin i {
        width: 5px;
        height: 5px;
        border-radius: 1px;
        background: var(--crimson-600);
}
.d-logo__ribbon {
        margin-top: 4px;
        border-radius: 3px;
        background: var(--crimson-600);
        color: #fff;
        font-size: 0.62rem;
        font-weight: 700;
        padding: 3px 8px;
        box-shadow: var(--shadow-s);
}
.d-logo--light .d-logo__word {
        color: #fff;
        text-shadow: 0 0 1px rgba(255, 255, 255, 0.55), 0 1px 6px rgba(0, 0, 0, 0.35);
}
.d-logo--light .d-logo__latin { color: var(--ink-200); }

/* ————————————————————————————————————
   5) الترويسة
———————————————————————————————————— */
.d-header {
        position: sticky;
        top: 0;
        z-index: 50;
}

.d-topbar {
        background: var(--ink-950);
        color: var(--ink-100);
        display: none;
}
@media (min-width: 768px) {
        .d-topbar { display: block; }
}
.d-topbar__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: var(--topbar-h);
        font-size: 13px;
}
.d-topbar__info {
        display: flex;
        align-items: center;
        gap: 24px;
}
.d-topbar__item {
        display: inline-flex;
        align-items: center;
        gap: 6px;
}
.d-topbar__contact {
        display: flex;
        align-items: center;
        gap: 16px;
}
.d-topbar__contact a {
        color: var(--ink-100);
        display: inline-flex;
        align-items: center;
        gap: 6px;
}
.d-topbar__contact a:hover { color: #fff; }
.d-topbar__sep { width: 1px; height: 16px; background: rgba(255, 255, 255, 0.15); }

.d-header__main {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(8px);
        border-bottom: 1px solid var(--ink-100);
        transition: box-shadow 0.3s ease;
}
.d-header__main.is-scrolled {
        box-shadow: 0 8px 30px -12px rgba(23, 32, 47, 0.25);
}
.d-header__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        height: var(--header-h);
}
.d-header__brand { flex-shrink: 0; }

.d-nav { display: none; }
@media (min-width: 1024px) {
        .d-nav { display: block; }
}

.d-menu {
        display: flex;
        align-items: center;
        gap: 4px;
        list-style: none;
        margin: 0;
        padding: 0;
}
.d-menu a {
        position: relative;
        display: inline-block;
        border-radius: 10px;
        padding: 8px 16px;
        font-size: 15px;
        font-weight: 700;
        color: var(--ink-700);
}
.d-menu a::after {
        content: "";
        position: absolute;
        inset-inline: 16px;
        bottom: 4px;
        height: 2px;
        border-radius: 999px;
        background: var(--crimson-600);
        transform: scaleX(0);
        transition: transform 0.25s ease;
}
.d-menu a:hover { color: var(--brand-700); }
.d-menu a:hover::after { transform: scaleX(1); }
.d-menu a.is-active {
        color: var(--crimson-700);
}
.d-menu a.is-active::after { transform: scaleX(1); }

.d-header__actions {
        display: flex;
        align-items: center;
        gap: 10px;
}
.d-header__phone { display: none; }
.d-header__cta { display: none; }
@media (min-width: 640px) {
        .d-header__phone { display: inline-flex; }
}
@media (min-width: 768px) {
        .d-header__cta { display: inline-flex; }
}

.d-icon-btn {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 0;
        border-radius: 12px;
        background: transparent;
        color: var(--ink-800);
        cursor: pointer;
        transition: color 0.2s, box-shadow 0.2s;
}
.d-icon-btn:hover { color: var(--brand-700); box-shadow: inset 0 0 0 1px var(--ink-200); }
.decory-cart-count {
        position: absolute;
        top: -4px;
        inset-inline-end: -4px;
        min-width: 18px;
        height: 18px;
        padding: 0 4px;
        border-radius: 999px;
        background: var(--crimson-600);
        color: #fff;
        font-size: 10px;
        font-weight: 800;
        line-height: 18px;
        text-align: center;
        display: none;
}
.decory-cart-count.is-visible { display: block; }

.d-burger {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border: 1px solid var(--ink-200);
        border-radius: 12px;
        background: transparent;
        color: var(--ink-800);
        cursor: pointer;
        transition: color 0.2s, border-color 0.2s;
}
.d-burger:hover { color: var(--brand-700); border-color: var(--brand-700); }
@media (min-width: 1024px) {
        .d-burger { display: none; }
}

/* ————————————————————————————————————
   6) قائمة الجوال المنزلقة
———————————————————————————————————— */
.d-drawer {
        position: fixed;
        inset: 0;
        z-index: 60;
        pointer-events: none;
        visibility: hidden;                 /* مخفي كلياً عند الإغلاق (يراعي التركيز بلوحة المفاتيح) */
        transition: visibility 0s 0.3s;     /* نؤخّر الإخفاء حتى تنتهي حركة الانزلاق */
}
.d-drawer.is-open {
        pointer-events: auto;
        visibility: visible;
        transition: visibility 0s;
}
.d-drawer__overlay {
        position: absolute;
        inset: 0;
        background: rgba(15, 22, 34, 0.6);
        backdrop-filter: blur(4px);
        opacity: 0;
        transition: opacity 0.3s ease;
}
.d-drawer__panel {
        position: absolute;
        inset-block: 0;
        inset-inline-end: 0;
        display: flex;
        flex-direction: column;
        width: 86%;
        max-width: 24rem;
        background: #fff;
        box-shadow: var(--shadow-xl);
        /* الإخفاء الافتراضي: نجلٍ اللوحة خارج الشاشة باتجاه طرف inline-end.
           LTR: اللوحة مثبتة يميناً ← نجلّها يميناً (+100%). */
        transform: translateX(100%);
        transition: transform 0.3s ease;
}
/* RTL: اللوحة مثبتة يساراً ← نجلّها يساراً (-100%). */
[dir="rtl"] .d-drawer__panel { transform: translateX(-100%); }
.d-drawer.is-open .d-drawer__overlay { opacity: 1; }
.d-drawer.is-open .d-drawer__panel { transform: translateX(0); }
/* سطح المكتب يستخدم القائمة الأفقية — الدرج لا يظهر فيه أبداً احتياطاً */
@media (min-width: 1024px) {
        .d-drawer { display: none !important; }
}

.d-drawer__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid var(--ink-100);
        padding: 16px;
}
.d-drawer__close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 1px solid var(--ink-200);
        border-radius: 10px;
        background: transparent;
        color: var(--ink-700);
        cursor: pointer;
}
.d-drawer__close:hover { background: var(--ink-50); }
.d-drawer__nav { flex: 1; overflow-y: auto; padding: 16px; }
.d-drawer__nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 4px;
}
.d-drawer__nav a {
        display: block;
        border-radius: 12px;
        padding: 14px 16px;
        font-size: 16px;
        font-weight: 700;
        color: var(--ink-800);
}
.d-drawer__nav a:hover { background: var(--brand-50); color: var(--brand-700); }
.d-drawer__actions {
        display: grid;
        gap: 12px;
        border-top: 1px solid var(--ink-100);
        background: var(--ink-50);
        padding: 16px;
}

/* ————————————————————————————————————
   7) السلايدر الرئيسي
———————————————————————————————————— */
.d-hero { position: relative; background: #fff; }
.d-hero__frame { padding: 12px 12px 0; }
@media (min-width: 768px) {
        .d-hero__frame { padding: 0; }
}

.d-hero__slider {
        position: relative;
        overflow: hidden;
        border-radius: var(--radius-2xl);
        box-shadow: var(--shadow-l);
        outline: 1px solid rgba(23, 32, 47, 0.1);
}
@media (min-width: 768px) {
        .d-hero__slider { border-radius: 0; box-shadow: none; outline: 0; }
}

.d-hero__stage {
        position: relative;
        height: 480px;
}
@media (min-width: 640px) { .d-hero__stage { height: 540px; } }
@media (min-width: 768px) { .d-hero__stage { height: 560px; } }
@media (min-width: 1024px) { .d-hero__stage { height: 640px; } }

.d-slide {
        position: absolute;
        inset: 0;
        opacity: 0;
        transform: scale(1.02);
        transition: opacity 0.65s cubic-bezier(0.32, 0.72, 0, 1), transform 0.65s cubic-bezier(0.32, 0.72, 0, 1);
        pointer-events: none;
}
.d-slide.is-active {
        opacity: 1;
        transform: scale(1);
        pointer-events: auto;
        z-index: 2;
}

.d-slide__zoom {
        position: absolute;
        inset: 0;
        overflow: hidden;
}
.d-slide__zoom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.d-slide.is-active .d-slide__zoom img {
        animation: d-kenburns 7.5s linear forwards;
}
@keyframes d-kenburns {
        from { transform: scale(1.08); }
        to { transform: scale(1.16); }
}

.d-slide__shade { position: absolute; inset: 0; pointer-events: none; }
.d-slide__shade--v {
        background: linear-gradient(to top, rgba(15, 22, 34, 0.9), rgba(15, 22, 34, 0.35) 45%, rgba(15, 22, 34, 0.1));
}
.d-slide__shade--h {
        background: linear-gradient(to left, rgba(15, 22, 34, 0.55), transparent 55%);
}

.d-slide__content {
        position: absolute;
        inset-inline: 0;
        bottom: 0;
        padding: 20px 20px 64px;
}
@media (min-width: 640px) { .d-slide__content { padding: 32px 32px 80px; } }
@media (min-width: 1024px) { .d-slide__content { padding: 56px 56px 96px; } }

.d-slide__inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        max-width: 42rem;
}
.d-slide.is-active .d-slide__inner {
        animation: d-slideup 0.55s ease 0.15s both;
}
@keyframes d-slideup {
        from { opacity: 0; transform: translateY(26px); }
        to { opacity: 1; transform: translateY(0); }
}

.d-slide__badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(6px);
        padding: 6px 16px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
}
@media (min-width: 640px) { .d-slide__badge { font-size: 14px; } }
.d-slide__badge i {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--crimson-500);
}

.d-slide__title {
        margin: 0;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 1.3;
        text-wrap: balance;
}
.d-slide__title span { color: var(--crimson-400); }
@media (min-width: 640px) { .d-slide__title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .d-slide__title { font-size: 3.2rem; line-height: 1.25; } }

.d-slide__subtitle {
        margin: 0;
        max-width: 36rem;
        color: var(--ink-100);
        font-size: 14px;
        line-height: 1.8;
        display: none;
}
@media (min-width: 640px) {
        .d-slide__subtitle { display: block; font-size: 16px; }
}
@media (min-width: 1024px) {
        .d-slide__subtitle { font-size: 18px; }
}

.d-slide__actions {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
        padding-top: 4px;
}

.d-hero__counter {
        position: absolute;
        top: 16px;
        inset-inline-end: 16px;
        z-index: 10;
        border-radius: 999px;
        background: rgba(15, 22, 34, 0.6);
        backdrop-filter: blur(6px);
        padding: 6px 14px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
}

.d-hero__arrow {
        position: absolute;
        top: 50%;
        z-index: 10;
        display: none;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(6px);
        color: #fff;
        cursor: pointer;
        transform: translateY(-50%);
        transition: background 0.2s;
}
.d-hero__arrow:hover { background: rgba(255, 255, 255, 0.25); }
.d-hero__arrow--prev { inset-inline-start: 16px; }
.d-hero__arrow--next { inset-inline-end: 16px; }
@media (min-width: 768px) {
        .d-hero__arrow { display: inline-flex; }
}

.d-hero__dots {
        position: absolute;
        bottom: 20px;
        inset-inline: 0;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
}
.d-hero__dots button {
        width: 10px;
        height: 10px;
        border: 0;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.45);
        cursor: pointer;
        padding: 0;
        transition: all 0.3s ease;
}
.d-hero__dots button:hover { background: rgba(255, 255, 255, 0.7); }
.d-hero__dots button.is-active {
        width: 36px;
        background: var(--crimson-500);
}

/* شريط الثقة والماركات */
.d-hero__below { padding-top: 40px; }
.d-trust {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        column-gap: 28px;
        row-gap: 12px;
}
.d-trust li {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        font-weight: 700;
        color: var(--ink-700);
}
.d-trust .decory-icon { color: var(--brand-700); }

.d-brands {
        margin-top: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        border: 1px solid var(--ink-100);
        border-radius: var(--radius-l);
        background: rgba(244, 246, 249, 0.6);
        padding: 20px 24px;
}
@media (min-width: 640px) { .d-brands { margin-top: 40px; } }
.d-brands p {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        color: var(--ink-500);
}
.d-brands ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        column-gap: 40px;
        row-gap: 12px;
}
.d-brands li {
        font-size: 18px;
        font-weight: 900;
        color: var(--ink-300);
        cursor: default;
        transition: color 0.25s ease;
}
.d-brands li:hover { color: var(--brand-700); }
@media (min-width: 640px) { .d-brands li { font-size: 20px; } }

/* ————————————————————————————————————
   8) الأقسام العامة
———————————————————————————————————— */
.d-section { padding: 64px 0; }
@media (min-width: 640px) { .d-section { padding: 80px 0; } }
@media (min-width: 1024px) { .d-section { padding: 96px 0; } }
.d-section--white { background: #fff; }
.d-section--gray { background: var(--ink-50); }
.d-section--borders { border-block: 1px solid var(--ink-100); }

/* عنوان قسم */
.d-heading {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 48px;
}
@media (min-width: 640px) { .d-heading { margin-bottom: 56px; } }
.d-heading--center { align-items: center; text-align: center; }
.d-heading--start { align-items: flex-start; text-align: start; }
.d-heading__badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border-radius: 999px;
        background: var(--crimson-50);
        box-shadow: inset 0 0 0 1px var(--crimson-100);
        color: var(--crimson-700);
        padding: 6px 16px;
        font-size: 14px;
        font-weight: 700;
}
.d-heading__badge i {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--crimson-600);
}
.d-heading__title {
        margin: 0;
        max-width: 48rem;
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1.4;
        color: var(--ink-900);
        text-wrap: balance;
}
@media (min-width: 640px) { .d-heading__title { font-size: 1.875rem; } }
@media (min-width: 1024px) { .d-heading__title { font-size: 2.25rem; } }
.d-heading__subtitle {
        margin: 0;
        max-width: 42rem;
        font-size: 16px;
        line-height: 1.8;
        color: var(--ink-500);
}
@media (min-width: 640px) { .d-heading__subtitle { font-size: 18px; } }
.d-heading__divider {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-top: 4px;
}
.d-heading__divider b {
        display: block;
        width: 40px;
        height: 3px;
        border-radius: 999px;
        background: var(--brand-700);
}
.d-heading__divider i {
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--crimson-600);
}
.d-heading--dark .d-heading__title { color: #fff; }
.d-heading--dark .d-heading__subtitle { color: var(--ink-200); }

/* ————————————————————————————————————
   9) شعار العمل — البطاقات
———————————————————————————————————— */
.d-promises { padding: 32px 0 40px; }
@media (min-width: 640px) { .d-promises { padding: 40px 0; } }
.d-promises__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
}
@media (min-width: 640px) { .d-promises__grid { gap: 20px; } }
@media (min-width: 1024px) { .d-promises__grid { grid-template-columns: repeat(4, 1fr); } }

.d-promise {
        position: relative;
        overflow: hidden;
        height: 100%;
        border: 1px solid var(--ink-100);
        border-radius: var(--radius-l);
        background: #fff;
        padding: 20px;
        box-shadow: var(--shadow-s);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.d-promise:hover { transform: translateY(-4px); box-shadow: var(--shadow-l); }
.d-promise__bar {
        position: absolute;
        inset-inline: 0;
        top: 0;
        height: 4px;
        transform: scaleX(0);
        transition: transform 0.3s ease;
}
.d-promise:hover .d-promise__bar { transform: scaleX(1); }
.d-promise__bar--brand { background: var(--brand-700); }
.d-promise__bar--crimson { background: var(--crimson-600); }
.d-promise__bar--ink { background: var(--ink-800); }
.d-promise__row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
}
@media (min-width: 640px) {
        .d-promise__row { flex-direction: row; align-items: flex-start; gap: 14px; }
}
.d-promise__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 12px;
        flex-shrink: 0;
        transition: transform 0.3s ease;
}
@media (min-width: 1024px) { .d-promise__icon { width: 48px; height: 48px; } }
.d-promise:hover .d-promise__icon { transform: scale(1.1); }
.d-promise__icon--brand { background: var(--brand-50); color: var(--brand-700); }
.d-promise__icon--crimson { background: var(--crimson-50); color: var(--crimson-600); }
.d-promise__icon--ink { background: var(--ink-100); color: var(--ink-800); }
.d-promise h3 {
        margin: 0 0 4px;
        font-size: 13px;
        font-weight: 800;
        color: var(--ink-900);
        line-height: 1.45;
}
@media (min-width: 640px) { .d-promise h3 { font-size: 16px; } }
@media (min-width: 1024px) { .d-promise h3 { font-size: 18px; } }
.d-promise p {
        margin: 0;
        font-size: 11px;
        line-height: 1.7;
        color: var(--ink-500);
}
@media (min-width: 640px) { .d-promise p { font-size: 13px; } }
@media (min-width: 1024px) { .d-promise p { font-size: 14px; } }

/* ————————————————————————————————————
   10) من نحن
———————————————————————————————————— */
.d-about__grid {
        display: grid;
        align-items: center;
        gap: 48px;
}
@media (min-width: 1024px) {
        .d-about__grid { grid-template-columns: 1fr 1fr; gap: 64px; }
}

.d-about__media { position: relative; }
.d-about__frame {
        position: relative;
        overflow: hidden;
        border-radius: 32px;
        box-shadow: var(--shadow-xl);
        outline: 1px solid rgba(23, 32, 47, 0.1);
}
.d-about__frame img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: transform 0.7s ease;
}
.d-about__frame:hover img { transform: scale(1.05); }
.d-about__deco {
        display: none;
        position: absolute;
        width: 160px;
        height: 160px;
        border-radius: 24px;
        border: 4px solid;
}
@media (min-width: 640px) { .d-about__deco { display: block; } }
.d-about__deco--brand { top: -24px; inset-inline-start: -24px; border-color: rgba(39, 51, 171, 0.2); }
.d-about__deco--crimson { bottom: -24px; inset-inline-end: -24px; border-color: rgba(194, 32, 42, 0.2); }
.d-about__badge {
        position: absolute;
        bottom: -28px;
        inset-inline-end: 24px;
        border-radius: var(--radius-l);
        background: var(--brand-700);
        color: #fff;
        text-align: center;
        padding: 16px 24px;
        box-shadow: var(--shadow-l);
}
.d-about__badge b {
        display: block;
        font-size: 30px;
        font-weight: 900;
        line-height: 1;
}
.d-about__badge span {
        display: block;
        margin-top: 4px;
        font-size: 12px;
        font-weight: 700;
        color: var(--brand-100);
}

.d-about__body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
}
.d-about__title {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1.45;
        text-wrap: balance;
}
@media (min-width: 640px) { .d-about__title { font-size: 1.875rem; } }
@media (min-width: 1024px) { .d-about__title { font-size: 2.25rem; } }
.d-about__lead {
        margin: 0;
        font-size: 16px;
        line-height: 1.9;
        color: var(--ink-500);
}
@media (min-width: 640px) { .d-about__lead { font-size: 18px; } }

.d-about__highlights {
        width: 100%;
        border: 1px solid var(--ink-100);
        border-radius: var(--radius-l);
        background: #fff;
        padding: 24px;
        box-shadow: var(--shadow-s);
}
.d-about__highlights h3 {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 0 16px;
        font-size: 18px;
        font-weight: 800;
        color: var(--ink-900);
}
.d-about__highlights ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 12px;
}
@media (min-width: 640px) {
        .d-about__highlights ul { grid-template-columns: 1fr 1fr; column-gap: 24px; }
}
.d-about__highlights li {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.7;
        color: var(--ink-700);
}
.d-about__highlights .decory-icon { margin-top: 3px; }
.d-about__actions {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
}

/* ————————————————————————————————————
   11) الإحصائيات
———————————————————————————————————— */
.d-stats {
        position: relative;
        overflow: hidden;
}
.d-stats__bg {
        position: absolute;
        inset: 0;
}
.d-stats__bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.d-stats__tint {
        position: absolute;
        inset: 0;
        background: rgba(15, 22, 34, 0.9);
}
.d-stats__bg .paint-dots-dark { position: absolute; inset: 0; opacity: 0.7; }
.d-stats .container { position: relative; }
.d-stats__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 24px;
        row-gap: 40px;
        margin: 0;
        padding: 56px 0;
}
@media (min-width: 640px) { .d-stats__grid { padding: 64px 0; } }
@media (min-width: 1024px) {
        .d-stats__grid { grid-template-columns: repeat(4, 1fr); padding: 80px 0; }
}
.d-stat {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        text-align: center;
}
.d-stat__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
        color: var(--crimson-300);
        transition: background 0.3s ease;
}
.d-stat:hover .d-stat__icon { background: rgba(255, 255, 255, 0.15); }
.d-stat dd {
        margin: 0;
        font-size: 36px;
        font-weight: 900;
        color: #fff;
        font-variant-numeric: tabular-nums;
}
@media (min-width: 640px) { .d-stat dd { font-size: 48px; } }
.d-stat dt {
        font-size: 14px;
        font-weight: 700;
        color: var(--ink-200);
}
@media (min-width: 640px) { .d-stat dt { font-size: 16px; } }

/* ————————————————————————————————————
   12) الخدمات
———————————————————————————————————— */
.d-services__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
}
@media (min-width: 640px) { .d-services__grid { gap: 24px; } }
@media (min-width: 1024px) { .d-services__grid { grid-template-columns: repeat(4, 1fr); } }

.d-service {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border-radius: var(--radius-l);
        background: #fff;
        box-shadow: var(--shadow-s), inset 0 0 0 1px var(--ink-100);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.d-service:hover { transform: translateY(-6px); box-shadow: var(--shadow-l); }
.d-service__media {
        position: relative;
        height: 128px;
        overflow: hidden;
}
@media (min-width: 640px) { .d-service__media { height: 176px; } }
@media (min-width: 1024px) { .d-service__media { height: 208px; } }
.d-service__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.7s ease;
}
.d-service:hover .d-service__media img { transform: scale(1.1); }
.d-service__media::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(15, 22, 34, 0.45), transparent 50%);
}
.d-service__tag {
        position: absolute;
        bottom: 8px;
        inset-inline-start: 8px;
        z-index: 2;
        border-radius: 8px;
        background: rgba(15, 22, 34, 0.75);
        backdrop-filter: blur(4px);
        padding: 4px 10px;
        font-size: 10px;
        font-weight: 700;
        color: #fff;
}
@media (min-width: 640px) {
        .d-service__tag { bottom: 12px; inset-inline-start: 12px; font-size: 12px; }
}
.d-service__body {
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 10px;
        padding: 14px;
}
@media (min-width: 640px) { .d-service__body { gap: 12px; padding: 20px; } }
.d-service__body h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 800;
        color: var(--ink-900);
}
@media (min-width: 640px) { .d-service__body h3 { font-size: 20px; } }
.d-service__desc {
        margin: 0;
        display: none;
        flex: 1;
        font-size: 14px;
        line-height: 1.8;
        color: var(--ink-500);
}
@media (min-width: 640px) { .d-service__desc { display: block; } }
.d-service__actions {
        margin-top: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px;
        padding-top: 4px;
}
@media (min-width: 640px) { .d-service__actions { gap: 8px; } }

/* الخدمات بالتفصيل */
.d-detailed__head {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-top: 64px;
        text-align: center;
}
.d-detailed__head h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 800;
        color: var(--ink-900);
}
@media (min-width: 640px) { .d-detailed__head h3 { font-size: 24px; } }
.d-detailed__head p {
        margin: 0;
        max-width: 36rem;
        font-size: 14px;
        color: var(--ink-500);
}
@media (min-width: 640px) { .d-detailed__head p { font-size: 16px; } }

.d-detailed__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 32px;
}
@media (min-width: 640px) { .d-detailed__grid { grid-template-columns: 1fr 1fr; gap: 20px; } }
@media (min-width: 1024px) { .d-detailed__grid { grid-template-columns: repeat(4, 1fr); } }

.d-detail {
        height: 100%;
        border: 1px solid var(--ink-100);
        border-radius: var(--radius-l);
        background: #fff;
        padding: 20px;
        box-shadow: var(--shadow-s);
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.d-detail:hover { transform: translateY(-4px); border-color: var(--brand-200); box-shadow: var(--shadow); }
@media (min-width: 640px) { .d-detail { padding: 24px; } }
.d-detail__head {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 16px;
}
.d-detail__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 12px;
        background: var(--brand-50);
        color: var(--brand-700);
        flex-shrink: 0;
}
@media (min-width: 640px) { .d-detail__icon { width: 44px; height: 44px; } }
.d-detail__head h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 800;
        color: var(--ink-900);
}
.d-detail ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 10px;
}
.d-detail li {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.7;
        color: var(--ink-600);
}
.d-detail .decory-icon { margin-top: 4px; color: var(--crimson-600); }

/* ————————————————————————————————————
   13) مختبر الألوان
———————————————————————————————————— */
.d-lab__box {
        overflow: hidden;
        border: 1px solid var(--ink-100);
        border-radius: 32px;
        background: var(--ink-50);
        box-shadow: var(--shadow-s);
}
.d-lab__grid {
        display: grid;
        align-items: center;
        gap: 40px;
        padding: 24px;
}
@media (min-width: 640px) { .d-lab__grid { padding: 40px; } }
@media (min-width: 1024px) {
        .d-lab__grid { grid-template-columns: 1fr 1fr; gap: 56px; padding: 56px; }
}

.d-lab__room {
        position: relative;
        overflow: hidden;
        border-radius: 24px;
        box-shadow: var(--shadow-xl);
        outline: 1px solid rgba(23, 32, 47, 0.1);
}
.d-lab__room svg {
        display: block;
        width: 100%;
        height: auto;
}
.d-lab__room [data-lab-wall],
.d-lab__room [data-lab-art] {
        transition: fill 0.45s ease;
}
.d-lab__badge {
        position: absolute;
        bottom: 16px;
        inset-inline-start: 16px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(6px);
        padding: 8px 16px;
        box-shadow: var(--shadow-l);
}
.d-lab__badge [data-lab-swatch] {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.15), inset 0 0 0 2px rgba(255, 255, 255, 0.7);
        transition: background 0.5s ease;
}
.d-lab__badge b { font-size: 14px; font-weight: 800; color: var(--ink-900); }
.d-lab__badge code {
        border-radius: 6px;
        background: var(--ink-100);
        padding: 2px 8px;
        font-size: 11px;
        font-weight: 700;
        color: var(--ink-600);
}

.d-lab__panel {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
}
.d-lab__panel h2 {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1.45;
        color: var(--ink-900);
        text-wrap: balance;
}
@media (min-width: 640px) { .d-lab__panel h2 { font-size: 1.875rem; } }
.d-lab__panel > p {
        margin: 0;
        font-size: 16px;
        line-height: 1.9;
        color: var(--ink-500);
}
@media (min-width: 640px) { .d-lab__panel > p { font-size: 18px; } }

.d-lab__swatches {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
        width: 100%;
}
@media (min-width: 640px) { .d-lab__swatches { gap: 12px; } }
.d-lab__swatch {
        width: 100%;
        aspect-ratio: 1;
        border: 0;
        border-radius: 12px;
        cursor: pointer;
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        padding: 0;
}
.d-lab__swatch:hover { transform: scale(1.1); }
.d-lab__swatch.is-active {
        box-shadow: 0 0 0 2px var(--ink-50), 0 0 0 4px var(--ink-900);
}

.d-lab__info {
        border: 1px solid var(--ink-100);
        border-radius: var(--radius-l);
        background: #fff;
        padding: 16px;
        font-size: 14px;
        box-shadow: var(--shadow-s);
        width: 100%;
}
.d-lab__info strong { display: block; color: var(--ink-900); }
.d-lab__info p { margin: 2px 0 0; color: var(--ink-500); }

.d-lab__order { flex-wrap: wrap; }

/* ————————————————————————————————————
   14) خطوات العمل
———————————————————————————————————— */
.d-process__grid {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        list-style: none;
        margin: 0;
        padding: 0;
}
@media (min-width: 640px) { .d-process__grid { gap: 24px; } }
@media (min-width: 1024px) { .d-process__grid { grid-template-columns: repeat(4, 1fr); } }

.d-process__line {
        display: none;
        position: absolute;
        top: 36px;
        inset-inline: 0;
        border-top: 2px dashed var(--brand-200);
}
@media (min-width: 1024px) { .d-process__line { display: block; } }

.d-step {
        position: relative;
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        border-radius: var(--radius-l);
        background: #fff;
        box-shadow: var(--shadow-s), inset 0 0 0 1px var(--ink-100);
        padding: 32px 16px 16px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.d-step:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
@media (min-width: 640px) { .d-step { padding: 32px 24px 24px; gap: 16px; } }
.d-step__num {
        position: absolute;
        top: -16px;
        inset-inline-start: 50%;
        /* LTR: مثبتة من اليسار ← نجلبها لليسار بنصف عرضها للتوسيط */
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: var(--crimson-600);
        color: #fff;
        font-size: 14px;
        font-weight: 900;
        padding: 4px 14px;
        box-shadow: 0 8px 20px -6px rgba(194, 32, 42, 0.45);
}
/* RTL: مثبتة من اليمين ← ندفعها لليمين بنصف عرضها للتوسيط */
[dir="rtl"] .d-step__num { transform: translateX(50%); }
.d-step__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 16px;
        background: var(--brand-50);
        color: var(--brand-700);
}
@media (min-width: 640px) { .d-step__icon { width: 56px; height: 56px; } }
.d-step h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 800;
        color: var(--ink-900);
}
@media (min-width: 640px) { .d-step h3 { font-size: 18px; } }
.d-step p {
        margin: 0;
        font-size: 13px;
        line-height: 1.8;
        color: var(--ink-500);
}
@media (min-width: 640px) { .d-step p { font-size: 14px; } }

/* ————————————————————————————————————
   15) معرض الأعمال + العملاء
———————————————————————————————————— */
.d-projects__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
}
@media (min-width: 640px) { .d-projects__grid { gap: 24px; } }
@media (min-width: 1024px) { .d-projects__grid { grid-template-columns: repeat(4, 1fr); } }

.d-project {
        position: relative;
        margin: 0;
        overflow: hidden;
        border-radius: var(--radius-l);
        box-shadow: var(--shadow);
        outline: 1px solid var(--ink-100);
}
.d-project__media {
        position: relative;
        aspect-ratio: 4 / 3;
        overflow: hidden;
}
.d-project__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.7s ease;
}
.d-project:hover .d-project__media img { transform: scale(1.1); }
.d-project figcaption {
        position: absolute;
        inset-inline: 0;
        bottom: 0;
        background: linear-gradient(to top, rgba(15, 22, 34, 0.85), rgba(15, 22, 34, 0.4) 60%, transparent);
        padding: 40px 12px 12px;
}
@media (min-width: 640px) { .d-project figcaption { padding: 56px 20px 20px; } }
.d-project__cat {
        display: inline-block;
        margin-bottom: 4px;
        border-radius: 6px;
        background: var(--crimson-600);
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        padding: 2px 8px;
}
@media (min-width: 640px) { .d-project__cat { font-size: 11px; padding: 4px 10px; border-radius: 8px; } }
.d-project figcaption h3 {
        margin: 0;
        font-size: 14px;
        font-weight: 800;
        color: #fff;
        line-height: 1.5;
}
@media (min-width: 640px) { .d-project figcaption h3 { font-size: 18px; } }

.d-projects__more {
        display: flex;
        justify-content: center;
        margin-top: 32px;
}

.d-clients {
        border: 1px solid var(--ink-100);
        border-radius: 32px;
        background: var(--ink-50);
        padding: 24px;
        margin-top: 64px;
}
@media (min-width: 640px) { .d-clients { padding: 40px; } }
.d-clients__head { margin-bottom: 32px; text-align: center; }
.d-clients__head h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 800;
        color: var(--ink-900);
}
@media (min-width: 640px) { .d-clients__head h3 { font-size: 24px; } }
.d-clients__head p {
        margin: 4px 0 0;
        font-size: 14px;
        color: var(--ink-500);
}
@media (min-width: 640px) { .d-clients__head p { font-size: 16px; } }
.d-clients__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        list-style: none;
        margin: 0;
        padding: 0;
}
@media (min-width: 640px) { .d-clients__grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
@media (min-width: 1024px) { .d-clients__grid { grid-template-columns: repeat(6, 1fr); } }
.d-clients__grid li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border-radius: var(--radius-l);
        background: #fff;
        box-shadow: var(--shadow-s), inset 0 0 0 1px var(--ink-100);
        padding: 16px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.d-clients__grid li:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
@media (min-width: 640px) { .d-clients__grid li { padding: 20px; gap: 12px; } }
.d-clients__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--ink-50);
        color: var(--ink-400);
        transition: background 0.3s ease, color 0.3s ease;
}
@media (min-width: 640px) { .d-clients__icon { width: 48px; height: 48px; } }
.d-clients__grid li:hover .d-clients__icon { background: var(--brand-50); color: var(--brand-700); }
.d-clients__name {
        font-size: 13px;
        font-weight: 800;
        color: var(--ink-800);
        line-height: 1.5;
}
@media (min-width: 640px) { .d-clients__name { font-size: 14px; } }

/* ————————————————————————————————————
   16) آراء العملاء
———————————————————————————————————— */
.d-testimonials__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
}
@media (min-width: 640px) { .d-testimonials__grid { gap: 20px; } }
@media (min-width: 1024px) { .d-testimonials__grid { grid-template-columns: repeat(4, 1fr); } }

.d-testimonial {
        position: relative;
        display: flex;
        height: 100%;
        flex-direction: column;
        gap: 12px;
        border-radius: var(--radius-l);
        background: #fff;
        box-shadow: var(--shadow-s), inset 0 0 0 1px var(--ink-100);
        padding: 16px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.d-testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
@media (min-width: 640px) { .d-testimonial { gap: 16px; padding: 24px; } }
.d-testimonial__quote {
        position: absolute;
        top: 16px;
        inset-inline-end: 16px;
        color: var(--brand-100);
}
.d-testimonial__quote .decory-icon { width: 24px; height: 24px; }
@media (min-width: 640px) {
        .d-testimonial__quote .decory-icon { width: 32px; height: 32px; }
}
.d-testimonial__stars {
        display: flex;
        align-items: center;
        gap: 2px;
}
.d-testimonial__stars .decory-icon { width: 14px; height: 14px; }
@media (min-width: 640px) { .d-testimonial__stars .decory-icon { width: 16px; height: 16px; } }
.d-testimonial blockquote {
        margin: 0;
        flex: 1;
        font-size: 12px;
        line-height: 1.9;
        color: var(--ink-600);
}
@media (min-width: 640px) { .d-testimonial blockquote { font-size: 14px; } }
.d-testimonial footer {
        display: flex;
        align-items: center;
        gap: 10px;
        border-top: 1px solid var(--ink-100);
        padding-top: 12px;
}
@media (min-width: 640px) { .d-testimonial footer { gap: 12px; padding-top: 16px; } }
.d-testimonial__avatar {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        flex-shrink: 0;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--brand-700), var(--ink-900));
        color: #fff;
        font-size: 12px;
        font-weight: 900;
}
@media (min-width: 640px) { .d-testimonial__avatar { width: 44px; height: 44px; font-size: 14px; } }
.d-testimonial__who { min-width: 0; line-height: 1.4; }
.d-testimonial__who strong {
        display: block;
        font-size: 13px;
        font-weight: 800;
        color: var(--ink-900);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
@media (min-width: 640px) { .d-testimonial__who strong { font-size: 14px; } }
.d-testimonial__who small {
        display: block;
        font-size: 11px;
        font-weight: 600;
        color: var(--ink-400);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
@media (min-width: 640px) { .d-testimonial__who small { font-size: 12px; } }

/* ————————————————————————————————————
   17) الأسئلة الشائعة
———————————————————————————————————— */
.d-faq__container { max-width: 56rem; }
.d-faq__list {
        display: grid;
        gap: 12px;
        border: 1px solid var(--ink-100);
        border-radius: var(--radius-l);
        background: rgba(244, 246, 249, 0.6);
        padding: 16px;
}
@media (min-width: 640px) { .d-faq__list { padding: 24px; } }
.d-faq__item {
        border: 1px solid var(--ink-100);
        border-radius: 12px;
        background: #fff;
        box-shadow: var(--shadow-s);
        transition: border-color 0.3s ease;
}
.d-faq__item[open] { border-color: var(--brand-200); }
.d-faq__item summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        cursor: pointer;
        list-style: none;
        padding: 16px 20px;
        font-size: 16px;
        font-weight: 800;
        color: var(--ink-900);
        transition: color 0.2s ease;
}
.d-faq__item summary::-webkit-details-marker { display: none; }
.d-faq__item summary:hover { color: var(--brand-700); }
.d-faq__q {
        display: flex;
        align-items: flex-start;
        gap: 12px;
}
.d-faq__q .decory-icon { margin-top: 3px; color: var(--crimson-600); }
.d-faq__chevron { color: var(--brand-700); transition: transform 0.3s ease; flex-shrink: 0; }
.d-faq__item[open] .d-faq__chevron { transform: rotate(-90deg); }
.d-faq__a {
        padding: 0 20px 20px 52px;
        font-size: 14px;
        line-height: 1.9;
        color: var(--ink-600);
}
@media (min-width: 640px) { .d-faq__a { font-size: 15px; } }
.d-faq__cta {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-top: 32px;
}
.d-faq__cta p { margin: 0; font-size: 14px; font-weight: 700; color: var(--ink-600); }

/* ————————————————————————————————————
   18) المدونة
———————————————————————————————————— */
.d-blog__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
}
@media (min-width: 640px) { .d-blog__grid { gap: 24px; } }
@media (min-width: 1024px) { .d-blog__grid { grid-template-columns: repeat(4, 1fr); } }

.d-post-card {
        display: flex;
        height: 100%;
        flex-direction: column;
        overflow: hidden;
        border-radius: var(--radius-l);
        background: #fff;
        box-shadow: var(--shadow-s), inset 0 0 0 1px var(--ink-100);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.d-post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-l); }
.d-post-card__media {
        position: relative;
        display: block;
        aspect-ratio: 16 / 10;
        overflow: hidden;
}
.d-post-card__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.7s ease;
}
.d-post-card:hover .d-post-card__media img { transform: scale(1.1); }
.d-post-card__cat {
        position: absolute;
        top: 8px;
        inset-inline-start: 8px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(4px);
        padding: 2px 8px;
        font-size: 10px;
        font-weight: 800;
        color: var(--brand-700);
        box-shadow: var(--shadow-s);
}
@media (min-width: 640px) { .d-post-card__cat { top: 12px; inset-inline-start: 12px; padding: 4px 12px; border-radius: 8px; font-size: 11px; } }
.d-post-card__body {
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 8px;
        padding: 14px;
}
@media (min-width: 640px) { .d-post-card__body { gap: 12px; padding: 24px; } }
.d-post-card__date {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 10px;
        font-weight: 700;
        color: var(--ink-400);
}
@media (min-width: 640px) { .d-post-card__date { font-size: 12px; } }
.d-post-card__date .decory-icon { width: 12px; height: 12px; }
.d-post-card__title {
        margin: 0;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.6;
}
@media (min-width: 640px) { .d-post-card__title { font-size: 18px; } }
.d-post-card__title a { color: var(--ink-900); }
.d-post-card__title a:hover { color: var(--brand-700); }
.d-post-card__excerpt {
        margin: 0;
        display: none;
        flex: 1;
        font-size: 14px;
        line-height: 1.8;
        color: var(--ink-500);
}
@media (min-width: 640px) { .d-post-card__excerpt { display: block; } }
.d-post-card__more {
        display: inline-flex;
        width: fit-content;
        align-items: center;
        gap: 6px;
        padding-top: 4px;
        font-size: 11px;
        font-weight: 800;
        color: var(--brand-700);
        transition: gap 0.2s ease, color 0.2s ease;
}
@media (min-width: 640px) { .d-post-card__more { font-size: 14px; } }
.d-post-card__more:hover { gap: 10px; color: var(--brand-800); }
.d-post-card__more .decory-icon { width: 14px; height: 14px; }

/* ————————————————————————————————————
   19) قسم الخصم الخاص
———————————————————————————————————— */
.d-ctawrap { padding: 64px 16px; }
@media (min-width: 640px) { .d-ctawrap { padding: 80px 24px; } }
@media (min-width: 1024px) { .d-ctawrap { padding: 80px 32px; } }

.d-cta {
        position: relative;
        overflow: hidden;
        border-radius: var(--radius-3xl);
        background: var(--ink-900);
        padding: 56px 24px;
        text-align: center;
        box-shadow: var(--shadow-xl);
}
@media (min-width: 640px) { .d-cta { padding: 80px 48px; } }
@media (min-width: 1024px) { .d-cta { padding: 80px 0; } }
.d-cta .paint-dots-dark {
        position: absolute;
        inset: 0;
        opacity: 0.6;
}
.d-cta__glow {
        position: absolute;
        width: 288px;
        height: 288px;
        border-radius: 50%;
        filter: blur(64px);
        pointer-events: none;
}
.d-cta__glow--brand { top: -96px; left: 50%; transform: translateX(-50%); background: rgba(39, 51, 171, 0.3); }
.d-cta__glow--crimson { bottom: -112px; inset-inline-end: 40px; background: rgba(194, 32, 42, 0.25); }

.d-cta__inner {
        position: relative;
        display: flex;
        max-width: 48rem;
        margin-inline: auto;
        flex-direction: column;
        align-items: center;
        gap: 24px;
}
.d-cta__badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border-radius: 999px;
        background: rgba(194, 32, 42, 0.2);
        box-shadow: inset 0 0 0 1px rgba(217, 66, 80, 0.4);
        color: var(--crimson-300);
        padding: 8px 20px;
        font-size: 14px;
        font-weight: 800;
}
.d-cta h2 {
        margin: 0;
        color: #fff;
        font-size: 30px;
        font-weight: 900;
        line-height: 1.35;
        text-wrap: balance;
}
.d-cta h2 span { color: var(--crimson-400); }
@media (min-width: 640px) { .d-cta h2 { font-size: 36px; } }
@media (min-width: 1024px) { .d-cta h2 { font-size: 44px; } }
.d-cta p {
        margin: 0;
        font-size: 16px;
        line-height: 1.9;
        color: var(--ink-200);
        text-wrap: pretty;
}
@media (min-width: 640px) { .d-cta p { font-size: 18px; } }
.d-cta__actions {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 16px;
}

/* ————————————————————————————————————
   20) التواصل + نموذج عرض السعر
———————————————————————————————————— */
.d-contact__grid {
        display: grid;
        gap: 32px;
}
@media (min-width: 1024px) {
        .d-contact__grid { grid-template-columns: 2fr 3fr; gap: 32px; }
}
.d-contact__cards {
        display: grid;
        gap: 16px;
        grid-template-columns: 1fr;
}
@media (min-width: 640px) { .d-contact__cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) {
        .d-contact .d-contact__cards { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1280px) {
        .d-contact .d-contact__cards { grid-template-columns: 1fr 1fr; }
}
.d-contact--page .d-contact__cards { grid-template-columns: 1fr; }
@media (min-width: 640px) { .d-contact--page .d-contact__cards { grid-template-columns: repeat(4, 1fr); } }

.d-contact-card {
        display: flex;
        height: 100%;
        flex-direction: column;
        gap: 12px;
        border-radius: var(--radius-l);
        background: #fff;
        padding: 24px;
        box-shadow: var(--shadow-s), inset 0 0 0 1px var(--ink-100);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.d-contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.d-contact-card__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 12px;
}
.d-contact-card__icon .decory-icon { width: 24px; height: 24px; }
.d-contact-card__icon--brand { background: var(--brand-50); color: var(--brand-700); }
.d-contact-card__icon--crimson { background: var(--crimson-50); color: var(--crimson-600); }
.d-contact-card__icon--wa { background: #ecfdf5; color: var(--wa-btn); }
.d-contact-card__icon--ink { background: var(--ink-100); color: var(--ink-800); }
.d-contact-card h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 800;
        color: var(--ink-900);
}
.d-contact-card__lines {
        flex: 1;
        display: grid;
        gap: 4px;
        font-size: 14px;
        line-height: 1.7;
        color: var(--ink-600);
}
.d-contact-card__lines p { margin: 0; }
.d-contact-card__link {
        display: inline-flex;
        width: fit-content;
        align-items: center;
        gap: 6px;
        margin-top: 4px;
        font-size: 14px;
        font-weight: 800;
        color: var(--brand-700);
        transition: gap 0.2s ease, color 0.2s ease;
}
.d-contact-card__link:hover { gap: 10px; color: var(--brand-800); }

.d-quote {
        border-radius: 28px;
        background: #fff;
        box-shadow: var(--shadow-l), inset 0 0 0 1px var(--ink-100);
        padding: 24px;
}
@media (min-width: 640px) { .d-quote { padding: 40px; } }
.d-quote__head {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 28px;
}
.d-quote__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        flex-shrink: 0;
        border-radius: 12px;
        background: var(--crimson-50);
        color: var(--crimson-600);
}
.d-quote__icon .decory-icon { width: 24px; height: 24px; }
.d-quote__head h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 800;
        color: var(--ink-900);
}
@media (min-width: 640px) { .d-quote__head h3 { font-size: 24px; } }
.d-quote__head p { margin: 4px 0 0; font-size: 14px; color: var(--ink-500); }

.d-quote__grid {
        display: grid;
        gap: 32px;
}
@media (min-width: 1024px) { .d-quote__grid { grid-template-columns: 3fr 2fr; align-items: start; gap: 40px; } }
.d-quote--wide { border-radius: var(--radius-xl); }

/* النموذج */
.d-form {
        display: grid;
        gap: 16px;
}
.d-form__row {
        display: grid;
        gap: 16px;
}
@media (min-width: 640px) { .d-form__row { grid-template-columns: 1fr 1fr; } }
.d-form__field { display: grid; gap: 6px; }
.d-form__field label {
        font-size: 14px;
        font-weight: 700;
        color: var(--ink-800);
}
.d-form__field label em { color: var(--crimson-600); font-style: normal; }
.d-form__field label small { color: var(--ink-400); font-weight: 400; }
.d-form__field input,
.d-form__field select,
.d-form__field textarea {
        width: 100%;
        border: 1px solid var(--ink-200);
        border-radius: 12px;
        background: #fff;
        padding: 12px 16px;
        font-family: inherit;
        font-size: 14px;
        color: var(--ink-900);
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.d-form__field input::placeholder,
.d-form__field textarea::placeholder { color: var(--ink-300); }
.d-form__field input:focus,
.d-form__field select:focus,
.d-form__field textarea:focus {
        outline: none;
        border-color: var(--brand-700);
        box-shadow: 0 0 0 3px rgba(39, 51, 171, 0.15);
}
.d-form__field textarea { resize: vertical; }
.d-form__hp { position: absolute; inset-inline-start: -9999px; opacity: 0; height: 0; overflow: hidden; }
.d-form__error {
        margin: 0;
        border-radius: 12px;
        background: var(--crimson-50);
        color: var(--crimson-700);
        padding: 10px 16px;
        font-size: 14px;
        font-weight: 700;
}
.d-form__success {
        margin: 0;
        border-radius: 12px;
        background: #ecfdf5;
        color: #047857;
        padding: 10px 16px;
        font-size: 14px;
        font-weight: 700;
}
.d-form__submit { justify-self: start; }
.d-form__hint {
        margin: 0;
        text-align: center;
        font-size: 12px;
        line-height: 1.8;
        color: var(--ink-400);
}
.d-form__hint a { font-weight: 700; color: var(--brand-700); }
.d-form.is-sending .d-form__submit { opacity: 0.7; pointer-events: none; }

/* اللوحة الجانبية في صفحة اتصل بنا */
.d-quote-side {
        border: 1px solid var(--ink-100);
        border-radius: var(--radius-xl);
        background: var(--ink-50);
        padding: 24px;
}
@media (min-width: 640px) { .d-quote-side { padding: 32px; } }
.d-quote-side h3 {
        margin: 0 0 20px;
        font-size: 20px;
        font-weight: 800;
        color: var(--ink-900);
}
.d-quote-side ul {
        list-style: none;
        margin: 0 0 24px;
        padding: 0;
        display: grid;
        gap: 14px;
}
.d-quote-side li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.7;
        color: var(--ink-700);
}
.d-quote-side li .decory-icon { margin-top: 3px; }
.d-quote-side__box {
        display: grid;
        gap: 12px;
        border: 1px solid var(--ink-100);
        border-radius: var(--radius-l);
        background: #fff;
        padding: 20px;
        box-shadow: var(--shadow-s);
}
.d-quote-side__box strong { font-size: 15px; font-weight: 800; color: var(--ink-900); }

/* الخريطة */
.d-map {
        position: relative;
        border-radius: var(--radius-xl);
        overflow: hidden;
        box-shadow: var(--shadow-l), inset 0 0 0 1px var(--ink-100);
}
.d-map iframe { display: block; border: 0; }
.d-map__card {
        position: absolute;
        bottom: 16px;
        inset-inline-start: 16px;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        border-radius: var(--radius-l);
        background: #fff;
        padding: 16px 20px;
        box-shadow: var(--shadow-l);
        max-width: min(320px, calc(100% - 32px));
}
.d-map__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        border-radius: 12px;
        background: var(--brand-50);
        color: var(--brand-700);
}
.d-map__card strong { display: block; font-size: 14px; font-weight: 800; color: var(--ink-900); }
.d-map__card p { margin: 2px 0; font-size: 12px; color: var(--ink-500); line-height: 1.6; }
.d-map__card a { font-size: 12px; font-weight: 800; color: var(--brand-700); }

/* ————————————————————————————————————
   21) ترويسة الصفحات الداخلية
———————————————————————————————————— */
.d-pagehero {
        position: relative;
        overflow: hidden;
        background: var(--ink-900);
}
.d-pagehero__glow {
        position: absolute;
        width: 288px;
        height: 288px;
        border-radius: 50%;
        filter: blur(64px);
        pointer-events: none;
}
.d-pagehero__glow--brand { top: -96px; inset-inline-start: 25%; background: rgba(39, 51, 171, 0.25); }
.d-pagehero__glow--crimson { bottom: -112px; inset-inline-end: 32px; background: rgba(194, 32, 42, 0.2); }
.d-pagehero .container { position: relative; padding-block: 56px; }
@media (min-width: 640px) { .d-pagehero .container { padding-block: 64px; } }
@media (min-width: 1024px) { .d-pagehero .container { padding-block: 80px; } }

.d-breadcrumb { margin-bottom: 24px; }
.d-breadcrumb ol {
        display: flex;
        align-items: center;
        gap: 6px;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: 700;
        color: var(--ink-300);
}
.d-breadcrumb a {
        color: var(--ink-300);
        padding: 4px 6px;
        border-radius: 6px;
}
.d-breadcrumb a:hover { color: #fff; }
.d-breadcrumb .decory-icon { width: 16px; height: 16px; color: var(--ink-500); }
.d-breadcrumb .is-current { color: var(--crimson-300); padding: 4px 6px; }

.d-pagehero__divider {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
}
.d-pagehero__divider b { display: block; width: 40px; height: 3px; border-radius: 999px; background: var(--crimson-600); }
.d-pagehero__divider b:last-of-type { width: 24px; background: rgba(194, 32, 42, 0.6); }
.d-pagehero__divider i { display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--brand-400); }

.d-pagehero__content { max-width: 48rem; }
.d-pagehero__content h1 {
        margin: 0;
        color: #fff;
        font-size: 30px;
        font-weight: 900;
        line-height: 1.25;
        text-wrap: balance;
}
@media (min-width: 640px) { .d-pagehero__content h1 { font-size: 36px; } }
@media (min-width: 1024px) { .d-pagehero__content h1 { font-size: 44px; } }
.d-pagehero__content p {
        margin: 20px 0 0;
        font-size: 16px;
        line-height: 1.9;
        color: var(--ink-200);
}
@media (min-width: 640px) { .d-pagehero__content p { font-size: 18px; } }
.d-pagehero__chips {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 28px;
}

.d-pagehero__grid {
        display: grid;
        align-items: center;
        gap: 40px;
}
@media (min-width: 1024px) { .d-pagehero__grid { grid-template-columns: 3fr 2fr; gap: 40px; } }
.d-pagehero__media { position: relative; }
.d-pagehero__media img {
        position: relative;
        aspect-ratio: 4 / 3;
        width: 100%;
        border-radius: 24px;
        object-fit: cover;
        box-shadow: var(--shadow-xl);
}
.d-pagehero__frame {
        position: absolute;
        top: -12px;
        inset-inline-end: -12px;
        width: 100%;
        height: 100%;
        border-radius: 24px;
        border: 2px solid rgba(194, 32, 42, 0.5);
}

/* ————————————————————————————————————
   22) صفحة من نحن — القصة والرؤية ولماذا نحن
———————————————————————————————————— */
.d-story__grid {
        display: grid;
        gap: 48px;
}
@media (min-width: 1024px) { .d-story__grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
.d-story__media { position: relative; }
.d-story__frame {
        overflow: hidden;
        border-radius: 32px;
        box-shadow: var(--shadow-xl);
}
.d-story__frame img { width: 100%; object-fit: cover; transition: transform 0.7s ease; }
.d-story__frame:hover img { transform: scale(1.04); }
.d-story__badge {
        position: absolute;
        bottom: -24px;
        inset-inline-end: 24px;
        border-radius: var(--radius-l);
        background: var(--crimson-600);
        color: #fff;
        text-align: center;
        padding: 14px 24px;
        box-shadow: 0 16px 40px -12px rgba(194, 32, 42, 0.5);
}
.d-story__badge b { display: block; font-size: 26px; font-weight: 900; line-height: 1.1; }
.d-story__badge span { display: block; margin-top: 2px; font-size: 11px; font-weight: 700; opacity: 0.9; }
.d-story__body { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.d-story__body h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 800;
        line-height: 1.5;
        text-wrap: balance;
}
@media (min-width: 640px) { .d-story__body h2 { font-size: 30px; } }
.d-story__body p { margin: 0; font-size: 16px; line-height: 1.95; color: var(--ink-500); }
.d-story__highlights {
        width: 100%;
        margin-top: 8px;
        border: 1px solid var(--ink-100);
        border-radius: var(--radius-l);
        background: var(--ink-50);
        padding: 24px;
}
.d-story__highlights h3 {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 0 16px;
        font-size: 18px;
        font-weight: 800;
}
.d-story__highlights ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 12px;
}
@media (min-width: 640px) { .d-story__highlights ul { grid-template-columns: 1fr 1fr; column-gap: 24px; } }
.d-story__highlights li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; font-weight: 600; color: var(--ink-700); line-height: 1.7; }
.d-story__highlights .decory-icon { margin-top: 3px; }

.d-vmv {
        background: var(--ink-900);
}
.d-vmv .paint-dots-dark { position: absolute; inset: 0; opacity: 0.5; }
.d-vmv__cards {
        display: grid;
        gap: 20px;
}
@media (min-width: 640px) { .d-vmv__cards { grid-template-columns: 1fr 1fr; } }
.d-vmv__card {
        position: relative;
        border-radius: var(--radius-xl);
        background: rgba(255, 255, 255, 0.06);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(8px);
        padding: 32px;
}
.d-vmv__card h3 {
        margin: 0 0 12px;
        color: var(--crimson-300);
        font-size: 22px;
        font-weight: 900;
}
.d-vmv__card p { margin: 0; font-size: 16px; line-height: 1.95; color: var(--ink-200); }
.d-vmv__card--accent { box-shadow: inset 0 0 0 1px rgba(194, 32, 42, 0.35); }
.d-vmv__card--accent h3 { color: #fff; }
.d-vmv__values {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        list-style: none;
        margin: 40px 0 0;
        padding: 0;
}
.d-vmv__values li {
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
        color: #fff;
        font-size: 15px;
        font-weight: 800;
        padding: 10px 28px;
}

.d-whyus__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
}
@media (min-width: 640px) { .d-whyus__grid { gap: 20px; } }
@media (min-width: 1024px) { .d-whyus__grid { grid-template-columns: repeat(3, 1fr); } }
.d-why {
        height: 100%;
        border: 1px solid var(--ink-100);
        border-radius: var(--radius-l);
        background: #fff;
        padding: 24px;
        box-shadow: var(--shadow-s);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.d-why:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.d-why__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
        border-radius: 14px;
        background: var(--brand-50);
        color: var(--brand-700);
}
.d-why h3 { margin: 0 0 8px; font-size: 18px; font-weight: 800; }
.d-why p { margin: 0; font-size: 14px; line-height: 1.85; color: var(--ink-500); }

/* الشركاء */
.d-partners {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        list-style: none;
        margin: 0;
        padding: 0;
}
@media (min-width: 640px) { .d-partners { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
@media (min-width: 1024px) { .d-partners { grid-template-columns: repeat(5, 1fr); } }
.d-partner {
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        border-radius: var(--radius-l);
        background: #fff;
        padding: 20px;
        text-align: center;
        box-shadow: var(--shadow-s), inset 0 0 0 1px var(--ink-100);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.d-partner:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
@media (min-width: 640px) { .d-partner { padding: 24px; } }
.d-partner__logo {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        width: 100%;
}
.d-partner__logo img {
        max-height: 80px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
        transition: transform 0.3s ease;
}
.d-partner:hover .d-partner__logo img { transform: scale(1.05); }
.d-partner__body { flex: 1; }
.d-partner__body h3 { margin: 0; font-size: 16px; font-weight: 800; color: var(--ink-900); }
.d-partner__body p { margin: 4px 0 0; font-size: 12px; line-height: 1.7; color: var(--ink-500); }
.d-partner__badge {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        border-radius: 999px;
        background: var(--crimson-50);
        box-shadow: inset 0 0 0 1px var(--crimson-100);
        color: var(--crimson-700);
        font-size: 11px;
        font-weight: 800;
        padding: 4px 12px;
}
.d-partner__badge .decory-icon { width: 14px; height: 14px; }
.d-partners__note {
        margin: 40px auto 0;
        max-width: 42rem;
        text-align: center;
        font-size: 14px;
        line-height: 1.9;
        color: var(--ink-500);
}
.d-partners__note a { font-weight: 800; }

/* ————————————————————————————————————
   23) الفوتر
———————————————————————————————————— */
.d-footer {
        background: var(--ink-950);
        color: var(--ink-200);
        margin-top: auto;
}
.d-footer__grid {
        display: grid;
        gap: 40px;
        padding-block: 64px 32px;
}
@media (min-width: 768px) { .d-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .d-footer__grid { grid-template-columns: repeat(4, 1fr); gap: 32px; } }
.d-footer__about { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.d-footer__about p { margin: 0; font-size: 14px; line-height: 1.9; color: var(--ink-300); }
.d-socials {
        display: flex;
        align-items: center;
        gap: 10px;
        list-style: none;
        margin: 0;
        padding: 0;
}
.d-socials a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.05);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
        color: var(--ink-200);
        transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.d-socials a:hover { transform: translateY(-2px); background: var(--brand-700); color: #fff; }
.d-socials .decory-icon { width: 18px; height: 18px; }

.d-footer__title {
        display: inline-block;
        margin: 0 0 20px;
        border-radius: 8px;
        background: var(--crimson-600);
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        padding: 6px 16px;
}
.d-footer__col ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 10px;
}
.d-footer__col ul a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        font-weight: 600;
        color: var(--ink-300);
}
.d-footer__col ul a::before {
        content: "";
        display: block;
        width: 12px;
        height: 1px;
        background: var(--crimson-600);
        transition: width 0.2s ease;
}
.d-footer__col ul a:hover { color: #fff; }
.d-footer__col ul a:hover::before { width: 20px; }

.d-footer__contact { display: grid; gap: 16px; }
.d-footer__contact li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: 14px;
        line-height: 1.8;
}
.d-footer__contact .decory-icon { margin-top: 4px; width: 20px; height: 20px; }
.d-footer__contact a { color: var(--ink-200); font-weight: 700; }
.d-footer__contact a:hover { color: #fff; }
.d-footer__contact small { display: block; margin-top: 2px; font-size: 12px; color: var(--ink-400); }

.d-footer__bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.d-footer__bottom-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding-block: 20px 96px;
        text-align: center;
        font-size: 12px;
        color: var(--ink-400);
}
@media (min-width: 768px) { .d-footer__bottom-inner { flex-direction: row; padding-bottom: 20px; } }
.d-footer__bottom-inner p { margin: 0; }
.d-footer__bottom-inner a { color: var(--brand-300); font-weight: 700; }
.d-footer__bottom-inner a:hover { color: var(--brand-200); }

/* ————————————————————————————————————
   24) الأدوات العائمة وشريط الجوال
———————————————————————————————————— */
.d-float {
        position: fixed;
        bottom: 24px;
        inset-inline-start: 24px;
        z-index: 40;
        display: none;
        flex-direction: column;
        gap: 12px;
        opacity: 0;
        transform: translateY(24px);
        pointer-events: none;
        transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (min-width: 768px) { .d-float { display: flex; } }
.d-float.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.d-float__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        color: #fff;
        box-shadow: var(--shadow-l);
        transition: transform 0.2s ease, background 0.2s ease;
}
.d-float__btn:hover { transform: translateY(-4px); }
.d-float__btn .decory-icon { width: 22px; height: 22px; }
.d-float__btn--phone { background: var(--brand-700); }
.d-float__btn--phone:hover { background: var(--brand-800); }
.d-float__btn--wa { background: var(--wa); width: 56px; height: 56px; }
.d-float__btn--wa:hover { background: #1fbf5b; }
.d-float__btn--wa .decory-icon { width: 28px; height: 28px; }

@keyframes wa-pulse {
        0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45); }
        70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
        100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
.d-float__btn--wa { animation: wa-pulse 2.2s ease-out infinite; }

.d-mobilebar {
        position: fixed;
        inset-inline: 0;
        bottom: 0;
        z-index: 40;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(8px);
        border-top: 1px solid var(--ink-100);
        padding-bottom: env(safe-area-inset-bottom);
}
@media (min-width: 768px) { .d-mobilebar { display: none; } }
.d-mobilebar__inner,
.d-mobilebar { display: flex; }
.d-mobilebar { display: none; }
@media (max-width: 767.98px) { .d-mobilebar { display: flex; } }
.d-mobilebar__item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        padding: 10px 0;
        background: none;
        border: 0;
        cursor: pointer;
        font-family: inherit;
        font-size: 10px;
        font-weight: 800;
        color: var(--ink-800);
        -webkit-tap-highlight-color: transparent;
}
.d-mobilebar__item:active { background: var(--ink-50); }
.d-mobilebar__item + .d-mobilebar__item { border-inline-start: 1px solid var(--ink-100); }
.d-mobilebar__item .decory-icon { width: 20px; height: 20px; }
.d-mobilebar__pct {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 6px;
        background: var(--crimson-600);
        color: #fff;
        font-size: 11px;
        font-weight: 900;
        line-height: 1;
}

/* ————————————————————————————————————
   25) صفحات المدونة والأرشيف والبحث
———————————————————————————————————— */
.d-archive { padding: 56px 0; }
@media (min-width: 640px) { .d-archive { padding: 72px 0; } }
.d-archive__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
}
@media (min-width: 640px) { .d-archive__grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
@media (min-width: 1024px) { .d-archive__grid { grid-template-columns: 1fr 1fr 1fr; } }
.d-archive__empty {
        border: 1px dashed var(--ink-200);
        border-radius: var(--radius-l);
        background: var(--ink-50);
        padding: 48px 24px;
        text-align: center;
        color: var(--ink-500);
}

.d-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 40px;
}
.d-pagination .page-numbers {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        height: 40px;
        border-radius: 10px;
        background: #fff;
        box-shadow: var(--shadow-s), inset 0 0 0 1px var(--ink-200);
        color: var(--ink-700);
        font-weight: 700;
        padding: 0 12px;
}
.d-pagination .page-numbers.current {
        background: var(--brand-700);
        border-color: var(--brand-700);
        color: #fff;
}
.d-pagination .page-numbers:hover:not(.current) { border-color: var(--brand-700); color: var(--brand-700); }

/* المقال المفرد */
.d-single { max-width: 56rem; margin-inline: auto; padding: 48px 16px 64px; }
@media (min-width: 640px) { .d-single { padding: 64px 24px 80px; } }
.d-single__cats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.d-single__cats a {
        border-radius: 999px;
        background: var(--crimson-50);
        box-shadow: inset 0 0 0 1px var(--crimson-100);
        color: var(--crimson-700);
        font-size: 12px;
        font-weight: 800;
        padding: 4px 14px;
}
.d-single__title {
        font-size: 26px;
        font-weight: 900;
        line-height: 1.45;
        text-wrap: balance;
}
@media (min-width: 640px) { .d-single__title { font-size: 36px; } }
.d-single__meta {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 16px;
        margin-bottom: 24px;
        font-size: 13px;
        font-weight: 600;
        color: var(--ink-400);
}
.d-single__meta span { display: inline-flex; align-items: center; gap: 6px; }
.d-single__thumb { border-radius: var(--radius-xl); overflow: hidden; margin-bottom: 32px; box-shadow: var(--shadow); }
.d-entry {
        font-size: 16px;
        line-height: 2.1;
        color: #2a3646;
}
.d-entry h2 { font-size: 24px; margin: 1.6em 0 0.6em; }
.d-entry h3 { font-size: 20px; margin: 1.4em 0 0.5em; }
.d-entry p { margin: 0 0 1.2em; }
.d-entry a { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.d-entry ul, .d-entry ol { padding-inline-start: 24px; margin: 0 0 1.2em; }
.d-entry li { margin-bottom: 0.5em; }
.d-entry strong { color: var(--ink-900); }
.d-entry blockquote {
        border-inline-start: 4px solid var(--crimson-600);
        background: var(--ink-50);
        border-radius: 0 12px 12px 0;
        margin: 1.6em 0;
        padding: 16px 20px;
        color: var(--ink-700);
        font-weight: 600;
}
.d-entry img { border-radius: var(--radius-l); }
.d-entry table { width: 100%; border-collapse: collapse; margin: 1.6em 0; }
.d-entry th, .d-entry td { border: 1px solid var(--ink-200); padding: 10px 14px; text-align: start; }
.d-entry th { background: var(--ink-50); }
.d-entry .wp-block-image figcaption { font-size: 13px; color: var(--ink-400); text-align: center; }
.d-entry code { background: var(--ink-50); border-radius: 6px; padding: 2px 6px; font-size: 0.9em; }
.d-entry hr { border: 0; border-top: 1px solid var(--ink-200); margin: 2em 0; }

.d-single__back { margin-top: 40px; }

/* التعليقات */
.d-comments { margin-top: 48px; border-top: 1px solid var(--ink-100); padding-top: 32px; }
.d-comments .comment-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.d-comments .comment-body {
        border: 1px solid var(--ink-100);
        border-radius: var(--radius-l);
        background: #fff;
        padding: 20px;
}
.d-comments .comment-author img { border-radius: 50%; }
.d-comments .reply a { font-size: 13px; font-weight: 800; }
.comment-form label { font-size: 14px; font-weight: 700; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
        width: 100%;
        border: 1px solid var(--ink-200);
        border-radius: 12px;
        padding: 12px 16px;
        font-family: inherit;
        margin-top: 6px;
}
.comment-form input:focus, .comment-form textarea:focus {
        outline: none;
        border-color: var(--brand-700);
        box-shadow: 0 0 0 3px rgba(39, 51, 171, 0.15);
}
.comment-form .submit {
        background: var(--crimson-600);
        border: 0;
        border-radius: 12px;
        color: #fff;
        cursor: pointer;
        font-family: inherit;
        font-size: 15px;
        font-weight: 800;
        padding: 12px 28px;
        transition: background 0.2s;
}
.comment-form .submit:hover { background: var(--crimson-700); }

/* البحث و404 */
.d-searchform {
        display: flex;
        gap: 8px;
        max-width: 32rem;
        margin-inline: auto;
}
.d-searchform input[type="search"] {
        flex: 1;
        border: 1px solid var(--ink-200);
        border-radius: 12px;
        padding: 12px 16px;
        font-family: inherit;
}
.d-searchform input[type="search"]:focus { outline: none; border-color: var(--brand-700); box-shadow: 0 0 0 3px rgba(39, 51, 171, 0.15); }
.d-searchform button {
        border: 0;
        border-radius: 12px;
        background: var(--brand-700);
        color: #fff;
        cursor: pointer;
        font-family: inherit;
        font-weight: 800;
        padding: 12px 22px;
}
.d-searchform button:hover { background: var(--brand-800); }

.d-404 {
        min-height: 50vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 64px 16px;
}
.d-404 code {
        font-size: 64px;
        font-weight: 900;
        color: var(--brand-700);
        background: var(--brand-50);
        border-radius: 24px;
        padding: 8px 32px;
        display: inline-block;
        margin-bottom: 16px;
}

/* السايدبار */
.d-sidebar .widget {
        border: 1px solid var(--ink-100);
        border-radius: var(--radius-l);
        background: #fff;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: var(--shadow-s);
}
.d-sidebar .widget-title { font-size: 16px; font-weight: 800; margin: 0 0 12px; }
.d-sidebar ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }

/* ————————————————————————————————————
   26) إخفاء الشريط الإداري — لا نتدخل فيه
———————————————————————————————————— */
#wpadminbar { position: fixed !important; }
.admin-bar .d-header { top: 32px; }
@media screen and (max-width: 782px) {
        .admin-bar .d-header { top: 46px; }
}

/* تحسين الطباعة */
@media print {
        .d-header, .d-footer, .d-float, .d-mobilebar, .d-drawer { display: none !important; }
}

/* ————————————————————————————————————
   27) إضافات القوالب الداخلية
———————————————————————————————————— */
.d-archive__search {
        max-width: 32rem;
        margin: 0 auto 40px;
}
.d-archive__grid--related {
        grid-template-columns: 1fr;
        margin-top: 24px;
}
@media (min-width: 640px) {
        .d-archive__grid--related { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
        .d-archive__grid--related { grid-template-columns: 1fr 1fr 1fr; }
}

.d-single__avatar { border-radius: 50%; }
.d-single__tags { margin-top: 32px; font-size: 14px; color: var(--ink-500); }
.d-single__tags b { color: var(--ink-800); }
.d-single__tags a { color: var(--brand-700); font-weight: 700; }
.d-single__share {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 32px;
        border-block: 1px solid var(--ink-100);
        padding-block: 16px;
}
.d-single__share b { font-size: 14px; color: var(--ink-800); }
.d-single__share a {
        border-radius: 999px;
        background: var(--ink-50);
        color: var(--ink-700);
        font-size: 13px;
        font-weight: 700;
        padding: 6px 16px;
        transition: background 0.2s ease, color 0.2s ease;
}
.d-single__share a:hover { background: var(--brand-700); color: #fff; }
.d-single__author {
        display: flex;
        align-items: center;
        gap: 16px;
        border-radius: var(--radius-l);
        background: var(--ink-50);
        padding: 20px;
        margin-top: 32px;
}
.d-single__author img { border-radius: 50%; width: 72px; height: 72px; }
.d-single__author b { display: block; font-size: 15px; font-weight: 800; color: var(--ink-900); }
.d-single__author p { margin: 4px 0 0; font-size: 13px; line-height: 1.8; color: var(--ink-500); }
.d-single__related { margin-top: 56px; }
.d-single__related h2 { margin: 0; font-size: 22px; font-weight: 800; }
.d-single__links { font-weight: 700; color: var(--ink-500); margin-block: 1.6em; }

.d-404__search { margin-block: 24px; }
.d-404__actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
}

.d-sidebar .d-widget {
        border: 1px solid var(--ink-100);
        border-radius: var(--radius-l);
        background: #fff;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: var(--shadow-s);
}
.d-sidebar .d-widget p { font-size: 14px; color: var(--ink-500); line-height: 1.8; }
.d-sidebar .widget-title { font-size: 16px; font-weight: 800; margin: 0 0 12px; }
.d-sidebar .d-widget ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.d-sidebar .d-widget a { font-size: 14px; font-weight: 600; color: var(--ink-700); }
.d-sidebar .d-widget a:hover { color: var(--brand-700); }
.d-sidebar .d-widget a span { color: var(--ink-400); font-size: 12px; }

.d-comments__reply { font-size: 20px; font-weight: 800; margin-bottom: 16px; }
.d-comments__notes { font-size: 13px; color: var(--ink-400); margin-bottom: 16px; }
.d-comments__closed {
        border: 1px dashed var(--ink-200);
        border-radius: var(--radius-l);
        background: var(--ink-50);
        padding: 20px;
        text-align: center;
        color: var(--ink-500);
}
.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
        border: 1px solid var(--ink-100);
        border-radius: var(--radius-l);
        background: #fff;
        padding: 20px;
        margin-bottom: 16px;
        list-style: none;
}
.comment-list .children { list-style: none; padding-inline-start: 24px; margin-top: 16px; }
.comment-list .comment-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.comment-list .comment-meta img { border-radius: 50%; }
.comment-list .comment-author .fn { font-weight: 800; color: var(--ink-900); }
.comment-list .comment-metadata a { font-size: 12px; color: var(--ink-400); }
.comment-list .says { color: var(--ink-400); font-size: 13px; }
.comment-list .comment-content { font-size: 14px; line-height: 1.9; color: var(--ink-600); }
.comment-list .reply { margin-top: 10px; }
.comment-list .reply a {
        font-size: 13px;
        font-weight: 800;
        color: var(--brand-700);
        border-radius: 8px;
        background: var(--brand-50);
        padding: 4px 12px;
        display: inline-block;
}
.bypostauthor > .comment-body { box-shadow: inset 0 0 0 2px var(--brand-200); }

/* قسم المنتجات في الرئيسية */
.d-shopsec .d-shop__all {
        display: flex;
        justify-content: center;
        margin-top: 32px;
}
.d-shopsec .products {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
}
@media (min-width: 1024px) {
        .d-shopsec .products { grid-template-columns: repeat(4, 1fr); }
}
.d-shopsec .products li { margin: 0; width: auto; }

/* مساعدة الدفع (ووو كومرس) */
.decory-checkout-help {
        display: flex;
        align-items: center;
        gap: 12px;
        border: 1px solid var(--brand-200);
        border-radius: var(--radius-l);
        background: var(--brand-50);
        padding: 16px 20px;
        margin-bottom: 24px;
}
.decory-checkout-help svg { width: 24px; height: 24px; color: var(--brand-700); flex-shrink: 0; }
.decory-checkout-help p { margin: 0; font-size: 14px; color: var(--ink-700); }
.decory-checkout-help a { font-weight: 800; }

/* ————————————————————————————————————
   28) السلة الجانبية (ووو كومرس)
———————————————————————————————————— */
.decory-cart-drawer {
        position: fixed;
        inset-block: 0;
        inset-inline-end: 0;
        z-index: 70;
        display: flex;
        flex-direction: column;
        width: min(420px, 92vw);
        background: #fff;
        box-shadow: var(--shadow-xl);
        transform: translateX(100%);
        transition: transform 0.3s ease;
        visibility: hidden;
}
[dir="rtl"] .decory-cart-drawer { transform: translateX(-100%); }
.decory-cart-drawer.is-open {
        transform: translateX(0);
        visibility: visible;
}
.decory-cart-drawer-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid var(--ink-100);
        padding: 16px 20px;
        font-size: 17px;
        font-weight: 800;
        color: var(--ink-900);
}
.decory-drawer-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 1px solid var(--ink-200);
        border-radius: 10px;
        background: transparent;
        color: var(--ink-700);
        cursor: pointer;
}
.decory-drawer-close:hover { background: var(--ink-50); }
.decory-cart-drawer-body {
        flex: 1;
        overflow-y: auto;
        padding: 20px;
}
.decory-overlay {
        position: fixed;
        inset: 0;
        z-index: 65;
        background: rgba(15, 22, 34, 0.6);
        backdrop-filter: blur(4px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
}
.decory-overlay.is-open {
        opacity: 1;
        pointer-events: auto;
}
