/**
 * كوانتم — ليدينغ بيج كامل
 * لا إخفاء للمحتوى عند التحميل — الهيدر sticky ويتغير مع الهيرو فقط
 */

/* إجبار ظهور المحتوى ولون النص — لا إخفاء ولا تحويل لون إلى أبيض بعد التحميل */
body:has(.lp),
body:has(.lp) main {
    opacity: 1 !important;
    visibility: visible !important;
    color: #0a0a0a !important;
    background: #fff !important;
}
body:has(.lp) .lp,
.lp {
    color: #0a0a0a;
}
/* خلفية بيضاء لمحتوى اللاندينغ فقط (داخل main) — لا نطبقها على .lp-header-outer لئلا يختفي البلور */
main .lp {
    background: #fff;
}

/* منع التمرير الأفقي وإزالة هامش body على صفحة الهوم */
html:has(.lp),
body:has(.lp),
main:has(.lp) {
    overflow-x: hidden;
    max-width: 100%;
    position: relative;
}
body:has(.lp) {
    margin: 0;
    padding: 0;
}
main:has(.lp) {
    min-width: 0;
    padding-top: 0;
}

/* ─── Design system ───────────────────────────────────────────────────── */
.lp {
    --lp-font: 'Cairo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --lp-bg: #fff;
    --lp-bg-subtle: #f8f9fa;
    /* متناسق مع الهيدر: خلفية فاتحة، نفس النص والألوان */
    --lp-hero-bg: #fff;
    --lp-hero-fg: #111827;
    --lp-hero-muted: #6B7280;
    --lp-accent: #2563EB;
    --lp-accent-hover: #1D4ED8;
    --lp-accent-soft: rgba(37, 99, 235, 0.12);
    --lp-accent-secondary: #06B6D4;
    --lp-gradient: linear-gradient(135deg, #2563EB 0%, #06B6D4 100%);
    --lp-text: #0f172a;
    --lp-text-muted: #64748b;
    --lp-border: #e2e8f0;
    --lp-radius: 8px;
    --lp-radius-lg: 12px;
    --lp-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --lp-container: min(1280px, 100% - 2rem);
    --lp-nav-h: 64px;
}

@media (max-width: 640px) {
    .lp {
        --lp-container: 100%;
    }
}

@media (max-width: 768px) {
    .lp {
        --lp-nav-h: 56px;
    }
}

/* روابط اللاندينغ والهيدر — بدون تسطير ولون وراثي (مطابق kwntum) */
.lp a,
.lp-header-outer a {
    text-decoration: none;
    color: inherit;
}

/* ═══════════════════════════════════════════════════════════════════════════
   كوانتم — لاندينغ (data-lp="kwntum")
   ═══════════════════════════════════════════════════════════════════════════ */
.lp[data-lp="kwntum"] {
    --lp-black: #0a0a0a;
    --lp-white: #ffffff;
    --lp-gray-50: #fafaf9;
    --lp-gray-100: #f5f3f0;
    --lp-gray-200: #e8e5e0;
    --lp-gray-400: #999;
    --lp-gray-500: #777;
    --lp-gray-600: #555;
    --lp-radius-sm: 6px;
    --lp-radius-md: 12px;
    --lp-radius-lg: 20px;
    --lp-shadow-card: 0 2px 20px rgba(0,0,0,0.06);
    --lp-shadow-hover: 0 12px 40px rgba(0,0,0,0.1);
    --lp-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    /* تصميم الهيدر — أسماء متغيرات مطابقة لـ kwntum */
    --black: var(--lp-black);
    --white: var(--lp-white);
    --gray-50: var(--lp-gray-50);
    --gray-100: var(--lp-gray-100);
    --gray-200: var(--lp-gray-200);
    --gray-400: var(--lp-gray-400);
    --gray-500: var(--lp-gray-500);
    --gray-600: var(--lp-gray-600);
    --radius-sm: var(--lp-radius-sm);
    --radius-md: var(--lp-radius-md);
    --shadow-hover: var(--lp-shadow-hover);
    --transition: var(--lp-transition);
}

/* ─── لمعان زر CTA (مطابق للتصميم) ─── */
@keyframes lp-btnShine {
    0% { transform: translateX(-100%) skewX(-12deg); }
    100% { transform: translateX(200%) skewX(-12deg); }
}
.lp .btn-primary.cta-shine {
    position: relative;
    overflow: hidden;
}
.lp .btn-primary.cta-shine::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(105deg, transparent, rgba(255,255,255,0.35), transparent);
    transform: translateX(-100%) skewX(-12deg);
    pointer-events: none;
}
.lp .btn-primary.cta-shine:hover::after {
    animation: lp-btnShine 0.7s ease;
}

/* الهيدر المعروض من الـ layout — ثابت عند التمرير (fixed) */
.lp-header-outer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    overflow: visible;
    font-family: 'Noto Kufi Arabic', 'Cairo', sans-serif;
}
/* نوافذ الهيدر (القوائم المنسدلة) تظهر فوق الهيرو دائمًا */
.lp-header-outer .nav-dropdown,
.lp-header-outer .header-lang-dropdown {
    z-index: 9999;
}
/* مسافة علوية لـ main حتى لا يختفي المحتوى تحت الهيدر الثابت (بانر + هيدر ≈ 104px) */
.lp-header-spacer {
    height: 104px;
    flex-shrink: 0;
}

/* ─── Promo Banner (مطابق 100% لـ kwntum) ─── */
.lp .promo-banner {
    background: var(--black);
    color: var(--white);
    font-size: 13px;
    padding: 10px 48px 10px 16px;
    text-align: center;
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.lp .promo-banner.hidden { display: none; }
.lp .promo-code {
    font-family: monospace;
    font-weight: 700;
    background: rgba(255,255,255,0.15);
    padding: 2px 10px;
    border-radius: 4px;
    letter-spacing: 1px;
    direction: ltr;
}
.lp .promo-close {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: rgba(255,255,255,0.5);
    font-size: 16px;
    padding: 4px;
    transition: opacity var(--transition);
    cursor: pointer;
    border: none;
}
.lp .promo-close:hover { color: #fff; }

/* ─── Header (مطابق kwntum — خطوط، بلور، ألوان فوق الهيرو) ─── */
.lp .header,
.lp-header-outer .header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: background 0.5s ease, backdrop-filter 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease, color 0.35s ease;
}
/* فوق الهيرو: بلور خفيف + طبقة داكنة شفافة — نص أبيض (kwntum) */
.lp .header.is-over-hero,
.lp-header-outer .header.is-over-hero {
    background: rgba(0,0,0,0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
}
.lp .header.is-over-hero .logo,
.lp .header.is-over-hero .nav-link,
.lp .header.is-over-hero .header-help,
.lp .header.is-over-hero .header-login,
.lp .header.is-over-hero .header-lang-btn,
.lp-header-outer .header.is-over-hero .logo,
.lp-header-outer .header.is-over-hero .nav-link,
.lp-header-outer .header.is-over-hero .header-help,
.lp-header-outer .header.is-over-hero .header-login,
.lp-header-outer .header.is-over-hero .header-lang-btn { color: rgba(255,255,255,0.95); }
.lp .header.is-over-hero .nav-link:hover,
.lp .header.is-over-hero .header-help:hover,
.lp .header.is-over-hero .header-login:hover,
.lp .header.is-over-hero .header-lang-btn:hover,
.lp-header-outer .header.is-over-hero .nav-link:hover,
.lp-header-outer .header.is-over-hero .header-help:hover,
.lp-header-outer .header.is-over-hero .header-login:hover,
.lp-header-outer .header.is-over-hero .header-lang-btn:hover { color: #fff; opacity: 1; }
.lp .header.is-over-hero .logo-icon svg rect,
.lp-header-outer .header.is-over-hero .logo-icon svg rect { fill: rgba(255,255,255,0.2); stroke: rgba(255,255,255,0.4); }
.lp .header.is-over-hero .logo-icon svg line,
.lp .header.is-over-hero .logo-icon svg circle,
.lp-header-outer .header.is-over-hero .logo-icon svg line,
.lp-header-outer .header.is-over-hero .logo-icon svg circle { stroke: #fff; }
.lp .header.is-over-hero .logo-icon svg circle,
.lp-header-outer .header.is-over-hero .logo-icon svg circle { fill: rgba(255,255,255,0.25); }
.lp .header.is-over-hero .btn-primary,
.lp-header-outer .header.is-over-hero .btn-primary {
    background: rgba(255,255,255,0.95);
    color: var(--black);
    border-color: rgba(255,255,255,0.9);
}
.lp .header.is-over-hero .btn-primary:hover,
.lp-header-outer .header.is-over-hero .btn-primary:hover {
    background: #fff;
    color: var(--black);
    border-color: #fff;
}
.lp .header.is-over-hero .header-divider,
.lp-header-outer .header.is-over-hero .header-divider { background: rgba(255,255,255,0.35); }
.lp .header.is-over-hero .mobile-menu-btn span,
.lp-header-outer .header.is-over-hero .mobile-menu-btn span { background: #fff; }
.lp .header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.lp .header-left {
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
    min-width: 0;
}
.lp .logo,
.lp-header-outer .logo {
    font-family: 'Cairo', 'Noto Kufi Arabic', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--black);
    flex-shrink: 0;
    -webkit-font-smoothing: antialiased;
}
.lp .logo:focus-visible,
.lp-header-outer .logo:focus-visible { outline: 2px solid var(--black); outline-offset: 4px; }
.lp .logo-icon,
.lp-header-outer .logo-icon {
    flex-shrink: 0;
    display: flex;
    line-height: 0;
}
.lp .logo-icon svg,
.lp-header-outer .logo-icon svg {
    height: 30px;
    width: 30px;
    display: block;
}
.lp .logo-text,
.lp-header-outer .logo-text {
    font-family: inherit;
    font-size: 1em;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
}
.lp .nav-links,
.lp-header-outer .nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
}
.lp .nav-dropdown-wrap,
.lp-header-outer .nav-dropdown-wrap {
    position: relative;
}
.lp .nav-link,
.lp-header-outer .nav-link {
    font-size: 13px;
    font-weight: 500;
    color: var(--black);
    background: none;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: opacity var(--transition);
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    cursor: pointer;
    border: none;
    font-family: 'Noto Kufi Arabic', sans-serif;
}
.lp .nav-link:hover,
.lp-header-outer .nav-link:hover { opacity: 0.8; }
.lp .nav-dropdown-wrap:hover .nav-link,
.lp .nav-dropdown-wrap.is-open .nav-link,
.lp-header-outer .nav-dropdown-wrap:hover .nav-link,
.lp-header-outer .nav-dropdown-wrap.is-open .nav-link { opacity: 1; }
.lp .nav-link svg,
.lp-header-outer .nav-link svg {
    width: 12px;
    height: 12px;
    transition: transform 0.25s var(--transition);
}
.lp .nav-dropdown-wrap.is-open .nav-link svg { transform: rotate(180deg); }
.lp .nav-dropdown,
.lp-header-outer .nav-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 220px;
    margin-top: 4px;
    padding: 8px 0;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-hover);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 9999;
}
.lp .nav-dropdown-wrap:hover .nav-dropdown,
.lp .nav-dropdown-wrap.is-open .nav-dropdown,
.lp-header-outer .nav-dropdown-wrap:hover .nav-dropdown,
.lp-header-outer .nav-dropdown-wrap.is-open .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.lp .nav-dropdown a,
.lp-header-outer .nav-dropdown a {
    display: block;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Noto Kufi Arabic', sans-serif;
    color: var(--black);
    transition: background var(--transition);
}
.lp .nav-dropdown a:hover,
.lp-header-outer .nav-dropdown a:hover { background: var(--gray-50); }
.lp .nav-dropdown-title,
.lp-header-outer .nav-dropdown-title {
    padding: 8px 18px 6px;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Noto Kufi Arabic', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--gray-500);
}
.lp .nav-dropdown-divider,
.lp-header-outer .nav-dropdown-divider { height: 1px; background: var(--gray-200); margin: 4px 0; }
.lp .header-actions,
.lp-header-outer .header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.lp .header-help,
.lp-header-outer .header-help {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Noto Kufi Arabic', sans-serif;
    color: var(--gray-600);
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: color var(--transition), background var(--transition);
}
.lp .header-help:hover,
.lp-header-outer .header-help:hover { color: var(--black); background: var(--gray-50); }
.lp .header-lang-wrap,
.lp-header-outer .header-lang-wrap {
    position: relative;
}
.lp .header-lang-btn,
.lp-header-outer .header-lang-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Noto Kufi Arabic', sans-serif;
    color: var(--gray-600);
    background: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: color var(--transition), background var(--transition);
}
.lp .header-lang-btn:hover,
.lp-header-outer .header-lang-btn:hover { color: var(--black); background: var(--gray-50); }
.lp .header-lang-btn svg,
.lp-header-outer .header-lang-btn svg { width: 12px; height: 12px; opacity: 0.7; }
.lp .header-lang-dropdown,
.lp-header-outer .header-lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 4px;
    min-width: 140px;
    padding: 6px 0;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-hover);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 9999;
}
.lp .header-lang-wrap.is-open .header-lang-dropdown,
.lp-header-outer .header-lang-wrap.is-open .header-lang-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.lp .header-lang-dropdown a,
.lp-header-outer .header-lang-dropdown a {
    display: block;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Noto Kufi Arabic', sans-serif;
    color: var(--black);
    transition: background var(--transition);
}
.lp .header-lang-dropdown a:hover,
.lp .header-lang-dropdown a.is-active,
.lp-header-outer .header-lang-dropdown a:hover,
.lp-header-outer .header-lang-dropdown a.is-active { background: var(--gray-50); }
.lp .header-login,
.lp-header-outer .header-login {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Noto Kufi Arabic', sans-serif;
    color: var(--gray-600);
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: color var(--transition), background var(--transition);
}
.lp .header-login:hover,
.lp-header-outer .header-login:hover { color: var(--black); background: var(--gray-50); }
.lp .header-divider,
.lp-header-outer .header-divider {
    width: 1px;
    height: 20px;
    background: var(--gray-200);
    margin: 0 4px;
    flex-shrink: 0;
}
.lp .header .btn-primary,
.lp-header-outer .header .btn-primary {
    background: var(--black);
    color: var(--white);
    border-radius: var(--radius-sm);
    padding: 9px 22px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Noto Kufi Arabic', sans-serif;
    transition: opacity var(--transition);
    border: 1px solid transparent;
}
.lp .header .btn-primary:hover,
.lp-header-outer .header .btn-primary:hover { opacity: 0.8; }
.lp .mobile-menu-btn,
.lp-header-outer .mobile-menu-btn {
    display: none;
    background: none;
    flex-direction: column;
    gap: 5px;
    padding: 4px;
    border: none;
    cursor: pointer;
}
.lp .mobile-menu-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--black);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.lp .mobile-menu-btn.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.lp .mobile-menu-btn.is-open span:nth-child(2) { opacity: 0; }
.lp .mobile-menu-btn.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu drawer */
.lp .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 95;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lp .mobile-menu-overlay.is-open { opacity: 1; visibility: visible; }
.lp .mobile-menu-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(320px, 85vw);
    max-width: 320px;
    background: var(--white);
    z-index: 96;
    box-shadow: -4px 0 24px rgba(0,0,0,0.12);
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    padding: 24px 20px 32px;
    padding-top: max(24px, env(safe-area-inset-top));
    padding-bottom: max(32px, env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.lp .mobile-menu-drawer.is-open { transform: translateX(0); }
.lp .mobile-menu-drawer .mobile-nav-section-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--gray-500);
    margin-bottom: 8px;
    padding: 0 4px;
}
.lp .mobile-menu-drawer .mobile-nav-link {
    display: block;
    padding: 14px 12px;
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    border-radius: var(--radius-sm);
    transition: background var(--transition);
}
.lp .mobile-menu-drawer .mobile-nav-link:hover { background: var(--gray-50); }
.lp .mobile-menu-drawer .mobile-menu-actions {
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid var(--gray-200);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lp .mobile-menu-drawer .btn-primary { width: 100%; justify-content: center; text-align: center; padding: 14px; }

@media (max-width: 768px) {
    .lp .header-inner { padding: 0 16px; }
    .lp .header-left { gap: 0; }
    .lp .logo { gap: 6px; font-size: 1.05rem; font-weight: 700; }
    .lp .logo-icon svg { height: 28px; width: 28px; }
    .lp .nav-links { display: none; }
    .lp .header-help { display: none; }
    .lp .header-lang-wrap { display: none; }
    .lp .header-divider { display: none; }
    .lp .header-login { display: none; }
    .lp .mobile-menu-btn { display: flex; }
}

/* Reading progress bar */
.lp[data-lp="kwntum"] .lp-reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--lp-black) 0%, #333 100%);
    transform-origin: 0 0;
    transform: scaleX(0);
    z-index: 9999;
    transition: transform 0.12s ease-out;
    pointer-events: none;
}

