@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/alexandria-arabic.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/alexandria-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --green-950: #043f35;
  --green-900: #075646;
  --green-800: #08785f;
  --green-700: #0d8c70;
  --green-100: #e2f3ed;
  --green-050: #f2faf6;
  --gold-600: #e79a24;
  --gold-500: #f2ab38;
  --gold-100: #fff0cd;
  --ink: #14221f;
  --muted: #63716d;
  --line: #e3e9e6;
  --paper: #fffefa;
  --surface: #f7f8f5;
  --white: #ffffff;
  --blue: #2c6ecb;
  --red: #c94141;
  --violet: #7248a4;
  --shadow: 0 24px 70px rgba(8, 66, 54, .12);
  --radius-xl: 38px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Alexandria", "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.skip-link { position: fixed; inset-inline-start: 16px; top: -100px; z-index: 1000; background: var(--green-950); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 254, 250, .92);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(7, 84, 69, .08);
}
.nav-wrap { height: 78px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 150px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-inline: auto; }
.main-nav a { font-size: 14px; color: #40504c; transition: color .2s ease; }
.main-nav a:hover { color: var(--green-800); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language-switch { border: 1px solid var(--line); border-radius: 999px; background: #fff; min-width: 80px; height: 40px; display: flex; align-items: center; justify-content: center; gap: 7px; cursor: pointer; color: var(--green-900); font-weight: 700; font-size: 12px; }
.language-divider { height: 14px; width: 1px; background: var(--line); }
.language-next { color: #909995; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 13px; align-items: center; justify-content: center; flex-direction: column; gap: 4px; cursor: pointer; }
.menu-toggle span { width: 18px; height: 2px; border-radius: 2px; background: var(--green-900); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; border: 1px solid transparent; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { height: 42px; padding: 0 18px; font-size: 13px; }
.button-large { min-height: 54px; padding: 0 25px; }
.button-primary { color: #fff; background: var(--green-800); box-shadow: 0 12px 30px rgba(8, 120, 95, .2); }
.button-primary:hover { background: var(--green-900); box-shadow: 0 16px 36px rgba(8, 120, 95, .26); }
.button-ghost { background: #fff; border-color: var(--line); color: var(--green-900); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.hero { position: relative; min-height: 750px; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 14% 24%, #f4eedf 0, transparent 32%), linear-gradient(180deg, #fffef9 0%, #fbfcf8 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 74px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green-800); font-size: 14px; font-weight: 700; margin-bottom: 22px; }
.eyebrow-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 0 6px var(--gold-100); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(48px, 6vw, 78px); line-height: 1.07; letter-spacing: -2.7px; }
h1 span { color: var(--green-800); position: relative; }
h1 span::after { content: ""; position: absolute; inset-inline: 3% 5%; bottom: 1px; height: 9px; border-radius: 99px; background: var(--gold-500); opacity: .24; z-index: -1; transform: rotate(-1deg); }
.hero-lead { color: var(--muted); max-width: 615px; font-size: 19px; line-height: 1.85; margin-bottom: 30px; }
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 32px; }
.hero-assurances span { display: inline-flex; align-items: center; gap: 7px; color: #51605c; font-size: 13px; }
.hero-assurances i { width: 7px; height: 7px; border-radius: 50%; background: var(--green-700); }
.hero-assurances b { font-weight: 600; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .7; }
.hero-glow-one { width: 420px; height: 420px; background: #e7f4ed; right: -220px; top: 50px; }
.hero-glow-two { width: 270px; height: 270px; background: #fff1ce; left: -140px; bottom: 20px; }

.hero-visual { position: relative; min-height: 615px; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(8, 120, 95, .12); border-radius: 50%; }
.visual-orbit-one { width: 540px; height: 540px; }
.visual-orbit-two { width: 430px; height: 430px; }
.phone-shell { position: relative; padding: 10px; border-radius: 44px; background: #101714; box-shadow: 0 36px 90px rgba(11, 47, 40, .24), inset 0 0 0 1px rgba(255,255,255,.18); }
.phone-main { width: 310px; height: 620px; transform: rotate(-3deg); z-index: 2; }
.phone-top { position: absolute; z-index: 3; top: 17px; left: 50%; transform: translateX(-50%); height: 22px; width: 86px; background: #111915; border-radius: 999px; }
.phone-top span { position: absolute; right: 12px; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: #24302c; }
.phone-screen { width: 100%; height: 100%; border-radius: 35px; overflow: hidden; background: #f8f8f3; }
.phone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; min-width: 186px; padding: 12px 14px; border: 1px solid rgba(7,84,69,.09); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 18px 46px rgba(8, 76, 61, .15); backdrop-filter: blur(10px); }
.floating-card small, .floating-card strong { display: block; white-space: nowrap; }
.floating-card small { color: var(--muted); font-size: 11px; }
.floating-card strong { font-size: 13px; color: var(--green-950); }
.floating-icon { width: 39px; height: 39px; border-radius: 12px; display: grid; place-items: center; flex: 0 0 auto; }
.floating-icon.green { color: var(--green-800); background: var(--green-100); }
.floating-icon.gold { color: #bd7410; background: var(--gold-100); }
.floating-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; stroke-linecap: round; }
.floating-sales { top: 124px; inset-inline-end: -28px; }
.floating-cloud { bottom: 112px; inset-inline-start: -22px; }

.trust-strip { background: var(--green-950); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 124px; align-items: stretch; }
.trust-grid > div { display: flex; align-items: center; gap: 17px; padding: 24px 34px; border-inline-end: 1px solid rgba(255,255,255,.11); }
.trust-grid > div:last-child { border-inline-end: 0; }
.trust-grid strong { color: var(--gold-500); font-size: 13px; letter-spacing: 1px; }
.trust-grid span { font-size: 14px; color: rgba(255,255,255,.82); line-height: 1.55; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 52px; }
.section-heading h2, .showcase-copy h2, .security-copy h2, .faq-intro h2, .final-cta h2 { font-size: clamp(36px, 4.3vw, 57px); line-height: 1.18; letter-spacing: -1.7px; margin-bottom: 0; }
.section-heading > p { max-width: 520px; color: var(--muted); margin-bottom: 7px; font-size: 17px; }
.section-kicker { display: block; color: var(--green-800); font-weight: 700; font-size: 13px; margin-bottom: 14px; letter-spacing: .2px; }
.section-heading.centered { display: block; text-align: center; max-width: 760px; margin-inline: auto; margin-bottom: 54px; }
.section-heading.centered p { margin: 18px auto 0; }

.features { background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.feature-card { min-height: 292px; position: relative; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 55px rgba(7, 84, 69, .09); border-color: #cbdcd6; }
.feature-card-wide { grid-column: span 2; display: grid; align-content: space-between; min-height: 292px; background: var(--green-050); }
.feature-card h3 { font-size: 22px; line-height: 1.45; margin: 24px 0 10px; }
.feature-card-wide h3 { font-size: 27px; margin-top: 19px; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.feature-icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; }
.feature-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-icon.dark-green { color: #fff; background: var(--green-800); }
.feature-icon.pale-green { color: var(--green-800); background: var(--green-100); }
.feature-icon.pale-gold { color: #b9710e; background: var(--gold-100); }
.feature-icon.pale-blue { color: var(--blue); background: #e9f1fc; }
.feature-icon.pale-violet { color: var(--violet); background: #f0e9f8; }
.feature-number { position: absolute; inset-inline-end: 24px; top: 25px; color: #b4c6c0; font-size: 12px; font-weight: 700; letter-spacing: 1px; }
.feature-tags { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.feature-tags span { padding: 9px 15px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); color: #53615d; font-size: 12px; }

.showcase { background: linear-gradient(135deg, #f4faf7 0%, #fffaf0 100%); overflow: hidden; }
.showcase-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.showcase-copy > p { margin: 24px 0 32px; color: var(--muted); font-size: 17px; }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.check-list li { display: flex; align-items: flex-start; gap: 13px; }
.check-list li > span { width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; color: var(--green-800); background: var(--green-100); font-weight: 800; flex: 0 0 auto; }
.check-list b, .check-list small { display: block; }
.check-list b { font-size: 15px; }
.check-list small { color: var(--muted); margin-top: 1px; }
.showcase-phones { position: relative; height: 690px; }
.phone-secondary, .phone-receipt { position: absolute; width: 306px; height: 620px; }
.phone-secondary { inset-inline-start: 8%; top: 45px; transform: rotate(-5deg); z-index: 2; }
.phone-receipt { inset-inline-end: 6%; top: 0; transform: rotate(5deg); z-index: 1; opacity: .94; }
.receipt-screen img { object-position: top center; }

.workflow { background: var(--paper); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: step; }
.step { position: relative; min-height: 245px; padding: 30px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); }
.step::after { content: ""; position: absolute; top: 46px; inset-inline-end: -17px; width: 18px; border-top: 1px dashed #a7bbb4; }
.step:last-child::after { display: none; }
.step-index { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 14px; color: var(--green-800); background: var(--green-100); font-size: 12px; font-weight: 800; }
.step h3 { margin: 36px 0 9px; font-size: 21px; }
.step p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.security { background: #fff; }
.security-card { min-height: 560px; display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 80px; padding: 70px; color: #fff; background: var(--green-950); border-radius: var(--radius-xl); overflow: hidden; }
.security-art { position: relative; min-height: 360px; display: grid; place-items: center; }
.shield { width: 174px; height: 174px; border-radius: 48px; display: grid; place-items: center; background: linear-gradient(145deg, #119575, #08715b); box-shadow: 0 28px 70px rgba(0,0,0,.22); transform: rotate(-4deg); position: relative; z-index: 2; }
.shield svg { width: 92px; fill: none; stroke: #fff; stroke-width: 3.6; stroke-linecap: round; stroke-linejoin: round; }
.security-ring { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.ring-one { width: 300px; height: 300px; }
.ring-two { width: 440px; height: 440px; }
.section-kicker.light { color: #79d7bf; }
.security-copy > p { color: rgba(255,255,255,.7); margin: 25px 0 36px; font-size: 16px; }
.security-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.security-points span { padding: 18px; border-radius: 17px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.09); }
.security-points b, .security-points small { display: block; }
.security-points b { font-size: 13px; }
.security-points small { color: rgba(255,255,255,.55); margin-top: 5px; font-size: 11px; line-height: 1.6; }

.faq { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro > p { color: var(--muted); margin: 23px 0; }
.text-link { color: var(--green-800); font-weight: 700; font-size: 14px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 0 22px; border-radius: 18px; border: 1px solid var(--line); background: #fff; }
.faq-list summary { list-style: none; cursor: pointer; position: relative; padding: 21px 0; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; inset-inline-end: 0; top: 50%; transform: translateY(-50%); color: var(--green-800); font-size: 23px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); margin: -4px 0 22px; padding-inline-end: 30px; font-size: 14px; }

.final-cta { background: #fff; }
.final-cta-card { text-align: center; padding: 70px 30px; border-radius: var(--radius-xl); background: linear-gradient(160deg, #fff8e7, #eff9f5); border: 1px solid #e8ece8; }
.final-cta-card > img { width: 82px; height: 82px; object-fit: contain; margin: 0 auto 20px; border-radius: 20px; }
.final-cta-card p { max-width: 560px; margin: 21px auto 27px; color: var(--muted); }
.centered-actions { justify-content: center; }

.site-footer { padding-top: 72px; background: #f6f7f4; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1fr 1.35fr; gap: 80px; padding-bottom: 54px; }
.footer-brand img { width: 160px; height: auto; }
.footer-brand p { color: var(--muted); margin-top: 16px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.footer-links div { display: grid; align-content: start; gap: 9px; }
.footer-links b { margin-bottom: 5px; font-size: 13px; }
.footer-links a { color: var(--muted); font-size: 13px; }
.footer-links a:hover { color: var(--green-800); }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; color: #78837f; border-top: 1px solid var(--line); font-size: 12px; }

.reveal { opacity: 1; transform: none; }

html[dir="ltr"] h1, html[dir="ltr"] .section-heading h2, html[dir="ltr"] .showcase-copy h2, html[dir="ltr"] .security-copy h2, html[dir="ltr"] .faq-intro h2, html[dir="ltr"] .final-cta h2 { letter-spacing: -2.3px; }
html[dir="ltr"] body { font-family: "Alexandria", "Segoe UI", Arial, sans-serif; }
html[dir="ltr"] .button svg { transform: rotate(180deg); }
html[dir="ltr"] .phone-main { transform: rotate(3deg); }
html[dir="ltr"] .phone-secondary { transform: rotate(5deg); }
html[dir="ltr"] .phone-receipt { transform: rotate(-5deg); }

@media (max-width: 1050px) {
  .hero-grid { gap: 30px; }
  .phone-main { width: 286px; height: 575px; }
  .floating-sales { inset-inline-end: -2px; }
  .floating-cloud { inset-inline-start: 0; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .showcase-grid { gap: 35px; }
  .showcase-phones { transform: scale(.88); transform-origin: center; }
  .security-card { gap: 40px; padding: 55px 45px; }
}

@media (max-width: 820px) {
  :root { --shell: min(calc(100% - 28px), 680px); --radius-xl: 28px; }
  .section-pad { padding: 78px 0; }
  .nav-wrap { height: 68px; display: block; position: relative; }
  .brand { width: 124px; min-width: 124px; position: fixed; right: 14px; top: 34px; transform: translateY(-50%); z-index: 2; }
  .brand img { width: 124px; }
  .menu-toggle { display: flex; margin: 0; position: absolute; left: 80px; top: 50%; transform: translateY(-50%); }
  .main-nav { display: none; position: fixed; inset: 68px 0 auto; padding: 20px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(6,58,47,.1); flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px; border-bottom: 1px solid #edf0ee; font-weight: 700; }
  .nav-actions { position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
  .nav-actions .button { display: none; }
  .hero { min-height: auto; padding-top: 82px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 680px; margin-inline: auto; }
  .eyebrow, .hero-actions, .hero-assurances { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { min-height: 630px; }
  .trust-grid { grid-template-columns: 1fr; padding: 13px 0; }
  .trust-grid > div { border-inline-end: 0; border-bottom: 1px solid rgba(255,255,255,.1); padding: 16px 10px; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-copy { text-align: center; }
  .check-list { text-align: start; max-width: 520px; margin-inline: auto; }
  .showcase-phones { height: 650px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: auto; }
  .step::after { display: none; }
  .step h3 { margin-top: 23px; }
  .security-card { grid-template-columns: 1fr; text-align: center; padding: 45px 25px; }
  .security-art { min-height: 310px; }
  .security-points { text-align: start; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-intro { position: static; text-align: center; }
  .footer-top { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 820px) {
  html[dir="ltr"] .brand { right: auto; left: 14px; }
  html[dir="ltr"] .menu-toggle { left: auto; right: 80px; }
  html[dir="ltr"] .nav-actions { left: auto; right: 0; }
}

@media (max-width: 560px) {
  .section-pad { padding: 64px 0; }
  .nav-actions { gap: 4px; }
  .language-switch { min-width: 72px; }
  h1 { font-size: 45px; letter-spacing: -1.6px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-assurances { display: grid; justify-content: start; text-align: start; width: max-content; margin-inline: auto; }
  .hero-visual { min-height: 560px; }
  .phone-main { width: 260px; height: 520px; }
  .visual-orbit-one { width: 430px; height: 430px; }
  .visual-orbit-two { width: 350px; height: 350px; }
  .floating-card { min-width: 156px; padding: 9px 10px; }
  .floating-sales { top: 88px; inset-inline-end: -8px; }
  .floating-cloud { bottom: 82px; inset-inline-start: -8px; }
  .section-heading h2, .showcase-copy h2, .security-copy h2, .faq-intro h2, .final-cta h2 { font-size: 36px; letter-spacing: -1px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: auto; }
  .feature-card { min-height: 250px; }
  .showcase-phones { height: 590px; }
  .phone-secondary, .phone-receipt { width: 245px; height: 500px; }
  .phone-secondary { inset-inline-start: -6%; top: 70px; }
  .phone-receipt { inset-inline-end: -6%; }
  .security-art { min-height: 250px; }
  .shield { width: 132px; height: 132px; border-radius: 38px; }
  .shield svg { width: 70px; }
  .ring-one { width: 230px; height: 230px; }
  .ring-two { width: 320px; height: 320px; }
  .security-points { grid-template-columns: 1fr; }
  .final-cta-card { padding: 54px 20px; }
  .centered-actions .button { width: 100%; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; }
}

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