:root {
  --green-950: #073d35;
  --green-900: #095448;
  --green-800: #0f6b5c;
  --green-700: #187c6b;
  --green-100: #d9ece8;
  --mint-50: #f2f8f6;
  --mint-100: #e8f2f0;
  --paper: #fff;
  --warm: #fcfaf8;
  --ink: #182220;
  --muted: #5d6b68;
  --border: #dce7e4;
  --gold: #d7b659;
  --shadow: 0 22px 60px rgba(15, 73, 63, .12);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); 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 { position: fixed; z-index: 200; left: 16px; top: -60px; background: var(--ink); color: white; padding: 12px 18px; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(220,231,228,.8);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 36px; height: 36px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktop-nav a { color: #4d5d5a; font-size: 14px; font-weight: 600; transition: color .2s; }
.desktop-nav a:hover { color: var(--green-800); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.language-button { border: 0; background: transparent; display: flex; align-items: center; gap: 7px; cursor: pointer; font-size: 13px; font-weight: 600; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s, background .2s, border-color .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 17px; border-radius: 11px; }
.button-solid { color: white; background: var(--green-800); box-shadow: 0 10px 24px rgba(15,107,92,.18); }
.button-solid:hover { background: var(--green-900); box-shadow: 0 13px 28px rgba(15,107,92,.24); }
.button-outline { border-color: #b9cbc7; background: rgba(255,255,255,.7); color: var(--green-950); }
.button-outline:hover { border-color: var(--green-800); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; }
.mobile-nav { display: none; padding: 0 20px 20px; }
.mobile-nav.open { display: grid; }
.mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--border); font-weight: 600; }

.hero { min-height: 740px; padding: 82px 0 86px; position: relative; overflow: hidden; background: linear-gradient(135deg, #fbfdfc 0%, #eef7f4 100%); }
.hero-pattern {
  position: absolute; inset: 0; opacity: .22;
  background-image: linear-gradient(30deg, transparent 48%, rgba(15,107,92,.08) 49%, rgba(15,107,92,.08) 51%, transparent 52%), linear-gradient(-30deg, transparent 48%, rgba(15,107,92,.06) 49%, rgba(15,107,92,.06) 51%, transparent 52%);
  background-size: 44px 76px;
  mask-image: linear-gradient(90deg, #000, transparent 62%);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 68px; position: relative; }
.eyebrow, .section-label { color: var(--green-800); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid #cce3de; border-radius: 999px; background: rgba(255,255,255,.8); }
.status-dot { width: 7px; height: 7px; background: var(--green-700); border-radius: 50%; box-shadow: 0 0 0 4px rgba(24,124,107,.12); }
.hero h1 { max-width: 660px; margin: 23px 0 22px; font-size: clamp(46px, 5.2vw, 74px); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 span { color: var(--green-800); }
.hero-lede { max-width: 610px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 20px; list-style: none; padding: 0; margin: 29px 0 0; color: #54635f; font-size: 12px; font-weight: 600; }
.trust-list span { color: var(--green-800); margin-right: 5px; }
.hero-visual { min-height: 570px; position: relative; display: grid; place-items: center; }
.mint-orbit { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: #d9eee9; box-shadow: inset 0 0 0 1px #cbe5df; }
.mint-orbit::before, .mint-orbit::after { content: ""; position: absolute; border: 1px solid rgba(15,107,92,.15); border-radius: 50%; inset: 37px; }
.mint-orbit::after { inset: 87px; }
.phone-frame { position: relative; z-index: 2; width: 291px; height: 578px; border: 7px solid #152421; border-radius: 42px; background: var(--mint-100); box-shadow: var(--shadow); overflow: hidden; transform: rotate(2deg); }
.phone-frame::before { content: ""; position: absolute; z-index: 4; top: 7px; left: 50%; transform: translateX(-50%); width: 100px; height: 25px; background: #152421; border-radius: 18px; }
.phone-bar { height: 47px; padding: 14px 19px 0; display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; }
.phone-body { padding: 13px 14px; }
.mini-eyebrow { margin: 0 0 7px; font-size: 8px; letter-spacing: .15em; color: var(--green-800); font-weight: 800; }
.phone-body > h2 { font-size: 19px; margin: 0 0 18px; }
.home-masjid-card { background: white; border: 1px solid #e3eae8; border-radius: 15px; padding: 14px; box-shadow: 0 4px 18px rgba(31,72,63,.06); }
.card-kicker { display: flex; justify-content: space-between; font-size: 7px; letter-spacing: .08em; color: #5b6865; }
.card-kicker b { color: var(--green-800); letter-spacing: 0; }
.home-masjid-card h3 { margin: 12px 0 3px; font-size: 16px; }
.home-masjid-card > p { margin: 0; font-size: 8px; color: #73807d; }
.mini-prayers { display: grid; grid-template-columns: repeat(5, 1fr); gap: 3px; margin-top: 17px; }
.mini-prayers span { text-align: center; padding: 7px 1px; border-radius: 7px; }
.mini-prayers small { display: block; font-size: 6px; margin-bottom: 6px; }
.mini-prayers b { font-size: 10px; }
.mini-prayers .active { background: var(--green-800); color: white; }
.card-link { display: flex; justify-content: space-between; padding-top: 12px; margin-top: 10px; border-top: 1px solid #edf0ef; color: #687571; font-size: 8px; }
.card-link span { color: var(--green-800); font-weight: 700; }
.nearby-title { display: flex; justify-content: space-between; margin: 18px 0 9px; font-size: 8px; letter-spacing: .1em; }
.nearby-title span { color: var(--green-800); letter-spacing: 0; }
.nearby-card { display: grid; grid-template-columns: 42px 1fr; gap: 10px; position: relative; padding: 10px; margin-top: 8px; border: 1px solid #dfe7e4; border-radius: 11px; background: #fff; }
.nearby-card > b { display: grid; place-items: center; height: 40px; background: #f5f7f6; border: 1px solid #e0e6e4; border-radius: 7px; font-size: 8px; text-align: center; }
.nearby-card strong, .nearby-card span small { display: block; font-style: normal; }
.nearby-card strong { font-size: 9px; margin-top: 4px; }
.nearby-card span small { font-size: 7px; color: #77827f; margin-top: 4px; }
.nearby-card em { grid-column: 1 / -1; padding-top: 8px; border-top: 1px solid #edf0ef; color: var(--green-800); font-size: 7px; text-align: right; font-style: normal; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid rgba(214,229,225,.9); border-radius: 14px; background: rgba(255,255,255,.95); box-shadow: 0 18px 40px rgba(27,70,61,.13); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: #71807c; font-size: 9px; margin-bottom: 3px; }
.floating-card strong { font-size: 12px; }
.float-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--green-100); color: var(--green-800); font-size: 18px; }
.floating-prayer { left: -10px; top: 111px; }
.floating-live { right: -2px; bottom: 90px; }
.live-pulse { width: 11px; height: 11px; border-radius: 50%; background: #39a877; box-shadow: 0 0 0 6px rgba(57,168,119,.13); }

.quiet-strip { padding: 23px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: white; }
.strip-grid { display: flex; align-items: center; justify-content: center; gap: 28px; color: #63716e; font-size: 13px; }
.strip-grid > span { color: var(--green-800); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.strip-grid strong { font-weight: 600; }
.strip-grid i { width: 4px; height: 4px; border-radius: 50%; background: #a2b2ae; }

.section { padding: 112px 0; }
.section-tint { background: var(--mint-50); }
.split-layout { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 100px; }
.image-stage { min-height: 680px; position: relative; display: grid; place-items: center; border-radius: 32px; background: var(--mint-100); overflow: hidden; }
.image-stage::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; border: 1px solid #c8e0db; }
.image-card { position: relative; z-index: 1; overflow: hidden; box-shadow: 0 25px 70px rgba(16,72,62,.18); }
.customer-shot { width: 305px; max-height: 630px; border: 6px solid #174d43; border-radius: 35px; }
.customer-shot img { width: 100%; }
.stage-note { position: absolute; z-index: 2; right: 17px; bottom: 47px; display: grid; grid-template-columns: 35px 1fr; gap: 2px 10px; width: 205px; padding: 13px; border-radius: 13px; background: #fff; box-shadow: 0 15px 35px rgba(21,66,58,.16); }
.stage-note > span { grid-row: 1 / 3; display: grid; place-items: center; border-radius: 10px; background: var(--green-100); color: var(--green-800); }
.stage-note b { font-size: 11px; }
.stage-note small { color: #6d7976; font-size: 8px; }
.section-copy h2, .center-heading h2 { margin: 15px 0 19px; font-size: clamp(34px, 4vw, 50px); line-height: 1.13; letter-spacing: -.04em; }
.section-copy > p, .center-heading > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-list { display: grid; gap: 8px; margin-top: 30px; }
.feature-list article { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.feature-list article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--green-800); background: var(--green-100); font-weight: 700; }
.feature-list h3 { margin: 0 0 5px; font-size: 15px; }
.feature-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.coming-soon { display: inline-flex; margin-top: 24px; padding: 9px 13px; border-radius: 999px; background: #eef2f1; color: #52615e; font-size: 11px; font-weight: 700; }
.center-heading { max-width: 740px; margin: 0 auto 54px; text-align: center; }
.admin-preview { overflow: hidden; border: 1px solid #d8e3e0; border-radius: 22px; background: white; box-shadow: 0 28px 80px rgba(20,77,67,.12); }
.browser-top { height: 48px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 0 17px; border-bottom: 1px solid #e5ecea; background: #fbfcfc; color: #6a7774; font-size: 10px; }
.browser-top > div { display: flex; gap: 6px; }
.browser-top > div span { width: 8px; height: 8px; border-radius: 50%; background: #d9e2e0; }
.browser-top p { text-align: center; }
.browser-top b { justify-self: end; display: flex; align-items: center; gap: 5px; color: var(--green-800); }
.browser-top b i { width: 6px; height: 6px; background: var(--green-700); border-radius: 50%; }
.admin-preview img { width: 100%; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 38px; }
.capability { padding: 27px; border: 1px solid var(--border); border-radius: 17px; background: white; }
.capability > span { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; background: var(--green-100); color: var(--green-800); font-size: 19px; font-weight: 700; }
.capability h3 { margin: 18px 0 9px; font-size: 16px; }
.capability p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.center-action { display: flex; justify-content: center; margin-top: 36px; }

.display-section { position: relative; overflow: hidden; color: white; background: #0d2824; }
.display-section::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(rgba(215,182,89,.28) .7px, transparent .7px); background-size: 23px 23px; }
.display-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 72px; }
.display-section .section-copy > p { color: #b8cbc6; }
.section-label-gold { color: var(--gold); }
.display-points { list-style: none; margin: 28px 0 31px; padding: 0; }
.display-points li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.display-points li > span { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.display-points b, .display-points small { display: block; }
.display-points b { margin-bottom: 5px; font-size: 14px; }
.display-points small { color: #a9bbb7; line-height: 1.5; }
.text-link { color: #f1d481; font-size: 13px; font-weight: 700; }
.display-visual { position: relative; padding-bottom: 50px; }
.screen-frame { position: relative; z-index: 2; padding: 11px; border: 3px solid #273e3a; border-radius: 17px; background: #071411; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.screen-frame img { width: 100%; border-radius: 7px; }
.screen-camera { position: absolute; z-index: 3; top: 3px; left: 50%; width: 5px; height: 5px; background: #536460; border-radius: 50%; }
.screen-stand { position: absolute; z-index: 1; bottom: 11px; left: 50%; width: 140px; height: 65px; border-bottom: 7px solid #293e3a; transform: translateX(-50%); }
.screen-stand::before { content: ""; position: absolute; left: 50%; width: 18px; height: 58px; background: #293e3a; transform: translateX(-50%); }
.display-badge { position: absolute; z-index: 4; right: -18px; bottom: 20px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: #173b34; color: #cbe3dd; font-size: 10px; box-shadow: 0 13px 30px rgba(0,0,0,.24); }
.display-badge span { color: #52d09a; margin-right: 6px; }

.process-section { background: var(--warm); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; padding: 0; margin: 0; counter-reset: steps; }
.process-grid li { position: relative; min-height: 210px; padding: 31px; border: 1px solid #e5e5e0; border-radius: 18px; background: white; }
.process-grid li:not(:last-child)::after { content: "→"; position: absolute; z-index: 3; right: -28px; top: 45px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--border); border-radius: 50%; background: white; color: var(--green-800); }
.process-grid li > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--green-800); color: white; font-size: 12px; font-weight: 800; }
.process-grid h3 { margin: 25px 0 10px; font-size: 18px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.cta-section { padding: 0 0 90px; background: var(--warm); }
.cta-card { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 60px; padding: 60px; border-radius: 25px; color: white; background: var(--green-800); box-shadow: 0 24px 60px rgba(10,75,64,.22); }
.section-label-light { color: #a9e0d5; }
.cta-card h2 { margin: 13px 0 12px; font-size: clamp(32px, 4vw, 46px); line-height: 1.13; letter-spacing: -.04em; }
.cta-card p { max-width: 650px; margin: 0; color: #d0e4df; line-height: 1.7; }
.cta-actions { display: grid; gap: 10px; }
.button-light { background: white; color: var(--green-950); }
.button-ghost { border-color: rgba(255,255,255,.35); color: white; }

footer { padding: 70px 0 25px; background: #0d211e; color: white; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 45px; }
.footer-brand img { width: 39px; height: 39px; }
.footer-grid > div:first-child p { max-width: 260px; margin-top: 18px; color: #93aaa5; font-size: 13px; line-height: 1.6; }
.footer-grid h2 { margin: 0 0 17px; color: #b9cfca; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid a, .footer-grid button, .footer-grid small { color: #91a7a2; font-size: 12px; }
.footer-grid button { padding: 0; border: 0; background: transparent; cursor: pointer; }
.footer-grid a:hover, .footer-grid button:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 58px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.1); color: #758c87; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
[dir="rtl"] body { font-family: "Noto Sans Arabic", Inter, sans-serif; }
[dir="rtl"] .hero-pattern { transform: scaleX(-1); }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero-grid { gap: 25px; }
  .floating-prayer { left: -25px; }
  .floating-live { right: -22px; }
  .split-layout { gap: 55px; }
}

@media (max-width: 820px) {
  .nav-actions > .button, .language-button { display: none; }
  .hero { padding-top: 60px; }
  .hero-grid, .split-layout, .display-grid, .cta-card { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { margin-inline: auto; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .trust-list { justify-content: center; }
  .hero-visual { margin-top: 25px; }
  .quiet-strip { display: none; }
  .section { padding: 82px 0; }
  .split-layout { gap: 58px; }
  .section-copy { max-width: 680px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .display-grid { gap: 60px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: auto; }
  .process-grid li:not(:last-child)::after { content: "↓"; right: auto; left: 31px; top: auto; bottom: -28px; }
  .cta-card { padding: 45px; gap: 32px; }
  .cta-actions { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .nav-wrap { height: 66px; }
  .brand img { width: 32px; height: 32px; }
  .hero { min-height: 0; padding: 48px 0 64px; }
  .hero h1 { font-size: 44px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { display: grid; }
  .trust-list { display: grid; gap: 9px; }
  .hero-visual { min-height: 520px; transform: scale(.88); margin: -5px -20px -35px; }
  .mint-orbit { width: 440px; height: 440px; }
  .phone-frame { width: 270px; height: 536px; }
  .floating-prayer { left: -7px; top: 88px; }
  .floating-live { right: -5px; bottom: 61px; }
  .section { padding: 68px 0; }
  .image-stage { min-height: 580px; }
  .customer-shot { width: 270px; }
  .stage-note { right: 8px; bottom: 24px; }
  .section-copy h2, .center-heading h2 { font-size: 35px; }
  .center-heading { margin-bottom: 36px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability { padding: 23px; }
  .admin-preview { border-radius: 14px; }
  .browser-top { height: 38px; }
  .display-section { padding-bottom: 75px; }
  .display-badge { right: -4px; }
  .cta-section { padding-bottom: 60px; }
  .cta-card { width: calc(100% - 28px); padding: 35px 25px; border-radius: 20px; }
  .cta-actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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