/* Hero — dark green full viewport */
.lp[data-lp="kwntum"] .lp-hero {
    min-height: 92vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px 60px;
    position: relative;
    overflow: hidden;
    background: #2d3a2e;
    transition: background 1.2s ease;
}
.lp[data-lp="kwntum"] .lp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.3) 100%);
    pointer-events: none;
}
.lp[data-lp="kwntum"] .lp-hero__content {
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 100%;
}
.lp[data-lp="kwntum"] .lp-hero__title {
    font-family: 'Cairo', var(--lp-font), serif;
    font-size: clamp(40px, 8vw, 82px);
    font-weight: 700;
    color: var(--lp-white);
    line-height: 1.15;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
}
.lp[data-lp="kwntum"] .lp-hero__subtitle {
    font-size: clamp(15px, 2.5vw, 18px);
    color: rgba(255,255,255,0.85);
    font-weight: 500;
    max-width: 520px;
    margin: 0 auto 28px;
    line-height: 1.6;
}
.lp[data-lp="kwntum"] .lp-hero__cta {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
}
.lp[data-lp="kwntum"] .lp-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 40px;
    font-size: 15px;
    font-weight: 700;
    border-radius: var(--lp-radius-sm);
    border: none;
    cursor: pointer;
    transition: opacity var(--lp-transition);
    text-decoration: none;
    font-family: inherit;
}
.lp[data-lp="kwntum"] .lp-hero__btn--white {
    background: var(--lp-white);
    color: var(--lp-black);
}
.lp[data-lp="kwntum"] .lp-hero__btn--white:hover {
    opacity: 0.85;
}
.lp[data-lp="kwntum"] .lp-hero__btn--secondary {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: var(--lp-white);
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
}
.lp[data-lp="kwntum"] .lp-hero__btn--secondary:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.4);
    color: var(--lp-white);
}
.lp[data-lp="kwntum"] .lp-hero__subtext {
    color: rgba(255,255,255,0.55);
    font-size: 13px;
    font-weight: 400;
}
.lp[data-lp="kwntum"] .lp-hero__dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 36px;
    position: relative;
    z-index: 2;
}
.lp[data-lp="kwntum"] .lp-hero__dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255,255,255,0.3);
    border: none;
    cursor: pointer;
    transition: all 0.4s ease;
}
.lp[data-lp="kwntum"] .lp-hero__dot.active {
    width: 32px;
    background: #fff;
}
.lp[data-lp="kwntum"] .lp-hero__templates {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-top: 44px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.lp[data-lp="kwntum"] .lp-hero__tpl {
    width: 100px;
    text-align: center;
    border: 2px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.5s ease;
    opacity: 0.4;
    transform: scale(0.92);
    background: transparent;
}
.lp[data-lp="kwntum"] .lp-hero__tpl.active {
    border-color: #fff;
    opacity: 1;
    transform: scale(1.08);
}
.lp[data-lp="kwntum"] .lp-hero__tpl-inner {
    width: 100%;
    height: 56px;
    border-radius: 6px;
    transition: background 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp[data-lp="kwntum"] .lp-hero__tpl-inner svg {
    width: 28px;
    height: 28px;
    opacity: 0.9;
}
/* ألوان قوالب الهيرو (بدون inline style) */
.lp[data-lp="kwntum"] .lp-hero__tpl-inner--fashion { background: #8fa98b; }
.lp[data-lp="kwntum"] .lp-hero__tpl-inner--electronics { background: #e2725b; }
.lp[data-lp="kwntum"] .lp-hero__tpl-inner--accessories { background: #d4a574; }
.lp[data-lp="kwntum"] .lp-hero__tpl-inner--food { background: #c4956a; }
.lp[data-lp="kwntum"] .lp-hero__tpl-inner--craft { background: #c9b99a; }
.lp[data-lp="kwntum"] .lp-hero__tpl-label {
    font-size: 10px;
    color: rgba(255,255,255,0.6);
    margin-top: 6px;
    display: block;
}

/* Fade sections */
.lp[data-lp="kwntum"] .lp-fade-section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.lp[data-lp="kwntum"] .lp-fade-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Stats */
.lp[data-lp="kwntum"] .lp-stats {
    padding: 56px 24px;
    margin: 0 auto;
    max-width: 1000px;
    background: var(--lp-gray-50);
    border-top: 1px solid var(--lp-gray-200);
    border-bottom: 1px solid var(--lp-gray-200);
}
.lp[data-lp="kwntum"] .lp-stats__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.lp[data-lp="kwntum"] .lp-stats__title {
    font-family: 'Cairo', var(--lp-font), serif;
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 700;
    color: var(--lp-black);
    margin-bottom: 6px;
    letter-spacing: -0.02em;
    text-align: center;
}
.lp[data-lp="kwntum"] .lp-stats__desc {
    font-size: 14px;
    color: var(--lp-gray-600);
    max-width: 380px;
    margin: 0 auto;
    line-height: 1.6;
    text-align: center;
}
.lp[data-lp="kwntum"] .lp-stats__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.lp[data-lp="kwntum"] .lp-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    gap: 6px;
    text-align: center;
    border-inline-start: 1px solid var(--lp-gray-200);
}
.lp[data-lp="kwntum"] .lp-stat-item:first-child {
    border-inline-start: none;
}
.lp[data-lp="kwntum"] .lp-stat-number {
    font-family: 'Cairo', var(--lp-font), serif;
    font-size: clamp(28px, 3.5vw, 38px);
    font-weight: 700;
    letter-spacing: -0.03em;
    direction: ltr;
    line-height: 1.1;
    color: var(--lp-black);
}
.lp[data-lp="kwntum"] .lp-stat-label {
    font-size: 12px;
    color: var(--lp-gray-500);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4;
}
@media (max-width: 640px) {
    .lp[data-lp="kwntum"] .lp-stats__grid {
        grid-template-columns: 1fr;
    }
    .lp[data-lp="kwntum"] .lp-stat-item {
        border-inline-start: none;
        border-top: 1px solid var(--lp-gray-200);
        padding: 16px;
    }
    .lp[data-lp="kwntum"] .lp-stat-item:first-child {
        border-top: none;
    }
}

/* Section common */
.lp[data-lp="kwntum"] .lp-section {
    padding: 48px 24px 56px;
}
.lp[data-lp="kwntum"] .lp-section--gray {
    background: var(--lp-gray-50);
}
.lp[data-lp="kwntum"] .lp-section__title {
    font-family: 'Cairo', var(--lp-font), serif;
    font-size: clamp(24px, 3.5vw, 36px);
    font-weight: 700;
    text-align: center;
    margin: 0 0 8px;
    line-height: 1.3;
}
.lp[data-lp="kwntum"] .lp-section__subtitle {
    font-size: 15px;
    color: var(--lp-gray-600);
    text-align: center;
    margin: 0 auto 28px;
    max-width: 480px;
    line-height: 1.6;
}

/* Tabs */
.lp[data-lp="kwntum"] .lp-tab-bar {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding: 0 16px;
}
.lp[data-lp="kwntum"] .lp-tab-btn {
    background: none;
    border: 1px solid var(--lp-gray-200);
    border-radius: 24px;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 500;
    color: var(--lp-gray-600);
    transition: all 0.3s;
    cursor: pointer;
    font-family: inherit;
}
.lp[data-lp="kwntum"] .lp-tab-btn:hover {
    border-color: #aaa;
}
.lp[data-lp="kwntum"] .lp-tab-btn.active {
    background: var(--lp-black);
    color: var(--lp-white);
    border-color: var(--lp-black);
}

/* Business card container: عرض البطاقة النشطة فقط (المحتوى من Blade) */
.lp[data-lp="kwntum"] .lp-business-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    min-height: 200px;
}
.lp[data-lp="kwntum"] .lp-business-container .lp-business-card {
    display: none;
}
.lp[data-lp="kwntum"] .lp-business-container .lp-business-card.active {
    display: flex;
}

/* Carousel */
.lp[data-lp="kwntum"] .lp-carousel-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.lp[data-lp="kwntum"] .lp-carousel-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 16px 4px 28px;
    scrollbar-width: thin;
}
.lp[data-lp="kwntum"] .lp-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--lp-white);
    border: 1px solid var(--lp-gray-200);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all var(--lp-transition);
}
.lp[data-lp="kwntum"] .lp-carousel-btn:hover {
    box-shadow: var(--lp-shadow-hover);
}
.lp[data-lp="kwntum"] .lp-carousel-btn--prev {
    right: -8px;
}
.lp[data-lp="kwntum"] .lp-carousel-btn--next {
    left: -8px;
}
.lp[data-lp="kwntum"] .lp-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding: 0 24px;
}
.lp[data-lp="kwntum"] .lp-carousel-dots .lp-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lp-gray-200);
    border: none;
    cursor: pointer;
    transition: background var(--lp-transition), transform var(--lp-transition);
}
.lp[data-lp="kwntum"] .lp-carousel-dots .lp-carousel-dot:hover {
    background: var(--lp-gray-400);
}
.lp[data-lp="kwntum"] .lp-carousel-dots .lp-carousel-dot.active {
    background: var(--lp-black);
    transform: scale(1.2);
}

