:root {
  --ink: #f7f8ff;
  --muted: #aeb4cc;
  --subtle: #747b98;
  --night: #080b18;
  --night-raised: #11172a;
  --line: rgba(183, 194, 255, .17);
  --violet: #aebcff;
  --blue: #647cf0;
  --blue-deep: #2a3c75;
  --glow: rgba(112, 133, 255, .23);
  --serif: "Noto Naskh Arabic", "Geeza Pro", "Times New Roman", serif;
  --sans: "SF Pro Arabic", "SF Pro Display", "Tahoma", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% -6%, rgba(92, 113, 232, .22), transparent 31rem),
    radial-gradient(circle at 0 42%, rgba(41, 58, 122, .2), transparent 28rem),
    var(--night);
  font-family: var(--sans);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
figure { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
.skip-link { position: fixed; inset-inline-start: 1rem; top: -4rem; z-index: 20; background: var(--ink); color: var(--night); padding: .55rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1120px, calc(100% - 3rem)); margin-inline: auto; }

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-block: 1.25rem;
}
.wordmark { display: inline-flex; align-items: center; gap: .7rem; font-size: .93rem; font-weight: 700; letter-spacing: -.02em; }
.wordmark img { width: 34px; height: 34px; border-radius: 9px; box-shadow: 0 7px 20px rgba(0, 0, 0, .35); }
.site-nav { display: flex; gap: 1.1rem; color: var(--muted); font-size: .9rem; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--ink); }

.hero { min-height: min(790px, calc(100svh - 0px)); display: grid; align-items: center; padding: 3rem 0 5.5rem; overflow: clip; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(315px, .95fr); align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; color: var(--violet); font-size: .9rem; font-weight: 700; }
.eyebrow::before { content: ""; width: .55rem; height: .55rem; border-radius: 50%; background: currentColor; box-shadow: 0 0 1rem currentColor; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.2; margin: 0; }
h1 { font: 700 clamp(3rem, 6.8vw, 5.8rem)/1.1 var(--serif); max-width: 9ch; margin-top: 1rem; }
.hero-copy { color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.26rem); max-width: 35rem; margin: 1.45rem 0 2rem; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.app-store-badge { display: inline-block; margin: .75rem; line-height: 0; }
.app-store-badge img { width: auto; height: 54px; max-width: 100%; }
.app-store-badge:focus-visible { outline: 2px solid var(--violet); outline-offset: 5px; border-radius: .25rem; }
.text-link { padding: .75rem .2rem; color: var(--muted); font-weight: 700; }
.text-link:hover { color: var(--ink); }
.store-note { margin: 1rem 0 0; color: var(--subtle); font-size: .81rem; }

