:root {
  --bg: #ffffff;
  --ink: #111018;
  --muted: #5c5668;
  --faint: #8a8298;
  --line: #e8e0ef;
  --accent: #c026d3;
  --accent2: #0891b2;
  --ok: #30d158;
  --surface: #ffffff;
  --lilac: #f7f2fb;
  --plum: #2a1238;
  --chat: #efe6f5;
  --font: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { min-height: 100%; background: var(--bg); color: var(--ink); font-family: var(--font); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.hidden { display: none !important; }

.nav {
  position: sticky; top: 0; z-index: 80;
  background: #fffcfe;
  border-bottom: 0;
  overflow: visible;
}
.nav::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: 0.2px; }
.twin {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 18px; position: relative;
}
.twin::before, .twin::after {
  content: ""; position: absolute; width: 12px; height: 12px;
  transform: rotate(45deg); border-radius: 2px;
}
.twin::before { left: 6px; background: var(--accent); box-shadow: 0 4px 10px #c026d355; }
.twin::after { left: 18px; background: var(--accent2); box-shadow: 0 4px 10px #0891b255; }
.kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.kicker .twin { flex: none; }
.brand img, .intro img, .dl-icon, .cab-gate img {
  width: 36px; height: 36px; border-radius: 28%;
  overflow: hidden; background: transparent;
}
.intro img, .dl-icon { width: 88px; height: 88px; }
.cab-gate img { width: 64px; height: 64px; }
.nav-links { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 15px; }
.nav-links a:hover, .nav-links a.on { color: var(--ink); }
.nav-links a.on { font-weight: 700; }
span[data-nav] { display: contents; }
.lang-wrap { position: relative; z-index: 40; flex: none; }
.lang-btn {
  border: 1px solid var(--line); background: #fff; color: var(--ink);
  border-radius: 999px; padding: 8px 14px; font-size: 14px;
  cursor: pointer; min-width: 168px; text-align: left;
}
.lang-btn::after { content: " ▾"; font-size: 11px; color: var(--muted); }
.lang-menu {
  display: none; position: absolute; top: calc(100% + 8px); right: 0;
  width: min(300px, 86vw); max-height: min(70vh, 440px);
  overflow-y: auto; background: #fff; border: 1px solid var(--line);
  border-radius: 16px; padding: 6px;
  box-shadow: 0 18px 40px #11101824;
  z-index: 80;
}
html[dir="rtl"] .lang-menu { right: auto; left: 0; }
.lang-wrap.open .lang-menu { display: block; }
.lang-menu button {
  display: block; width: 100%; border: 0; background: transparent;
  text-align: start; padding: 11px 12px; border-radius: 10px;
  cursor: pointer; font-size: 15px; line-height: 1.3; color: var(--ink);
}
.lang-menu button:hover, .lang-menu button.on { background: var(--lilac); }
.menu {
  display: none; width: 40px; height: 40px; border-radius: 12px; border: 0;
  background: var(--lilac); cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
}
.menu span { display: block; width: 16px; height: 2px; background: var(--accent); border-radius: 2px; }
body.home {
  background:
    radial-gradient(900px 420px at 0% -10%, #c026d318, transparent 55%),
    radial-gradient(720px 380px at 100% 0%, #0891b214, transparent 50%),
    #fff;
  position: relative;
  overflow-x: hidden;
}
body.home .hero, body.home .foot { position: relative; z-index: 1; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 700;
  background: var(--accent); color: #fff; border: 0; cursor: pointer;
}
.btn:hover { background: #d946ef; }
.btn.ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn.ghost:hover { border-color: var(--accent2); color: var(--accent2); }

.hero { padding: 72px 0 64px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
h1 { font-size: clamp(42px, 6.4vw, 72px); line-height: 1.02; letter-spacing: -0.04em; font-weight: 800; }
h1 {
  background: linear-gradient(92deg, #2a1238 0%, #c026d3 58%, #0891b2 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lead { margin-top: 18px; font-size: 20px; line-height: 1.5; color: var(--muted); max-width: 460px; overflow-wrap: break-word; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }

.iphone-stage {
  position: relative;
  width: min(340px, 100%);
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.halo {
  position: absolute; width: 320px; height: 320px; border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #c026d340, transparent 42%),
    radial-gradient(circle at 70% 70%, #0891b236, transparent 46%);
  filter: blur(8px);
  z-index: 0;
}
.spark {
  position: absolute; z-index: 2; width: 10px; height: 10px;
  background: linear-gradient(135deg, #c026d3, #0891b2);
  transform: rotate(45deg);
  box-shadow: 0 0 12px #c026d366;
  border-radius: 1px;
}
.spark.s1 { top: 28px; right: 18px; }
.spark.s2 { bottom: 64px; left: 8px; width: 8px; height: 8px; }
.spark.s3 { top: 46%; right: 0; width: 6px; height: 6px; background: #0891b2; }
.iphone {
  width: min(280px, 100%);
  height: 572px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  direction: ltr;
}
.iphone-silent, .iphone-vol, .iphone-power {
  position: absolute; background: #2c2c2e; border-radius: 2px;
  box-shadow: inset 0 0 0 1px #3a3a3c;
}
.iphone-silent { left: -3px; top: 98px; width: 3px; height: 22px; }
.iphone-vol { left: -3px; width: 3px; height: 42px; }
.iphone-vol.up { top: 138px; }
.iphone-vol.down { top: 188px; }
.iphone-power { right: -3px; top: 160px; width: 3px; height: 72px; }
.iphone-body {
  position: absolute; inset: 0;
  background: #1c1c1e;
  border-radius: 52px;
  box-shadow:
    inset 0 0 0 1px #3a3a3c,
    inset 0 0 0 8px #0b0b0d,
    0 24px 50px #c026d330;
  padding: 8px;
}
.iphone-screen {
  height: 100%;
  border-radius: 44px;
  overflow: hidden;
  position: relative;
  background: #efe6f5;
  display: flex;
  flex-direction: column;
}
.iphone-top {
  position: relative;
  flex: none;
  background: #2a1238;
  color: #fff;
  padding: 12px 14px 10px;
}
.iphone-status {
  display: flex; align-items: center; justify-content: space-between;
  height: 28px; padding: 0 10px 8px; font-size: 12px; font-weight: 700;
}
.iphone-island {
  position: absolute; left: 50%; top: 10px; transform: translateX(-50%);
  width: 86px; height: 26px; background: #000; border-radius: 20px; z-index: 2;
}
.iphone-bat {
  width: 22px; height: 11px; border: 1.5px solid #fff; border-radius: 3px; position: relative;
}
.iphone-bat::after {
  content: ""; position: absolute; left: 1.5px; top: 1.5px; bottom: 1.5px; width: 70%;
  background: #30d158; border-radius: 1px;
}
.iphone-bat::before {
  content: ""; position: absolute; right: -4px; top: 3px; width: 2px; height: 4px;
  background: #fff; border-radius: 0 1px 1px 0;
}
.phone-head {
  display: flex; align-items: center; gap: 8px;
}
.phone-head .av { width: 34px; height: 34px; font-size: 13px; }
.phone-head b { display: block; font-size: 14px; }
.phone-head .sub { font-size: 11px; color: #c4b4d4; }
.ph-acts { margin-left: auto; display: flex; gap: 4px; }
.ph-acts svg { width: 22px; height: 22px; fill: #22d3ee; display: block; }
.phone-thread {
  flex: 1; padding: 12px 10px 8px; min-height: 0; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  background-color: var(--chat);
  background-image: url("../img/chat-pattern.svg");
  background-size: 160px 160px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 22px, #000);
  mask-image: linear-gradient(to bottom, transparent, #000 22px, #000);
}
.phone-compose {
  flex: none;
  display: flex; align-items: center; gap: 8px;
  padding: 6px 10px 6px;
  background: #fff;
  border-top: 0.5px solid #e8e0ef;
}
.ph-plus { color: #8e8e93; font-size: 22px; font-weight: 300; line-height: 1; padding: 0 4px; }
.ph-field {
  flex: 1; height: 34px; border-radius: 17px; background: #f0f0f3;
  color: #8e8e93; font-size: 13px;
  display: flex; align-items: center; padding: 0 12px;
  min-width: 0;
}
.ph-field.live { color: #111018; }
.ph-send {
  width: 32px; height: 32px; border-radius: 50%; flex: none;
  background: var(--accent); color: #fff;
  display: grid; place-items: center;
}
.ph-send.on { transform: scale(1.08); }
.ph-send svg { width: 14px; height: 14px; display: block; }
.iphone-home {
  flex: none; height: 22px; background: #fff;
  display: flex; align-items: flex-start; justify-content: center;
}
.iphone-home i {
  display: block; width: 108px; height: 5px; background: #1c1c1e; border-radius: 99px;
}

.bubble {
  max-width: 78%; padding: 8px 12px 4px; border-radius: 22px;
  margin: 10px 0; font-size: 14px; line-height: 1.4; width: fit-content;
  display: flex; flex-direction: column; gap: 4px;
  min-width: 0;
}
.bubble.in {
  animation: bubbleIn 0.32s ease;
}
@keyframes bubbleIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
.typing {
  display: flex; align-items: center; gap: 4px;
  width: fit-content; padding: 10px 14px; margin: 10px 0;
  background: #fff; border-radius: 22px;
  border: 1px solid #f0d4f5;
  box-shadow: 0 8px 16px #2a123810;
}
.typing i {
  width: 6px; height: 6px; border-radius: 50%; background: #8e8e93;
  animation: typ 1.1s infinite;
}
.typing i:nth-child(2) { animation-delay: 0.15s; }
.typing i:nth-child(3) { animation-delay: 0.3s; }
@keyframes typ {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.4; }
  40% { transform: translateY(-3px); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .bubble.in { animation: none; }
  .typing i { animation: none; }
}
.bubble.me {
  margin-left: auto; color: #fff; border-radius: 22px;
  background: linear-gradient(160deg, #e879f9 0%, #c026d3 52%, #a21caf 100%);
  box-shadow: 0 8px 18px #c026d330, inset 0 1px 0 #ffffff50;
}
.bubble.you {
  background: #fff; border-radius: 22px;
  border: 1px solid #f0d4f5;
  box-shadow: 0 8px 16px #2a123810;
}
.bmeta { font-size: 11px; opacity: 0.72; align-self: flex-end; letter-spacing: 0.2px; }
.ticks { display: inline-flex; gap: 2px; margin-left: 5px; vertical-align: middle; }
.ticks i {
  width: 7px; height: 7px; border-radius: 50%; background: currentColor; opacity: 0.45;
}
.ticks.two i { opacity: 1; background: #22d3ee; }

.band { padding: 48px 0; }
.band.alt { background: var(--lilac); }
.band > .wrap > h2 {
  font-size: clamp(28px, 4vw, 42px); letter-spacing: -0.03em; margin-bottom: 10px;
}
.band > .wrap > .lead { margin-bottom: 28px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split.rev { direction: rtl; }
.split.rev > * { direction: ltr; }
.split h2 { font-size: clamp(28px, 4vw, 42px); letter-spacing: -0.03em; line-height: 1.15; }
.split p { margin-top: 14px; font-size: 18px; line-height: 1.55; color: var(--muted); }

.shot {
  border-radius: 20px; min-height: 240px; padding: 28px;
  background-color: var(--chat);
  background-image: url("../img/chat-pattern.svg");
  background-size: 160px 160px;
  box-shadow: 0 16px 40px #2a123814;
}
.shot-chat .bubble { margin: 10px 0; }
.shot-call {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  background-image: none; background: linear-gradient(180deg, #3b0a4a, #0b0614);
  color: #fff; text-align: center;
}
.shot-call img { width: 72px; height: 72px; border-radius: 50%; }
.shot-call span { color: #c4b4d4; font-size: 13px; }
.shot-lock {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  background-image: none; background: #fff; border: 1px solid var(--line); color: var(--accent2);
  font-weight: 650;
}

.cta { padding: 80px 0; background: var(--plum); color: #fff; text-align: center; }
.cta-inner { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.cta img { width: 72px; height: 72px; border-radius: 18px; }
.cta h2 { font-size: 36px; letter-spacing: -0.03em; }
.cta p { color: #c4b4d4; max-width: 420px; }
.cta .btn { margin-top: 8px; }

.foot {
  position: relative;
  border-top: 0;
  padding: 48px 0 28px;
  background: #fbf8fd;
}
.foot::after {
  content: "";
  position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: var(--line);
}
.foot-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px 28px;
  align-items: start;
}
.foot-brand p {
  margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.5; max-width: 320px;
}
.foot-co { font-weight: 700; color: var(--ink) !important; }
.foot-col h3 {
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--faint); margin-bottom: 12px; font-weight: 700;
}
.foot-col nav { display: flex; flex-direction: column; gap: 8px; }
.foot-col a { color: var(--muted); font-size: 15px; }
.foot-col a:hover, .foot-col a.on { color: var(--ink); }
.foot-brand .brand { color: var(--ink); }
.foot-copy {
  margin-top: 32px; padding-top: 18px; border-top: 1px solid var(--line);
  font-size: 13px; color: var(--faint);
}
@media (max-width: 760px) {
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 860px) {
  .hero-grid, .split, .split.rev { grid-template-columns: 1fr; direction: ltr; }
  .halo { width: 260px; height: 260px; }
  .nav-links {
    display: none; position: absolute; top: 64px; right: 20px; left: 20px;
    background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 14px;
    flex-direction: column; align-items: stretch; gap: 12px;
    overflow: visible; z-index: 90;
  }
  .nav-links.open { display: flex; }
  .menu { display: flex; }
  .nav-links .lang-wrap.open .lang-menu {
    position: static; width: 100%; max-height: 50vh; box-shadow: none; margin-top: 6px;
  }
  .nav-links .lang-btn { width: 100%; }
}

.call-page h1, .cab-gate h1 {
  background: none; -webkit-background-clip: unset; background-clip: unset; color: inherit;
}
.web-page {
  background:
    url("../img/ornament.svg"),
    radial-gradient(900px 480px at 0% -10%, #c026d340, transparent 58%),
    radial-gradient(720px 420px at 100% 0%, #0891b238, transparent 52%),
    #120816;
  background-size: 200px 200px, auto, auto, auto;
  min-height: 100vh;
  overflow: hidden;
}
.web-page::before { display: none; }
.web-app {
  position: relative;
  width: min(1240px, calc(100% - 32px));
  height: calc(100vh - 36px);
  margin: 18px auto;
  background: #fff;
  display: grid;
  grid-template-columns: 340px 1fr;
  border-radius: 28px;
  box-shadow: 0 24px 60px #c026d328, 0 0 0 1px #c026d322, inset 0 0 0 1px #ffffff80;
  overflow: hidden;
}
.frame-gem {
  position: absolute; z-index: 6; width: 11px; height: 11px;
  background: linear-gradient(135deg, #c026d3, #0891b2);
  transform: rotate(45deg);
  box-shadow: 0 0 12px #c026d355;
  pointer-events: none;
}
.frame-gem.tl { top: 16px; left: 16px; }
.frame-gem.tr { top: 16px; right: 16px; }
.frame-gem.bl { bottom: 16px; left: 16px; }
.frame-gem.br { bottom: 16px; right: 16px; }
.side {
  display: flex; flex-direction: column; min-height: 0;
  border-right: 1px solid var(--line);
  background: linear-gradient(180deg, #fbf7fd, #fff 80px);
}
.side-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 14px 12px; flex: none; gap: 10px;
}
.ay-menu-btn {
  width: 40px; height: 40px; border: 0; border-radius: 12px;
  background: var(--lilac); cursor: pointer;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
}
.ay-menu-btn span {
  display: block; width: 16px; height: 2px; background: var(--accent); border-radius: 2px;
}
.ay-sheet {
  display: none; flex: none; padding: 4px 12px 14px;
  background: #f7f2fb; border-bottom: 1px solid var(--line);
}
.ay-sheet.open { display: block; }
.ay-sheet .lang-wrap { width: 100%; margin-bottom: 10px; }
.ay-sheet .lang-btn { width: 100%; }
.ay-sheet .lang-wrap.open .lang-menu {
  display: block; position: static; width: 100%; max-height: 36vh;
  box-shadow: none; margin-top: 8px;
}
.ay-links { display: flex; flex-wrap: wrap; gap: 8px; }
.ay-links a {
  font-size: 13px; color: var(--muted); padding: 6px 10px;
  border-radius: 999px; background: #fff; border: 1px solid var(--line);
}
.ay-links a:hover { color: var(--ink); border-color: var(--accent); }
.ay-lang-label {
  font-size: 12px; font-weight: 700; color: var(--muted);
  margin: 2px 0 6px; letter-spacing: 0.04em;
}
.search {
  margin: 10px 12px; height: 40px; border: 0; border-radius: 10px;
  background: var(--lilac); padding: 0 14px; outline: none;
}
.list { overflow: auto; flex: 1; min-height: 0; }
.row {
  display: flex; gap: 12px; align-items: center; width: 100%;
  padding: 12px 14px; border: 0; background: transparent; text-align: left; cursor: pointer;
}
.row:hover { background: #f3eaf8; }
.row.active { background: #f3eaf8; box-shadow: inset 3px 0 0 var(--accent); }
.row-body { flex: 1; min-width: 0; }
.row-top { display: flex; justify-content: space-between; gap: 8px; }
.row-top b { font-weight: 650; }
.when { font-size: 12px; color: var(--faint); }
.meta { font-size: 13px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.av {
  width: 48px; height: 48px; border-radius: 50%; flex: none;
  display: grid; place-items: center; color: #fff; font-weight: 800;
  background: var(--accent);
}
.av.g { background: #7a4a12; }

.stage { min-height: 0; height: 100%; display: grid; grid-template-rows: 1fr; }
.intro {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 48px 40px 28px; gap: 12px; min-height: 0;
  background:
    url("../img/ornament.svg"),
    radial-gradient(520px 280px at 50% 0%, #c026d326, transparent 70%),
    #faf7fc;
  background-size: 200px 200px, auto, auto;
}
.intro img { width: 88px; height: 88px; }
.intro h1 { font-size: 32px; letter-spacing: -0.03em; }
.intro p { color: var(--muted); max-width: 380px; line-height: 1.5; }
.lockline { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--faint); margin-top: auto; padding-top: 28px; }
.ay-mark {
  margin-top: auto; padding-top: 28px; font-size: 13px; font-weight: 800;
  letter-spacing: 0.18em;
  background: linear-gradient(90deg, #c026d3, #0891b2);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lock {
  width: 14px; height: 14px; border: 2px solid var(--faint); border-radius: 3px; position: relative;
}
.lock::before {
  content: ""; position: absolute; left: 2px; top: -7px; width: 6px; height: 7px;
  border: 2px solid var(--faint); border-bottom: 0; border-radius: 6px 6px 0 0;
}

.chat {
  display: grid; grid-template-rows: 60px 1fr 62px; min-height: 0; background: var(--chat);
}
.chat-head {
  display: flex; align-items: center; gap: 12px; padding: 0 14px;
  background: #fff; border-bottom: 1px solid var(--line);
}
.chat-head .av { width: 40px; height: 40px; }
.chat-actions { margin-left: auto; display: flex; gap: 4px; }
.iconbtn {
  width: 40px; height: 40px; border-radius: 12px; border: 0; background: transparent;
  color: var(--accent2); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
}
.iconbtn svg { width: 20px; height: 20px; display: block; fill: currentColor; }
.iconbtn:hover { background: var(--lilac); }
.msgs {
  padding: 18px 8%; overflow: auto;
  background-image: url("../img/chat-pattern.svg");
  background-size: 160px 160px;
}
.bubble-wrap { display: flex; }
.bubble-wrap.me { justify-content: flex-end; }
.composer {
  display: flex; align-items: center; gap: 8px; padding: 8px 12px;
  background: #f3eaf8; border-top: 1px solid var(--line);
}
.composer input {
  flex: 1; height: 42px; border: 0; border-radius: 21px; background: #fff; padding: 0 16px; outline: none;
}
.send {
  height: 42px; padding: 0 16px; border: 0; border-radius: 21px;
  background: var(--accent); color: #fff; font-weight: 700; cursor: pointer;
}
.back { display: none; }

.subpage {
  padding: 56px 0 80px; min-height: calc(100vh - 140px);
  background-image: url("../img/ornament.svg");
  background-size: 240px 240px;
}
.subpage h1 { font-size: clamp(36px, 5vw, 56px); letter-spacing: -0.04em; }
.subpage .lead { margin: 16px 0 36px; max-width: 540px; }
.narrow { max-width: 720px; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.body { color: var(--muted); font-size: 18px; line-height: 1.6; }
.legal h2 {
  font-size: 20px; margin: 32px 0 10px; letter-spacing: -0.02em; color: var(--ink);
}
.legal p { color: var(--muted); font-size: 16px; line-height: 1.65; }
.legal .body { margin-top: 16px; font-size: 16px; }
.updated { font-size: 13px; color: var(--faint); margin: -18px 0 8px; }
.mail-later { margin: -18px 0 8px; color: var(--faint); font-size: 15px; line-height: 1.5; max-width: 540px; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  position: relative;
  background: #fff; border: 1px solid #f0d4f5; border-radius: 18px;
  padding: 28px 24px 36px;
  box-shadow: 0 12px 28px #c026d314;
  scroll-margin-top: 88px;
}
a.card {
  display: block; color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
a.card:hover {
  transform: translateY(-4px);
  border-color: #e879f9;
  box-shadow: 0 18px 36px #c026d328;
}
a.card::after {
  content: "→";
  position: absolute; right: 18px; bottom: 14px;
  color: var(--accent2); font-weight: 700; font-size: 18px;
}
.card:target {
  border-color: var(--accent);
  box-shadow: 0 18px 36px #c026d330;
}
.card h2 { font-size: 22px; margin-bottom: 10px; }
.card p { color: var(--muted); line-height: 1.5; }
.priv-lock { min-height: 180px; margin: 28px 0; }
.dl-icon { width: 88px; height: 88px; margin: 0 auto 18px; }
.av.big { width: 96px; height: 96px; font-size: 36px; margin: 0 auto 12px; }
.av.huge { width: 112px; height: 112px; font-size: 42px; margin: 0 auto 16px; }

.who-btn {
  display: flex; align-items: center; gap: 12px; border: 0; background: transparent;
  text-align: left; cursor: pointer; color: inherit; min-width: 0;
}
.badge {
  min-width: 20px; height: 20px; padding: 0 6px; border-radius: 99px;
  background: var(--accent); color: #fff; font-size: 11px; font-weight: 700;
  display: grid; place-items: center;
}
.day {
  width: fit-content; margin: 8px auto 16px; background: #ffffffee;
  border: 1px solid #f0d4f5; border-radius: 999px;
  padding: 4px 14px; font-size: 12px; color: var(--muted);
}
.bubble.media { padding: 4px; overflow: hidden; }
.pic {
  display: block; width: 100%; max-width: 100%;
  min-width: 0; min-height: 0;
  object-fit: cover; object-position: center;
  border-radius: 14px; background: #efe6f5;
}
.msgs .bubble.media { max-width: min(460px, 86%); width: min(460px, 86%); }
.msgs .pic { height: 240px; }
.iphone .bubble.media {
  width: 70%; max-width: 158px; min-width: 0; padding: 3px;
}
.iphone .pic {
  width: 100%; height: 72px; border-radius: 10px;
  object-fit: cover; display: block;
}
.photos { padding: 28px 0 64px; position: relative; z-index: 1; }
.photo-hero {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 50px #2a123818;
}
.photo-hero img {
  width: 100%; height: min(480px, 52vw); object-fit: cover; display: block;
}
.photo-row {
  width: min(1120px, calc(100% - 40px));
  margin: 16px auto 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.photo-row figure {
  margin: 0; border-radius: 20px; overflow: hidden;
  box-shadow: 0 16px 36px #2a123818;
  background: #fff;
}
.photo-row img { width: 100%; height: 240px; object-fit: cover; display: block; }
.photo-row figcaption {
  padding: 11px 16px 13px;
  font-size: 13px; font-weight: 650; color: var(--muted);
}
@media (max-width: 860px) {
  .photo-hero img { height: min(280px, 58vw); }
  .photo-row { grid-template-columns: 1fr; }
  .photo-row img { height: 200px; }
}
.stores {
  display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px;
  margin: 22px auto 0;
}
.store-badge { display: block; line-height: 0; }
.store-badge img { height: 48px; width: auto; display: block; }
.store-soon {
  margin: 12px 0 0;
  font-size: 13px; font-weight: 650; letter-spacing: 0.08em;
  text-transform: uppercase; color: #8a7a96;
}
@media (max-width: 480px) {
  .store-badge img { height: 42px; }
}
.center-actions { justify-content: center; margin-top: 24px; }
.lock-center { justify-content: center; }
.call-page {
  min-height: 100vh; margin: 0; color: #fff; text-align: center;
  background: #140818; display: grid; place-items: center; position: relative;
}
.call-bg {
  position: absolute; inset: 0; opacity: 0;
  background: linear-gradient(160deg, #3b0a4a, #0b0614 55%, #083344);
}
.call-bg.on { opacity: 1; }
.call-card { position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 28px; }
.call-status { color: #c4b4d4; }
.call-actions { display: flex; gap: 12px; margin-top: 28px; }
.iconbtn.round {
  height: 44px; padding: 0 18px; border-radius: 999px; width: auto;
  background: #ffffff18; color: #fff;
}
.iconbtn.round.danger { background: #e11d48; }

@media (max-width: 860px) {
  .grid3 { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .web-page::before { display: none; }
  .web-app { width: 100%; height: 100vh; margin: 0; grid-template-columns: 1fr; }
  .side.hidden, .chat.hidden, .intro.hidden { display: none !important; }
  .back { display: inline-flex; align-items: center; justify-content: center; }
  .msgs { padding: 14px; }
}

.form { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.form label { display: flex; flex-direction: column; gap: 6px; font-size: 14px; color: var(--muted); }
.form input, .form textarea {
  height: 44px; border: 1px solid var(--line); border-radius: 12px; padding: 0 12px; background: #fff;
}
.form textarea { height: auto; padding: 12px; resize: vertical; }
.form .check { flex-direction: row; align-items: center; gap: 8px; color: var(--ink); }
.form-ok { color: var(--accent2); }
.form-err { color: #e11d48; }

.cab-body { background: #f7f2fb; min-height: 100vh; }
.cab-gate {
  max-width: 420px; margin: 64px auto; background: #fff; border: 1px solid var(--line);
  border-radius: 20px; padding: 32px; text-align: center;
}
.cab-gate img { width: 64px; height: 64px; margin: 0 auto 12px; }
.cab-gate .form { text-align: left; }
.cab-passdoc {
  margin-top: 18px; text-align: left; color: var(--muted); font-size: 13px; line-height: 1.45;
}
.cab-passdoc summary { cursor: pointer; color: var(--ink); font-weight: 700; }
.cab-passdoc p, .cab-passdoc ol { margin-top: 8px; }
.cab-passdoc ol { padding-left: 18px; }
.cab-path, .cab-passdoc code {
  display: inline-block; margin-top: 6px; padding: 6px 8px; background: var(--lilac);
  border-radius: 8px; font-size: 12px; word-break: break-all; color: var(--ink);
}
.cab {
  display: grid; grid-template-columns: 240px 1fr; min-height: 100vh;
}
.cab-side {
  background: #fff; border-right: 1px solid var(--line); padding: 20px 16px;
  display: flex; flex-direction: column; gap: 16px;
}
.cab-side nav { display: flex; flex-direction: column; gap: 8px; }
.cab-side nav a { padding: 8px 10px; border-radius: 10px; color: var(--muted); }
.cab-side nav a.on, .cab-side nav a:hover { background: var(--lilac); color: var(--ink); }
.cab-who { font-size: 13px; color: var(--muted); }
.cab-main { padding: 36px 40px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 24px; }
.stats article {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px;
}
.stats b { display: block; font-size: 28px; letter-spacing: -0.03em; }
.stats span { color: var(--muted); font-size: 13px; }
.inbox { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.inbox article { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; }
.inbox p { margin-top: 8px; line-height: 1.45; }

@media (max-width: 860px) {
  .cab { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .cab-main { padding: 24px 16px; }
}
