/* Box landing page (box.sortia.de/about/), shared by all 20 language pages.
   Sortia landing pattern: editorial dark, Inter Tight + JetBrains Mono,
   emerald + cyan accent. Fonts are self-hosted, Latin and Latin Extended only
   (no request to Google or any CDN); Cyrillic, Arabic, Devanagari and CJK use
   the platform's own fonts. Every URL is absolute (/about/...): the pages are
   also served without the trailing slash (/about/de). Logical properties
   everywhere, so dir="rtl" (Arabic) mirrors by itself.
   Hover never moves an element: it tints the background and colours the border. */

@font-face { font-family: "Inter Tight"; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url("/about/fonts/inter-tight-latin.77fefe8c.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; }
@font-face { font-family: "Inter Tight"; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url("/about/fonts/inter-tight-latin-ext.fd9bedda.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 400 600; font-display: swap;
  src: url("/about/fonts/jetbrains-mono-latin.83c005d4.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; }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 400 600; font-display: swap;
  src: url("/about/fonts/jetbrains-mono-latin-ext.db5ff4db.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* Metric-matched fallbacks (measured from the woff2 files) keep the layout
   from jumping while the web fonts load. */
@font-face { font-family: "Inter Tight Fallback"; src: local("Arial"), local("Helvetica Neue"), local("Helvetica");
  size-adjust: 96.97%; ascent-override: 99.9%; descent-override: 24.87%; line-gap-override: 0%; }
@font-face { font-family: "JetBrains Mono Fallback"; src: local("Courier New"), local("Courier");
  size-adjust: 100%; ascent-override: 102%; descent-override: 30%; line-gap-override: 0%; }

:root {
  color-scheme: dark;
  --bg: #0d0f17;
  --bg-2: #11141f;
  --card: #151a28;
  --card-2: #1a2031;
  --ink: #f4f6fb;
  --ink-2: #c3c9d7;
  --ink-3: #8d95ab;
  --ink-4: #636a80;
  --line: rgba(255, 255, 255, .08);
  --line-2: rgba(255, 255, 255, .14);
  --line-3: rgba(255, 255, 255, .22);
  --accent: #34d399;
  --accent-2: #10b981;
  --cyan: #22d3ee;
  --violet: #a78bfa;
  --amber: #fbbf24;
  --rose: #fb7185;
  --accent-soft: rgba(52, 211, 153, .10);
  --accent-line: rgba(52, 211, 153, .30);
  --accent-glow: rgba(52, 211, 153, .40);
  --cyan-soft: rgba(34, 211, 238, .10);
  --cyan-line: rgba(34, 211, 238, .32);
  --font: "Inter Tight", "Inter Tight Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --mono: "JetBrains Mono", "JetBrains Mono Fallback", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --ui: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", sans-serif;
  --container: 1180px;
}
/* Scripts Inter Tight does not cover: Latin runs keep Inter Tight, the rest
   uses the platform's own font for that script. */
:lang(ja) { --font: "Inter Tight", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", Meiryo, "Noto Sans JP", sans-serif; }
:lang(ko) { --font: "Inter Tight", "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }
:lang(zh) { --font: "Inter Tight", "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif; }
:lang(hi) { --font: "Inter Tight", "Nirmala UI", "Kohinoor Devanagari", "Noto Sans Devanagari", sans-serif; }
:lang(ar) { --font: "Inter Tight", "Segoe UI", "Geeza Pro", "Noto Sans Arabic", Tahoma, sans-serif; }

*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  overflow-x: clip;
  background: var(--bg);
}
body {
  margin: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: clip;
  position: relative;
  background: var(--bg);
  color: var(--ink);
  font: 400 16px/1.6 var(--font);
  font-feature-settings: "cv11", "ss01", "ss03";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(52, 211, 153, .16), transparent 60%),
    radial-gradient(ellipse 60% 40% at 100% 30%, rgba(34, 211, 238, .09), transparent 60%),
    radial-gradient(ellipse 50% 50% at 0% 85%, rgba(167, 139, 250, .08), transparent 60%);
}
img, svg, video { max-width: 100%; }
img { display: block; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
::selection { background: var(--accent); color: #06130d; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
.prose a, .access a, .faq-a a, .note a, .strip p a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: rgba(52, 211, 153, .45);
  text-underline-offset: 3px;
}
.prose a:hover, .access a:hover, .faq-a a:hover, .note a:hover { text-decoration-color: var(--accent); }
code, .mono { font-family: var(--mono); }
.prose code, .body code {
  font-size: .86em;
  padding: 1px 6px;
  border-radius: 5px;
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  overflow-wrap: anywhere;
}
:lang(ar) *, :lang(hi) * { letter-spacing: 0 !important; }
:lang(ko) { word-break: keep-all; }

.skip {
  position: absolute;
  z-index: 50;
  inset-inline-start: 12px;
  top: -80px;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--accent);
  color: #06130d;
  font-weight: 700;
}
.skip:focus { top: 12px; }
.container {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 28px;
}
@media (max-width: 720px) { .container { padding-inline: 18px; } }
@media (max-width: 380px) { .container { padding-inline: 14px; } }

.ic {
  width: 18px;
  height: 18px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
[dir="rtl"] .ic-flip { transform: scaleX(-1); }

/* ── nav ─────────────────────────────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(13, 15, 23, .78);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: var(--container);
  min-height: 62px;
  margin-inline: auto;
  padding: 10px 28px;
}
@media (max-width: 720px) { .nav-inner { gap: 10px; padding: 9px 16px; min-height: 58px; } }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -.02em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: #06130d;
  background: linear-gradient(135deg, var(--accent), var(--cyan));
  box-shadow: 0 4px 14px -3px var(--accent-glow);
}
.brand-mark .ic { width: 15px; height: 15px; stroke-width: 2.4; }
.brand-sub { font: 500 12px var(--mono); color: var(--ink-3); letter-spacing: 0; }
@media (max-width: 560px) { .brand-sub { display: none; } }
.nav-links { display: flex; gap: 2px; margin-inline-start: auto; }
.nav-links a {
  padding: 7px 11px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  color: var(--ink-2);
  white-space: nowrap;
  transition: color .15s, background-color .15s, border-color .15s;
}
.nav-links a:hover { color: var(--ink); background: var(--accent-soft); border-color: var(--accent-line); }
@media (max-width: 1020px) { .nav-links { display: none; } .lang { margin-inline-start: auto; } }
.lang { position: static; }
.lang summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border: 1px solid var(--line-2);
  border-radius: 9px;
  list-style: none;
  cursor: pointer;
  font: 600 12.5px/1 var(--mono);
  color: var(--ink-2);
  transition: color .15s, background-color .15s, border-color .15s;
  user-select: none;
}
.lang summary::-webkit-details-marker { display: none; }
.lang summary .ic { width: 16px; height: 16px; }
.lang summary:hover, .lang[open] summary { color: var(--ink); background: var(--accent-soft); border-color: var(--accent); }
.lang-menu {
  position: absolute;
  z-index: 40;
  top: calc(100% + 6px);
  inset-inline-end: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  width: min(470px, calc(100vw - 32px));
  max-height: min(72vh, 600px);
  overflow-y: auto;
  padding: 8px;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  background: #141827;
  box-shadow: 0 28px 70px -16px rgba(0, 0, 0, .7);
}
@media (min-width: 721px) { .lang-menu { inset-inline-end: 28px; } }
@media (max-width: 400px) { .lang-menu { grid-template-columns: minmax(0, 1fr); } }
.lang-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 9px;
  font: 500 14.5px/1.3 var(--ui);
  color: var(--ink-2);
}
.lang-menu a span { min-width: 0; overflow-wrap: anywhere; }
.lang-menu a:hover { color: var(--ink); background: var(--accent-soft); border-color: var(--accent-line); }
.lang-menu a[aria-current="page"] { color: var(--accent); background: var(--accent-soft); border-color: var(--accent); }
.lang-menu .code { flex: none; font: 500 11px var(--mono); color: var(--ink-3); text-transform: uppercase; }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 8px 14px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-weight: 700;
  font-size: 14px;
  color: #06130d;
  background: linear-gradient(135deg, var(--accent), var(--cyan));
  white-space: nowrap;
  transition: background-color .15s, border-color .15s;
}
.nav-cta:hover { border-color: #ecfeff; background: linear-gradient(135deg, #6ee7b7, #67e8f9); }
.nav-cta .ic { width: 15px; height: 15px; stroke-width: 2.4; }
@media (max-width: 380px) { .nav-cta { padding: 7px 10px; font-size: 13px; } .nav-cta .ic { display: none; } }

/* ── buttons ─────────────────────────────────────────────────────────── */
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font: 600 15px/1.25 var(--font);
  text-align: center;
  cursor: pointer;
  transition: background-color .15s, border-color .15s, color .15s;
}
.btn .ic { width: 17px; height: 17px; }
.btn-primary { color: #06130d; background: linear-gradient(135deg, var(--accent), var(--cyan)); box-shadow: 0 12px 32px -12px var(--accent-glow); }
.btn-primary:hover { border-color: #ecfeff; background: linear-gradient(135deg, #6ee7b7, #67e8f9); }
.btn-secondary { color: var(--ink); background: rgba(255, 255, 255, .05); border-color: var(--line-2); }
.btn-secondary:hover { color: #ecfdf5; background: var(--accent-soft); border-color: var(--accent); }
@media (max-width: 600px) {
  .cta-row { flex-direction: column; align-items: stretch; }
  .cta-row .btn { width: 100%; }
}

/* ── hero ────────────────────────────────────────────────────────────── */
.hero { padding: 84px 0 0; }
@media (max-width: 720px) { .hero { padding-top: 44px; } }
.eyebrow, .block-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  padding: 6px 14px;
  border: 1px solid var(--accent-line);
  border-radius: 999px;
  background: var(--accent-soft);
  font: 500 12px/1.3 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
}
.eyebrow { margin-bottom: 26px; }
.eyebrow .dot {
  flex: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@media (max-width: 720px) { .eyebrow, .block-eyebrow { font-size: 10.5px; letter-spacing: .08em; padding: 5px 11px; } }
h1.title {
  margin: 0 0 26px;
  font-size: clamp(30px, 9vw, 124px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.045em;
  overflow-wrap: break-word;
}
@media (min-width: 1181px) { h1.title { font-size: 112px; } }
h1.title em, h2 em, .strip h2 em {
  font-style: normal;
  color: transparent;
  background: linear-gradient(110deg, var(--accent), var(--cyan) 55%, var(--violet));
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
}
h1.title em { animation: shimmer 9s ease-in-out infinite; }
@keyframes shimmer { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
:lang(ja) h1.title, :lang(zh) h1.title, :lang(ko) h1.title { letter-spacing: -.02em; line-height: 1.12; }
:lang(hi) h1.title, :lang(ar) h1.title { line-height: 1.25; }
.lede {
  max-width: 64ch;
  margin-bottom: 32px;
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.6;
  color: var(--ink-2);
}
.lede strong { color: var(--ink); font-weight: 600; }
.access { margin-top: 18px; font-size: 14.5px; color: var(--ink-3); }
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  font: 500 12.5px/1.4 var(--mono);
  color: var(--ink-3);
}
.hero-meta li { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta .ic { width: 15px; height: 15px; color: var(--accent); stroke-width: 2.6; }

/* ── screenshots ─────────────────────────────────────────────────────── */
.frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  background: #0b0e16;
  box-shadow: 0 34px 90px -34px rgba(0, 0, 0, .75);
}
.frame-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .03);
  font: 500 12px/1 var(--mono);
  color: var(--ink-3);
}
.frame-bar .dots { display: inline-flex; gap: 6px; }
.frame-bar .dots i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, .14); }
.frame-bar .url { flex: 1; min-width: 0; overflow: hidden; text-align: center; white-space: nowrap; text-overflow: ellipsis; direction: ltr; }
.frame-bar .lock {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border: 1px solid var(--accent-line);
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.frame-bar .lock .ic { width: 11px; height: 11px; stroke-width: 2.6; }
@media (max-width: 600px) { .frame-bar { padding: 7px 10px; } .frame-bar .dots { display: none; } }
.phone {
  margin: 0;
  padding: 9px;
  border: 1px solid var(--line-3);
  border-radius: 36px;
  background: linear-gradient(160deg, #2a3144, #10131d);
  box-shadow: 0 34px 80px -28px rgba(0, 0, 0, .85);
}
.phone img { border-radius: 27px; background: #0b0e16; }
.shot-caption { margin-top: 12px; font: 500 12px/1.5 var(--mono); color: var(--ink-4); text-align: center; }

.showcase { position: relative; margin-top: 64px; padding-bottom: 36px; }
.showcase .frame { width: 86%; }
.showcase .phone { position: absolute; bottom: 0; inset-inline-end: 0; width: clamp(128px, 24%, 262px); }
.showcase::before {
  content: "";
  position: absolute;
  inset: 8% 10% 0;
  z-index: -1;
  background: radial-gradient(ellipse 60% 70% at 50% 50%, var(--accent-glow), transparent 65%);
  filter: blur(60px);
  opacity: .35;
}
@media (max-width: 720px) {
  .showcase { margin-top: 44px; padding-bottom: 28px; }
  .showcase .frame { width: 92%; }
  .showcase .phone { width: 34%; padding: 5px; border-radius: 22px; }
  .showcase .phone img { border-radius: 17px; }
}

/* ── stats ───────────────────────────────────────────────────────────── */
.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 88px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .02);
}
.stats > div { min-width: 0; padding: 30px 22px; border-inline-end: 1px solid var(--line); }
.stats > div:last-child { border-inline-end: 0; }
.stat-num {
  font: 600 clamp(28px, 3.4vw, 40px)/1 var(--mono);
  letter-spacing: -.02em;
  color: transparent;
  background: linear-gradient(135deg, var(--accent), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  width: fit-content;
}
.stat-lbl { margin-top: 12px; font-size: 14px; line-height: 1.45; color: var(--ink-3); overflow-wrap: anywhere; }
@media (max-width: 820px) {
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 60px; }
  .stats > div { padding: 22px 16px; }
  .stats > div:nth-child(2n) { border-inline-end: 0; }
  .stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

/* ── section heads ───────────────────────────────────────────────────── */
.block { padding-top: 124px; }
@media (max-width: 720px) { .block { padding-top: 76px; } }
.block-head { max-width: 800px; margin-bottom: 48px; }
@media (max-width: 720px) { .block-head { margin-bottom: 32px; } }
h2.block-title {
  margin: 16px 0 16px;
  font-size: clamp(28px, 4.4vw, 54px);
  font-weight: 750;
  line-height: 1.06;
  letter-spacing: -.03em;
  overflow-wrap: break-word;
}
:lang(ja) h2.block-title, :lang(zh) h2.block-title, :lang(ko) h2.block-title { line-height: 1.2; letter-spacing: -.01em; }
:lang(hi) h2.block-title, :lang(ar) h2.block-title { line-height: 1.3; }
.block-sub { max-width: 66ch; font-size: clamp(15.5px, 1.45vw, 18px); line-height: 1.6; color: var(--ink-2); }

/* ── vault + transfer ────────────────────────────────────────────────── */
.duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 920px) { .duo { grid-template-columns: minmax(0, 1fr); } }
.duo-card {
  --tone: var(--accent);
  --tone-soft: var(--accent-soft);
  --tone-line: var(--accent-line);
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%, var(--tone-soft), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .01));
}
.duo-card.transfer { --tone: var(--cyan); --tone-soft: var(--cyan-soft); --tone-line: var(--cyan-line); }
@media (max-width: 720px) { .duo-card { padding: 22px 18px; } }
.duo-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 5px 12px;
  border: 1px solid var(--tone-line);
  border-radius: 999px;
  background: var(--tone-soft);
  color: var(--tone);
  font: 600 12px/1.3 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.duo-tag .ic { width: 15px; height: 15px; }
.duo-card h3 { margin: 0; font-size: clamp(22px, 2.3vw, 30px); font-weight: 700; line-height: 1.15; letter-spacing: -.02em; }
.duo-card > p { color: var(--ink-2); }
.checks { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.checks li { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; align-items: start; color: var(--ink-2); font-size: 15px; line-height: 1.5; }
.checks .ic { width: 18px; height: 18px; margin-top: 2px; color: var(--tone, var(--accent)); stroke-width: 2.4; }
.duo-card .frame { margin-top: auto; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; padding: 0; list-style: none; }
.chips li {
  padding: 6px 12px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  font-size: 13.5px;
  color: var(--ink-2);
  background: rgba(255, 255, 255, .03);
}

/* ── feature rows (text + screenshot) ────────────────────────────────── */
.row {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid var(--line);
}
.row:first-of-type { border-top: 0; padding-top: 8px; }
.row.flip .row-media { order: -1; }
@media (max-width: 920px) {
  .row, .row.flip { grid-template-columns: minmax(0, 1fr); gap: 26px; padding: 32px 0; }
  .row.flip .row-media { order: 0; }
}
.row-copy { min-width: 0; }
.row-media { min-width: 0; position: relative; }
.label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font: 600 12px/1.3 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
}
.label .ic { width: 16px; height: 16px; }
.row h3, .tile h3 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.row-copy > p { color: var(--ink-2); font-size: 16.5px; }
.row-copy .fine { margin-top: 14px; font-size: 14px; color: var(--ink-3); }
.specs { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 0; padding: 0; list-style: none; }
.specs li {
  padding: 4px 9px;
  border: 1px solid var(--line-2);
  border-radius: 7px;
  font: 500 12px/1.4 var(--mono);
  color: var(--ink-2);
  background: rgba(255, 255, 255, .03);
}
.media-pair { position: relative; padding-bottom: 28px; }
.media-pair .frame { width: 88%; }
.media-pair .phone { position: absolute; bottom: 0; inset-inline-end: 0; width: 30%; padding: 6px; border-radius: 24px; }
.media-pair .phone img { border-radius: 18px; }

.tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 12px; }
@media (max-width: 980px) { .tiles { grid-template-columns: minmax(0, 1fr); } }
.tile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
  transition: background-color .15s, border-color .15s;
}
.tile:hover { border-color: var(--accent-line); background-color: rgba(52, 211, 153, .04); }
.tile h3 { font-size: clamp(19px, 1.8vw, 23px); margin-bottom: 8px; }
.tile p { color: var(--ink-2); font-size: 15px; }
.tile .frame { margin-top: auto; border-radius: 10px; }

/* ── numbered list (editor) ──────────────────────────────────────────── */
.editor-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: start; }
@media (max-width: 980px) { .editor-grid { grid-template-columns: minmax(0, 1fr); } }
.feats { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .02); }
.feat {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 4px 14px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  transition: background-color .15s;
}
.feat:last-child { border-bottom: 0; }
.feat:hover { background: rgba(52, 211, 153, .05); }
.feat-num { grid-row: span 2; padding-top: 1px; font: 600 13px/1.4 var(--mono); color: var(--accent); }
.feat-name { font: 600 12.5px/1.4 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--ink); }
.feat-body { font-size: 15px; line-height: 1.55; color: var(--ink-2); overflow-wrap: break-word; }
.editor-media { position: sticky; top: 90px; }
@media (max-width: 980px) { .editor-media { position: static; } }

/* ── sharing ─────────────────────────────────────────────────────────── */
.points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 640px) { .points { grid-template-columns: minmax(0, 1fr); } }
.point {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .02);
  transition: background-color .15s, border-color .15s;
}
.point:hover { border-color: var(--cyan-line); background: var(--cyan-soft); }
.point-ic {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--cyan-line);
  border-radius: 10px;
  color: var(--cyan);
  background: var(--cyan-soft);
}
.point h3 { margin: 0 0 4px; font-size: 16px; font-weight: 650; letter-spacing: -.01em; }
.point p { font-size: 14.5px; line-height: 1.55; color: var(--ink-2); }
.share-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 44px; align-items: center; }
.share-layout .points { grid-template-columns: minmax(0, 1fr); gap: 10px; }
.share-media { display: flex; align-items: flex-end; justify-content: center; gap: 18px; min-width: 0; }
.share-media .frame { flex: 0 1 60%; min-width: 0; }
.share-media .phone { flex: 0 1 36%; min-width: 0; padding: 7px; border-radius: 26px; }
.share-media .phone img { border-radius: 20px; }
.share-layout .point { padding: 14px 16px; }
@media (max-width: 980px) { .share-layout { grid-template-columns: minmax(0, 1fr); } }
.note {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(251, 191, 36, .28);
  border-radius: 12px;
  background: rgba(251, 191, 36, .06);
  color: var(--ink-2);
  font-size: 14.5px;
  line-height: 1.55;
}
.note .ic { color: var(--amber); margin-top: 2px; }
.note strong { color: var(--ink); font-weight: 600; }

