:root {
  --blue-950: #062f47;
  --blue-900: #084762;
  --blue-800: #0a5d7f;
  --blue-700: #0c7399;
  --blue-600: #0b86ad;
  --blue-500: #1698bd;
  --green-700: #00a98f;
  --green-600: #05bda0;
  --green-500: #16cdb0;
  --green-300: #75e4d2;
  --ink: #0d2331;
  --ink-2: #334b5a;
  --muted: #617986;
  --line: #dbe8ec;
  --soft: #f4f9fa;
  --white: #ffffff;
  --shadow-sm: 0 12px 30px rgba(7, 66, 87, .08);
  --shadow-md: 0 24px 60px rgba(6, 66, 92, .13);
  --shadow-lg: 0 35px 90px rgba(6, 47, 71, .2);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: min(1180px, calc(100% - 40px));
  --font-en: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-ar: "Cairo", "Tahoma", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-en); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
html[lang="ar"] body { font-family: var(--font-ar); }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { display: block; }
.container { width: var(--container); margin-inline: auto; }
.section-pad { padding: 110px 0; position: relative; }
.soft-bg { background: var(--soft); }

.skip-link { position: fixed; z-index: 1000; inset-inline-start: 16px; top: -60px; background: var(--blue-950); color: #fff; padding: 10px 16px; border-radius: 8px; transition: .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; background: rgba(255,255,255,.82); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(9,89,116,.08); transition: box-shadow .25s, background .25s; }
.site-header.scrolled { background: rgba(255,255,255,.96); box-shadow: 0 10px 35px rgba(7,64,86,.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 47px; height: 47px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 1.08rem; letter-spacing: -.02em; }
.brand-copy small { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; margin-top: 4px; }
html[lang="ar"] .brand-copy small { letter-spacing: 0; text-transform: none; }
.primary-nav { display: flex; align-items: center; gap: 28px; margin-inline: auto; }
.primary-nav a { color: var(--ink-2); font-size: .92rem; font-weight: 600; transition: color .2s; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--blue-700); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.language-switch { display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; color: var(--ink); padding: 8px; font-weight: 700; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 5px; margin-inline-start: auto; }
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); border-radius: 999px; transition: .25s; }

