:root {
    --lp-accent: #0b5c68;
    --lp-accent-2: #19a7a8;
    --lp-coral: #f47a5b;
    --lp-sun: #f6c75c;
    --lp-ink: #123a43;
    --lp-text: #315e65;
    --lp-muted: #66838a;
    --lp-bg: #f6fcfb;
    --lp-surface: #fff;
    --lp-soft: #e2f6f3;
    --lp-border: #cde7e3;
    --lp-shadow: 0 22px 60px rgba(11, 92, 104, .14);
    --course-accent: var(--lp-accent);
    --lp-font-head: 'Tajawal', 'Cairo', sans-serif;
    --lp-font-body: 'Noto Naskh Arabic', 'Cairo', sans-serif;
}

html[data-theme="dark"] {
    --lp-ink: #edf9f7;
    --lp-text: #c3d8d5;
    --lp-muted: #8fa9a6;
    --lp-bg: #0c1719;
    --lp-surface: #122224;
    --lp-soft: #17302e;
    --lp-border: #27423f;
    --lp-shadow: 0 24px 65px rgba(0, 0, 0, .3);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; overflow-x: hidden; background: var(--lp-bg); color: var(--lp-text); font-family: var(--lp-font-body); font-size: 17px; line-height: 1.9; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, strong, .lp-btn, .lp-kicker, .lp-eyebrow, .lp-module-number { font-family: var(--lp-font-head); }
h1, h2, h3, p { margin-top: 0; }
.lp-container { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.lp-skip { position: fixed; inset-block-start: .5rem; inset-inline-start: .5rem; z-index: 1000; padding: .6rem 1rem; border-radius: 10px; background: var(--lp-ink); color: var(--lp-bg); transform: translateY(-150%); }
.lp-skip:focus { transform: translateY(0); }

.lp-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid color-mix(in srgb, var(--lp-border) 78%, transparent); background: color-mix(in srgb, var(--lp-bg) 86%, transparent); backdrop-filter: blur(18px); }
.lp-header.is-scrolled { box-shadow: 0 10px 35px rgba(20, 58, 55, .08); }
.lp-nav { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 1rem; }
.lp-brand { display: inline-flex; min-width: 0; align-items: center; gap: .7rem; color: var(--lp-ink); font-family: var(--lp-font-head); font-size: 1.02rem; }
.lp-brand > span { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; overflow: hidden; border: 1px solid var(--lp-border); border-radius: 14px; background: #fff; box-shadow: 0 8px 20px rgba(47, 131, 122, .14); }
.lp-brand img { display: block; width: 100%; height: 100%; object-fit: contain; }
.lp-brand strong { white-space: nowrap; }
.lp-nav-links { display: flex; align-items: center; gap: 1.6rem; color: var(--lp-muted); font-family: var(--lp-font-head); font-size: .8rem; font-weight: 700; }
.lp-nav-links a:hover { color: var(--lp-accent); }
.lp-nav-actions { display: flex; align-items: center; gap: .55rem; }
.lp-icon-btn, .lp-menu-btn { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--lp-border); border-radius: 12px; background: var(--lp-surface); color: var(--lp-text); cursor: pointer; }
.lp-menu-btn { display: none; }
.lp-login { padding: .45rem .7rem; color: var(--lp-text); font-family: var(--lp-font-head); font-size: .76rem; font-weight: 800; }
.lp-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .65rem; padding: .72rem 1.25rem; border: 1px solid transparent; border-radius: 15px; font-size: .86rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.lp-btn:hover { transform: translateY(-2px); }
.lp-btn-primary, .lp-btn-small { background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2)); color: #fff; box-shadow: 0 12px 28px rgba(11, 92, 104, .28); }
.lp-btn-secondary { border-color: var(--lp-border); background: var(--lp-surface); color: var(--lp-ink); }
.lp-btn-small { min-height: 40px; padding: .48rem .9rem; border-radius: 12px; font-size: .73rem; }