/* ── security ────────────────────────────────────────────────────────── */
.chain {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .02);
}
.chain-step {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: 20px 18px 20px 20px;
  border-inline-end: 1px solid var(--line);
}
.chain-step:last-child { border-inline-end: 0; background: var(--accent-soft); }
.chain-n { font: 600 11px/1 var(--mono); color: var(--ink-4); letter-spacing: .12em; }
.chain-k { margin-top: 10px; font-weight: 700; font-size: 17px; line-height: 1.25; letter-spacing: -.01em; }
.chain-v { margin-top: 6px; font-size: 13.5px; line-height: 1.45; color: var(--ink-3); overflow-wrap: anywhere; }
.chain-step .ic { position: absolute; top: 18px; inset-inline-end: 14px; width: 16px; height: 16px; color: var(--accent); }
@media (max-width: 900px) {
  .chain { flex-direction: column; }
  .chain-step { border-inline-end: 0; border-bottom: 1px solid var(--line); padding: 16px 44px 16px 18px; }
  [dir="rtl"] .chain-step { padding: 16px 18px 16px 44px; }
  .chain-step:last-child { border-bottom: 0; }
  .chain-step .ic { transform: rotate(90deg); }
  [dir="rtl"] .chain-step .ic { transform: rotate(90deg); }
}
.sec-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 1020px) { .sec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .sec-grid { grid-template-columns: minmax(0, 1fr); } }
.sec-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .02);
  transition: background-color .15s, border-color .15s;
}
.sec-card:hover { border-color: var(--accent-line); background: rgba(52, 211, 153, .05); }
.sec-card .point-ic { margin-bottom: 14px; border-color: var(--accent-line); color: var(--accent); background: var(--accent-soft); }
.sec-card h3 { margin: 0 0 6px; font-size: 16.5px; font-weight: 650; line-height: 1.3; letter-spacing: -.01em; }
.sec-card p { font-size: 14.5px; line-height: 1.55; color: var(--ink-2); overflow-wrap: break-word; }
.ledger { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 36px; }
@media (max-width: 760px) { .ledger { grid-template-columns: minmax(0, 1fr); } }
.ledger-col { min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .02); }
.ledger-col.cannot { border-color: var(--accent-line); background: var(--accent-soft); }
.ledger-col h3 { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; font-size: 18px; font-weight: 700; }
.ledger-col h3 .ic { width: 20px; height: 20px; }
.ledger-col.can h3 .ic { color: var(--amber); }
.ledger-col.cannot h3 .ic { color: var(--accent); }
.ledger-col ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.ledger-col li { position: relative; padding-inline-start: 18px; font-size: 15px; line-height: 1.5; color: var(--ink-2); }
.ledger-col li::before { content: ""; position: absolute; inset-inline-start: 0; top: .62em; width: 7px; height: 7px; border-radius: 2px; background: var(--ink-4); }
.ledger-col.cannot li::before { background: var(--accent); }
.ledger-foot { margin-top: 16px; font-size: 14px; color: var(--ink-3); }
.ledger-foot a { color: var(--accent); text-decoration: underline; text-decoration-color: rgba(52, 211, 153, .45); text-underline-offset: 3px; }
.ledger-foot a:hover { text-decoration-color: var(--accent); }

