@font-face {
  font-family: Rabar;
  src: url("../fonts/Rabar.ttf") format("truetype");
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --bg: #06101f;
  --bg2: #0b1730;
  --card: rgba(255, 255, 255, 0.08);
  --card-solid: #101b33;
  --border: rgba(255, 255, 255, 0.12);
  --text: #f4f7ff;
  --text2: #c5d0e6;
  --text3: #8b9bb8;
  --blue: #007fff;
  --cyan: #02a0f0;
  --navy: #012c98;
  --green: #10b981;
  --amber: #f59e0b;
  --red: #ef4444;
  --shadow: 0 24px 80px rgba(1, 20, 60, 0.45);
  --radius: 22px;
  --nav-h: 72px;
  --max: 1160px;
  /* Inter first → Western digits 0–9; Rabar for Kurdish/Arabic text */
  --font: Inter, Rabar, "Segoe UI", Tahoma, sans-serif;
  --num: Inter, ui-sans-serif, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--font);
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(1, 44, 152, 0.35), transparent 55%),
    radial-gradient(900px 500px at 10% 20%, rgba(0, 127, 255, 0.12), transparent 50%),
    radial-gradient(700px 400px at 50% 100%, rgba(2, 160, 240, 0.08), transparent 55%),
    var(--bg);
  color: var(--text);
  line-height: 1.65;
  padding-inline: env(safe-area-inset-left) env(safe-area-inset-right);
  font-variant-numeric: lining-nums tabular-nums;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
}
img { max-width: 100%; height: auto; display: block; background: transparent; }
main, .footer { position: relative; z-index: 1; }
picture { display: block; max-width: 100%; }
.hero__stage > picture:not(.hero__phone) { width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
.num, strong.num, .step__no {
  font-family: var(--num);
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
}

/* Shared icon */
.ico {
  width: 18px; height: 18px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ico--sm { width: 15px; height: 15px; }
.ico--lg { width: 22px; height: 22px; }
.ico--xl { width: 28px; height: 28px; }

/* 3D illustrations */
.illu-3d {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  background: transparent !important;
  filter: drop-shadow(0 12px 24px rgba(0, 40, 120, 0.28));
  user-select: none;
  pointer-events: none;
}
.illu-3d--sm { width: 72px; height: 72px; }
.illu-3d--md { width: 110px; height: 110px; margin-inline: auto; }
.illu-3d--lg { width: 140px; height: 140px; margin-bottom: 12px; }
.illu-3d--step {
  width: 84px;
  height: 84px;
  margin-bottom: 10px;
}
.illu-3d--float {
  position: absolute;
  width: 120px;
  height: 120px;
  inset-inline-end: -18px;
  top: -48px;
  z-index: 2;
  animation: floaty 6s ease-in-out infinite;
}
.hero__3d {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
  flex-wrap: wrap;
}
.hero__3d .illu-3d {
  animation: floaty 7s ease-in-out infinite;
}
.hero__3d .illu-3d:nth-child(2) { animation-delay: -2s; }
.hero__3d .illu-3d:nth-child(3) { animation-delay: -4s; }

.hero__trio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
  max-width: 520px;
  margin-inline: auto;
}
.hero-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 10px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), transparent 40%),
    rgba(14, 27, 51, 0.5);
  backdrop-filter: blur(16px);
  text-align: center;
  min-height: 118px;
  transition: border-color .2s, transform .2s, background .2s;
}
.hero-chip:hover {
  border-color: rgba(0, 127, 255, 0.45);
  transform: translateY(-3px);
}
.hero-chip .illu-3d {
  width: 64px;
  height: 64px;
  margin: 0;
  animation: floaty 6.5s ease-in-out infinite;
}
.hero-chip:nth-child(2) .illu-3d { animation-delay: -2.2s; }
.hero-chip:nth-child(3) .illu-3d { animation-delay: -4.1s; }
.hero-chip span {
  font-size: 12px;
  font-weight: 700;
  color: var(--text2);
  line-height: 1.35;
}

