@font-face{font-family:'Sora Variable';font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fonts/sora-latin-ext-wght-normal.woff2) format('woff2-variations');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Sora Variable';font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fonts/sora-latin-wght-normal.woff2) format('woff2-variations');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Instrument Sans Variable';font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fonts/instrument-sans-latin-ext-wght-normal.woff2) format('woff2-variations');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Instrument Sans Variable';font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fonts/instrument-sans-latin-wght-normal.woff2) format('woff2-variations');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Cairo Variable';font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fonts/cairo-arabic-wght-normal.woff2) format('woff2-variations');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}
@font-face{font-family:'Cairo Variable';font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fonts/cairo-latin-ext-wght-normal.woff2) format('woff2-variations');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Cairo Variable';font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fonts/cairo-latin-wght-normal.woff2) format('woff2-variations');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
/* ============================================================
   MudirOS — landing stylesheet
   Plain CSS. No build step, no framework, no runtime dependency.
   Sections are visible by default; JS only *adds* motion (see app.js),
   so a JS failure can never blank the page.
   ============================================================ */

/* ---------- tokens ---------- */
:root {
  --ink: #0a0c10;
  --body: #4a5262;
  --muted: #5f6775;
  --line: #e5e8ee;
  --line-soft: #eef0f4;
  --bg: #ffffff;
  --soft: #f7f8fa;
  --dark: #06070a;
  --dark-2: #0e1016;
  --dark-line: #1e2230;
  --dark-body: #9aa3b4;

  --accent: #2e6bff;
  --accent-700: #1a4fd6;
  --accent-soft: #eef3ff;
  --accent-glow: rgba(46, 107, 255, 0.35);

  --ok: #0a7d46;
  --warn: #a85c05;
  --danger: #c01c1c;

  --r-sm: 10px;
  --r: 14px;
  --r-lg: 20px;
  --r-xl: 28px;

  --shadow-sm: 0 1px 2px rgba(10, 12, 16, .05), 0 1px 3px rgba(10, 12, 16, .04);
  --shadow: 0 4px 12px rgba(10, 12, 16, .06), 0 12px 32px rgba(10, 12, 16, .06);
  --shadow-lg: 0 8px 24px rgba(10, 12, 16, .08), 0 32px 64px rgba(10, 12, 16, .12);
  --shadow-accent: 0 6px 20px rgba(46, 107, 255, .28);

  --wrap: 1180px;
  --gut: clamp(20px, 5vw, 40px);
  --sect: clamp(72px, 9vw, 128px);

  --font-display: "Sora Variable", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Instrument Sans Variable", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

html[dir="rtl"] {
  --font-display: "Cairo Variable", "Sora Variable", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Cairo Variable", ui-sans-serif, system-ui, sans-serif;
}
/* Arabic sits lower in its em box; a touch more leading keeps it from crowding. */
html[dir="rtl"] body { line-height: 1.8; }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] h4 { line-height: 1.35; letter-spacing: 0; }

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--bg);
  color: var(--body);
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
/* Icons carry width/height attributes; this keeps them from ever stretching
   to fill a flex parent if a context-specific size rule is ever missed. */
