/* Omar Manager — صفحة التعريف (omarmanager.net) · ثيم فاتح */

@font-face { font-family: "Plex"; src: url("/site/plex-ar-400.woff2") format("woff2"); font-weight: 400; font-display: swap; unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC; }
@font-face { font-family: "Plex"; src: url("/site/plex-ar-500.woff2") format("woff2"); font-weight: 500; font-display: swap; unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC; }
@font-face { font-family: "Plex"; src: url("/site/plex-ar-600.woff2") format("woff2"); font-weight: 600; font-display: swap; unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC; }
@font-face { font-family: "Plex"; src: url("/site/plex-ar-700.woff2") format("woff2"); font-weight: 700; font-display: swap; unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC; }
@font-face { font-family: "Plex"; src: url("/site/plex-lat-400.woff2") format("woff2"); font-weight: 400; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Plex"; src: url("/site/plex-lat-500.woff2") format("woff2"); font-weight: 500; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Plex"; src: url("/site/plex-lat-600.woff2") format("woff2"); font-weight: 600; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Plex"; src: url("/site/plex-lat-700.woff2") format("woff2"); font-weight: 700; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  color-scheme: light;
  --bg: #ffffff;
  --soft: #f6f8fb;
  --ink: #0b1324;
  --ink-2: #334055;
  --muted: #667085;
  --line: #e7ebf1;
  --line-2: #d9dfe8;
  --brand: #0891b2;
  --brand-2: #0e7490;
  --brand-tint: #e6f6fa;
  --violet: #6d4aff;
  --amber: #d97706;
  --green: #0f9f6e;
  --r: 18px;
  --shadow-sm: 0 1px 2px rgba(16, 24, 40, .05);
  --shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 12px 32px -12px rgba(16, 24, 40, .14);
  --shadow-lg: 0 2px 4px rgba(16, 24, 40, .04), 0 40px 80px -24px rgba(16, 24, 40, .28);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 400 17px/1.75 "Plex", -apple-system, "Segoe UI", Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; line-height: 1.25; letter-spacing: -.01em; text-wrap: balance; }
p { margin: 0; }
bdi { unicode-bidi: isolate; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 6px; }

