:root {
  --brand-900: #062e3e;
  --brand-800: #08475c;
  --brand-700: #0a5a73;
  --brand-600: #0e7490;
  --brand-500: #1b93b0;
  --brand-400: #4fb6ce;
  --brand-300: #8ad3e4;
  --brand-200: #bde7f1;
  --brand-100: #ddf1f7;
  --brand-050: #f1fafc;
  --sun-700: #96560a;
  --sun-600: #c87a11;
  --sun-500: #f0a227;
  --sun-300: #fbcf83;
  --sun-100: #fef2df;
  --ok-700: #0a6b44;
  --ok-600: #0e8755;
  --ok-100: #e0f6ec;
  --warn-600: #c43a2b;
  --warn-100: #fdebe9;
  --ink-900: #101f2b;
  --ink-700: #2e4557;
  --ink: #44596b;
  --ink-400: #5c6f80;
  --ink-300: #81919e;
  --ink-200: #c2cfd9;
  --line: #dce5ec;
  --line-2: #edf2f6;
  --surface: #ffffff;
  --canvas: #f5f8fa;
  --shadow-card: 0 12px 36px rgba(6, 46, 62, 0.07);
  --shadow-pop: 0 24px 65px rgba(6, 46, 62, 0.17);
  --radius: 18px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  color: var(--ink);
  background: var(--surface);
  font-family: "Tajawal", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.site-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { background: var(--sun-500); color: var(--ink-900); font-weight: 700; padding: 10px 18px; position: fixed; top: 12px; right: 12px; transform: translateY(-150%); z-index: 100; border-radius: 8px; }
.skip-link:focus { transform: none; }

.topbar { height: 80px; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(220,229,236,.78); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(18px); transition: box-shadow .25s ease, background .25s ease; }
.topbar.is-scrolled { box-shadow: 0 8px 28px rgba(6,46,62,.08); background: rgba(255,255,255,.98); }
.topbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: #fff; border: 1px solid var(--line); box-shadow: 0 3px 10px rgba(6,46,62,.08); overflow: hidden; }
.brand-mark img { width: 39px; height: 39px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { color: var(--brand-900); font-size: 17px; font-weight: 800; }
.brand-copy small { color: var(--brand-500); font-size: 8px; font-weight: 800; letter-spacing: 1.5px; direction: ltr; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-inline-start: auto; }
.desktop-nav a, .text-link { color: var(--ink-400); font-size: 14px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover { color: var(--brand-700); }
.topbar-actions { display: flex; align-items: center; gap: 20px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s var(--ease), background .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg, .inline-arrow svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 38px; padding: 0 16px; font-size: 13px; }
.button-large { min-height: 54px; padding: 0 23px; font-size: 15px; }
.button-primary { color: #fff; background: var(--brand-600); box-shadow: 0 8px 18px rgba(14,116,144,.18); }
.button-primary:hover { background: var(--brand-700); box-shadow: 0 12px 24px rgba(14,116,144,.22); }
.button-accent { color: var(--ink-900); background: var(--sun-500); box-shadow: 0 10px 24px rgba(240,162,39,.23); }
.button-accent:hover { background: var(--sun-300); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.05); }
.button-ghost:hover { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.12); }
.button-secondary { color: var(--brand-700); border-color: var(--brand-200); background: var(--brand-050); }
.button-secondary:hover { background: var(--brand-100); border-color: var(--brand-300); }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--brand-700); border-radius: 3px; }
.mobile-menu { display: none; }