.scenes { padding-top: 8px; }
.scenes__grid {
  display: grid;
  gap: 14px;
}
.scene {
  padding: 10px 10px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(14, 27, 51, 0.4);
  backdrop-filter: blur(18px);
  text-align: center;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.scene:hover {
  border-color: rgba(0, 127, 255, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(1, 30, 80, 0.35);
}
.scene__art-wrap {
  border-radius: 16px;
  margin-bottom: 14px;
  padding: 10px;
  min-height: 0;
  display: block;
  background:
    radial-gradient(80% 70% at 50% 30%, rgba(0,127,255,.12), transparent 65%),
    #f4f8ff;
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
}
.scene__illu {
  width: 140px;
  height: 140px;
  object-fit: contain;
  background: transparent !important;
  filter: drop-shadow(0 14px 28px rgba(0, 40, 120, 0.35));
  transition: transform .35s ease;
}
.scene:hover .scene__illu { transform: scale(1.06) translateY(-4px); }
.scene__art {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  background: transparent !important;
  transition: transform .35s ease;
}
.scene:hover .scene__art { transform: scale(1.02); }
.scene__art--sm { max-width: 420px; }
.scene h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}
.scene p {
  margin: 0;
  color: var(--text3);
  font-size: 14px;
  padding: 0 8px;
}
.hybrid__visual {
  display: flex;
  justify-content: center;
  margin: 8px 0 24px;
}
.hybrid-visual__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 28px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(80% 100% at 50% 0%, rgba(0,127,255,.18), transparent 60%),
    rgba(14, 27, 51, 0.45);
}
.hybrid-visual__row .illu-3d {
  width: 88px;
  height: 88px;
}
.hybrid-visual__sync {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--cyan);
  background: rgba(0,127,255,.14);
  border: 1px solid rgba(0,127,255,.3);
  animation: spinSoft 8s linear infinite;
}
.hybrid-visual__sync svg { width: 28px; height: 28px; }
@keyframes spinSoft {
  to { transform: rotate(360deg); }
}

@media (max-width: 520px) {
  .hero__trio { gap: 8px; }
  .hero-chip { padding: 12px 6px 14px; min-height: 110px; }
  .hero-chip .illu-3d { width: 52px; height: 52px; }
  .hero-chip span { font-size: 11px; }
}
@media (min-width: 900px) {
  .scenes__grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .scene { padding: 22px 18px 24px; }
  .scene__art { max-width: 100%; }
}

.receipt-card--with-3d { position: relative; padding-top: 28px; }
.feature--3d { text-align: center; }
.feature--3d .illu-3d { margin-bottom: 10px; }
.demo__card .illu-3d,
.faq .section-head .illu-3d {
  margin-inline: auto;
  margin-bottom: 8px;
}

.scroll-progress {
  position: fixed; inset: 0 0 auto 0; height: 3px; z-index: 80;
  background: linear-gradient(90deg, var(--navy), var(--blue), var(--cyan));
  transform-origin: right center;
  transform: scaleX(0);
}
[dir="ltr"] .scroll-progress { transform-origin: left center; }

.cursor-glow {
  pointer-events: none;
  position: fixed;
  z-index: 0;
  top: 0; left: 0;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(0, 170, 255, 0.45) 0%, rgba(0, 127, 255, 0.16) 42%, transparent 70%);
  opacity: 0;
  transform: translate(-50%, -50%);
  will-change: transform;
  transition: opacity .35s ease;
}
body.is-pointer .cursor-glow { opacity: 1; }

/* ——— Nav ——— */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 16, 31, 0.92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: border-color .2s, background .2s;
}
.nav.is-scrolled {
  border-bottom-color: var(--border);
  background: rgba(6, 16, 31, 0.97);
}

.nav__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: var(--max);
  margin: 0 auto;
  min-height: 60px;
  padding: 8px 14px;
  padding-top: max(8px, env(safe-area-inset-top));
}