/* Feature card (in carousel) */
.lp[data-lp="kwntum"] .lp-feature-card {
    min-width: 290px;
    max-width: 290px;
    background: var(--lp-white);
    border-radius: var(--lp-radius-lg);
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid var(--lp-gray-200);
    transition: all var(--lp-transition);
    flex-shrink: 0;
}
.lp[data-lp="kwntum"] .lp-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--lp-shadow-hover);
}
/* ألوان خلفية بطاقة الميزات (كاروسيل) — بدون inline style من JS */
.lp[data-lp="kwntum"] .lp-feature-card__img--0 { background: #f3efe8; }
.lp[data-lp="kwntum"] .lp-feature-card__img--1 { background: #e8f0ec; }
.lp[data-lp="kwntum"] .lp-feature-card__img--2 { background: #eee8f3; }
.lp[data-lp="kwntum"] .lp-feature-card__img--3 { background: #e8ecf3; }
.lp[data-lp="kwntum"] .lp-feature-card__img--4 { background: #f3e8e8; }
.lp[data-lp="kwntum"] .lp-feature-card__img--5 { background: #e8f3f0; }
.lp[data-lp="kwntum"] .lp-feature-card__img--6 { background: #f3f0e8; }
.lp[data-lp="kwntum"] .lp-feature-card__img--7 { background: #e8e8f3; }
.lp[data-lp="kwntum"] .lp-feature-card__img--8 { background: #f0f3e8; }
.lp[data-lp="kwntum"] .lp-feature-card__img {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp[data-lp="kwntum"] .lp-feature-card__circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lp-black);
}
.lp[data-lp="kwntum"] .lp-feature-card__circle svg {
    width: 36px;
    height: 36px;
}
.lp[data-lp="kwntum"] .lp-feature-card__title {
    font-size: 16px;
    font-weight: 700;
    padding: 18px 22px 6px;
}
.lp[data-lp="kwntum"] .lp-feature-card__desc {
    font-size: 14px;
    color: var(--lp-gray-600);
    padding: 0 22px 22px;
    line-height: 1.7;
}

/* Business card */
.lp[data-lp="kwntum"] .lp-business-card {
    display: flex;
    border-radius: var(--lp-radius-lg);
    overflow: hidden;
    background: var(--lp-white);
    border: 1px solid var(--lp-gray-200);
    max-width: 920px;
    margin: 0 auto;
    transition: all var(--lp-transition);
    flex-wrap: wrap;
}
.lp[data-lp="kwntum"] .lp-business-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow-hover);
}
/* ألوان صورة بطاقة الأعمال (تبويبات) — بدون inline style من JS */
.lp[data-lp="kwntum"] .lp-business-card__image--0 { background: #f5ede4; }
.lp[data-lp="kwntum"] .lp-business-card__image--1 { background: #e8ece4; }
.lp[data-lp="kwntum"] .lp-business-card__image--2 { background: #e4e8ec; }
.lp[data-lp="kwntum"] .lp-business-card__image--3 { background: #ece4e8; }
.lp[data-lp="kwntum"] .lp-business-card__image--4 { background: #f0e8d8; }
.lp[data-lp="kwntum"] .lp-business-card__image--5 { background: #e4ecf0; }
.lp[data-lp="kwntum"] .lp-business-card__image--6 { background: #f0f0e4; }
.lp[data-lp="kwntum"] .lp-business-card__image--7 { background: #e8e4f0; }
.lp[data-lp="kwntum"] .lp-business-card__image {
    flex: 1 1 340px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.lp[data-lp="kwntum"] .lp-business-card__content {
    flex: 1 1 340px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lp[data-lp="kwntum"] .lp-business-card__title {
    font-family: 'Cairo', var(--lp-font), serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 14px;
}
.lp[data-lp="kwntum"] .lp-business-card__desc {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 14px;
}
.lp[data-lp="kwntum"] .lp-business-card__tags {
    font-size: 13px;
    color: var(--lp-gray-400);
    margin-bottom: 24px;
}
.lp[data-lp="kwntum"] .lp-arrow-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--lp-black);
    color: var(--lp-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity var(--lp-transition);
    transform: scaleX(-1);
    border: none;
    cursor: pointer;
}

/* AI section */
.lp[data-lp="kwntum"] .lp-ai {
    padding: 56px 24px;
    background: linear-gradient(180deg, var(--lp-gray-100) 0%, #fff 100%);
}
.lp[data-lp="kwntum"] .lp-ai__inner {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}
.lp[data-lp="kwntum"] .lp-ai__title {
    font-family: 'Cairo', var(--lp-font), serif;
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 700;
    margin-bottom: 8px;
}
.lp[data-lp="kwntum"] .lp-ai__subtitle {
    font-size: 16px;
    color: var(--lp-gray-400);
    margin-bottom: 52px;
}
.lp[data-lp="kwntum"] .lp-ai__cards {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.lp[data-lp="kwntum"] .lp-ai-card {
    flex: 1 1 300px;
    max-width: 420px;
    background: var(--lp-white);
    border-radius: var(--lp-radius-lg);
    padding: 36px;
    text-align: right;
    border: 1px solid var(--lp-gray-200);
    transition: all var(--lp-transition);
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
}
.lp[data-lp="kwntum"] .lp-ai-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--lp-shadow-hover);
}
.lp[data-lp="kwntum"] .lp-ai-card--featured {
    border-color: var(--lp-black);
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.lp[data-lp="kwntum"] .lp-ai-card__icon {
    width: 54px;
    height: 54px;
    border-radius: var(--lp-radius-md);
    background: var(--lp-gray-100);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}
.lp[data-lp="kwntum"] .lp-ai-card--featured .lp-ai-card__icon {
    background: var(--lp-black);
    color: var(--lp-white);
}
.lp[data-lp="kwntum"] .lp-ai-card__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.lp[data-lp="kwntum"] .lp-ai-card__desc {
    font-size: 14px;
    color: var(--lp-gray-600);
    line-height: 1.7;
    margin-bottom: 18px;
}
.lp[data-lp="kwntum"] .lp-ai-card__link {
    font-size: 14px;
    font-weight: 700;
    color: var(--lp-black);
}

/* Templates section */
.lp[data-lp="kwntum"] .lp-templates-section {
    padding: 48px 24px 56px;
    text-align: center;
}
.lp[data-lp="kwntum"] .lp-templates-section__actions {
    margin-bottom: 44px;
}
.lp[data-lp="kwntum"] .lp-btn-primary {
    background: var(--lp-black);
    color: var(--lp-white);
    border-radius: var(--lp-radius-sm);
    padding: 9px 22px;
    font-size: 13px;
    font-weight: 600;
    transition: opacity var(--lp-transition);
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-family: inherit;
}
.lp[data-lp="kwntum"] .lp-btn-primary:hover {
    opacity: 0.8;
}
.lp[data-lp="kwntum"] .lp-template-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}
.lp[data-lp="kwntum"] .lp-template-item {
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all var(--lp-transition);
    cursor: pointer;
}
.lp[data-lp="kwntum"] .lp-template-item:hover {
    transform: translateY(-5px);
}
.lp[data-lp="kwntum"] .lp-template-thumb {
    width: 100%;
    height: 280px;
    border-radius: var(--lp-radius-md);
    border: 1px solid var(--lp-gray-200);
}
/* ألوان معاينة القوالب (بدون inline style) */
.lp[data-lp="kwntum"] .lp-template-thumb--1 { background: #d4c8a8; }
.lp[data-lp="kwntum"] .lp-template-thumb--2 { background: #a8c4d4; }
.lp[data-lp="kwntum"] .lp-template-thumb--3 { background: #c4a8d4; }
.lp[data-lp="kwntum"] .lp-template-thumb--4 { background: #a8d4b8; }
.lp[data-lp="kwntum"] .lp-template-name {
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

/* Templates section — تخطيط الهاتف */
@media (max-width: 768px) {
    .lp[data-lp="kwntum"] .lp-templates-section {
        padding: 32px 16px 40px;
    }
    .lp[data-lp="kwntum"] .lp-templates-section__actions {
        margin-bottom: 28px;
    }
    .lp[data-lp="kwntum"] .lp-templates-section .lp-section__title {
        font-size: clamp(22px, 5vw, 28px);
        margin-bottom: 20px;
    }
    .lp[data-lp="kwntum"] .lp-template-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        max-width: none;
        margin: 0 auto;
    }
    .lp[data-lp="kwntum"] .lp-template-item {
        width: 100%;
        min-width: 0;
    }
    .lp[data-lp="kwntum"] .lp-template-thumb {
        height: 200px;
    }
    .lp[data-lp="kwntum"] .lp-template-name {
        font-size: 12px;
        margin-top: 8px;
    }
}
@media (max-width: 480px) {
    .lp[data-lp="kwntum"] .lp-templates-section {
        padding: 24px 12px 32px;
    }
    .lp[data-lp="kwntum"] .lp-templates-section__actions {
        margin-bottom: 20px;
    }
    .lp[data-lp="kwntum"] .lp-template-grid {
        gap: 10px;
    }
    .lp[data-lp="kwntum"] .lp-template-thumb {
        height: 160px;
    }
    .lp[data-lp="kwntum"] .lp-template-name {
        font-size: 11px;
    }
}

/* Domain section */
.lp[data-lp="kwntum"] .lp-domain-section {
    padding: 48px 24px 56px;
    text-align: center;
    background: var(--lp-black);
    color: var(--lp-white);
}
.lp[data-lp="kwntum"] .lp-domain-section__title {
    font-family: 'Cairo', var(--lp-font), serif;
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 700;
    margin-bottom: 36px;
}
.lp[data-lp="kwntum"] .lp-domain-search-box {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 560px;
    margin: 0 auto;
    background: #1a1a1a;
    border-radius: var(--lp-radius-sm);
    padding: 8px 16px 8px 8px;
    border: 1px solid #333;
}
.lp[data-lp="kwntum"] .lp-domain-input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    color: var(--lp-white);
    font-size: 15px;
    font-family: inherit;
    padding: 8px 0;
}
.lp[data-lp="kwntum"] .lp-domain-input::placeholder {
    color: #666;
}
.lp[data-lp="kwntum"] .lp-domain-search-btn {
    background: var(--lp-white);
    color: var(--lp-black);
    border: none;
    border-radius: var(--lp-radius-sm);
    padding: 10px 24px;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
    cursor: pointer;
    font-family: inherit;
}
.lp[data-lp="kwntum"] .lp-domain-transfer {
    font-size: 14px;
    color: #888;
    margin-top: 14px;
}
.lp[data-lp="kwntum"] .lp-domain-transfer a {
    color: var(--lp-white);
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    text-decoration: none;
}

/* Trusted */
.lp[data-lp="kwntum"] .lp-trusted {
    padding: 48px 24px 56px;
    text-align: center;
}
.lp[data-lp="kwntum"] .lp-trusted__avatars {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}
.lp[data-lp="kwntum"] .lp-trusted__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid var(--lp-white);
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    display: inline-block;
}
.lp[data-lp="kwntum"] .lp-trusted__avatar:not(:first-child) {
    margin-right: -14px;
}
/* ألوان أفاتار "موثوق" (بدون inline style) */
.lp[data-lp="kwntum"] .lp-trusted__avatar--1 { background: hsl(30, 45%, 72%); }
.lp[data-lp="kwntum"] .lp-trusted__avatar--2 { background: hsl(90, 40%, 72%); }
.lp[data-lp="kwntum"] .lp-trusted__avatar--3 { background: hsl(180, 40%, 72%); }
.lp[data-lp="kwntum"] .lp-trusted__avatar--4 { background: hsl(240, 35%, 75%); }
.lp[data-lp="kwntum"] .lp-trusted__avatar--5 { background: hsl(330, 40%, 72%); }
.lp[data-lp="kwntum"] .lp-trusted__title {
    font-family: 'Cairo', var(--lp-font), serif;
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 700;
}

/* Marquee */
@keyframes lp-marqueeRTL {
    0% { transform: translateX(0); }
    100% { transform: translateX(50%); }
}
.lp[data-lp="kwntum"] .lp-marquee {
    padding: 44px 0;
    overflow: hidden;
    background: var(--lp-gray-50);
}
.lp[data-lp="kwntum"] .lp-marquee__track {
    overflow: hidden;
    white-space: nowrap;
}
.lp[data-lp="kwntum"] .lp-marquee__content {
    display: inline-flex;
    gap: 36px;
    animation: lp-marqueeRTL 45s linear infinite;
}
.lp[data-lp="kwntum"] .lp-marquee__content .lp-marquee__item {
    font-size: 13px;
    color: var(--lp-gray-400);
    font-weight: 500;
    letter-spacing: 0.02em;
    direction: ltr;
}
.lp[data-lp="kwntum"] .lp-marquee__label {
    text-align: center;
    font-size: 13px;
    color: #bbb;
    margin-top: 18px;
}

/* Steps grid */
.lp[data-lp="kwntum"] .lp-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    max-width: 1020px;
    margin: 44px auto 0;
}
.lp[data-lp="kwntum"] .lp-step-item {
    padding: 24px;
}
.lp[data-lp="kwntum"] .lp-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--lp-black);
    color: var(--lp-white);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
}
.lp[data-lp="kwntum"] .lp-step-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}
.lp[data-lp="kwntum"] .lp-step-desc {
    font-size: 14px;
    color: var(--lp-gray-600);
    line-height: 1.8;
}

/* FAQ */
.lp[data-lp="kwntum"] .lp-faq-section {
    padding: 48px 24px 56px;
    max-width: 800px;
    margin: 0 auto;
}
.lp[data-lp="kwntum"] .lp-faq-item {
    border-bottom: 1px solid var(--lp-gray-200);
}
.lp[data-lp="kwntum"] .lp-faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    background: none;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    color: var(--lp-black);
    gap: 16px;
    transition: color var(--lp-transition);
    border: none;
    cursor: pointer;
    font-family: inherit;
}
.lp[data-lp="kwntum"] .lp-faq-question:hover {
    color: #555;
}
.lp[data-lp="kwntum"] .lp-faq-question.open .lp-faq-chevron {
    transform: rotate(180deg);
}
.lp[data-lp="kwntum"] .lp-faq-chevron {
    flex-shrink: 0;
    transition: transform 0.35s ease;
    width: 16px;
    height: 16px;
}
.lp[data-lp="kwntum"] .lp-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease, padding 0.3s ease;
}
.lp[data-lp="kwntum"] .lp-faq-answer.open {
    max-height: 500px;
}
.lp[data-lp="kwntum"] .lp-faq-answer-inner {
    font-size: 14px;
    color: var(--lp-gray-600);
    line-height: 1.9;
    padding-bottom: 24px;
}

/* Support section */
.lp[data-lp="kwntum"] .lp-support-section {
    padding: 48px 24px 56px;
    background: var(--lp-gray-100);
}
.lp[data-lp="kwntum"] .lp-support-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 720px;
    margin: 44px auto 0;
}
.lp[data-lp="kwntum"] .lp-support-card {
    flex: 1 1 290px;
    max-width: 340px;
    background: var(--lp-white);
    border-radius: var(--lp-radius-md);
    padding: 32px;
    border: 1px solid var(--lp-gray-200);
    cursor: pointer;
    transition: all var(--lp-transition);
    text-decoration: none;
    color: inherit;
    display: block;
}
.lp[data-lp="kwntum"] .lp-support-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow-hover);
}
.lp[data-lp="kwntum"] .lp-support-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.lp[data-lp="kwntum"] .lp-support-card p {
    font-size: 14px;
    color: var(--lp-gray-600);
    line-height: 1.7;
}
.lp[data-lp="kwntum"] .lp-support-card__arrow {
    display: inline-block;
    margin-top: 14px;
    font-size: 18px;
    font-weight: 600;
    transform: scaleX(-1);
}

/* Final CTA */
.lp[data-lp="kwntum"] .lp-final-cta {
    padding: 80px 24px;
    background: var(--lp-black);
    color: var(--lp-white);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.lp[data-lp="kwntum"] .lp-final-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(80,80,120,0.15) 0%, transparent 60%);
    pointer-events: none;
}
.lp[data-lp="kwntum"] .lp-final-cta__inner {
    position: relative;
    z-index: 2;
}
.lp[data-lp="kwntum"] .lp-final-cta__title {
    font-family: 'Cairo', var(--lp-font), serif;
    font-size: clamp(34px, 6vw, 64px);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 18px;
}
.lp[data-lp="kwntum"] .lp-final-cta__sub {
    font-size: 15px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 36px;
}

/* Footer */
.lp[data-lp="kwntum"] .lp-footer {
    background: var(--lp-black);
    color: var(--lp-white);
    padding: 68px 24px 44px;
    border-top: 1px solid #1a1a1a;
}
.lp[data-lp="kwntum"] .lp-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.lp[data-lp="kwntum"] .lp-footer__columns {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}
.lp[data-lp="kwntum"] .lp-footer__col {
    flex: 1 1 150px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.lp[data-lp="kwntum"] .lp-footer__col-title {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #777;
    margin-bottom: 10px;
}
.lp[data-lp="kwntum"] .lp-footer__link {
    font-size: 13px;
    color: #777;
    line-height: 2;
    transition: color var(--lp-transition);
    text-decoration: none;
}
.lp[data-lp="kwntum"] .lp-footer__link:hover {
    color: #ccc;
    text-decoration: underline;
}
.lp[data-lp="kwntum"] .lp-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 28px;
    border-top: 1px solid #222;
}
.lp[data-lp="kwntum"] .lp-footer__legal {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}
.lp[data-lp="kwntum"] .lp-footer__legal span,
.lp[data-lp="kwntum"] .lp-footer__legal a {
    font-size: 12px;
    color: #666;
    text-decoration: none;
}
.lp[data-lp="kwntum"] .lp-footer__legal a:hover {
    color: #aaa;
}

/* ─── Base & layout ────────────────────────────────────────────────────── */
.lp {
    font-family: var(--lp-font);
    color: var(--lp-text);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

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

.lp {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    min-width: 0;
}

.lp > section {
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
}

/* ─── Buttons ─────────────────────────────────────────────────────────── */
.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: var(--lp-font);
    font-weight: 600;
    border: none;
    border-radius: var(--lp-radius);
    cursor: pointer;
    transition: transform 0.2s var(--lp-ease), box-shadow 0.2s var(--lp-ease), background 0.2s var(--lp-ease);
}

.lp-btn__icon {
    flex-shrink: 0;
}

.lp-btn--primary {
    background: var(--lp-gradient);
    color: #fff;
    box-shadow: 0 1px 2px rgba(37, 99, 235, 0.2);
}

.lp-btn--primary:hover {
    opacity: 0.95;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
}

.lp-btn--secondary {
    background: transparent;
    color: var(--lp-text-muted);
    border: 1px solid var(--lp-border);
}

.lp-btn--secondary:hover {
    border-color: rgba(0, 0, 0, 0.12);
    background: var(--lp-bg-subtle);
    color: var(--lp-text);
}

.lp-btn--inverse {
    background: #fff;
    color: var(--lp-accent);
}

.lp-btn--inverse:hover {
    background: #f8fafc;
    color: var(--lp-accent-hover);
    transform: translateY(-1px);
}

.lp-btn--lg {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    min-height: 44px;
}

.lp-btn--xl {
    padding: 1rem 2.25rem;
    font-size: 1.125rem;
}

/* ═══════════════════════════════════════════════════════════════════════════
   HERO — متناسق مع الهيدر: خلفية بيضاء، نفس التدرج والزوايا والطباعة
   ═══════════════════════════════════════════════════════════════════════════ */
.lp-hero {
    min-height: auto;
    padding: calc(var(--lp-nav-h) + 1.5rem) 0 2.5rem;
    display: flex;
    align-items: center;
    background: var(--lp-hero-bg);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
}

.lp-hero__inner {
    width: 100%;
    max-width: min(1200px, 100%);
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    min-width: 0;
}

.lp-hero__content {
    max-width: 520px;
    min-width: 0;
}

.lp-hero__headline {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--lp-hero-fg);
    margin: 0 0 1rem;
}

.lp-hero__headline-accent {
    display: block;
    background: var(--lp-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lp-hero__subline {
    font-size: 15px;
    font-weight: 400;
    color: var(--lp-hero-muted);
    line-height: 1.6;
    margin: 0 0 1.75rem;
}

.lp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 2.25rem;
}

.lp-hero__stats {
    display: flex;
    gap: 2rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.lp-hero__stat {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.lp-hero__stat-num {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--lp-hero-fg);
    letter-spacing: -0.02em;
}

.lp-hero__stat-label {
    font-size: 14px;
    font-weight: 400;
    color: var(--lp-hero-muted);
}

/* ═══ Hero Visual — حيوية وطبقات وحركة خفيفة ═══ */
.lp-hero__visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    min-width: 0;
}

/* خلفية ناعمة مع نقاط أو توهج */
.lp-hero__visual-bg {
    position: absolute;
    inset: -20%;
    background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(37, 99, 235, 0.06) 0%, transparent 55%);
    pointer-events: none;
}

.lp-hero__mock {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.lp-hero__mock--main {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 440px;
    animation: lp-hero-mock-float 6s ease-in-out infinite;
}

@keyframes lp-hero-mock-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.lp-hero__mock-bar {
    height: 44px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--lp-bg-subtle);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.lp-hero__mock-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.12);
}

.lp-hero__mock-dot:nth-child(1) { background: #ff5f57; }
.lp-hero__mock-dot:nth-child(2) { background: #febc2e; }
.lp-hero__mock-dot:nth-child(3) { background: #28c840; }

.lp-hero__mock-url {
    flex: 1;
    max-width: 160px;
    height: 20px;
    margin-right: 10px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.lp-hero__mock-body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lp-hero__mock-row {
    display: flex;
    gap: 0.75rem;
    align-items: stretch;
}

.lp-hero__mock-card {
    border-radius: 8px;
    flex: 1;
    min-height: 0;
}

/* رسم بياني مصغّر مع حركة */
.lp-hero__mock-card--chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    gap: 6px;
    height: 72px;
    padding: 12px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.06) 0%, rgba(6, 182, 212, 0.04) 100%);
    border: 1px solid rgba(37, 99, 235, 0.08);
}

.lp-hero__mock-bar-chart {
    flex: 1;
    max-width: 24px;
    height: 100%;
    min-height: 12px;
    background: linear-gradient(180deg, var(--lp-accent) 0%, var(--lp-accent-secondary) 100%);
    border-radius: 4px 4px 0 0;
    animation: lp-hero-bars 2.5s ease-in-out infinite;
}

.lp-hero__mock-bar-chart:nth-child(1) { animation-delay: 0s; height: 45%; }
.lp-hero__mock-bar-chart:nth-child(2) { animation-delay: 0.2s; height: 70%; }
.lp-hero__mock-bar-chart:nth-child(3) { animation-delay: 0.4s; height: 55%; }
.lp-hero__mock-bar-chart:nth-child(4) { animation-delay: 0.6s; height: 85%; }
.lp-hero__mock-bar-chart:nth-child(5) { animation-delay: 0.8s; height: 60%; }

@keyframes lp-hero-bars {
    0%, 100% { opacity: 0.9; transform: scaleY(1); }
    50% { opacity: 1; transform: scaleY(1.05); }
}

.lp-hero__mock-card--stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: var(--lp-bg-subtle);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.lp-hero__mock-stat-num {
    width: 36px;
    height: 18px;
    background: linear-gradient(90deg, var(--lp-accent), var(--lp-accent-secondary));
    border-radius: 4px;
    opacity: 0.9;
}

.lp-hero__mock-stat-label {
    width: 48px;
    height: 10px;
    margin-top: 6px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 2px;
}

/* صف المنتجات */
.lp-hero__mock-row--product {
    gap: 0.75rem;
}

.lp-hero__mock-product {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.06) 0%, rgba(6, 182, 212, 0.08) 100%);
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 8px;
    flex: 1;
    min-width: 0;
    animation: lp-hero-card-in 0.6s ease-out backwards;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.06);
}

.lp-hero__mock-product:nth-child(1) {
    animation-delay: 0.1s;
}

.lp-hero__mock-product:nth-child(2) {
    animation-delay: 0.25s;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.06) 0%, rgba(37, 99, 235, 0.06) 100%);
    border-color: rgba(6, 182, 212, 0.14);
    box-shadow: 0 2px 8px rgba(6, 182, 212, 0.06);
}

@keyframes lp-hero-card-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lp-hero__mock-product-img {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.15) 0%, rgba(6, 182, 212, 0.1) 100%);
    border-radius: 8px;
}

