/* ==========================================================================
   صفحة الهبوط — أداة كتابة المحتوى الفيروسي
   .mk-lp للصفحة، .mk-lp .mk-ui لشاشات الأداة، .mk-co لنافذة الدفع.
   مقياس واحد: قسم 104px، رأس القسم 56px، شبكات 20px.
   ========================================================================== */

.mk-lp {
  --o: #FF6B18;
  --o3: #FF8A45;
  --cream: #FFF9E8;
  --line: rgba(255, 255, 255, .12);
  --line2: rgba(255, 255, 255, .07);
  --muted: rgba(255, 249, 232, .68);
  --muted2: rgba(255, 249, 232, .46);
  --card: #0e0e0e;

  direction: rtl;
  text-align: right;
  font-family: "IBM Plex Sans Arabic", "Noto Sans Arabic", -apple-system, "Segoe UI", Tahoma, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--cream);
  background: #000;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow-x: clip;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.mk-lp *, .mk-lp *::before, .mk-lp *::after { box-sizing: border-box; }
.mk-lp h1, .mk-lp h2, .mk-lp h3, .mk-lp p, .mk-lp ul, .mk-lp ol, .mk-lp li { margin: 0; padding: 0; }
.mk-lp h1, .mk-lp h2, .mk-lp h3 { font-family: inherit !important; color: #fff; letter-spacing: normal !important; text-transform: none !important; text-align: inherit; }
.mk-lp ul, .mk-lp ol { list-style: none; }
.mk-lp a { text-decoration: none !important; }
.mk-lp button { font: inherit; color: inherit; background: none; border: 0; margin: 0; padding: 0; box-shadow: none; text-transform: none; letter-spacing: normal; cursor: pointer; min-height: 0; width: auto; border-radius: 0; line-height: inherit; }
.mk-lp img { max-width: 100%; height: auto; display: block; }
.mk-lp mark { background: none; color: inherit; padding: 0; }
.mk-lp [hidden] { display: none !important; }
.mk-lp :focus-visible { outline: 2px solid var(--o); outline-offset: 3px; }
.mk-lp-i { flex: none; display: block; }

/* إطار القالب: بلا حشو أبيض فوق الصفحة وتحتها */
body.mk-lp-page .site-main { padding-top: 0 !important; padding-bottom: 0 !important; }
body.mk-lp-page .content-area { background: #000 !important; }
body.mk-lp-page .uicore-content > p:not([class]), body.mk-lp-page .entry-content > p:not([class]) { display: none !important; }

/* ------------------------------ الهيكل ------------------------------ */

.mk-lp-wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.mk-lp-sec { position: relative; padding: 104px 0; scroll-margin-top: 140px; }
.mk-lp-sec + .mk-lp-sec { border-top: 1px solid var(--line2); }
.mk-lp-head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.mk-lp-pill {
  display: inline-flex; align-items: center; min-height: 34px; padding: 0 16px; margin-bottom: 18px;
  border-radius: 999px; border: 1px solid rgba(255, 107, 24, .38); background: rgba(255, 107, 24, .09);
  color: var(--o3); font-size: 14px; font-weight: 800;
}
.mk-lp-head h2, .mk-lp-final h2 { font-size: clamp(30px, 3.8vw, 48px); line-height: 1.3; font-weight: 900; text-align: center; }
.mk-lp h2 em { display: block; font-style: normal; color: var(--o); }
.mk-lp-head p { margin: 18px auto 0; max-width: 600px; color: var(--muted); font-size: 18px; line-height: 1.8; text-align: center; }
.mk-lp-ic { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: rgba(255, 107, 24, .12); color: var(--o); }

/* ------------------------------ الأزرار ------------------------------ */

.mk-lp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 56px; padding: 0 28px; border-radius: 999px; white-space: nowrap;
  background: linear-gradient(135deg, #FF8A45 0%, #FF6B18 55%, #F2703C 100%);
  color: #000 !important; font-size: 17px; font-weight: 900; line-height: 1.2;
  box-shadow: 0 14px 40px rgba(255, 107, 24, .32), inset 0 1px 0 rgba(255, 255, 255, .35);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.mk-lp-btn:hover { transform: translateY(-2px); color: #000 !important; box-shadow: 0 20px 50px rgba(255, 107, 24, .42), inset 0 1px 0 rgba(255, 255, 255, .35); }
.mk-lp-btn em { font-style: normal; font-size: 13px; font-weight: 800; padding: 4px 11px; border-radius: 999px; background: rgba(0, 0, 0, .14); }
.mk-lp-btn .mk-lp-i { width: 20px; height: 20px; }
.mk-lp-btn-ghost { background: rgba(255, 255, 255, .04); color: var(--cream) !important; border: 1px solid var(--line); box-shadow: none; }
.mk-lp-btn-ghost:hover { background: rgba(255, 255, 255, .09); color: #fff !important; box-shadow: none; }
.mk-lp-btn-line { background: transparent; color: var(--cream) !important; border: 1.5px solid rgba(255, 107, 24, .55); box-shadow: none; }
.mk-lp-btn-line:hover { background: rgba(255, 107, 24, .12); color: #fff !important; box-shadow: none; }
.mk-lp-btn.is-loading { opacity: .65; pointer-events: none; }

/* ------------------------------ Hero ------------------------------ */

.mk-lp-hero {
  position: relative; overflow: hidden; padding: 88px 0 104px;
  background:
    radial-gradient(60% 55% at 88% 0%, rgba(255, 107, 24, .22), transparent 70%),
    radial-gradient(40% 45% at 0% 100%, rgba(255, 107, 24, .10), transparent 70%),
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 46px 46px,
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 46px 46px,
    #000;
}
.mk-lp-hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 140px; background: linear-gradient(transparent, #000); pointer-events: none; }
.mk-lp-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.mk-lp-kicker {
  display: inline-flex; align-items: center; gap: 10px; min-height: 42px; padding: 0 8px 0 18px;
  border-radius: 999px; border: 1px solid var(--line); background: rgba(255, 255, 255, .04);
  font-size: 14px; font-weight: 800; color: var(--cream); margin-bottom: 24px;
}
.mk-lp-hero h1 { font-size: clamp(40px, 5vw, 64px); line-height: 1.15; font-weight: 900; color: #fff; margin-bottom: 20px; }
.mk-lp-hero h1 span {
  display: block; padding-bottom: .06em;
  background: linear-gradient(90deg, #FF6B18, #FFA066); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.mk-lp .mk-lp-lead { font-size: 19px; line-height: 1.75; color: var(--muted); max-width: 520px; margin-bottom: 32px; }
.mk-lp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.mk-lp .mk-lp-ticks { display: flex; flex-wrap: wrap; gap: 8px 22px; color: var(--muted); font-size: 15px; font-weight: 600; }
.mk-lp-ticks li { display: flex; align-items: center; gap: 8px; }
.mk-lp-ticks .mk-lp-i { width: 18px; height: 18px; color: var(--o); stroke-width: 2.6; }
.mk-lp-hero-art { position: relative; }
.mk-lp-glow { position: absolute; inset: 6% 4% -6% 4%; z-index: -1; background: radial-gradient(closest-side, rgba(255, 107, 24, .38), transparent); filter: blur(34px); }

/* ------------------------------ الألم ------------------------------ */

.mk-lp-pains { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mk-lp-pain {
  display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center;
  padding: 36px 26px; border-radius: 26px; background: linear-gradient(180deg, #121212, #0b0b0b); border: 1px solid var(--line);
}
.mk-lp-pain .mk-lp-ic { width: 58px; height: 58px; border-radius: 18px; }
.mk-lp-pain h3 { font-size: 20px; font-weight: 900; line-height: 1.55; }

/* ------------------------------ الإشارات ------------------------------ */

.mk-lp-engage { background: radial-gradient(55% 60% at 50% 0%, rgba(255, 107, 24, .12), transparent 70%), #000; }
.mk-lp-signals { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1000px; margin: 0 auto; }
.mk-lp-sig { display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 34px 16px; border-radius: 24px; background: var(--card); border: 1px solid var(--line); text-align: center; }
.mk-lp-sig-ic { width: 72px; height: 72px; border-radius: 22px; display: grid; place-items: center; background: linear-gradient(135deg, #FF8A45, #FF6B18); color: #000; box-shadow: 0 14px 34px rgba(255, 107, 24, .3); }
.mk-lp-sig-ic .mk-lp-i { width: 32px; height: 32px; stroke-width: 2; }
.mk-lp-sig b { font-size: 20px; font-weight: 900; color: #fff; line-height: 1.4; }

/* ------------------------------ المقارنة ------------------------------ */

.mk-lp-duel { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; max-width: 1020px; margin: 0 auto; align-items: stretch; }
.mk-lp-vsb {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  background: #000; border: 1.5px solid rgba(255, 107, 24, .6); color: var(--o); font-size: 15px; font-weight: 900; direction: ltr;
}
.mk-lp-post { display: flex; flex-direction: column; gap: 24px; padding: 30px; border-radius: 28px; }
.mk-lp-post-bad { background: #0d0d0d; border: 1px solid var(--line); }
.mk-lp-post-good { background: var(--cream); color: #000; box-shadow: 0 30px 80px rgba(255, 107, 24, .2); }
.mk-lp-post-head { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 800; }
.mk-lp-post-bad .mk-lp-post-head { color: var(--muted); }
.mk-lp-post-av { flex: none; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: #1b1b1b; color: var(--muted); }
.mk-lp-post-av .mk-lp-i { width: 20px; height: 20px; }
.mk-lp-post-text { font-size: 18px; line-height: 2.05; }
.mk-lp-post-bad .mk-lp-post-text { color: rgba(255, 249, 232, .72); }
.mk-lp-post-good .mk-lp-post-text { color: #3A332B; }
.mk-lp-post-text b { display: block; margin-bottom: 8px; font-size: 21px; font-weight: 900; line-height: 1.7; color: #000; }
.mk-lp-post-text mark { position: relative; }
.mk-lp-post-text mark::after {
  content: attr(data-n); display: inline-grid; place-items: center; width: 18px; height: 18px; margin-inline-start: 4px;
  border-radius: 50%; font-size: 11px; font-weight: 900; line-height: 1; vertical-align: super; direction: ltr;
}
.mk-lp-post-bad mark { text-decoration: underline wavy #FF5C61; text-decoration-thickness: 1.5px; text-underline-offset: 7px; }
.mk-lp-post-bad mark::after { background: #E5484D; color: #fff; }
.mk-lp-post-good mark { background: linear-gradient(transparent 58%, rgba(255, 107, 24, .32) 58%); }
.mk-lp-post-good mark::after { background: var(--o); color: #000; }
.mk-lp .mk-lp-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; padding-top: 20px; border-top: 1px dashed; }
.mk-lp-post-bad .mk-lp-notes { border-color: rgba(255, 255, 255, .12); }
.mk-lp-post-good .mk-lp-notes { border-color: #E6D6B4; }
.mk-lp-notes li { display: flex; align-items: flex-start; gap: 8px; font-size: 14.5px; font-weight: 700; line-height: 1.6; }
.mk-lp-notes i { flex: none; width: 20px; height: 20px; margin-top: 2px; border-radius: 50%; display: grid; place-items: center; font-style: normal; font-size: 11px; font-weight: 900; direction: ltr; }
.mk-lp-post-bad .mk-lp-notes li { color: var(--muted); }
.mk-lp-post-bad .mk-lp-notes i { background: #E5484D; color: #fff; }
.mk-lp-post-good .mk-lp-notes li { color: #2A2520; }
.mk-lp-post-good .mk-lp-notes i { background: var(--o); color: #000; }
.mk-lp .mk-lp-verdict { margin-top: auto; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 16px; border-radius: 14px; font-size: 16px; font-weight: 900; }
.mk-lp-verdict .mk-lp-i { width: 20px; height: 20px; stroke-width: 2.8; }
.mk-lp-post-bad .mk-lp-verdict { background: rgba(229, 72, 77, .1); color: #FF8C8F; }
.mk-lp-post-good .mk-lp-verdict { background: #000; color: var(--cream); }
.mk-lp-post-good .mk-lp-verdict .mk-lp-i { color: var(--o); }

/* ------------------------------ الفريق ------------------------------ */

.mk-lp-hub {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px 44px; align-items: center; max-width: 1000px; margin: 0 auto;
  grid-template-areas: "n1 core n2" "n3 core n4" "n5 core n6";
}
.mk-lp-hub-core {
  grid-area: core; width: 220px; height: 220px; border-radius: 50%; display: grid; place-items: center; text-align: center;
  background: radial-gradient(circle, #1f1209 0%, #0b0b0b 72%); border: 1.5px solid rgba(255, 107, 24, .55);
  box-shadow: 0 0 0 16px rgba(255, 107, 24, .05), 0 0 0 32px rgba(255, 107, 24, .025), 0 30px 80px rgba(255, 107, 24, .25);
}
.mk-lp-hub-core span { display: flex; flex-direction: column; align-items: center; gap: 14px; font-size: 17px; font-weight: 900; color: #fff; }
.mk-lp-node { display: flex; align-items: center; gap: 16px; padding: 20px 22px; border-radius: 22px; background: var(--card); border: 1px solid var(--line); transition: border-color .25s ease, transform .25s ease; }
.mk-lp-node:hover { border-color: rgba(255, 107, 24, .45); transform: translateY(-2px); }
.mk-lp-node .mk-lp-ic { flex: none; }
.mk-lp-node b { display: block; font-size: 18px; font-weight: 900; color: #fff; line-height: 1.4; margin-bottom: 2px; }
.mk-lp-node div > span { display: block; font-size: 15px; color: var(--muted); line-height: 1.5; }
.mk-lp-node-1 { grid-area: n1; } .mk-lp-node-2 { grid-area: n2; } .mk-lp-node-3 { grid-area: n3; }
.mk-lp-node-4 { grid-area: n4; } .mk-lp-node-5 { grid-area: n5; } .mk-lp-node-6 { grid-area: n6; }

/* ------------------------------ الخطوات ------------------------------ */

.mk-lp .mk-lp-path { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 920px; margin: 0 auto; }
.mk-lp-path::before { content: ""; position: absolute; top: 38px; right: 16%; left: 16%; height: 2px; background: linear-gradient(270deg, var(--o), rgba(255, 107, 24, .15)); }
.mk-lp-path li { position: relative; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.mk-lp-path-n {
  position: relative; z-index: 1; width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center;
  background: #000; border: 1.5px solid rgba(255, 107, 24, .6); color: var(--o); font-size: 28px; font-weight: 900; box-shadow: 0 0 0 10px #000;
}
.mk-lp-path li:last-child .mk-lp-path-n { background: var(--o); color: #000; border-color: var(--o); }
.mk-lp-path b { display: block; font-size: 21px; font-weight: 900; color: #fff; line-height: 1.4; margin-bottom: 4px; }
.mk-lp-path div > span { display: block; font-size: 16px; color: var(--muted); line-height: 1.6; }

/* ------------------------------ الأمثلة (تبويبات) ------------------------------ */

.mk-lp-demo { background: radial-gradient(60% 50% at 50% 0%, rgba(255, 107, 24, .12), transparent 70%), #000; }
.mk-lp-tablist { display: flex; justify-content: center; gap: 6px; width: max-content; max-width: 100%; margin: 0 auto 32px; padding: 6px; border-radius: 999px; background: var(--card); border: 1px solid var(--line); }
.mk-lp .mk-lp-tablist [role="tab"] { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 20px; border-radius: 999px; font-size: 15px; font-weight: 800; color: var(--muted); white-space: nowrap; transition: background .2s ease, color .2s ease; }
.mk-lp-tablist [role="tab"] .mk-lp-i { width: 18px; height: 18px; }
.mk-lp .mk-lp-tablist [role="tab"][aria-selected="true"] { background: var(--o); color: #000; }
.mk-lp .mk-lp-tablist [role="tab"]:not([aria-selected="true"]):hover { color: #fff; background: rgba(255, 255, 255, .06); }
.mk-lp-stage { max-width: 960px; margin: 0 auto; }
.mk-lp-stage [role="tabpanel"] { animation: mkIn .35s ease; }
@keyframes mkIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* ------------------------------ اللهجات ------------------------------ */

.mk-lp-dialects { padding-bottom: 72px; }
.mk-lp-dia { max-width: 820px; margin: 0 auto 56px; }
.mk-lp-dia-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 20px; }
.mk-lp .mk-lp-dia-tabs [role="tab"] {
  display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 0 18px; border-radius: 999px;
  background: var(--card); border: 1px solid var(--line); color: var(--muted); font-size: 15px; font-weight: 800;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.mk-lp .mk-lp-dia-tabs [role="tab"][aria-selected="true"] { background: var(--cream); border-color: var(--cream); color: #000; }
.mk-lp-dia-card {
  display: grid; align-items: center; min-height: 150px; padding: 34px 32px; border-radius: 28px; text-align: center;
  background: radial-gradient(70% 100% at 50% 0%, rgba(255, 107, 24, .16), transparent 70%), #0b0b0b; border: 1px solid rgba(255, 107, 24, .35);
}
.mk-lp-dia-line {
  grid-area: 1 / 1; font-size: clamp(22px, 2.8vw, 32px); font-weight: 900; line-height: 1.6; color: #fff; text-align: center;
  opacity: 0; transform: translateY(10px); transition: opacity .45s ease, transform .45s ease;
}
.mk-lp-dia-line.is-on { opacity: 1; transform: none; }
.mk-lp-flags { display: inline-flex; gap: 4px; flex: none; }
.mk-lp-flags img { display: block; width: 26px; height: 18px; object-fit: cover; border-radius: 4px; box-shadow: 0 0 0 1px rgba(255, 255, 255, .14); }
.mk-lp-dad { flex: none; width: 26px; height: 22px; border-radius: 6px; display: grid; place-items: center; background: rgba(255, 107, 24, .16); color: var(--o); font-size: 14px; font-weight: 900; line-height: 1; }
[aria-selected="true"] .mk-lp-dad { background: var(--o); color: #000; }

.mk-lp-marquee {
  position: relative; overflow: hidden; direction: ltr; padding: 6px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.mk-lp-marquee-track { display: flex; width: max-content; animation: mkMarquee 46s linear infinite; }
.mk-lp-marquee:hover .mk-lp-marquee-track { animation-play-state: paused; }
.mk-lp-marquee-set { display: flex; gap: 14px; padding-inline-end: 14px; direction: rtl; }
.mk-lp-mq {
  display: inline-flex; align-items: center; gap: 10px; min-height: 50px; padding: 0 20px; border-radius: 999px; white-space: nowrap;
  background: var(--card); border: 1px solid var(--line); color: var(--cream); font-size: 16px; font-weight: 800;
}
.mk-lp-mq .mk-lp-flags img { width: 30px; height: 20px; }
.mk-lp-mq.is-gulf { border-color: rgba(255, 107, 24, .7); background: linear-gradient(135deg, rgba(255, 107, 24, .2), rgba(255, 107, 24, .06)); color: #fff; box-shadow: 0 8px 24px rgba(255, 107, 24, .18); }
@keyframes mkMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ------------------------------ الشهادات ------------------------------ */

.mk-lp-masonry { columns: 4 220px; column-gap: 16px; }
.mk-lp .mk-lp-shot { position: relative; display: block; width: 100%; margin: 0 0 16px; break-inside: avoid; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); background: var(--card); cursor: zoom-in; transition: transform .25s ease, border-color .25s ease; }
.mk-lp .mk-lp-shot:hover { transform: translateY(-3px); border-color: rgba(255, 107, 24, .5); }
.mk-lp-shot img { width: 100%; height: auto; }
.mk-lp-shot span { position: absolute; bottom: 10px; right: 10px; display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; padding: 5px 10px; border-radius: 999px; background: rgba(0, 0, 0, .75); color: #fff; opacity: 0; transition: opacity .2s ease; }
.mk-lp-shot:hover span, .mk-lp-shot:focus-visible span { opacity: 1; }
.mk-lp-shot .mk-lp-i { width: 14px; height: 14px; }

/* ------------------------------ الخطط ------------------------------ */

.mk-lp-pricing { background: radial-gradient(60% 50% at 50% 12%, rgba(255, 107, 24, .15), transparent 70%), #000; }
.mk-lp-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; max-width: 1040px; margin: 0 auto; padding-top: 16px; }
.mk-lp-plans-1 { grid-template-columns: minmax(0, 420px); justify-content: center; }
.mk-lp-plan { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 46px 30px 30px; border-radius: 28px; background: var(--card); border: 1px solid var(--line); }
.mk-lp-plan.is-feat { background: linear-gradient(180deg, #1c1008, #0d0d0d 62%); border: 1.5px solid var(--o); box-shadow: 0 30px 80px rgba(255, 107, 24, .24); transform: translateY(-12px); }
.mk-lp-ribbon { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 13px; font-weight: 900; padding: 5px 16px; border-radius: 999px; background: var(--o); color: #000; box-shadow: 0 8px 20px rgba(255, 107, 24, .4); }
.mk-lp-ribbon-soft { background: #1c1c1c; color: var(--o3); border: 1px solid rgba(255, 107, 24, .45); box-shadow: none; }
.mk-lp-plan h3 { font-size: 19px; font-weight: 900; margin-bottom: 18px; text-align: center; }
.mk-lp-plan-price { display: flex; align-items: baseline; justify-content: center; gap: 8px; }
.mk-lp-plan-price b { font-size: clamp(48px, 5vw, 60px); font-weight: 900; line-height: 1; color: #fff; }
.mk-lp-plan.is-feat .mk-lp-plan-price b { color: var(--o); }
.mk-lp-plan-price span { font-size: 15px; font-weight: 700; color: var(--muted); }
.mk-lp-plan-bill { display: flex; flex-direction: column; align-items: center; gap: 2px; margin: 16px 0 30px; font-size: 14.5px; color: var(--muted); line-height: 1.7; }
.mk-lp-plan-bill s { color: var(--muted2); }
.mk-lp-plan .mk-lp-btn { margin-top: auto; width: 100%; }
.mk-lp .mk-lp-inc { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 900px; margin: 56px auto 0; }
.mk-lp-inc li { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 999px; background: var(--card); border: 1px solid var(--line); font-size: 15px; font-weight: 700; color: var(--cream); }
.mk-lp-inc .mk-lp-i { width: 17px; height: 17px; color: var(--o); stroke-width: 2.6; }

/* ------------------------------ الأسئلة ------------------------------ */

.mk-lp-qs { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.mk-lp-qs details { border-radius: 20px; background: var(--card); border: 1px solid var(--line); transition: border-color .2s ease; }
.mk-lp-qs details[open] { border-color: rgba(255, 107, 24, .45); }
.mk-lp-qs summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 26px; font-size: 17px; font-weight: 800; color: #fff; line-height: 1.6; }
.mk-lp-qs summary::-webkit-details-marker { display: none; }
.mk-lp-qs summary::after { content: "+"; flex: none; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 107, 24, .12); color: var(--o); font-size: 22px; font-weight: 600; line-height: 1; transition: transform .25s ease; }
.mk-lp-qs details[open] summary::after { transform: rotate(45deg); }
.mk-lp-qs details p { padding: 0 26px 24px; font-size: 16px; line-height: 1.9; color: var(--muted); }

/* ------------------------------ الختام ------------------------------ */

.mk-lp-final-card {
  display: flex; flex-direction: column; align-items: center; gap: 20px; max-width: 880px; margin: 0 auto; text-align: center;
  padding: 60px 24px; border-radius: 32px; border: 1px solid rgba(255, 107, 24, .35); overflow: hidden;
  background: radial-gradient(70% 90% at 50% 0%, rgba(255, 107, 24, .28), transparent 70%), #0b0b0b;
}
.mk-lp-final-card p { max-width: 520px; color: var(--muted); font-size: 18px; line-height: 1.8; text-align: center; margin-bottom: 8px; }

/* ------------------------------ التكبير ------------------------------ */

.mk-lp-lb { position: fixed; inset: 0; z-index: 2147483000; display: grid; place-items: center; padding: 24px; }
.mk-lp-lb-bg { position: absolute; inset: 0; background: rgba(0, 0, 0, .88); backdrop-filter: blur(4px); }
.mk-lp-lb img { position: relative; max-width: min(900px, 100%); max-height: 88vh; width: auto; border-radius: 18px; box-shadow: 0 30px 80px rgba(0, 0, 0, .6); }
.mk-lp .mk-lp-lb-x { position: absolute; top: 18px; left: 18px; width: 46px; height: 46px; border-radius: 50%; background: #fff; color: #000; display: grid; place-items: center; }
.mk-lp-lb-x .mk-lp-i { width: 20px; height: 20px; }

/* ------------------------------ الظهور التدريجي ------------------------------ */

.mk-lp.is-js .mk-rv { opacity: 0; translate: 0 22px; transition: opacity .6s ease, translate .6s cubic-bezier(.2, .7, .2, 1); }
.mk-lp.is-js .mk-rv.is-in { opacity: 1; translate: none; }
/* ------------------------------ شاشات الأداة ------------------------------ */

.mk-ui {
  border-radius: 22px; overflow: hidden; direction: rtl; text-align: right;
  background: #161616; border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 40px 90px rgba(0, 0, 0, .6), 0 0 0 6px rgba(255, 255, 255, .025);
}
.mk-ui-bar {
  direction: ltr; display: flex; align-items: center; gap: 6px; height: 38px; padding: 0 14px;
  background: #161616; border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.mk-ui-bar i { width: 10px; height: 10px; border-radius: 50%; background: #FF5F57; }
.mk-ui-bar i:nth-child(2) { background: #FEBC2E; }
.mk-ui-bar i:nth-child(3) { background: #28C840; }
.mk-ui-bar span {
  margin: 0 auto; font-size: 12px; color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .06); padding: 2px 16px; border-radius: 999px; line-height: 1.6;
}
.mk-ui-app { background: var(--cream); color: #000; padding: 16px 18px 20px; }
.mk-ui-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.mk-ui-brand { display: flex; align-items: center; gap: 8px; font-weight: 900; font-size: 14px; }
.mk-ui-usage {
  direction: ltr; font-size: 12px; font-weight: 700; color: #7A7063;
  background: #fff; border: 1px solid #EFE2C4; border-radius: 999px; padding: 1px 10px;
}
.mk-lp .mk-ui-steps { display: flex; gap: 4px; margin-bottom: 16px; }
.mk-ui-steps li { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 5px; font-size: 11px; font-weight: 700; color: #A2978A; line-height: 1.4; }
.mk-ui-steps i { display: block; height: 5px; border-radius: 99px; background: #EADFC6; }
.mk-ui-steps .is-done { color: #000; }
.mk-ui-steps .is-done i { background: #000; }
.mk-ui-steps .is-on { color: var(--o); }
.mk-ui-steps .is-on i { background: var(--o); }
.mk-ui-steps span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mk-ui-h { font-size: 18px; font-weight: 900; line-height: 1.35; margin-bottom: 12px; color: #000; }
.mk-ui-h small { display: block; font-size: 13px; font-weight: 600; color: #7A7063; margin-top: 2px; }

.mk-lp .mk-ui-hooks { display: grid; gap: 8px; }
.mk-ui-hooks li {
  display: grid; grid-template-columns: auto 1fr; gap: 4px 10px; align-items: start;
  background: #fff; border: 1.5px solid #EFE2C4; border-radius: 14px; padding: 11px 12px;
}
.mk-ui-hooks li.is-on { border-color: var(--o); box-shadow: 0 8px 22px rgba(255, 107, 24, .18); }
.mk-ui-n {
  grid-row: span 2; width: 26px; height: 26px; border-radius: 50%;
  background: #000; color: var(--cream); display: grid; place-items: center; font-size: 12px; font-weight: 800;
}
.mk-ui-hooks li.is-on .mk-ui-n { background: var(--o); color: #000; }
.mk-ui-hooks p { font-size: 14.5px; font-weight: 700; line-height: 1.65; color: #000; }
.mk-ui-hooks em {
  justify-self: start; font-style: normal; font-size: 11.5px; font-weight: 800;
  color: #B8440A; background: #FFE9DC; border-radius: 999px; padding: 0 9px; line-height: 1.8;
}
.mk-ui-hooks-2 { grid-template-columns: 1fr 1fr; }
.mk-ui-go { margin-top: 12px; display: flex; }
.mk-ui-go span {
  display: inline-flex; align-items: center; height: 40px; padding: 0 18px; border-radius: 999px;
  background: #000; color: var(--cream); font-size: 13px; font-weight: 800;
}

.mk-lp .mk-ui-angles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mk-ui-angle {
  display: flex; flex-direction: column; gap: 8px;
  background: #fff; border: 1.5px solid #EFE2C4; border-radius: 16px; padding: 14px;
}
.mk-ui-angle.is-on { border-color: var(--o); box-shadow: 0 10px 26px rgba(255, 107, 24, .16); }
.mk-ui-angle b { font-size: 15px; font-weight: 900; line-height: 1.6; color: #000; }
.mk-ui-angle p {
  font-size: 13px; line-height: 1.75; color: #5E554A;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.mk-ui-promise {
  margin-top: auto; font-size: 13px; font-weight: 700; line-height: 1.65; color: #000;
  background: #FFF1E6; border-radius: 10px; padding: 8px 10px;
}
.mk-ui-promise i {
  font-style: normal; display: inline-block; margin-left: 6px; font-size: 11px; font-weight: 800;
  color: var(--cream); background: #000; border-radius: 6px; padding: 0 7px;
}

.mk-ui-car { display: grid; grid-template-columns: 250px 1fr; gap: 16px; align-items: start; }
.mk-ui-phone { background: #fff; border: 1.5px solid #EFE2C4; border-radius: 22px; padding: 10px; box-shadow: 0 14px 34px rgba(0, 0, 0, .08); }
.mk-ui-ig { display: flex; align-items: center; gap: 8px; padding: 2px 4px 10px; font-size: 13px; }
.mk-ui-ig b { font-weight: 800; }
.mk-ui-ig i { margin-right: auto; font-style: normal; color: #999; letter-spacing: 1px; }
.mk-ui-av { width: 26px; height: 26px; border-radius: 50%; background: conic-gradient(#FF6B18, #F2703C, #000, #FF6B18); }
.mk-ui-cover {
  position: relative; aspect-ratio: 4 / 5; border-radius: 14px; overflow: hidden;
  background: radial-gradient(80% 60% at 80% 0%, rgba(255, 107, 24, .5), transparent 70%), #000;
  color: var(--cream); padding: 18px 16px; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px;
}
.mk-ui-cover b { font-size: 21px; font-weight: 900; line-height: 1.4; color: #fff; }
.mk-ui-cover p { font-size: 13px; line-height: 1.65; color: rgba(255, 249, 232, .75); }
.mk-ui-count { position: absolute; top: 10px; left: 10px; direction: ltr; font-size: 11px; font-weight: 700; background: rgba(255, 255, 255, .15); padding: 0 8px; border-radius: 999px; }
.mk-ui-swipe { font-size: 11px; font-weight: 800; color: var(--o); }
.mk-ui-dots { display: flex; justify-content: center; gap: 4px; padding-top: 10px; }
.mk-ui-dots i { width: 6px; height: 6px; border-radius: 50%; background: #E3D8C2; }
.mk-ui-dots i.is-on { background: var(--o); }
.mk-ui-side { min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.mk-ui-strip {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(190px, 46%); gap: 10px;
  overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: thin;
}
.mk-ui-slide {
  scroll-snap-align: start; display: flex; flex-direction: column; gap: 6px; min-height: 200px;
  background: #fff; border: 1.5px solid #EFE2C4; border-radius: 16px; padding: 14px;
}
.mk-ui-slide span { width: 24px; height: 24px; border-radius: 8px; background: #000; color: var(--cream); font-size: 12px; font-weight: 800; display: grid; place-items: center; }
.mk-ui-slide b { font-size: 15px; font-weight: 900; line-height: 1.5; color: #000; }
.mk-ui-slide p { font-size: 13px; line-height: 1.75; color: #4A433A; }
.mk-ui-caption { background: #fff; border: 1.5px dashed #E3D2AE; border-radius: 16px; padding: 12px 14px; }
.mk-ui-caption i { font-style: normal; font-size: 11px; font-weight: 800; color: #B8440A; }
.mk-ui-caption p { font-size: 13px; line-height: 1.8; color: #2A2520; }

.mk-lp .mk-ui-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 12px; }
.mk-ui-metrics li { background: #fff; border: 1.5px solid #EFE2C4; border-radius: 14px; padding: 10px; text-align: center; font-size: 12px; font-weight: 700; color: #7A7063; }
.mk-ui-metrics b { display: block; font-size: 21px; font-weight: 900; color: #000; direction: ltr; line-height: 1.3; }
.mk-ui-metrics .is-bad { border-color: #E5484D; background: #FFF1F0; }
.mk-ui-metrics .is-bad b { color: #D93036; }
.mk-ui-neck { background: #000; color: var(--cream); border-radius: 16px; padding: 14px 16px; margin-bottom: 12px; }
.mk-ui-neck i { font-style: normal; font-size: 11px; font-weight: 800; color: #000; background: var(--o); border-radius: 6px; padding: 0 8px; }
.mk-ui-neck b { display: block; font-size: 16px; font-weight: 900; margin: 8px 0 4px; color: #fff; }
.mk-ui-neck p { font-size: 13px; line-height: 1.8; color: rgba(255, 249, 232, .75); }
.mk-lp .mk-ui-actions { display: grid; gap: 8px; counter-reset: mkact; }
.mk-ui-actions li {
  counter-increment: mkact; position: relative;
  background: #fff; border: 1.5px solid #EFE2C4; border-radius: 14px; padding: 12px 46px 12px 14px;
}
.mk-ui-actions li::before {
  content: counter(mkact); position: absolute; right: 12px; top: 12px;
  width: 24px; height: 24px; border-radius: 50%; background: var(--o); color: #000;
  font-size: 12px; font-weight: 900; display: grid; place-items: center;
}
.mk-ui-actions b { display: block; font-size: 14px; font-weight: 700; line-height: 1.75; color: #000; }
.mk-ui-actions span { display: block; margin-top: 4px; font-size: 12.5px; font-weight: 600; color: #7A7063; }


/* شاشات الأداة: مساحات أوسع، والكاروسيل شبكة على الشاشات الكبيرة */
.mk-ui-app { padding: 20px 22px 24px; }
.mk-ui-brand .mk-logo-tile { margin-left: 2px; }
.mk-ui-h { margin-bottom: 16px; }
.mk-lp .mk-ui-hooks, .mk-lp .mk-ui-angles { gap: 12px; }
.mk-ui-hooks li { padding: 14px 16px; gap: 6px 12px; }
.mk-ui-hooks p { font-size: 15px; line-height: 1.75; }
.mk-ui-angle { padding: 18px; gap: 14px; }
.mk-ui-angle b { font-size: 16px; line-height: 1.65; }
.mk-ui-slide { padding: 18px; gap: 8px; }
.mk-ui-strip { -webkit-mask-image: linear-gradient(to right, transparent 0, #000 40px); mask-image: linear-gradient(to right, transparent 0, #000 40px); }
@media (min-width: 1025px) {
  .mk-ui-strip { grid-auto-flow: row; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-columns: auto; overflow: visible; scroll-snap-type: none; padding-bottom: 0; -webkit-mask-image: none; mask-image: none; }
  .mk-ui-slide { min-height: 0; }
  .mk-ui-slide:nth-child(n+7) { display: none; }
}

/* ------------------------------ الشاشات الأصغر ------------------------------ */

@media (max-width: 1024px) {
  .mk-lp-signals { grid-template-columns: repeat(2, 1fr); max-width: 620px; }
  .mk-lp .mk-lp-path { grid-template-columns: 1fr; max-width: 460px; gap: 14px; }
  .mk-lp-path::before { top: 12px; bottom: 12px; right: 37px; left: auto; width: 2px; height: auto; background: linear-gradient(var(--o), rgba(255, 107, 24, .12)); }
  .mk-lp-path li { flex-direction: row; text-align: right; gap: 18px; }
  .mk-lp-path li div { flex: 1; padding: 16px 20px; border-radius: 18px; background: var(--card); border: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .mk-lp-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .mk-lp-hero-copy { text-align: center; }
  .mk-lp .mk-lp-lead { margin-inline: auto; }
  .mk-lp-actions, .mk-lp .mk-lp-ticks { justify-content: center; }
  .mk-lp-hero-art { width: 100%; max-width: 560px; margin: 0 auto; }
  .mk-lp-pains { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; gap: 14px; }
  .mk-lp-pain { flex-direction: row; text-align: right; padding: 22px 24px; gap: 18px; }
  .mk-lp-duel { grid-template-columns: 1fr; max-width: 560px; gap: 20px; }
  .mk-lp-vsb { position: relative; top: auto; left: auto; transform: none; margin: 0 auto; }
  .mk-lp-hub { grid-template-columns: 1fr 1fr; grid-template-areas: "core core" "n1 n2" "n3 n4" "n5 n6"; gap: 14px; }
  .mk-lp-hub-core { justify-self: center; width: 180px; height: 180px; margin-bottom: 22px; }
  .mk-lp-plans { grid-template-columns: 1fr; max-width: 460px; }
  .mk-lp-plan.is-feat { transform: none; order: -1; }
  .mk-ui-car { grid-template-columns: 1fr; }
  .mk-ui-phone { width: 100%; max-width: 280px; margin: 0 auto; }
}

@media (max-width: 640px) {
  .mk-lp { font-size: 16px; }
  .mk-lp-wrap { padding: 0 18px; }
  .mk-lp-sec { padding: 72px 0; }
  .mk-lp-head { margin-bottom: 40px; }
  .mk-lp-head p { font-size: 16.5px; }
  .mk-lp-hero { padding: 56px 0 72px; }
  .mk-lp .mk-lp-lead { font-size: 17px; }
  .mk-lp-btn { min-height: 54px; padding: 0 22px; font-size: 16.5px; }
  .mk-lp-actions .mk-lp-btn { width: 100%; }
  .mk-lp-signals { gap: 12px; }
  .mk-lp-sig { padding: 24px 12px; gap: 14px; }
  .mk-lp-sig-ic { width: 60px; height: 60px; border-radius: 18px; }
  .mk-lp-sig b { font-size: 17px; }
  .mk-lp-post { padding: 22px; gap: 20px; }
  .mk-lp-post-text { font-size: 16.5px; }
  .mk-lp-post-text b { font-size: 19px; }
  .mk-lp .mk-lp-notes { grid-template-columns: 1fr; }
  .mk-lp-hub { grid-template-columns: 1fr; grid-template-areas: "core" "n1" "n2" "n3" "n4" "n5" "n6"; }
  .mk-lp-node { padding: 16px 18px; }
  .mk-lp-path-n { width: 60px; height: 60px; font-size: 22px; box-shadow: 0 0 0 6px #000; }
  .mk-lp-path::before { right: 29px; }
  .mk-lp-tablist { width: 100%; justify-content: center; }
  .mk-lp .mk-lp-tablist [role="tab"] { padding: 0 14px; font-size: 14px; }
  .mk-ui-app { padding: 14px 14px 16px; }
  .mk-ui-steps span { display: none; }
  .mk-lp .mk-ui-angles, .mk-ui-hooks-2 { grid-template-columns: 1fr; }
  .mk-ui-strip { grid-auto-columns: 78%; }
  .mk-lp-dia-tabs { gap: 8px; }
  .mk-lp .mk-lp-dia-tabs [role="tab"] { min-height: 42px; padding: 0 14px; font-size: 14px; }
  .mk-lp-dia-card { padding: 26px 18px; min-height: 130px; }
  .mk-lp-mq { min-height: 44px; padding: 0 16px; font-size: 14.5px; }
  .mk-lp-masonry { columns: 2 140px; column-gap: 10px; }
  .mk-lp .mk-lp-shot { margin-bottom: 10px; border-radius: 14px; }
  .mk-lp-plan { padding: 42px 22px 24px; }
  .mk-lp-qs summary { padding: 18px 20px; font-size: 16px; }
  .mk-lp-qs details p { padding: 0 20px 20px; font-size: 15px; }
  .mk-lp-final-card { padding: 44px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .mk-lp *, .mk-co * { animation: none !important; transition: none !important; }
  .mk-lp.is-js .mk-rv { opacity: 1; translate: none; }
  .mk-lp-marquee-track { flex-wrap: wrap; width: auto; justify-content: center; }
  .mk-lp-marquee-set + .mk-lp-marquee-set { display: none; }
  .mk-lp-marquee-set { flex-wrap: wrap; justify-content: center; }
}

/* ==========================================================================
   نافذة الدفع (.mk-co) — خطوتان: بياناتك ← الدفع
   ========================================================================== */

html.mk-co-open, html.mk-co-open body { overflow: hidden !important; }
html.mk-co-open .select2-container--open { z-index: 2147483600 !important; }

.mk-co {
  --o: #FF6B18;
  --cream: #FFF9E8;
  --line: #EADFC6;
  --field: #E3D5B5;
  --muted: #7A7063;
  position: fixed; inset: 0; z-index: 2147483000;
  direction: rtl; text-align: right; color: #000; line-height: 1.7;
  font-family: "IBM Plex Sans Arabic", "Noto Sans Arabic", -apple-system, "Segoe UI", Tahoma, sans-serif;
}
.mk-co[hidden] { display: none !important; }
.mk-co *, .mk-co *::before, .mk-co *::after { box-sizing: border-box; }
.mk-co-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .72); backdrop-filter: blur(6px); opacity: 0; transition: opacity .25s ease; }
.mk-co-panel {
  position: absolute; top: 50%; left: 50%; width: min(560px, calc(100% - 32px));
  max-height: calc(100vh - 40px); max-height: calc(100dvh - 40px);
  display: flex; flex-direction: column; overflow: hidden; outline: none;
  background: var(--cream); border-radius: 28px; box-shadow: 0 40px 120px rgba(0, 0, 0, .55);
  opacity: 0; transform: translate(-50%, -46%) scale(.98);
  transition: opacity .25s ease, transform .3s cubic-bezier(.2, .8, .2, 1);
}
.mk-co.is-open .mk-co-backdrop { opacity: 1; }
.mk-co.is-open .mk-co-panel { opacity: 1; transform: translate(-50%, -50%) scale(1); }

.mk-co-head { display: flex; align-items: center; gap: 12px; padding: 18px 22px 14px; }
.mk-co-logo { flex: none; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: #fff; border: 1px solid var(--line); }
.mk-co-titles { flex: 1; min-width: 0; }
.mk-co-titles b { display: block; font-size: 19px; font-weight: 900; line-height: 1.3; }
.mk-co-titles small { display: block; font-size: 13px; font-weight: 600; color: var(--muted); }
.mk-co .mk-co-x {
  flex: none; width: 40px !important; height: 40px !important; min-height: 0 !important; padding: 0 !important;
  border-radius: 50% !important; border: 1px solid var(--line) !important; background: #fff !important; color: #000 !important;
  display: grid !important; place-items: center; cursor: pointer; box-shadow: none !important;
}
.mk-co .mk-co-x:hover { background: #000 !important; color: #fff !important; }

.mk-co-steps { display: flex; gap: 8px; margin: 0 22px 4px !important; padding: 0 !important; list-style: none !important; }
.mk-co-steps li {
  flex: 1; display: flex; align-items: center; gap: 8px; margin: 0 !important; padding: 0 0 10px !important;
  font-size: 14px; font-weight: 800; color: #A2978A; border-bottom: 3px solid var(--line); transition: color .25s ease, border-color .25s ease;
}
.mk-co-steps i { font-style: normal; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 900; background: var(--line); color: var(--muted); }
.mk-co-steps li.is-on { color: #000; border-color: var(--o); }
.mk-co-steps li.is-on i { background: var(--o); color: #000; }
.mk-co-steps li.is-done { color: #000; border-color: #000; }
.mk-co-steps li.is-done i { background: #000; color: var(--cream); }

.mk-co-scroll { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 18px 22px 22px; -webkit-overflow-scrolling: touch; }
.mk-co[data-step="1"] .mk-co-s2, .mk-co[data-step="2"] .mk-co-s1 { display: none !important; }

.mk-co-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 6px 0 14px; }
.mk-co .mk-co-plan {
  position: relative; display: flex !important; flex-direction: column; align-items: center; gap: 1px;
  min-height: 0 !important; padding: 16px 6px 10px !important; margin: 0 !important;
  border-radius: 16px !important; border: 1.5px solid var(--field) !important; background: #fff !important; color: #000 !important;
  font: inherit !important; text-align: center; cursor: pointer; box-shadow: none !important; line-height: 1.4 !important;
  text-transform: none !important; letter-spacing: normal !important; transition: border-color .2s ease, box-shadow .2s ease;
}
.mk-co .mk-co-plan b { font-size: 15px; font-weight: 900; }
.mk-co-pm { font-size: 20px; font-weight: 900; line-height: 1.3; }
.mk-co-pm small { font-size: 12px; font-weight: 700; color: var(--muted); }
.mk-co .mk-co-plan em { font-style: normal; font-size: 11.5px; font-weight: 600; color: var(--muted); line-height: 1.5; }
.mk-co .mk-co-plan.is-on { border-color: var(--o) !important; background: #FFF3EA !important; box-shadow: 0 8px 22px rgba(255, 107, 24, .2) !important; }
.mk-co-save {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%); white-space: nowrap;
  font-style: normal; font-size: 11px; font-weight: 900; background: #000; color: var(--cream); padding: 0 8px; border-radius: 999px; line-height: 1.8;
}
.mk-co-plan.is-on .mk-co-save { background: var(--o); color: #000; }
.mk-co-hint { font-size: 14px; color: var(--muted); margin: 0 0 14px !important; }
.mk-co .mk-co-back {
  display: inline-flex !important; align-items: center; gap: 6px; margin: 0 0 14px !important; padding: 0 !important;
  min-height: 0 !important; background: none !important; border: 0 !important; box-shadow: none !important;
  color: #000 !important; font: inherit !important; font-size: 14px !important; font-weight: 800 !important; cursor: pointer;
  text-decoration: underline; text-underline-offset: 4px;
}
.mk-co.is-busy .mk-co-body { opacity: .5; pointer-events: none; transition: opacity .2s ease; }

.mk-co .mk-co-next, .mk-co #place_order {
  display: flex !important; align-items: center; justify-content: center; gap: 10px;
  width: 100% !important; min-height: 56px !important; padding: 0 24px !important; margin: 8px 0 0 !important; float: none !important;
  border: 0 !important; border-radius: 999px !important; cursor: pointer;
  background: linear-gradient(135deg, #FF8A45, #FF6B18 55%, #F2703C) !important; color: #000 !important;
  font: inherit !important; font-size: 18px !important; font-weight: 900 !important; line-height: 1.2 !important;
  text-transform: none !important; letter-spacing: normal !important;
  box-shadow: 0 14px 34px rgba(255, 107, 24, .35) !important; transition: transform .2s ease;
}
.mk-co .mk-co-next:hover, .mk-co #place_order:hover { transform: translateY(-1px); }
.mk-co-login { text-align: center; margin: 12px 0 0 !important; font-size: 14px; color: var(--muted); }
.mk-co-login a { color: #000 !important; font-weight: 800; text-decoration: underline !important; text-underline-offset: 3px; }
.mk-co-foot {
  display: flex; align-items: center; justify-content: center; gap: 6px; padding: 12px 18px;
  border-top: 1px solid var(--line); background: #FFF4D9; font-size: 12.5px; font-weight: 600; color: var(--muted);
}

/* --- عناصر ووكوميرس داخل النافذة --- */

.mk-co-body { position: relative; }
.mk-co-body .woocommerce { margin: 0 !important; padding: 0 !important; width: auto !important; max-width: none !important; }
.mk-co-body form.checkout { margin: 0 !important; padding: 0 !important; display: block !important; }
.mk-co .woocommerce-form-login-toggle, .mk-co form.woocommerce-form-login,
.mk-co .woocommerce-billing-fields > h3, .mk-co #order_review_heading,
.mk-co .woocommerce-additional-fields, .mk-co .woocommerce-shipping-fields { display: none !important; }

.mk-co[data-step="2"] #customer_details .woocommerce-billing-fields__field-wrapper,
.mk-co[data-step="2"] #customer_details .col-2 { display: none !important; }
/* بلا أزرار دفع سريع (Apple Pay / Google Pay) لا داعي لإظهار القسم في خطوة الدفع. */
.mk-co[data-step="2"] #customer_details:not(:has(#wc-stripe-express-checkout-element iframe)) { display: none !important; }
.mk-co[data-step="1"] #order_review,
.mk-co[data-step="1"] #mk-wallet-pay-slot,
.mk-co[data-step="1"] #wc-stripe-express-checkout-element,
.mk-co[data-step="1"] #wc-stripe-express-checkout-button-separator,
.mk-co[data-step="1"] .woocommerce-form-coupon-toggle,
.mk-co[data-step="1"] form.checkout_coupon {
  position: absolute !important; left: 0; right: 0; height: 0 !important; margin: 0 !important; padding: 0 !important;
  overflow: hidden !important; visibility: hidden !important; pointer-events: none !important;
}

.mk-co #customer_details, .mk-co #customer_details .col-1, .mk-co #customer_details .col-2 {
  width: 100% !important; max-width: none !important; float: none !important; padding: 0 !important; margin: 0 !important;
}
.mk-co #customer_details::before, .mk-co #customer_details::after { display: none !important; }
.mk-co .woocommerce-billing-fields__field-wrapper { display: grid !important; grid-template-columns: 1fr 1fr; gap: 0 12px; }
.mk-co .woocommerce-billing-fields__field-wrapper > .form-row { grid-column: 1 / -1; }
.mk-co .woocommerce-billing-fields__field-wrapper > .form-row-first { grid-column: 1; }
.mk-co .woocommerce-billing-fields__field-wrapper > .form-row-last { grid-column: 2; }
.mk-co .form-row { float: none !important; width: auto !important; margin: 0 0 14px !important; padding: 0 !important; display: block !important; }
.mk-co .form-row label { display: block !important; margin: 0 0 6px !important; font-size: 14px !important; font-weight: 800 !important; color: #000 !important; line-height: 1.5 !important; }
.mk-co .form-row .required { color: var(--o) !important; text-decoration: none !important; border: 0 !important; }
.mk-co .form-row .optional { font-size: 12px; font-weight: 600; color: var(--muted); }
.mk-co .input-text, .mk-co .form-row select, .mk-co .select2-container .select2-selection--single {
  width: 100% !important; height: 52px !important; min-height: 52px !important; padding: 0 16px !important;
  border: 1.5px solid var(--field) !important; border-radius: 14px !important; background: #fff !important;
  color: #000 !important; font: inherit !important; font-size: 16px !important; line-height: 1.4 !important;
  box-shadow: none !important; outline: none !important; transition: border-color .2s ease, box-shadow .2s ease;
}
.mk-co .input-text::placeholder { color: #B2A791; }
.mk-co .input-text:focus,
.mk-co .select2-container--focus .select2-selection--single,
.mk-co .select2-container--open .select2-selection--single { border-color: var(--o) !important; box-shadow: 0 0 0 4px rgba(255, 107, 24, .16) !important; }
.mk-co .select2-container { width: 100% !important; }
.mk-co .select2-container .select2-selection--single { display: flex !important; align-items: center; padding: 0 !important; }
.mk-co .select2-selection__rendered { width: 100%; padding: 0 16px !important; line-height: 50px !important; color: #000 !important; }
.mk-co .select2-selection__arrow { height: 50px !important; left: 10px !important; right: auto !important; }
.mk-co .woocommerce-invalid .input-text, .mk-co .woocommerce-invalid .select2-selection { border-color: #E5484D !important; }
.mk-co .woocommerce-input-wrapper .description, .mk-co .form-row .description {
  display: block !important; position: static !important; margin: 6px 0 0 !important; padding: 0 !important;
  background: none !important; color: var(--muted) !important; font-size: 12.5px !important; border-radius: 0 !important;
}
.mk-co .form-row .description::before { display: none !important; }

.mk-co .woocommerce-NoticeGroup { margin: 0 0 14px !important; }
.mk-co .woocommerce-error, .mk-co .woocommerce-info, .mk-co .woocommerce-message {
  list-style: none !important; margin: 0 0 14px !important; padding: 12px 16px !important;
  border: 0 !important; border-inline-start: 4px solid #E5484D !important; border-radius: 14px !important;
  background: #FFF0EE !important; color: #000 !important; font-size: 14px !important; line-height: 1.7 !important;
}
.mk-co .woocommerce-info, .mk-co .woocommerce-message { border-inline-start-color: var(--o) !important; background: #FFF3EA !important; }
.mk-co .woocommerce-error::before, .mk-co .woocommerce-info::before, .mk-co .woocommerce-message::before { display: none !important; }
.mk-co .woocommerce-error li { margin: 0 !important; padding: 0 !important; list-style: none !important; }
.mk-co .woocommerce-error a, .mk-co .woocommerce-info a { color: #000 !important; font-weight: 800; text-decoration: underline !important; }

.mk-co .woocommerce-form-coupon-toggle .woocommerce-info {
  background: none !important; border: 0 !important; padding: 0 !important; margin: 0 0 10px !important;
  font-size: 13.5px !important; color: var(--muted) !important;
}
.mk-co form.checkout_coupon { margin: 0 0 14px !important; padding: 12px !important; border: 1px dashed var(--field) !important; border-radius: 14px !important; background: #fff !important; }
.mk-co form.checkout_coupon p { margin: 0 0 8px !important; font-size: 13px; }
.mk-co form.checkout_coupon .form-row { margin: 0 0 8px !important; }
.mk-co form.checkout_coupon .button {
  width: 100% !important; min-height: 44px !important; border-radius: 999px !important; border: 0 !important;
  background: #000 !important; color: var(--cream) !important; font: inherit !important; font-weight: 800 !important;
}

.mk-co #wc-stripe-express-checkout-button-separator { text-align: center !important; font-size: 13px !important; color: var(--muted) !important; margin: 10px 0 14px !important; }

.mk-co .shop_table {
  width: 100% !important; margin: 0 0 14px !important; border: 1px solid var(--line) !important; border-collapse: separate !important;
  border-spacing: 0 !important; border-radius: 16px !important; overflow: hidden; background: #fff !important; font-size: 15px;
}
.mk-co .shop_table thead { display: none; }
.mk-co .shop_table th, .mk-co .shop_table td {
  padding: 12px 16px !important; border: 0 !important; border-top: 1px solid #F1E7D0 !important;
  background: none !important; color: #000 !important; text-align: right !important; font-weight: 600; vertical-align: middle;
}
.mk-co .shop_table tbody tr:first-child td { border-top: 0 !important; }
.mk-co .shop_table td.product-total, .mk-co .shop_table tfoot td { text-align: left !important; }
.mk-co .shop_table .product-quantity { display: none; }
.mk-co .shop_table .order-total th, .mk-co .shop_table .order-total td { font-size: 17px !important; font-weight: 900 !important; }
.mk-co .shop_table .order-total td { color: #C94F0C !important; }
.mk-co .shop_table small { font-size: 12px; color: var(--muted); font-weight: 600; }

.mk-co #payment { background: transparent !important; border-radius: 0 !important; padding: 0 !important; margin: 0 !important; }
.mk-co #payment ul.payment_methods { display: grid; gap: 10px; margin: 0 0 12px !important; padding: 0 !important; border: 0 !important; list-style: none !important; }
.mk-co #payment ul.payment_methods::before, .mk-co #payment ul.payment_methods::after { display: none !important; }
.mk-co #payment li.wc_payment_method {
  margin: 0 !important; padding: 14px 16px !important; list-style: none !important;
  border: 1.5px solid var(--field) !important; border-radius: 16px !important; background: #fff !important;
}
.mk-co #payment li.wc_payment_method:has(> input:checked) { border-color: var(--o) !important; box-shadow: 0 8px 20px rgba(255, 107, 24, .14); }
.mk-co #payment li.wc_payment_method > input { margin: 0 0 0 8px !important; vertical-align: middle; accent-color: var(--o); }
.mk-co #payment li.wc_payment_method > label {
  display: inline-flex !important; align-items: center; gap: 8px; margin: 0 !important; cursor: pointer;
  font-size: 15px !important; font-weight: 900 !important; color: #000 !important;
}
.mk-co #payment li.wc_payment_method > label img { max-height: 22px; width: auto; margin: 0 !important; }
.mk-co #payment .payment_box { margin: 0 !important; padding: 12px 0 0 !important; background: transparent !important; color: #000 !important; font-size: 14px; }
.mk-co #payment .payment_box::before { display: none !important; }
.mk-co #payment .payment_box fieldset { border: 0 !important; padding: 0 !important; margin: 0 !important; }
.mk-co .woocommerce-SavedPaymentMethods { margin: 0 0 8px !important; padding: 0 !important; list-style: none !important; }
.mk-co .woocommerce-SavedPaymentMethods-saveNew { font-size: 13px; color: var(--muted); }
.mk-co #payment .form-row.place-order { margin: 0 !important; padding: 0 !important; }
.mk-co .woocommerce-terms-and-conditions-wrapper { font-size: 13px; color: var(--muted); line-height: 1.7; }
.mk-co .woocommerce-privacy-policy-text p { margin: 0 0 8px !important; font-size: 12.5px !important; color: var(--muted) !important; }
.mk-co .woocommerce-privacy-policy-text a, .mk-co .woocommerce-terms-and-conditions-link { color: #000 !important; font-weight: 700; text-decoration: underline !important; }
.mk-co .woocommerce-terms-and-conditions {
  max-height: 190px !important; overflow: auto !important; margin: 0 0 10px !important; padding: 12px 14px !important;
  background: #fff !important; border: 1px solid var(--line) !important; border-radius: 12px !important;
  font-size: 13px !important; line-height: 1.8 !important; color: #2A2520 !important;
}
.mk-co .woocommerce-terms-and-conditions h3, .mk-co .woocommerce-terms-and-conditions h4 { font-size: 14px !important; margin: 10px 0 4px !important; color: #000 !important; }
.mk-co .woocommerce-terms-and-conditions-wrapper label.checkbox {
  display: flex !important; align-items: flex-start; gap: 8px; font-size: 13.5px !important; font-weight: 700 !important;
}
.mk-co .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] { flex: none; width: 18px; height: 18px; margin: 4px 0 0 !important; accent-color: var(--o); }
.mk-co .blockUI.blockOverlay { background: rgba(255, 249, 232, .7) !important; border-radius: 16px; }

@media (max-width: 640px) {
  .mk-co-panel {
    top: auto; bottom: 0; left: 0; width: 100%;
    max-height: 94vh; max-height: 94dvh; border-radius: 24px 24px 0 0;
    transform: translateY(28px);
  }
  .mk-co.is-open .mk-co-panel { transform: none; }
  .mk-co-head { padding: 14px 16px 10px; }
  .mk-co-steps { margin: 0 16px 4px !important; }
  .mk-co-scroll { padding: 14px 16px 18px; }
  .mk-co .mk-co-plan { padding: 16px 3px 8px !important; }
  .mk-co-pm { font-size: 17px; }
  .mk-co .mk-co-plan em { font-size: 10.5px; }
}

@media (prefers-reduced-motion: reduce) {
  .mk-lp *, .mk-co * { animation: none !important; transition: none !important; }
  .mk-lp.is-js .mk-rv { opacity: 1; translate: none; }
}


/* ------------------------------ نافذة الدفع فوق تصميم صفحة الدفع العام ------------------------------ */
/* تصميم صفحة الدفع في الموقع يجعل النموذج عمودين (الحقول + 430px للملخص) بـ !important.
   داخل النافذة الضيقة هذا يعصر الحقول، فنعيده عمودًا واحدًا بمحدد أقوى (#mk-checkout). */

#mk-checkout form.checkout {
  display: block !important; max-width: none !important; margin: 0 !important;
  grid-template-columns: none !important; gap: 0 !important;
}
#mk-checkout form.checkout > * { grid-column: auto !important; grid-row: auto !important; }
#mk-checkout #customer_details { width: 100% !important; max-width: none !important; margin: 0 0 14px !important; }
#mk-checkout #order_review { position: static !important; top: auto !important; width: 100% !important; max-width: none !important; }
#mk-checkout[data-step="1"] #order_review { position: absolute !important; }
#mk-checkout .mkcae-checkout-notice { display: none !important; }


/* سطر التجديد الإنجليزي من WP Swings: المعلومة نفسها في تذييل النافذة وبطاقات الخطط. */
.mk-co .wps_recurring_bifurcation_wrapper, .mk-co .wps_recurring_bifurcation_wrapper + tr { display: none !important; }


/* النافذة: مساحات، ومربع اللوغو البرتقالي */
.mk-co-logo { background: none !important; border: 0 !important; width: auto !important; height: auto !important; }
.mk-co-scroll { padding: 22px 26px 26px; }
.mk-co-plans { gap: 10px; margin: 10px 0 20px; }
.mk-co .mk-co-plan { padding: 20px 8px 14px !important; gap: 3px; }
.mk-co-hint { margin: 0 0 20px !important; line-height: 1.9; }
.mk-co .form-row { margin: 0 0 18px !important; }
@media (max-width: 640px) { .mk-co-scroll { padding: 18px 18px 22px; } }

/* ------------------------------ الشعار المعتمد: بارز ومتحرك ------------------------------ */

.mk-lp-lockup { display: inline-flex; align-items: center; gap: 16px; margin-bottom: 28px; text-align: right; }
.mk-lp-lockup-icon { display: block; filter: drop-shadow(0 16px 32px rgba(255, 107, 24, .42)); }
.mk-lp-lockup-name { display: flex; flex-direction: column; gap: 2px; }
.mk-lp-lockup-name b { font-size: 19px; font-weight: 900; color: #fff; line-height: 1.35; }
.mk-lp-lockup-name small { font-size: 14px; font-weight: 600; color: var(--muted); }
.mk-lp-final-icon { display: block; margin-bottom: 4px; filter: drop-shadow(0 20px 44px rgba(255, 107, 24, .5)); }
.mk-lp-hub-core .mk-om { filter: drop-shadow(0 12px 28px rgba(255, 107, 24, .45)); }
.mk-ui-brand .mk-om { border-radius: 6px; }
@media (max-width: 900px) { .mk-lp-lockup { justify-content: center; } }
@media (max-width: 640px) {
  .mk-lp-lockup { gap: 12px; margin-bottom: 22px; }
  .mk-lp-lockup-icon .mk-om { width: 60px; height: 60px; }
  .mk-lp-lockup-name b { font-size: 16.5px; }
  .mk-lp-hub-core .mk-om { width: 84px; height: 84px; }
  .mk-lp-final-icon .mk-om { width: 96px; height: 96px; }
}

/* أسماء الخطوات في شاشة الأداة لا تتداخل */
.mk-ui-steps span { display: block; }

/* ==========================================================================
   العرض الحي في الهيرو: الأداة تعمل أمام الزائر
   ========================================================================== */

.mk-live .mk-ui-top { margin-bottom: 14px; }
.mk-live-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; color: #B8440A; background: #FFE9DC; border-radius: 999px; padding: 2px 10px; }
.mk-live-badge i { width: 7px; height: 7px; border-radius: 50%; background: #E5484D; animation: mkLiveDot 1.2s ease-in-out infinite; }
@keyframes mkLiveDot { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
.mk-lp .mk-live-steps li { transition: color .3s ease; }
.mk-live-steps i { transition: background .35s ease; }

.mk-live-stage { position: relative; height: 380px; overflow: hidden; }
.mk-live-host { height: 100%; }
.mk-live-scene { height: 100%; display: flex; flex-direction: column; animation: mkLiveIn .4s ease both; }
@keyframes mkLiveIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.mk-live-h { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 14px; font-size: 18px; font-weight: 900; color: #000; line-height: 1.4; }
.mk-live-h small { font-size: 12.5px; font-weight: 700; color: #7A7063; }

.mk-live-input {
  display: flex; align-items: center; min-height: 58px; padding: 0 18px; border-radius: 16px;
  background: #fff; border: 2px solid var(--o); box-shadow: 0 0 0 5px rgba(255, 107, 24, .12);
  font-size: 17px; font-weight: 700; color: #000;
}
.mk-live-caret { display: inline-block; width: 2px; height: 22px; margin-inline-start: 2px; background: var(--o); animation: mkCaret 1s steps(1) infinite; }
@keyframes mkCaret { 50% { opacity: 0; } }
.mk-live-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 16px; }
.mk-live-meta { font-size: 13px; font-weight: 700; color: #7A7063; background: #fff; border: 1px solid #EFE2C4; border-radius: 999px; padding: 4px 12px; }
.mk-live-btn { display: inline-flex; align-items: center; height: 44px; padding: 0 26px; border-radius: 999px; background: #000; color: var(--cream); font-size: 15px; font-weight: 900; transition: transform .15s ease, background .2s ease; }
.mk-live-btn.is-pressed { transform: scale(.94); background: var(--o); color: #000; }

.mk-live-load { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; text-align: center; }
.mk-live-logo { position: relative; display: inline-grid; place-items: center; }
.mk-live-logo::before, .mk-live-logo::after { content: ""; position: absolute; inset: 0; border-radius: 26%; border: 2px solid var(--o); animation: mkLoadRing 1.8s ease-out infinite; }
.mk-live-logo::after { animation-delay: .9s; }
@keyframes mkLoadRing { 0% { transform: scale(.85); opacity: .55; } 100% { transform: scale(1.5); opacity: 0; } }
.mk-live-logo .mk-om { position: relative; width: 68px; height: 68px; animation: mkLoadPulse 1.8s ease-in-out infinite; }
.mk-live-logo .mk-om-s { animation-duration: 1.5s; }
@keyframes mkLoadPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.07) rotate(-2deg); } }
.mk-live-load p { font-size: 15px; font-weight: 800; color: #7A7063; }

.mk-live-list { display: grid; gap: 10px; }
.mk-live-card {
  position: relative; display: flex; flex-direction: column; gap: 4px; padding: 13px 16px; border-radius: 14px;
  background: #fff; border: 1.5px solid #EFE2C4; animation: mkLiveCard .45s cubic-bezier(.2, .7, .2, 1) both; animation-delay: calc(var(--d, 0) * 260ms);
  transition: border-color .25s ease, box-shadow .25s ease, transform .2s ease;
}
@keyframes mkLiveCard { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
.mk-live-card b { font-size: 15.5px; font-weight: 900; color: #000; line-height: 1.55; }
.mk-live-card span { font-size: 13px; font-weight: 700; color: #7A7063; }
.mk-live-card.is-on { border-color: var(--o); box-shadow: 0 10px 26px rgba(255, 107, 24, .22); transform: scale(1.01); }
.mk-live-hook { display: grid; grid-template-columns: auto 1fr; gap: 4px 10px; align-items: start; }
.mk-live-hook i { grid-row: span 2; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: #000; color: var(--cream); font-style: normal; font-size: 12px; font-weight: 800; }
.mk-live-hook.is-on i { background: var(--o); color: #000; }
.mk-live-hook p { font-size: 14.5px; font-weight: 700; line-height: 1.65; color: #000; }
.mk-live-hook em { justify-self: start; font-style: normal; font-size: 11.5px; font-weight: 800; color: #B8440A; background: #FFE9DC; border-radius: 999px; padding: 0 9px; line-height: 1.8; }
.mk-live-hook strong { position: absolute; top: -10px; left: 12px; font-size: 11px; font-weight: 900; color: #000; background: var(--o); border-radius: 999px; padding: 1px 9px; }

.mk-live-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.mk-live-chip {
  padding: 9px 18px; border-radius: 999px; background: #fff; border: 1.5px solid #EFE2C4; font-size: 15px; font-weight: 800; color: #000;
  animation: mkLiveCard .4s ease both; animation-delay: calc(var(--d, 0) * 120ms); transition: all .3s ease;
}
.mk-live-chip.is-on { background: #000; border-color: #000; color: var(--cream); box-shadow: 0 8px 20px rgba(0, 0, 0, .18); }
.mk-live-why { padding: 16px 18px; border-radius: 16px; background: #FFF1E6; border: 1px dashed rgba(255, 107, 24, .5); font-size: 15px; line-height: 1.8; color: #2A2520; }
.mk-live-why b { display: inline-block; margin-left: 8px; font-size: 12px; font-weight: 900; color: #fff; background: var(--o); border-radius: 6px; padding: 0 8px; }

.mk-lp .mk-live-beats { display: grid; gap: 10px; }
.mk-live-beats li { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; padding: 11px 14px; border-radius: 14px; background: #fff; border: 1.5px solid #EFE2C4; opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .3s ease; }
.mk-live-beats li.is-in { opacity: 1; transform: none; }
.mk-live-beats time { font-size: 12px; font-weight: 800; color: #B8440A; background: #FFE9DC; border-radius: 6px; padding: 1px 7px; direction: ltr; margin-top: 3px; }
.mk-live-beats span { font-size: 14.5px; font-weight: 700; line-height: 1.7; color: #000; }

.mk-live-score { font-size: 15px; font-weight: 900; color: #000; background: #fff; border: 1.5px solid #EFE2C4; border-radius: 999px; padding: 2px 12px; direction: ltr; }
.mk-lp .mk-live-checks { display: grid; gap: 8px; }
.mk-live-checks li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 700; color: #A2978A; transition: color .3s ease; }
.mk-live-checks i { flex: none; width: 22px; height: 22px; border-radius: 50%; border: 2px solid #E3D5B5; background: #fff; position: relative; transition: all .3s ease; }
.mk-live-checks li.is-pass { color: #000; }
.mk-live-checks li.is-pass i { background: var(--o); border-color: var(--o); }
.mk-live-checks li.is-pass i::after { content: ""; position: absolute; left: 6px; top: 2px; width: 5px; height: 10px; border: solid #000; border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); }
.mk-live-checks li.is-fail { color: #D93036; }
.mk-live-checks li.is-fail i { background: #E5484D; border-color: #E5484D; }
.mk-live-checks li.is-fail i::after { content: "!"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 13px; font-weight: 900; font-style: normal; }
.mk-live-checks li.is-fixed span { background: linear-gradient(transparent 60%, rgba(255, 107, 24, .3) 60%); }

.mk-live-fix {
  margin-top: 14px; padding: 14px 16px; border-radius: 16px; background: #fff; border: 1.5px solid #E5484D;
  display: grid; gap: 6px; opacity: 0; transform: translateY(10px); transition: opacity .35s ease, transform .35s ease, border-color .4s ease;
}
.mk-live-fix.is-in { opacity: 1; transform: none; }
.mk-live-fix b { font-size: 12.5px; font-weight: 900; color: #D93036; }
.mk-live-fix s { font-size: 14.5px; font-weight: 700; color: #7A7063; text-decoration: none; background: linear-gradient(#D93036, #D93036) no-repeat right center / 0 2px; transition: background-size .6s ease; }
.mk-live-fix.is-strike s { background-size: 100% 2px; color: #A2978A; }
.mk-live-fix p { font-size: 15px; font-weight: 800; color: #000; min-height: 1.6em; }
.mk-live-fix.is-done { border-color: var(--o); }
.mk-live-fix.is-done b { color: #B8440A; }

.mk-live-done {
  position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  background: rgba(255, 249, 232, .9); backdrop-filter: blur(2px); animation: mkLiveIn .45s ease both; text-align: center;
}
.mk-live-done span { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; background: var(--o); color: #000; font-size: 32px; font-weight: 900; box-shadow: 0 14px 34px rgba(255, 107, 24, .4); animation: mkPop .5s cubic-bezier(.2, 1.4, .4, 1) both; }
@keyframes mkPop { from { transform: scale(.4); } to { transform: none; } }
.mk-live-done b { font-size: 22px; font-weight: 900; color: #000; }
.mk-live-done em { font-style: normal; font-size: 14px; font-weight: 700; color: #7A7063; }
.mk-live-done.is-static { position: static; background: none; backdrop-filter: none; margin-top: 18px; flex-direction: row; }
.mk-live-done.is-static span { width: 40px; height: 40px; font-size: 20px; }

.mk-live-cursor {
  position: absolute; top: 0; left: 0; right: auto; z-index: 4; pointer-events: none; opacity: 0;
  transform: translate(60%, 70%); transition: transform .65s cubic-bezier(.4, .1, .2, 1), opacity .3s ease;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .3));
}
.mk-live-cursor.is-on { opacity: 1; }
.mk-live-cursor svg { display: block; transition: transform .15s ease; }
.mk-live-cursor.is-click svg { transform: scale(.82); }
.mk-live-cursor::after { content: ""; position: absolute; top: 2px; left: 2px; width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--o); opacity: 0; }
.mk-live-cursor.is-click::after { animation: mkRipple .45s ease-out; }
@keyframes mkRipple { from { transform: scale(.4); opacity: .9; } to { transform: scale(3); opacity: 0; } }

.mk-live-caption { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 18px; font-size: 16px; font-weight: 800; color: var(--cream); text-align: center; }
.mk-live-caption i { width: 8px; height: 8px; border-radius: 50%; background: var(--o); box-shadow: 0 0 0 4px rgba(255, 107, 24, .2); animation: mkLiveDot 1.2s ease-in-out infinite; }
.mk-live-caption span.is-in { animation: mkLiveIn .4s ease both; }
.mk-lp .screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

@media (max-width: 640px) {
  .mk-live-stage { height: 430px; }
  .mk-live-h { font-size: 16.5px; }
  .mk-live-input { font-size: 15.5px; min-height: 52px; padding: 0 14px; }
  .mk-live-card b, .mk-live-hook p, .mk-live-beats span { font-size: 14px; }
  .mk-live-caption { font-size: 14.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .mk-live-cursor { display: none; }
}

/* عرض الإعلان مفعّل */
.mk-lp .mk-lp-offer { display: inline-block; margin-top: 18px; padding: 8px 18px; border-radius: 999px; background: var(--o); color: #000; font-size: 15px; font-weight: 900; }

/* ------------------------------ «شاهد كيف تعمل»: الأداة تكتب أمامك ------------------------------ */

.mk-lp .mk-lp-tablist [role="tab"] { position: relative; overflow: hidden; }
.mk-lp-tablist.is-auto [role="tab"][aria-selected="true"]::after {
  content: ""; position: absolute; right: 18px; left: 18px; bottom: 5px; height: 3px; border-radius: 3px;
  background: rgba(0, 0, 0, .45); transform-origin: right center; animation: mkTabProg var(--dur, 7.5s) linear both;
}
@keyframes mkTabProg { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.mk-lp-demo .mk-ui-body { position: relative; }
.mk-ui-gen {
  position: absolute; inset: -4px; z-index: 3; display: none; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: clamp(36px, 10%, 90px); gap: 14px;
  border-radius: 16px; background: var(--cream); text-align: center;
}
.mk-ui-gen-logo { line-height: 0; filter: drop-shadow(0 10px 22px rgba(255, 107, 24, .35)); animation: mkGenBob 1.1s ease-in-out infinite; }
.mk-ui-gen-logo svg { width: 64px; height: 64px; }
.mk-ui-gen b { font-size: 16px; font-weight: 900; color: #000; }
.mk-ui-gen i { position: relative; display: block; width: 180px; height: 5px; border-radius: 5px; background: #EADFC6; overflow: hidden; }
.mk-ui-gen i::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: var(--o); transform-origin: right center; animation: mkTabProg 1.05s ease-in-out both; }
[role="tabpanel"].is-gen .mk-ui-gen { display: flex; }
@keyframes mkGenBob { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-5px) rotate(-4deg); } }

.mk-lp-demo [role="tabpanel"].is-play .mk-ui-hooks li,
.mk-lp-demo [role="tabpanel"].is-play .mk-ui-angle,
.mk-lp-demo [role="tabpanel"].is-play .mk-ui-slide { animation: mkRise .55s cubic-bezier(.2, .8, .2, 1) both; animation-delay: calc(var(--i, 0) * 120ms); }
.mk-lp-demo [role="tabpanel"].is-play .mk-ui-phone { animation: mkPopIn .6s cubic-bezier(.2, .8, .2, 1) both; }
.mk-lp-demo [role="tabpanel"].is-play .mk-ui-dots i { animation: mkDot .45s ease both; animation-delay: calc(var(--d, 0) * 130ms + 300ms); }
.mk-lp-demo [role="tabpanel"].is-play .mk-ui-swipe { display: inline-block; animation: mkNudge 1.2s ease-in-out 1.6s 3; }
.mk-lp-demo .mk-ui-hooks li.is-picked, .mk-lp-demo .mk-ui-angle.is-picked { animation: mkPick .7s cubic-bezier(.2, .8, .2, 1) both !important; }
@keyframes mkRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes mkPopIn { from { opacity: 0; transform: scale(.94) translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes mkDot { 0% { background: #E3D8C2; transform: scale(1); } 50% { transform: scale(1.6); } 100% { background: var(--o); transform: scale(1); } }
@keyframes mkNudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(-7px); } }
@keyframes mkPick { 0% { transform: scale(1); } 35% { transform: scale(1.03); } 100% { transform: scale(1); } }

/* ما تختاره الأداة: شارة واضحة */
.mk-lp-demo .mk-ui-hooks li, .mk-lp-demo .mk-ui-angle { position: relative; transition: border-color .3s ease, box-shadow .3s ease; }
.mk-lp-demo .mk-ui-hooks li.is-on::after, .mk-lp-demo .mk-ui-angle.is-on::after {
  position: absolute; top: -10px; left: 14px; padding: 0 10px; border-radius: 999px; background: var(--o); color: #000;
  font-size: 11.5px; font-weight: 900; line-height: 22px; box-shadow: 0 6px 14px rgba(255, 107, 24, .35);
}
.mk-lp-demo .mk-ui-hooks li.is-on::after { content: "الأقوى"; }
.mk-lp-demo .mk-ui-angle.is-on::after { content: "الأنسب لجمهورك"; }
.mk-lp-demo .is-picked::after { animation: mkPopIn .45s cubic-bezier(.2, .8, .2, 1) both; }

/* ------------------------------ كل اللهجات فوق الجملة ------------------------------ */

.mk-lp-dia { max-width: 900px; }
.mk-lp .mk-lp-dia-tabs [role="tab"].is-gulf { border-color: rgba(255, 107, 24, .6); color: #fff; background: linear-gradient(135deg, rgba(255, 107, 24, .18), rgba(255, 107, 24, .05)); }
.mk-lp .mk-lp-dia-tabs [role="tab"].is-gulf[aria-selected="true"] { background: var(--o); border-color: var(--o); color: #000; }
.mk-lp-dia-tabs [role="tab"] .mk-lp-flags img, .mk-lp-dia-tabs [role="tab"] .mk-lp-dad { transition: transform .25s ease; }
.mk-lp-dia-tabs [role="tab"][aria-selected="true"] .mk-lp-flags img { transform: scale(1.08); }
@media (max-width: 640px) {
  .mk-lp-dia-tabs { gap: 6px; margin-bottom: 16px; }
  .mk-lp .mk-lp-dia-tabs [role="tab"] { gap: 6px; min-height: 36px; padding: 0 10px; font-size: 13px; }
  .mk-lp-dia-tabs .mk-lp-flags img { width: 20px; height: 14px; border-radius: 3px; }
  .mk-lp-dia-tabs .mk-lp-dad { width: 20px; height: 18px; font-size: 12px; border-radius: 5px; }
  .mk-lp-dia-line { font-size: 21px; }
  .mk-lp .mk-ui-hooks li.is-on::after, .mk-lp .mk-ui-angle.is-on::after { top: -9px; left: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .mk-lp-tablist [role="tab"]::after, .mk-ui-gen { display: none !important; }
}

/* ------------------------------ سعر الإطلاق ------------------------------ */

.mk-lp-launch { position: relative; z-index: 2; background: linear-gradient(90deg, #FF6B18, #FF8A45 50%, #FF6B18); color: #000; }
.mk-lp-launch[hidden] { display: none !important; }
.mk-lp-launch-in { max-width: 1200px; margin: 0 auto; padding: 10px 20px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 16px; text-align: center; }
.mk-lp-launch-tag { display: inline-flex; align-items: center; gap: 6px; padding: 3px 12px; border-radius: 999px; background: #000; color: #FFF9E8; font-size: 13px; font-weight: 900; }
.mk-lp .mk-lp-launch-txt { margin: 0; font-size: 15px; font-weight: 800; line-height: 1.6; color: #000; }
.mk-lp-launch-txt b { font-weight: 900; }
.mk-lp-launch-count { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 900; }
.mk-lp-launch-count i { display: inline-flex; flex-direction: column; align-items: center; min-width: 40px; padding: 2px 6px; border-radius: 8px; background: rgba(0, 0, 0, .14); font-style: normal; line-height: 1.1; }
.mk-lp-launch-count b { font-size: 15px; font-weight: 900; direction: ltr; }
.mk-lp-launch-count small { font-size: 10px; font-weight: 800; }
.mk-lp .mk-lp-launch-btn { display: inline-flex; align-items: center; min-height: 36px; padding: 0 16px; border-radius: 999px; background: #000; color: #FFF9E8 !important; font-size: 13.5px; font-weight: 900; text-decoration: none !important; transition: transform .2s ease; }
.mk-lp .mk-lp-launch-btn:hover { transform: translateY(-1px); }
.mk-lp .mk-lp-launch-note { max-width: 620px; margin: 14px auto 0; font-size: 15px; font-weight: 700; line-height: 1.8; color: var(--cream); }
.mk-lp-launch-note i { display: inline-block; margin-left: 8px; padding: 0 10px; border-radius: 999px; background: var(--o); color: #000; font-style: normal; font-size: 12.5px; font-weight: 900; line-height: 24px; }
.mk-lp-was { display: block; font-size: 11.5px; font-weight: 700; color: var(--muted); margin-top: -2px; }
@media (max-width: 640px) {
  .mk-lp-launch-in { padding: 10px 14px; gap: 8px 10px; }
  .mk-lp .mk-lp-launch-txt { font-size: 13.5px; flex-basis: 100%; }
  .mk-lp-launch-count i { min-width: 36px; }
}

/* نافذة الدفع: بلا «إزالة من الطلب»، وزر المتابعة ظاهر دائمًا على الجوال */
.mk-co .mk-checkout-remove-wrap { display: none !important; }
@media (max-width: 640px) {
  .mk-co .mk-co-next-wrap { position: sticky; bottom: -18px; z-index: 3; margin: 0 -16px -18px; padding: 14px 16px 16px; background: linear-gradient(to bottom, rgba(255, 249, 232, 0), #FFF9E8 28%); }
}

/* ------------------------------ الألم: سطر يشرح المشكلة الحقيقية ------------------------------ */
.mk-lp-painsec .mk-lp-head p { max-width: 640px; margin: 14px auto 0; font-size: 18px; line-height: 1.9; color: var(--muted); }

/* ------------------------------ قبل وبعد ------------------------------ */
.mk-lp-ba-grid { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; max-width: 1040px; margin: 0 auto; }
.mk-lp-ba-card { position: relative; padding: 30px 28px 26px; border-radius: 28px; border: 1px solid var(--line); background: #0d0d0d; }
.mk-lp-ba-card.is-before { opacity: .78; filter: saturate(.3); }
.mk-lp-ba-card.is-after { background: radial-gradient(90% 90% at 100% 0%, rgba(255, 107, 24, .22), transparent 60%), #0f0a06; border-color: rgba(255, 107, 24, .6); box-shadow: 0 30px 70px rgba(255, 107, 24, .16); }
.mk-lp-ba-tag { position: absolute; top: -14px; right: 26px; padding: 3px 16px; border-radius: 999px; font-size: 14px; font-weight: 900; background: #2a2a2a; color: var(--cream); }
.is-after .mk-lp-ba-tag { background: var(--o); color: #000; }
.mk-lp .mk-lp-ba-card ul { display: grid; gap: 18px; }
.mk-lp-ba-card li { display: flex; align-items: flex-start; gap: 14px; }
.mk-lp-ba-card li > i { flex: none; width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: rgba(255, 255, 255, .06); color: var(--muted); font-style: normal; }
.is-after li > i { background: rgba(255, 107, 24, .16); color: var(--o); }
.mk-lp-ba-card li > i .mk-lp-i { width: 20px; height: 20px; }
.mk-lp-ba-card b { display: block; font-size: 17px; font-weight: 900; color: #fff; line-height: 1.5; }
.mk-lp-ba-card li span { display: block; font-size: 14.5px; color: var(--muted); line-height: 1.7; }
.mk-lp-ba-card q { display: block; margin-top: 6px; padding: 8px 12px; border-radius: 12px; font-size: 14.5px; font-weight: 700; line-height: 1.7; quotes: "«" "»"; }
.is-before q { background: rgba(255, 255, 255, .05); color: rgba(255, 249, 232, .6); }
.is-after q { background: var(--cream); color: #000; }
.mk-lp-ba-vs { line-height: 0; filter: drop-shadow(0 14px 30px rgba(255, 107, 24, .5)); }
@media (max-width: 900px) {
  .mk-lp-ba-grid { grid-template-columns: 1fr; gap: 28px; max-width: 560px; }
  .mk-lp-ba-vs { justify-self: center; margin: -8px 0; }
  .mk-lp-ba-vs .mk-om { width: 48px; height: 48px; }
}

/* ------------------------------ الخوارزمية: الأداة تطبق عنك ------------------------------ */
.mk-lp-algo { display: flex; align-items: center; gap: 18px; max-width: 820px; margin: 34px auto 0; padding: 22px 26px; border-radius: 22px; background: linear-gradient(135deg, rgba(255, 107, 24, .16), rgba(255, 107, 24, .04)); border: 1px solid rgba(255, 107, 24, .45); }
.mk-lp-algo-ic { flex: none; width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center; background: var(--o); color: #000; }
.mk-lp-algo-ic .mk-lp-i { width: 26px; height: 26px; }
.mk-lp-algo b { display: block; font-size: 19px; font-weight: 900; color: #fff; line-height: 1.5; margin-bottom: 4px; }
.mk-lp .mk-lp-algo p { font-size: 15.5px; line-height: 1.85; color: rgba(255, 249, 232, .78); }
@media (max-width: 640px) { .mk-lp-algo { flex-direction: column; align-items: flex-start; padding: 20px; } }

/* ------------------------------ الفريق: الأداة في الأعلى، والستة تحتها ------------------------------ */
.mk-lp-crew { max-width: 980px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 40px; }
/* مكرم فوق الفريق: صورته، وشارة الأداة، وسطر التوجيه */
.mk-lp-lead { display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; }
.mk-lp-lead-ph { position: relative; width: 132px; height: 132px; margin-bottom: 12px; }
.mk-lp-lead-ph img { width: 132px; height: 132px; display: block; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 4px #0b0b0b, 0 0 0 6px rgba(255, 107, 24, .75), 0 24px 60px rgba(255, 107, 24, .28); }
.mk-lp-lead-ph em { position: absolute; left: -6px; bottom: -4px; line-height: 0; filter: drop-shadow(0 6px 14px rgba(0, 0, 0, .5)); }
.mk-lp-lead-ph em .mk-om { width: 40px; height: 40px; }
.mk-lp-lead b { font-size: 20px; font-weight: 900; color: #fff; line-height: 1.4; }
.mk-lp-lead > span:last-child { font-size: 15.5px; font-weight: 700; color: var(--o); line-height: 1.6; }
.mk-lp-crew-grid { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.mk-lp-mate { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 28px 18px 24px; border-radius: 24px; text-align: center; background: var(--card); border: 1px solid var(--line); transition: border-color .25s ease, transform .25s ease; }
.mk-lp-mate:hover { border-color: rgba(255, 107, 24, .5); transform: translateY(-2px); }
.mk-lp-face { position: relative; flex: none; width: 84px; height: 84px; margin-bottom: 10px; }
.mk-lp-face .mk-lp-person { width: 84px; height: 84px; display: block; border-radius: 50%; box-shadow: 0 0 0 3px rgba(255, 107, 24, .3); }
.mk-lp-face em { position: absolute; bottom: -4px; left: -4px; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--o); color: #000; box-shadow: 0 0 0 3px #111; }
.mk-lp-face em .mk-lp-i { width: 16px; height: 16px; }
.mk-lp-mate b { display: block; font-size: 18px; font-weight: 900; color: #fff; line-height: 1.4; }
.mk-lp-mate > span:last-child { display: block; font-size: 15px; color: var(--muted); line-height: 1.5; }
.mk-lp .mk-lp-crew-note { max-width: 640px; margin: 40px auto 0; text-align: center; font-size: 17px; font-weight: 700; line-height: 1.8; color: var(--cream); }
@media (max-width: 640px) {
  .mk-lp-crew { gap: 28px; }
  .mk-lp-lead-ph, .mk-lp-lead-ph img { width: 112px; height: 112px; }
  .mk-lp-crew-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .mk-lp-mate { padding: 20px 10px 18px; }
  .mk-lp-face, .mk-lp-face .mk-lp-person { width: 68px; height: 68px; }
  .mk-lp-mate b { font-size: 15.5px; }
  .mk-lp-mate > span:last-child { font-size: 13px; }
  .mk-lp .mk-lp-crew-note { font-size: 15.5px; margin-top: 28px; }
}

/* الزائر على صفحة الأداة نفسها: لا داعي لزر «أداة المحتوى» في الهيدر */
body.mk-lp-page #mk-global-header-v6 .mkh6-mobile-cta-row,
body.mk-lp-page #mk-global-header-v6 .mkh6-tool-button { display: none !important; }

/* ---------------- أدوات داخل الأداة */
.mk-lp-kitsec { background: radial-gradient(50% 55% at 80% 10%, rgba(255, 107, 24, .1), transparent 70%), #000; }
.mk-lp-kit { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.mk-lp-kc { display: grid; align-content: start; gap: 8px; padding: 24px 20px; border-radius: 22px; background: var(--card); border: 1px solid var(--line); transition: border-color .2s ease, transform .2s ease; }
.mk-lp-kc:hover { border-color: rgba(255, 107, 24, .5); transform: translateY(-3px); }
.mk-lp-kc b { font-size: 19px; font-weight: 900; color: #fff; line-height: 1.4; }
.mk-lp-kc p { font-size: 15px; line-height: 1.7; color: var(--muted); margin: 0; }
.mk-lp-kc-ic { width: 48px; height: 48px; margin-bottom: 6px; border-radius: 15px; display: grid; place-items: center; background: rgba(255, 107, 24, .14); color: var(--o); }
.mk-lp-kc-ic .mk-lp-i { width: 24px; height: 24px; }
.mk-lp-kc-meter { grid-column: span 4; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); align-items: center; gap: 34px; padding: 30px; background: linear-gradient(135deg, rgba(255, 107, 24, .14), rgba(255, 107, 24, .02)), var(--card); border-color: rgba(255, 107, 24, .4); }
.mk-lp-kc-meter b { font-size: clamp(24px, 3vw, 34px); }
.mk-lp-kc-meter p { font-size: 17px; margin-top: 6px; }
.mk-lp-meter { display: flex; align-items: center; gap: 26px; }
.mk-lp-gauge { flex: none; width: 150px; height: 150px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: radial-gradient(closest-side, #0e0e0e 78%, transparent 79% 100%), conic-gradient(var(--o) 0 84%, rgba(255, 255, 255, .1) 84% 100%); }
.mk-lp-gauge b { font-size: 46px !important; line-height: 1; color: #fff; }
.mk-lp-gauge small { font-size: 13px; color: var(--muted2); }
.mk-lp-bars { list-style: none; margin: 0; padding: 0; flex: 1; display: grid; gap: 10px; }
.mk-lp-bars li { display: grid; grid-template-columns: 20px auto 1fr; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--cream); }
.mk-lp-bars .mk-lp-i { width: 18px; height: 18px; color: var(--o); }
.mk-lp-bars i { height: 7px; border-radius: 99px; background: rgba(255, 255, 255, .1); position: relative; overflow: hidden; }
.mk-lp-bars i::after { content: ""; position: absolute; inset: 0 0 0 auto; width: var(--w); border-radius: inherit; background: linear-gradient(270deg, #FF8A45, var(--o)); }
.mk-lp-kc-fix { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 14px; font-size: 14.5px; color: var(--cream); }
.mk-lp-kc-fix em { font-style: normal; font-size: 12px; font-weight: 900; padding: 2px 10px; border-radius: 99px; background: rgba(179, 64, 47, .3); color: #FFB3A7; }
.mk-lp-kc-fix em.is-after { background: rgba(26, 107, 69, .35); color: #9FE3BF; }
@media (max-width: 1024px) {
  .mk-lp-kit { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mk-lp-kc-meter { grid-column: span 2; grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .mk-lp-kit { grid-template-columns: 1fr; gap: 12px; }
  .mk-lp-kc-meter { grid-column: auto; padding: 22px 18px; }
  .mk-lp-meter { flex-direction: column; align-items: stretch; }
  .mk-lp-gauge { margin: 0 auto; width: 130px; height: 130px; }
}

/* رابط الدخول للمشترك غير المسجّل (يصل هنا من صفحة الأداة) */
.mk-lp .mk-lp-login { margin-top: 16px; font-size: 15px; color: var(--muted); }
.mk-lp .mk-lp-login a { font-weight: 800; color: #fff !important; border-bottom: 2px solid var(--o); }