.device-stage { position: relative; justify-self: center; width: min(100%, 375px); padding: 1.3rem; }
.device-stage::before, .device-stage::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.device-stage::before { width: 28rem; aspect-ratio: 1; top: 13%; left: 50%; transform: translateX(-50%); background: radial-gradient(circle, rgba(104, 126, 241, .34), transparent 65%); filter: blur(8px); }
.device-stage::after { width: 17rem; height: 31rem; inset: auto 0 -2rem auto; background: rgba(105, 124, 240, .13); filter: blur(45px); }
.phone { position: relative; z-index: 1; width: 82%; margin-inline: auto; padding: .58rem; border: 1px solid rgba(255,255,255,.22); background: #03050d; border-radius: 2.85rem; box-shadow: 0 30px 75px rgba(0,0,0,.57), 0 0 0 5px rgba(73, 90, 161, .22); transform: rotate(-4deg); }
.phone::before { content: ""; position: absolute; z-index: 2; top: 1rem; right: 50%; translate: 50% 0; width: 34%; height: 1.3rem; background: #03050d; border-radius: 2rem; }
.phone img { width: 100%; height: auto; aspect-ratio: 1290 / 2796; object-fit: contain; border-radius: 2.28rem; }
.device-caption { position: absolute; z-index: 2; bottom: 1.5rem; inset-inline-end: -2rem; width: 11rem; padding: .9rem 1rem; background: rgba(22, 29, 52, .83); border: 1px solid rgba(180, 193, 255, .2); backdrop-filter: blur(12px); border-radius: 1.15rem; color: var(--muted); font-size: .8rem; box-shadow: 0 14px 35px rgba(0,0,0,.24); }
.device-caption strong { display: block; color: var(--ink); font-size: .95rem; }

.section { padding-block: clamp(5.5rem, 10vw, 9.5rem); }
.section-kicker { color: var(--violet); font-size: .88rem; font-weight: 800; }
.section-heading { margin-top: .55rem; font: 700 clamp(2.15rem, 4.4vw, 4rem)/1.18 var(--serif); max-width: 13ch; }
.section-copy { color: var(--muted); max-width: 40rem; margin: 1rem 0 0; }

.features { border-block: 1px solid var(--line); background: linear-gradient(100deg, rgba(30, 40, 83, .45), rgba(12, 16, 32, .18)); }
.feature-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 4rem; align-items: start; }
.feature-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 2.75rem 1fr auto; gap: .85rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.feature-number { color: var(--violet); font-variant-numeric: tabular-nums; font-size: .83rem; font-weight: 800; direction: ltr; }
.feature-title { font-size: 1.15rem; font-weight: 800; }
.feature-detail { color: var(--muted); font-size: .88rem; }
.feature-arrow { color: var(--violet); font-size: 1.2rem; }

.showcase { overflow: hidden; }
.showcase-top { display: grid; grid-template-columns: 1fr .72fr; gap: 2rem; align-items: end; }
.showcase-top .section-copy { justify-self: end; }
.screens { display: grid; grid-template-columns: .78fr 1.1fr .78fr; width: min(100%, 1050px); align-items: start; gap: clamp(1rem, 3.2vw, 3rem); margin: 4.6rem auto 0; direction: ltr; }
.screen { min-width: 0; overflow: hidden; border-radius: 2.15rem; background: transparent; box-shadow: 0 26px 55px rgba(0,0,0,.27); transition: transform .5s cubic-bezier(.2,.8,.2,1), filter .3s ease; }
.screen:nth-child(1) { margin-top: 5.4rem; }
.screen:nth-child(3) { margin-top: 7.7rem; }
.screen:hover { transform: translateY(-.7rem) !important; filter: brightness(1.08); }
.screen img { width: 100%; height: auto; aspect-ratio: 1290 / 2796; object-fit: contain; }

.closing { position: relative; overflow: hidden; border-top: 1px solid var(--line); text-align: center; }
.closing::before { content: "✦"; position: absolute; top: -6rem; left: 9%; color: rgba(163, 181, 255, .18); font-size: 19rem; line-height: 1; transform: rotate(18deg); }
.closing-inner { position: relative; max-width: 48rem; margin-inline: auto; }
.closing .section-heading { max-width: none; }
.closing .section-copy { margin-inline: auto; }
.closing .actions { justify-content: center; margin-top: 1.9rem; }

.site-footer { padding-block: 2rem 3rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.footer-links { display: flex; gap: 1rem; }
.footer-links a:hover { color: var(--ink); }

.legal-main { padding-block: clamp(3.5rem, 8vw, 6.7rem); }
.legal-header { max-width: 49rem; padding-bottom: 2.6rem; border-bottom: 1px solid var(--line); }
.legal-title { font: 700 clamp(2.7rem, 6vw, 4.8rem)/1.16 var(--serif); }
.legal-date { color: var(--violet); font-size: .93rem; font-weight: 700; margin-top: 1rem; }
.legal-intro { color: var(--muted); margin-top: 1.25rem; }
.legal-content { max-width: 49rem; }
.legal-content section { padding-block: 1.65rem; border-bottom: 1px solid var(--line); }
.legal-content h2 { font: 700 1.55rem/1.3 var(--serif); }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content ul { padding-inline-start: 1.2rem; }
.legal-content strong { color: var(--ink); }
.legal-content a { color: var(--violet); text-decoration: underline; text-underline-offset: .22em; }
.legal-callout { padding: 1.15rem 1.25rem; margin-top: 1.45rem; border: 1px solid rgba(171, 189, 255, .23); border-radius: 1rem; background: rgba(48, 65, 134, .25); color: var(--muted); }
.legal-credit { color: var(--subtle) !important; font-size: .78rem; margin-top: 1.15rem; }

.support-hero { position: relative; min-height: min(690px, calc(100svh - 86px)); overflow: hidden; display: grid; align-items: center; padding: 3.5rem 0 5rem; }
.support-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 47%, rgba(103, 125, 244, .2), transparent 23rem), radial-gradient(circle at 16% 82%, rgba(54, 72, 158, .18), transparent 26rem); pointer-events: none; }
.support-hero-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .78fr); align-items: center; gap: clamp(2rem, 10vw, 10rem); }
.support-hero-copy { max-width: 39rem; }
.support-hero h1 { max-width: 8ch; }
.support-hero-copy > p:not(.support-email) { color: var(--muted); font-size: clamp(1.06rem, 1.8vw, 1.28rem); max-width: 33rem; margin: 1.45rem 0 2rem; }
.support-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .8rem; }
.support-primary-link { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 3.5rem; padding: .8rem 1.15rem; border: 1px solid rgba(188, 201, 255, .24); border-radius: .8rem; background: var(--blue); color: white; font-weight: 800; box-shadow: 0 14px 34px rgba(42, 60, 117, .4); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.support-primary-link:hover, .support-primary-link:focus-visible { background: #7489fa; transform: translateY(-2px); box-shadow: 0 18px 40px rgba(75, 98, 220, .36); }
.support-copy-button { min-height: 3.5rem; padding: .8rem 1rem; border: 0; border-bottom: 1px solid rgba(182, 195, 255, .46); background: transparent; color: var(--muted); cursor: pointer; font-weight: 800; transition: color .2s ease, border-color .2s ease; }
.support-copy-button:hover, .support-copy-button:focus-visible { color: var(--ink); border-color: var(--ink); }
.support-email { direction: ltr; text-align: right; margin: 1.1rem 0 0; color: var(--subtle); font-size: .88rem; }
.support-email a { text-decoration: underline; text-underline-offset: .25em; }
.support-symbol { position: relative; justify-self: center; width: min(100%, 310px); aspect-ratio: 1; display: grid; place-items: center; }
.support-symbol-halo { position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(151, 170, 255, .65) 0 2%, rgba(113, 137, 246, .23) 30%, transparent 70%); filter: blur(2px); animation: support-pulse 5s ease-in-out infinite; }
.support-symbol-mark { position: relative; color: var(--ink); font-size: clamp(6rem, 15vw, 10.7rem); line-height: 1; text-shadow: 0 0 2.8rem rgba(152, 171, 255, .62); animation: support-float 6.4s ease-in-out infinite; }
.support-symbol-orbit { position: absolute; inset: 9%; border: 1px solid rgba(183, 196, 255, .17); border-radius: 50%; }
.support-symbol-orbit-one { transform: rotate(34deg) scaleX(.72); }
.support-symbol-orbit-two { inset: 1%; transform: rotate(-30deg) scaleY(.62); border-color: rgba(116, 139, 244, .24); }
.support-guide { border-block: 1px solid var(--line); background: linear-gradient(105deg, rgba(28, 38, 83, .35), rgba(12, 16, 32, .08)); }
.support-guide-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2.4rem, 7vw, 7rem); align-items: start; }
.support-topics { border-top: 1px solid var(--line); }
.support-topic { display: grid; grid-template-columns: 3rem 1fr; gap: .9rem; padding: 1.55rem 0 1.65rem; border-bottom: 1px solid var(--line); }
.support-topic-number { color: var(--violet); font-weight: 800; font-size: .85rem; direction: ltr; }
.support-topic h3 { font: 700 1.3rem/1.25 var(--serif); }
.support-topic p { margin: .55rem 0 0; color: var(--muted); font-size: .96rem; }
.support-message { position: relative; padding-bottom: clamp(5.5rem, 10vw, 9.5rem); }
.support-message-line { width: min(100%, 1120px); height: 1px; margin: 0 auto; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.support-message-grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; padding-top: clamp(3.8rem, 8vw, 7rem); }
.support-message-copy { color: var(--muted); font-size: 1.05rem; }
.support-message-copy p { margin: 0 0 1.15rem; }
.support-message-copy p + p { color: var(--violet); }
.support-closing { position: relative; overflow: hidden; padding-block: clamp(5.5rem, 10vw, 8.5rem); border-top: 1px solid var(--line); text-align: center; background: radial-gradient(ellipse at 50% 105%, rgba(90, 112, 240, .28), transparent 52%), rgba(19, 26, 53, .5); }
.support-closing::after { content: "✦"; position: absolute; inset-inline-start: 4%; top: -8rem; color: rgba(174, 188, 255, .13); font-size: 20rem; line-height: 1; transform: rotate(-18deg); }
.support-closing-inner { position: relative; z-index: 1; max-width: 48rem; }
.support-closing .section-heading { max-width: none; }
.support-closing p { color: var(--muted); margin: 1rem auto 1.9rem; max-width: 30rem; }
@keyframes support-float { 50% { transform: translateY(-.7rem) rotate(7deg); } }
@keyframes support-pulse { 50% { transform: scale(1.09); opacity: .78; } }