.lp-hero__mock-product--sm .lp-hero__mock-product-img {
    width: 36px;
    height: 36px;
}

.lp-hero__mock-product-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lp-hero__mock-line {
    height: 10px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 2px;
}

.lp-hero__mock-line--title {
    width: 75%;
    height: 12px;
}

.lp-hero__mock-line--price {
    width: 35%;
    height: 10px;
}

/* بطاقات عائمة صغيرة للعمق */
.lp-hero__mock--float {
    position: absolute;
    z-index: 1;
    padding: 12px 16px;
    animation: lp-hero-float-card 5s ease-in-out infinite;
}

.lp-hero__mock--float-1 {
    top: 5%;
    right: -8%;
    animation-delay: 0s;
}

[dir="rtl"] .lp-hero__mock--float-1 {
    right: auto;
    left: -8%;
}

.lp-hero__mock--float-2 {
    bottom: 15%;
    left: -5%;
    animation-delay: 1.5s;
}

[dir="rtl"] .lp-hero__mock--float-2 {
    left: auto;
    right: -5%;
}

@keyframes lp-hero-float-card {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.95; }
    50% { transform: translateY(-6px) scale(1.02); opacity: 1; }
}

.lp-hero__mock-float-inner {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lp-hero__mock-float-icon {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-secondary));
    border-radius: 6px;
    opacity: 0.9;
}

.lp-hero__mock-float-text {
    width: 56px;
    height: 10px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.lp-hero__mock-float-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.35);
    animation: lp-hero-dot-pulse 1.5s ease-in-out infinite;
}

.lp-hero__mock-float-dot:nth-child(2) { animation-delay: 0.3s; }
.lp-hero__mock-float-dot:nth-child(3) { animation-delay: 0.6s; }

@keyframes lp-hero-dot-pulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}

/* ─── Hero responsive ─────────────────────────────────────────────────── */
@media (max-width: 960px) {
    .lp-hero__inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2.5rem;
    }
    .lp-hero__content {
        max-width: none;
    }
    .lp-hero__headline-accent {
        display: inline;
    }
    .lp-hero__actions {
        justify-content: center;
    }
    .lp-hero__stats {
        justify-content: center;
    }
    .lp-hero__visual {
        order: -1;
        min-height: 260px;
    }
    .lp-hero__mock--main {
        max-width: 340px;
        margin: 0 auto;
    }
    .lp-hero__mock--float {
        display: none;
    }
    .lp-hero__visual-bg {
        inset: -10%;
    }
}

@media (max-width: 640px) {
    .lp-hero {
        padding: calc(var(--lp-nav-h) + 1rem) 0 2rem;
    }
    .lp-hero__inner {
        padding: 0 16px;
        gap: 2rem;
    }
    .lp-hero__headline {
        font-size: 1.75rem;
    }
    .lp-hero__subline {
        font-size: 15px;
    }
    .lp-hero__actions {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .lp-hero__actions .lp-btn {
        width: 100%;
        justify-content: center;
    }
    .lp-hero__stats {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem;
        padding-top: 1.25rem;
    }
    .lp-hero__stat-num {
        font-size: 1.25rem;
    }
    .lp-hero__stat-label {
        font-size: 13px;
    }
    .lp-hero__visual {
        min-height: 200px;
    }
    .lp-hero__mock--main {
        max-width: 100%;
        animation: none;
    }
    .lp-hero__mock-body {
        padding: 1rem;
    }
    .lp-hero__mock-row {
        flex-direction: column;
    }
    .lp-hero__mock-card--chart {
        height: 56px;
    }
    .lp-hero__mock-bar-chart {
        animation: none;
    }
    .lp-hero__mock-product {
        animation: none;
    }
    .lp-hero__mock-product--sm {
        display: none;
    }
}

@media (max-width: 380px) {
    .lp-hero__inner {
        padding: 0 12px;
    }
    .lp-hero__headline {
        font-size: 1.5rem;
    }
    .lp-hero__actions {
        max-width: none;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   TRUST — هوية الهيرو: خلفية، تدرج، رسومات عائمة، حركة وبطاقات حيوية
   ═══════════════════════════════════════════════════════════════════════════ */
.lp-trust {
    position: relative;
    padding: 0 0 2.5rem;
    background: var(--lp-hero-bg);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.lp-trust::before {
    content: '';
    position: absolute;
    inset: -15% 0 0;
    background: radial-gradient(ellipse 80% 50% at 50% 30%, rgba(37, 99, 235, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

/* جسر بصري */
.lp-trust__bridge {
    position: relative;
    height: 4px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.lp-trust__bridge-line {
    display: block;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(37, 99, 235, 0.2) 20%, rgba(6, 182, 212, 0.3) 50%, rgba(37, 99, 235, 0.2) 80%, transparent 100%);
}

[dir="rtl"] .lp-trust__bridge-line {
    background: linear-gradient(270deg, transparent 0%, rgba(37, 99, 235, 0.2) 20%, rgba(6, 182, 212, 0.3) 50%, rgba(37, 99, 235, 0.2) 80%, transparent 100%);
}

.lp-trust__bridge-glow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 400px;
    height: 8px;
    background: radial-gradient(ellipse 50% 100%, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

/* خلفية توهج + رسومات عائمة (مثل الهيرو) */
.lp-trust__visual-bg {
    position: absolute;
    inset: -20% 0 0;
    background: radial-gradient(ellipse 70% 60% at 50% 70%, rgba(6, 182, 212, 0.05) 0%, transparent 55%);
    pointer-events: none;
}

.lp-trust__float {
    position: absolute;
    z-index: 1;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    animation: lp-trust-float-card 5s ease-in-out infinite;
    pointer-events: none;
}

.lp-trust__float--1 {
    top: 22%;
    right: 5%;
    display: flex;
    align-items: center;
    gap: 8px;
    animation-delay: 0s;
}

[dir="rtl"] .lp-trust__float--1 {
    right: auto;
    left: 5%;
}

.lp-trust__float--2 {
    bottom: 28%;
    left: 4%;
    animation-delay: 2s;
}

[dir="rtl"] .lp-trust__float--2 {
    left: auto;
    right: 4%;
}

@keyframes lp-trust-float-card {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.9; }
    50% { transform: translateY(-6px) scale(1.02); opacity: 1; }
}

.lp-trust__float-icon {
    display: block;
    width: 28px;
    height: 28px;
    background: var(--lp-gradient);
    border-radius: 8px;
    opacity: 0.9;
}

.lp-trust__float-bar {
    width: 48px;
    height: 8px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.lp-trust__float-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.4);
    margin: 0 3px;
    animation: lp-trust-dot-pulse 1.5s ease-in-out infinite;
}

.lp-trust__float-dot:nth-child(2) { animation-delay: 0.3s; }
.lp-trust__float-dot:nth-child(3) { animation-delay: 0.6s; }

@keyframes lp-trust-dot-pulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.15); }
}

.lp-trust__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--lp-container);
    margin: 0 auto;
    padding: 2.25rem 24px 0;
    min-width: 0;
}

.lp-trust__headline {
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0 0 0.5rem;
    background: var(--lp-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lp-trust__subline {
    font-size: 15px;
    font-weight: 400;
    color: var(--lp-hero-muted);
    text-align: center;
    margin: 0 0 2rem;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.lp-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

/* بطاقات بأسلوب الهيرو: تدرج خفيف، حدود، ظل، حركة */
.lp-trust__card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    padding: 1.5rem 1.25rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.04) 0%, rgba(6, 182, 212, 0.06) 100%);
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(37, 99, 235, 0.06);
    transition: transform 0.35s var(--lp-ease), border-color 0.25s var(--lp-ease), box-shadow 0.35s var(--lp-ease);
    animation: lp-trust-card-in 0.5s var(--lp-ease) backwards;
    animation-delay: calc(var(--i, 0) * 0.08s);
}

.lp-trust__card:hover {
    transform: translateY(-5px);
    border-color: rgba(37, 99, 235, 0.18);
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.12);
}