.lp-hero { position: relative; overflow: hidden; padding: clamp(3.5rem, 8vw, 7.2rem) 0 5.2rem; background: radial-gradient(circle at 78% 20%, color-mix(in srgb, var(--lp-accent-2) 30%, transparent), transparent 31%), radial-gradient(circle at 12% 78%, color-mix(in srgb, var(--lp-coral) 22%, transparent), transparent 28%), radial-gradient(circle at 48% 100%, color-mix(in srgb, var(--lp-sun) 18%, transparent), transparent 25%); }
.lp-hero::after { content: ''; position: absolute; inset-inline-start: -170px; bottom: -250px; width: 480px; height: 480px; border: 1px solid color-mix(in srgb, var(--lp-accent) 18%, transparent); border-radius: 50%; box-shadow: 0 0 0 55px color-mix(in srgb, var(--lp-accent) 4%, transparent), 0 0 0 110px color-mix(in srgb, var(--lp-coral) 3%, transparent); }
.lp-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: clamp(2rem, 6vw, 5.5rem); align-items: center; }
.lp-eyebrow, .lp-kicker { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1rem; color: var(--lp-accent); font-size: .76rem; font-weight: 800; }
.lp-eyebrow { padding: .45rem .8rem; border: 1px solid color-mix(in srgb, var(--lp-accent) 25%, var(--lp-border)); border-radius: 999px; background: color-mix(in srgb, var(--lp-accent) 7%, var(--lp-surface)); }
.lp-hero h1 { max-width: 720px; margin-bottom: 1.1rem; color: var(--lp-ink); font-size: clamp(2.3rem, 5.6vw, 4.8rem); line-height: 1.17; letter-spacing: -.04em; }
.lp-hero h1 span { color: var(--lp-accent); }
.lp-hero-lead { max-width: 650px; margin-bottom: 1.55rem; color: var(--lp-text); font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 2; }
.lp-hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.lp-hero-services-link { display: inline-flex; align-items: center; gap: .4rem; padding: .55rem .2rem; color: var(--lp-accent); font-family: var(--lp-font-head); font-size: .76rem; font-weight: 800; }.lp-hero-services-link:hover { color: var(--lp-coral); }
.lp-hero-points { display: flex; flex-wrap: wrap; gap: .75rem 1.2rem; margin-top: 1.5rem; color: var(--lp-muted); font-family: var(--lp-font-head); font-size: .73rem; font-weight: 700; }
.lp-hero-points span { display: inline-flex; align-items: center; gap: .38rem; }
.lp-hero-points i { color: var(--lp-accent); }
.lp-hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.lp-visual-orbit { position: absolute; width: min(480px, 94%); aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--lp-accent) 23%, transparent); border-radius: 50%; }
.lp-visual-orbit::before, .lp-visual-orbit::after { content: ''; position: absolute; border: 1px solid color-mix(in srgb, var(--lp-accent) 17%, transparent); border-radius: 50%; inset: 12%; }
.lp-visual-orbit::after { inset: 25%; border-color: color-mix(in srgb, var(--lp-coral) 23%, transparent); }
.lp-visual-orbit i { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--lp-coral); box-shadow: 0 0 0 8px color-mix(in srgb, var(--lp-coral) 12%, transparent); }
.lp-visual-orbit i:nth-child(1) { top: 9%; right: 23%; }.lp-visual-orbit i:nth-child(2) { left: 6%; bottom: 33%; background: var(--lp-accent); }.lp-visual-orbit i:nth-child(3) { right: 12%; bottom: 18%; width: 8px; height: 8px; }
.lp-course-card { position: relative; z-index: 2; width: min(390px, 88%); padding: 1.2rem; border: 1px solid color-mix(in srgb, var(--lp-coral) 48%, var(--lp-border)); border-radius: 30px; background: color-mix(in srgb, var(--lp-surface) 90%, transparent); box-shadow: 0 35px 80px rgba(31, 83, 78, .19); backdrop-filter: blur(14px); transform: rotate(-2deg); }
.lp-course-card-top, .lp-course-card-footer, .lp-mini-progress { display: flex; align-items: center; justify-content: space-between; }
.lp-course-card-top { color: var(--lp-muted); font-family: var(--lp-font-head); font-size: .7rem; font-weight: 800; }
.lp-course-card-top strong { padding: .25rem .55rem; border-radius: 999px; background: var(--lp-soft); color: var(--lp-accent); }
.lp-course-pulse { display: grid; justify-items: center; padding: 2rem 1rem 1.4rem; text-align: center; }
.lp-course-pulse > span { display: grid; width: 104px; height: 104px; margin-bottom: .9rem; place-items: center; border-radius: 44% 56% 52% 48% / 46% 45% 55% 54%; background: var(--lp-coral); color: #fff; font-size: 1.6rem; box-shadow: 0 16px 35px rgba(244, 122, 91, .28); animation: lpPulse 3.2s ease-in-out infinite; }
.lp-course-pulse > span.lp-hero-logo { overflow: hidden; border: 7px solid #fff; border-radius: 50%; background: #fff8ee; box-shadow: 0 16px 35px rgba(11, 92, 104, .2); }
.lp-hero-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.lp-course-pulse b { color: var(--lp-ink); font-family: var(--lp-font-head); font-size: 1.45rem; }
.lp-course-pulse small { max-width: 27ch; color: var(--lp-muted); line-height: 1.7; }
@keyframes lpPulse { 50% { transform: scale(1.035) rotate(2deg); } }
.lp-mini-progress { gap: .8rem; margin-bottom: 1rem; color: var(--lp-muted); font-size: .67rem; }
.lp-mini-progress > span { flex: 1; height: 7px; overflow: hidden; border-radius: 99px; background: var(--lp-soft); }
.lp-mini-progress i { display: block; width: 18%; height: 100%; border-radius: inherit; background: var(--lp-accent); }
.lp-course-card-footer { gap: .5rem; padding-top: 1rem; border-top: 1px solid var(--lp-border); }
.lp-course-card-footer span { display: grid; flex: 1; justify-items: center; gap: .15rem; color: var(--lp-muted); font-family: var(--lp-font-head); font-size: .65rem; font-weight: 700; }
.lp-course-card-footer i { color: var(--lp-accent); font-size: .9rem; }

.lp-proof { border-block: 1px solid var(--lp-border); background: var(--lp-surface); }
.lp-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.lp-proof-grid > div { display: grid; justify-items: center; padding: 1.35rem 1rem; text-align: center; }
.lp-proof-grid > div + div { border-inline-start: 1px solid var(--lp-border); }
.lp-proof strong { color: var(--lp-accent); font-size: 1.55rem; line-height: 1.1; }.lp-proof strong i { color: var(--lp-accent-2); font-size: 1.35rem; }.lp-proof-grid > div:nth-child(2) strong { color: var(--lp-coral); }.lp-proof-grid > div:nth-child(3) strong { color: var(--lp-accent-2); }.lp-proof-grid > div:nth-child(4) strong { color: #c28a12; }
.lp-proof span { color: var(--lp-muted); font-family: var(--lp-font-head); font-size: .68rem; font-weight: 700; }

.lp-section { padding: clamp(4rem, 8vw, 7rem) 0; }
.lp-section-heading { max-width: 760px; margin: 0 auto 2.6rem; text-align: center; }
.lp-section-heading.compact { margin-bottom: 2rem; }
.lp-section-heading > span { color: var(--lp-accent); font-family: var(--lp-font-head); font-size: .74rem; font-weight: 800; }
.lp-section-heading h2, .lp-experience-copy h2, .lp-offer h2 { margin: .35rem 0 .8rem; color: var(--lp-ink); font-size: clamp(1.65rem, 3.6vw, 2.75rem); line-height: 1.35; }
.lp-section-heading p { margin-bottom: 0; color: var(--lp-muted); font-size: 1rem; line-height: 1.95; }
.lp-situations { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.lp-situations article { padding: 1.4rem; border: 1px solid var(--lp-border); border-radius: 22px; background: var(--lp-surface); box-shadow: 0 12px 35px rgba(28, 69, 66, .06); }
.lp-situations article > i { display: grid; width: 48px; height: 48px; margin-bottom: 1rem; place-items: center; border-radius: 15px; background: var(--lp-soft); color: var(--lp-accent); }
.lp-situations h3 { margin-bottom: .35rem; color: var(--lp-ink); font-size: 1rem; }
.lp-situations p { margin-bottom: 0; color: var(--lp-muted); font-size: .85rem; line-height: 1.85; }
/* «لمن الدورة» : بطاقتان بعلامة موافقة وبطاقتان بعلامة استبعاد */
.lp-audience-grid { grid-template-columns: repeat(2, 1fr); }
.lp-audience-grid article { border-inline-start: 4px solid transparent; }
.lp-audience-grid .is-fit, .lp-audience-grid article.is-fit { border-inline-start-color: var(--lp-accent); }
.lp-audience-grid article.is-unfit { border-inline-start-color: var(--lp-coral); }
.lp-audience-grid article.is-unfit > i { background: color-mix(in srgb, var(--lp-coral) 12%, var(--lp-surface)); color: var(--lp-coral); }
.lp-audience-grid h3 { font-size: .95rem; }

/* المقاربة : فقرات قراءة طويلة، بعرض مريح للعين */
.lp-approach { max-width: 78ch; margin-inline: auto; }
.lp-approach p { margin: 0 0 1rem; color: var(--lp-text); font-size: .95rem; line-height: 2.05; }
.lp-approach p:last-child { margin-bottom: 0; }
.lp-approach-lead { padding: 1.15rem 1.25rem; border-inline-start: 4px solid var(--lp-accent); border-radius: 18px; background: var(--lp-soft); color: var(--lp-ink) !important; font-family: var(--lp-font-head); font-size: 1rem !important; font-weight: 500; }

/* ماذا سوف تتعلم؟ */
.lp-learn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.lp-learn-grid li { display: flex; gap: .8rem; align-items: flex-start; padding: 1.2rem; border: 1px solid var(--lp-border); border-radius: 20px; background: var(--lp-surface); }
.lp-learn-grid li > i { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 14px; background: var(--lp-soft); color: var(--lp-accent); font-size: .95rem; }
.lp-learn-grid strong { display: block; margin-bottom: .3rem; color: var(--lp-ink); font-family: var(--lp-font-head); font-size: .92rem; }
.lp-learn-grid p { margin: 0; color: var(--lp-muted); font-size: .84rem; line-height: 1.8; }

/* ماذا تتضمن الدورة؟ */
.lp-includes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.lp-includes-grid article { display: grid; gap: .45rem; padding: 1.25rem 1.1rem; border: 1px solid var(--lp-border); border-radius: 20px; background: var(--lp-surface); box-shadow: 0 12px 35px rgba(13, 148, 136, .05); }
.lp-includes-grid article > i { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 15px; background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2)); color: #fff; font-size: 1rem; }
.lp-includes-grid strong { color: var(--lp-ink); font-family: var(--lp-font-head); font-size: .93rem; }
.lp-includes-grid small { color: var(--lp-muted); font-size: .8rem; line-height: 1.8; }
.lp-clinical-note { display: flex; max-width: 940px; align-items: flex-start; gap: .8rem; margin: 1.2rem auto 0; padding: 1rem 1.15rem; border: 1px solid color-mix(in srgb, var(--lp-coral) 28%, var(--lp-border)); border-radius: 16px; background: color-mix(in srgb, var(--lp-coral) 6%, var(--lp-surface)); color: var(--lp-text); }
.lp-clinical-note i { margin-top: .45rem; color: var(--lp-coral); }.lp-clinical-note p { margin: 0; font-size: .83rem; }

.lp-video-section { background: var(--lp-surface); }
.lp-video-shell { width: min(1080px, 100%); margin: auto; border-radius: 28px; box-shadow: var(--lp-shadow); }
.lp-video-shell .svp-player-box { border-radius: 28px; }
.lp-video-shell #landingCourseVideo:empty { display: grid; aspect-ratio: 16 / 9; place-items: center; border: 1px solid var(--lp-border); border-radius: 28px; background: linear-gradient(145deg, var(--lp-soft), var(--lp-surface)); color: var(--lp-accent); }
.lp-video-shell #landingCourseVideo:empty::before { content: '\f144'; font-family: 'Font Awesome 6 Free'; font-size: clamp(2rem, 6vw, 4rem); font-weight: 900; opacity: .55; }

.lp-packs-section { position: relative; overflow: hidden; background: radial-gradient(circle at 5% 18%, color-mix(in srgb, var(--lp-coral) 18%, transparent), transparent 25%), radial-gradient(circle at 96% 68%, color-mix(in srgb, var(--lp-sun) 25%, transparent), transparent 27%), linear-gradient(180deg, color-mix(in srgb, var(--lp-accent-2) 7%, var(--lp-bg)), var(--lp-bg)); }
.lp-packs-section::before, .lp-packs-section::after { position: absolute; width: 250px; height: 250px; border: 30px solid color-mix(in srgb, var(--lp-accent-2) 9%, transparent); border-radius: 50%; content: ''; pointer-events: none; }.lp-packs-section::before { top: -135px; inset-inline-start: 7%; }.lp-packs-section::after { bottom: -150px; inset-inline-end: 5%; border-color: color-mix(in srgb, var(--lp-coral) 10%, transparent); }
.lp-packs-section .lp-container { position: relative; z-index: 1; }
.lp-pack-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.lp-pack-card { display: grid; min-height: 350px; grid-template-rows: auto auto auto 1fr auto auto; align-items: start; padding: 1.35rem; border: 1px solid color-mix(in srgb, var(--lp-border) 80%, #fff); border-radius: 25px; background: color-mix(in srgb, var(--lp-surface) 88%, transparent); box-shadow: 0 16px 34px rgba(11, 92, 104, .09); backdrop-filter: blur(10px); transition: transform .22s ease, box-shadow .22s ease; }.lp-pack-card:hover { transform: translateY(-6px) rotate(-.3deg); box-shadow: 0 23px 45px rgba(11, 92, 104, .16); }
.lp-pack-icon { display: grid; width: 50px; height: 50px; margin-bottom: .8rem; place-items: center; border-radius: 17px; color: #fff; font-size: 1.15rem; }.lp-pack-card:nth-child(1) .lp-pack-icon { background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2)); }.lp-pack-card:nth-child(2) .lp-pack-icon { background: linear-gradient(135deg, #e75e73, var(--lp-coral)); }.lp-pack-card:nth-child(3) .lp-pack-icon { background: linear-gradient(135deg, #c277b8, #e06b99); }.lp-pack-card:nth-child(4) .lp-pack-icon { background: linear-gradient(135deg, #4277b7, var(--lp-accent-2)); }.lp-pack-card:nth-child(5) .lp-pack-icon { background: linear-gradient(135deg, #d28c28, var(--lp-sun)); }.lp-pack-card:nth-child(6) .lp-pack-icon { background: linear-gradient(135deg, #7f6bc1, #ad88df); }
.lp-pack-tag { display: inline-flex; width: fit-content; margin-bottom: .35rem; padding: .23rem .55rem; border-radius: 999px; background: var(--lp-soft); color: var(--lp-accent); font-family: var(--lp-font-head); font-size: .67rem; font-weight: 800; }.lp-pack-card h3 { margin: 0 0 .45rem; color: var(--lp-ink); font-size: 1.15rem; line-height: 1.4; }.lp-pack-card p { margin: 0; color: var(--lp-muted); font-size: .88rem; line-height: 1.9; }.lp-pack-card footer { display: flex; justify-content: space-between; gap: .4rem; margin-top: 1rem; padding-top: .8rem; border-top: 1px solid var(--lp-border); color: var(--lp-accent); font-family: var(--lp-font-head); font-size: .7rem; font-weight: 800; }.lp-pack-card footer span { color: var(--lp-muted); text-align: end; }.lp-pack-card > a { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; gap: .45rem; margin-top: .8rem; border-radius: 13px; background: var(--lp-ink); color: #fff; font-family: var(--lp-font-head); font-size: .76rem; font-weight: 800; transition: background .2s ease, transform .2s ease; }.lp-pack-card > a:hover { background: var(--lp-accent-2); transform: translateY(-2px); }
.lp-program-list { display: none; }
.lp-module { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 1.2rem; align-items: start; padding: 1.35rem; border: 1px solid var(--lp-border); border-radius: 22px; background: var(--lp-surface); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.lp-module:hover, .lp-module.is-active { transform: translateY(-2px); border-color: color-mix(in srgb, var(--lp-accent) 38%, var(--lp-border)); box-shadow: 0 14px 36px rgba(28, 69, 66, .08); }
.lp-module-number { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 17px; background: var(--lp-soft); color: var(--lp-accent); font-size: .9rem; font-weight: 800; }
.lp-module > div:nth-child(2) > span { color: var(--lp-accent); font-family: var(--lp-font-head); font-size: .66rem; font-weight: 800; }
.lp-module h3 { margin: .1rem 0 .35rem; color: var(--lp-ink); font-size: 1.1rem; }
.lp-module p { margin: 0; color: var(--lp-muted); font-size: .84rem; }
.lp-module ul { display: flex; flex-wrap: wrap; gap: .4rem; margin: .65rem 0 0; padding: 0; list-style: none; }
.lp-module li { padding: .23rem .58rem; border-radius: 999px; background: var(--lp-soft); color: var(--lp-text); font-family: var(--lp-font-head); font-size: .61rem; font-weight: 700; }
.lp-module > i { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; color: var(--lp-accent); font-size: 1rem; }

.lp-experience-section { border-block: 1px solid var(--lp-border); background: var(--lp-surface); }
.lp-experience-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.lp-experience-copy > p { color: var(--lp-muted); }
.lp-experience-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 1.4rem; }
.lp-experience-features > div { display: flex; gap: .65rem; align-items: flex-start; }
.lp-experience-features > div > i { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 12px; background: var(--lp-soft); color: var(--lp-accent); }
.lp-experience-features span { display: grid; }.lp-experience-features strong { color: var(--lp-ink); font-size: .82rem; }.lp-experience-features small { color: var(--lp-muted); font-size: .7rem; line-height: 1.6; }
.lp-interface-demo { padding: 1.2rem; border: 1px solid var(--lp-border); border-radius: 28px; background: var(--lp-bg); box-shadow: var(--lp-shadow); transform: rotate(1deg); }
.lp-demo-head { display: flex; justify-content: space-between; color: var(--lp-ink); font-family: var(--lp-font-head); font-size: .82rem; font-weight: 800; }.lp-demo-head span { display: flex; align-items: center; gap: .45rem; }.lp-demo-head span i { color: var(--lp-accent); }
.lp-demo-progress { display: flex; align-items: center; justify-content: space-between; margin: 1rem 0; padding: 1rem; border-radius: 18px; background: var(--lp-accent); color: #fff; }
.lp-demo-progress div { display: grid; }.lp-demo-progress small { opacity: .72; font-size: .64rem; }.lp-demo-progress strong { font-size: .82rem; }.lp-demo-progress > span { display: grid; width: 58px; height: 58px; place-items: center; border: 6px solid rgba(255,255,255,.28); border-top-color: #fff; border-radius: 50%; font-family: var(--lp-font-head); font-size: .68rem; font-weight: 800; }
.lp-demo-card { display: grid; grid-template-columns: auto 1fr auto; gap: .7rem; align-items: center; margin-top: .65rem; padding: .85rem; border: 1px solid var(--lp-border); border-radius: 16px; background: var(--lp-surface); }
.lp-demo-card > i:first-child { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: var(--lp-soft); color: var(--lp-accent); }.lp-demo-card span { display: grid; }.lp-demo-card small { color: var(--lp-muted); font-size: .59rem; }.lp-demo-card strong { color: var(--lp-ink); font-size: .76rem; }.lp-demo-card > b, .lp-demo-card > i:last-child { color: var(--lp-accent); font-family: var(--lp-font-head); font-size: .66rem; }

.lp-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: steps; }
.lp-steps article { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; padding: 1.35rem; border: 1px solid var(--lp-border); border-radius: 21px; background: var(--lp-surface); }
.lp-steps article > b { order: 3; margin-inline-start: auto; color: var(--lp-border); font-size: 1.8rem; line-height: 1; }
.lp-steps article > i { order: 1; display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 12px; background: var(--lp-soft); color: var(--lp-accent); font-size: 1rem; }
.lp-steps h3 { order: 2; min-width: 0; margin: 0; color: var(--lp-ink); font-size: .95rem; }
.lp-steps p { order: 4; flex: 1 0 100%; margin: 0; color: var(--lp-muted); font-size: .8rem; }

.lp-enroll-section { background: linear-gradient(145deg, color-mix(in srgb, var(--lp-accent) 8%, var(--lp-bg)), var(--lp-bg)); }
.lp-enroll-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(470px, 1.15fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.lp-offer > p { color: var(--lp-muted); }
.lp-offer-price { display: grid; gap: .1rem; margin: 1.2rem 0; padding: 1rem 1.1rem; border: 1px solid color-mix(in srgb, var(--lp-accent) 28%, var(--lp-border)); border-radius: 18px; background: var(--lp-surface); }
.lp-offer-price > span { color: var(--lp-muted); font-family: var(--lp-font-head); font-size: .67rem; font-weight: 700; }.lp-offer-price strong { color: var(--lp-accent); font-size: 1.45rem; }.lp-offer-price small { color: var(--lp-muted); font-size: .72rem; }
.lp-offer ul { display: grid; gap: .55rem; margin: 0 0 1.2rem; padding: 0; list-style: none; }.lp-offer li { display: flex; align-items: center; gap: .55rem; color: var(--lp-text); font-size: .84rem; }.lp-offer li i { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: var(--lp-soft); color: var(--lp-accent); font-size: .62rem; }
.lp-support { display: flex; align-items: center; gap: .7rem; padding: .75rem; border-radius: 16px; background: color-mix(in srgb, #25d366 9%, var(--lp-surface)); }.lp-support > i { color: #1eaa56; font-size: 1.25rem; }.lp-support span { display: grid; }.lp-support strong { color: var(--lp-ink); font-size: .76rem; }.lp-support small { color: var(--lp-muted); font-size: .65rem; }
.lp-support-go { margin-inline-start: auto; color: var(--lp-muted); font-size: .8rem; }
.lp-offer-price.has-sale { border-color: color-mix(in srgb, var(--lp-accent) 45%, var(--lp-border)); box-shadow: 0 14px 34px color-mix(in srgb, var(--lp-accent) 12%, transparent); }
.lp-price-head { display: flex; align-items: center; justify-content: space-between; gap: .6rem; }
.lp-price-badge { padding: .28rem .62rem; border-radius: 999px; background: var(--lp-accent); color: #fff; font-family: var(--lp-font-head); font-size: .64rem; font-weight: 800; white-space: nowrap; }
.lp-price-note { display: flex; align-items: flex-start; gap: .42rem; margin: .5rem 0 0; color: var(--lp-muted); font-size: .72rem; line-height: 1.65; text-align: start; }
.lp-price-note i { margin-top: .28rem; color: var(--lp-accent); }
.lp-offer-cta { width: 100%; margin-top: .95rem; justify-content: center; }
.lp-offer-microcopy { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .4rem; margin: .55rem 0 0; color: var(--lp-muted); font-family: var(--lp-font-head); font-size: .68rem; line-height: 1.6; }
.lp-offer-microcopy i { color: var(--lp-accent); }
.lp-offer-includes h3 { margin: 0 0 .75rem; color: var(--lp-ink); font-family: var(--lp-font-head); font-size: .88rem; }
.lp-offer-includes li { align-items: flex-start; }
.lp-offer-includes li i { width: 27px; height: 27px; flex: 0 0 27px; margin-top: .12rem; border-radius: 9px; font-size: .7rem; }
.lp-offer-includes li span { display: grid; gap: .12rem; text-align: start; }
.lp-offer-includes strong { color: var(--lp-ink); font-family: var(--lp-font-head); font-size: .82rem; }
.lp-offer-includes small { color: var(--lp-muted); font-size: .72rem; line-height: 1.6; }
.lp-offer ul.lp-offer-reassure { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.15rem; }
.lp-offer-reassure li { gap: .35rem; padding: .38rem .62rem; border: 1px solid var(--lp-border); border-radius: 999px; background: var(--lp-surface); color: var(--lp-muted); font-family: var(--lp-font-head); font-size: .68rem; font-weight: 700; }
.lp-offer-reassure li i { width: auto; height: auto; border-radius: 0; background: none; color: var(--lp-accent); font-size: .7rem; }
.lp-form-card { padding: clamp(1.2rem, 3vw, 2rem); border: 1px solid var(--lp-border); border-radius: 28px; background: var(--lp-surface); box-shadow: var(--lp-shadow); }
.lp-form-head { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.15rem; }.lp-form-head > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 16px; background: var(--lp-accent); color: #fff; }.lp-form-head div { display: grid; }.lp-form-head small { color: var(--lp-accent); font-family: var(--lp-font-head); font-size: .62rem; font-weight: 800; }.lp-form-head h2 { margin: 0; color: var(--lp-ink); font-size: 1.2rem; }
.lp-purchase-form { display: block; }
.lp-flow-step > label { display: grid; gap: .28rem; min-width: 0; }.lp-flow-step > label > span { color: var(--lp-ink); font-family: var(--lp-font-head); font-size: .72rem; font-weight: 800; }.lp-flow-step > label > span small { color: var(--lp-muted); font-weight: 600; }
.lp-purchase-form label > div { position: relative; display: flex; align-items: center; }.lp-purchase-form label > div > i { position: absolute; inset-inline-start: .85rem; z-index: 1; color: var(--lp-muted); font-size: .78rem; }
.lp-purchase-form input:not([type="checkbox"]) { width: 100%; height: 50px; padding: 0 2.35rem 0 .8rem; border: 1px solid var(--lp-border); border-radius: 14px; outline: 0; background: var(--lp-bg); color: var(--lp-ink); font-family: var(--lp-font-body); font-size: .82rem; transition: border-color .2s, box-shadow .2s; }.lp-purchase-form input[dir="ltr"] { padding: 0 .8rem 0 2.35rem; text-align: left; }.lp-purchase-form input:focus { border-color: var(--lp-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--lp-accent) 11%, transparent); }.lp-purchase-form input::placeholder { color: var(--lp-muted); opacity: .7; }
.lp-password-field { grid-column: 1 / -1; }.lp-password-field button { position: absolute; inset-inline-end: .55rem; display: grid; width: 35px; height: 35px; place-items: center; border: 0; border-radius: 10px; background: transparent; color: var(--lp-muted); cursor: pointer; }.lp-password-hint { color: var(--lp-muted); font-size: .65rem; }.lp-password-hint.is-valid { color: var(--lp-accent); }
.lp-consent { grid-column: 1 / -1; display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: .55rem !important; padding: .65rem; border-radius: 13px; background: var(--lp-bg); cursor: pointer; }.lp-consent input { position: absolute; opacity: 0; }.lp-consent > span { display: grid; width: 22px; height: 22px; flex: 0 0 22px; margin-top: .25rem; place-items: center; border: 1px solid var(--lp-border); border-radius: 7px; background: var(--lp-surface); color: transparent; }.lp-consent input:checked + span { border-color: var(--lp-accent); background: var(--lp-accent); color: #fff; }.lp-consent p { margin: 0; color: var(--lp-muted); font-size: .67rem; line-height: 1.7; }
.lp-submit { grid-column: 1 / -1; display: flex; min-height: 54px; align-items: center; justify-content: center; gap: .7rem; border: 0; border-radius: 15px; background: var(--lp-accent); color: #fff; font-family: var(--lp-font-head); font-size: .83rem; font-weight: 800; cursor: pointer; box-shadow: 0 12px 30px rgba(47, 131, 122, .24); }.lp-submit:hover { background: #27746c; }
.lp-secure-note { grid-column: 1 / -1; margin: -.35rem 0 0; color: var(--lp-muted); font-size: .63rem; text-align: center; }.lp-secure-note i { margin-inline-end: .25rem; color: var(--lp-accent); }
.lp-existing { margin-top: 1rem; padding-top: .8rem; border-top: 1px solid var(--lp-border); color: var(--lp-muted); font-size: .72rem; text-align: center; }.lp-existing a { color: var(--lp-accent); font-family: var(--lp-font-head); font-weight: 800; }
.lp-form-alert { display: flex; gap: .7rem; padding: 1rem; border-radius: 15px; background: color-mix(in srgb, var(--lp-coral) 10%, var(--lp-bg)); }.lp-form-alert i { color: var(--lp-coral); }.lp-form-alert p { margin: 0; font-size: .8rem; }
.lp-honeypot { position: absolute !important; inset-inline-start: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.lp-flow-progress { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .65rem; margin-bottom: 1.15rem; padding: .7rem .85rem; border-radius: 16px; background: var(--lp-bg); }.lp-flow-progress > span { display: flex; align-items: center; gap: .45rem; color: var(--lp-muted); font-family: var(--lp-font-head); }.lp-flow-progress b { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid var(--lp-border); border-radius: 10px; background: var(--lp-surface); font-size: .68rem; }.lp-flow-progress small { font-size: .65rem; font-weight: 700; }.lp-flow-progress > i { height: 2px; border-radius: 99px; background: var(--lp-border); }.lp-flow-progress > span.is-active { color: var(--lp-accent); }.lp-flow-progress > span.is-active b { border-color: var(--lp-accent); background: var(--lp-accent); color: #fff; }
.lp-flow-step { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }.lp-flow-step[hidden] { display: none; }.lp-flow-intro, .lp-flow-confirm, .lp-flow-error, .lp-flow-step > .lp-submit, .lp-flow-step > .lp-secure-note, .lp-flow-step > .lp-consent { grid-column: 1 / -1; }.lp-flow-intro h3 { margin: 0 0 .2rem; color: var(--lp-ink); font-size: 1.05rem; }.lp-flow-intro p { margin: 0; color: var(--lp-muted); font-size: .78rem; line-height: 1.7; }.lp-flow-step > label > small { color: var(--lp-muted); font-size: .65rem; line-height: 1.55; }
.lp-flow-confirm { display: flex; align-items: center; gap: .65rem; padding: .75rem; border: 1px solid color-mix(in srgb, var(--lp-accent) 25%, var(--lp-border)); border-radius: 15px; background: color-mix(in srgb, var(--lp-accent) 7%, var(--lp-bg)); }.lp-flow-confirm > span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 12px; background: var(--lp-accent); color: #fff; }.lp-flow-confirm > div { display: grid; min-width: 0; flex: 1; }.lp-flow-confirm small { color: var(--lp-accent); font-family: var(--lp-font-head); font-size: .6rem; font-weight: 800; }.lp-flow-confirm strong { overflow: hidden; color: var(--lp-ink); font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }.lp-flow-confirm button { border: 0; background: transparent; color: var(--lp-accent); font-family: var(--lp-font-head); font-size: .68rem; font-weight: 800; cursor: pointer; }
.lp-flow-error { margin: 0; padding: .65rem .8rem; border-radius: 12px; background: color-mix(in srgb, #dc2626 8%, var(--lp-bg)); color: #b91c1c; font-size: .74rem; }.lp-submit-lead { background: var(--lp-coral); box-shadow: 0 12px 30px rgba(207,112,79,.23); }.lp-submit-lead:hover { background: #b95f42; }.lp-submit:disabled { cursor: wait; opacity: .72; }
.lp-flow-step[data-flow-step="2"] > label { grid-column: 1 / -1; }

.lp-faq { display: grid; max-width: 850px; gap: .65rem; margin: auto; }.lp-faq details { overflow: hidden; border: 1px solid var(--lp-border); border-radius: 17px; background: var(--lp-surface); }.lp-faq summary { position: relative; padding: 1rem 1.1rem 1rem 3.2rem; color: var(--lp-ink); font-family: var(--lp-font-head); font-size: .86rem; font-weight: 800; cursor: pointer; list-style: none; }.lp-faq summary::-webkit-details-marker { display: none; }.lp-faq summary::after { content: '+'; position: absolute; left: 1.1rem; top: 50%; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; background: var(--lp-soft); color: var(--lp-accent); transform: translateY(-50%); }.lp-faq details[open] summary::after { content: '−'; }.lp-faq details p { margin: 0; padding: 0 1.1rem 1rem; color: var(--lp-muted); font-size: .82rem; }
.lp-final { padding: 5rem 0; background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2)); color: #fff; text-align: center; }.lp-final .lp-container { display: grid; justify-items: center; }.lp-final .lp-container > span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; background: rgba(255,255,255,.12); font-size: 1.2rem; }.lp-final h2 { margin: 1rem 0 .4rem; color: #fff; font-size: clamp(1.7rem, 4vw, 2.8rem); }.lp-final p { margin-bottom: 1rem; color: rgba(255,255,255,.82); }.lp-final .lp-btn-primary { background: #fff; color: var(--lp-accent); box-shadow: none; }
.lp-footer { padding: 2rem 0 5rem; background: #0e1d20; color: #d7e8e5; }.lp-footer .lp-container { display: flex; justify-content: space-between; gap: 1rem; }.lp-footer strong { color: #fff; }.lp-footer p { margin: .15rem 0 0; color: #809b97; font-size: .72rem; }.lp-footer nav { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; color: #a9c0bc; font-family: var(--lp-font-head); font-size: .67rem; font-weight: 700; }
.lp-company-details { display: flex; flex: 1 0 100%; flex-wrap: wrap; justify-content: center; gap: .45rem .85rem; padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: rgba(255,255,255,.035); color: #a9c0bc; font-family: var(--lp-font-head); font-size: .66rem; }.lp-company-details strong { color: #fff; }.lp-company-details a:hover { color: var(--lp-accent-2); }.lp-footer .lp-legal { flex: 1 0 100%; text-align: center; }

/* من هو عادل الحسني */
.lp-footer .lp-container { flex-wrap: wrap; }
.lp-legal { flex: 1 0 100%; margin: 1.1rem 0 0 !important; padding-top: .9rem; border-top: 1px solid rgba(255,255,255,.09); color: #7f9995 !important; font-family: var(--lp-font-head); font-size: .68rem !important; }
.lp-author { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 1.5rem; align-items: center; padding: 1.6rem; border: 1px solid var(--lp-border); border-radius: 26px; background: var(--lp-surface); box-shadow: var(--lp-shadow); }
.lp-author-side { display: grid; justify-items: center; gap: .45rem; text-align: center; }
.lp-author-photo { width: 132px; height: 132px; object-fit: cover; background: var(--lp-soft); border: 4px solid var(--lp-soft); border-radius: 50%; box-shadow: 0 14px 32px rgba(0, 0, 0, .12); }
.lp-author-side strong { color: var(--lp-ink); font-family: var(--lp-font-head); font-size: 1.05rem; }
.lp-author-side small { color: var(--lp-accent); font-family: var(--lp-font-head); font-size: .72rem; font-weight: 700; line-height: 1.7; }
.lp-author-facts { display: grid; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.lp-author-facts li { display: flex; gap: .7rem; align-items: flex-start; color: var(--lp-text); font-size: .88rem; line-height: 1.9; }
.lp-author-facts i { display: grid; width: 30px; height: 30px; flex: 0 0 30px; margin-top: .2rem; place-items: center; border-radius: 10px; background: var(--lp-soft); color: var(--lp-accent); font-size: .72rem; }
.lp-mobile-cta { display: none; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.lp-library-section { border-block: 1px solid var(--lp-border); background: color-mix(in srgb, var(--lp-soft) 45%, var(--lp-bg)); }
.lp-library-collection { margin-top: 1rem; padding: 1rem; overflow: hidden; border: 1px solid var(--lp-border); border-radius: 24px; background: var(--lp-surface); box-shadow: 0 12px 35px rgba(28, 69, 66, .055); }
.lp-library-collection + .lp-library-collection { margin-top: 1.1rem; }
.lp-library-collection-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .8rem; }
.lp-library-collection-title { display: flex; min-width: 0; align-items: center; gap: .7rem; }.lp-library-collection-title > span { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 14px; background: var(--lp-soft); color: var(--lp-accent); }.lp-library-collection-title > div { display: grid; }.lp-library-collection-title small { color: var(--lp-muted); font-family: var(--lp-font-head); font-size: .62rem; font-weight: 700; }.lp-library-collection-title h3 { margin: 0; color: var(--lp-ink); font-size: 1.05rem; }.lp-library-collection-title b { display: grid; min-width: 30px; height: 30px; place-items: center; border-radius: 10px; background: var(--lp-soft); color: var(--lp-accent); font-family: var(--lp-font-head); font-size: .68rem; }
.lp-library-arrows { display: flex; gap: .4rem; }.lp-library-arrows button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--lp-border); border-radius: 11px; background: var(--lp-bg); color: var(--lp-accent); cursor: pointer; }.lp-library-arrows button:hover { border-color: var(--lp-accent); background: var(--lp-soft); }
.lp-library-rail { display: flex; gap: .75rem; padding: .15rem .05rem .6rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: color-mix(in srgb, var(--lp-accent) 40%, transparent) transparent; }
.lp-library-card { position: relative; display: flex; min-width: 0; flex: 0 0 clamp(245px, 27vw, 305px); min-height: 168px; flex-direction: column; padding: 1rem; overflow: hidden; border: 1px solid var(--lp-border); border-block-start: 4px solid var(--item-color); border-radius: 18px; background: var(--lp-bg); scroll-snap-align: start; }.lp-library-card::after { content: ''; position: absolute; inset-inline-end: -35px; top: -45px; width: 110px; height: 110px; border-radius: 50%; background: color-mix(in srgb, var(--item-color) 8%, transparent); }
.lp-library-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: .5rem; }.lp-library-card-top > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: color-mix(in srgb, var(--item-color) 12%, var(--lp-surface)); color: var(--item-color); }.lp-library-card-top small { color: var(--item-color); font-family: var(--lp-font-head); font-size: .6rem; font-weight: 800; }
.lp-library-card h4 { display: -webkit-box; margin: .75rem 0 .3rem; overflow: hidden; color: var(--lp-ink); font-family: var(--lp-font-head); font-size: .92rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.lp-library-card p { display: -webkit-box; margin: 0; overflow: hidden; color: var(--lp-muted); font-size: .74rem; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.lp-library-swipe { display: none; align-items: center; justify-content: center; gap: .4rem; margin: .85rem 0 0; color: var(--lp-muted); font-family: var(--lp-font-head); font-size: .68rem; }.lp-library-swipe i { color: var(--lp-accent); }
.lp-price-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: .7rem; }.lp-price-row del { color: var(--lp-muted); font-family: var(--lp-font-head); font-size: .9rem; }

.lp-whatsapp-float, .lp-admin-trigger { position: fixed; z-index: 94; display: flex; min-height: 50px; align-items: center; gap: .5rem; border: 0; border-radius: 999px; color: #fff; font-family: var(--lp-font-head); font-size: .72rem; font-weight: 800; box-shadow: 0 14px 35px rgba(0,0,0,.22); cursor: pointer; }
.lp-whatsapp-float { inset-inline-start: 1.2rem; bottom: 1.2rem; padding: .7rem 1rem; background: #159957; }.lp-whatsapp-float i { font-size: 1.25rem; }
.lp-admin-trigger { inset-inline-end: 1.2rem; bottom: 1.2rem; padding: .7rem 1rem; background: #202f45; }
.lp-admin-modal[hidden] { display: none; }.lp-admin-modal { position: fixed; z-index: 500; inset: 0; }.lp-admin-backdrop { position: absolute; inset: 0; background: rgba(5,15,18,.68); backdrop-filter: blur(7px); }.lp-admin-panel { position: absolute; top: 0; bottom: 0; inset-inline-end: 0; width: min(680px, 100%); overflow: auto; background: var(--lp-bg); box-shadow: -20px 0 60px rgba(0,0,0,.24); }
.lp-admin-panel > header { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 1.4rem; border-bottom: 1px solid var(--lp-border); background: color-mix(in srgb, var(--lp-bg) 92%, transparent); backdrop-filter: blur(14px); }.lp-admin-panel header small { color: var(--lp-accent); font-family: var(--lp-font-head); font-size: .62rem; font-weight: 800; }.lp-admin-panel header h2 { margin: .1rem 0 0; color: var(--lp-ink); font-size: 1.25rem; }.lp-admin-panel header button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--lp-border); border-radius: 12px; background: var(--lp-surface); color: var(--lp-ink); cursor: pointer; }
.lp-admin-panel form { display: grid; gap: 1rem; padding: 1.2rem; }.lp-admin-panel fieldset { display: grid; min-width: 0; gap: .8rem; margin: 0; padding: 1rem; border: 1px solid var(--lp-border); border-radius: 18px; background: var(--lp-surface); }.lp-admin-panel legend { padding: 0 .5rem; color: var(--lp-ink); font-family: var(--lp-font-head); font-size: .78rem; font-weight: 800; }.lp-admin-panel legend i { margin-inline-end: .35rem; color: var(--lp-accent); }.lp-admin-panel label { display: grid; min-width: 0; gap: .28rem; }.lp-admin-panel label > span { color: var(--lp-text); font-family: var(--lp-font-head); font-size: .68rem; font-weight: 800; }.lp-admin-panel label > small { color: var(--lp-muted); font-size: .64rem; }.lp-admin-panel input, .lp-admin-panel select, .lp-admin-panel textarea { width: 100%; min-height: 48px; padding: .65rem .8rem; border: 1px solid var(--lp-border); border-radius: 12px; outline: 0; background: var(--lp-bg); color: var(--lp-ink); font-family: var(--lp-font-body); font-size: .78rem; resize: vertical; }.lp-admin-panel input:focus, .lp-admin-panel select:focus, .lp-admin-panel textarea:focus { border-color: var(--lp-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--lp-accent) 10%, transparent); }
.lp-admin-row { display: grid; grid-template-columns: 1fr 1fr .65fr; gap: .65rem; }.lp-admin-row .wide { grid-column: span 2; }.lp-admin-status { min-height: 24px; color: var(--lp-muted); font-size: .72rem; }.lp-admin-status.is-error { color: #c44545; }.lp-admin-status.is-success { color: var(--lp-accent); }.lp-admin-panel form > footer { position: sticky; bottom: 0; display: flex; justify-content: flex-end; gap: .6rem; padding: .9rem 0; background: var(--lp-bg); }.lp-admin-panel form > footer button { min-height: 47px; padding: .55rem 1rem; border-radius: 12px; font-family: var(--lp-font-head); font-size: .74rem; font-weight: 800; cursor: pointer; }.lp-admin-cancel { border: 1px solid var(--lp-border); background: var(--lp-surface); color: var(--lp-text); }.lp-admin-save { display: inline-flex; align-items: center; gap: .5rem; border: 0; background: var(--lp-accent); color: #fff; }
body.lp-modal-open { overflow: hidden; }
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }.is-revealed[data-reveal] { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } [data-reveal] { opacity: 1; transform: none; } }
@media (max-width: 980px) {
    .lp-pack-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lp-nav-links { position: fixed; top: 75px; inset-inline: 1rem; display: none; padding: .8rem; border: 1px solid var(--lp-border); border-radius: 17px; background: var(--lp-surface); box-shadow: var(--lp-shadow); }
    .lp-nav-links.is-open { display: grid; }.lp-nav-links a { padding: .55rem; }.lp-menu-btn { display: grid; }.lp-login { display: none; }
    .lp-hero-grid, .lp-experience-grid, .lp-enroll-grid { grid-template-columns: 1fr; }.lp-hero-copy { text-align: center; }.lp-hero-copy .lp-eyebrow { margin-inline: auto; }.lp-hero-actions, .lp-hero-points { justify-content: center; }.lp-hero-visual { min-height: 430px; }.lp-situations { grid-template-columns: repeat(2, 1fr); }.lp-experience-copy { text-align: center; }.lp-experience-features { text-align: start; }.lp-interface-demo { width: min(650px, 100%); margin: auto; }.lp-enroll-grid { max-width: 720px; }.lp-offer { text-align: center; }.lp-offer li, .lp-support { text-align: start; }.lp-offer ul.lp-offer-reassure { justify-content: center; }.lp-steps { grid-template-columns: repeat(2, 1fr); }
    .lp-learn-grid { grid-template-columns: repeat(2, 1fr); }.lp-includes-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
    .lp-pack-grid { grid-template-columns: 1fr; }.lp-pack-card { min-height: 0; }.lp-pack-card p { font-size: .94rem; }
    .lp-booking-actions { grid-template-columns: 1fr; }.lp-company-details { display: grid; justify-items: center; text-align: center; }.lp-final-actions { display: grid; width: 100%; }.lp-final-actions .lp-btn { width: 100%; }.lp-hero-services-link { justify-content: center; }
    .lp-flow-step { grid-template-columns: 1fr; }.lp-flow-step > * { grid-column: 1; }.lp-flow-progress small { font-size: .62rem; }.lp-flow-intro h3 { font-size: 1rem; }.lp-flow-intro p { font-size: .8rem; }
    body { font-size: 17px; }.lp-container { width: min(100% - 1rem, 1180px); }.lp-nav { min-height: 66px; gap: .4rem; }.lp-brand { flex: 1 1 auto; gap: .45rem; font-size: clamp(.68rem, 3.25vw, .84rem); }.lp-brand > span { width: 39px; height: 39px; flex-basis: 39px; border-radius: 12px; }.lp-brand strong { display: block; overflow: hidden; text-overflow: ellipsis; }.lp-nav-actions { flex: 0 0 auto; gap: .35rem; }.lp-icon-btn, .lp-menu-btn { width: 38px; height: 38px; }.lp-nav-actions .lp-btn-small { display: none; }.lp-nav-links { top: 67px; }
    .lp-hero { padding: 2.6rem 0 3.5rem; }.lp-hero-grid { gap: 1.4rem; }.lp-hero h1 { font-size: clamp(2.05rem, 11vw, 3rem); }.lp-hero-lead { font-size: 1.03rem; }.lp-hero-actions { display: grid; }.lp-hero-actions .lp-btn { width: 100%; }.lp-hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: .45rem; font-size: .78rem; }.lp-hero-points span { display: grid; justify-items: center; text-align: center; line-height: 1.45; }.lp-hero-visual { min-height: 340px; }.lp-course-card { width: min(330px, 88%); border-radius: 24px; }.lp-course-pulse { padding: 1.3rem .7rem 1rem; }.lp-course-pulse > span { width: 82px; height: 82px; }.lp-visual-orbit { width: 330px; max-width: 96%; }
    .lp-proof-grid { grid-template-columns: repeat(2, 1fr); }.lp-proof-grid > div:nth-child(3) { border-top: 1px solid var(--lp-border); border-inline-start: 0; }.lp-proof-grid > div:nth-child(4) { border-top: 1px solid var(--lp-border); }
    .lp-section { padding: 3.4rem 0; }.lp-section-heading { margin-bottom: 1.6rem; }.lp-section-heading > span { font-size: .82rem; }.lp-section-heading p { font-size: 1.03rem; }.lp-situations { grid-template-columns: 1fr; }.lp-situations p, .lp-module p { font-size: .96rem; }.lp-clinical-note p { font-size: .94rem; }.lp-module { grid-template-columns: auto 1fr; gap: .8rem; padding: 1rem; }.lp-module > i { display: none; }.lp-module-number { width: 45px; height: 45px; border-radius: 14px; }.lp-module > div:nth-child(2) > span { font-size: .73rem; }.lp-module h3 { font-size: 1.15rem; }.lp-module ul { display: grid; grid-template-columns: repeat(2, minmax(0, max-content)); }.lp-module li { font-size: .72rem; }.lp-experience-features { grid-template-columns: 1fr; }.lp-experience-features strong { font-size: .9rem; }.lp-experience-features small { font-size: .8rem; }.lp-interface-demo { padding: .8rem; border-radius: 21px; }.lp-steps { grid-template-columns: 1fr; }.lp-steps h3 { font-size: 1.02rem; }.lp-steps p { font-size: .94rem; }.lp-offer li { font-size: .94rem; }.lp-purchase-form { grid-template-columns: 1fr; }.lp-purchase-form > label > span { font-size: .78rem; }.lp-purchase-form input:not([type="checkbox"]) { font-size: .92rem; }.lp-password-hint, .lp-consent p, .lp-secure-note { font-size: .74rem; }.lp-submit { font-size: .92rem; }.lp-password-field, .lp-consent, .lp-submit, .lp-secure-note { grid-column: auto; }.lp-form-card { border-radius: 22px; }.lp-faq summary { font-size: .96rem; }.lp-faq details p { font-size: .94rem; }.lp-footer .lp-container { display: grid; text-align: center; }.lp-footer nav { justify-content: center; }.lp-library-collection { padding: .75rem; border-radius: 20px; }.lp-library-collection-head { margin-bottom: .65rem; }.lp-library-collection-title { gap: .55rem; }.lp-library-collection-title > span { width: 40px; height: 40px; flex-basis: 40px; }.lp-library-collection-title small { font-size: .64rem; }.lp-library-collection-title h3 { font-size: .96rem; }.lp-library-arrows button { width: 36px; height: 36px; }.lp-library-rail { margin-inline: -.1rem; }.lp-library-card { flex-basis: min(78vw, 285px); min-height: 174px; padding: .9rem; }.lp-library-card h4 { font-size: .96rem; }.lp-library-card p { font-size: .8rem; }.lp-library-swipe { display: flex; }.lp-admin-row { grid-template-columns: 1fr; }.lp-admin-row .wide { grid-column: auto; }.lp-whatsapp-float { bottom: 4.8rem; width: 50px; padding: 0; justify-content: center; }.lp-whatsapp-float span { display: none; }.lp-admin-trigger { bottom: 4.8rem; width: 50px; padding: 0; justify-content: center; }.lp-admin-trigger span { display: none; }
    .lp-author { grid-template-columns: 1fr; gap: 1.1rem; padding: 1.15rem; }.lp-author-facts li { font-size: .92rem; }.lp-footer .lp-container { flex-wrap: wrap; }
    .lp-learn-grid, .lp-includes-grid { grid-template-columns: 1fr; }.lp-learn-grid p, .lp-includes-grid small { font-size: .9rem; }.lp-approach p { font-size: 1rem; }.lp-approach-lead { font-size: 1.03rem !important; }
    .lp-mobile-cta { position: fixed; right: .65rem; bottom: max(.65rem, env(safe-area-inset-bottom)); left: .65rem; z-index: 90; display: flex; min-height: 52px; align-items: center; justify-content: center; gap: .65rem; border-radius: 15px; background: var(--lp-accent); color: #fff; font-family: var(--lp-font-head); font-size: .8rem; font-weight: 800; box-shadow: 0 15px 35px rgba(23, 73, 68, .3); }.lp-footer { padding-bottom: 6rem; }
}

/* ==========================================================
   إضافات خاصة بصفحة الخدمات النفسية والاجتماعية (مجلد adil)
   ========================================================== */

/* شعار نصي بدل الصورة حتى تبقى الصفحة مستقلة عن ملفات الموقع */
.lp-brand > span.lp-brand-mark { background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2)); color: #fff; font-size: 1.05rem; }

/* بطاقة الخدمة : نفس هيكل المحاور مع لائحة مكونات الخدمة */
.lp-module .lp-module-meta { display: grid; gap: .35rem; margin: .7rem 0 0; padding: 0; list-style: none; }
.lp-module .lp-module-meta li { display: flex; align-items: flex-start; gap: .5rem; padding: 0; border-radius: 0; background: none; color: var(--lp-muted); font-family: var(--lp-font-body); font-size: .82rem; font-weight: 400; line-height: 1.8; }
.lp-module .lp-module-meta li i { margin-top: .5rem; color: var(--lp-accent); font-size: .5rem; }

/* قائمة «ما الذي تتضمنه الخدمة» */
.lp-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; max-width: 940px; margin: 0 auto; padding: 0; list-style: none; }
.lp-checklist li { display: flex; align-items: flex-start; gap: .7rem; padding: .95rem 1.05rem; border: 1px solid var(--lp-border); border-radius: 18px; background: var(--lp-surface); color: var(--lp-text); font-size: .87rem; line-height: 1.85; }
.lp-checklist li i { display: grid; width: 27px; height: 27px; flex: 0 0 27px; margin-top: .2rem; place-items: center; border-radius: 50%; background: var(--lp-soft); color: var(--lp-accent); font-size: .62rem; }

/* مسار الخبرة المهنية */
.lp-timeline { display: grid; gap: 0; max-width: 820px; margin: 1.6rem auto 0; padding: 0; list-style: none; }
.lp-timeline li { position: relative; padding: 0; padding-inline-start: 2.1rem; padding-block-end: 1.5rem; }
.lp-timeline li::before { content: ''; position: absolute; inset-inline-start: 8px; top: 6px; bottom: -6px; width: 1px; background: var(--lp-border); }
.lp-timeline li:last-child { padding-block-end: 0; }
.lp-timeline li:last-child::before { display: none; }
.lp-timeline li > b { position: absolute; inset-inline-start: 0; top: 4px; width: 17px; height: 17px; border: 4px solid var(--lp-soft); border-radius: 50%; background: var(--lp-accent); }
.lp-timeline span { display: inline-block; margin-bottom: .2rem; padding: .18rem .55rem; border-radius: 999px; background: var(--lp-soft); color: var(--lp-accent); font-family: var(--lp-font-head); font-size: .66rem; font-weight: 800; }
.lp-timeline strong { display: block; color: var(--lp-ink); font-family: var(--lp-font-head); font-size: .96rem; }
.lp-timeline p { margin: .15rem 0 0; color: var(--lp-muted); font-size: .84rem; line-height: 1.85; }

/* مراحل الحجز والأداء */
.lp-booking-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: clamp(1.6rem, 5vw, 3.5rem); align-items: start; }
.lp-bank { padding: 1.3rem; border: 1px solid color-mix(in srgb, var(--lp-accent) 26%, var(--lp-border)); border-radius: 24px; background: var(--lp-surface); box-shadow: var(--lp-shadow); }
.lp-bank h3 { display: flex; align-items: center; gap: .5rem; margin: 0 0 .3rem; color: var(--lp-ink); font-size: 1.05rem; }
.lp-bank h3 i { color: var(--lp-accent); }
.lp-bank > p { margin: 0 0 .9rem; color: var(--lp-muted); font-size: .82rem; line-height: 1.8; }
.lp-bank dl { display: grid; gap: .5rem; margin: 0 0 1rem; }
.lp-bank dl > div { display: grid; gap: .1rem; padding: .65rem .8rem; border-radius: 14px; background: var(--lp-bg); }
.lp-bank dt { color: var(--lp-muted); font-family: var(--lp-font-head); font-size: .66rem; font-weight: 800; }
.lp-bank dd { margin: 0; color: var(--lp-ink); font-family: var(--lp-font-head); font-size: .85rem; word-break: break-all; }
.lp-bank dd[dir="ltr"] { text-align: start; }
.lp-bank .lp-btn { width: 100%; }

/* بطاقات التواصل */
.lp-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.lp-contact-grid article { display: grid; gap: .35rem; padding: 1.35rem 1.2rem; border: 1px solid var(--lp-border); border-radius: 22px; background: var(--lp-surface); box-shadow: 0 12px 35px rgba(28, 69, 66, .06); }
.lp-contact-grid article > i { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 15px; background: var(--lp-soft); color: var(--lp-accent); }
.lp-contact-grid h3 { margin: .35rem 0 0; color: var(--lp-ink); font-size: 1rem; }
.lp-contact-grid p { margin: 0; color: var(--lp-muted); font-size: .85rem; line-height: 1.85; }
.lp-contact-grid a { color: var(--lp-accent); font-family: var(--lp-font-head); font-weight: 800; }
.lp-contact-grid [dir="ltr"] { display: inline-block; }

@media (max-width: 980px) {
    .lp-booking-grid { grid-template-columns: 1fr; }
    .lp-contact-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
    .lp-checklist { grid-template-columns: 1fr; }
    .lp-checklist li { font-size: .93rem; }
    .lp-contact-grid { grid-template-columns: 1fr; }
    .lp-timeline p, .lp-module .lp-module-meta li { font-size: .92rem; }
}

/* مراحل الحجز عمود واحد بجانب بطاقة الحساب البنكي */
.lp-steps.lp-steps-stack { grid-template-columns: 1fr; }
.lp-bank .lp-offer-reassure { display: flex; flex-wrap: wrap; gap: .45rem; margin: .9rem 0 0; padding: 0; list-style: none; }
.lp-booking-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }.lp-booking-actions .lp-btn { width: 100%; padding-inline: .8rem; }
.lp-final-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; }.lp-final .lp-final-actions .lp-btn-secondary { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.09); color: #fff; }
.lp-bank .lp-offer-reassure li { display: flex; align-items: center; gap: .35rem; padding: .38rem .62rem; border: 1px solid var(--lp-border); border-radius: 999px; background: var(--lp-bg); color: var(--lp-muted); font-family: var(--lp-font-head); font-size: .68rem; font-weight: 700; }
.lp-bank .lp-offer-reassure li i { color: var(--lp-accent); }
.lp-bank .lp-support { margin-top: .9rem; }
.lp-copy-btn { display: inline-flex; align-items: center; gap: .35rem; margin-top: .35rem; padding: .3rem .6rem; border: 1px solid var(--lp-border); border-radius: 999px; background: var(--lp-surface); color: var(--lp-accent); font-family: var(--lp-font-head); font-size: .66rem; font-weight: 800; cursor: pointer; }
.lp-copy-btn:hover { border-color: var(--lp-accent); background: var(--lp-soft); }
