/* Arttop 360 — site.css · هويةُ «Emerald Ledger» (ARTTOP_BRAND_COLORS.md): التيل 800 للهيكل والزمرّد للفعل
   خصائصُ منطقية (inline/block) فيعمل الاتجاهان بلا نسختين · وأرقامٌ جدولية غربية · ولا خطَّ أصغر من 12px. */
:root {
  --teal-950: #01241d; --teal-900: #013229; --teal-800: #014034; --teal-700: #03543f;
  --em-50: #ecfdf5; --em-100: #d1fae5; --em-200: #a7f3d0; --em-300: #6ee7b7; --em-400: #34d399;
  --em-500: #10b981; --em-600: #059669; --em-700: #047857; --em-800: #065f46;
  --ink: #0b1f1a; --ink-2: #334155; --ink-3: #64748b; --line: #e3ece8; --line-2: #eef3f1;
  --bg: #ffffff; --bg-soft: #f6faf8; --bg-tint: #f0f7f4;
  --grad-hero: linear-gradient(135deg, #014034 0%, #03543f 48%, #047857 100%);
  --grad-btn: linear-gradient(135deg, #047857, #059669);
  --radius: 18px; --radius-sm: 12px;
  --shadow-sm: 0 1px 2px rgba(1, 64, 52, .06), 0 1px 1px rgba(1, 64, 52, .04);
  --shadow: 0 10px 30px rgba(1, 64, 52, .08), 0 2px 6px rgba(1, 64, 52, .05);
  --shadow-lg: 0 30px 70px rgba(1, 40, 32, .18), 0 8px 20px rgba(1, 40, 32, .08);
  --font: "IBM Plex Sans Arabic", system-ui, -apple-system, "Segoe UI", Tahoma, sans-serif;
  --wrap: 1200px;
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; font-family: var(--font); font-size: 16.5px; line-height: 1.75; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg { display: block; max-width: 100%; }
a { color: var(--em-700); text-decoration: none; }
a:hover { color: var(--em-800); }
h1, h2, h3, h4, h5 { margin: 0; line-height: 1.3; color: var(--teal-900); font-weight: 700; letter-spacing: -.01em; }
p { margin: 0; }
button { font: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--em-400); outline-offset: 2px; border-radius: 6px; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 20px; }
.wrap.narrow { max-width: 860px; }
.center { text-align: center; justify-content: center; }
.muted { color: var(--ink-3); }
.ic { width: 1.15em; height: 1.15em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
[dir="rtl"] .ic.flip { transform: scaleX(-1); }
.sar { width: .95em; height: .95em; display: inline-block; vertical-align: -.08em; }
.amt { font-variant-numeric: tabular-nums; unicode-bidi: isolate; }
.cur { font-size: .62em; font-weight: 700; margin-inline-start: .3em; }
.skip { position: absolute; inset-inline-start: 12px; top: -60px; z-index: 100; background: var(--teal-800); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip:focus { top: 12px; color: #fff; }

/* ═════ الأزرار ═════ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border-radius: 12px; font-weight: 700; font-size: 15px; line-height: 1.3; border: 1.5px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--grad-btn); color: #fff; box-shadow: 0 8px 20px rgba(4, 120, 87, .28); }
.btn-primary:hover { color: #fff; box-shadow: 0 12px 28px rgba(4, 120, 87, .36); transform: translateY(-1px); }
.btn-ghost { background: #fff; color: var(--teal-800); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--em-300); color: var(--em-800); background: var(--em-50); }
.btn-light { background: #fff; color: var(--teal-800); }
.btn-light:hover { background: var(--em-50); color: var(--teal-900); }
.btn-outline-light { color: #fff; border-color: rgba(255, 255, 255, .45); background: transparent; }
.btn-outline-light:hover { color: #fff; background: rgba(255, 255, 255, .1); border-color: #fff; }
.btn-lg { padding: 14px 26px; font-size: 16px; border-radius: 14px; }
.btn-block { width: 100%; }
.link { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; }

/* ═════ الشريط العلوي ═════ */
.topbar { background: var(--teal-950); color: rgba(255, 255, 255, .82); font-size: 13px; }
.topbar-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; }
.topbar-msg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.topbar-tools { display: flex; align-items: center; gap: 6px; flex: none; }
.topbar a, .topbar button { color: rgba(255, 255, 255, .9); }
.topbar-login, .lang-switch, .country-btn { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 8px; font-weight: 600; background: transparent; border: 0; cursor: pointer; font-size: 13px; }
.topbar-login:hover, .lang-switch:hover, .country-btn:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.country { position: relative; }
.country-btn .chev { width: 14px; height: 14px; transition: transform .15s; }
.country-btn[aria-expanded="true"] .chev { transform: rotate(180deg); }
.country-menu { position: absolute; inset-inline-end: 0; top: calc(100% + 6px); z-index: 60; min-width: 210px; margin: 0; padding: 6px; list-style: none; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg); }
.country-menu li { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 10px; color: var(--ink); cursor: pointer; font-size: 14px; font-weight: 600; }
.country-menu li:hover, .country-menu li:focus { background: var(--em-50); outline: none; }
.country-menu li[aria-selected="true"] { background: var(--em-50); color: var(--em-800); }
.country-menu li.soon-item { cursor: default; color: var(--ink-3); }
.country-menu li.soon-item:hover { background: transparent; }
.country-menu li.soon-item .cc { background: var(--line); color: var(--ink-3); }
.country-menu .soon { margin-inline-start: auto; padding: 2px 8px; border-radius: 999px; background: var(--line-2); color: var(--ink-3); font-size: 11px; font-weight: 700; }
.country-menu .cc { display: inline-grid; place-items: center; min-width: 30px; height: 22px; border-radius: 6px; background: var(--teal-800); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .04em; direction: ltr; }

/* ═════ الترويسة ═════ */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .86); -webkit-backdrop-filter: saturate(160%) blur(14px); backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px rgba(1, 40, 32, .06); }
.header-in { display: flex; align-items: center; gap: 22px; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 6px; flex: none; }
.brand-logo { height: 30px; width: auto; }
.brand { direction: ltr; gap: 8px; }
.brand-ring { height: 30px; width: 30px; flex: none; }
.brand-light .brand-logo { filter: brightness(0) invert(1); }
.main-nav { display: flex; align-items: center; gap: 4px; flex: 1; }
.nav-item { position: relative; }
.nav-link { display: inline-flex; align-items: center; gap: 5px; padding: 9px 12px; border-radius: 10px; color: var(--ink-2); font-weight: 600; font-size: 15px; background: none; border: 0; cursor: pointer; }
.nav-link:hover, .nav-link[aria-expanded="true"] { color: var(--teal-900); background: var(--bg-tint); }
.nav-link[aria-current="page"] { color: var(--em-700); }
.nav-link .chev { width: 15px; height: 15px; transition: transform .15s; }
.nav-link[aria-expanded="true"] .chev { transform: rotate(180deg); }
.mega { position: absolute; inset-inline-start: -12px; top: calc(100% + 10px); width: min(720px, 92vw); padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .16s, transform .16s, visibility .16s; }
.has-menu.open .mega { opacity: 1; visibility: visible; transform: none; }
.mega-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
.mega-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px; border-radius: 12px; color: var(--ink); }
.mega-item:hover { background: var(--bg-tint); color: var(--ink); }
.mega-item > .ic { width: 38px; height: 38px; padding: 8px; border-radius: 11px; background: var(--em-50); color: var(--em-700); }
.mega-item b { display: block; font-size: 15px; color: var(--teal-900); }
.mega-item small { display: block; font-size: 13px; color: var(--ink-3); line-height: 1.55; }
.mega-all { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; padding: 12px 14px; border-radius: 12px; background: var(--bg-soft); font-weight: 700; }
.header-cta { display: flex; align-items: center; gap: 10px; margin-inline-start: auto; }
.lbl-short { display: none; }
.menu-btn { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--teal-900); cursor: pointer; align-items: center; justify-content: center; }
.menu-btn .ic { width: 22px; height: 22px; }