@keyframes lp-trust-card-in {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lp-trust__icon-wrap {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(6, 182, 212, 0.1) 100%);
    border-radius: 12px;
    color: var(--lp-accent);
    border: 1px solid rgba(37, 99, 235, 0.12);
    transition: transform 0.3s var(--lp-ease), color 0.3s var(--lp-ease), box-shadow 0.3s var(--lp-ease);
}

.lp-trust__card:hover .lp-trust__icon-wrap {
    color: var(--lp-accent-hover);
    transform: scale(1.08);
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.2);
}

.lp-trust__icon {
    flex-shrink: 0;
}

.lp-trust__label {
    font-size: 1rem;
    font-weight: 700;
    color: var(--lp-hero-fg);
    margin: 0;
    line-height: 1.3;
}

.lp-trust__desc {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--lp-hero-muted);
    margin: 0;
    line-height: 1.5;
    max-width: 220px;
}

@media (max-width: 900px) {
    .lp-trust__float {
        padding: 8px 12px;
    }
    .lp-trust__float--1 {
        top: 12%;
        right: 2%;
    }
    [dir="rtl"] .lp-trust__float--1 {
        right: auto;
        left: 2%;
    }
    .lp-trust__float--2 {
        bottom: 20%;
        left: 2%;
    }
    [dir="rtl"] .lp-trust__float--2 {
        left: auto;
        right: 2%;
    }
    .lp-trust__float-icon {
        width: 22px;
        height: 22px;
    }
    .lp-trust__float-bar {
        width: 36px;
        height: 6px;
    }
    .lp-trust__float-dot {
        width: 6px;
        height: 6px;
        margin: 0 2px;
    }
    .lp-trust__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .lp-trust__card {
        padding: 1.25rem 1rem;
    }
    .lp-trust__desc {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .lp-trust::before,
    .lp-trust__visual-bg {
        opacity: 0.5;
    }
    .lp-trust__float {
        display: none;
    }
    .lp-trust__bridge {
        margin-left: 16px;
        margin-right: 16px;
        max-width: none;
    }
    .lp-trust__inner {
        padding: 1.5rem 20px 2rem;
        min-width: 0;
    }
    .lp-trust__headline {
        font-size: 1.375rem;
        line-height: 1.35;
        padding: 0 0.25rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .lp-trust__subline {
        padding: 0 0.25rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 500px) {
    .lp-trust__inner {
        padding: 1.25rem 16px 1.5rem;
        min-width: 0;
    }
    .lp-trust__headline {
        font-size: 1.2rem;
        line-height: 1.4;
        padding: 0;
    }
    .lp-trust__subline {
        font-size: 0.875rem;
        margin-bottom: 1.25rem;
        padding: 0;
    }
    .lp-trust__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        min-width: 0;
    }
    .lp-trust__card {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 1rem 1rem;
        text-align: right;
        gap: 1rem;
        min-width: 0;
    }
    [dir="rtl"] .lp-trust__card {
        flex-direction: row-reverse;
        text-align: right;
    }
    .lp-trust__icon-wrap {
        width: 44px;
        height: 44px;
        flex-shrink: 0;
    }
    .lp-trust__card > .lp-trust__label,
    .lp-trust__card > .lp-trust__desc {
        text-align: right;
        min-width: 0;
        flex: 1;
    }
    .lp-trust__label {
        font-size: 0.9375rem;
    }
    .lp-trust__desc {
        max-width: none;
        font-size: 0.8125rem;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   SUCCESS STORES — هوية الهيرو: خلفية، تدرج، طباعة، وبطاقات متناسقة
   ═══════════════════════════════════════════════════════════════════════════ */
.lp-success-stores {
    position: relative;
    padding: 0 0 3rem;
    background: var(--lp-hero-bg);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.lp-success-stores::before {
    content: '';
    position: absolute;
    inset: -20% 0 0;
    background: radial-gradient(ellipse 70% 60% at 50% 30%, rgba(37, 99, 235, 0.06) 0%, transparent 55%);
    pointer-events: none;
}

.lp-success-stores__bridge {
    position: relative;
    height: 4px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.lp-success-stores__bridge-line {
    display: block;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(37, 99, 235, 0.2) 20%, rgba(6, 182, 212, 0.3) 50%, rgba(37, 99, 235, 0.2) 80%, transparent 100%);
}

[dir="rtl"] .lp-success-stores__bridge-line {
    background: linear-gradient(270deg, transparent 0%, rgba(37, 99, 235, 0.2) 20%, rgba(6, 182, 212, 0.3) 50%, rgba(37, 99, 235, 0.2) 80%, transparent 100%);
}

.lp-success-stores__bridge-glow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 400px;
    height: 8px;
    background: radial-gradient(ellipse 50% 100%, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.lp-success-stores__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--lp-container);
    margin: 0 auto;
    padding: 2rem 24px 0;
    min-width: 0;
}

.lp-success-stores__head {
    text-align: center;
    margin-bottom: 2rem;
}

.lp-success-stores__title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
    background: var(--lp-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lp-success-stores__lead {
    font-size: 15px;
    font-weight: 400;
    color: var(--lp-hero-muted);
    margin: 0;
    line-height: 1.6;
}

.lp-success-stores__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

/* بطاقات متناسقة مع lp-trust، lp-blog-card، lp-sector-card */
.lp-success-store-card {
    position: relative;
    background: #fff;
    border-radius: var(--lp-radius-lg);
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, 0.1);
    box-shadow: 0 2px 12px rgba(37, 99, 235, 0.06);
    transition: transform 0.35s var(--lp-ease), box-shadow 0.35s var(--lp-ease), border-color 0.25s var(--lp-ease);
    animation: lp-success-card-in 0.5s var(--lp-ease) backwards;
    animation-delay: calc(var(--i, 0) * 0.08s);
}

.lp-success-store-card:hover {
    transform: translateY(-5px);
    border-color: rgba(37, 99, 235, 0.18);
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.12);
}

@keyframes lp-success-card-in {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lp-success-store-card__media {
    position: relative;
    aspect-ratio: 400 / 300;
    overflow: hidden;
    border-radius: var(--lp-radius-lg) var(--lp-radius-lg) 0 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.04) 0%, rgba(6, 182, 212, 0.03) 100%);
}

.lp-success-store-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s var(--lp-ease);
}

.lp-success-store-card:hover .lp-success-store-card__img {
    transform: scale(1.05);
}

.lp-success-store-card__overlay,
.lp-success-store-card__badge {
    display: none;
}

.lp-success-store-card__body {
    padding: 1.5rem 1.35rem 1.75rem;
}

.lp-success-store-card__name {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--lp-hero-fg);
    margin: 0 0 0.5rem;
    line-height: 1.35;
}

.lp-success-store-card__metric {
    font-size: 0.9375rem;
    color: var(--lp-hero-muted);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1024px) {
    .lp-success-stores__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .lp-success-stores {
        padding: 0 0 2.5rem;
    }
    .lp-success-stores__inner {
        padding: 1.75rem 16px 0;
    }
    .lp-success-stores__head {
        margin-bottom: 1.5rem;
    }
    .lp-success-stores__title {
        font-size: 1.5rem;
    }
    .lp-success-stores__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .lp-success-store-card {
        animation: none;
    }
    .lp-success-store-card:hover {
        transform: translateY(-4px);
    }
}

@media (max-width: 500px) {
    .lp-success-store-card__body {
        padding: 1rem;
    }
    .lp-success-store-card__name {
        font-size: 1rem;
    }
    .lp-success-store-card__metric {
        font-size: 0.8125rem;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   STEPS — هوية الهيرو: خلفية، تدرج، رسومات عائمة، حركة وحيوية
   ═══════════════════════════════════════════════════════════════════════════ */
.lp-steps {
    position: relative;
    padding: 0 0 2.5rem;
    background: var(--lp-hero-bg);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    overflow: hidden;
    scroll-margin-top: 64px;
}

.lp-steps::before {
    content: '';
    position: absolute;
    inset: -15% 0 0;
    background: radial-gradient(ellipse 80% 50% at 50% 20%, rgba(37, 99, 235, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

@media (max-width: 768px) {
    .lp-steps {
        scroll-margin-top: 56px;
    }
}

/* جسر بصري */
.lp-steps__bridge {
    position: relative;
    height: 4px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.lp-steps__bridge-line {
    display: block;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(37, 99, 235, 0.2) 20%, rgba(6, 182, 212, 0.3) 50%, rgba(37, 99, 235, 0.2) 80%, transparent 100%);
}

[dir="rtl"] .lp-steps__bridge-line {
    background: linear-gradient(270deg, transparent 0%, rgba(37, 99, 235, 0.2) 20%, rgba(6, 182, 212, 0.3) 50%, rgba(37, 99, 235, 0.2) 80%, transparent 100%);
}

.lp-steps__bridge-glow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 400px;
    height: 8px;
    background: radial-gradient(ellipse 50% 100%, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

@media (max-width: 640px) {
    .lp-steps__bridge {
        margin-left: 16px;
        margin-right: 16px;
        max-width: none;
    }
}

/* خلفية توهج + رسومات عائمة (مثل الهيرو) */
.lp-steps__visual-bg {
    position: absolute;
    inset: -20% 0 0;
    background: radial-gradient(ellipse 70% 60% at 50% 60%, rgba(6, 182, 212, 0.05) 0%, transparent 55%);
    pointer-events: none;
}

.lp-steps__float {
    position: absolute;
    z-index: 1;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    animation: lp-steps-float-card 5s ease-in-out infinite;
    pointer-events: none;
}

.lp-steps__float--1 {
    top: 18%;
    right: 4%;
    animation-delay: 0s;
}

[dir="rtl"] .lp-steps__float--1 {
    right: auto;
    left: 4%;
}

.lp-steps__float--2 {
    bottom: 25%;
    left: 3%;
    animation-delay: 2s;
}

[dir="rtl"] .lp-steps__float--2 {
    left: auto;
    right: 3%;
}

@keyframes lp-steps-float-card {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.9; }
    50% { transform: translateY(-8px) scale(1.02); opacity: 1; }
}

.lp-steps__float-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.4);
    margin: 0 3px;
    animation: lp-steps-dot-pulse 1.5s ease-in-out infinite;
}

.lp-steps__float-dot:nth-child(2) { animation-delay: 0.3s; }
.lp-steps__float-dot:nth-child(3) { animation-delay: 0.6s; }

@keyframes lp-steps-dot-pulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.15); }
}

.lp-steps__float-icon {
    display: block;
    width: 28px;
    height: 28px;
    background: var(--lp-gradient);
    border-radius: 8px;
    opacity: 0.9;
}

.lp-steps__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--lp-container);
    margin: 0 auto;
    padding-top: 2.5rem;
    min-width: 0;
}

.lp-steps__head {
    text-align: center;
    margin-bottom: 3rem;
}

.lp-steps__title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
    background: var(--lp-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lp-steps__lead {
    font-size: 15px;
    font-weight: 400;
    color: var(--lp-hero-muted);
    margin: 0;
    line-height: 1.6;
}

/* مسار الرحلة: خط متحرك مع توهج */
.lp-steps__journey {
    position: relative;
    margin-bottom: 2.5rem;
}

.lp-steps__track {
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 200px);
    max-width: 560px;
    height: 6px;
    pointer-events: none;
    border-radius: 999px;
    overflow: hidden;
}

.lp-steps__track-line {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(37, 99, 235, 0.25) 0%, rgba(6, 182, 212, 0.5) 50%, rgba(37, 99, 235, 0.25) 100%);
    border-radius: 999px;
    animation: lp-steps-track-flow 2.5s ease-in-out infinite;
}

[dir="rtl"] .lp-steps__track-line {
    background: linear-gradient(270deg, rgba(37, 99, 235, 0.25) 0%, rgba(6, 182, 212, 0.5) 50%, rgba(37, 99, 235, 0.25) 100%);
}