.nav__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: -0.02em;
  min-width: 0;
  flex-shrink: 1;
}
.nav__brand img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  flex-shrink: 0;
}
.nav__brand span {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav__links {
  display: none;
  align-items: center;
  gap: 4px;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}
.nav__links a {
  color: var(--text2);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 10px;
  white-space: nowrap;
  transition: color .15s, background .15s;
}
.nav__links a:hover {
  color: var(--text);
  background: rgba(255,255,255,.06);
}

.nav__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.nav__dl { display: none; }

/* Desktop-only download CTAs (Windows installer) */
.hide-mobile { display: none !important; }
@media (min-width: 980px) {
  .hide-mobile { display: inline-flex !important; }
}

.btn.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.btn--sm {
  min-height: 40px;
  padding: 0 14px;
  font-size: 13px;
  border-radius: 12px;
}

.lang {
  display: flex;
  padding: 3px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
}
.lang button {
  border: 0;
  background: transparent;
  color: var(--text3);
  font-size: 11px;
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 999px;
  white-space: nowrap;
  line-height: 1;
}
.lang button.is-on {
  background: var(--blue);
  color: #fff;
}

.nav__burger {
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  flex-shrink: 0;
}
.nav__burger span {
  display: block;
  width: 16px;
  height: 1.5px;
  background: var(--text);
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.nav__burger.is-open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.nav__burger.is-open span:nth-child(2) {
  opacity: 0;
}
.nav__burger.is-open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.mobile-sheet {
  display: none;
  flex-direction: column;
  gap: 2px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 4px 14px 16px;
  border-top: 1px solid var(--border);
}
.mobile-sheet.is-open {
  display: flex;
}
.mobile-sheet > a {
  padding: 14px 12px;
  border-radius: 12px;
  color: var(--text2);
  font-size: 15px;
  font-weight: 600;
}
.mobile-sheet > a:hover,
.mobile-sheet > a:active {
  background: rgba(255,255,255,.06);
  color: var(--text);
}
.mobile-sheet__ctas {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}
.mobile-sheet__ctas .btn {
  width: 100%;
  justify-content: center;
}
.mobile-sheet__ctas .btn--primary { color: #fff; }
body.sheet-open { overflow: hidden; }

@media (max-width: 420px) {
  .nav__brand span { max-width: 120px; }
  .lang button { padding: 6px 7px; font-size: 10px; }
  .nav__bar { gap: 8px; padding-inline: 12px; }
}

@media (min-width: 980px) {
  .nav__bar {
    min-height: var(--nav-h);
    padding: 0 20px;
  }
  .nav__brand span { font-size: 16px; max-width: none; }
  .nav__links { display: flex; }
  .nav__dl { display: inline-flex; }
  .nav__burger { display: none; }
  .mobile-sheet { display: none !important; }
  .lang button { font-size: 12px; padding: 7px 10px; }
}


.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  min-height: 44px; padding: 0 18px; border-radius: 14px;
  font-size: 14px; font-weight: 700; border: 1px solid transparent;
  transition: transform .18s, opacity .18s, background .18s, box-shadow .18s;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary {
  background: linear-gradient(135deg, var(--navy), var(--blue) 55%, var(--cyan));
  color: #fff;
  box-shadow: 0 8px 28px rgba(0, 127, 255, 0.35);
}
.btn--primary:hover {
  box-shadow: 0 12px 36px rgba(0, 127, 255, 0.5);
}
.btn--ghost {
  background: rgba(255,255,255,.03);
  color: var(--text2);
  border-color: var(--border);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover {
  border-color: rgba(0,127,255,.4);
  color: var(--text);
  background: rgba(0,127,255,.08);
}
.btn--lg { min-height: 50px; padding: 0 22px; }

/* ——— Hero ——— */
.hero {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px 16px 12px;
  overflow-x: clip;
}
.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  align-items: center;
}
.hero__orbs { position: absolute; inset: -80px 0 auto; height: 520px; pointer-events: none; }
.orb {
  position: absolute; border-radius: 50%; filter: blur(40px);
  animation: drift 14s ease-in-out infinite;
}
.orb--a { width: 180px; height: 180px; background: #012c98; inset-inline-start: 8%; top: 20px; opacity: .55; }
.orb--b { width: 140px; height: 140px; background: #007fff; inset-inline-end: 12%; top: 80px; opacity: .35; animation-delay: -4s; }
.orb--c { width: 110px; height: 110px; background: #02a0f0; inset-inline-start: 42%; top: 160px; opacity: .25; animation-delay: -8s; }
@keyframes drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(18px, -22px) scale(1.08); }
}

.hero__copy { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--cyan); font-size: 13px; font-weight: 700; margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(2, 160, 240, 0.28);
  background: rgba(2, 160, 240, 0.1);
}
.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 0 rgba(16, 185, 129, .6);
  animation: ping 2s ease-out infinite;
}
@keyframes ping {
  70% { box-shadow: 0 0 0 10px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}
.hero h1 {
  font-size: clamp(1.75rem, 4.6vw, 3.15rem);
  line-height: 1.22; margin: 0 0 14px; letter-spacing: -0.03em;
  background: linear-gradient(180deg, #fff 30%, #9ec9ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lede { color: var(--text2); font-size: 0.95rem; margin: 0 auto 18px; max-width: 54ch; line-height: 1.75; }
.hero__cta { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.hero__cta .btn { width: 100%; max-width: 320px; }

.hero__stage {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  overflow: visible;
}
.hero__glow {
  position: absolute;
  inset: 18% 8% 8%;
  border-radius: 40%;
  background: radial-gradient(circle, rgba(0,127,255,.35) 0%, rgba(1,44,152,.12) 45%, transparent 70%);
  filter: blur(24px);
  pointer-events: none;
  z-index: 0;
}
.hero__laptop {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 28px 48px rgba(0, 40, 120, .5));
  animation: floaty 7s ease-in-out infinite;
}
.hero__phone {
  position: absolute;
  width: 26%;
  max-width: 210px;
  inset-inline-end: 2%;
  bottom: 3%;
  z-index: 2;
  filter: drop-shadow(0 16px 28px rgba(0,0,0,.4));
  animation: floaty 8s ease-in-out infinite reverse;
}
.hero__phone img { width: 100%; height: auto; }
@keyframes floaty {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

@media (max-width: 639px) {
  .hero__phone { width: 24%; bottom: 8%; }
}

@media (min-width: 860px) {
  .hero { padding: 40px 20px 28px; }
  .hero__grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 36px;
    align-items: center;
  }
  .hero__copy {
    text-align: start;
    margin: 0;
    max-width: none;
  }
  .hero__cta { justify-content: flex-start; }
  .hero__cta .btn { width: auto; }
  .hero__trio {
    margin-inline: 0;
    max-width: none;
  }
  .lede { margin-inline: 0; font-size: 1.02rem; }
  .orb--a { width: 280px; height: 280px; }
  .orb--b { width: 220px; height: 220px; }
  .orb--c { width: 160px; height: 160px; }
  .hero__stage { min-height: 380px; margin: 0; }
  .hero__phone { width: min(28%, 200px); inset-inline-end: 0; bottom: 2%; }
}

/* ——— Shared blocks ——— */
.block {
  max-width: var(--max);
  margin: 0 auto;
  padding: 40px 16px;
}
.section-head { text-align: center; max-width: 680px; margin: 0 auto 36px; }
.section-head h2 { font-size: clamp(1.4rem, 3vw, 2.1rem); margin: 0 0 10px; }
.section-head p { color: var(--text2); margin: 0; }
.block__closer {
  text-align: center;
  color: var(--cyan);
  font-weight: 700;
  margin: 28px 0 0;
  font-size: 1.05rem;
}

/* ——— Quick features ——— */
.quick {
  max-width: var(--max);
  margin: 0 auto;
  padding: 8px 16px 40px;
}
.quick__track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.quick__pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--text2);
  background: rgba(255,255,255,.04);
  transition: border-color .2s, background .2s, color .2s, transform .2s;
}
.quick__pill:hover {
  border-color: rgba(0,127,255,.4);
  background: rgba(0,127,255,.1);
  color: var(--text);
  transform: translateY(-2px);
}
.quick__pill .ico { color: var(--cyan); }

/* ——— Problem ——— */
.problem__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  max-width: 640px;
  margin-inline: auto;
}
.problem__list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px 18px;
  border-radius: 16px;
  border: 1px solid rgba(245, 158, 11, 0.22);
  background:
    linear-gradient(90deg, rgba(245, 158, 11, 0.1), transparent 40%),
    rgba(14, 27, 51, 0.45);
  color: var(--text2);
  font-size: 14px;
  transition: border-color .2s, transform .2s;
}
.problem__list li:hover {
  border-color: rgba(245, 158, 11, 0.4);
  transform: translateX(-2px);
}
[dir="ltr"] .problem__list li:hover { transform: translateX(2px); }
.problem__n {
  font-family: var(--num);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--amber);
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 10px;
  min-width: 36px;
  height: 28px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

/* ——— Intro ——— */
.intro__grid {
  display: grid;
  gap: 24px;
  align-items: center;
}
.intro__grid h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin: 0 0 12px; }
.intro__grid p { color: var(--text2); margin: 0 0 12px; }
.highlight-card {
  text-align: center;
  padding: 32px 24px;
  border-radius: 24px;
  border: 1px solid rgba(0, 127, 255, 0.35);
  background:
    radial-gradient(80% 100% at 50% 0%, rgba(0,127,255,.22), transparent 60%),
    rgba(14, 27, 51, 0.55);
  backdrop-filter: blur(20px);
}
.highlight-card__ico {
  color: var(--amber);
  margin: 0 auto 10px;
}
.highlight-card strong {
  display: block;
  font-size: clamp(3rem, 8vw, 4.5rem);
  line-height: 1;
  color: var(--blue);
  margin-bottom: 8px;
}
.highlight-card span { color: var(--text2); font-size: 15px; font-weight: 600; }