/* ═════ البطل ═════ */
.hero { position: relative; overflow: hidden; background:
    radial-gradient(900px 480px at 85% -10%, rgba(16, 185, 129, .16), transparent 60%),
    radial-gradient(700px 420px at 0% 30%, rgba(1, 64, 52, .08), transparent 60%),
    linear-gradient(180deg, #f5fbf8 0%, #ffffff 100%); }
.hero-in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr); gap: 44px; align-items: center; padding-block: 64px 64px; }
.hero-txt, .hero-art { min-width: 0; }
.hero-art { position: relative; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--em-200); color: var(--em-800); font-weight: 600; font-size: 14px; box-shadow: var(--shadow-sm); }
.hero h1 { margin-top: 18px; font-size: clamp(34px, 5.1vw, 60px); line-height: 1.18; color: var(--teal-900); letter-spacing: -.02em; }
.hero .lead { margin-top: 18px; font-size: clamp(17px, 1.6vw, 19.5px); color: var(--ink-2); max-width: 620px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 26px 0 0; padding: 0; list-style: none; color: var(--ink-2); font-size: 14.5px; font-weight: 600; }
.hero-trust li { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust .ic { color: var(--em-600); stroke-width: 2.4; }
.lead { font-size: 18px; color: var(--ink-2); }
.kicker { display: inline-block; font-size: 14px; font-weight: 700; color: var(--em-700); letter-spacing: .02em; margin-bottom: 10px; }
.kicker a { color: inherit; }

/* لقطةُ البرنامج المرسومة */
.mock { position: relative; margin: 0; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-lg); overflow: hidden; transform: perspective(1600px) rotateY(-4deg) rotateX(2deg); }
[dir="ltr"] .mock { transform: perspective(1600px) rotateY(4deg) rotateX(2deg); }
.mock-bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: #f3f6f5; border-bottom: 1px solid var(--line); direction: ltr; }
.mock-bar i { width: 10px; height: 10px; border-radius: 50%; background: #d7e0dc; }
.mock-bar span { margin-inline-start: 10px; padding: 3px 12px; border-radius: 7px; background: #fff; border: 1px solid var(--line); font-size: 12px; color: var(--ink-3); }
.mock-body { display: grid; grid-template-columns: 156px minmax(0, 1fr); min-height: 360px; }
.mock-side { background: var(--teal-900); color: rgba(255, 255, 255, .78); padding: 14px 10px; display: flex; flex-direction: column; gap: 3px; }
.mock-brand { color: #fff; font-weight: 700; padding: 4px 8px 12px; direction: ltr; text-align: start; }
.mock-brand b { color: var(--em-300); }
.mock-nav { display: flex; align-items: center; gap: 8px; padding: 7px 8px; border-radius: 9px; font-size: 12.5px; }
.mock-nav .ic { width: 16px; height: 16px; }
.mock-nav.on { background: rgba(16, 185, 129, .18); color: #fff; }
.mock-main { padding: 16px; display: flex; flex-direction: column; gap: 12px; background: var(--bg-soft); }
.mock-kpis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.mock-kpi { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; }
.mock-kpi small { display: block; font-size: 12px; color: var(--ink-3); }
.mock-kpi b { display: block; font-size: 20px; color: var(--teal-900); font-variant-numeric: tabular-nums; text-align: start; }
.mock-kpi em { font-style: normal; font-size: 12px; color: var(--ink-3); }
.mock-kpi em.up { color: var(--em-600); font-weight: 700; }
.mock-chart { display: flex; align-items: flex-end; gap: 6px; height: 70px; padding: 8px 10px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.mock-chart span { flex: 1; border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, var(--em-400), var(--em-700)); opacity: .85; }
.mock-chart span:nth-child(1) { height: 38%; } .mock-chart span:nth-child(2) { height: 52%; } .mock-chart span:nth-child(3) { height: 44%; } .mock-chart span:nth-child(4) { height: 61%; } .mock-chart span:nth-child(5) { height: 57%; } .mock-chart span:nth-child(6) { height: 70%; } .mock-chart span:nth-child(7) { height: 66%; } .mock-chart span:nth-child(8) { height: 78%; } .mock-chart span:nth-child(9) { height: 73%; } .mock-chart span:nth-child(10) { height: 88%; } .mock-chart span:nth-child(11) { height: 81%; } .mock-chart span:nth-child(12) { height: 94%; }
.mock-table { width: 100%; table-layout: fixed; border-collapse: separate; border-spacing: 0; background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; font-size: 12px; }
.mock-table .c-doc { width: 26%; } .mock-table .c-cus { width: 27%; } .mock-table .c-amt { width: 18%; } .mock-table .c-st { width: 29%; }
.mock-table th { background: #f7faf9; color: var(--ink-3); font-weight: 600; text-align: center; padding: 7px 8px; border-bottom: 1px solid var(--line); }
.mock-table td { padding: 7px 8px; border-bottom: 1px solid var(--line-2); color: var(--ink-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mock-table td:last-child { text-align: center; }
.mock-table tr:last-child td { border-bottom: 0; }
.mock-table td.num { text-align: end; font-variant-numeric: tabular-nums; }
.chip { display: inline-block; padding: 2px 9px; border-radius: 999px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.mock-table .chip { font-size: 11px; padding: 1px 7px; }
.chip.ok { background: var(--em-50); color: var(--em-800); border: 1px solid var(--em-100); }
.chip.wait { background: #fffbeb; color: #92400e; border: 1px solid #fde68a; }
.mock figcaption { padding: 7px 14px; font-size: 12px; color: var(--ink-3); background: #f7faf9; border-top: 1px solid var(--line); text-align: center; }

/* ═════ الأقسام ═════ */
.sec { padding-block: 84px; }
.sec-tint { background: var(--bg-soft); border-block: 1px solid var(--line-2); }
.sec-head { max-width: 760px; margin-bottom: 40px; }
.sec-head h2 { font-size: clamp(27px, 3.3vw, 40px); line-height: 1.25; }
.sec-head .lead { margin-top: 12px; }
.center .sec-head, .sec-head.center { margin-inline: auto; text-align: center; }
.mod-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.mod-grid.big { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mod-card { display: flex; flex-direction: column; gap: 10px; padding: 26px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); color: var(--ink); box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.mod-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--em-200); color: var(--ink); }
.mod-card h3 { font-size: 20px; }
.mod-card p { color: var(--ink-2); font-size: 15.5px; }
.mod-card .more { margin-top: auto; padding-top: 8px; display: inline-flex; align-items: center; gap: 6px; color: var(--em-700); font-weight: 700; font-size: 15px; }
.mod-ico { display: inline-grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; background: linear-gradient(135deg, var(--em-50), var(--em-100)); color: var(--em-700); }
.mod-ico .ic { width: 26px; height: 26px; }
.mod-ico.lg { width: 58px; height: 58px; margin-inline-end: 14px; vertical-align: middle; }
.checks { margin: 6px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; }
.checks li { display: flex; align-items: flex-start; gap: 9px; color: var(--ink-2); font-size: 15.5px; line-height: 1.6; }
.checks .ic { margin-top: .22em; color: var(--em-600); stroke-width: 2.4; width: 18px; height: 18px; }

.cycle { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.cycle-step { position: relative; padding: 26px 22px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.cycle-step h3 { margin-top: 14px; font-size: 18px; }
.cycle-step p { margin-top: 8px; color: var(--ink-2); font-size: 15px; }
.cycle-n { position: absolute; inset-inline-end: 20px; top: 18px; font-size: 38px; font-weight: 700; color: var(--em-100); line-height: 1; }
.cycle-ico { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--grad-btn); color: #fff; box-shadow: 0 8px 18px rgba(4, 120, 87, .25); }
.cycle-ico .ic { width: 24px; height: 24px; }
.pillars { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.pillars.six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pillar { padding: 26px 22px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.pillar h3 { margin-top: 14px; font-size: 18px; }
.pillar p { margin-top: 8px; color: var(--ink-2); font-size: 15px; }
.pillar-ico { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--em-50); color: var(--em-700); border: 1px solid var(--em-100); }
.pillar-ico .ic { width: 24px; height: 24px; }

/* ═════ الباقات — على نافذة الباقات في البرنامج (subscription_plans.js · v1368) ═════ */
.plans { padding-block: 40px 84px; background: linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%); }
.page-hero + .plans { padding-top: 48px; }
.pl-panel { background: #f6faf8; border-radius: 24px; box-shadow: 0 40px 90px rgba(1, 32, 26, .16); overflow: hidden; border: 1px solid rgba(4, 120, 87, .18); }
.pl-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 30px 34px 26px; background: var(--grad-hero); color: #fff; }
.pl-eyebrow { display: inline-block; font-size: 13px; font-weight: 700; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .22); padding: 4px 12px; border-radius: 999px; margin-bottom: 12px; }
.pl-head h2 { color: #fff; font-size: clamp(24px, 2.8vw, 32px); }
.pl-head p { margin-top: 8px; font-size: 15.5px; opacity: .92; max-width: 780px; }
.pl-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 22px 34px 4px; }
.pl-toggle { display: inline-flex; background: #fff; border: 1px solid var(--em-100); border-radius: 999px; padding: 4px; box-shadow: var(--shadow-sm); }
.pl-toggle button { display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; padding: 9px 22px; border-radius: 999px; font-weight: 700; font-size: 14.5px; color: #475569; cursor: pointer; transition: background-color .15s, color .15s; }
.pl-toggle button.on { background: var(--teal-800); color: #fff; }
.pl-off { font-size: 12px; font-weight: 700; background: var(--em-100); color: var(--em-800); padding: 2px 9px; border-radius: 999px; }
.pl-toggle button.on .pl-off { background: rgba(255, 255, 255, .18); color: #fff; }
.pl-bar-note { font-size: 13.5px; color: var(--ink-3); font-weight: 600; }
.pl-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; padding: 26px 34px 12px; align-items: stretch; }
.pl-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid #e3ece8; border-radius: 18px; padding: 24px 20px 20px; transition: box-shadow .18s, border-color .18s, transform .18s; }
.pl-card:hover { border-color: var(--em-300); box-shadow: 0 14px 34px rgba(1, 64, 52, .10); transform: translateY(-2px); }
.pl-card.rec { border: 2px solid var(--em-700); box-shadow: 0 18px 40px rgba(4, 120, 87, .18); }
.pl-rec-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad-btn); color: #fff; font-size: 12.5px; font-weight: 700; padding: 4px 14px; border-radius: 999px; white-space: nowrap; box-shadow: 0 6px 14px rgba(4, 120, 87, .28); }
.pl-name { font-size: 19.5px; color: var(--teal-800); }
.pl-aud { font-size: 13.5px; color: var(--ink-3); line-height: 1.6; margin-top: 4px; min-height: 2.9em; }
.pl-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px; margin-top: 14px; color: var(--teal-900); }
.pl-price .amt { font-size: 34px; font-weight: 700; letter-spacing: -.5px; line-height: 1.1; }
.pl-price .sar { width: 22px; height: 22px; vertical-align: -2px; }
.pl-price .cur { font-size: 16px; }
.pl-unit { font-size: 14px; color: var(--ink-3); font-weight: 600; }
.pl-was { margin-top: 6px; min-height: 24px; font-size: 13.5px; color: var(--ink-3); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.pl-was s { color: #94a3b8; font-variant-numeric: tabular-nums; }
.pl-was b { color: #334155; font-variant-numeric: tabular-nums; }
.pl-save { background: var(--em-50); color: var(--em-800); border: 1px solid var(--em-100); font-size: 12px; font-weight: 700; padding: 2px 9px; border-radius: 999px; white-space: nowrap; }
.pl-inc { margin: 18px 0 9px; font-size: 13px; font-weight: 700; color: var(--ink-3); }
.pl-mods { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; }
.pl-mod-btn { width: 100%; min-height: 74px; display: flex; align-items: center; gap: 10px; padding: 10px 11px; border: 1px solid #e3ece8; border-radius: 13px; background: #fbfdfc; cursor: pointer; text-align: start; transition: border-color .15s, background-color .15s; color: var(--ink); }
.pl-mod-btn:hover, .pl-mod-btn:focus-visible { border-color: var(--em-500); background: var(--em-50); outline: none; }
.pl-mod-ico { flex: none; width: 32px; height: 32px; border-radius: 9px; background: var(--em-50); color: var(--em-700); display: inline-grid; place-items: center; }
.pl-mod-ico .ic { width: 18px; height: 18px; }
.pl-mod-txt { flex: 1; min-width: 0; display: flex; flex-direction: column; line-height: 1.45; }
.pl-mod-txt b { font-size: 14.5px; color: #0f172a; font-weight: 700; }
.pl-mod-txt small { display: block; font-size: 12.5px; color: var(--ink-3); font-weight: 500; }
.pl-mod-go { flex: none; width: 24px; height: 24px; border-radius: 7px; display: inline-grid; place-items: center; color: var(--em-700); background: #fff; border: 1px solid var(--em-100); transition: background-color .15s, color .15s; }
.pl-mod-go .ic { width: 14px; height: 14px; transform: rotate(90deg); }
[dir="ltr"] .pl-mod-go .ic { transform: rotate(-90deg); }
.pl-mod-btn:hover .pl-mod-go, .pl-mod-btn:focus-visible .pl-mod-go { background: var(--em-700); color: #fff; border-color: var(--em-700); }
.pl-cta { margin-top: auto; padding-top: 18px; }
.pl-sub { display: flex; align-items: center; justify-content: center; width: 100%; padding: 13px 14px; border-radius: 12px; font-weight: 700; font-size: 15px; transition: background-color .15s, filter .15s; border: 1.5px solid var(--em-700); background: #fff; color: var(--em-700); }
.pl-sub:hover { background: var(--em-50); color: var(--em-800); }
.pl-card.rec .pl-sub { background: var(--grad-btn); color: #fff; border-color: transparent; }
.pl-alt { display: block; margin-top: 8px; text-align: center; font-size: 13px; font-weight: 600; color: var(--em-700); }
.pl-alt:hover { color: var(--em-800); text-decoration: underline; }
.pl-card.rec .pl-sub:hover { filter: brightness(1.06); color: #fff; }
.pl-extras { margin: 12px 34px 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.pl-extra { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px dashed var(--em-200); border-radius: 13px; padding: 11px 14px; font-size: 14px; color: #334155; line-height: 1.7; }
.pl-link { border: 0; background: none; color: var(--em-700); font-weight: 700; cursor: pointer; font-size: 14px; padding: 0; text-decoration: underline; text-underline-offset: 3px; }
.pl-foot { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--ink-3); font-size: 14px; padding: 18px 34px 26px; text-align: center; }
.pl-foot-ico { width: 17px; height: 17px; color: var(--em-700); }
html.cc-pending [data-cc-dyn] { visibility: hidden; }

/* نافذةُ الوحدة */
.pl-mdl { width: min(820px, calc(100vw - 24px)); max-height: min(88vh, 820px); padding: 0; border: 0; border-radius: 20px; box-shadow: 0 30px 70px rgba(1, 32, 26, .4); overflow: hidden; color: var(--ink); }
.pl-mdl::backdrop { background: rgba(1, 26, 21, .55); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.pl-mdl[open] { display: flex; flex-direction: column; }
.pl-mdl-in { display: flex; flex-direction: column; max-height: min(88vh, 820px); }
.pl-mdl-head { display: flex; align-items: center; gap: 12px; padding: 18px 22px; background: var(--grad-hero); color: #fff; }
.pl-mdl-head .pl-mod-ico { background: rgba(255, 255, 255, .16); color: #fff; width: 42px; height: 42px; border-radius: 12px; }
.pl-mdl-head .pl-mod-ico .ic { width: 22px; height: 22px; }
.pl-mdl-head h4 { color: #fff; font-size: 18px; }
.pl-mdl-head p { margin-top: 2px; font-size: 13.5px; opacity: .92; }
.pl-x { flex: none; margin-inline-start: auto; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .22); color: #fff; width: 40px; height: 40px; border-radius: 11px; cursor: pointer; display: inline-grid; place-items: center; }
.pl-x:hover { background: rgba(255, 255, 255, .26); }
.pl-mdl-body { padding: 18px 22px; overflow: auto; }
.pl-grp + .pl-grp { margin-top: 18px; }
.pl-grp h5 { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; font-size: 14px; color: var(--teal-800); }
.pl-grp h5 span { font-size: 12px; font-weight: 700; background: var(--em-50); color: var(--em-800); padding: 1px 9px; border-radius: 999px; }
.pl-scr-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 7px; }
.pl-scr { display: flex; align-items: center; gap: 9px; padding: 9px 11px; border: 1px solid #edf2f0; border-radius: 10px; background: #fbfdfc; font-size: 13.5px; font-weight: 600; color: #1e293b; min-width: 0; }
.pl-scr .ic { width: 17px; height: 17px; color: var(--em-700); }
.pl-scr span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pl-scr-block { grid-column: 1 / -1; border: 1px solid #edf2f0; border-radius: 10px; background: #fbfdfc; padding: 9px 11px; }
.pl-scr-block .pl-scr { border: 0; background: transparent; padding: 0 0 8px; }
.pl-secs { display: flex; flex-wrap: wrap; gap: 6px; }
.pl-sec { font-size: 12.5px; font-weight: 600; color: var(--em-800); background: var(--em-50); border: 1px solid var(--em-100); border-radius: 999px; padding: 3px 11px; }
.pl-mdl-foot { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding: 13px 22px; border-top: 1px solid #eef2f0; background: #f8fbfa; }
.pl-mdl-foot small { color: var(--ink-3); font-size: 13px; }
.pl-btn { border: 1.5px solid var(--em-700); background: #fff; color: var(--em-700); font-weight: 700; border-radius: 10px; padding: 8px 16px; cursor: pointer; font-size: 14px; }
.pl-btn:hover { background: var(--em-50); }

/* ═════ «احسب اشتراكك» — على «الخطوة 2 من 2» ═════ */
.calc { padding-block: 20px 84px; background: var(--bg-soft); }
.qc-card { background: #fff; border: 1.5px solid var(--em-200); border-radius: 22px; padding: 26px; box-shadow: var(--shadow); }
.qc-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .9fr); gap: 28px; align-items: start; }
.qc-lbl { font-size: 13.5px; font-weight: 700; color: var(--ink-3); margin: 16px 0 8px; }
.qc-lbl:first-child { margin-top: 0; }
.qc-segs { display: flex; gap: 8px; flex-wrap: wrap; }
.qc-pkgs .qc-seg { flex: 1 1 150px; }
.qc-seg { flex: 1; border: 1.5px solid #cbd5e1; background: #fff; color: #334155; font-weight: 700; border-radius: 11px; padding: 10px 12px; cursor: pointer; font-size: 14px; transition: border-color .15s, background-color .15s, color .15s; }
.qc-seg:hover { border-color: var(--em-300); }
.qc-seg.on { border-color: var(--em-700); background: var(--em-50); color: var(--teal-800); }
.qc-check { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding: 12px 14px; border: 1px dashed var(--em-200); border-radius: 12px; cursor: pointer; font-weight: 600; color: var(--ink-2); }
.qc-check input { width: 18px; height: 18px; accent-color: var(--em-700); }
.qc-check small { color: var(--ink-3); font-weight: 600; margin-inline-start: 6px; }
.qc-inc { margin-top: 16px; background: #f8fafc; border-radius: 12px; padding: 12px 14px; }
.qc-inc .qc-lbl { margin-top: 0; }
.qc-inc-row { display: flex; gap: 26px; flex-wrap: wrap; }
.qc-inc-row b { display: block; font-size: 19px; color: #0f172a; }
.qc-row { display: grid; grid-template-columns: minmax(0, 1fr) 104px; gap: 12px; align-items: center; padding: 10px 0; border-top: 1px solid #eef2f7; }
.qc-row label { display: block; font-size: 14.5px; font-weight: 700; color: #334155; }
.qc-hint { font-size: 13px; color: var(--ink-3); }
.qc-cost { font-size: 13px; color: var(--teal-800); font-weight: 700; margin-top: 2px; }
.qc-row input { width: 100%; padding: 10px 11px; border: 1px solid #cbd5e1; border-radius: 10px; font-size: 16px; text-align: center; font-family: inherit; }
.qc-row input:focus { outline: none; border-color: var(--em-500); box-shadow: 0 0 0 3px rgba(16, 185, 129, .18); }
.qc-sum { position: sticky; top: 96px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 18px; padding: 20px; }
.qc-sum-t { font-size: 17px; font-weight: 700; color: var(--teal-900); margin-bottom: 10px; }
.qc-line { display: flex; justify-content: space-between; gap: 10px; padding: 7px 0; border-bottom: 1px dashed #dfe8e4; color: #475569; font-size: 15px; }
.qc-line > span:last-child { text-align: end; font-weight: 600; color: var(--ink); }
.qc-line.strong { border-bottom: 0; padding-top: 12px; font-size: 18px; font-weight: 700; color: var(--teal-800); }
.qc-line.strong > span:last-child { color: var(--teal-800); }
.qc-note { font-size: 13px; color: var(--ink-3); margin: 10px 0 14px; line-height: 1.7; }
.qc-sum .qc-note:last-child { margin: 10px 0 0; text-align: center; }

/* ═════ الأسئلة ═════ */
.faq { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; transition: border-color .15s, box-shadow .15s; }
.faq-item[open] { border-color: var(--em-200); box-shadow: var(--shadow-sm); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px; cursor: pointer; font-weight: 700; font-size: 16.5px; color: var(--teal-900); list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chev { color: var(--em-700); transition: transform .18s; }
.faq-item[open] summary .chev { transform: rotate(180deg); }
.faq-a { padding: 0 20px 18px; color: var(--ink-2); }
.center > .link, p.center { margin-top: 22px; display: flex; justify-content: center; }

/* ═════ شريط الدعوة ═════ */
.cta-band { background: var(--grad-hero); color: #fff; position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 300px at 90% 0%, rgba(110, 231, 183, .25), transparent 60%); pointer-events: none; }
.cta-in { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 60px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); }
.cta-band p { margin-top: 8px; color: rgba(255, 255, 255, .88); font-size: 16.5px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ═════ رؤوس الصفحات والوحدات ═════ */
.page-hero { padding-block: 70px 56px; background: radial-gradient(800px 380px at 90% -20%, rgba(16, 185, 129, .14), transparent 60%), linear-gradient(180deg, #f5fbf8, #fff); border-bottom: 1px solid var(--line-2); }
.page-hero.slim { padding-block: 56px 40px; }
.page-hero h1 { font-size: clamp(30px, 4.4vw, 50px); line-height: 1.2; max-width: 900px; }
.page-hero .lead { margin-top: 16px; max-width: 760px; }
.page-hero.center h1, .page-hero.center .lead { margin-inline: auto; }
.mod-hero-in { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; align-items: center; }
.mod-hero h1 { display: flex; align-items: center; }
.price-box { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 22px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 10px; }
.price-box-t { font-size: 14px; font-weight: 700; color: var(--ink-3); }
.price-box-v { font-size: 38px; font-weight: 700; color: var(--teal-900); line-height: 1.1; }
.price-box-v .sar { width: 24px; height: 24px; }
.price-box-u { font-size: 13.5px; color: var(--ink-3); }
.price-box-list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }
.price-box-list li { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; padding-bottom: 8px; border-bottom: 1px dashed var(--line); font-weight: 600; }
.price-box-list b { color: var(--teal-900); font-size: 18px; }
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.feat { padding: 26px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.feat h2 { font-size: 20px; margin-bottom: 8px; }
.callout { display: flex; gap: 16px; align-items: flex-start; margin-top: 26px; padding: 22px; border-radius: var(--radius); background: linear-gradient(135deg, var(--em-50), #fff); border: 1px solid var(--em-200); }
.callout > .ic { width: 34px; height: 34px; padding: 6px; border-radius: 10px; background: var(--em-700); color: #fff; flex: none; }
.callout h3 { font-size: 18px; }
.callout p { margin-top: 6px; color: var(--ink-2); }
.callout .link { margin-top: 10px; }
.two-col { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr); gap: 40px; align-items: start; }
.note-card { padding: 26px; border-radius: var(--radius); background: var(--teal-900); color: rgba(255, 255, 255, .88); }
.note-card > .ic { width: 40px; height: 40px; padding: 8px; border-radius: 12px; background: rgba(16, 185, 129, .2); color: var(--em-300); }
.note-card h3 { color: #fff; margin-top: 14px; font-size: 19px; }
.note-card p { margin-top: 8px; }
.steps4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.step4 { padding: 24px 22px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.step4 h3 { margin-top: 14px; font-size: 18px; }
.step4 p { margin-top: 8px; color: var(--ink-2); font-size: 15px; }
.scr-group + .scr-group { margin-top: 26px; }
.scr-group h3 { font-size: 17px; margin-bottom: 12px; color: var(--teal-800); }
.scr-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 8px; }
.scr { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-size: 14.5px; font-weight: 600; color: var(--ink); }
.scr .ic { width: 18px; height: 18px; color: var(--em-700); }
.scr small { flex-basis: 100%; font-size: 12.5px; color: var(--ink-3); font-weight: 500; line-height: 1.6; }
.prose { font-size: 17px; color: var(--ink-2); }
.prose h2 { font-size: 24px; margin: 34px 0 12px; }
.prose p { margin: 0 0 16px; }
.prose ul { margin: 0 0 18px; padding-inline-start: 22px; }
.prose li { margin-bottom: 8px; }
.prose li::marker { color: var(--em-600); }
.note { display: flex; gap: 12px; margin: 22px 0; padding: 16px 18px; border-radius: 14px; background: #fffbeb; border: 1px solid #fde68a; color: #78350f; font-size: 15.5px; }
.note .ic { color: #b45309; margin-top: 3px; }
.note p { margin: 0; }
.legal-card { padding: 24px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.legal-card h3 { display: flex; align-items: center; gap: 10px; font-size: 18px; margin-bottom: 14px; }
.legal-card h3 .ic { color: var(--em-700); }
.legal-card dl { margin: 0 0 16px; display: flex; flex-direction: column; }
.lc-row { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 10px; padding: 9px 0; border-bottom: 1px dashed var(--line); font-size: 15px; }
.lc-row dt { color: var(--ink-3); font-weight: 600; }
.lc-row dd { margin: 0; color: var(--ink); font-weight: 600; }
[dir="rtl"] .lc-row dd[dir="ltr"] { text-align: right; }
.ch-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.ch-card { display: flex; flex-direction: column; gap: 6px; padding: 22px; border-radius: 18px; background: #fff; border: 1px solid var(--line); color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.ch-card:hover { border-color: var(--em-200); box-shadow: var(--shadow-sm); color: var(--ink); }
.ch-card > .ic { width: 38px; height: 38px; padding: 8px; border-radius: 11px; background: var(--em-50); color: var(--em-700); }
.ch-card b { font-size: 17px; color: var(--teal-900); margin-top: 6px; }
.ch-card span { color: var(--ink-2); font-size: 15px; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.post-card { display: flex; flex-direction: column; gap: 8px; padding: 24px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); color: var(--ink); transition: transform .18s, box-shadow .18s, border-color .18s; }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--em-200); color: var(--ink); }
.post-ico { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--em-50); color: var(--em-700); }
.post-ico .ic { width: 22px; height: 22px; }
.post-cat { font-size: 13px; font-weight: 700; color: var(--em-700); margin-top: 6px; }
.post-card h3 { font-size: 18.5px; line-height: 1.45; }
.post-card p { color: var(--ink-2); font-size: 15px; }
.post-meta { margin-top: auto; font-size: 13.5px; color: var(--ink-3); }
.post .page-hero .post-meta { margin-top: 16px; }
.post-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin: 36px 0 70px; padding: 22px; border-radius: 18px; background: var(--em-50); border: 1px solid var(--em-200); }
.post-cta > .ic { width: 36px; height: 36px; padding: 7px; border-radius: 10px; background: var(--em-700); color: #fff; }
.post-cta div { flex: 1; min-width: 200px; }
.post-cta b { color: var(--teal-900); font-size: 17px; }
.post-cta p { margin: 2px 0 0; font-size: 15px; }

/* ═════ التذييل ═════ */
.site-footer { background: var(--teal-950); color: rgba(255, 255, 255, .72); font-size: 15px; }
.f-top { display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(4, minmax(0, 1fr)); gap: 32px; padding-block: 60px 40px; }
.f-brand p { margin-top: 14px; line-height: 1.8; max-width: 340px; }
.f-contact { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.f-contact a { display: inline-flex; align-items: center; gap: 8px; color: #fff; }
.f-title { color: #fff; font-size: 15px; margin-bottom: 14px; }
.f-col ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; }
.f-col a { color: rgba(255, 255, 255, .72); }
.f-col a:hover { color: #fff; }
.f-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding-block: 22px 28px; display: flex; flex-direction: column; gap: 8px; font-size: 13.5px; }
.f-bottom b { color: #fff; font-weight: 600; }
.f-bottom a { color: var(--em-300); }
.f-addr { display: flex; align-items: center; gap: 8px; }
.f-note { color: rgba(255, 255, 255, .5); }

/* ═════ الدولة: ما يخصّ دولةً يظهر لها وحدها ═════ */
html[data-country="sa"] [data-only-country]:not([data-only-country~="sa"]),
html[data-country="ae"] [data-only-country]:not([data-only-country~="ae"]),
html[data-country="jo"] [data-only-country]:not([data-only-country~="jo"]),
html[data-country="eg"] [data-only-country]:not([data-only-country~="eg"]) { display: none !important; }

/* ═════ الشاشات الضيّقة ═════ */
@media (max-width: 1100px) {
  .pl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .f-top { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .f-brand { grid-column: 1 / -1; }
  .header-cta .btn-ghost { display: none; }
}
@media (max-width: 980px) {
  /* الدرجُ مخفيٌّ بـdisplay لا بإزاحةٍ خارج الشاشة: الإزاحةُ في صفحةٍ عربية تمدّ عرضَ التمرير يساراً فيتضاعف عرضُ الصفحة على الجوال (قيس: 780 من 390) */
  .main-nav { display: none; position: fixed; inset: 0; z-index: 70; flex-direction: column; align-items: stretch; gap: 2px; padding: 84px 20px 30px; background: #fff; overflow: auto; }
  body.nav-open .main-nav { display: flex; animation: navIn .2s ease; }
  body.nav-open { overflow: hidden; }
  .menu-btn { display: inline-flex; position: relative; z-index: 80; }
  .nav-link { font-size: 17px; padding: 14px 12px; width: 100%; justify-content: space-between; }
  .mega { position: static; width: auto; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 8px; display: none; }
  .has-menu.open .mega { display: block; }
  .mega-grid { grid-template-columns: 1fr; }
  .hero-in, .mod-hero-in, .two-col, .qc-grid { grid-template-columns: 1fr; }
  .hero-in { padding-block: 48px 60px; gap: 36px; }
  .mock { transform: none !important; }
  .mod-grid, .mod-grid.big, .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cycle, .pillars, .steps4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillars.six { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .qc-sum { position: static; }
  .topbar-msg { display: none; }
  .topbar-in { justify-content: flex-end; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .sec, .plans { padding-block: 60px; }
  .header-in { min-height: 64px; gap: 10px; }
  .header-cta .btn-primary { padding: 9px 13px; font-size: 14px; }
  .header-cta .lbl-long { display: none; } .header-cta .lbl-short { display: inline; }
  .brand-logo { height: 25px; } .brand-ring { height: 25px; width: 25px; }
  .mod-grid, .mod-grid.big, .post-grid, .cycle, .pillars, .pillars.six, .steps4, .pl-grid, .pl-extras { grid-template-columns: 1fr; }
  .pl-head, .pl-bar, .pl-grid, .pl-foot { padding-inline: 16px; }
  .pl-extras { margin-inline: 16px; }
  .mock-body { grid-template-columns: 1fr; }
  .mock-side { display: none; }
  .mock-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mock-kpi:last-child { display: none; }
  .f-top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .qc-card { padding: 18px; }
  .lc-row { grid-template-columns: 1fr; gap: 2px; }
  .cta-in { padding-block: 44px; }
}
@keyframes navIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .topbar, .site-header, .cta-band, .site-footer, .pl-mdl { display: none !important; }
}