.btn { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 13px; font-weight: 700; line-height: 1.2; transition: transform .2s, box-shadow .2s, background .2s, color .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-sm { padding: 11px 18px; font-size: .88rem; }
.btn-lg { padding: 16px 22px; min-height: 55px; }
.btn svg { width: 20px; height: 20px; }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue-700), var(--green-600)); box-shadow: 0 12px 26px rgba(3,162,143,.22); }
.btn-primary:hover { box-shadow: 0 18px 32px rgba(3,162,143,.3); }
.btn-ghost { color: var(--blue-800); background: #fff; border: 1px solid #cfe2e7; box-shadow: var(--shadow-sm); }
.btn-ghost:hover { border-color: var(--green-600); }
.btn-dark { color: #fff; background: var(--blue-950); }
.btn-light { color: var(--blue-950); background: #fff; }
.btn-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.08); }
.btn-block { width: 100%; min-height: 52px; }

.hero { min-height: 820px; display: flex; align-items: center; padding-top: 150px; overflow: hidden; background: radial-gradient(circle at 8% 20%, rgba(24,200,174,.11), transparent 28%), linear-gradient(180deg, #f9fdfd 0%, #fff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 66px; align-items: center; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 460px; height: 460px; inset-inline-end: -180px; top: 80px; background: radial-gradient(circle, rgba(10,127,168,.12), transparent 68%); }
.hero-orb-two { width: 260px; height: 260px; inset-inline-start: -100px; bottom: -80px; background: radial-gradient(circle, rgba(0,190,161,.15), transparent 68%); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; border: 1px solid #cfe7e5; background: rgba(255,255,255,.75); color: var(--blue-800); padding: 8px 13px; border-radius: 999px; font-size: .78rem; font-weight: 700; letter-spacing: .03em; margin-bottom: 24px; }
html[lang="ar"] .eyebrow { letter-spacing: 0; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-600); box-shadow: 0 0 0 7px rgba(4,187,158,.12); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 11px rgba(4,187,158,0); } }
.hero h1, .section-heading h2, .contact-copy h2, .why-copy h2, .care-copy h2 { margin: 0; line-height: 1.1; letter-spacing: -.055em; }
html[lang="ar"] .hero h1, html[lang="ar"] .section-heading h2, html[lang="ar"] .contact-copy h2, html[lang="ar"] .why-copy h2, html[lang="ar"] .care-copy h2 { letter-spacing: -.025em; }
.hero h1 { font-size: clamp(3rem, 5.2vw, 5.1rem); max-width: 680px; }
.hero h1 span, .section-heading h2 span, .contact-copy h2 span, .why-copy h2 span, .care-copy h2 span { background: linear-gradient(110deg, var(--blue-700), var(--green-600)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { max-width: 650px; color: var(--ink-2); font-size: 1.08rem; margin: 26px 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.trial-note { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .82rem; max-width: 620px; margin: 15px 0 28px; }
.check-icon { color: var(--green-700); font-weight: 800; }
.hero-proof { display: flex; gap: 34px; padding-top: 21px; border-top: 1px solid var(--line); max-width: 630px; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font-size: 1.12rem; color: var(--blue-900); }
.hero-proof span { font-size: .72rem; color: var(--muted); }

.hero-visual { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; }
.visual-glow { position: absolute; inset: 9% 2%; border-radius: 50%; background: radial-gradient(circle, rgba(10,185,158,.22), rgba(12,114,151,.08) 48%, transparent 70%); filter: blur(18px); }
.dashboard-shell { position: relative; width: min(620px, 100%); aspect-ratio: 1.12; background: #fff; border: 1px solid rgba(12,114,151,.14); border-radius: 28px; box-shadow: var(--shadow-lg); display: grid; grid-template-columns: 62px 1fr; overflow: hidden; transform: perspective(1200px) rotateY(-5deg) rotateX(2deg); }
html[dir="rtl"] .dashboard-shell { transform: perspective(1200px) rotateY(5deg) rotateX(2deg); }
.dash-sidebar { background: linear-gradient(180deg, var(--blue-950), var(--blue-800)); display: flex; align-items: center; flex-direction: column; gap: 22px; padding: 18px 10px; }
.dash-logo { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: #fff; margin-bottom: 10px; }
.side-item { width: 21px; height: 21px; border: 2px solid rgba(255,255,255,.35); border-radius: 7px; }
.side-item.active { background: var(--green-500); border-color: var(--green-500); box-shadow: 0 6px 16px rgba(12,220,184,.3); }
.dash-main { min-width: 0; background: #f7fbfc; }
.dash-topbar { height: 65px; background: #fff; border-bottom: 1px solid #e4eef1; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; }
.dash-topbar > div:first-child { display: flex; flex-direction: column; gap: 6px; }
.skeleton { display: block; height: 7px; border-radius: 999px; background: #d9e7ea; }
.s1 { width: 84px; }.s2 { width: 52px; }
.avatar-row { display: flex; align-items: center; gap: 12px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-500); }
.mini-avatar, .patient-avatar { display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: .58rem; font-weight: 800; background: linear-gradient(135deg, var(--blue-600), var(--green-600)); }
.mini-avatar { width: 31px; height: 31px; }
.dash-content { padding: 18px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-card { background: #fff; border: 1px solid #e3edef; border-radius: 15px; padding: 13px; display: flex; gap: 9px; align-items: center; position: relative; min-width: 0; }
.metric-icon { width: 30px; height: 30px; flex: 0 0 auto; border-radius: 10px; display: grid; place-items: center; background: #e9f8f5; color: var(--green-700); font-weight: 800; }
.metric-card div { min-width: 0; display: flex; flex-direction: column; line-height: 1.15; }
.metric-card small { color: var(--muted); font-size: .53rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.metric-card strong { font-size: .87rem; margin-top: 4px; }
.metric-card em { position: absolute; inset-inline-end: 10px; top: 9px; font-size: .46rem; color: var(--green-700); font-style: normal; }
.dash-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 12px; margin-top: 13px; }
.chart-card, .appointments-card { background: #fff; border: 1px solid #e3edef; border-radius: 17px; padding: 14px; min-width: 0; }
.card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.card-head div { display: flex; flex-direction: column; }
.card-head small { color: var(--muted); font-size: .53rem; }
.card-head strong { font-size: .72rem; }
.chip { padding: 3px 7px; border-radius: 99px; background: #e7f7f4; color: var(--green-700); font-size: .48rem; font-weight: 700; }
.chart { height: 145px; display: flex; align-items: end; gap: 8px; padding: 20px 5px 0; border-bottom: 1px solid #dce9ec; background: repeating-linear-gradient(to top, transparent 0 32px, #edf3f5 33px 34px); }
.chart span { flex: 1; height: var(--h); border-radius: 7px 7px 2px 2px; background: linear-gradient(180deg, var(--green-500), var(--blue-600)); animation: bars 1.2s ease both; transform-origin: bottom; }
@keyframes bars { from { transform: scaleY(.06); } }
.chart-days { display: flex; justify-content: space-around; color: #8aa0aa; font-size: .48rem; padding-top: 7px; }
.appointments-card { display: flex; flex-direction: column; gap: 10px; }
.appt-item { display: flex; align-items: center; gap: 8px; padding: 9px 0; border-bottom: 1px solid #edf3f5; }
.appt-item:last-child { border-bottom: 0; }
.patient-avatar { width: 29px; height: 29px; flex: 0 0 auto; }
.appt-item div { min-width: 0; display: flex; flex-direction: column; line-height: 1.2; }
.appt-item strong { font-size: .63rem; }.appt-item small { color: var(--muted); font-size: .48rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.appt-item time { margin-inline-start: auto; font-size: .5rem; color: var(--blue-800); font-weight: 700; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); padding: 12px 15px; border: 1px solid rgba(8,111,147,.12); border-radius: 15px; box-shadow: var(--shadow-md); animation: float 4s ease-in-out infinite; }
.floating-card-one { inset-inline-start: -15px; bottom: 55px; }.floating-card-two { inset-inline-end: -8px; top: 55px; animation-delay: -2s; }
@keyframes float { 50% { transform: translateY(-9px); } }
.floating-icon { width: 35px; height: 35px; border-radius: 12px; display: grid; place-items: center; background: #e8f8f5; color: var(--green-700); font-weight: 800; }
.floating-card div { display: flex; flex-direction: column; line-height: 1.25; }.floating-card strong { font-size: .7rem; }.floating-card small { color: var(--muted); font-size: .56rem; }

.trust-strip { border-block: 1px solid #e2eef0; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 86px; padding: 20px 22px; display: flex; align-items: center; justify-content: center; gap: 10px; border-inline-end: 1px solid #e2eef0; text-align: center; }
.trust-grid div:last-child { border-inline-end: 0; }
.trust-grid span { width: 24px; height: 24px; border-radius: 50%; background: #e8f8f5; color: var(--green-700); display: grid; place-items: center; font-weight: 800; flex: 0 0 auto; }
.trust-grid p { margin: 0; font-size: .83rem; font-weight: 700; color: var(--ink-2); }

.section-heading { max-width: 750px; margin-bottom: 48px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading h2, .care-copy h2, .why-copy h2 { font-size: clamp(2.25rem, 4vw, 3.8rem); }
.section-heading p, .care-copy > p, .why-copy > p { color: var(--muted); font-size: 1rem; margin: 20px 0 0; }
.section-kicker { display: inline-block; margin-bottom: 14px; color: var(--blue-700); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
html[lang="ar"] .section-kicker { letter-spacing: 0; text-transform: none; }

.persona-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.persona-card { position: relative; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 30px; background: #fff; box-shadow: 0 9px 30px rgba(7,72,92,.04); transition: transform .25s, box-shadow .25s, border-color .25s; }
.persona-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); border-color: #b9dfe1; }
.persona-card.featured { background: linear-gradient(155deg, #fafffe 0%, #eefaf8 100%); border-color: #a9e1d8; }
.popular-tag { position: absolute; top: 16px; inset-inline-end: 16px; background: var(--blue-950); color: #fff; padding: 5px 9px; border-radius: 999px; font-size: .58rem; font-weight: 700; }
.persona-icon { width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center; margin-bottom: 26px; }
.persona-icon svg { width: 28px; height: 28px; }
.persona-icon.blue { color: var(--blue-700); background: #eaf5f9; }.persona-icon.green { color: var(--green-700); background: #e8f8f5; }.persona-icon.teal { color: #05858f; background: #e7f6f7; }
.persona-label { color: var(--blue-700); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
html[lang="ar"] .persona-label { letter-spacing: 0; text-transform: none; }
.persona-card h3 { font-size: 1.35rem; line-height: 1.3; margin: 8px 0 13px; }
.persona-card p { color: var(--muted); font-size: .88rem; margin: 0 0 20px; }
.persona-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.persona-card li { position: relative; padding-inline-start: 22px; color: var(--ink-2); font-size: .79rem; }
.persona-card li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--green-700); font-weight: 800; }

.feature-tabs { display: inline-flex; padding: 5px; gap: 4px; border: 1px solid var(--line); border-radius: 15px; background: #fff; margin-bottom: 28px; }
.feature-tab { border: 0; color: var(--muted); background: transparent; padding: 11px 18px; border-radius: 11px; font-weight: 700; font-size: .84rem; }
.feature-tab.active { color: #fff; background: var(--blue-900); box-shadow: 0 8px 20px rgba(8,71,98,.18); }
.feature-panel { animation: panelIn .35s ease; }
@keyframes panelIn { from { opacity: 0; transform: translateY(10px); } }
.feature-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-item { display: flex; gap: 18px; padding: 24px; background: #fff; border: 1px solid #e2edef; border-radius: 19px; min-height: 180px; }
.feature-item > span { color: var(--green-700); font-size: .69rem; font-weight: 800; letter-spacing: .1em; padding-top: 4px; }
.feature-item h3 { font-size: 1rem; margin: 0 0 8px; line-height: 1.35; }.feature-item p { color: var(--muted); font-size: .78rem; margin: 0; }

.care-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.care-copy .section-kicker { margin-bottom: 14px; }
.mode-list { display: grid; gap: 12px; margin-top: 32px; }
.mode-card { width: 100%; text-align: start; border: 1px solid var(--line); background: #fff; padding: 15px; border-radius: 16px; display: flex; align-items: center; gap: 13px; transition: .22s; }
.mode-card:hover, .mode-card.active { border-color: var(--green-500); box-shadow: 0 12px 30px rgba(6,135,116,.1); transform: translateX(4px); }
html[dir="rtl"] .mode-card:hover, html[dir="rtl"] .mode-card.active { transform: translateX(-4px); }
.mode-icon { width: 43px; height: 43px; border-radius: 13px; display: grid; place-items: center; background: #eaf7f6; color: var(--green-700); font-size: 1.2rem; flex: 0 0 auto; }
.mode-card > span:last-child { display: flex; flex-direction: column; line-height: 1.35; }.mode-card strong { font-size: .88rem; }.mode-card small { color: var(--muted); font-size: .72rem; margin-top: 3px; }
.phone-stage { min-height: 600px; position: relative; display: grid; place-items: center; background: radial-gradient(circle, #dff7f2 0, #edf7f9 43%, transparent 68%); }
.phone { position: absolute; width: 270px; height: 550px; border-radius: 40px; background: #091e2b; padding: 9px; box-shadow: 0 30px 70px rgba(4,47,66,.28); }
.phone-back { transform: translate(-88px, 10px) rotate(-8deg) scale(.9); opacity: .78; }
html[dir="rtl"] .phone-back { transform: translate(88px, 10px) rotate(8deg) scale(.9); }
.phone-front { transform: translate(65px, -6px) rotate(5deg); }
html[dir="rtl"] .phone-front { transform: translate(-65px, -6px) rotate(-5deg); }
.phone-notch { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 90px; height: 20px; background: #091e2b; border-radius: 0 0 13px 13px; z-index: 2; }
.phone-screen { height: 100%; border-radius: 32px; overflow: hidden; background: #f5fafb; padding: 38px 18px 18px; }
.mini-header { display: flex; align-items: center; gap: 8px; color: var(--blue-950); font-size: .7rem; font-weight: 800; }.mini-header b { margin-inline-start: auto; }
.mini-banner { height: 100px; border-radius: 17px; background: linear-gradient(135deg, var(--blue-700), var(--green-500)); margin: 18px 0; }
.mini-search { height: 35px; border-radius: 11px; background: #fff; border: 1px solid #d9e7ea; }
.mini-circles { display: flex; justify-content: space-between; margin: 22px 0; }.mini-circles span { width: 40px; height: 40px; border-radius: 50%; background: #ddf3ef; }
.mini-card-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.mini-card-row span { height: 120px; border-radius: 16px; background: #fff; border: 1px solid #e2edef; }
.mode-screen { text-align: center; }
.call-status { display: flex; justify-content: space-between; color: var(--muted); font-size: .59rem; margin: 5px 0 35px; }.call-status b { color: var(--green-700); }
.doctor-avatar { width: 105px; height: 105px; border-radius: 35px; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue-700), var(--green-500)); color: #fff; font-size: 1.8rem; font-weight: 800; margin: 0 auto 22px; box-shadow: 0 15px 35px rgba(0,167,144,.25); }
.mode-screen h3 { margin: 0; font-size: 1.08rem; }.mode-screen > p { margin: 5px auto 22px; color: var(--muted); font-size: .67rem; max-width: 210px; }
.visit-detail { display: flex; gap: 10px; align-items: center; text-align: start; padding: 13px; border-radius: 15px; background: #fff; border: 1px solid #e0ecee; margin: 25px 0; }
.visit-detail > span { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: #e9f8f5; }.visit-detail div { display: flex; flex-direction: column; line-height: 1.25; }.visit-detail small { color: var(--muted); font-size: .54rem; }.visit-detail strong { font-size: .69rem; }
.mode-screen > button { width: 100%; border: 0; color: #fff; background: linear-gradient(135deg, var(--blue-700), var(--green-600)); padding: 13px; border-radius: 12px; font-size: .7rem; font-weight: 800; }
.map-preview { height: 185px; margin: 0 0 26px; border-radius: 20px; background: linear-gradient(20deg, #dcebed, #eef5f4); position: relative; overflow: hidden; }
.map-preview::before, .map-preview::after { content: ""; position: absolute; width: 160%; height: 18px; background: #fff; opacity: .85; transform: rotate(28deg); top: 40%; left: -30%; }.map-preview::after { transform: rotate(-35deg); top: 60%; }
.map-route { position: absolute; z-index: 2; width: 120px; height: 80px; border: 3px dashed var(--green-600); border-color: var(--green-600) transparent transparent var(--green-600); border-radius: 60px; top: 50px; left: 55px; transform: rotate(15deg); }
.map-pin { position: absolute; z-index: 3; width: 34px; height: 34px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); display: grid; place-items: center; background: var(--blue-800); color: #fff; top: 35px; left: 35px; }.map-pin::first-letter { transform: rotate(45deg); }.doctor-pin { top: auto; left: auto; bottom: 35px; right: 35px; background: var(--green-600); }
.video-preview { height: 230px; border-radius: 22px; background: linear-gradient(160deg, var(--blue-950), var(--blue-700)); position: relative; display: grid; place-items: center; margin-bottom: 24px; overflow: hidden; }
.doctor-video { width: 110px; height: 110px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.14); color: #fff; font-size: 1.6rem; font-weight: 800; border: 1px solid rgba(255,255,255,.25); }.patient-video { position: absolute; inset-inline-end: 12px; bottom: 12px; width: 58px; height: 78px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: var(--green-700); font-size: .55rem; font-weight: 800; border: 2px solid #fff; }
.call-actions { display: flex; justify-content: center; gap: 13px; margin-top: 20px; }.call-actions span { width: 38px; height: 38px; border-radius: 50%; background: #fff; border: 1px solid #e0ecee; display: grid; place-items: center; font-weight: 800; font-size: .75rem; }.call-actions span:last-child { background: #e75b5b; color: #fff; border-color: #e75b5b; }
.stage-pill { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #d8e8ea; border-radius: 14px; padding: 10px 13px; box-shadow: var(--shadow-md); }.stage-pill span { width: 33px; height: 33px; border-radius: 10px; background: #e8f8f5; color: var(--green-700); display: grid; place-items: center; font-size: .64rem; font-weight: 800; }.stage-pill small { font-size: .65rem; font-weight: 700; }.pill-one { inset-inline-start: 8%; top: 15%; }.pill-two { inset-inline-end: 2%; bottom: 16%; }

.dark-section { background: linear-gradient(145deg, #052f47, #064e68 55%, #075c65); color: #fff; overflow: hidden; }
.dark-section::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(19,210,177,.18), transparent 68%); top: -200px; inset-inline-end: -100px; }
.section-heading.light .section-kicker { color: var(--green-300); }.section-heading.light h2 { color: #fff; }.section-heading.light h2 span { background: linear-gradient(110deg, #83ebd9, #b1f2e7); -webkit-background-clip: text; background-clip: text; }.section-heading.light p { color: rgba(255,255,255,.7); }
.saudi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; position: relative; }
.saudi-card { min-height: 285px; padding: 27px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.065); backdrop-filter: blur(12px); }
.saudi-number { display: inline-block; color: var(--green-300); font-size: .67rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 45px; }.saudi-card h3 { font-size: 1.1rem; margin: 0 0 12px; }.saudi-card p { color: rgba(255,255,255,.66); font-size: .78rem; margin: 0; }
.compliance-note { text-align: center; color: rgba(255,255,255,.55); font-size: .7rem; margin: 28px auto 0; max-width: 850px; }

.pricing-top { display: flex; justify-content: space-between; align-items: end; gap: 30px; }.pricing-top .section-heading { margin-bottom: 36px; }
.billing-toggle { display: inline-flex; background: #edf5f6; border: 1px solid #d9e7ea; padding: 5px; border-radius: 15px; margin-bottom: 43px; flex-shrink: 0; }
.billing-option { border: 0; background: transparent; color: var(--muted); padding: 10px 15px; border-radius: 11px; font-size: .8rem; font-weight: 700; display: flex; align-items: center; gap: 7px; }.billing-option em { font-style: normal; color: var(--green-700); background: #fff; padding: 2px 6px; border-radius: 99px; font-size: .52rem; }.billing-option.active { background: #fff; color: var(--ink); box-shadow: 0 7px 16px rgba(7,76,96,.09); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; border: 1px solid var(--line); background: #fff; border-radius: 24px; padding: 27px; box-shadow: 0 12px 35px rgba(7,72,92,.05); display: flex; flex-direction: column; }
.price-card.recommended { border: 2px solid var(--green-600); box-shadow: 0 24px 55px rgba(3,147,126,.16); transform: translateY(-10px); }.price-card.premium { background: linear-gradient(165deg, #f9fdfd, #edf8f6); }
.recommended-label { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); color: #fff; background: linear-gradient(135deg, var(--blue-700), var(--green-600)); border-radius: 999px; padding: 7px 13px; font-size: .6rem; font-weight: 800; white-space: nowrap; }
.plan-head { display: flex; gap: 12px; align-items: flex-start; min-height: 100px; }.plan-number { width: 35px; height: 35px; border-radius: 11px; background: #e9f7f4; color: var(--green-700); display: grid; place-items: center; flex: 0 0 auto; font-size: .62rem; font-weight: 800; }.plan-head h3 { font-size: 1.2rem; margin: 1px 0 5px; }.plan-head p { color: var(--muted); font-size: .72rem; margin: 0; line-height: 1.5; }
.price { display: flex; align-items: baseline; gap: 7px; margin: 18px 0 21px; }.price .currency { color: var(--muted); font-size: .7rem; font-weight: 700; }.price strong { font-size: 2.6rem; letter-spacing: -.055em; line-height: 1; }.price small { color: var(--muted); font-size: .7rem; }
.feature-summary { min-height: 105px; border: 1px solid #e2edef; background: #f8fbfc; border-radius: 15px; padding: 13px 15px; margin: 18px 0; }.feature-summary strong { font-size: .69rem; display: block; margin-bottom: 7px; }.feature-summary p { margin: 4px 0; display: flex; align-items: center; gap: 7px; color: var(--ink-2); font-size: .71rem; }.exclude { width: 18px; height: 18px; border-radius: 50%; color: #c04b4b; background: #fbecec; display: grid; place-items: center; font-weight: 800; }.include { width: 18px; height: 18px; border-radius: 50%; color: var(--green-700); background: #e5f7f3; display: grid; place-items: center; font-weight: 800; }.feature-summary.all-in { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }.feature-summary.all-in strong { grid-column: 1 / -1; }.feature-summary.all-in p { margin: 0; }
.plan-features { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }.plan-features li { display: flex; gap: 9px; color: var(--ink-2); font-size: .73rem; }.plan-features li > span:first-child { color: var(--green-700); font-weight: 800; }
.pricing-note { margin-top: 28px; border: 1px solid var(--line); background: #f8fbfc; border-radius: 16px; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }.pricing-note > div { display: flex; align-items: flex-start; gap: 10px; }.pricing-note p { margin: 0; color: var(--muted); font-size: .7rem; }.pricing-note a { color: var(--blue-700); font-weight: 800; font-size: .72rem; white-space: nowrap; }.note-icon { width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; color: var(--blue-700); background: #e6f2f6; font-weight: 800; font-size: .7rem; flex: 0 0 auto; }

.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.why-copy .section-kicker { margin-bottom: 14px; }.why-copy > p { margin-bottom: 30px; }
.why-visual { min-height: 490px; position: relative; display: grid; place-items: center; background: radial-gradient(circle, #dff6f3 0, transparent 68%); }
.comparison-card { width: min(450px, 94%); border: 1px solid #d7e8ea; border-radius: 23px; background: #fff; box-shadow: var(--shadow-lg); padding: 22px; transform: rotate(-2deg); }.comparison-head { display: flex; align-items: center; gap: 11px; padding-bottom: 17px; border-bottom: 1px solid #e4edef; }.comparison-head div { display: flex; flex-direction: column; line-height: 1.3; }.comparison-head small { color: var(--muted); font-size: .63rem; }.comparison-row { display: flex; align-items: center; justify-content: space-between; min-height: 50px; border-bottom: 1px solid #eef3f4; font-size: .75rem; color: var(--ink-2); }.comparison-row:last-child { border-bottom: 0; }.comparison-row b { width: 25px; height: 25px; border-radius: 50%; background: #e5f7f3; color: var(--green-700); display: grid; place-items: center; }
.mini-insight { position: absolute; inset-inline-end: 0; bottom: 35px; display: flex; gap: 10px; align-items: center; background: var(--blue-950); color: #fff; padding: 13px 16px; border-radius: 15px; box-shadow: var(--shadow-md); }.mini-insight > span { width: 35px; height: 35px; border-radius: 11px; background: rgba(20,211,177,.18); color: var(--green-300); display: grid; place-items: center; }.mini-insight div { display: flex; flex-direction: column; line-height: 1.3; }.mini-insight strong { font-size: .72rem; }.mini-insight small { font-size: .58rem; color: rgba(255,255,255,.65); }
.why-points { display: grid; gap: 14px; }.why-points > div { display: flex; gap: 12px; align-items: flex-start; }.why-points > div > span { width: 30px; height: 30px; border-radius: 10px; background: #e7f7f4; color: var(--green-700); display: grid; place-items: center; font-weight: 800; flex: 0 0 auto; }.why-points p { margin: 0; display: flex; flex-direction: column; }.why-points strong { font-size: .86rem; }.why-points small { color: var(--muted); font-size: .72rem; margin-top: 2px; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }.faq-grid .section-heading { position: sticky; top: 120px; margin-bottom: 0; }.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-700); font-size: .78rem; font-weight: 800; margin-top: 24px; }
.accordion { border-top: 1px solid var(--line); }.accordion details { border-bottom: 1px solid var(--line); }.accordion summary { list-style: none; min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-weight: 700; font-size: .94rem; cursor: pointer; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary b { font-size: 1.3rem; color: var(--green-700); transition: transform .25s; }.accordion details[open] summary b { transform: rotate(45deg); }.accordion details p { color: var(--muted); font-size: .79rem; margin: -5px 0 24px; max-width: 700px; }

.contact { padding-top: 40px; }.contact-card { position: relative; overflow: hidden; min-height: 420px; border-radius: 34px; background: linear-gradient(135deg, var(--blue-950), var(--blue-700) 60%, var(--green-700)); color: #fff; padding: 58px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 55px; align-items: center; box-shadow: var(--shadow-lg); }.contact-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(37,230,196,.28), transparent 68%); inset-inline-end: -120px; top: -120px; }.contact-copy, .contact-info { position: relative; }.contact-copy .section-kicker { color: var(--green-300); }.contact-copy h2 { font-size: clamp(2.3rem, 4vw, 4rem); }.contact-copy h2 span { background: linear-gradient(110deg, #8aefde, #fff); -webkit-background-clip: text; background-clip: text; }.contact-copy p { color: rgba(255,255,255,.7); margin: 20px 0 27px; max-width: 670px; }.contact-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.contact-info { display: grid; gap: 12px; }.contact-info > a, .contact-info > div { display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); border-radius: 16px; backdrop-filter: blur(12px); }.contact-icon { width: 42px; height: 42px; border-radius: 13px; background: rgba(255,255,255,.12); display: grid; place-items: center; color: var(--green-300); font-weight: 800; flex: 0 0 auto; }.contact-info div div, .contact-info a div { display: flex; flex-direction: column; min-width: 0; line-height: 1.35; }.contact-info small { color: rgba(255,255,255,.58); font-size: .62rem; }.contact-info strong { font-size: .78rem; word-break: break-word; }

.site-footer { margin-top: 110px; background: #041f2e; color: #fff; }.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 45px; padding: 65px 0 42px; }.footer-brand .brand-copy strong { color: #fff; }.footer-brand .brand-copy small { color: rgba(255,255,255,.5); }.footer-brand p { max-width: 330px; color: rgba(255,255,255,.55); font-size: .72rem; margin-top: 18px; }.footer-links { display: flex; flex-direction: column; gap: 9px; }.footer-links strong { font-size: .78rem; margin-bottom: 5px; }.footer-links a, .footer-links span { color: rgba(255,255,255,.55); font-size: .68rem; transition: color .2s; }.footer-links a:hover { color: var(--green-300); }.footer-bottom { min-height: 68px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.45); font-size: .64rem; }
.whatsapp-float { position: fixed; z-index: 90; inset-inline-end: 20px; bottom: 20px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #20bf68; box-shadow: 0 15px 35px rgba(20,160,83,.3); transition: transform .2s; }.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }.whatsapp-float svg { width: 27px; height: 27px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid rgba(6,190,160,.35); outline-offset: 3px; }

@media (max-width: 1080px) {
  .primary-nav { gap: 17px; }.primary-nav a { font-size: .82rem; }
  .hero-grid { gap: 30px; }.hero h1 { font-size: clamp(2.8rem, 5.6vw, 4.5rem); }
  .dashboard-shell { transform: none; }.floating-card-two { inset-inline-end: -4px; }
  .feature-list-grid { grid-template-columns: repeat(2, 1fr); }
  .saudi-grid { grid-template-columns: repeat(2, 1fr); }.saudi-card { min-height: 240px; }.saudi-number { margin-bottom: 25px; }
  .price-card { padding: 23px 20px; }.plan-head { min-height: 115px; }
  .care-grid, .why-grid { gap: 45px; }
}

@media (max-width: 900px) {
  .nav-toggle { display: flex; order: 2; }.nav-actions { margin-inline-start: auto; order: 1; }.nav-toggle { margin-inline-start: 0; }.primary-nav { position: fixed; inset: 78px 0 0 0; height: calc(100dvh - 78px); background: #fff; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 28px 24px; transform: translateY(-120%); opacity: 0; pointer-events: none; transition: .28s; order: 3; }.primary-nav.open { transform: none; opacity: 1; pointer-events: auto; }.primary-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 125px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.eyebrow { margin-inline: auto; }.hero-lead, .trial-note, .hero-proof { margin-inline: auto; }.hero-actions { justify-content: center; }.hero-visual { min-height: 550px; }.dashboard-shell { width: min(650px, 92%); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }.trust-grid div:nth-child(2) { border-inline-end: 0; }.trust-grid div:nth-child(-n+2) { border-bottom: 1px solid #e2eef0; }
  .persona-grid, .pricing-grid { grid-template-columns: 1fr; }.persona-card { max-width: 680px; margin-inline: auto; width: 100%; }.price-card { max-width: 650px; margin-inline: auto; width: 100%; }.price-card.recommended { transform: none; margin-top: 10px; }.plan-head { min-height: auto; }
  .care-grid, .why-grid, .faq-grid, .contact-card { grid-template-columns: 1fr; }.care-copy, .why-copy { text-align: center; }.mode-list, .why-points { text-align: start; }.phone-stage { margin-top: 20px; }.why-visual { order: 2; }.why-copy { order: 1; }.faq-grid { gap: 40px; }.faq-grid .section-heading { position: static; text-align: center; margin-inline: auto; }.contact-card { padding: 45px; }
  .pricing-top { align-items: center; flex-direction: column; text-align: center; }.pricing-top .section-heading { margin-inline: auto; }.billing-toggle { margin-bottom: 28px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }.footer-main .footer-links:last-child { grid-column: 2 / -1; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 28px, 1180px); }
  .section-pad { padding: 78px 0; }.nav-wrap { min-height: 70px; }.primary-nav { inset-block-start: 70px; height: calc(100dvh - 70px); }.brand-copy small { display: none; }.nav-cta { display: none; }.language-switch { padding: 7px 4px; }.hero { padding-top: 110px; min-height: auto; }.hero h1 { font-size: clamp(2.55rem, 12vw, 3.7rem); }.hero-lead { font-size: .95rem; }.hero-actions .btn { width: 100%; }.hero-proof { gap: 14px; justify-content: space-between; }.hero-proof div { flex: 1; }.hero-proof span { font-size: .62rem; }.hero-visual { min-height: 430px; margin-top: 10px; }.dashboard-shell { aspect-ratio: 1; grid-template-columns: 48px 1fr; border-radius: 20px; }.dash-sidebar { padding: 12px 8px; gap: 14px; }.dash-logo { width: 32px; height: 32px; }.side-item { width: 17px; height: 17px; }.dash-topbar { height: 52px; }.dash-content { padding: 10px; }.metric-row { gap: 5px; }.metric-card { padding: 8px 6px; gap: 4px; border-radius: 10px; }.metric-icon { width: 23px; height: 23px; border-radius: 7px; font-size: .66rem; }.metric-card small { font-size: .42rem; }.metric-card strong { font-size: .63rem; }.metric-card em { display: none; }.dash-grid { grid-template-columns: 1fr; gap: 7px; margin-top: 7px; }.chart-card { padding: 9px; }.chart { height: 90px; }.appointments-card { display: none; }.floating-card { padding: 9px 10px; }.floating-card-two { display: none; }.floating-card-one { inset-inline-start: 0; bottom: 10px; }.floating-icon { width: 29px; height: 29px; }.floating-card strong { font-size: .6rem; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid div { border-inline-end: 0; border-bottom: 1px solid #e2eef0; justify-content: flex-start; text-align: start; min-height: 66px; }.trust-grid div:last-child { border-bottom: 0; }.trust-grid div:nth-child(-n+2) { border-bottom: 1px solid #e2eef0; }
  .section-heading h2, .care-copy h2, .why-copy h2 { font-size: 2.25rem; }.section-heading { margin-bottom: 35px; }
  .persona-card { padding: 24px; }.feature-tabs { display: grid; grid-template-columns: 1fr; width: 100%; }.feature-list-grid { grid-template-columns: 1fr; }.feature-item { min-height: 0; padding: 20px; }
  .phone-stage { min-height: 520px; transform: scale(.88); margin-inline: -25px; }.phone { width: 245px; height: 500px; }.phone-front { transform: translate(40px, -6px) rotate(4deg); }.phone-back { transform: translate(-55px, 10px) rotate(-7deg) scale(.88); } html[dir="rtl"] .phone-front { transform: translate(-40px, -6px) rotate(-4deg); } html[dir="rtl"] .phone-back { transform: translate(55px, 10px) rotate(7deg) scale(.88); }.pill-one { inset-inline-start: 0; top: 8%; }.pill-two { inset-inline-end: 0; bottom: 10%; }
  .saudi-grid { grid-template-columns: 1fr; }.saudi-card { min-height: 0; }
  .billing-toggle { width: 100%; }.billing-option { flex: 1; justify-content: center; }.pricing-note { flex-direction: column; align-items: flex-start; }.feature-summary.all-in { grid-template-columns: 1fr; }.feature-summary.all-in strong { grid-column: auto; }
  .why-visual { min-height: 390px; }.comparison-card { transform: none; }.mini-insight { inset-inline-end: 0; bottom: 0; }.faq-grid { gap: 25px; }.accordion summary { min-height: 70px; font-size: .84rem; }
  .contact-card { padding: 32px 23px; border-radius: 24px; }.contact-copy { text-align: center; }.contact-actions .btn { width: 100%; }.contact-info strong { font-size: .7rem; }
  .site-footer { margin-top: 75px; }.footer-main { grid-template-columns: 1fr 1fr; gap: 30px 20px; }.footer-brand { grid-column: 1 / -1; }.footer-main .footer-links:last-child { grid-column: auto; }.footer-bottom { flex-direction: column; justify-content: center; text-align: center; padding: 15px 0; }.footer-bottom p { margin: 0; }
  .whatsapp-float { width: 50px; height: 50px; inset-inline-end: 14px; bottom: 14px; }
}

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

/* ============================================================
   LIFE CARE — additions for the extended content set
   ============================================================ */

/* 4-up platform grid */
.persona-grid.four { grid-template-columns: repeat(4, 1fr); gap: 18px; }
.persona-grid.four .persona-card { padding: 26px 24px; }
.persona-grid.four .persona-icon { width: 50px; height: 50px; border-radius: 16px; margin-bottom: 20px; }
.persona-grid.four .persona-card h3 { font-size: 1.18rem; }

/* Quick facts (GEO answer block) */
.quick-facts { padding-block: 90px 0; }
.facts-card { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 44px; box-shadow: var(--shadow-sm); }
.facts-copy p { margin: 0; font-size: 1.02rem; line-height: 1.85; color: var(--ink-2); }
.facts-copy p b { color: var(--blue-700); }
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.facts-grid > div { background: #fff; padding: 20px 22px; }
.facts-grid dt { color: var(--muted); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
html[lang="ar"] .facts-grid dt { text-transform: none; letter-spacing: 0; font-size: .76rem; }
.facts-grid dd { margin: 6px 0 0; font-size: 1.4rem; font-weight: 800; letter-spacing: -.04em; color: var(--ink); }
html[lang="ar"] .facts-grid dd { letter-spacing: 0; }
.facts-grid dd em { font-style: normal; font-size: .7rem; font-weight: 600; color: var(--muted); letter-spacing: 0; }

/* Annual/monthly alternate price line */
.price-alt { margin: -12px 0 18px; color: var(--muted); font-size: .72rem; font-weight: 600; }
.price-card.recommended .price-alt { color: var(--green-700); }

/* Comparison table */
.compare-wrap { overflow-x: auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); -webkit-overflow-scrolling: touch; }
.compare-wrap table { width: 100%; border-collapse: collapse; min-width: 760px; }
.compare-wrap caption { caption-side: top; text-align: start; padding: 20px 24px 4px; color: var(--muted); font-size: .7rem; font-weight: 700; }
.compare-wrap th, .compare-wrap td { padding: 15px 20px; text-align: start; border-bottom: 1px solid var(--line); font-size: .82rem; vertical-align: middle; }
.compare-wrap thead th { background: #eef6f8; color: var(--ink); font-weight: 800; font-size: .8rem; }
.compare-wrap thead th:first-child { width: 30%; }
.compare-wrap thead th.own { background: var(--blue-950); color: #fff; }
.compare-wrap tbody th { font-weight: 600; color: var(--ink-2); }
.compare-wrap tbody td { color: var(--muted); }
.compare-wrap tbody td.own { background: rgba(5,189,160,.06); color: var(--ink); font-weight: 700; }
.compare-wrap tbody tr:last-child th, .compare-wrap tbody tr:last-child td { border-bottom: 0; }
.compare-wrap .yes { color: var(--green-700); font-weight: 800; font-size: 1rem; }
.compare-wrap .nope { color: #bdd0d6; }

/* Contact info: no eyebrow labels (icon carries the meaning) */
.contact-info > a, .contact-info > div { min-height: 66px; }
.contact-info strong { font-size: .85rem; }

@media (max-width: 1080px) {
  .persona-grid.four { grid-template-columns: repeat(2, 1fr); }
  .facts-card { gap: 34px; padding: 34px; }
}
@media (max-width: 900px) {
  .facts-card { grid-template-columns: 1fr; }
  .quick-facts { padding-block: 70px 0; }
}
@media (max-width: 640px) {
  .persona-grid.four { grid-template-columns: 1fr; }
  .persona-grid.four .persona-card { max-width: 680px; margin-inline: auto; width: 100%; }
  .facts-card { padding: 26px 22px; border-radius: var(--radius-md); }
  .facts-grid { grid-template-columns: 1fr; }
  .compare-wrap caption { padding: 16px 18px 4px; }
}

/* Contain sub-pixel overflow from the decorative phone stage on small screens.
   `clip` (not `hidden`) so the sticky FAQ heading keeps working. */
html { overflow-x: clip; }
@media (max-width: 640px) {
  .phone-stage { margin-inline: -12px; }
  .pill-one { inset-inline-start: 6px; }
  .pill-two { inset-inline-end: 6px; }
}

/* ============================================================
   DEMO REQUEST MODAL
   ============================================================ */
.contact-cta, .footer-cta { border: 0; background: none; font: inherit; cursor: pointer; text-align: start; }
.contact-info > .contact-cta { display: flex; align-items: center; gap: 13px; padding: 16px; width: 100%;
  border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); border-radius: 16px;
  backdrop-filter: blur(12px); color: #fff; transition: background .2s, border-color .2s; }
.contact-info > .contact-cta:hover { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.3); }
.footer-cta { color: rgba(255,255,255,.55); font-size: .68rem; padding: 0; transition: color .2s; }
.footer-cta:hover { color: var(--green-300); }

.modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 24px; }
.modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4,28,42,.62); backdrop-filter: blur(6px);
  animation: modalFade .25s ease both; }
.modal-panel { position: relative; z-index: 1; width: min(920px, 100%); max-height: calc(100dvh - 48px);
  overflow: auto; display: grid; grid-template-columns: .82fr 1.18fr; background: #fff;
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); animation: modalRise .32s cubic-bezier(.2,.8,.3,1) both; }
@keyframes modalFade { from { opacity: 0; } }
@keyframes modalRise { from { opacity: 0; transform: translateY(22px) scale(.985); } }

.modal-close { position: absolute; z-index: 2; inset-inline-end: 14px; top: 12px; width: 36px; height: 36px;
  border-radius: 50%; display: grid; place-items: center; font-size: 1.4rem; line-height: 1;
  color: var(--ink-2); background: rgba(255,255,255,.9); border: 1px solid var(--line); transition: .2s; }
.modal-close:hover { background: #fff; color: var(--ink); border-color: var(--green-600); }

.modal-aside { background: linear-gradient(155deg, var(--blue-950), var(--blue-700) 62%, var(--green-700));
  color: #fff; padding: 34px 30px; display: flex; flex-direction: column; gap: 14px; }
.modal-aside img { border-radius: 12px; background: rgba(255,255,255,.94); padding: 5px; }
.modal-aside h3 { margin: 6px 0 0; font-size: 1.35rem; line-height: 1.25; letter-spacing: -.03em; }
html[lang="ar"] .modal-aside h3 { letter-spacing: 0; }
.modal-aside > p { margin: 0; font-size: .82rem; color: rgba(255,255,255,.75); line-height: 1.7; }
.modal-points { list-style: none; margin: 6px 0 0; padding: 0; display: grid; gap: 9px; }
.modal-points li { position: relative; padding-inline-start: 22px; font-size: .78rem; color: rgba(255,255,255,.9); }
.modal-points li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--green-300); font-weight: 800; }
.modal-alt { margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); display: grid; gap: 4px; }
.modal-alt span { font-size: .68rem; color: rgba(255,255,255,.6); }
.modal-alt a { font-size: .8rem; font-weight: 700; color: var(--green-300); }
.modal-alt a:hover { color: #fff; }

.modal-main { padding: 34px 32px 30px; min-width: 0; }
.modal-main h2 { margin: 0; font-size: 1.62rem; letter-spacing: -.035em; }
html[lang="ar"] .modal-main h2 { letter-spacing: 0; }
.modal-sub { margin: 8px 0 22px; color: var(--muted); font-size: .84rem; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field > span { font-size: .72rem; font-weight: 700; color: var(--ink-2); }
.field input, .field select, .field textarea { width: 100%; padding: 11px 13px; font-size: .86rem;
  color: var(--ink); background: var(--soft); border: 1.5px solid var(--line); border-radius: 11px;
  transition: border-color .18s, background .18s, box-shadow .18s; }
.field textarea { resize: vertical; min-height: 74px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; background: #fff;
  border-color: var(--green-600); box-shadow: 0 0 0 4px rgba(5,189,160,.13); }
.field .err { display: none; font-style: normal; font-size: .68rem; font-weight: 600; color: #c04b4b; }
.field.invalid input, .field.invalid select { border-color: #d97066; background: #fdf4f3; }
.field.invalid .err { display: block; }
.hp { position: absolute; inset-inline-start: -9999px; width: 1px; height: 1px; overflow: hidden; }

#demoForm .btn-block { margin-top: 20px; }
.spinner { width: 17px; height: 17px; border-radius: 50%; border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-fine { margin: 13px 0 0; font-size: .68rem; color: var(--muted); line-height: 1.6; }
.form-error { margin: 12px 0 0; padding: 11px 13px; border-radius: 11px; font-size: .74rem; font-weight: 600;
  color: #a33b32; background: #fdf0ee; border: 1px solid #f2d2cd; }
.form-success { text-align: center; padding: 26px 0 8px; animation: modalRise .3s ease both; }
.success-mark { width: 58px; height: 58px; margin: 0 auto 16px; border-radius: 50%; display: grid;
  place-items: center; font-size: 1.6rem; font-weight: 800; color: #fff;
  background: linear-gradient(135deg, var(--blue-700), var(--green-600)); box-shadow: 0 14px 30px rgba(3,162,143,.28); }
.form-success h3 { margin: 0 0 8px; font-size: 1.25rem; }
.form-success p { margin: 0 auto 20px; max-width: 42ch; color: var(--muted); font-size: .84rem; line-height: 1.7; }
body.modal-open { overflow: hidden; }

@media (max-width: 780px) {
  .modal { padding: 0; }
  .modal-panel { grid-template-columns: 1fr; width: 100%; max-height: 100dvh; border-radius: 0; }
  .modal-aside { padding: 26px 24px 22px; }
  .modal-aside > p, .modal-points, .modal-alt { display: none; }
  .modal-aside h3 { font-size: 1.2rem; }
  .modal-main { padding: 24px 22px 28px; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .modal-backdrop, .modal-panel, .form-success { animation: none !important; }
}