@media (min-width: 800px) {
  .intro__grid { grid-template-columns: 1.4fr .8fr; gap: 40px; }
}

/* ——— How it works ——— */
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.step {
  position: relative;
  padding: 22px 20px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), transparent 35%),
    rgba(14, 27, 51, 0.42);
  backdrop-filter: blur(20px);
  transition: border-color .2s, transform .2s;
}
.step:hover {
  border-color: rgba(0,127,255,.4);
  transform: translateY(-3px);
}
.step__icon {
  width: 44px; height: 44px;
  border-radius: 14px;
  display: grid; place-items: center;
  margin-bottom: 12px;
  color: var(--c);
  background: color-mix(in srgb, var(--c) 16%, transparent);
}
.step__no {
  font-family: var(--num);
  font-weight: 800;
  color: var(--blue);
  font-size: 12px;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(0,127,255,.14);
  border: 1px solid rgba(0,127,255,.28);
}
.step h3 { margin: 6px 0 6px; font-size: 1.05rem; }
.step p { margin: 0; color: var(--text3); font-size: 14px; }

@media (min-width: 800px) {
  .steps { grid-template-columns: repeat(4, 1fr); gap: 14px; }
}

/* ——— Barcode ——— */
.barcode__grid {
  display: grid;
  gap: 28px;
  align-items: center;
}
.barcode__grid h2 { font-size: clamp(1.35rem, 3vw, 1.9rem); margin: 0 0 12px; }
.barcode__grid > .reveal > p { color: var(--text2); margin: 0 0 12px; }
.status-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.status-flow span {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(0,127,255,.12);
  color: var(--cyan);
  border: 1px solid rgba(0,127,255,.25);
}
.status-flow i {
  width: 18px; height: 1px;
  background: var(--border);
}
.receipt-card {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(0, 127, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), transparent 30%),
    rgba(14, 27, 51, 0.6);
  box-shadow: var(--shadow);
}
.receipt-card header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
}
.receipt-card > p { margin: 0 0 16px; color: var(--text3); font-size: 13px; }
.qr-svg {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  margin: 0 auto 16px;
  width: min(100%, 168px);
}
.qr-svg svg { width: 100%; height: auto; display: block; }
.flow-mini {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-family: var(--num);
  font-size: 11px;
  color: var(--text3);
}
.flow-mini li {
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--border);
}

