:root {
  --bg: #07060a;
  --fg: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --muted2: rgba(255, 255, 255, 0.56);
  --card: rgba(255, 255, 255, 0.06);
  --card2: rgba(0, 0, 0, 0.35);
  --stroke: rgba(255, 255, 255, 0.12);

  --violet: #a78bfa;
  --violetDeep: #7c3aed;
  --pink: #ff3bd4;
  --pink2: #ff66e6;
  --black: #000000;
  --white: #ffffff;

  --shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
  --shadow2: 0 12px 40px rgba(0, 0, 0, 0.45);

  --radius: 18px;
  --radius2: 26px;

  --maxw: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: radial-gradient(1200px 700px at 22% -10%, rgba(167, 139, 250, 0.18), transparent 55%),
    radial-gradient(900px 550px at 85% 10%, rgba(255, 59, 212, 0.14), transparent 60%),
    linear-gradient(180deg, #06050a, #07060a 35%, #05050a);
  color: var(--fg);
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid rgba(255, 59, 212, 0.7);
  outline-offset: 3px;
  border-radius: 10px;
}

.skip {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  transform: translateY(-140%);
  transition: transform 180ms ease;
  z-index: 50;
}

.skip:focus {
  transform: translateY(0);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(7, 6, 10, 0.86), rgba(7, 6, 10, 0.62));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 120px;
}

.brand__mark {
  width: 18px;
  height: 18px;
  border-radius: 7px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.25) 40%, transparent 55%),
    linear-gradient(135deg, rgba(167, 139, 250, 1), rgba(255, 59, 212, 1));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15), 0 12px 40px rgba(255, 59, 212, 0.22);
}

.brand__text {
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav__link {
  padding: 10px 12px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid transparent;
  transition: background 160ms ease, transform 160ms ease, border-color 160ms ease, color 160ms ease;
}

.nav__link:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.10);
  color: #fff;
}

.nav__link--tg {
  background: rgba(255, 59, 212, 0.08);
  border-color: rgba(255, 59, 212, 0.22);
}

.page {
  display: block;
}

.hero {
  position: relative;
  padding: 68px 0 30px;
}

.hero__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  align-items: center;
}

.hero__bg {
  position: absolute;
  inset: -120px 0 -80px;
  pointer-events: none;
  overflow: hidden;
}

.mesh {
  position: absolute;
  inset: auto;
  filter: blur(34px);
  opacity: 0.95;
  transform: translateZ(0);
}

.mesh--a {
  width: 720px;
  height: 520px;
  left: -220px;
  top: -120px;
  background: radial-gradient(circle at 30% 30%, rgba(167, 139, 250, 0.45), transparent 60%),
    radial-gradient(circle at 70% 60%, rgba(255, 59, 212, 0.30), transparent 58%);
}

.mesh--b {
  width: 680px;
  height: 520px;
  right: -240px;
  top: -40px;
  background: radial-gradient(circle at 40% 50%, rgba(255, 59, 212, 0.38), transparent 62%),
    radial-gradient(circle at 60% 30%, rgba(124, 58, 237, 0.34), transparent 58%);
}

.mesh--c {
  width: 820px;
  height: 620px;
  left: 10%;
  bottom: -260px;
  background: radial-gradient(circle at 50% 40%, rgba(167, 139, 250, 0.26), transparent 62%),
    radial-gradient(circle at 35% 68%, rgba(255, 59, 212, 0.20), transparent 60%);
  opacity: 0.8;
}

.grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.20'/%3E%3C/svg%3E");
  opacity: 0.10;
  mix-blend-mode: overlay;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, rgba(255, 255, 255, 0.2) 40%, transparent 60%),
    linear-gradient(180deg, rgba(255, 59, 212, 1), rgba(167, 139, 250, 1));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14), 0 0 22px rgba(255, 59, 212, 0.30);
}

.h1 {
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.04;
  margin: 0 0 14px;
  font-size: clamp(40px, 4.4vw, 64px);
}

.h1__accent {
  display: block;
  background: linear-gradient(90deg, rgba(167, 139, 250, 1), rgba(255, 59, 212, 1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  margin: 0 0 18px;
  max-width: 58ch;
  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);
}

.cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0 22px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
  will-change: transform;
}

.btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.btn--primary {
  border-color: rgba(255, 59, 212, 0.25);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.36), rgba(255, 59, 212, 0.30));
  box-shadow: 0 16px 60px rgba(255, 59, 212, 0.12);
}

.btn--primary:hover {
  box-shadow: 0 18px 70px rgba(255, 59, 212, 0.18);
  border-color: rgba(255, 59, 212, 0.38);
}

.btn--ghost {
  background: rgba(0, 0, 0, 0.22);
}

.btn__shine {
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.35), transparent 55%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: translateX(-70%) rotate(12deg);
  opacity: 0;
  transition: transform 480ms ease, opacity 250ms ease;
  pointer-events: none;
}

.btn--primary:hover .btn__shine {
  opacity: 0.9;
  transform: translateX(35%) rotate(12deg);
}

.stats {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.stats__item {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
  min-width: 140px;
}

.stats__item dt {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.64);
  letter-spacing: 0.02em;
}

.stats__item dd {
  margin: 2px 0 0;
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero__stage {
  justify-self: end;
  width: min(460px, 100%);
}

.stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  overflow: hidden;
  background: radial-gradient(60% 60% at 30% 30%, rgba(167, 139, 250, 0.18), transparent 60%),
    radial-gradient(50% 50% at 70% 60%, rgba(255, 59, 212, 0.16), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
}

.stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.20), transparent 42%);
  pointer-events: none;
  mix-blend-mode: overlay;
}

.stage__canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.stage__ctrl {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 8px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.28);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  backdrop-filter: blur(12px);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
  cursor: pointer;
}

.stage__ctrl:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 59, 212, 0.22);
}

.stage__fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  letter-spacing: 0.02em;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.08), transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(255, 59, 212, 0.10), transparent 60%),
    radial-gradient(circle at 20% 85%, rgba(167, 139, 250, 0.10), transparent 62%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.34));
  pointer-events: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.stage__fallback[data-mode="hint"] {
  opacity: 1;
  transform: translateY(0);
}

.stage__fallback[data-mode="error"] {
  opacity: 1;
  transform: translateY(0);
  color: rgba(255, 255, 255, 0.72);
}

.stage__fallback[hidden] {
  display: none !important;
}

.scrollhint {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.scrollhint__line {
  width: 1px;
  height: 34px;
  background: linear-gradient(180deg, transparent, rgba(255, 59, 212, 0.8), transparent);
  animation: scrollLine 1.8s ease-in-out infinite;
  transform-origin: 50% 0%;
}

@keyframes scrollLine {
  0%,
  100% {
    transform: scaleY(0.60);
    opacity: 0.55;
  }
  50% {
    transform: scaleY(1.1);
    opacity: 0.9;
  }
}

.section {
  position: relative;
  padding: 70px 0;
}

.section__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 18px;
}

.section__head {
  margin: 0 0 26px;
  display: grid;
  gap: 10px;
}

.h2 {
  margin: 0;
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  font-size: clamp(28px, 3vw, 40px);
}

.sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 16px;
  line-height: 1.55;
  max-width: 70ch;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.card {
  grid-column: span 6;
  padding: 18px 18px 16px;
  border-radius: var(--radius2);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow2);
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 59, 212, 0.26);
  background: rgba(255, 255, 255, 0.06);
}

.linksline {
  margin: 12px 0 0;
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.88);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.link:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 59, 212, 0.22);
}

.card--glow::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 59, 212, 0.20), transparent 40%),
    radial-gradient(circle at 70% 65%, rgba(167, 139, 250, 0.20), transparent 42%);
  filter: blur(28px);
  opacity: 0.75;
  pointer-events: none;
}

.h3 {
  margin: 0 0 8px;
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 18px;
}

.p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.micro {
  margin-top: 14px;
  display: flex;
  gap: 8px;
}

.bar {
  height: 6px;
  border-radius: 999px;
  flex: 1;
  background: linear-gradient(90deg, rgba(167, 139, 250, 0.30), rgba(255, 59, 212, 0.30));
  opacity: 0.85;
}

.bar:nth-child(2) {
  opacity: 0.55;
}

.bar:nth-child(3) {
  opacity: 0.30;
}