.lp-steps__track-glow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100px;
    height: 28px;
    transform: translateY(-50%);
    background: radial-gradient(ellipse 50% 50%, rgba(37, 99, 235, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: lp-steps-track-glow 2.5s ease-in-out infinite;
}

@keyframes lp-steps-track-flow {
    0%, 100% { opacity: 0.9; transform: scaleX(1); }
    50% { opacity: 1; transform: scaleX(1.02); }
}

@keyframes lp-steps-track-glow {
    0% { left: 0; opacity: 0.5; }
    50% { left: 50%; transform: translate(-50%, -50%); opacity: 1; }
    100% { left: 100%; transform: translate(-100%, -50%); opacity: 0.5; }
}

.lp-steps__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.lp-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0.5rem;
    animation: lp-step-in 0.6s var(--lp-ease) backwards;
    animation-delay: calc(var(--i, 0) * 0.12s);
    transition: transform 0.4s var(--lp-ease);
}

.lp-step:hover {
    transform: translateY(-4px);
}

@keyframes lp-step-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* عقدة الخطوة: رقم + أيقونة مع حركة خفيفة */
.lp-step__node {
    position: relative;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    animation: lp-step-node-float 4s ease-in-out infinite;
    animation-delay: calc(var(--i, 0) * 0.4s);
}

@keyframes lp-step-node-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

.lp-step__num {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    background: var(--lp-gradient);
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.35);
    transition: transform 0.3s var(--lp-ease), box-shadow 0.3s var(--lp-ease);
}

.lp-step:hover .lp-step__num {
    transform: scale(1.1);
    box-shadow: 0 8px 28px rgba(37, 99, 235, 0.45);
}

.lp-step__icon {
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    color: var(--lp-accent);
    border: 1px solid rgba(37, 99, 235, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s var(--lp-ease), color 0.3s var(--lp-ease), box-shadow 0.3s var(--lp-ease);
}

[dir="rtl"] .lp-step__icon {
    right: auto;
    left: -4px;
}

.lp-step:hover .lp-step__icon {
    transform: scale(1.08);
    color: var(--lp-accent-hover);
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.15);
}

/* بطاقة الخطوة: هوية الهيرو (تدرج خفيف، حدود، ظل) */
.lp-step__body {
    padding: 1.25rem 1rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.04) 0%, rgba(6, 182, 212, 0.06) 100%);
    border-radius: 12px;
    border: 1px solid rgba(37, 99, 235, 0.1);
    box-shadow: 0 2px 12px rgba(37, 99, 235, 0.06);
    transition: transform 0.35s var(--lp-ease), border-color 0.25s var(--lp-ease), box-shadow 0.35s var(--lp-ease);
}

.lp-step:hover .lp-step__body {
    border-color: rgba(37, 99, 235, 0.18);
    box-shadow: 0 8px 28px rgba(37, 99, 235, 0.12);
}

.lp-step__title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--lp-hero-fg);
    margin: 0 0 0.35rem;
}

.lp-step__desc {
    font-size: 0.9375rem;
    color: var(--lp-hero-muted);
    line-height: 1.5;
    margin: 0;
}

.lp-steps__cta {
    text-align: center;
}

@media (max-width: 900px) {
    .lp-steps__float {
        padding: 8px 12px;
    }
    .lp-steps__float--1 {
        top: 10%;
        right: 2%;
    }
    [dir="rtl"] .lp-steps__float--1 {
        right: auto;
        left: 2%;
    }
    .lp-steps__float--2 {
        bottom: 22%;
        left: 2%;
    }
    [dir="rtl"] .lp-steps__float--2 {
        left: auto;
        right: 2%;
    }
    .lp-steps__float-dot {
        width: 6px;
        height: 6px;
        margin: 0 2px;
    }
    .lp-steps__float-icon {
        width: 22px;
        height: 22px;
    }
    .lp-steps__track {
        width: calc(100% - 120px);
        top: 44px;
    }
    .lp-step__node {
        width: 72px;
        height: 72px;
        animation: none;
    }
    .lp-step__num {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }
    .lp-step__icon {
        width: 34px;
        height: 34px;
        bottom: -2px;
        right: -2px;
    }
    .lp-step__icon svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 768px) {
    .lp-steps::before,
    .lp-steps__visual-bg {
        opacity: 0.5;
    }
    .lp-steps {
        padding: 0 0 2.5rem;
    }
    .lp-steps__inner {
        padding: 1.5rem 20px 0;
        max-width: 100%;
    }
    .lp-steps__head {
        margin-bottom: 1.75rem;
    }
    .lp-steps__title {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .lp-steps__float {
        padding: 6px 10px;
    }
    .lp-steps__float--1 {
        top: 2%;
        right: 2%;
    }
    [dir="rtl"] .lp-steps__float--1 {
        right: auto;
        left: 2%;
    }
    .lp-steps__float--2 {
        bottom: 2%;
        left: 2%;
    }
    [dir="rtl"] .lp-steps__float--2 {
        left: auto;
        right: 2%;
    }
    .lp-steps__float-icon {
        width: 18px;
        height: 18px;
    }
    .lp-steps__float-dot {
        width: 5px;
        height: 5px;
        margin: 0 1px;
    }
    .lp-steps__lead {
        font-size: 0.9375rem;
        line-height: 1.55;
        margin-top: 0.25rem;
    }
    .lp-steps__journey {
        margin-bottom: 1.75rem;
    }
    .lp-steps__list {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    .lp-steps__track {
        display: none;
    }
    .lp-step {
        animation: none;
        flex-direction: row;
        align-items: flex-start;
        text-align: right;
        gap: 1rem;
        padding: 1rem 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }
    .lp-step:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }
    [dir="rtl"] .lp-step {
        flex-direction: row-reverse;
        text-align: right;
    }
    .lp-step__node {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 64px;
        height: 64px;
    }
    .lp-step__num {
        width: 44px;
        height: 44px;
        font-size: 1.125rem;
    }
    .lp-step__icon {
        width: 32px;
        height: 32px;
        bottom: -2px;
        right: -2px;
    }
    .lp-step__icon svg {
        width: 18px;
        height: 18px;
    }
    [dir="rtl"] .lp-step__icon {
        right: auto;
        left: -2px;
    }
    .lp-step__body {
        padding: 0;
        min-width: 0;
        flex: 1;
        background: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
        text-align: right;
    }
    .lp-step:hover .lp-step__body {
        border-color: transparent;
        box-shadow: none;
    }
    .lp-step__title {
        font-size: 1.0625rem;
        font-weight: 700;
        margin: 0 0 0.25rem;
    }
    .lp-step__desc {
        font-size: 0.8125rem;
        line-height: 1.5;
        margin: 0;
    }
    .lp-step__title,
    .lp-step__desc {
        text-align: right;
    }
    .lp-steps__cta {
        margin-top: 0.5rem;
    }
    .lp-steps__cta .lp-btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .lp-steps {
        padding: 0 0 2rem;
    }
    .lp-steps__inner {
        padding: 1.25rem 16px 0;
    }
    .lp-steps__head {
        margin-bottom: 1.5rem;
    }
    .lp-steps__title {
        font-size: 1.25rem;
    }
    .lp-steps__lead {
        font-size: 0.875rem;
    }
    .lp-steps__list {
        gap: 1rem;
    }
    .lp-step {
        padding: 0.875rem 0;
    }
    .lp-step__node {
        width: 56px;
        height: 56px;
    }
    .lp-step__num {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    .lp-step__icon {
        width: 28px;
        height: 28px;
    }
    .lp-step__icon svg {
        width: 16px;
        height: 16px;
    }
    .lp-step__title {
        font-size: 1rem;
    }
    .lp-step__desc {
        font-size: 0.75rem;
    }
    .lp-steps__cta .lp-btn {
        max-width: none;
        width: 100%;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   BLOG — أربع شبكات، متناسق مع هوية الصفحة (lp-trust، success-stores، sectors)
   ═══════════════════════════════════════════════════════════════════════════ */
.lp-blog {
    position: relative;
    padding: 3rem 0 3.5rem;
    background: var(--lp-hero-bg);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.lp-blog::before {
    content: '';
    position: absolute;
    inset: -15% 0 0;
    background: radial-gradient(ellipse 80% 50% at 50% 40%, rgba(37, 99, 235, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.lp-blog__visual-bg {
    position: absolute;
    inset: -20% 0 0;
    background: radial-gradient(ellipse 70% 60% at 50% 60%, rgba(6, 182, 212, 0.04) 0%, transparent 55%);
    pointer-events: none;
}

.lp-blog__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--lp-container);
    margin: 0 auto;
    padding: 0 24px;
    min-width: 0;
}

.lp-blog__head {
    text-align: center;
    margin-bottom: 2rem;
}

.lp-blog__title {
    font-size: clamp(1.375rem, 2.5vw, 1.75rem);
    font-weight: 800;
    color: var(--lp-hero-fg);
    margin: 0 0 0.5rem;
    letter-spacing: -0.02em;
}

.lp-blog__lead {
    font-size: 1rem;
    color: var(--lp-hero-muted);
    line-height: 1.5;
    margin: 0;
    max-width: 36rem;
    margin-inline: auto;
}

/* شبكة من 4 عناصر: ديسكتوب 4 أعمدة، تابلت/موبايل 2x2 */
.lp-blog__grid.lp-blog__grid--four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.lp-blog-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.35s var(--lp-ease), box-shadow 0.35s var(--lp-ease), border-color 0.25s var(--lp-ease);
    animation: lp-blog-card-in 0.5s var(--lp-ease) backwards;
}

.lp-blog-card:nth-child(1) { animation-delay: 0.05s; }
.lp-blog-card:nth-child(2) { animation-delay: 0.1s; }
.lp-blog-card:nth-child(3) { animation-delay: 0.15s; }
.lp-blog-card:nth-child(4) { animation-delay: 0.2s; }

@keyframes lp-blog-card-in {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.lp-blog-card:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 99, 235, 0.15);
    box-shadow: 0 16px 40px rgba(37, 99, 235, 0.1), 0 4px 12px rgba(0, 0, 0, 0.06);
}

.lp-blog-card__link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lp-blog-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.06) 0%, rgba(6, 182, 212, 0.04) 100%);
}

.lp-blog-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s var(--lp-ease);
}

.lp-blog-card:hover .lp-blog-card__img {
    transform: scale(1.06);
}

.lp-blog-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.2) 100%);
    pointer-events: none;
    transition: background 0.35s var(--lp-ease);
}

.lp-blog-card:hover .lp-blog-card__overlay {
    background: linear-gradient(180deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.3) 100%);
}