@media (min-width: 900px) {
  .barcode__grid { grid-template-columns: 1.1fr .9fr; gap: 48px; }
}

/* ——— Features ——— */
.feature-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.feature {
  position: relative;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), transparent 40%),
    rgba(14, 27, 51, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px; padding: 22px;
  backdrop-filter: blur(28px) saturate(1.3);
  box-shadow: 0 16px 40px rgba(1, 20, 60, 0.28);
  transition: border-color .2s, background .2s, transform .2s, box-shadow .2s;
  overflow: hidden;
}
.feature::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--c, var(--blue)) 80%, transparent), transparent);
  opacity: 0;
  transition: opacity .2s;
}
.feature:hover {
  border-color: rgba(0, 127, 255, 0.45);
  background: rgba(14, 27, 51, 0.55);
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(1, 30, 90, 0.4);
}
.feature:hover::before { opacity: 1; }
.feature h3 { margin: 0 0 6px; font-size: 1.05rem; }
.feature p { margin: 0; color: var(--text3); font-size: 14px; }
.feature__icon {
  width: 42px; height: 42px; border-radius: 14px; margin-bottom: 12px;
  display: grid; place-items: center; color: var(--c);
  background: color-mix(in srgb, var(--c) 16%, transparent);
}
.feature__icon svg { width: 22px; height: 22px; }