/* ── platforms ───────────────────────────────────────────────────────── */
.platforms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 860px) { .platforms { grid-template-columns: minmax(0, 1fr); } }
.plat {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
  transition: border-color .15s, background-color .15s;
}
.plat:hover { border-color: var(--accent-line); background-color: rgba(52, 211, 153, .03); }
@media (max-width: 720px) { .plat { padding: 22px 18px; } }
.plat-eye { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; font: 600 12px/1.3 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.plat-eye .ic { width: 16px; height: 16px; }
.plat h3 { margin: 0 0 10px; font-size: 24px; font-weight: 700; letter-spacing: -.02em; }
.plat > p { margin-bottom: 22px; font-size: 15px; color: var(--ink-2); }
.plat dl { margin: 0 0 26px; }
.plat dl div { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 14px; padding: 10px 0; border-top: 1px solid var(--line); }
.plat dl div:last-child { border-bottom: 1px solid var(--line); }
.plat dt { align-self: center; font: 500 11px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); overflow-wrap: anywhere; }
.plat dd { margin: 0; font-size: 14.5px; line-height: 1.5; color: var(--ink-2); }
@media (max-width: 420px) { .plat dl div { grid-template-columns: minmax(0, 1fr); gap: 4px; } }
.plat .cta-row { margin-top: auto; }
.plat .fine { margin-top: 12px; font-size: 13px; color: var(--ink-3); }