.lp-blog-card__body {
    padding: 1.25rem 1.25rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.lp-blog-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--lp-hero-fg);
    margin: 0 0 0.5rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lp-blog-card__excerpt {
    font-size: 0.8125rem;
    color: var(--lp-hero-muted);
    line-height: 1.55;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lp-blog__cta {
    text-align: center;
    margin-top: 2.25rem;
}

@media (max-width: 1024px) {
    .lp-blog__grid.lp-blog__grid--four {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
    .lp-blog__head {
        margin-bottom: 1.75rem;
    }
}

@media (max-width: 640px) {
    .lp-blog::before,
    .lp-blog__visual-bg {
        opacity: 0.5;
    }
    .lp-blog {
        padding: 2.5rem 0 3rem;
    }
    .lp-blog__inner {
        padding: 0 16px;
    }
    .lp-blog__head {
        margin-bottom: 1.5rem;
    }
    .lp-blog__title {
        font-size: 1.25rem;
    }
    .lp-blog__lead {
        font-size: 0.9375rem;
    }
    .lp-blog__grid.lp-blog__grid--four {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .lp-blog-card {
        animation: none;
    }
    .lp-blog-card__body {
        padding: 1rem;
    }
    .lp-blog-card__title {
        font-size: 0.9375rem;
    }
    .lp-blog-card__excerpt {
        font-size: 0.75rem;
        -webkit-line-clamp: 2;
    }
    .lp-blog__cta {
        margin-top: 1.75rem;
    }
}

@media (max-width: 500px) {
    .lp-blog-card__title {
        font-size: 0.875rem;
    }
    .lp-blog-card__excerpt {
        font-size: 0.6875rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lp-blog-card {
        animation: none;
    }
    .lp-blog-card:hover {
        transform: none;
    }
    .lp-blog-card:hover .lp-blog-card__img {
        transform: none;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   SECTORS — هوية الهيرو: خلفية، تدرج، رسومات مبتكرة، حركة وبطاقات حيوية
   ═══════════════════════════════════════════════════════════════════════════ */
.lp-sectors {
    position: relative;
    padding: 0 0 2.5rem;
    background: var(--lp-hero-bg);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.lp-sectors::before {
    content: '';
    position: absolute;
    inset: -15% 0 0;
    background: radial-gradient(ellipse 80% 50% at 50% 25%, rgba(37, 99, 235, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.lp-sectors::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(37, 99, 235, 0.2) 20%, rgba(6, 182, 212, 0.3) 50%, rgba(37, 99, 235, 0.2) 80%, transparent 100%);
    pointer-events: none;
}

[dir="rtl"] .lp-sectors::after {
    background: linear-gradient(270deg, transparent 0%, rgba(37, 99, 235, 0.2) 20%, rgba(6, 182, 212, 0.3) 50%, rgba(37, 99, 235, 0.2) 80%, transparent 100%);
}

.lp-sectors__visual-bg {
    position: absolute;
    inset: -20% 0 0;
    background: radial-gradient(ellipse 70% 60% at 50% 65%, rgba(6, 182, 212, 0.05) 0%, transparent 55%);
    pointer-events: none;
}

/* رسومات أوضح وأكثر تناسقاً — أسلوب Order جديد */
.lp-sectors__graphic {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    animation: lp-sectors-graphic-float 5s ease-in-out infinite;
}

/* شارة ماسية: إطار رفيع + تدرج + ظل خفيف */
.lp-sectors__graphic--diamond {
    top: 20%;
    right: 5%;
    width: 48px;
    height: 48px;
    background: linear-gradient(145deg, rgba(37, 99, 235, 0.18) 0%, rgba(6, 182, 212, 0.12) 50%, rgba(37, 99, 235, 0.14) 100%);
    transform: rotate(45deg);
    border-radius: 10px;
    border: 1px solid rgba(37, 99, 235, 0.2);
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.lp-sectors__graphic--diamond::before {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 6px;
    background: linear-gradient(145deg, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
    pointer-events: none;
}

[dir="rtl"] .lp-sectors__graphic--diamond {
    right: auto;
    left: 5%;
}

/* شبكة أوامر: إطار منظم + خلايا واضحة */
.lp-sectors__graphic--grid {
    bottom: 24%;
    left: 4%;
    width: 46px;
    height: 46px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    animation-delay: 1.5s;
}

.lp-sectors__graphic--grid span {
    width: 100%;
    height: 100%;
    min-height: 10px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.2) 0%, rgba(6, 182, 212, 0.15) 100%);
    border-radius: 4px;
    border: 1px solid rgba(37, 99, 235, 0.1);
    animation: lp-sectors-grid-pulse 2s ease-in-out infinite;
}

.lp-sectors__graphic--grid span:nth-child(1) { animation-delay: 0s; }
.lp-sectors__graphic--grid span:nth-child(2) { animation-delay: 0.25s; }
.lp-sectors__graphic--grid span:nth-child(3) { animation-delay: 0.5s; }
.lp-sectors__graphic--grid span:nth-child(4) { animation-delay: 0.75s; }

[dir="rtl"] .lp-sectors__graphic--grid {
    left: auto;
    right: 4%;
}

@keyframes lp-sectors-graphic-float {
    0%, 100% { transform: translateY(0) rotate(45deg); opacity: 0.92; }
    50% { transform: translateY(-6px) rotate(45deg); opacity: 1; }
}

@keyframes lp-sectors-grid-float {
    0%, 100% { transform: translateY(0); opacity: 0.92; }
    50% { transform: translateY(-6px); opacity: 1; }
}

.lp-sectors__graphic--grid {
    animation: lp-sectors-grid-float 5s ease-in-out infinite;
}

@keyframes lp-sectors-grid-pulse {
    0%, 100% { opacity: 0.85; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.06); }
}

.lp-sectors__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--lp-container);
    margin: 0 auto;
    min-width: 0;
    padding: 2rem 24px 0;
}

.lp-sectors__head {
    text-align: center;
    margin-bottom: 1.75rem;
}

.lp-sectors__title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
    background: var(--lp-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lp-sectors__lead {
    font-size: 15px;
    font-weight: 400;
    color: var(--lp-hero-muted);
    margin: 0 0 1.25rem;
    line-height: 1.6;
    max-width: 36ch;
    margin-left: auto;
    margin-right: auto;
}

.lp-sectors__line {
    display: block;
    width: 48px;
    height: 4px;
    margin: 0 auto;
    border-radius: 2px;
    background: var(--lp-gradient);
    opacity: 0.9;
}

.lp-sectors__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 3px auto;
    gap: 1.5rem 1.5rem;
    align-items: start;
}

.lp-sectors__track {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 3px;
    min-height: 3px;
    background: linear-gradient(90deg, rgba(37, 99, 235, 0.25) 0%, rgba(6, 182, 212, 0.4) 50%, rgba(37, 99, 235, 0.25) 100%);
    border-radius: 2px;
}

[dir="rtl"] .lp-sectors__track {
    background: linear-gradient(270deg, rgba(37, 99, 235, 0.25) 0%, rgba(6, 182, 212, 0.4) 50%, rgba(37, 99, 235, 0.25) 100%);
}

.lp-sector-card:nth-child(1),
.lp-sector-card:nth-child(2),
.lp-sector-card:nth-child(3) { grid-row: 1; }

.lp-sector-card:nth-child(5),
.lp-sector-card:nth-child(6),
.lp-sector-card:nth-child(7) { grid-row: 3; }

.lp-sector-card {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.04) 0%, rgba(6, 182, 212, 0.06) 100%);
    border-radius: 12px;
    border: 1px solid rgba(37, 99, 235, 0.1);
    box-shadow: 0 2px 12px rgba(37, 99, 235, 0.06);
    transition: transform 0.35s var(--lp-ease), box-shadow 0.35s var(--lp-ease), border-color 0.25s var(--lp-ease);
    overflow: hidden;
    animation: lp-sector-card-in 0.5s var(--lp-ease) backwards;
}

.lp-sector-card:nth-child(1) { animation-delay: 0.05s; }
.lp-sector-card:nth-child(2) { animation-delay: 0.1s; }
.lp-sector-card:nth-child(3) { animation-delay: 0.15s; }
.lp-sector-card:nth-child(5) { animation-delay: 0.2s; }
.lp-sector-card:nth-child(6) { animation-delay: 0.25s; }
.lp-sector-card:nth-child(7) { animation-delay: 0.3s; }

@keyframes lp-sector-card-in {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

.lp-sector-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.12);
    border-color: rgba(37, 99, 235, 0.18);
}

.lp-sector-card__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 1.25rem auto 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(6, 182, 212, 0.1) 100%);
    border-radius: 14px;
    color: var(--lp-accent);
    border: 1px solid rgba(37, 99, 235, 0.1);
    transition: transform 0.3s var(--lp-ease), color 0.3s var(--lp-ease), box-shadow 0.3s var(--lp-ease);
}

.lp-sector-card:hover .lp-sector-card__icon-wrap {
    color: var(--lp-accent-hover);
    transform: scale(1.08);
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.2);
}

.lp-sector-card__icon { width: 28px; height: 28px; display: block; }

.lp-sector-card__content {
    padding: 1rem 1.25rem 1.5rem;
    text-align: center;
}

.lp-sector-card__title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--lp-hero-fg);
    margin: 0 0 0.35rem;
    line-height: 1.3;
}

.lp-sector-card__desc {
    font-size: 0.875rem;
    color: var(--lp-hero-muted);
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 900px) {
    .lp-sectors__graphic--diamond {
        width: 36px;
        height: 36px;
        top: 12%;
        right: 2%;
    }
    [dir="rtl"] .lp-sectors__graphic--diamond {
        right: auto;
        left: 2%;
    }
    .lp-sectors__graphic--grid {
        width: 38px;
        height: 38px;
        padding: 6px;
        gap: 4px;
        bottom: 18%;
        left: 2%;
    }
    [dir="rtl"] .lp-sectors__graphic--grid {
        left: auto;
        right: 2%;
    }
    .lp-sectors__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto 3px auto auto;
        gap: 1.25rem;
    }
    .lp-sector-card:nth-child(1),
    .lp-sector-card:nth-child(2) { grid-row: 1; }
    .lp-sector-card:nth-child(5),
    .lp-sector-card:nth-child(6) { grid-row: 3; }
    .lp-sector-card:nth-child(7) { grid-row: 4; }
}

@media (max-width: 640px) {
    .lp-sectors::before,
    .lp-sectors__visual-bg {
        opacity: 0.5;
    }
    .lp-sectors__graphic--diamond {
        width: 30px;
        height: 30px;
        top: 2%;
        right: 2%;
    }
    [dir="rtl"] .lp-sectors__graphic--diamond {
        right: auto;
        left: 2%;
    }
    .lp-sectors__graphic--grid {
        width: 34px;
        height: 34px;
        padding: 5px;
        gap: 3px;
        bottom: 2%;
        left: 2%;
    }
    [dir="rtl"] .lp-sectors__graphic--grid {
        left: auto;
        right: 2%;
    }
    .lp-sectors {
        padding: 1.25rem 0 3rem;
    }
    .lp-sectors__inner {
        padding: 2rem 16px 0;
    }
    .lp-sectors__head {
        margin-bottom: 2rem;
    }
    .lp-sectors__title {
        font-size: 1.5rem;
    }
    .lp-sectors__lead {
        font-size: 0.9375rem;
        margin-bottom: 1rem;
    }
    .lp-sectors__grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 1rem;
    }
    .lp-sectors__track {
        display: none;
    }
    .lp-sector-card:nth-child(1),
    .lp-sector-card:nth-child(2),
    .lp-sector-card:nth-child(3),
    .lp-sector-card:nth-child(5),
    .lp-sector-card:nth-child(6),
    .lp-sector-card:nth-child(7) {
        grid-row: auto;
    }
}

@media (max-width: 500px) {
    .lp-sectors__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto 2px auto auto;
        gap: 0.75rem;
    }
    .lp-sectors__track {
        display: block;
        grid-column: 1 / -1;
        grid-row: 2;
        height: 2px;
        min-height: 2px;
    }
    .lp-sector-card:nth-child(1),
    .lp-sector-card:nth-child(2) { grid-row: 1; }
    .lp-sector-card:nth-child(5),
    .lp-sector-card:nth-child(6) { grid-row: 3; }
    .lp-sector-card:nth-child(7) { grid-row: 4; }
    .lp-sector-card__content {
        padding: 1rem;
    }
    .lp-sector-card__icon-wrap {
        width: 48px;
        height: 48px;
        margin-top: 1rem;
    }
    .lp-sector-card__icon {
        width: 24px;
        height: 24px;
    }
    .lp-sector-card__title {
        font-size: 0.9375rem;
    }
    .lp-sector-card__desc {
        font-size: 0.8125rem;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   STATIC PAGES — صفحات الفوتر (من نحن، الخصوصية، إلخ)
   ═══════════════════════════════════════════════════════════════════════════ */
.lp-page {
    padding: clamp(2rem, 5vw, 4rem) 0;
    min-height: 50vh;
}

.lp-page__article {
    width: 100%;
    max-width: var(--lp-container);
    margin: 0 auto;
    padding: 0 24px;
}

.lp-page__head {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--lp-border);
}

.lp-page__title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: var(--lp-text);
    margin: 0 0 0.5rem;
    line-height: 1.25;
}

.lp-page__lead {
    font-size: 1.0625rem;
    color: var(--lp-text-muted);
    margin: 0;
    line-height: 1.6;
}

.lp-page__body {
    font-size: 1rem;
    line-height: 1.75;
}

.lp-prose h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--lp-text);
    margin: 2rem 0 0.75rem;
}

.lp-prose h3 {
    font-size: 1.0625rem;
    font-weight: 600;
    margin: 1.5rem 0 0.5rem;
}

.lp-prose p {
    margin: 0 0 1rem;
    color: var(--lp-text);
}

.lp-prose ul,
.lp-prose ol {
    margin: 0 0 1rem;
    padding-inline-start: 1.5rem;
}

.lp-prose li {
    margin-bottom: 0.35rem;
}

.lp-prose a {
    color: var(--lp-accent);
    text-decoration: none;
}

.lp-prose a:hover {
    text-decoration: underline;
}

.lp-page-blog {
    margin-top: 2rem;
    padding: 0;
}

.lp-page-blog .lp-blog__grid {
    margin-top: 0;
}

@media (max-width: 640px) {
    .lp-page__article {
        padding: 0 16px;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   FOOTER — فوتر احترافي متكامل (براند عالمي)
   ═══════════════════════════════════════════════════════════════════════════ */
.lp-footer {
    background: #0f172a;
    color: rgba(255, 255, 255, 0.85);
}

.lp-footer__top {
    padding: 3rem 0 2.5rem;
}

.lp-footer__inner {
    width: 100%;
    max-width: var(--lp-container);
    margin: 0 auto;
    padding: 0 24px;
    min-width: 0;
}

.lp-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 3rem;
    align-items: start;
}

.lp-footer__brand {
    max-width: 320px;
}

.lp-footer__logo {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 0.75rem;
    transition: opacity 0.2s var(--lp-ease);
}

.lp-footer__logo:hover {
    opacity: 0.9;
}

.lp-footer__logo-img {
    display: block;
    height: 36px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    object-position: right center;
}

[dir="ltr"] .lp-footer__logo-img {
    object-position: left center;
}

.lp-footer__tagline {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 1.5rem;
}

.lp-footer__social {
    display: flex;
    gap: 0.75rem;
}

.lp-footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    transition: background 0.2s var(--lp-ease), color 0.2s var(--lp-ease);
}

.lp-footer__social-link:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.lp-footer__nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.lp-footer__heading {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 1rem;
}

.lp-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lp-footer__links li {
    margin-bottom: 0.5rem;
}

.lp-footer__links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9375rem;
    transition: color 0.2s var(--lp-ease);
}

.lp-footer__links a:hover {
    color: #fff;
}

.lp-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.25rem 0;
}