@media (min-width: 700px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature--wide { grid-column: 1 / -1; }
}
@media (min-width: 1100px) {
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .feature--wide { grid-column: auto; }
}

/* ——— Dynamic job types ——— */
.split {
  display: grid;
  gap: 24px;
  align-items: center;
}
.jobs-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.jobs-visual .illu-3d { width: 70px; height: 70px; }
.split__copy h2 { font-size: clamp(1.35rem, 3vw, 1.9rem); margin: 0 0 12px; }
.split__copy p { color: var(--text2); margin: 0 0 12px; }
.pill-note {
  display: inline-block !important;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0,127,255,.14);
  color: var(--cyan) !important;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid rgba(0,127,255,.3);
}
.job-types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.job-types span {
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(14, 27, 51, 0.45);
  font-size: 14px;
  color: var(--text2);
  transition: border-color .2s, background .2s, transform .2s, color .2s;
}
.job-types span:hover {
  border-color: rgba(0,127,255,.4);
  background: rgba(0,127,255,.1);
  color: var(--text);
  transform: translateY(-2px);
}
.job-types__add {
  border-style: dashed !important;
  color: var(--blue) !important;
  border-color: rgba(0,127,255,.4) !important;
}

@media (min-width: 800px) {
  .split { grid-template-columns: 1fr 1fr; gap: 40px; }
}

/* ——— Hybrid ——— */
.hybrid__cards {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}
.hybrid-card {
  padding: 22px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), transparent 40%),
    rgba(14, 27, 51, 0.42);
  text-align: center;
  transition: border-color .2s, transform .2s;
}
.hybrid-card:hover {
  border-color: rgba(0,127,255,.4);
  transform: translateY(-3px);
}
.hybrid-card__icon {
  width: 44px; height: 44px;
  border-radius: 14px;
  display: grid; place-items: center;
  margin-bottom: 12px;
  color: var(--c);
  background: color-mix(in srgb, var(--c) 16%, transparent);
}
.hybrid-card strong {
  display: block;
  font-family: var(--num);
  color: var(--blue);
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}
.hybrid-card p { margin: 0; color: var(--text3); font-size: 14px; }
.hybrid__flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: var(--num);
  font-weight: 700;
  font-size: 14px;
  color: var(--text2);
}
.hybrid__flow i {
  width: 28px; height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  border-radius: 2px;
}

@media (min-width: 700px) {
  .hybrid__cards { grid-template-columns: repeat(3, 1fr); }
}

/* ——— Platforms ——— */
.plat-grid {
  display: grid;
  gap: 14px;
}
.plat-card {
  padding: 26px 24px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), transparent 40%),
    rgba(14, 27, 51, 0.42);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.plat-card:hover {
  border-color: rgba(0,127,255,.4);
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(1, 30, 80, 0.35);
}
.plat-card__icon {
  width: 52px; height: 52px;
  border-radius: 16px;
  display: grid; place-items: center;
  color: var(--c);
  background: color-mix(in srgb, var(--c) 16%, transparent);
}
.plat-card h3 { margin: 0; }
.plat-card p { margin: 0; color: var(--text3); font-size: 14px; flex: 1; }
.plat-card .btn { align-self: flex-start; gap: 8px; }
.plat-card__hint {
  margin: 4px 0 0;
  font-size: 12px;
  color: var(--text3);
  line-height: 1.45;
}
.plat-card--mobile {
  display: grid;
  gap: 16px;
}
.plat-card__phone {
  max-width: 280px;
  margin-inline: auto;
  filter: none;
  border-radius: 16px;
  overflow: hidden;
  background: #f4f8ff;
  border: 1px solid rgba(255,255,255,.08);
  padding: 6px;
}
.plat-card__vector {
  width: 100%;
  height: auto;
  display: block;
  background: transparent !important;
}