html.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
html.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; } }
@media (max-width: 760px) {
  .shell { width: min(100% - 2rem, 620px); }
  .site-header { padding-block: 1rem; }
  .site-nav { gap: .75rem; font-size: .82rem; }
  .hero { min-height: auto; padding: 3rem 0 4.5rem; }
  .hero-grid, .feature-layout, .showcase-top { grid-template-columns: 1fr; }
  .hero-grid { gap: 3.5rem; }
  .hero h1 { max-width: 11ch; }
  .device-stage { width: min(100%, 340px); }
  .device-caption { inset-inline-end: -1rem; }
  .feature-layout { gap: 2.5rem; }
  .showcase-top .section-copy { justify-self: start; }
  .screens { grid-template-columns: .84fr 1.16fr; gap: 1rem; margin-top: 2.8rem; }
  .screen:nth-child(1) { margin-top: 3rem; }
  .screen:nth-child(3) { display: none; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .support-hero { min-height: auto; padding: 3rem 0 4.8rem; }
  .support-hero-inner, .support-guide-layout, .support-message-grid { grid-template-columns: 1fr; }
  .support-hero-inner { gap: 2.3rem; }
  .support-symbol { order: -1; width: min(62vw, 260px); justify-self: start; margin-inline-start: 1.6rem; }
  .support-guide-layout { gap: 2.8rem; }
  .support-message-grid { gap: 1.5rem; }
}
@media (max-width: 510px) { .site-nav { gap: .55rem; font-size: .76rem; } }
@media (max-width: 390px) { .wordmark span { display: none; } .site-nav { gap: .45rem; } .actions { align-items: stretch; flex-direction: column; } .text-link { width: 100%; text-align: center; } .support-actions { align-items: stretch; flex-direction: column; } .support-copy-button { width: 100%; } }