/* ── faq ─────────────────────────────────────────────────────────────── */
.faq { max-width: 880px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 4px;
  list-style: none;
  cursor: pointer;
  font-size: clamp(16.5px, 1.5vw, 18.5px);
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -.01em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--accent); }
.faq summary .ic { width: 20px; height: 20px; color: var(--ink-3); transition: transform .2s; }
.faq details[open] summary .ic { transform: rotate(45deg); color: var(--accent); }
.faq-a { padding: 0 4px 22px; max-width: 72ch; color: var(--ink-2); font-size: 15.5px; line-height: 1.65; }

/* ── final strip ─────────────────────────────────────────────────────── */
.strip {
  position: relative;
  overflow: hidden;
  padding: 64px 40px;
  border: 1px solid var(--accent-line);
  border-radius: 22px;
  text-align: center;
  background:
    radial-gradient(ellipse 60% 55% at 50% 0%, rgba(52, 211, 153, .18), transparent 70%),
    linear-gradient(180deg, rgba(52, 211, 153, .06), transparent 60%),
    var(--card);
}
@media (max-width: 720px) { .strip { padding: 40px 20px; } }
.strip h2 { margin: 0 0 16px; font-size: clamp(28px, 5vw, 54px); font-weight: 750; line-height: 1.05; letter-spacing: -.03em; overflow-wrap: break-word; }
.strip > p { max-width: 56ch; margin: 0 auto 30px; font-size: 16px; color: var(--ink-2); }
.strip .cta-row { justify-content: center; }
.strip .brandline { max-width: none; margin: 28px auto 0; font: 500 12px/1.5 var(--mono); color: var(--ink-4); }