button svg, a svg, span svg, summary svg, li svg { flex: none; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.12; letter-spacing: -.022em; font-weight: 600; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

/* skip link */
.skip {
  position: absolute; inset-inline-start: -9999px; top: 0; z-index: 999;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 0 0 var(--r-sm) 0;
}
.skip:focus { inset-inline-start: 0; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.sect { padding-block: var(--sect); }
.sect--soft { background: var(--soft); border-block: 1px solid var(--line-soft); }
.sect--dark { background: var(--dark); color: var(--dark-body); }
.sect--dark h2, .sect--dark h3, .sect--dark h4 { color: #fff; }

/* section heading block */
.head { max-width: 720px; }
.head--mid { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--accent-700);
}
html[dir="rtl"] .eyebrow { letter-spacing: 0; }
.eyebrow::before { content: ""; width: 18px; height: 1.5px; background: currentColor; border-radius: 2px; }
.head--mid .eyebrow::before { display: none; }
.sect--dark .eyebrow { color: #7fa4ff; }
.h2 { font-size: clamp(29px, 4.1vw, 50px); margin-top: 16px; }
.lede { margin-top: 18px; font-size: clamp(16.5px, 1.6vw, 19px); line-height: 1.62; color: var(--body); }
.sect--dark .lede { color: var(--dark-body); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 26px; border-radius: 999px; border: 1px solid transparent;
  font-family: var(--font-body); font-weight: 600; font-size: 15.5px; line-height: 1;
  cursor: pointer; white-space: nowrap; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.btn svg { width: 17px; height: 17px; flex: none; }
html[dir="rtl"] .btn svg.arrow { transform: scaleX(-1); }
.btn--primary { background: var(--accent); color: #fff; box-shadow: var(--shadow-accent); }
.btn--primary:hover { background: var(--accent-700); transform: translateY(-1px); box-shadow: 0 10px 26px rgba(46,107,255,.34); }
.btn--ghost { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn--ghost:hover { border-color: #cfd5e0; transform: translateY(-1px); }
.sect--dark .btn--ghost { background: rgba(255,255,255,.05); color: #fff; border-color: rgba(255,255,255,.16); box-shadow: none; }
.sect--dark .btn--ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.28); }
.btn--sm { padding: 10px 18px; font-size: 14.5px; }
.btn--lg { padding: 17px 32px; font-size: 16.5px; }
.btn--block { width: 100%; }

.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
/* On a phone, stacked full-width buttons are easier to hit and read as a pair. */
@media (max-width: 520px) {
  .hero .cta-row, .final .cta-row, .band .cta-row { flex-direction: column; align-items: stretch; }
  .hero .cta-row .btn, .final .cta-row .btn, .band .cta-row .btn { width: 100%; }
}
.cta-note { margin-top: 18px; font-size: 14px; color: var(--muted); }
.sect--dark .cta-note { color: #8b94a5; }

/* ---------- header ---------- */
.hdr {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.hdr.is-stuck { border-bottom-color: var(--line); box-shadow: 0 1px 12px rgba(10,12,16,.05); }
.hdr__in { display: flex; align-items: center; gap: 18px; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--ink); letter-spacing: -.02em; }
.brand__mark { width: 30px; height: 30px; border-radius: 8px; flex: none; }
.nav { display: none; align-items: center; gap: 4px; margin-inline-start: 14px; }
.nav a { padding: 8px 13px; border-radius: 999px; font-size: 15px; font-weight: 500; color: var(--body); transition: background .16s ease, color .16s ease; }
.nav a:hover { color: var(--ink); background: var(--soft); }
.hdr__end { display: flex; align-items: center; gap: 8px; margin-inline-start: auto; }
.langlink {
  display: inline-flex; align-items: center; gap: 6px; padding: 8px 13px; border-radius: 999px;
  font-size: 14.5px; font-weight: 600; color: var(--body); border: 1px solid var(--line);
  transition: border-color .16s ease, color .16s ease;
}
.langlink:hover { color: var(--ink); border-color: #cfd5e0; }
.langlink svg { width: 15px; height: 15px; }
.login { display: none; padding: 8px 13px; font-size: 15px; font-weight: 500; color: var(--body); border-radius: 999px; }
.login:hover { color: var(--ink); background: var(--soft); }
.burger { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.burger svg { width: 19px; height: 19px; }

/* On a narrow screen the header holds brand + language + menu, nothing more.
   The trial CTA lives in the drawer and in the sticky bar at the bottom, so
   crowding it in here only made it overlap the menu button. */
.hdr__end > .btn { display: none; }
@media (min-width: 560px) { .hdr__end > .btn { display: inline-flex; } }
@media (max-width: 400px) { .langlink span { display: none; } .langlink { padding-inline: 10px; } }

@media (min-width: 900px) {
  .nav, .login { display: flex; }
  .burger { display: none; }
}

/* mobile drawer */
.drawer { display: none; border-top: 1px solid var(--line); background: #fff; padding: 12px var(--gut) 22px; }
.drawer.is-open { display: block; }
.drawer a.dlink { display: block; padding: 13px 4px; font-size: 16.5px; font-weight: 500; color: var(--ink); border-bottom: 1px solid var(--line-soft); }
.drawer .cta-row { margin-top: 18px; }
.drawer .btn { flex: 1; }
@media (min-width: 900px) { .drawer, .drawer.is-open { display: none; } }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding-top: clamp(56px, 7vw, 92px); padding-bottom: clamp(40px, 5vw, 64px); }
.hero::before {
  content: ""; position: absolute; z-index: 0; inset-inline-start: 50%; top: -320px;
  width: min(1100px, 190vw); height: min(720px, 120vw); transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(46,107,255,.16), rgba(46,107,255,.05) 55%, transparent 72%);
  pointer-events: none;
}
.hero > * { position: relative; z-index: 1; }
.hero__in { text-align: center; max-width: 880px; margin-inline: auto; }
.hero h1 { font-size: clamp(36px, 6.4vw, 72px); letter-spacing: -.032em; margin-top: 20px; }
.hero h1 .dim { color: #848ea1; display: block; }
.hero .lede { margin-top: 22px; max-width: 660px; margin-inline: auto; }
.hero .cta-row { justify-content: center; margin-top: 32px; }
.pill {
  display: inline-flex; align-items: center; gap: 9px; padding: 7px 16px 7px 8px;
  border-radius: 999px; border: 1px solid var(--line); background: #fff;
  font-size: 13.5px; font-weight: 500; color: var(--body); box-shadow: var(--shadow-sm);
}
html[dir="rtl"] .pill { padding: 7px 8px 7px 16px; }
.pill b { display: inline-flex; align-items: center; gap: 6px; padding: 4px 11px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-700); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.pill b svg { width: 13px; height: 13px; flex: none; }
.pill > span { white-space: nowrap; }
@media (max-width: 560px) { .pill > span { display: none; } .pill { padding-inline-end: 8px; } html[dir="rtl"] .pill { padding-inline-start: 8px; } }
html[dir="rtl"] .pill b { letter-spacing: 0; }

/* trust strip under hero CTA */
.trustline { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; margin-top: 26px; font-size: 14px; color: var(--muted); }
.trustline span { display: inline-flex; align-items: center; gap: 7px; }
.trustline svg { width: 15px; height: 15px; color: var(--ok); flex: none; }

/* ---------- product mock ---------- */
.mockwrap { margin-top: clamp(44px, 6vw, 72px); position: relative; }
.mockwrap::after {
  content: ""; position: absolute; inset-inline: 6%; bottom: -26px; height: 60px;
  background: radial-gradient(closest-side, rgba(10,12,16,.16), transparent 72%);
  filter: blur(6px); z-index: -1;
}
.mock {
  border: 1px solid var(--line); border-radius: var(--r-xl); background: #fff;
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.mock__bar { display: flex; align-items: center; gap: 10px; padding: 13px 18px; border-bottom: 1px solid var(--line-soft); background: var(--soft); }
.mock__dots { display: flex; gap: 6px; }
.mock__dots i { width: 10px; height: 10px; border-radius: 50%; background: #d6dae2; }
.mock__title { font-size: 13.5px; font-weight: 600; color: var(--body); }
.mock__live { margin-inline-start: auto; display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: var(--ok); }
.mock__live i { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 3px rgba(15,157,88,.16); }
.mock__body { padding: clamp(16px, 2.4vw, 26px); }
.kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 760px) { .kpis { grid-template-columns: repeat(4, 1fr); } }
.kpi { border: 1px solid var(--line-soft); border-radius: var(--r); padding: 15px 16px; background: #fff; }
.kpi__l { font-size: 12.5px; font-weight: 500; color: var(--muted); }
.kpi__v { font-family: var(--font-display); font-size: clamp(19px, 2.3vw, 25px); font-weight: 600; color: var(--ink); margin-top: 7px; letter-spacing: -.02em; }
.kpi__m { font-size: 12px; margin-top: 5px; color: var(--muted); }
.kpi__m.up { color: var(--ok); }
.kpi__m.warn { color: var(--warn); }
.kpi__m.bad { color: var(--danger); }

.mockgrid { display: grid; gap: 12px; margin-top: 12px; }
@media (min-width: 860px) { .mockgrid { grid-template-columns: 1.25fr 1fr; } }

.panel { border: 1px solid var(--line-soft); border-radius: var(--r); padding: 16px 17px; background: #fff; }
.panel__h { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.panel__t { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.panel__s { font-size: 12px; color: var(--muted); }

/* bar chart */
.bars { display: flex; align-items: flex-end; gap: 8px; height: 108px; }
.bars i { flex: 1; border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, #c9d9ff, #e8eefc); }
.bars i.on { background: linear-gradient(180deg, var(--accent), #6f9bff); }
.barlbl { display: flex; gap: 8px; margin-top: 9px; }
.barlbl span { flex: 1; text-align: center; font-size: 11px; color: var(--muted); }

/* ai card in mock */
.aicard { border: 1px solid rgba(46,107,255,.22); border-radius: var(--r); padding: 16px 17px; background: linear-gradient(160deg, var(--accent-soft), #fff 62%); }
.aicard__h { display: flex; align-items: center; gap: 9px; }
.aicard__ic { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: var(--accent); color: #fff; flex: none; }
.aicard__ic svg { width: 16px; height: 16px; }
.aicard__t { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.aicard p { margin-top: 11px; font-size: 14px; line-height: 1.6; color: var(--body); }
.aicard .btn { margin-top: 14px; }

/* ---------- generic card grids ---------- */
.grid { display: grid; gap: 16px; margin-top: clamp(36px, 4.4vw, 56px); }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr; }
@media (min-width: 640px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .grid--3 { grid-template-columns: repeat(3, 1fr); } .grid--4 { grid-template-columns: repeat(4, 1fr); } }

.card {
  border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px 22px; background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #d9dee8; }
.card__ic { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-700); margin-bottom: 16px; }
.card__ic svg { width: 20px; height: 20px; }
.card h3 { font-size: 17px; font-weight: 600; }
.card p { margin-top: 9px; font-size: 15px; line-height: 1.6; }

.sect--dark .card { background: var(--dark-2); border-color: var(--dark-line); }
.sect--dark .card:hover { border-color: #2b3040; box-shadow: none; }
.sect--dark .card__ic { background: rgba(46,107,255,.14); color: #7fa4ff; }
.sect--dark .card p { color: var(--dark-body); }

/* compact feature tiles */
.tile { display: flex; gap: 13px; align-items: flex-start; border: 1px solid var(--line); border-radius: var(--r); padding: 18px 18px; background: #fff; transition: border-color .18s ease, transform .18s ease; }
.tile:hover { border-color: #cfd6e2; transform: translateY(-2px); }
.tile__ic { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-700); flex: none; }
.tile__ic svg { width: 17px; height: 17px; }
.tile h3 { font-size: 15.5px; font-weight: 600; }
.tile p { margin-top: 5px; font-size: 14px; line-height: 1.55; }

/* ---------- problem bridge ---------- */
.bridge { margin-top: 44px; text-align: center; font-size: clamp(17px, 2vw, 21px); line-height: 1.5; }
.bridge strong { display: block; font-family: var(--font-display); font-weight: 600; color: var(--ink); letter-spacing: -.02em; }
.bridge span { color: var(--accent); font-weight: 600; }

/* ---------- solution chain ---------- */
.chain { display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: 10px; margin-top: clamp(36px, 4.4vw, 56px); }
.chain__step {
  flex: 1 1 190px; max-width: 250px; text-align: center;
  border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 16px; background: #fff; box-shadow: var(--shadow-sm);
}
.chain__step:first-child { border-color: rgba(46,107,255,.35); background: linear-gradient(170deg, var(--accent-soft), #fff 70%); }
.chain__ic { width: 38px; height: 38px; margin: 0 auto 12px; border-radius: 11px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-700); }
.chain__ic svg { width: 18px; height: 18px; }
.chain__step b { display: block; font-family: var(--font-display); font-size: 15.5px; font-weight: 600; color: var(--ink); }
.chain__arrow { display: none; align-self: center; color: #c3cad6; }
.chain__arrow svg { width: 22px; height: 22px; }
html[dir="rtl"] .chain__arrow svg { transform: scaleX(-1); }
@media (min-width: 1000px) { .chain__arrow { display: block; } }

/* ---------- AI notifications ---------- */
.ailayout { display: grid; gap: clamp(28px, 4vw, 48px); margin-top: clamp(36px, 4.4vw, 56px); align-items: start; }
@media (min-width: 1000px) { .ailayout { grid-template-columns: 1.02fr 1fr; } }
.notifs { display: grid; gap: 12px; }
.notif { border: 1px solid var(--dark-line); border-radius: var(--r-lg); padding: 18px 19px; background: var(--dark-2); }
.notif__h { display: flex; align-items: center; gap: 10px; }
.notif__ic { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; flex: none; }
.notif__ic svg { width: 16px; height: 16px; }
.notif__ic.warn { background: rgba(217,119,6,.16); color: #f0a93b; }
.notif__ic.ok { background: rgba(15,157,88,.16); color: #3ec27e; }
.notif__ic.bad { background: rgba(220,38,38,.16); color: #f16060; }
.notif__t { font-size: 15px; font-weight: 600; color: #fff; }
.notif__time { margin-inline-start: auto; font-size: 12px; color: #8b94a5; font-variant-numeric: tabular-nums; }
.notif p { margin-top: 9px; font-size: 14.5px; line-height: 1.6; color: var(--dark-body); }
.notif__a { margin-top: 12px; display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; color: #7fa4ff; }
.notif__a svg { width: 14px; height: 14px; }
html[dir="rtl"] .notif__a svg { transform: scaleX(-1); }

.pillars { display: grid; gap: 2px; }
.pillar { display: flex; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--dark-line); }
.pillar:last-child { border-bottom: 0; }
.pillar__ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: rgba(46,107,255,.14); color: #7fa4ff; flex: none; }
.pillar__ic svg { width: 17px; height: 17px; }
.pillar h3 { font-size: 15.5px; font-weight: 600; }
.pillar p { margin-top: 5px; font-size: 14.5px; line-height: 1.55; color: var(--dark-body); }

/* ---------- showcase (arabic chat) ---------- */
.chat { max-width: 620px; margin: clamp(36px, 4.4vw, 56px) auto 0; border: 1px solid var(--line); border-radius: var(--r-xl); background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.chat__bar { display: flex; align-items: center; gap: 9px; padding: 13px 18px; border-bottom: 1px solid var(--line-soft); background: var(--soft); font-size: 13.5px; font-weight: 600; color: var(--ink); }
.chat__bar svg { width: 16px; height: 16px; flex: none; color: var(--accent); }
.chat__body { padding: 20px; display: grid; gap: 14px; }
.bubble { max-width: 86%; padding: 13px 16px; border-radius: 16px; font-size: 15px; line-height: 1.6; }
.bubble--me { margin-inline-start: auto; background: var(--accent); color: #fff; border-end-end-radius: 5px; }
.bubble--ai { margin-inline-end: auto; background: var(--soft); border: 1px solid var(--line-soft); color: var(--ink); border-end-start-radius: 5px; }
.bubble--ai b { color: var(--ink); font-weight: 700; }
.bubble--ai ul { margin: 9px 0 0; padding-inline-start: 18px; }
.bubble--ai li { margin-top: 4px; }
.chat__foot { padding: 13px 18px; border-top: 1px solid var(--line-soft); font-size: 13px; color: var(--muted); text-align: center; }

/* ---------- pricing ---------- */
.toggle { display: inline-flex; align-items: center; gap: 4px; padding: 5px; border-radius: 999px; background: var(--soft); border: 1px solid var(--line); margin: 30px auto 0; }
.toggle button {
  border: 0; background: transparent; cursor: pointer; padding: 9px 20px; border-radius: 999px;
  font-size: 14.5px; font-weight: 600; color: var(--muted); transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}
.toggle button[aria-selected="true"] { background: var(--accent); color: #fff; box-shadow: var(--shadow-accent); }
/* Solid grounds rather than translucent tints — a 12px badge needs the full
   contrast, and a tint over an accent fill does not give it. */
.toggle .save { display: inline-block; margin-inline-start: 7px; padding: 2px 8px; border-radius: 999px; background: #ffffff; color: #05663a; font-size: 11.5px; font-weight: 700; border: 1px solid #bfe0cd; }
.toggle button[aria-selected="true"] .save { background: #ffffff; color: var(--accent-700); border-color: transparent; }

.plans { display: grid; gap: 18px; margin-top: 40px; align-items: stretch; }
@media (min-width: 960px) { .plans { grid-template-columns: repeat(3, 1fr); } }
.plan { position: relative; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 28px 26px; background: #fff; display: flex; flex-direction: column; }
.plan--hot { border-color: var(--accent); box-shadow: 0 10px 40px rgba(46,107,255,.16); }
@media (min-width: 960px) { .plan--hot { margin-top: -14px; padding-block: 34px; } }
.plan__tag { position: absolute; top: -13px; inset-inline-start: 26px; padding: 5px 14px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; box-shadow: var(--shadow-accent); }
html[dir="rtl"] .plan__tag { letter-spacing: 0; }
.plan__n { font-family: var(--font-display); font-size: 19px; font-weight: 600; color: var(--ink); }
.plan__b { margin-top: 7px; font-size: 14.5px; line-height: 1.55; min-height: 44px; }
.plan__p { display: flex; align-items: baseline; gap: 8px; margin-top: 20px; }
.plan__amt { font-family: var(--font-display); font-size: clamp(38px, 4.6vw, 48px); font-weight: 600; color: var(--ink); letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.plan__per { font-size: 14px; color: var(--muted); }
.plan__sub { margin-top: 6px; font-size: 13.5px; color: var(--accent-700); font-weight: 600; min-height: 20px; }
.plan ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 11px; }
.plan li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.8px; line-height: 1.5; }
.plan li svg { width: 16px; height: 16px; margin-top: 3px; flex: none; color: var(--accent); }
.plan .btn { margin-top: 26px; }
.plan__foot { margin-top: auto; }
.price-note { margin-top: 26px; text-align: center; font-size: 14.5px; }
.price-note b { color: var(--ink); }
.price-vat { margin-top: 8px; text-align: center; font-size: 13px; color: var(--muted); }

/* ---------- faq ---------- */
.faq { max-width: 800px; margin-inline: auto; margin-top: clamp(36px, 4.4vw, 56px); display: grid; gap: 10px; }
.qa { border: 1px solid var(--line); border-radius: var(--r); background: #fff; overflow: hidden; }
.qa[open] { border-color: #cfd6e2; box-shadow: var(--shadow-sm); }
.qa summary {
  display: flex; align-items: center; gap: 14px; padding: 18px 20px; cursor: pointer;
  font-family: var(--font-display); font-size: 16.5px; font-weight: 600; color: var(--ink); list-style: none;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after {
  content: ""; margin-inline-start: auto; width: 11px; height: 11px; flex: none;
  border-inline-end: 2px solid var(--muted); border-block-end: 2px solid var(--muted);
  transform: rotate(45deg) translate(-2px, -2px); transition: transform .2s ease;
}
.qa[open] summary::after { transform: rotate(-135deg) translate(-3px, -3px); }
.qa__a { padding: 0 20px 20px; font-size: 15.5px; line-height: 1.65; }
.faq-escape { margin-top: 30px; text-align: center; font-size: 15px; }
.faq-escape a { color: var(--accent-700); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- final cta ---------- */
.final { position: relative; overflow: hidden; background: var(--dark); color: var(--dark-body); text-align: center; padding-block: clamp(72px, 9vw, 120px); }
.final::before {
  content: ""; position: absolute; inset-inline-start: 50%; top: -40%;
  width: min(900px, 170vw); height: min(900px, 170vw); transform: translateX(-50%); border-radius: 50%;
  background: radial-gradient(closest-side, rgba(46,107,255,.22), transparent 70%);
  pointer-events: none;
}
.final > * { position: relative; }
.final h2 { font-size: clamp(30px, 4.6vw, 54px); color: #fff; }
.final h2 .dim { display: block; color: #8b94a5; }
.final .lede { max-width: 620px; margin-inline: auto; color: var(--dark-body); }
.final .trustline { color: #8b94a5; }
.final .trustline svg { color: #3ec27e; }
.final .cta-row { justify-content: center; margin-top: 32px; }
.final__wa { margin-top: 26px; font-size: 14.5px; }
.final__wa a { color: #7fa4ff; font-weight: 600; display: inline-flex; align-items: center; gap: 7px; }
.final__wa svg { width: 16px; height: 16px; }

/* ---------- footer ---------- */
.ftr { background: var(--dark); color: var(--dark-body); border-top: 1px solid var(--dark-line); padding-block: clamp(48px, 6vw, 72px) 32px; }
.ftr__grid { display: grid; gap: 36px; }
@media (min-width: 700px) { .ftr__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .ftr__grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; } }
.ftr .brand { color: #fff; }
.ftr__tag { margin-top: 14px; font-size: 14.5px; line-height: 1.6; max-width: 300px; }
.ftr__soc { display: flex; gap: 9px; margin-top: 18px; }
.ftr__soc a { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; border: 1px solid var(--dark-line); color: var(--dark-body); transition: color .16s ease, border-color .16s ease, background .16s ease; }
.ftr__soc a:hover { color: #fff; border-color: #2f3547; background: var(--dark-2); }
.ftr__soc svg { width: 17px; height: 17px; }
.ftr h4 { font-size: 13px; font-weight: 700; color: #fff; letter-spacing: .08em; text-transform: uppercase; }
html[dir="rtl"] .ftr h4 { letter-spacing: 0; }
.ftr ul { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 11px; }
.ftr ul a { font-size: 14.5px; color: var(--dark-body); transition: color .16s ease; }
.ftr ul a:hover { color: #fff; }
.ftr__bot { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--dark-line); display: flex; flex-wrap: wrap; gap: 10px 20px; justify-content: space-between; font-size: 13.5px; color: #8b94a5; }

/* ---------- sticky mobile cta ---------- */
.mcta {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 55;
  display: flex; gap: 10px; padding: 11px var(--gut) calc(11px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  transform: translateY(105%); transition: transform .28s ease;
}
.mcta.is-on { transform: translateY(0); }
.mcta .btn { flex: 1; padding-inline: 12px; }
@media (min-width: 900px) { .mcta { display: none; } }

/* ---------- inner pages (about / contact / security / legal) ---------- */
.page-hero { padding-block: clamp(52px, 7vw, 88px) clamp(28px, 3vw, 40px); border-bottom: 1px solid var(--line-soft); }
.page-hero h1 { font-size: clamp(30px, 4.6vw, 52px); margin-top: 16px; }
.page-hero .lede { max-width: 700px; }
.page-hero .updated { margin-top: 18px; font-size: 13.5px; color: var(--muted); }
.prose { max-width: 780px; margin-inline: auto; padding-block: clamp(48px, 6vw, 72px); }
.prose section { border-top: 1px solid var(--line); padding-top: 36px; margin-top: 36px; }
.prose section:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.prose h2 { font-size: clamp(20px, 2.4vw, 26px); }
.prose h2 .n { color: var(--muted); margin-inline-end: 8px; font-weight: 500; }
.prose h3 { font-size: 16.5px; margin-top: 26px; }
.prose p { margin-top: 15px; font-size: 15.6px; line-height: 1.72; }
.prose ul { list-style: none; padding: 0; margin-top: 15px; display: grid; gap: 10px; }
.prose li { display: flex; gap: 12px; font-size: 15.6px; line-height: 1.7; }
.prose li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); margin-top: 10px; flex: none; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose a:not(.btn) { color: var(--accent-700); text-decoration: underline; text-underline-offset: 3px; }
.prose .note { margin-top: 32px; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--r); background: var(--soft); font-size: 15px; }

/* contact channels */
.chan { display: flex; gap: 15px; align-items: flex-start; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; background: #fff; transition: border-color .18s ease, transform .18s ease; }
.chan:hover { border-color: #cfd6e2; transform: translateY(-2px); }
.chan__ic { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-700); flex: none; }
.chan__ic svg { width: 19px; height: 19px; }
.chan h3 { font-size: 16.5px; }
.chan p { margin-top: 7px; font-size: 14.5px; line-height: 1.55; }
.chan a.val { display: inline-block; margin-top: 11px; font-size: 14.5px; font-weight: 600; color: var(--accent-700); text-decoration: underline; text-underline-offset: 3px; direction: ltr; }

/* cta band on inner pages */
.band { margin-top: clamp(44px, 5vw, 64px); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(28px, 4vw, 44px); background: linear-gradient(160deg, var(--accent-soft), #fff 65%); text-align: center; }
.band h2 { font-size: clamp(22px, 2.8vw, 30px); }
.band p { margin-top: 12px; max-width: 520px; margin-inline: auto; font-size: 15.5px; }
.band .cta-row { justify-content: center; margin-top: 22px; }

/* ---------- reveal (progressive enhancement only) ---------- */
html.js-reveal .reveal { opacity: 0; transform: translateY(18px); }
html.js-reveal .reveal.is-in { opacity: 1; transform: none; transition: opacity .55s cubic-bezier(.16,1,.3,1), transform .55s cubic-bezier(.16,1,.3,1); }
@media (prefers-reduced-motion: reduce) {
  html.js-reveal .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ---------- print ---------- */
@media print {
  .hdr, .mcta, .final, .ftr__soc { display: none !important; }
  body { color: #000; }
}
