:root {
  --ink: #080a0e;
  --ink-soft: #0e1117;
  --panel: #12161d;
  --panel-2: #171c24;
  --gold: #c7a66a;
  --gold-light: #e2c88f;
  --ivory: #f2eee6;
  --paper: #d8d2c7;
  --muted: #858b94;
  --line: rgba(226, 200, 143, .16);
  --line-soft: rgba(255, 255, 255, .08);
  --success: #88b9a0;
  --danger: #e49a9a;
  --shell: min(1180px, calc(100% - 48px));
  --font-ar: "IBM Plex Sans Arabic", system-ui, sans-serif;
  --font-en: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: inherit; }
button, input { font: inherit; }
.lp-body { min-height: 100vh; overflow-x: hidden; background: var(--ink); color: var(--ivory); font-family: var(--font-ar); -webkit-font-smoothing: antialiased; }
.lp-body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1; background: radial-gradient(circle at 78% -5%, rgba(199, 166, 106, .10), transparent 29%), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px); background-size: auto, 64px 64px, 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
.lp-shell { width: var(--shell); margin-inline: auto; }
.lp-skip { position: fixed; top: -60px; inset-inline-start: 20px; z-index: 100; padding: 10px 18px; color: var(--ink); background: var(--gold-light); text-decoration: none; }
.lp-skip:focus { top: 15px; }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }

.lp-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line-soft); background: rgba(8, 10, 14, .82); backdrop-filter: blur(18px); }
.lp-nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.lp-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.lp-brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-light); font: 700 19px var(--font-en); }
.lp-brand > span:last-child { display: grid; gap: 1px; }
.lp-brand strong { font: 700 17px var(--font-en); letter-spacing: .16em; }
.lp-brand small { color: var(--muted); font: 600 8px var(--font-en); letter-spacing: .22em; }
.lp-menu { display: flex; gap: 30px; }
.lp-menu a { color: #a7abb1; font-size: 13px; text-decoration: none; transition: color .2s ease; }
.lp-menu a:hover { color: var(--ivory); }
.lp-actions, .lp-hero-actions { display: flex; align-items: center; gap: 14px; }
.lp-link-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 17px; color: var(--paper); border: 1px solid var(--line-soft); text-decoration: none; font-weight: 600; font-size: 13px; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.lp-link-button:hover { color: var(--ivory); border-color: rgba(199,166,106,.4); background: rgba(199,166,106,.05); }
.lp-button { position: relative; display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 25px; padding: 0 24px; overflow: hidden; border: 1px solid var(--gold); background: var(--gold); color: #12100c; font-weight: 700; font-size: 14px; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.lp-button::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.32), transparent 55%); transform: translateX(120%); transition: transform .6s ease; }
.lp-button:hover { transform: translateY(-2px); background: var(--gold-light); box-shadow: 0 12px 34px rgba(199,166,106,.16); }
.lp-button:hover::before { transform: translateX(-120%); }
.lp-button--small { min-height: 44px; padding-inline: 18px; }
.lp-button--full { width: 100%; border: 0; }

.lp-hero { min-height: 730px; display: grid; align-items: center; border-bottom: 1px solid var(--line-soft); }
.lp-hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 76px; padding-block: 88px 94px; }
.lp-eyebrow, .lp-section-label { margin: 0; color: var(--gold); font: 600 10px var(--font-en), var(--font-ar); letter-spacing: .13em; text-transform: uppercase; }
.lp-eyebrow { display: flex; align-items: center; gap: 10px; font-family: var(--font-ar); letter-spacing: .05em; }
.lp-eyebrow span { width: 28px; height: 1px; background: var(--gold); }
.lp-hero h1, .lp-statement h2, .lp-section-head h2, .lp-method h2, .lp-security h2, .lp-final h2, .lp-register-copy h1 { margin: 24px 0 26px; font-weight: 500; font-size: clamp(43px, 5.1vw, 72px); line-height: 1.16; letter-spacing: -.055em; }
.lp-hero h1 em, .lp-statement h2 em, .lp-section-head h2 em, .lp-method h2 em, .lp-security h2 em, .lp-final h2 em, .lp-register-copy h1 em { color: var(--gold-light); font-style: normal; }
.lp-lead { max-width: 590px; margin: 0; color: #a5a7aa; font-size: 17px; line-height: 2; }
.lp-hero-actions { margin-top: 36px; }
.lp-text-link { display: inline-flex; gap: 11px; color: var(--paper); font-size: 13px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.24); padding: 12px 2px; }
.lp-trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; color: #797e86; font-size: 11px; }
.lp-trust-row span { display: flex; align-items: center; gap: 8px; }
.lp-trust-row i { width: 5px; height: 5px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(136,185,160,.08); }

.lp-preview { position: relative; direction: rtl; padding: 1px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(226,200,143,.12), rgba(255,255,255,.02)); box-shadow: 0 36px 90px rgba(0,0,0,.42); animation: lpFloat 7s ease-in-out infinite; }
.lp-preview::before { content: ""; position: absolute; inset: -28px 18% auto; height: 120px; z-index: -1; background: var(--gold); filter: blur(85px); opacity: .10; }
.lp-preview-top { height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 1px solid var(--line-soft); background: #0c0f14; color: #717780; font-size: 9px; }
.lp-preview-top div { display: flex; align-items: center; gap: 8px; }
.lp-preview-top b { color: #c9cbd0; font: 600 9px var(--font-en); letter-spacing: .12em; }
.lp-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--success); box-shadow: 0 0 8px rgba(136,185,160,.8); }
.lp-preview-body { min-height: 390px; display: grid; grid-template-columns: 45px 1fr; direction: ltr; background: #0e1218; }
.lp-preview-side { padding: 16px 0; display: flex; flex-direction: column; align-items: center; gap: 24px; border-right: 1px solid var(--line-soft); }
.lp-preview-side strong { width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font: 600 9px var(--font-en); }
.lp-preview-side i { width: 14px; height: 2px; background: #363c46; }
.lp-preview-main { direction: rtl; min-width: 0; padding: 25px; }
.lp-preview-heading { display: flex; justify-content: space-between; align-items: start; }
.lp-preview-heading small, .lp-preview-heading span { color: #6e747d; font-size: 8px; }
.lp-preview-heading h2 { margin: 4px 0 0; font-size: 17px; }
.lp-preview-heading > span { padding: 5px 8px; border: 1px solid var(--line-soft); }
.lp-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 22px; }
.lp-kpis article { min-height: 100px; padding: 14px; background: #131820; border: 1px solid var(--line-soft); }
.lp-kpis small, .lp-kpis span, .lp-chart-card small, .lp-focus-card small, .lp-focus-card span { color: #727984; font-size: 7px; }
.lp-kpis b { display: block; margin: 12px 0 7px; color: #ece8e1; font: 600 19px var(--font-en), var(--font-ar); }
.lp-kpi-line { height: 2px; display: block; background: #282e38; }
.lp-kpi-line i { height: 100%; display: block; background: var(--gold); }
.lp-preview-lower { display: grid; grid-template-columns: 1.5fr .9fr; gap: 9px; margin-top: 9px; direction: ltr; }
.lp-preview-lower article { min-height: 155px; padding: 15px; background: #131820; border: 1px solid var(--line-soft); direction: rtl; }
.lp-chart-card > div:first-child { display: flex; justify-content: space-between; align-items: center; }
.lp-chart-card b { font-size: 8px; }
.lp-bars { height: 94px; display: flex; direction: ltr; align-items: flex-end; gap: 8px; padding-top: 18px; border-bottom: 1px solid #2a3038; }
.lp-bars i { flex: 1; min-width: 6px; background: linear-gradient(to top, rgba(199,166,106,.22), var(--gold)); animation: lpBars 1s ease both; transform-origin: bottom; }
.lp-focus-card b { display: block; margin: 19px 0 5px; font-size: 12px; }
.lp-focus-card > div { height: 3px; margin-top: 25px; background: #2a3038; }
.lp-focus-card > div i { display: block; width: 75%; height: 100%; background: var(--success); }
.lp-preview-note { position: absolute; inset-inline-start: 25px; bottom: -31px; color: #626872; font: 600 8px var(--font-en), var(--font-ar); letter-spacing: .11em; }

.lp-statement, .lp-modules, .lp-method, .lp-security, .lp-final { padding-block: 118px; }
.lp-statement { background: #0a0d12; }
.lp-statement-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; margin-top: 20px; }
.lp-statement h2, .lp-section-head h2, .lp-method h2, .lp-security h2, .lp-final h2 { font-size: clamp(34px, 4vw, 55px); margin-bottom: 0; }
.lp-statement-grid > p, .lp-section-head > p, .lp-method-intro > p:last-child, .lp-security-grid > div:last-child > p, .lp-final-inner > p { margin: 0; color: #92969d; line-height: 2; font-size: 15px; }
.lp-principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.lp-principles article { padding: 38px 30px 42px; border-inline-start: 1px solid var(--line-soft); }
.lp-principles article:last-child { border-inline-end: 1px solid var(--line-soft); }
.lp-principles b, .lp-module-index { color: var(--gold); font: 600 10px var(--font-en); letter-spacing: .12em; }
.lp-principles h3 { margin: 28px 0 13px; font-size: 18px; }
.lp-principles p { margin: 0; color: #81868e; font-size: 13px; line-height: 1.9; }

.lp-modules { background: var(--ink-soft); border-block: 1px solid var(--line-soft); }
.lp-section-head { display: grid; grid-template-columns: 1fr 330px; gap: 70px; align-items: end; }
.lp-module-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 68px; border-top: 1px solid var(--line-soft); border-inline-end: 1px solid var(--line-soft); }
.lp-module { position: relative; min-height: 285px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; overflow: hidden; border-inline-start: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: #10141a; transition: background .25s ease, transform .25s ease; }
.lp-module:hover { z-index: 2; background: #151a22; transform: translateY(-3px); }
.lp-module--wide { grid-column: span 2; }
.lp-module--accent { background: linear-gradient(145deg, rgba(199,166,106,.14), #12161c); }
.lp-module > b { position: absolute; inset-inline-end: 28px; top: 20px; color: rgba(226,200,143,.07); font-size: 64px; }
.lp-module div p { margin: 0 0 14px; color: #636a75; font: 600 9px var(--font-en); letter-spacing: .16em; }
.lp-module h3 { margin: 0 0 13px; font-size: 21px; }
.lp-module div > span { max-width: 430px; display: block; color: #858a92; font-size: 13px; line-height: 1.9; }

.lp-method { background: #0a0d12; }
.lp-method-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: start; }
.lp-method-intro > p:last-child { max-width: 470px; margin-top: 27px; }
.lp-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-soft); }
.lp-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 32px 5px; border-bottom: 1px solid var(--line-soft); }
.lp-steps li > span { color: var(--gold); font: 600 11px var(--font-en); }
.lp-steps h3 { margin: -5px 0 6px; font-size: 20px; }
.lp-steps p { margin: 0; color: #858a92; font-size: 13px; }

.lp-security { background: var(--panel); border-block: 1px solid var(--line-soft); }
.lp-security-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; align-items: center; }
.lp-security-seal { width: min(360px, 100%); aspect-ratio: 1; display: grid; place-items: center; align-content: center; gap: 17px; border: 1px solid var(--line); outline: 1px solid rgba(199,166,106,.06); outline-offset: -22px; border-radius: 50%; background: radial-gradient(circle, rgba(199,166,106,.09), transparent 63%); }
.lp-security-seal b { color: var(--gold-light); font: 500 74px var(--font-en); }
.lp-security-seal span { color: #6d727a; font: 600 9px var(--font-en); letter-spacing: .45em; }
.lp-security-grid > div:last-child > p { max-width: 610px; margin-top: 25px; }
.lp-security ul { margin: 35px 0 0; padding: 0; list-style: none; }
.lp-security li { position: relative; padding: 13px 25px 13px 0; border-bottom: 1px solid var(--line-soft); color: #bdc0c5; font-size: 13px; }
.lp-security li::before { content: ""; position: absolute; inset-inline-start: 0; top: 20px; width: 7px; height: 7px; border: 1px solid var(--success); transform: rotate(45deg); }

.lp-final { text-align: center; background: radial-gradient(circle at 50% 100%, rgba(199,166,106,.11), transparent 42%), #090b0f; }
.lp-final-inner { max-width: 780px; }
.lp-final h2 { font-size: clamp(42px, 6vw, 70px); }
.lp-final-inner > p { max-width: 610px; margin: 27px auto 0; }
.lp-final .lp-hero-actions { justify-content: center; margin-top: 38px; }
.lp-footer { border-top: 1px solid var(--line-soft); background: #07090c; }
.lp-footer .lp-shell { min-height: 145px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.lp-footer p, .lp-footer > div > span { color: #626871; font-size: 11px; }

.lp-auth-body::before { opacity: .7; }
.lp-auth-prompt { color: #7d838c; font-size: 12px; }
.lp-register-shell { width: min(1100px, calc(100% - 48px)); min-height: calc(100vh - 89px); margin-inline: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; padding-block: 65px; }
.lp-register-copy h1 { font-size: clamp(40px, 5vw, 62px); }
.lp-register-copy > p:last-of-type { max-width: 460px; color: #8f949c; line-height: 2; }
.lp-register-copy ul { margin: 38px 0 0; padding: 0; list-style: none; }
.lp-register-copy li { display: grid; grid-template-columns: 34px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line-soft); }
.lp-register-copy li > b { color: var(--gold); font: 600 9px var(--font-en); }
.lp-register-copy li span { display: grid; color: #777d86; font-size: 12px; }
.lp-register-copy li strong { margin-bottom: 4px; color: var(--paper); font-size: 14px; }
.lp-register-card { padding: 42px; border: 1px solid var(--line); background: rgba(17,21,28,.96); box-shadow: 0 32px 90px rgba(0,0,0,.38); }
.lp-register-card h2 { margin: 13px 0 4px; font-size: 31px; }
.lp-register-intro { margin: 0 0 27px; color: #7c828b; font-size: 13px; }
.lp-register-form { display: grid; gap: 18px; }
.lp-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lp-field { display: grid; gap: 8px; }
.lp-field > span { color: #bfc1c5; font-size: 12px; font-weight: 600; }
.lp-field input { width: 100%; height: 50px; padding: 0 14px; border: 1px solid rgba(255,255,255,.09); border-radius: 0; outline: none; background: #0c1015; color: var(--ivory); transition: border-color .2s ease, box-shadow .2s ease; }
.lp-field input::placeholder { color: #4f555e; }
.lp-field input:focus { border-color: rgba(199,166,106,.62); box-shadow: 0 0 0 3px rgba(199,166,106,.07); }
.lp-password-hint { margin: -9px 0 0; color: #636a74; font-size: 10px; }
.lp-check { display: flex; align-items: flex-start; gap: 10px; color: #848a93; font-size: 11px; line-height: 1.7; cursor: pointer; }
.lp-check input { margin-top: 4px; accent-color: var(--gold); }
.lp-form-alert { margin-bottom: 22px; padding: 14px 16px; border: 1px solid rgba(228,154,154,.28); background: rgba(228,154,154,.07); color: #dcb8b8; font-size: 12px; line-height: 1.7; }
.lp-form-alert strong { display: block; color: var(--danger); }
.lp-form-alert ul { margin: 5px 0 0; padding-inline-start: 19px; }
.lp-form-foot { margin: 18px 0 0; text-align: center; color: #545b64; font-size: 9px; }
.lp-hp { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@keyframes lpFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes lpBars { from { transform: scaleY(.05); opacity: 0; } to { transform: scaleY(1); opacity: 1; } }

@media (max-width: 980px) {
  .lp-menu { display: none; }
  .lp-hero-grid, .lp-register-shell { grid-template-columns: 1fr; }
  .lp-hero { min-height: auto; }
  .lp-hero-grid { gap: 75px; }
  .lp-preview { max-width: 720px; width: 100%; margin-inline: auto; }
  .lp-statement-grid, .lp-method-grid, .lp-security-grid { grid-template-columns: 1fr; gap: 55px; }
  .lp-section-head { grid-template-columns: 1fr; gap: 25px; }
  .lp-module-grid { grid-template-columns: 1fr 1fr; }
  .lp-module--wide { grid-column: span 2; }
  .lp-security-seal { margin-inline: auto; }
  .lp-register-copy { display: none; }
  .lp-register-shell { max-width: 690px; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 30px, 1180px); }
  .lp-nav { min-height: 73px; }
  .lp-brand-mark { width: 32px; height: 32px; }
  .lp-brand strong { font-size: 14px; }
  .lp-actions .lp-link-button { min-height: 40px; padding-inline: 12px; }
  .lp-actions .lp-button, .lp-auth-prompt { display: none; }
  .lp-hero-grid { padding-block: 70px 72px; }
  .lp-hero h1, .lp-register-copy h1 { font-size: 40px; }
  .lp-lead { font-size: 15px; }
  .lp-hero-actions { align-items: stretch; flex-direction: column; }
  .lp-hero-actions .lp-text-link, .lp-final .lp-link-button { align-self: center; }
  .lp-trust-row { gap: 13px; }
  .lp-preview-main { padding: 16px; }
  .lp-preview-body { grid-template-columns: 35px 1fr; min-height: 350px; }
  .lp-kpis { grid-template-columns: 1fr 1fr; }
  .lp-kpis article:last-child { display: none; }
  .lp-preview-lower { grid-template-columns: 1fr; }
  .lp-focus-card { display: none; }
  .lp-statement, .lp-modules, .lp-method, .lp-security, .lp-final { padding-block: 82px; }
  .lp-principles, .lp-module-grid { grid-template-columns: 1fr; }
  .lp-principles article, .lp-principles article:last-child { border-inline: 1px solid var(--line-soft); }
  .lp-module--wide { grid-column: span 1; }
  .lp-module { min-height: 240px; }
  .lp-steps li { grid-template-columns: 45px 1fr; }
  .lp-footer .lp-shell { padding-block: 35px; flex-direction: column; text-align: center; }
  .lp-footer p { margin: 0; }
  .lp-register-shell { width: calc(100% - 24px); padding-block: 25px 50px; }
  .lp-register-card { padding: 27px 20px; }
  .lp-field-row { grid-template-columns: 1fr; }
}

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