/* ── footer ──────────────────────────────────────────────────────────── */
.foot {
  position: relative;
  z-index: 1;
  margin-top: 96px;
  padding: 28px 16px 44px;
  border-top: 1px solid var(--line);
  text-align: center;
  white-space: nowrap;
  font: 500 13px/1.6 var(--font);
  color: var(--ink-4);
}
.foot a { display: inline-block; padding: 4px 6px; color: var(--ink-3); }
.foot a:hover { color: var(--accent); }

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

/* Android app gallery (real screenshots from the phone app, sample data) */
.android-shots-title { margin: 64px 0 24px; font: 600 12px/1.5 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); text-align: center; }
.android-shots { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px 22px; }
.and-shot { flex: 0 1 220px; min-width: 0; margin: 0; }
.and-shot .phone { padding: 7px; border-radius: 30px; }
.and-shot .phone img { display: block; width: 100%; height: auto; border-radius: 23px; }
@media (max-width: 600px) {
  .android-shots { gap: 20px 12px; }
  .and-shot { flex-basis: calc(50% - 6px); }
  .and-shot .phone { padding: 5px; border-radius: 22px; }
  .and-shot .phone img { border-radius: 17px; }
}
/* Arabic: the Latin monospace has no Arabic letters, use a proportional
   Arabic font for the mono labels instead of a spaced-out fallback */
:lang(ar) { --mono: "JetBrains Mono", "Segoe UI", "Geeza Pro", "Noto Sans Arabic", Tahoma, sans-serif; }
