:root {
  --navy: #111827;
  --navy-2: #07111f;
  --teal: #14b8a6;
  --teal-dark: #0f766e;
  --ink: #182230;
  --muted: #667085;
  --line: #dfe4e8;
  --soft: #f4f7f8;
  --white: #fff;
  --gold: #f4b942;
  --coral: #f97066;
  --shadow: 0 24px 70px rgba(17, 24, 39, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "IBM Plex Sans Arabic", "Segoe UI", sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.material-symbols-rounded { font-family: "Material Symbols Rounded"; font-weight: normal; font-style: normal; font-size: 24px; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: "liga"; -webkit-font-smoothing: antialiased; font-feature-settings: "liga"; font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24; line-height: 1; }
.skip-link { position: fixed; z-index: 1000; top: 8px; right: 8px; padding: 8px 12px; color: #fff; background: var(--navy); transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { color: var(--navy); background: rgba(255,255,255,.96); box-shadow: 0 10px 35px rgba(17,24,39,.09); border-color: var(--line); backdrop-filter: blur(14px); }
.nav-shell { width: min(1180px, calc(100% - 36px)); height: 72px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img { width: 96px; height: 32px; object-fit: contain; filter: brightness(0) invert(1); }
.site-header.is-scrolled .brand img { filter: none; }
.brand > span { width: 1px; height: 23px; background: currentColor; opacity: .24; }
.brand b { color: #53ead8; font-size: .86rem; }
.site-header.is-scrolled .brand b { color: var(--teal-dark); }
.desktop-nav { display: flex; align-items: center; gap: 24px; font-size: .84rem; font-weight: 700; }
.desktop-nav a { opacity: .82; }
.desktop-nav a:hover { opacity: 1; color: var(--teal); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.login-link { font-size: .8rem; font-weight: 700; }
.menu-toggle { display: none; width: 42px; height: 42px; place-items: center; color: currentColor; background: transparent; border: 1px solid currentColor; border-radius: 6px; cursor: pointer; }
.mobile-menu { position: fixed; z-index: 99; top: 72px; inset-inline: 0; display: grid; padding: 12px 20px 24px; color: var(--navy); background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 22px 35px rgba(17,24,39,.15); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { padding: 13px 5px; border-bottom: 1px solid #edf0f2; font-weight: 700; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 9px 16px; border: 1px solid transparent; border-radius: 6px; font-weight: 800; font-size: .82rem; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #042f2e; background: #45dfcc; box-shadow: 0 10px 24px rgba(20,184,166,.24); }
.button-primary:hover { background: #64ead9; }
.button-light { color: var(--navy); background: #fff; border-color: #fff; }
.button-dark { color: #fff; background: var(--navy); }
.button-outline { color: #fff; background: transparent; border-color: rgba(255,255,255,.5); }
.button-large { min-height: 50px; padding: 11px 20px; font-size: .9rem; }

.hero { position: relative; min-height: min(720px, 84vh); display: flex; align-items: center; color: #fff; background: var(--navy-2); overflow: hidden; }
.hero-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 32% center; filter: saturate(.92) contrast(1.02); }
.hero-shade { position: absolute; inset: 0; background: rgba(4, 13, 25, .78); clip-path: polygon(43% 0, 100% 0, 100% 100%, 25% 100%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 36px)); margin: auto; padding: 112px 0 72px; }
.hero-content > * { width: min(620px, 52%); margin-inline-end: auto; }
.hero-kicker { display: flex; align-items: center; gap: 8px; color: #5eead4; font-size: .82rem; font-weight: 800; }
.hero h1 { margin-top: 17px; margin-bottom: 17px; font-size: clamp(2.45rem, 4.5vw, 4rem); line-height: 1.16; letter-spacing: 0; }
.hero h1 span { color: #5eead4; font-size: .68em; }
.hero p { margin-top: 0; color: #d6dde4; font-size: 1.05rem; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 20px; color: #cbd5df; font-size: .76rem; }
.hero-assurances span { display: inline-flex; align-items: center; gap: 5px; }
.hero-assurances .material-symbols-rounded { color: var(--teal); font-size: 1rem; }
.hero-scroll { position: absolute; z-index: 3; bottom: 20px; left: 50%; display: grid; place-items: center; width: 38px; height: 38px; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; transform: translateX(-50%); animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 50% { transform: translate(-50%, 6px); } }

.proof-strip { position: relative; z-index: 4; width: min(1120px, calc(100% - 36px)); min-height: 104px; margin: -28px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 7px; box-shadow: var(--shadow); }
.proof-item { display: grid; place-content: center; gap: 4px; padding: 18px 20px; text-align: center; }
.proof-item + .proof-item { border-inline-start: 1px solid var(--line); }
.proof-item strong { color: var(--navy); font-size: 1.18rem; }
.proof-item span { color: var(--muted); font-size: .75rem; }

.section { width: min(1120px, calc(100% - 36px)); margin: auto; padding: 104px 0; }
.section-heading { width: min(680px, 100%); margin-inline: auto; margin-bottom: 44px; text-align: center; }
.section-heading h2, .product-stage h2, .ai-copy h2, .final-cta h2 { margin: 8px 0 12px; color: var(--navy); font-size: clamp(1.85rem, 3.3vw, 2.8rem); line-height: 1.28; letter-spacing: 0; }
.section-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.85; }
.eyebrow { margin: 0; color: var(--teal-dark); font-size: .75rem; font-weight: 900; }

.intro-section { padding-bottom: 88px; }
.feature-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-item { padding: 26px 22px; }
.feature-item + .feature-item { border-inline-start: 1px solid var(--line); }
.feature-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 16px; border-radius: 6px; }
.feature-icon.teal { color: #0f766e; background: #ccfbf1; }
.feature-icon.navy { color: #243b5a; background: #e7edf4; }
.feature-icon.gold { color: #9a6700; background: #fff3c4; }
.feature-icon.coral { color: #b42318; background: #fee4e2; }
.feature-item h3, .feature-item p { margin: 0; }
.feature-item h3 { color: var(--navy); font-size: 1rem; }
.feature-item p { margin-top: 6px; color: var(--muted); font-size: .8rem; line-height: 1.75; }

.section-dark { width: 100%; padding: 92px max(30px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: .78fr 1.42fr; align-items: center; gap: 52px; color: #fff; background: var(--navy); }
.product-stage .eyebrow { color: #5eead4; }
.product-stage h2 { color: #fff; }
.product-stage-copy > p:not(.eyebrow) { color: #aeb9c7; line-height: 1.9; }
.check-list { display: grid; gap: 10px; padding: 0; margin: 24px 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 8px; color: #d9e0e7; font-size: .84rem; }
.check-list .material-symbols-rounded { color: #48ddcb; font-size: 1.1rem; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: #5eead4; font-weight: 800; font-size: .84rem; }
.dashboard-frame { margin: 0; padding: 8px; background: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.dashboard-frame img { width: 100%; border-radius: 4px; }
.dashboard-frame figcaption { display: flex; align-items: center; gap: 6px; padding: 9px 7px 2px; color: #6b7280; font-size: .68rem; }
.live-dot { width: 7px; height: 7px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 4px #ccfbf1; }

.ai-section { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.ai-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.9; }
.ai-points { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 24px; }
.ai-points > span { display: flex; align-items: center; gap: 7px; padding: 11px; color: #344054; background: #f8fafb; border: 1px solid var(--line); border-radius: 6px; font-size: .74rem; font-weight: 700; }
.ai-points .material-symbols-rounded { color: var(--teal-dark); font-size: 1.1rem; }
.ai-visual { position: relative; min-height: 480px; display: grid; grid-template-columns: 1fr .76fr; align-items: center; gap: 22px; padding: 28px; background: #f3f6f7; border: 1px solid var(--line); border-radius: 7px; overflow: hidden; }
.source-stack { display: grid; gap: 9px; }
.source-stack > div { display: grid; grid-template-columns: 40px 1fr; grid-template-rows: auto auto; column-gap: 10px; align-items: center; padding: 12px; background: #fff; border: 1px solid #dfe4e8; border-radius: 6px; box-shadow: 0 8px 22px rgba(17,24,39,.06); }
.source-stack .material-symbols-rounded { grid-row: 1 / 3; display: grid; place-items: center; width: 40px; height: 40px; color: var(--teal-dark); background: #ccfbf1; border-radius: 5px; }
.source-stack b { color: var(--navy); font-size: .78rem; }
.source-stack small { color: var(--muted); font-size: .65rem; }
.ai-flow, .ai-result { position: absolute; display: grid; place-items: center; text-align: center; border-radius: 7px; }
.ai-flow { left: 27px; top: 46px; width: 138px; min-height: 145px; color: #fff; background: var(--navy); box-shadow: 0 18px 35px rgba(17,24,39,.18); }
.ai-flow .material-symbols-rounded { color: #5eead4; font-size: 2rem; }
.ai-flow b, .ai-result b { font-size: .85rem; }
.ai-flow small, .ai-result small { font-size: .62rem; opacity: .76; }
.ai-result { left: 27px; bottom: 46px; width: 138px; min-height: 145px; color: #064e3b; background: #ccfbf1; border: 1px solid #81e6d9; }
.ai-result .material-symbols-rounded { font-size: 2rem; }

.mobile-showcase { padding: 96px max(18px, calc((100% - 1120px) / 2)); background: #f5f7f8; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mobile-layout { display: grid; grid-template-columns: 1fr 360px 1fr; align-items: center; gap: 46px; }
.phone-shot { width: 360px; margin: 0 auto; overflow: hidden; border: 9px solid var(--navy); border-radius: 44px; box-shadow: 0 24px 55px rgba(17,24,39,.18); }
.phone-shot img { width: 100%; }
.mobile-copy { display: grid; gap: 30px; }
.mobile-point { display: grid; grid-template-columns: 38px 1fr; gap: 13px; }
.mobile-point > span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--teal-dark); background: #ccfbf1; border-radius: 5px; font-size: .72rem; font-weight: 900; }
.mobile-point h3, .mobile-point p { margin: 0; }
.mobile-point h3 { color: var(--navy); font-size: .93rem; }
.mobile-point p { margin-top: 4px; color: var(--muted); font-size: .76rem; line-height: 1.65; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 15px; padding: 30px 24px; }
.steps li + li { border-inline-start: 1px solid var(--line); }
.steps li > span { display: grid; place-items: center; width: 52px; height: 52px; color: #fff; background: var(--navy); border-radius: 6px; font-size: 1.1rem; font-weight: 900; }
.steps b { color: var(--navy); font-size: 1rem; }
.steps p { margin: 6px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.75; }

.section-soft { padding: 96px max(18px, calc((100% - 1120px) / 2)); background: #f7f9fa; }
.use-tabs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 5px; padding: 5px; background: #e9eef0; border-radius: 7px; }
.use-tabs button { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #556070; background: transparent; border: 0; border-radius: 5px; font-weight: 800; cursor: pointer; }
.use-tabs button.is-active { color: var(--navy); background: #fff; box-shadow: 0 5px 15px rgba(17,24,39,.08); }
.use-tabs .material-symbols-rounded { font-size: 1.15rem; }
.use-panel { display: grid; grid-template-columns: 86px minmax(0, 1fr) auto; align-items: center; gap: 24px; margin-top: 18px; padding: 30px; background: #fff; border: 1px solid var(--line); border-inline-start: 5px solid var(--teal); border-radius: 7px; }
.use-icon { display: grid; place-items: center; width: 86px; height: 86px; color: var(--teal-dark); background: #ccfbf1; border-radius: 7px; font-size: 2.35rem; }
.use-panel h3, .use-panel p { margin: 0; }
.use-panel h3 { margin: 5px 0; color: var(--navy); font-size: 1.35rem; }
.use-panel > div > p:last-child { color: var(--muted); font-size: .8rem; line-height: 1.7; }

.plans-section { padding-bottom: 112px; }
.plans-wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 16px; }
.trial-plan, .business-plan { display: grid; align-content: space-between; gap: 24px; min-height: 440px; padding: 32px; border-radius: 7px; }
.trial-plan { background: #effcf9; border: 1px solid #99e8dc; }
.business-plan { color: #fff; background: var(--navy); border: 1px solid var(--navy); }
.plan-label { display: inline-block; margin-bottom: 9px; padding: 4px 8px; color: var(--teal-dark); background: #ccfbf1; border-radius: 4px; font-size: .65rem; font-weight: 900; }
.business-plan .plan-label { color: #fde68a; background: rgba(253,230,138,.12); }
.plans-wrap h3, .plans-wrap p { margin: 0; }
.plans-wrap h3 { color: var(--navy); font-size: 2rem; }
.business-plan h3 { color: #fff; }
.plans-wrap p { margin-top: 7px; color: #576473; line-height: 1.8; }
.business-plan p { color: #b7c1cd; }
.trial-plan ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0; margin: 0; list-style: none; }
.trial-plan li { display: flex; align-items: center; gap: 7px; font-size: .78rem; font-weight: 700; }
.trial-plan li .material-symbols-rounded { color: var(--teal-dark); font-size: 1rem; }
.addons { display: flex; flex-wrap: wrap; gap: 8px; }
.addons span { padding: 8px 10px; color: #d9e1e9; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 5px; font-size: .72rem; }

.faq-section { padding-top: 84px; }
.faq-list { width: min(850px, 100%); margin: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 4px; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .material-symbols-rounded { transition: transform .2s ease; }
.faq-list details[open] summary .material-symbols-rounded { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 20px; padding-inline-end: 4px; color: var(--muted); font-size: .82rem; line-height: 1.85; }

.final-cta { width: min(1180px, calc(100% - 36px)); margin: 0 auto 72px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 52px; color: #fff; background: var(--navy); border-radius: 7px; overflow: hidden; }
.final-cta h2 { max-width: 700px; color: #fff; }
.final-cta-copy > p:last-child { margin: 0; color: #b9c2cd; }
.final-cta .eyebrow { color: #5eead4; }
.final-actions { display: grid; gap: 9px; min-width: 225px; }
.site-footer { width: min(1180px, calc(100% - 36px)); margin: auto; min-height: 150px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 100px; }
.footer-brand b, .footer-brand span { display: block; }
.footer-brand b { color: var(--navy); }
.footer-brand span { color: var(--muted); font-size: .7rem; }
.footer-links { display: flex; gap: 18px; color: #475467; font-size: .72rem; font-weight: 700; }
.site-footer > p { grid-column: 1 / -1; margin: -25px 0 22px; color: #98a2b3; font-size: .68rem; }
.mobile-cta { display: none; }

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

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .hero-content > * { width: min(610px, 64%); }
  .hero-shade { clip-path: polygon(22% 0, 100% 0, 100% 100%, 8% 100%); background: rgba(4,13,25,.82); }
  .feature-rail { grid-template-columns: 1fr 1fr; }
  .feature-item:nth-child(3) { border-inline-start: 0; border-top: 1px solid var(--line); }
  .feature-item:nth-child(4) { border-top: 1px solid var(--line); }
  .section-dark { grid-template-columns: 1fr; }
  .product-stage-copy { max-width: 680px; }
  .ai-section { gap: 36px; }
  .mobile-layout { grid-template-columns: 1fr 300px; }
  .phone-shot { width: 300px; grid-row: 1 / 3; grid-column: 2; }
  .mobile-copy.second { grid-column: 1; }
  .use-tabs { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .nav-shell { width: calc(100% - 24px); height: 64px; }
  .brand img { width: 82px; }
  .brand b { font-size: .72rem; }
  .login-link, .nav-trial { display: none; }
  .mobile-menu { top: 64px; }
  .hero { min-height: min(700px, 84svh); align-items: flex-end; }
  .hero-backdrop { object-position: 39% center; opacity: .55; }
  .hero-shade { clip-path: none; background: rgba(4,13,25,.78); }
  .hero-content { padding: 110px 0 74px; }
  .hero-content > * { width: 100%; }
  .hero h1 { font-size: clamp(2.15rem, 11vw, 3.15rem); }
  .hero p { font-size: .94rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-assurances { gap: 10px; }
  .proof-strip { grid-template-columns: 1fr 1fr; margin-top: 0; width: 100%; border-radius: 0; box-shadow: none; }
  .proof-item:nth-child(3) { border-inline-start: 0; border-top: 1px solid var(--line); }
  .proof-item:nth-child(4) { border-top: 1px solid var(--line); }
  .section { width: calc(100% - 28px); padding: 72px 0; }
  .section-heading { margin-bottom: 30px; text-align: start; }
  .section-heading h2, .product-stage h2, .ai-copy h2, .final-cta h2 { font-size: 1.75rem; }
  .feature-rail { grid-template-columns: 1fr; }
  .feature-item + .feature-item { border-inline-start: 0; border-top: 1px solid var(--line); }
  .feature-item { display: grid; grid-template-columns: 46px 1fr; gap: 13px; padding: 18px 4px; }
  .feature-icon { margin: 0; }
  .section-dark { padding: 68px 14px; gap: 35px; }
  .dashboard-frame { padding: 5px; overflow-x: auto; }
  .dashboard-frame img { width: 780px; max-width: none; }
  .ai-section { grid-template-columns: 1fr; }
  .ai-visual { min-height: 420px; padding: 18px; }
  .ai-flow, .ai-result { left: 18px; width: 122px; }
  .ai-flow { top: 37px; }
  .ai-result { bottom: 37px; }
  .ai-points { grid-template-columns: 1fr; }
  .mobile-showcase, .section-soft { padding: 72px 14px; }
  .mobile-layout { grid-template-columns: 1fr; gap: 30px; }
  .phone-shot { width: min(340px, 92%); grid-row: auto; grid-column: auto; order: -1; }
  .mobile-copy { gap: 18px; }
  .steps { grid-template-columns: 1fr; }
  .steps li + li { border-inline-start: 0; border-top: 1px solid var(--line); }
  .use-tabs { display: flex; overflow-x: auto; padding: 5px; scroll-snap-type: x mandatory; }
  .use-tabs button { min-width: 106px; scroll-snap-align: start; }
  .use-panel { grid-template-columns: 60px 1fr; padding: 20px 16px; gap: 14px; }
  .use-icon { width: 60px; height: 60px; font-size: 1.8rem; }
  .use-panel h3 { font-size: 1.08rem; }
  .use-panel .button { grid-column: 1 / -1; width: 100%; }
  .plans-wrap { grid-template-columns: 1fr; }
  .trial-plan, .business-plan { min-height: 0; padding: 24px 18px; }
  .trial-plan ul { grid-template-columns: 1fr; }
  .final-cta { width: calc(100% - 28px); margin-bottom: 42px; display: grid; padding: 30px 20px; }
  .final-actions { min-width: 0; }
  .site-footer { width: calc(100% - 28px); grid-template-columns: 1fr; align-content: center; padding: 28px 0 86px; }
  .footer-links { flex-wrap: wrap; }
  .site-footer > p { grid-column: auto; margin: 0; }
  .mobile-cta { position: fixed; z-index: 90; right: 10px; bottom: 10px; left: 10px; display: block; transform: translateY(120%); transition: transform .25s ease; }
  .mobile-cta.is-visible { transform: translateY(0); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 51px; color: #043f3a; background: #45dfcc; border: 1px solid #77eddf; border-radius: 7px; box-shadow: 0 14px 35px rgba(17,24,39,.24); font-weight: 900; }
}

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