.lp-footer__bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.lp-footer__copy {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.lp-footer__legal {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.lp-footer__legal a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s var(--lp-ease);
}

.lp-footer__legal a:hover {
    color: #fff;
}

.lp-footer__sep {
    color: rgba(255, 255, 255, 0.35);
    user-select: none;
}

@media (max-width: 1024px) {
    .lp-footer__grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .lp-footer__nav {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .lp-footer__top {
        padding: 2.5rem 0 2rem;
    }
    .lp-footer__inner {
        padding: 0 16px;
    }
    .lp-footer__nav {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .lp-footer__bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .lp-footer__brand {
        max-width: none;
    }
    .lp-footer__logo-img {
        height: 32px;
        max-width: 140px;
    }
    .lp-footer__tagline {
        font-size: 0.875rem;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   TESTIMONIALS — 3 كروت بسيطة
   ═══════════════════════════════════════════════════════════════════════════ */
.lp-testimonials {
    padding: 5rem 0;
    background: var(--lp-bg-subtle);
}

.lp-testimonials__inner {
    width: 100%;
    max-width: var(--lp-container);
    margin: 0 auto;
    min-width: 0;
}

.lp-testimonials__head {
    text-align: center;
    margin-bottom: 2.5rem;
}

.lp-testimonials__title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    color: var(--lp-text);
    margin: 0 0 0.35rem;
}

.lp-testimonials__lead {
    font-size: 1rem;
    color: var(--lp-text-muted);
    margin: 0;
}

.lp-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.lp-testimonial {
    padding: 1.5rem;
    background: var(--lp-bg);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    margin: 0;
    transition: border-color 0.2s var(--lp-ease), box-shadow 0.2s var(--lp-ease);
}

.lp-testimonial:hover {
    border-color: rgba(37, 99, 235, 0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.lp-testimonial__quote {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--lp-text);
    margin: 0 0 1.25rem;
}

.lp-testimonial__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid var(--lp-border);
}

.lp-testimonial__avatar {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    background: var(--lp-accent);
    color: #fff;
    border-radius: 50%;
}

.lp-testimonial__name {
    display: block;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--lp-text);
    font-style: normal;
}

.lp-testimonial__role {
    font-size: 0.8125rem;
    color: var(--lp-text-muted);
}

@media (max-width: 768px) {
    .lp-testimonials {
        padding: 3.5rem 0;
    }
    .lp-testimonials__inner {
        padding: 0 16px;
    }
    .lp-testimonials__head {
        margin-bottom: 2rem;
    }
    .lp-testimonials__title {
        font-size: 1.5rem;
    }
    .lp-testimonials__grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}

@media (max-width: 480px) {
    .lp-testimonials {
        padding: 3rem 0;
    }
    .lp-testimonial {
        padding: 1.25rem;
    }
    .lp-testimonial__quote {
        font-size: 0.9375rem;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   STATS — شريط خفيف، 3 أرقام + CTA (متناسق مع الهيدر)
   ═══════════════════════════════════════════════════════════════════════════ */
.lp-stats {
    padding: 4rem 0;
    background: var(--lp-bg-subtle);
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.lp-stats__inner {
    width: 100%;
    max-width: var(--lp-container);
    margin: 0 auto;
    text-align: center;
    min-width: 0;
}

.lp-stats__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.lp-stats__item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.lp-stats__num {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--lp-hero-fg);
    letter-spacing: -0.02em;
}

.lp-stats__label {
    font-size: 0.9375rem;
    color: var(--lp-hero-muted);
}

.lp-stats__cta {
    margin-top: 0.5rem;
}

@media (max-width: 640px) {
    .lp-stats {
        padding: 3rem 16px;
    }
    .lp-stats__inner {
        padding: 0;
    }
    .lp-stats__row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .lp-stats__num {
        font-size: 1.75rem;
    }
}

@media (max-width: 480px) {
    .lp-stats {
        padding: 2.5rem 16px;
    }
    .lp-stats__num {
        font-size: 1.5rem;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   FINAL CTA — عنوان + سطر + زر واحد
   ═══════════════════════════════════════════════════════════════════════════ */
.lp-cta {
    padding: 5rem 0;
    background: var(--lp-bg);
}

.lp-cta__inner {
    width: 100%;
    max-width: min(560px, var(--lp-container));
    margin: 0 auto;
    text-align: center;
    min-width: 0;
}

.lp-cta__title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    color: var(--lp-text);
    margin: 0 0 0.5rem;
}

.lp-cta__subline {
    font-size: 1rem;
    color: var(--lp-text-muted);
    margin: 0 0 1.5rem;
}

@media (max-width: 640px) {
    .lp-cta {
        padding: 3.5rem 16px;
    }
    .lp-cta__inner {
        padding: 0;
    }
    .lp-cta__title {
        font-size: 1.375rem;
    }
    .lp-cta__subline {
        font-size: 0.9375rem;
    }
    .lp-cta .lp-btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .lp-cta {
        padding: 3rem 16px;
    }
    .lp-cta__title {
        font-size: 1.25rem;
    }
    .lp-cta .lp-btn {
        max-width: none;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   MODAL إنشاء المتجر — تصميم احترافي متناسق مع هوية الصفحة
   ═══════════════════════════════════════════════════════════════════════════ */
.modal {
    font-family: var(--lp-font);
    display: none !important;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s var(--lp-ease), visibility 0.25s var(--lp-ease);
}

.modal.active {
    display: flex !important;
    opacity: 1;
    visibility: visible;
}

.modal-content {
    width: 100%;
    max-width: 520px;
    max-height: 90vh;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(37, 99, 235, 0.06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s var(--lp-ease);
}

.modal.active .modal-content {
    transform: scale(1);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(37, 99, 235, 0.1);
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.03) 0%, transparent 100%);
}

.modal-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    background: var(--lp-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.modal-close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.04);
    border: none;
    border-radius: 10px;
    color: var(--lp-text-muted);
    cursor: pointer;
    transition: background 0.2s var(--lp-ease), color 0.2s var(--lp-ease);
}

.modal-close:hover {
    background: rgba(37, 99, 235, 0.08);
    color: var(--lp-accent);
}

.modal-body {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

.steps-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.step-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding: 0 0.25rem;
    position: relative;
}

.step-indicator::before {
    content: '';
    position: absolute;
    top: 15px;
    left: calc(12px + 20px);
    right: calc(12px + 20px);
    height: 2px;
    background: linear-gradient(90deg, rgba(37, 99, 235, 0.2) 0%, rgba(6, 182, 212, 0.3) 50%, rgba(37, 99, 235, 0.2) 100%);
    border-radius: 1px;
    z-index: 0;
}

[dir="rtl"] .step-indicator::before {
    left: calc(12px + 20px);
    right: calc(12px + 20px);
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    flex: 1;
}

.step-number {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
    background: #fff;
    border: 2px solid rgba(37, 99, 235, 0.2);
    border-radius: 50%;
    color: var(--lp-text-muted);
    margin-bottom: 0.4rem;
    transition: all 0.25s var(--lp-ease);
}

.step-item.active .step-number {
    background: var(--lp-gradient);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}

.step-item.completed .step-number {
    background: var(--lp-gradient);
    border-color: transparent;
    color: #fff;
}

.step-label {
    font-size: 0.6875rem;
    font-weight: 500;
    color: var(--lp-text-muted);
    text-align: center;
    max-width: 4.5em;
}

.step-item.active .step-label {
    color: var(--lp-accent);
    font-weight: 600;
}

#stepContentContainer {
    flex: 1;
    min-height: 0;
}

.step-title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--lp-hero-fg);
    margin: 0 0 0.25rem;
}

.step-description {
    font-size: 0.875rem;
    color: var(--lp-hero-muted);
    margin-bottom: 1rem;
    line-height: 1.5;
}

.store-type-selection {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}

.store-type-option {
    padding: 1.25rem 1rem;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.04) 0%, rgba(6, 182, 212, 0.04) 100%);
    cursor: pointer;
    text-align: center;
    transition: all 0.25s var(--lp-ease);
}

.store-type-option:hover {
    border-color: rgba(37, 99, 235, 0.25);
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.1);
}

.store-type-option.selected {
    border-color: rgba(37, 99, 235, 0.3);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(6, 182, 212, 0.06) 100%);
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.12);
}

.store-type-option-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.6rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--lp-bg-subtle);
    transition: transform 0.2s var(--lp-ease);
}

.store-type-option.selected .store-type-option-icon {
    background: var(--lp-gradient);
    color: #fff;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.store-type-option:hover .store-type-option-icon {
    transform: scale(1.05);
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--lp-hero-fg);
    margin-bottom: 0.4rem;
}

.form-input {
    width: 100%;
    padding: 0.75rem 1rem;
    font-family: var(--lp-font);
    font-size: 0.9375rem;
    border: 1px solid rgba(37, 99, 235, 0.15);
    border-radius: 10px;
    background: #fff;
    color: var(--lp-text);
    transition: border-color 0.2s var(--lp-ease), box-shadow 0.2s var(--lp-ease);
}

.form-input:focus {
    outline: none;
    border-color: var(--lp-accent);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.form-input::placeholder {
    color: var(--lp-text-muted);
}

.form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(37, 99, 235, 0.08);
    flex-wrap: wrap;
}

.form-actions .btn-primary,
.form-actions .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 44px;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-family: var(--lp-font);
    font-weight: 600;
    font-size: 0.9375rem;
    cursor: pointer;
    white-space: nowrap;
}

.form-actions .btn-primary {
    background: var(--lp-gradient);
    color: #fff;
    border: none;
    transition: transform 0.2s var(--lp-ease), box-shadow 0.2s var(--lp-ease), opacity 0.2s;
}

.form-actions .btn-primary:hover:not(:disabled) {
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}

.form-actions .btn-primary:active:not(:disabled) {
    transform: scale(0.98);
}

.form-actions .btn-primary:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.form-actions .btn-secondary {
    background: #fff;
    color: var(--lp-text);
    border: 1px solid rgba(37, 99, 235, 0.18);
    transition: border-color 0.2s var(--lp-ease), background 0.2s var(--lp-ease), color 0.2s;
}

.form-actions .btn-secondary:hover {
    border-color: rgba(37, 99, 235, 0.3);
    background: rgba(37, 99, 235, 0.04);
    color: var(--lp-accent);
}

.form-actions .btn-secondary:active {
    background: rgba(37, 99, 235, 0.08);
}

.form-actions .btn-primary svg,
.form-actions .btn-secondary svg {
    flex-shrink: 0;
}

.encouragement-message {
    font-size: 0.875rem;
    color: var(--lp-hero-muted);
    margin-top: 0.75rem;
}

.error-message {
    font-size: 0.875rem;
    color: #dc2626;
    margin-top: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: rgba(220, 38, 38, 0.08);
    border-radius: 8px;
}

.review-content-container {
    margin: 1rem 0;
}

.review-info-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(37, 99, 235, 0.08);
}

.review-info-row:last-child {
    border-bottom: none;
}

.review-info-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--lp-hero-muted);
}

.review-info-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(6, 182, 212, 0.08) 100%);
    color: var(--lp-accent);
}

.review-info-value {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--lp-hero-fg);
}

.step-content {
    display: none;
}

.step-content.active {
    display: block;
}

.store-type-option-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--lp-hero-fg);
    margin-bottom: 0.25rem;
}

.store-type-option-description {
    font-size: 0.75rem;
    color: var(--lp-hero-muted);
    line-height: 1.45;
}

@media (max-width: 640px) {
    .modal {
        padding: 0;
        align-items: flex-end;
    }
    .modal-content {
        max-width: 100%;
        max-height: 92vh;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.15);
    }
    .modal-header {
        padding: 1.25rem 1.25rem;
    }
    .modal-body {
        padding: 1.25rem;
    }
    .form-actions {
        flex-direction: column-reverse;
        gap: 0.75rem;
        padding-top: 1.25rem;
        margin-top: 1.5rem;
    }
    .form-actions .btn-primary,
    .form-actions .btn-secondary {
        width: 100%;
        min-height: 48px;
    }
    .store-type-selection {
        grid-template-columns: 1fr;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   شات بوت المساعدة — براند عالمي، حركة تفاعلية، رسائل ترحيب
   ═══════════════════════════════════════════════════════════════════════════ */
.lp-help-chat {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1500;
    pointer-events: none;
}
.lp-help-chat * {
    pointer-events: auto;
}

/* زر العائم مع حركة تنفس خفيفة */
.lp-help-chat-fab {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a0a0a;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: lp-help-fab-pulse 2.5s ease-in-out infinite;
}
[dir="rtl"] .lp-help-chat-fab {
    left: auto;
    right: 1.5rem;
}
.lp-help-chat-fab:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
    animation: none;
}
.lp-help-chat.open .lp-help-chat-fab {
    animation: none;
    transform: scale(0.9);
    opacity: 0;
    pointer-events: none;
}
@keyframes lp-help-fab-pulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); }
    50% { box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35); }
}
.lp-help-chat-fab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp-help-chat-fab-close {
    display: none;
}

/* نافذة الشات */
.lp-help-chat-window {
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    width: 380px;
    max-width: calc(100vw - 2rem);
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.96);
    transform-origin: bottom;
    transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease, visibility 0.3s ease;
}
[dir="rtl"] .lp-help-chat-window {
    left: auto;
    right: 1.5rem;
}
.lp-help-chat.open .lp-help-chat-window {
    max-height: 92vh;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.lp-help-chat.open .lp-help-chat-window[aria-hidden="false"] {
    max-height: 92vh;
}

.lp-help-chat-window-inner {
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 420px;
    max-height: 620px;
}

/* هيدر الشات */
.lp-help-chat-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #0a0a0a;
    color: #fff;
}
.lp-help-chat-header-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.lp-help-chat-header-text {
    flex: 1;
    min-width: 0;
}
.lp-help-chat-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 2px;
}
.lp-help-chat-status {
    font-size: 0.75rem;
    opacity: 0.85;
}
.lp-help-chat-close {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.2s;
}
.lp-help-chat-close:hover {
    background: rgba(255,255,255,0.15);
}

/* منطقة الرسائل */
.lp-help-chat-messages {
    padding: 18px 16px;
    overflow-y: auto;
    flex: 1;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lp-help-chat-msg {
    max-width: 88%;
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 0.9375rem;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(8px);
    animation: lp-help-msg-in 0.35s ease forwards;
}
.lp-help-chat-msg--bot {
    background: #f0f0f0;
    color: #1a1a1a;
    align-self: flex-start;
    border-bottom-left-radius: 4px;
}
.lp-help-chat.open .lp-help-chat-msg[data-msg="1"] { animation-delay: 0.15s; }
.lp-help-chat.open .lp-help-chat-msg[data-msg="2"] { animation-delay: 0.35s; }
@keyframes lp-help-msg-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lp-help-chat-msg-text {
    display: block;
}

/* حقل الإدخال وزر الإرسال */
.lp-help-chat-input-wrap {
    padding: 12px 16px 16px;
    border-top: 1px solid #e8e8e8;
    background: #fafafa;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-shrink: 0;
}
.lp-help-chat-input {
    flex: 1;
    min-height: 40px;
    height: 40px;
    max-height: 96px;
    padding: 8px 14px;
    font-size: 0.9375rem;
    font-family: inherit;
    line-height: 1.45;
    color: #1a1a1a;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    resize: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}
.lp-help-chat-input::placeholder {
    color: #999;
}
.lp-help-chat-input:focus {
    outline: none;
    border-color: #0a0a0a;
    box-shadow: 0 0 0 2px rgba(10, 10, 10, 0.06);
}
.lp-help-chat-send {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 40px;
    min-width: 40px;
    padding: 0 16px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    background: #0a0a0a;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s, opacity 0.2s;
}
.lp-help-chat-send:hover {
    background: #333;
}
.lp-help-chat-send:active {
    transform: scale(0.98);
}
.lp-help-chat-send-icon,
.lp-help-chat-send svg {
    flex-shrink: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

@media (max-width: 640px) {
    .lp-help-chat-fab {
        bottom: 1.25rem;
        left: 1rem;
        width: 52px;
        height: 52px;
    }
    [dir="rtl"] .lp-help-chat-fab {
        right: 1rem;
    }
    .lp-help-chat-window {
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 16px 16px 0 0;
    }
    [dir="rtl"] .lp-help-chat-window {
        right: 0;
    }
}