@media (min-width: 800px) {
  .plat-grid { grid-template-columns: 1fr 1fr 1.2fr; }
  .plat-card--mobile {
    grid-template-columns: auto 1fr;
    align-items: center;
  }
}

/* ——— Multi language ——— */
.lang-big {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.lang-big button {
  min-width: 140px;
  min-height: 56px;
  padding: 12px 24px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(14, 27, 51, 0.45);
  color: var(--text2);
  font-size: 16px;
  font-weight: 700;
  transition: border-color .2s, background .2s, color .2s;
}
.lang-big button.is-on,
.lang-big button:hover {
  border-color: rgba(0,127,255,.5);
  background: rgba(0,127,255,.16);
  color: #fff;
}

/* ——— Reports ——— */
.reports-sec__grid {
  display: grid;
  gap: 28px;
  align-items: center;
}
.reports-sec__grid h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin: 0 0 12px; }
.reports-sec__grid > .reveal > p { color: var(--text2); margin: 0 0 16px; }
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.checks li {
  position: relative; padding-inline-start: 26px; color: var(--text2); font-size: 14px;
}
.checks li::before {
  content: ""; position: absolute; inset-inline-start: 0; top: 7px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--green) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path fill='white' d='M10 3L4.5 8.5 2 6'/></svg>") center / 9px no-repeat;
}
.device {
  width: 100%;
  height: auto;
  margin-inline: auto;
  filter: drop-shadow(0 28px 48px rgba(0, 20, 60, .45));
}
.device--phone { max-width: 280px; }
.showcase__media { position: relative; padding: 8px; }

@media (min-width: 900px) {
  .reports-sec__grid { grid-template-columns: .9fr 1.1fr; gap: 40px; }
}

/* ——— Security ——— */
.sec-grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 700px) {
  .sec-grid { grid-template-columns: 1fr 1fr; }
}

/* ——— Showcase tabs ——— */
.tabs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}
.tabs__list button {
  border: 1px solid var(--border);
  background: rgba(255,255,255,.04);
  color: var(--text3);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  transition: background .2s, color .2s, border-color .2s;
}
.tabs__list button[aria-selected="true"] {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 22px rgba(0,127,255,.35);
}
.tabs__panels {
  position: relative;
  min-height: 200px;
}
.tabs__panel {
  display: none;
  text-align: center;
}
.tabs__panel.is-on { display: block; animation: fadePanel .35s ease; }
.tabs__panel .device--phone { margin-inline: auto; }
.device-frame {
  position: relative;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(70% 80% at 50% 0%, rgba(0,127,255,.18), transparent 55%),
    rgba(8, 16, 32, 0.65);
  box-shadow: 0 28px 64px rgba(1, 20, 60, 0.45);
}
.device-frame--phone {
  max-width: 340px;
  margin-inline: auto;
  padding: 18px;
}
.device-frame .device {
  filter: drop-shadow(0 18px 36px rgba(0, 20, 60, .4));
}
@keyframes fadePanel {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

/* ——— Why ——— */
.why__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
.why__grid li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(14, 27, 51, 0.38);
  font-size: 14px;
  font-weight: 600;
  color: var(--text2);
  transition: border-color .2s, transform .2s, background .2s;
}
.why__grid li:hover {
  border-color: rgba(0,127,255,.4);
  background: rgba(0,127,255,.08);
  transform: translateY(-2px);
  color: var(--text);
}
.why__grid li .ico {
  color: var(--blue);
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 12px;
  background: rgba(0,127,255,.12);
  border: 1px solid rgba(0,127,255,.2);
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .why__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .why__grid { grid-template-columns: repeat(4, 1fr); }
}