.pillrow {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill {
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.20);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.swatches {
  margin-top: 14px;
  display: flex;
  gap: 10px;
}

.sw {
  width: 28px;
  height: 28px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.sw--violet {
  background: rgba(167, 139, 250, 1);
}

.sw--pink {
  background: rgba(255, 59, 212, 1);
}

.sw--white {
  background: rgba(255, 255, 255, 0.94);
}

.sw--black {
  background: rgba(0, 0, 0, 0.80);
}

.fingerprint {
  margin-top: 14px;
  width: 100%;
  height: 88px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(circle at 35% 40%, rgba(255, 59, 212, 0.20), transparent 52%),
    radial-gradient(circle at 60% 55%, rgba(167, 139, 250, 0.18), transparent 55%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.20), rgba(255, 255, 255, 0.04));
  position: relative;
  overflow: hidden;
}

.fingerprint::before,
.fingerprint::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: repeating-radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.10) 0 1px, transparent 1px 7px);
  opacity: 0.25;
  transform: rotate(10deg);
}

.fingerprint::after {
  opacity: 0.18;
  transform: rotate(-10deg);
}

.demo__layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: center;
}

.phone {
  position: relative;
  width: min(420px, 100%);
  margin: 0 auto;
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
  padding: 14px;
}

.phone__glass {
  position: absolute;
  inset: 0;
  border-radius: 38px;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.14), transparent 45%);
  pointer-events: none;
}

.phone__screen {
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
  min-height: 460px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.phone__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 14px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.02));
}

.phone__title {
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.phone__pill {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.chat {
  padding: 14px;
  display: grid;
  gap: 10px;
  align-content: start;
}

.chat__meta {
  justify-self: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.22);
  margin-bottom: 2px;
}

.msg {
  display: flex;
}

.msg--in {
  justify-content: flex-start;
}

.msg--out {
  justify-content: flex-end;
}

.msg__bubble {
  width: min(92%, 320px);
  border-radius: 18px;
  padding: 10px 10px 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
}

.msg--out .msg__bubble {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.22), rgba(255, 59, 212, 0.18));
  border-color: rgba(255, 59, 212, 0.18);
}

.msg__text {
  color: rgba(255, 255, 255, 0.90);
  line-height: 1.45;
  font-size: 14px;
}

.msg__actions {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}

.msg__btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.80);
  border-radius: 12px;
  padding: 6px 9px;
  font-size: 12px;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.msg__btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 59, 212, 0.22);
}

.msg[data-state="deleted"] .msg__bubble {
  background: rgba(0, 0, 0, 0.26);
  border-color: rgba(255, 255, 255, 0.10);
}

.msg[data-state="deleted"] .msg__text {
  color: rgba(255, 255, 255, 0.70);
}

.toast {
  padding: 12px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.70);
  font-size: 12px;
  background: rgba(0, 0, 0, 0.22);
}

.steps {
  position: relative;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow2);
  overflow: hidden;
}

.steps::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle at 35% 25%, rgba(255, 59, 212, 0.16), transparent 45%),
    radial-gradient(circle at 70% 70%, rgba(167, 139, 250, 0.14), transparent 46%);
  filter: blur(24px);
  opacity: 0.85;
  pointer-events: none;
}

.step {
  position: relative;
  padding: 14px 14px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.22);
  margin-bottom: 12px;
  transition: transform 200ms ease, border-color 200ms ease;
}

.step:last-of-type {
  margin-bottom: 0;
}

.step[data-active="true"] {
  border-color: rgba(255, 59, 212, 0.28);
  transform: translateY(-1px);
}

.download__panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.22));
  box-shadow: var(--shadow2);
}

.download__title {
  margin: 0;
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 18px;
}

.download__meta {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.download__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.fineprint {
  margin: 14px 2px 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.6;
  max-width: 90ch;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.24);
}

.footer__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 24px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.footer__links {
  margin: 0;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.footer__links a {
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: background 160ms ease, border-color 160ms ease;
}

.footer__links a:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.10);
}

@media (max-width: 920px) {
  .hero__inner {
    grid-template-columns: 1fr;
  }
  .hero__stage {
    justify-self: start;
    width: min(560px, 100%);
  }
  .demo__layout {
    grid-template-columns: 1fr;
  }
  .card {
    grid-column: span 12;
  }
  .download__panel {
    grid-template-columns: 1fr;
  }
  .download__right {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .nav {
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .nav__link {
    padding: 9px 10px;
  }
  .stats__item {
    min-width: 128px;
  }
  .phone__screen {
    min-height: 440px;
  }
}

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