.wrap { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: 24px; }
.wrap-narrow { max-width: 820px; }
.ic { width: 22px; height: 22px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ic-xs { width: 15px; height: 15px; }
.ic-sm { width: 18px; height: 18px; }
.ic-lg { width: 28px; height: 28px; }
.muted { color: var(--muted); font-size: 15px; }

/* ── الأزرار ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  height: 48px; padding-inline: 22px; border-radius: 12px; font-weight: 600; font-size: 16px;
  border: 1px solid transparent; transition: transform .15s ease, box-shadow .2s ease, background .2s;
  white-space: nowrap; cursor: pointer;
}
.btn:active { transform: translateY(1px); }
.btn-sm { height: 40px; padding-inline: 16px; font-size: 15px; border-radius: 10px; }
.btn-ink { background: var(--ink); color: #fff; box-shadow: 0 1px 0 rgba(255,255,255,.12) inset, var(--shadow-sm); }
.btn-ink:hover { background: #1b2640; }
.btn-brand { background: var(--brand); color: #fff; box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 8px 20px -8px rgba(8,145,178,.6); }
.btn-brand:hover { background: var(--brand-2); }
.btn-line { background: #fff; color: var(--ink); border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.btn-line:hover { border-color: #b9c2cf; }

/* ── الشريط العلوي ── */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.78); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .2s;
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav-in { display: flex; align-items: center; gap: 24px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { border-radius: 9px; }
.brand-t { display: flex; flex-direction: column; line-height: 1.15; }
.brand-t b { font-size: 16px; font-weight: 700; letter-spacing: -.01em; direction: ltr; text-align: end; }
.brand-t small { font-size: 12px; color: var(--muted); }
.links { display: flex; gap: 4px; margin-inline-start: auto; }
.links a { padding: 8px 12px; border-radius: 8px; font-size: 15px; color: var(--ink-2); font-weight: 500; }
.links a:hover { color: var(--ink); background: var(--soft); }
.nav-cta { display: flex; align-items: center; gap: 8px; }
.menu-btn { display: none; width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; align-items: center; justify-content: center; }

/* ── الواجهة ── */
.hero { position: relative; padding: 56px 0 0; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(60% 50% at 50% 0%, rgba(8,145,178,.10), transparent 70%),
    radial-gradient(40% 35% at 85% 30%, rgba(109,74,255,.07), transparent 70%);
}
.hero-bg::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px; opacity: .55;
  -webkit-mask-image: radial-gradient(70% 55% at 50% 20%, #000 20%, transparent 75%);
  mask-image: radial-gradient(70% 55% at 50% 20%, #000 20%, transparent 75%);
}
.hero-in { text-align: center; display: flex; flex-direction: column; align-items: center; }
.pill {
  display: inline-flex; align-items: center; gap: 10px; padding: 5px 14px 5px 5px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); font-size: 14px; color: var(--ink-2); font-weight: 500;
}
[dir="rtl"] .pill { padding: 5px 5px 5px 14px; }
.pill:hover { border-color: var(--line-2); }
.pill .ic { transition: transform .2s; }
.pill:hover .ic { transform: translateX(-3px); }
.pill-tag { background: var(--ink); color: #fff; font-size: 12px; font-weight: 600; padding: 2px 10px; border-radius: 999px; }
.hero h1 { font-size: clamp(40px, 7vw, 76px); font-weight: 700; margin-top: 26px; letter-spacing: -.02em; line-height: 1.12; }
.grad { background: linear-gradient(90deg, #0891b2, #2563eb 55%, #6d4aff); -webkit-background-clip: text; background-clip: text; color: transparent; padding-bottom: .08em; }
.lead { max-width: 680px; margin-top: 22px; font-size: clamp(17px, 2vw, 19.5px); color: var(--ink-2); line-height: 1.85; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 34px; }
.ticks { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center; color: var(--muted); font-size: 14.5px; }
.ticks li { display: inline-flex; align-items: center; gap: 6px; }
.ticks .ic { color: var(--green); stroke-width: 2.4; }

/* أزرار المتاجر */
.store {
  position: relative; display: inline-flex; align-items: center; gap: 12px; height: 60px; padding-inline: 20px 24px;
  border-radius: 14px; background: var(--ink); color: #fff; border: 1px solid var(--ink);
  box-shadow: 0 1px 0 rgba(255,255,255,.12) inset, 0 14px 28px -14px rgba(11,19,36,.55); transition: transform .15s, box-shadow .2s;
}
.store:hover { transform: translateY(-1px); box-shadow: 0 1px 0 rgba(255,255,255,.12) inset, 0 18px 34px -14px rgba(11,19,36,.6); }
.store > span { display: flex; flex-direction: column; line-height: 1.2; text-align: start; }
.store small { font-size: 12px; opacity: .78; }
.store b { font-size: 19px; font-weight: 600; direction: ltr; text-align: start; letter-spacing: -.01em; }
[dir="rtl"] .store b { text-align: end; }
.store-android .ic { color: #3ddc84; }
.store-ios { background: #fff; color: var(--ink); border-color: var(--line-2); box-shadow: var(--shadow-sm); cursor: default; }
.store-ios:hover { transform: none; box-shadow: var(--shadow-sm); }
.store-ios .ic, .store-ios > span { opacity: .55; }
.soon {
  position: absolute; top: -10px; inset-inline-end: -8px; font-style: normal; font-size: 11.5px; font-weight: 700;
  background: #fff7e6; color: var(--amber); border: 1px solid #fcd9a0; padding: 1px 9px; border-radius: 999px;
}

/* لقطة الواجهة */
.hero-shot { position: relative; margin-top: 64px; padding-bottom: 24px; }
.browser {
  margin: 0; border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid var(--line-2);
  box-shadow: var(--shadow-lg);
}
.hero-shot .browser { transform: perspective(2400px) rotateX(4deg); transform-origin: 50% 0; }
.browser-bar { height: 40px; display: flex; align-items: center; gap: 7px; padding-inline: 16px; background: #f8fafc; border-bottom: 1px solid var(--line); direction: ltr; }
.browser-bar i { width: 11px; height: 11px; border-radius: 50%; background: #e2e6ec; }
.browser-bar i:nth-child(1) { background: #ff5f57; } .browser-bar i:nth-child(2) { background: #febc2e; } .browser-bar i:nth-child(3) { background: #28c840; }
.url { margin-inline: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--muted); background: #fff; border: 1px solid var(--line); padding: 3px 14px; border-radius: 8px; transform: translateX(-24px); }
.url .ic { color: var(--green); }
.browser img { width: 100%; }

.phone {
  margin: 0; position: relative; width: 250px; border-radius: 40px; padding: 9px;
  background: linear-gradient(145deg, #2a3142, #0b1020); box-shadow: 0 0 0 1px #3a4254 inset, var(--shadow-lg);
}
.phone::after { content: ""; position: absolute; top: 17px; left: 50%; width: 30%; height: 7.5%; max-height: 22px; margin-left: -15%; border-radius: 12px; background: #05070d; }
.phone img { width: 100%; height: auto; padding-top: 11%; border-radius: 31px; background: #10152b; }
.phone-hero { position: absolute; left: 8px; bottom: 0; width: 230px; }
.hero-shot .browser { -webkit-mask-image: linear-gradient(#000 72%, transparent); mask-image: linear-gradient(#000 72%, transparent); }

/* ── الأرقام ── */
.stats { padding: 96px 0 24px; }
.stats-in { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: 28px 24px; display: flex; flex-direction: column; gap: 4px; }
.stat + .stat { border-inline-start: 1px solid var(--line); }
.stat b { font-size: 34px; font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
.stat span { color: var(--muted); font-size: 15px; line-height: 1.6; }

/* ── الأقسام ── */
.sec { padding: 104px 0; }
.sec-tight { padding-top: 40px; }
.sec-soft { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-h { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.eyebrow { display: inline-block; font-size: 14px; font-weight: 600; color: var(--brand); letter-spacing: .01em; margin-bottom: 12px; }
.eyebrow-v { color: var(--violet); direction: ltr; }
.sec-h h2 { font-size: clamp(30px, 4.2vw, 46px); font-weight: 700; letter-spacing: -.02em; }
.sec-h p { margin-top: 16px; color: var(--ink-2); font-size: 18px; }

/* بطاقات المزايا */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.card {
  grid-column: span 2; position: relative; padding: 28px; border-radius: var(--r); background: #fff;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: box-shadow .25s, transform .25s, border-color .25s;
}
.card:hover { box-shadow: var(--shadow); border-color: var(--line-2); transform: translateY(-2px); }
.card-lg { grid-column: span 3; padding: 32px; overflow: hidden; }
.card-lg::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .9; }
.c-cyan::before { background: radial-gradient(80% 70% at 100% 0%, #e3f5fa, transparent 60%); }
.c-amber::before { background: radial-gradient(80% 70% at 100% 0%, #fff3df, transparent 60%); }
.card > * { position: relative; z-index: 1; }
.card-ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--brand-tint); color: var(--brand-2); margin-bottom: 18px; border: 1px solid #cdeaf2; }
.c-amber .card-ic { background: #fff4e0; color: #b45309; border-color: #fbdca8; }
.card h3 { font-size: 19px; font-weight: 700; }
.card-lg h3 { font-size: 23px; }
.card p { margin-top: 10px; color: var(--ink-2); font-size: 15.5px; line-height: 1.8; }
.card-lg p { font-size: 16.5px; }
.chips { list-style: none; padding: 0; margin: 20px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { font-size: 13.5px; font-weight: 500; padding: 4px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--line-2); color: var(--ink-2); }

/* هواتف التطبيق */
.phones { display: flex; justify-content: center; align-items: flex-end; gap: 40px; }
.phones .phone { width: 270px; }
.phones .phone-up { transform: translateY(-28px); width: 290px; }
.phones figcaption { position: absolute; top: calc(100% + 18px); inset-inline: 0; text-align: center; font-size: 14.5px; color: var(--muted); font-weight: 500; }
.try {
  margin-top: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding: 22px 26px; border-radius: var(--r); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.try > div { display: flex; flex-direction: column; gap: 2px; }
.try b { font-size: 17px; }
.try span { color: var(--muted); font-size: 15px; }

/* RADIUS */
.rad { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start; }
.tabs { display: inline-flex; gap: 4px; padding: 4px; border-radius: 12px; background: var(--soft); border: 1px solid var(--line); margin-bottom: 16px; flex-wrap: wrap; }
.tabs button { font: inherit; font-size: 14.5px; font-weight: 500; color: var(--ink-2); background: transparent; border: 0; padding: 7px 16px; border-radius: 9px; cursor: pointer; }
.tabs button[aria-selected="true"] { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm), 0 0 0 1px var(--line); font-weight: 600; }
#rad-img { transition: opacity .25s; }
.rad-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.rad-list li { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.rad-list li:first-child { padding-top: 6px; }
.rad-list li:last-child { border-bottom: 0; }
.rad-list .ic { color: var(--violet); margin-top: 3px; }
.rad-list div { display: flex; flex-direction: column; gap: 3px; }
.rad-list b { font-size: 16.5px; }
.rad-list span { font-size: 15px; color: var(--ink-2); line-height: 1.75; }
.rad-cta { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 44px; }

/* الخطوات */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: s; }
.steps li { padding: 28px; border-radius: var(--r); background: #fff; border: 1px solid var(--line); }
.steps .n { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--ink); color: #fff; font-weight: 700; font-size: 15px; margin-bottom: 18px; }
.steps h3 { font-size: 19px; }
.steps p { margin-top: 8px; color: var(--ink-2); font-size: 15.5px; }

/* الأسعار */
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.plan { position: relative; padding: 28px 24px; border-radius: var(--r); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 6px; }
.plan h3 { font-size: 16px; font-weight: 600; color: var(--ink-2); }
.price b { font-size: 40px; font-weight: 700; letter-spacing: -.02em; direction: ltr; display: inline-block; }
.per { font-size: 14.5px; color: var(--muted); }
.plan-best { border-color: var(--brand); box-shadow: 0 0 0 1px var(--brand) inset, 0 20px 40px -20px rgba(8,145,178,.45); }
.badge { position: absolute; top: -12px; inset-inline-start: 22px; font-size: 12.5px; font-weight: 700; background: var(--brand); color: #fff; padding: 2px 12px; border-radius: 999px; }
.plans-note { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.plans-note > div { display: flex; gap: 10px; align-items: flex-start; padding: 16px 18px; border-radius: 14px; background: var(--soft); border: 1px solid var(--line); font-size: 15px; color: var(--ink-2); }
.plans-note .ic { color: var(--brand); margin-top: 3px; }
.plans-note a { color: var(--brand-2); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* الأسئلة */
.faq { display: flex; flex-direction: column; gap: 10px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 0 22px; transition: box-shadow .2s; }
.faq details[open] { box-shadow: var(--shadow); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 0; font-weight: 600; font-size: 17px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 9px; height: 9px; flex: none; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg); transition: transform .2s; margin-top: -5px; }
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: 4px; }
.faq p { padding-bottom: 20px; color: var(--ink-2); font-size: 16px; }

/* شريط التحميل */
.cta-band {
  position: relative; overflow: hidden; border-radius: 26px; padding: 56px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
  background: radial-gradient(90% 120% at 0% 100%, rgba(109,74,255,.35), transparent 55%), radial-gradient(80% 120% at 100% 0%, rgba(8,145,178,.45), transparent 55%), #0b1324;
  color: #fff;
}
.cta-band::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; }
.cta-band > * { position: relative; }
.cta-txt h2 { font-size: clamp(28px, 3.6vw, 40px); font-weight: 700; }
.cta-txt p { margin-top: 10px; color: rgba(255,255,255,.72); font-size: 18px; }
.cta-band .hero-cta { margin-top: 0; }
.store-light { background: #fff; color: var(--ink); border-color: #fff; }
.store-glass { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.2); box-shadow: none; }
.store-glass:hover { box-shadow: none; }
.store-glass .soon { background: #3b2a09; border-color: #7a560f; color: #fbbf24; }

/* تواصل */
.contacts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact { display: flex; align-items: center; gap: 16px; padding: 22px; border-radius: var(--r); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: box-shadow .2s, transform .2s, border-color .2s; }
.contact:hover { box-shadow: var(--shadow); transform: translateY(-2px); border-color: var(--line-2); }
.contact > span:last-child { display: flex; flex-direction: column; min-width: 0; }
.contact small { font-size: 13.5px; color: var(--muted); }
.contact b { font-size: 17px; font-weight: 600; text-align: end; overflow-wrap: anywhere; }
[dir="rtl"] .contact b { text-align: right; }
.contact-ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; flex: none; }
.ci-wa { background: #e8f8ee; color: #16a34a; }
.ci-mail { background: #eef2ff; color: #4f46e5; }
.ci-tg { background: #e7f4fd; color: #0284c7; }

/* الذيل */
.foot { border-top: 1px solid var(--line); padding: 32px 0 40px; }
.foot-in { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.foot nav { display: flex; gap: 22px; flex-wrap: wrap; font-size: 14.5px; color: var(--muted); }
.foot nav a:hover { color: var(--ink); }

/* الظهور عند التمرير */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ── الشاشات ── */
@media (max-width: 1040px) {
  .rad { grid-template-columns: 1fr; }
  .rad-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 32px; }
  .rad-list li:first-child { padding-top: 18px; }
  .rad-list li { border-bottom: 1px solid var(--line) !important; }
  .plans { grid-template-columns: repeat(2, 1fr); }
  .phone-hero { width: 180px; bottom: -28px; }
}
@media (max-width: 900px) {
  .links { display: none; position: absolute; top: 68px; inset-inline: 0; flex-direction: column; background: #fff; border-bottom: 1px solid var(--line); padding: 8px 16px 16px; box-shadow: var(--shadow); }
  .links.open { display: flex; }
  .links a { padding: 12px; font-size: 16px; }
  .nav-cta { margin-inline-start: auto; }
  .menu-btn { display: inline-flex; }
  .bento { grid-template-columns: 1fr 1fr; }
  .card, .card-lg { grid-column: span 1; }
  .card-lg { grid-column: span 2; }
  .bento .card:last-child { grid-column: span 2; }
  .stats-in { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3) { border-inline-start: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .steps { grid-template-columns: 1fr; }
  .contacts { grid-template-columns: 1fr; }
  .plans-note { grid-template-columns: 1fr; }
  .phones { gap: 18px; }
  .phones .phone { width: 30%; max-width: 220px; border-radius: 30px; padding: 6px; }
  .phones .phone-up { width: 33%; max-width: 240px; }
  .phones .phone img { border-radius: 24px; }
  .phones .phone::after { width: 50px; height: 14px; margin-left: -25px; top: 12px; }
  .cta-band { padding: 40px 28px; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .wrap { padding-inline: 16px; }
  .nav-cta .btn { display: none; }
  .hero { padding-top: 36px; }
  .hero h1 { margin-top: 20px; }
  .hero-cta { width: 100%; }
  .hero-cta .store { flex: 1 1 100%; justify-content: center; }
  .hero-shot { margin-top: 44px; }
  .hero-shot .browser { transform: none; }
  .browser-bar { height: 30px; padding-inline: 10px; gap: 5px; }
  .browser-bar i { width: 8px; height: 8px; }
  .url { font-size: 11px; padding: 1px 10px; transform: none; }
  .hide-sm { display: none; }
  .hero-shot .browser { display: none; }
  .hero-shot { display: flex; justify-content: center; padding-bottom: 0; }
  .phone-hero { position: relative; left: auto; bottom: auto; width: 240px; }
  .hero-shot::before { content: ""; position: absolute; inset: 20% -16px 0; background: radial-gradient(60% 50% at 50% 50%, rgba(8,145,178,.18), transparent 70%); z-index: -1; }
  .stats { padding-top: 64px; }
  .stat { padding: 20px 14px; }
  .stat b { font-size: 26px; }
  .stat span { font-size: 13.5px; }
  .sec { padding: 72px 0; }
  .sec-h { margin-bottom: 36px; }
  .sec-h p { font-size: 16.5px; }
  .bento { grid-template-columns: 1fr; gap: 12px; }
  .card, .card-lg { grid-column: span 1; padding: 22px; }
  .bento .card:last-child { grid-column: span 1; }
  .card:not(.card-lg) { display: grid; grid-template-columns: 44px 1fr; column-gap: 14px; align-items: center; padding: 18px; }
  .card:not(.card-lg) .card-ic { margin: 0; }
  .card:not(.card-lg) p { grid-column: 1 / -1; margin-top: 8px; font-size: 15px; }
  .rad-list { grid-template-columns: 1fr; }
  .tabs { display: flex; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .tabs button { white-space: nowrap; padding: 7px 12px; }
  .plans { grid-template-columns: 1fr 1fr; gap: 12px; }
  .plan { padding: 22px 16px; }
  .price b { font-size: 30px; }
  .phones { gap: 10px; }
  .phones figcaption { font-size: 12.5px; top: calc(100% + 12px); }
  .phones .phone-up { transform: translateY(-16px); }
  .try { margin-top: 72px; }
  .cta-band { padding: 32px 20px; border-radius: 20px; }
  .faq details { padding: 0 16px; }
  .faq summary { font-size: 16px; }
}