/* ——— Demo ——— */
.demo__card {
  max-width: 560px;
  margin: 0 auto;
  padding: 36px 22px;
  border-radius: 28px;
  text-align: center;
  border: 1px solid rgba(0, 127, 255, 0.28);
  background:
    radial-gradient(90% 120% at 50% -20%, rgba(0,127,255,.32), transparent 55%),
    rgba(14, 27, 51, 0.6);
  backdrop-filter: blur(28px);
  box-shadow: 0 28px 72px rgba(1, 20, 60, 0.45);
}
.demo__card h2 { margin: 0 0 10px; font-size: clamp(1.35rem, 3vw, 1.85rem); }
.demo__card > p { color: var(--text2); margin: 0 0 22px; }
.demo-form {
  display: grid;
  gap: 14px;
  text-align: start;
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text2);
}
.field input {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--bg2);
  color: var(--text);
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0,127,255,.2);
}
.demo-form .btn { width: 100%; margin-top: 4px; }
.demo-form__note {
  text-align: center;
  margin: 0;
  font-size: 13px;
  color: var(--text3);
}

/* ——— FAQ ——— */
.faq__list {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}
.faq__item {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(14, 27, 51, 0.38);
  padding: 4px 16px;
}
.faq__item summary {
  cursor: pointer;
  padding: 14px 0;
  font-weight: 700;
  font-size: 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  font-family: var(--num);
  color: var(--blue);
  font-size: 20px;
  flex-shrink: 0;
}
.faq__item[open] summary::after { content: "−"; }
.faq__item p {
  margin: 0 0 16px;
  color: var(--text3);
  font-size: 14px;
}

/* ——— Final CTA ——— */
.cta { padding: 16px 16px 64px; max-width: var(--max); margin: 0 auto; }
.cta__card {
  position: relative;
  text-align: center;
  padding: 44px 22px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(90% 140% at 50% -30%, rgba(0,127,255,.4), transparent 55%),
    radial-gradient(60% 80% at 100% 100%, rgba(1,44,152,.35), transparent 50%),
    rgba(10, 20, 40, 0.75);
  border: 1px solid rgba(0, 127, 255, 0.28);
  backdrop-filter: blur(28px) saturate(1.3);
  box-shadow: 0 28px 72px rgba(1, 20, 60, 0.5);
}
.cta__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.06), transparent 40%);
  pointer-events: none;
}
.cta__card h2 { position: relative; margin: 0 0 10px; font-size: clamp(1.45rem, 3vw, 2.1rem); }
.cta__card > p { position: relative; color: var(--text2); margin: 0 0 22px; }
.cta__card .hero__cta { position: relative; }

/* ——— Footer ——— */
.footer {
  border-top: 1px solid var(--border);
  padding: 28px 16px calc(28px + env(safe-area-inset-bottom));
}
.footer__top {
  max-width: var(--max);
  margin: 0 auto 20px;
  display: grid;
  gap: 20px;
}
.footer__tag {
  margin: 8px 0 0;
  color: var(--text3);
  font-size: 13px;
  font-family: var(--num);
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  font-size: 13px;
  color: var(--text2);
}
.footer__links a:hover { color: var(--text); }
.footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer__social a {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 12px;
  border: 1px solid var(--border);
  color: var(--text2);
  transition: border-color .2s, color .2s, background .2s;
}
.footer__social a:hover {
  border-color: var(--blue);
  color: var(--blue);
  background: rgba(0,127,255,.1);
}
.footer__copy {
  max-width: var(--max);
  margin: 0 auto;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  color: var(--text3);
  font-size: 12px;
  font-family: var(--num);
  text-align: center;
}

@media (min-width: 800px) {
  .footer__top {
    grid-template-columns: 1.2fr 1fr auto;
    align-items: start;
  }
  .block { padding: 56px 20px; }
  .cta { padding: 20px 20px 80px; }
  .cta__card { padding: 48px 22px; }
  .demo__card { padding: 40px 32px; }
}

/* ——— Reveal ——— */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1);
}
.reveal.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
@media (pointer: coarse) {
  .cursor-glow { display: none; }
}