.hero { min-height: 735px; color: #fff; background: linear-gradient(135deg, var(--brand-900) 0%, var(--brand-800) 42%, var(--brand-600) 100%); position: relative; isolation: isolate; }
.hero-grid-pattern { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, black, transparent 90%); z-index: -1; }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: -1; filter: blur(2px); }
.hero-orb-one { width: 410px; height: 410px; top: -190px; right: -160px; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 0 40px rgba(255,255,255,.035), 0 0 0 80px rgba(255,255,255,.025); }
.hero-orb-two { width: 260px; height: 260px; bottom: -120px; left: 4%; border: 1px solid rgba(240,162,39,.3); background: rgba(240,162,39,.06); }
.hero-inner { min-height: 618px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(40px, 7vw, 100px); padding-top: 78px; padding-bottom: 46px; }
.hero-copy { max-width: 510px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.eyebrow-light { color: var(--brand-200); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 7px 13px; }
.status-dot, .live-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; background: var(--ok-500, #14a86b); box-shadow: 0 0 0 4px rgba(20,168,107,.12); }
.hero h1 { margin-top: 24px; color: #fff; font-size: clamp(46px, 6.3vw, 82px); font-weight: 800; line-height: 1.08; letter-spacing: -2.5px; }
.hero h1 em, .cta-section h2 em { color: var(--sun-500); font-style: normal; }
.hero-lede { max-width: 490px; margin-top: 25px; color: rgba(255,255,255,.77); font-size: clamp(16px, 1.55vw, 19px); line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-note { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.62); font-size: 12px; margin-top: 21px; }
.tiny-check { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--ok-100); background: rgba(20,168,107,.45); font-size: 11px; }
.hero-visual { position: relative; min-width: 0; }
.visual-glow { position: absolute; inset: 13% 5% 2%; background: rgba(79,182,206,.32); filter: blur(50px); border-radius: 50%; }
.dashboard-window { position: relative; z-index: 1; overflow: hidden; background: #fff; border: 7px solid rgba(255,255,255,.15); border-radius: 22px; box-shadow: 0 30px 80px rgba(1,22,31,.32), 0 0 0 1px rgba(255,255,255,.14); transform: rotate(-2.2deg); transition: transform .35s var(--ease); }
.dashboard-window:hover { transform: rotate(0deg) translateY(-5px); }
.window-chrome { height: 38px; display: flex; align-items: center; gap: 10px; padding: 0 13px; color: var(--ink-400); border-bottom: 1px solid var(--line-2); background: #fff; font-size: 10px; }
.chrome-dots { direction: ltr; display: flex; gap: 4px; }
.chrome-dots i { width: 6px; height: 6px; display: block; border-radius: 50%; background: var(--brand-200); }
.chrome-dots i:first-child { background: var(--sun-300); }
.chrome-dots i:last-child { background: var(--ok-100); }
.chrome-time { margin-inline-start: auto; color: var(--ink-300); font-size: 9px; }
.dashboard-shot { aspect-ratio: 16 / 9; overflow: hidden; background: var(--canvas); }
.dashboard-shot img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.98); color: var(--ink-900); border: 1px solid rgba(220,229,236,.85); border-radius: 13px; box-shadow: var(--shadow-pop); padding: 11px 13px; min-width: 188px; }
.floating-card b, .floating-card small { display: block; }
.floating-card b { font-size: 12px; line-height: 1.4; }
.floating-card small { margin-top: 2px; color: var(--ink-400); font-size: 10px; }
.floating-card-top { top: 4%; right: -7%; animation: float 6s ease-in-out infinite; }
.floating-card-bottom { bottom: 1%; left: -8%; animation: float 6s 1s ease-in-out infinite; }
.floating-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; }
.floating-icon svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.floating-icon-green { color: var(--ok-700); background: var(--ok-100); }
.mini-chart { display: flex; height: 30px; align-items: end; gap: 3px; direction: ltr; }
.mini-chart i { width: 5px; display: block; border-radius: 3px 3px 0 0; background: var(--brand-400); }
.mini-chart i:nth-child(1) { height: 12px; }.mini-chart i:nth-child(2) { height: 19px; }.mini-chart i:nth-child(3) { height: 15px; }.mini-chart i:nth-child(4) { height: 25px; background: var(--brand-600); }.mini-chart i:nth-child(5) { height: 30px; background: var(--sun-500); }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 27px; border-top: 1px solid rgba(255,255,255,.13); padding-top: 18px; color: rgba(255,255,255,.56); font-size: 12px; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-pills span { padding: 5px 10px; color: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 11px; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.trust-strip { background: var(--brand-050); border-bottom: 1px solid var(--line-2); }
.trust-grid { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 28px; padding: 30px 0; }
.trust-intro p { margin-top: 3px; color: var(--brand-700); font-size: 14px; font-weight: 700; }
.section-kicker { color: var(--brand-600); font-size: 12px; font-weight: 800; letter-spacing: .1px; }
.trust-item { display: flex; gap: 12px; align-items: flex-start; border-inline-start: 1px solid var(--brand-200); padding-inline-start: 20px; }
.trust-number { color: var(--sun-600); font-family: ui-monospace, monospace; font-size: 12px; font-weight: 700; }
.trust-item strong, .trust-item span:not(.trust-number) { display: block; }
.trust-item strong { color: var(--ink-900); font-size: 13px; }
.trust-item span:not(.trust-number) { margin-top: 3px; color: var(--ink-400); font-size: 11px; }

.section { padding: 128px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 70px; margin-bottom: 54px; }
.section-heading h2, .story-copy h2, .safety-copy h2, .features-intro h2, .growth-copy h2, .compare-heading h2 { margin-top: 14px; color: var(--ink-900); font-size: clamp(33px, 4vw, 55px); font-weight: 800; line-height: 1.2; letter-spacing: -1.4px; }
.section-heading h2 span, .story-copy h2 span, .safety-copy h2 span, .features-intro h2 span, .growth-copy h2 span, .compare-heading h2 span { color: var(--brand-600); }
.section-heading > p { max-width: 400px; color: var(--ink-400); font-size: 16px; line-height: 2; }

.bento-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.bento-card { min-width: 0; overflow: hidden; background: var(--canvas); border: 1px solid var(--line-2); border-radius: var(--radius); position: relative; transition: transform .3s var(--ease), box-shadow .3s ease; }
.bento-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.bento-content { position: relative; z-index: 1; padding: 31px; }
.number-tag { display: block; color: var(--brand-600); font-size: 11px; font-weight: 800; letter-spacing: .4px; }
.bento-card h3 { margin-top: 13px; color: var(--ink-900); font-size: clamp(23px, 2.2vw, 30px); line-height: 1.3; font-weight: 800; }
.bento-card p { max-width: 345px; margin-top: 12px; color: var(--ink-400); font-size: 13px; line-height: 1.9; }
.bento-large { min-height: 520px; display: grid; grid-template-columns: .78fr 1.22fr; background: linear-gradient(120deg, var(--brand-050), #fff 65%); }
.bento-large .bento-content { align-self: start; padding-top: 52px; }
.inline-arrow { display: inline-flex; align-items: center; gap: 7px; margin-top: 23px; color: var(--brand-700); font-size: 12px; font-weight: 800; }
.inline-arrow svg { width: 16px; height: 16px; transition: transform .2s ease; }
.inline-arrow:hover svg { transform: translateX(-4px); }
.bento-image { overflow: hidden; }
.attendance-image { align-self: end; height: 68%; margin: 0 -34px -30px 0; border-radius: 14px 14px 0 0; box-shadow: -10px -5px 30px rgba(6,46,62,.13); transform: rotate(1.7deg); }
.bento-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.bento-record { min-height: 520px; background: var(--sun-050, #fff9f0); }
.bento-record .bento-image { width: calc(100% - 32px); height: 54%; margin: 0 auto -35px; border-radius: 14px 14px 0 0; box-shadow: 0 10px 25px rgba(6,46,62,.12); transform: rotate(-1deg); }
.bento-today { min-height: 386px; background: #f8fbfc; display: grid; grid-template-columns: .82fr 1.18fr; }
.bento-today .bento-content { padding: 27px; }
.bento-today h3 { font-size: 23px; }
.bento-today p { font-size: 12px; }
.today-mini-ui { direction: rtl; margin: 28px 24px 24px -16px; align-self: center; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 12px 30px rgba(6,46,62,.09); }
.mini-ui-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid var(--line-2); }
.mini-ui-head b { color: var(--ink-900); font-size: 13px; }.mini-ui-head span { color: var(--ink-300); font-size: 9px; }
.mini-task { display: flex; align-items: center; gap: 7px; padding: 11px 0; border-bottom: 1px solid var(--line-2); }
.mini-task:last-child { border: 0; padding-bottom: 0; }.mini-task > div { min-width: 0; flex: 1; }.mini-task b, .mini-task small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.mini-task b { color: var(--ink-700); font-size: 10px; }.mini-task small { color: var(--ink-300); font-size: 8px; }
.task-symbol { width: 20px; height: 20px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 6px; color: var(--warn-600); background: var(--warn-100); font-size: 10px; font-weight: 800; }.task-ok { color: var(--ok-700); background: var(--ok-100); }.task-blue { color: var(--brand-700); background: var(--brand-100); }
.mini-task button, .task-done { margin-inline-start: auto; padding: 4px 7px; border: 0; border-radius: 5px; background: var(--sun-100); color: var(--sun-700); font-size: 8px; font-weight: 800; }.task-done { color: var(--ok-700); background: var(--ok-100); }
.bento-report { min-height: 386px; display: grid; grid-template-columns: 1fr .85fr; background: var(--brand-900); }
.bento-report .bento-content { align-self: center; }.bento-report .number-tag { color: var(--brand-300); }.bento-report h3 { color: #fff; font-size: 23px; }.bento-report p { color: rgba(255,255,255,.62); font-size: 12px; }
.phone-frame { position: relative; align-self: end; width: 195px; height: 310px; margin: 0 auto -46px; padding: 8px; border: 5px solid #213f4a; border-bottom: 0; border-radius: 24px 24px 0 0; background: #fff; box-shadow: 0 0 0 1px rgba(255,255,255,.18), 0 22px 40px rgba(0,0,0,.2); transform: rotate(5deg); }
.phone-notch { position: absolute; top: 9px; right: 50%; z-index: 1; width: 62px; height: 13px; background: #213f4a; border-radius: 0 0 10px 10px; transform: translateX(50%); }
.phone-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; border-radius: 14px 14px 0 0; }
.report-orbit { position: absolute; width: 250px; height: 250px; left: -60px; bottom: -110px; border: 1px solid rgba(138,211,228,.22); border-radius: 50%; box-shadow: 0 0 0 28px rgba(138,211,228,.06); }

.story-section { background: var(--canvas); }
.story-grid, .safety-grid, .growth-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 8vw, 125px); }
.story-visual { position: relative; padding: 20px 0 30px 22px; }
.story-image-frame { overflow: hidden; border: 9px solid #fff; border-radius: 20px; box-shadow: var(--shadow-pop); transform: rotate(2.2deg); }
.story-image-frame img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center top; }
.story-image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(14,116,144,.08), transparent); }
.story-stamp { position: absolute; bottom: 0; left: -8px; width: 105px; height: 105px; display: grid; align-content: center; justify-items: center; border-radius: 50%; color: #fff; background: var(--brand-600); border: 7px solid var(--canvas); transform: rotate(-8deg); box-shadow: 0 7px 18px rgba(6,46,62,.18); }
.story-stamp span { font-size: 29px; font-weight: 800; line-height: 1; }.story-stamp small { max-width: 70px; margin-top: 5px; text-align: center; font-size: 9px; line-height: 1.35; }
.lead { margin-top: 22px; color: var(--ink-400); font-size: 17px; line-height: 2; }
.quote-card { display: flex; gap: 10px; margin-top: 27px; padding: 16px 18px; border-right: 3px solid var(--sun-500); background: #fff; border-radius: 10px; box-shadow: 0 4px 14px rgba(6,46,62,.045); }
.quote-mark { height: 28px; color: var(--sun-500); font-family: Georgia, serif; font-size: 35px; line-height: .75; }.quote-card p { color: var(--ink-700); font-size: 13px; font-weight: 600; line-height: 1.9; }
.story-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 27px; }
.story-points div { display: flex; flex-direction: column; gap: 7px; color: var(--ink-900); font-size: 11px; }.story-points span { width: 21px; height: 21px; display: grid; place-items: center; color: var(--ok-700); background: var(--ok-100); border-radius: 50%; font-size: 11px; }.story-points b { font-weight: 700; }

.roles-section { background: #fff; }
.roles-heading { margin-bottom: 32px; }
.role-tabs { display: flex; gap: 7px; margin-bottom: 18px; padding: 7px; width: fit-content; border: 1px solid var(--line); border-radius: 12px; background: var(--canvas); }
.role-tab { min-height: 39px; padding: 0 18px; color: var(--ink-400); border: 0; border-radius: 8px; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; transition: all .2s ease; }
.role-tab:hover { color: var(--brand-700); }.role-tab.is-active { color: #fff; background: var(--brand-600); box-shadow: 0 4px 12px rgba(14,116,144,.18); }
.role-panel { display: grid; grid-template-columns: .74fr 1.26fr; gap: 55px; align-items: center; padding: 33px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(135deg, var(--brand-050), #fff); }
.role-overline { color: var(--sun-600); font-size: 12px; font-weight: 800; }.role-panel h3 { margin-top: 12px; color: var(--ink-900); font-size: clamp(25px, 3vw, 37px); line-height: 1.25; }.role-panel-copy > p { margin-top: 15px; color: var(--ink-400); font-size: 14px; line-height: 2; }
.role-list { display: grid; gap: 9px; margin: 20px 0 26px; list-style: none; }.role-list li { display: flex; align-items: center; gap: 8px; color: var(--ink-700); font-size: 12px; }.role-list li::before { content: "✓"; width: 18px; height: 18px; display: grid; place-items: center; color: var(--ok-700); background: var(--ok-100); border-radius: 50%; font-size: 10px; font-weight: 800; }
.role-panel-image { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow-card); }.role-image-label { display: flex; align-items: center; gap: 7px; padding: 10px 13px; border-bottom: 1px solid var(--line-2); color: var(--ink-700); font-size: 11px; font-weight: 700; }.label-time { margin-inline-start: auto; color: var(--ink-300); font-size: 9px; font-weight: 500; }.role-panel-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; transition: opacity .2s ease; }

.safety-section { background: var(--brand-050); }
.safety-list { display: grid; gap: 16px; margin-top: 30px; }.safety-item { display: flex; align-items: center; gap: 13px; }.safety-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--brand-200); border-radius: 12px; color: var(--brand-700); background: #fff; }.safety-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }.safety-item b, .safety-item small { display: block; }.safety-item b { color: var(--ink-900); font-size: 13px; }.safety-item small { color: var(--ink-400); font-size: 11px; }
.safety-visual { min-height: 440px; position: relative; display: grid; place-items: center; }.safety-ring { position: absolute; border-radius: 50%; border: 1px solid var(--brand-200); }.safety-ring-one { width: 420px; height: 420px; }.safety-ring-two { width: 315px; height: 315px; border-color: rgba(240,162,39,.35); }
.pickup-card { position: relative; z-index: 1; width: min(100%, 360px); padding: 19px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow-pop); }.pickup-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid var(--line-2); color: var(--ink-900); font-size: 13px; font-weight: 800; }.secure-badge { color: var(--ok-700); background: var(--ok-100); border-radius: 999px; padding: 4px 8px; font-size: 9px; }
.pickup-child { display: flex; align-items: center; gap: 10px; padding: 17px 0; }.pickup-child div { flex: 1; }.pickup-child b, .pickup-child small { display: block; }.pickup-child b { color: var(--ink-900); font-size: 13px; }.pickup-child small { color: var(--ink-400); font-size: 10px; }.pickup-arrow { color: var(--brand-400); font-size: 20px; }.avatar { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; color: #fff; font-size: 15px; font-weight: 800; }.avatar-pink { background: #e68ba5; }.avatar-blue { background: var(--brand-500); }.avatar-gold { background: var(--sun-500); }.avatar-green { background: var(--ok-600); }
.pickup-label { color: var(--ink-400); font-size: 10px; }.pickup-people { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 8px; }.pickup-person { position: relative; display: grid; justify-items: center; padding: 9px 2px; border: 1px solid var(--line); border-radius: 10px; }.pickup-person.is-selected { border-color: var(--brand-400); background: var(--brand-050); }.pickup-person .avatar { width: 28px; height: 28px; border-radius: 8px; font-size: 11px; }.pickup-person b { margin-top: 4px; color: var(--ink-900); font-size: 10px; }.pickup-person small { color: var(--ink-400); font-size: 8px; }.selected-check { position: absolute; top: -5px; left: -5px; width: 17px; height: 17px; display: grid; place-items: center; color: #fff; background: var(--ok-600); border-radius: 50%; font-size: 9px; }
.signature-line { display: flex; align-items: center; gap: 10px; margin-top: 15px; padding: 11px; border: 1px dashed var(--brand-300); border-radius: 9px; color: var(--ink-400); font-size: 10px; }.signature-line strong { margin-inline-start: auto; color: var(--ok-700); font-size: 10px; }.signature-line i { color: var(--brand-400); font-size: 22px; line-height: .5; }.pickup-button { width: 100%; min-height: 38px; margin-top: 10px; font-size: 12px; }
.security-note { position: absolute; z-index: 2; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--brand-700); box-shadow: 0 8px 20px rgba(6,46,62,.08); font-size: 10px; font-weight: 800; }.note-one { top: 13%; right: 0; }.note-two { bottom: 11%; left: 0; color: var(--sun-700); }

.features-section { background: #fff; }.features-intro { display: flex; align-items: end; justify-content: space-between; gap: 34px; margin-bottom: 46px; }.features-intro h2 { margin-bottom: 0; }.features-intro > p { max-width: 400px; color: var(--ink-400); font-size: 14px; line-height: 1.9; }.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }.feature-card { position: relative; display: flex; flex-direction: column; padding: 30px 28px 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease); }.feature-card:hover { transform: translateY(-6px); border-color: var(--brand-200); box-shadow: var(--shadow-card); }.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--brand-050); border: 1px solid var(--brand-100); color: var(--brand-600); transition: background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease); }.feature-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }.feature-card:hover .feature-icon { background: var(--brand-600); border-color: var(--brand-600); color: #fff; }.feature-card h3 { margin-top: 21px; color: var(--ink-900); font-size: 19px; font-weight: 800; line-height: 1.45; letter-spacing: -.4px; }.feature-card p { margin-top: 10px; color: var(--ink-400); font-size: 13.5px; line-height: 1.9; }.feature-tag { margin-top: auto; padding-top: 0; align-self: flex-start; padding: 6px 12px; border-radius: 999px; background: var(--brand-050); color: var(--brand-700); font-size: 10.5px; font-weight: 800; letter-spacing: .2px; }.feature-saudi { border-color: var(--sun-300); background: linear-gradient(158deg, var(--sun-100) 0%, #fff 62%); }.feature-saudi .feature-icon { background: #fff; border-color: var(--sun-300); color: var(--sun-600); }.feature-saudi:hover { border-color: var(--sun-500); }.feature-saudi:hover .feature-icon { background: var(--sun-500); border-color: var(--sun-500); color: #fff; }.feature-saudi .feature-tag { background: #fff; color: var(--sun-700); }

.growth-section { background: var(--canvas); }.growth-visual { position: relative; }.growth-window { overflow: hidden; border: 8px solid #fff; border-radius: 19px; background: #fff; box-shadow: var(--shadow-pop); transform: rotate(-1.8deg); }.growth-window-bar { height: 34px; display: flex; align-items: center; padding: 0 11px; color: var(--ink-700); border-bottom: 1px solid var(--line-2); font-size: 10px; font-weight: 800; }.growth-date { margin-inline-start: auto; color: var(--ink-300); font-size: 8px; font-weight: 500; }.growth-window img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; }.conversion-chip { position: absolute; left: -18px; bottom: -16px; display: grid; grid-template-columns: 1fr auto; column-gap: 15px; align-items: center; min-width: 160px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow-pop); }.conversion-chip span { color: var(--ink-400); font-size: 10px; }.conversion-chip b { grid-row: span 2; color: var(--brand-700); font-size: 25px; line-height: 1; }.conversion-chip i { color: var(--ok-700); font-size: 9px; font-style: normal; }.growth-steps { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-top: 25px; }.growth-steps span, .growth-steps b { padding: 7px 10px; color: var(--ink-700); border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 10px; }.growth-steps b { color: var(--ok-700); border-color: var(--ok-100); background: var(--ok-100); }.growth-steps i { color: var(--ink-300); font-size: 14px; font-style: normal; }

.compare-section { padding: 116px 0; background: var(--brand-900); color: #fff; }.compare-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }.compare-heading h2 { color: #fff; }.compare-heading h2 span { color: var(--brand-300); }.compare-heading .section-kicker { color: var(--sun-300); }.comparison-table { overflow: hidden; border: 1px solid rgba(189,231,241,.2); border-radius: 15px; }.comparison-row { min-height: 56px; display: grid; grid-template-columns: 1.05fr 1fr 1fr; align-items: center; gap: 16px; padding: 0 20px; border-bottom: 1px solid rgba(189,231,241,.13); color: rgba(255,255,255,.66); font-size: 12px; }.comparison-row:last-child { border: 0; }.comparison-row strong { color: #fff; font-size: 12px; }.comparison-row b { font-weight: 700; }.comparison-header { min-height: 44px; color: var(--brand-200); background: rgba(255,255,255,.07); font-size: 10px; font-weight: 700; }.comparison-tiny { color: var(--sun-300); }.positive { display: flex; align-items: center; gap: 7px; color: var(--brand-200); }.positive::before { content: "✓"; width: 18px; height: 18px; display: grid; place-items: center; color: var(--brand-900); background: var(--sun-500); border-radius: 50%; font-size: 10px; }

.cta-section { position: relative; overflow: hidden; padding: 110px 0 104px; color: #fff; text-align: center; background: linear-gradient(145deg, var(--brand-700), var(--brand-500)); }.cta-pattern { position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle at 50% 0, transparent 0, transparent 100px, rgba(255,255,255,.9) 101px, transparent 102px); background-size: 240px 240px; }.cta-inner { position: relative; }.cta-logo { width: 78px; height: 78px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 25px; background: #fff; box-shadow: 0 12px 27px rgba(6,46,62,.18); }.cta-logo img { width: 68px; height: 68px; object-fit: contain; }.kicker-on-dark { color: var(--brand-100); }.cta-section h2 { margin-top: 12px; color: #fff; font-size: clamp(42px,6vw,72px); font-weight: 800; line-height: 1.1; letter-spacing: -2px; }.cta-section p { max-width: 430px; margin: 18px auto 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 2; }.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 29px; }.cta-contact { display: flex; justify-content: center; align-items: center; gap: 15px; margin-top: 22px; color: rgba(255,255,255,.64); font-size: 11px; direction: ltr; }.cta-contact i { width: 4px; height: 4px; border-radius: 50%; background: var(--sun-300); }
.footer { padding: 26px 0; background: #fff; }.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }.footer-brand { display: flex; align-items: center; gap: 10px; }.brand-mark-small { width: 33px; height: 33px; border-radius: 10px; }.brand-mark-small img { width: 29px; height: 29px; }.footer-brand strong, .footer-brand span { display: block; }.footer-brand strong { color: var(--brand-900); font-size: 13px; }.footer-brand span { color: var(--ink-400); font-size: 10px; }.footer-copy, .footer-links a { color: var(--ink-300); font-size: 10px; }.footer-links { display: flex; gap: 20px; }.footer-links a:hover { color: var(--brand-700); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s var(--ease); }.reveal.is-visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .1s; }.reveal-delay-2 { transition-delay: .18s; }.reveal-delay-3 { transition-delay: .25s; }

@media (max-width: 980px) {
  .container { width: min(100% - 42px, 760px); }
  .desktop-nav { gap: 17px; }.desktop-nav a { font-size: 12px; }.login-link { display: none; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 75px; padding-bottom: 58px; }.hero-copy { max-width: 660px; }.hero-visual { width: min(100%, 670px); margin: 15px auto 0; }.hero { min-height: auto; }.hero-bottom { margin-top: 8px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }.trust-intro { grid-column: span 2; }.trust-item:nth-child(3) { border-inline-start: 0; }
  .section { padding: 90px 0; }.section-heading { gap: 30px; }
  .bento-large { min-height: 450px; }.bento-record { min-height: 450px; }.bento-today, .bento-report { min-height: 350px; }
  .story-grid, .safety-grid, .growth-grid { gap: 50px; }.story-points { gap: 8px; }
  .role-panel { gap: 30px; }.compare-inner { gap: 40px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 580px); }
  .topbar { height: 68px; }.topbar-inner { gap: 12px; }.brand-copy small { display: none; }.desktop-nav, .topbar-actions .login-link { display: none; }.topbar-actions { margin-inline-start: auto; }.menu-toggle { display: block; }.topbar-actions .button-small { min-height: 36px; padding: 0 12px; font-size: 11px; }
  .mobile-menu { position: absolute; top: 68px; right: 16px; left: 16px; display: grid; gap: 2px; padding: 8px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: var(--shadow-pop); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all .2s ease; }.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }.mobile-menu a { padding: 11px 14px; color: var(--ink-700); border-radius: 8px; font-size: 13px; font-weight: 700; }.mobile-menu a:hover { background: var(--brand-050); color: var(--brand-700); }
  .hero-inner { padding-top: 58px; }.hero h1 { font-size: clamp(43px, 14vw, 68px); letter-spacing: -1.5px; }.hero-lede { font-size: 15px; line-height: 1.9; }.hero-actions .button { flex: 1; min-width: 145px; }.hero-bottom { display: block; }.hero-pills { margin-top: 10px; }.floating-card { transform: scale(.84); }.floating-card-top { right: -10%; top: -7%; }.floating-card-bottom { left: -12%; bottom: -5%; }.dashboard-window { border-width: 4px; border-radius: 15px; }
  .trust-grid { grid-template-columns: 1fr; gap: 20px; }.trust-intro { grid-column: auto; }.trust-item { padding-inline-start: 0; border-inline-start: 0; }.trust-item:nth-child(3) { border-inline-start: 0; }
  .section { padding: 75px 0; }.section-heading { display: block; margin-bottom: 36px; }.section-heading > p { margin-top: 20px; }
  .bento-grid { display: flex; flex-direction: column; }.bento-large { min-height: auto; grid-template-columns: 1fr; }.bento-large .bento-content { padding-top: 30px; }.attendance-image { width: calc(100% - 22px); height: 260px; margin: 0 -15px -28px auto; }.bento-record { min-height: auto; }.bento-record .bento-image { height: 250px; }.bento-today, .bento-report { min-height: auto; grid-template-columns: 1fr; }.today-mini-ui { margin: 0 17px 22px; }.bento-report .bento-content { align-self: start; }.phone-frame { margin-top: 0; width: 170px; height: 275px; }
  .story-grid, .safety-grid, .growth-grid { grid-template-columns: 1fr; gap: 45px; }.story-visual { padding-left: 14px; }.story-copy h2, .safety-copy h2, .growth-copy h2 { font-size: 42px; }.story-points { grid-template-columns: 1fr; gap: 13px; }.story-points div { flex-direction: row; align-items: center; }.story-stamp { left: -2px; width: 92px; height: 92px; }.story-stamp span { font-size: 25px; }
  .roles-heading { margin-bottom: 24px; }.role-tabs { width: 100%; overflow-x: auto; }.role-tab { flex: 1 0 auto; padding-inline: 14px; }.role-panel { grid-template-columns: 1fr; padding: 22px; }.role-panel-image { order: -1; }.role-panel-copy .button { width: 100%; font-size: 12px; }
  .safety-visual { min-height: 410px; }.safety-ring-one { width: 330px; height: 330px; }.safety-ring-two { width: 250px; height: 250px; }.pickup-card { width: min(100%, 335px); }.note-one { right: -4px; }.note-two { left: -4px; }
  .features-intro { display: block; margin-bottom: 30px; }.features-intro > p { margin-top: 14px; max-width: none; font-size: 13px; }.features-grid { grid-template-columns: 1fr; gap: 14px; }.feature-card { padding: 24px 22px; }.feature-card h3 { margin-top: 17px; font-size: 17px; }.feature-card p { font-size: 13px; }.feature-icon { width: 42px; height: 42px; border-radius: 12px; }
  .growth-visual { margin-bottom: 15px; }.conversion-chip { left: -4px; }.growth-steps { gap: 4px; }.growth-steps span, .growth-steps b { padding: 6px 7px; font-size: 9px; }.growth-steps i { font-size: 11px; }
  .compare-section { padding: 78px 0; }.compare-inner { display: block; }.compare-heading { margin-bottom: 35px; }.comparison-row { grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 12px; min-height: 65px; font-size: 10px; }.comparison-row strong { grid-column: span 2; font-size: 11px; }.comparison-header { display: grid; grid-template-columns: 1fr 1fr; min-height: 47px; }.comparison-header span:first-child { display: none; }.comparison-header span { font-size: 9px; }.comparison-header .comparison-tiny { grid-column: 2; }
  .cta-section { padding: 80px 0; }.cta-section h2 { font-size: 54px; }.cta-actions .button { width: 100%; }.cta-contact { flex-direction: column; gap: 3px; }.cta-contact i { display: none; }.footer-inner { flex-direction: column; align-items: flex-start; }.footer-copy { order: 3; }.footer-links { order: 2; }
}

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


/* ==========================================================================
   العنوان الرئيسي وقسم المميزات على الشاشات الأصغر
   ========================================================================== */
.hero h1 { font-size: clamp(44px, 5.5vw, 72px); }
.feature-tag { margin-top: 22px; }
.feature-card p + .feature-tag { margin-top: auto; }
.feature-card p { margin-bottom: 22px; }

@media (max-width: 980px) {
  .features-grid { grid-template-columns: 1fr 1fr; }
  .features-intro { align-items: start; }
}
@media (max-width: 720px) {
  .features-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(42px, 12.5vw, 62px); }
}

/* ==========================================================================
   الحركات — ظهور هادئ، بلا مبالغة
   ========================================================================== */
@keyframes tcFloatOrb { 0%, 100% { transform: translate3d(0, 0, 0) scale(1); } 50% { transform: translate3d(-16px, 20px, 0) scale(1.04); } }
@keyframes tcGridDrift { from { background-position: 0 0, 0 0; } to { background-position: 68px 68px, 68px 68px; } }
@keyframes tcDotPulse { 0% { box-shadow: 0 0 0 0 rgba(20, 168, 107, .38); } 70% { box-shadow: 0 0 0 8px rgba(20, 168, 107, 0); } 100% { box-shadow: 0 0 0 0 rgba(20, 168, 107, 0); } }
@keyframes tcBarGrow { from { transform: scaleY(.25); } to { transform: scaleY(1); } }
@keyframes tcShine { from { transform: translateX(-130%) skewX(-18deg); } to { transform: translateX(230%) skewX(-18deg); } }
@keyframes tcRingSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* ظهور متتابع لعناصر المجموعة الواحدة */
.stagger > * { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s var(--ease); }
.stagger.is-visible > * { opacity: 1; transform: none; }
.stagger.is-visible > *:nth-child(1) { transition-delay: .05s; }
.stagger.is-visible > *:nth-child(2) { transition-delay: .12s; }
.stagger.is-visible > *:nth-child(3) { transition-delay: .19s; }
.stagger.is-visible > *:nth-child(4) { transition-delay: .26s; }
.stagger.is-visible > *:nth-child(5) { transition-delay: .33s; }
.stagger.is-visible > *:nth-child(6) { transition-delay: .40s; }

/* خلفية الهيرو تتنفس ببطء */
.hero-orb-one { animation: tcFloatOrb 19s ease-in-out infinite; }
.hero-orb-two { animation: tcFloatOrb 24s ease-in-out infinite reverse; }
.hero-grid-pattern { animation: tcGridDrift 42s linear infinite; }
.status-dot { animation: tcDotPulse 2.8s ease-in-out infinite; }
.live-dot { animation: tcDotPulse 2.8s .6s ease-in-out infinite; }

/* لمعة خفيفة تمر على الزر الرئيسي */
.button-accent { position: relative; overflow: hidden; }
.button-accent::after { content: ""; position: absolute; top: 0; bottom: 0; width: 42%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .38), transparent); transform: translateX(-130%) skewX(-18deg); pointer-events: none; }
.button-accent:hover::after { animation: tcShine .9s var(--ease); }
.button { transition: transform .28s var(--ease), box-shadow .28s var(--ease), background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button svg { transition: transform .28s var(--ease); }
.button:hover svg { transform: translateX(-4px); }

/* خط يتمدد تحت روابط القائمة */
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; inset-inline: 0; bottom: -7px; height: 2px; border-radius: 2px; background: var(--brand-600); transform: scaleX(0); transform-origin: right; transition: transform .32s var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); }

/* أعمدة الرسم الصغير تنمو عند الظهور */
.mini-chart i { transform-origin: bottom; animation: tcBarGrow .75s var(--ease) both; }
.mini-chart i:nth-child(1) { animation-delay: .15s; }
.mini-chart i:nth-child(2) { animation-delay: .25s; }
.mini-chart i:nth-child(3) { animation-delay: .35s; }
.mini-chart i:nth-child(4) { animation-delay: .45s; }
.mini-chart i:nth-child(5) { animation-delay: .55s; }

/* حلقات قسم التسليم الآمن تدور ببطء شديد */
.safety-ring-one { animation: tcRingSpin 58s linear infinite; }
.safety-ring-two { animation: tcRingSpin 74s linear infinite reverse; }

/* تكبير لطيف لصور بطاقات المنصة */
.bento-image img, .story-image-frame img { transition: transform .7s var(--ease); }
.bento-card:hover .bento-image img, .story-image-frame:hover img { transform: scale(1.035); }

/* تبويبات الأدوار وبطاقات المبادئ */
.role-tab { transition: background .28s var(--ease), color .28s var(--ease), transform .28s var(--ease), border-color .28s var(--ease); }
.role-tab:hover { transform: translateY(-2px); }
.role-panel-image img { transition: opacity .32s ease, transform .5s var(--ease); }
.trust-item { transition: transform .35s var(--ease); }
.trust-item:hover { transform: translateY(-4px); }
.trust-item strong { transition: color .3s ease; }
.trust-item:hover strong { color: var(--brand-700); }
.comparison-row { transition: background .28s ease; }
.comparison-row:not(.comparison-header):hover { background: rgba(255, 255, 255, .06); }

/* إيقاف كل الحركات لمن يفضّل ذلك في إعدادات جهازه */
@media (prefers-reduced-motion: reduce) {
  .hero-orb-one, .hero-orb-two, .hero-grid-pattern, .status-dot, .live-dot,
  .mini-chart i, .safety-ring-one, .safety-ring-two, .button-accent::after { animation: none !important; }
  .stagger > * { opacity: 1; transform: none; }
}
