/* ============================================================
   AnonRussChat — Landing v2
   Дизайн: тёмная неоновая тема вокруг бренд-маски (синий → фиолет)
   ============================================================ */

:root {
  --bg: #06070f;
  --bg-2: #0a0c1a;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.07);
  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(255, 255, 255, 0.16);
  --text: #eef0ff;
  --muted: #9aa1c2;
  --muted-2: #6f76a0;
  --c1: #5b7cfa;
  --c2: #9d5cf6;
  --c3: #38e2ff;
  --gold-1: #f6d189;
  --gold-2: #d9a441;
  --grad: linear-gradient(100deg, var(--c1), var(--c2));
  --grad-soft: linear-gradient(100deg, rgba(91, 124, 250, 0.16), rgba(157, 92, 246, 0.16));
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 24px 70px rgba(3, 4, 12, 0.55);
  --glow: 0 0 42px rgba(124, 102, 248, 0.38);
  --font-display: "Unbounded", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --header-h: 72px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.16;
  margin: 0;
  letter-spacing: 0.01em;
}

p { margin: 0; }

/* ---------- фирменные иконки ---------- */
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.ico {
  fill: none;
  stroke: url(#icoGrad);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.ico-w { stroke: #fff; color: #fff; }

code.cmd {
  font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.88em;
  font-weight: 600;
  padding: 2px 9px;
  border-radius: 8px;
  background: var(--grad-soft);
  border: 1px solid rgba(157, 92, 246, 0.35);
  color: #c4b5fd;
  white-space: nowrap;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 12px;
  z-index: 200;
  background: var(--grad);
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
}
.skip-link:focus { left: 12px; }

/* ---------- progress bar ---------- */
.progress {
  position: fixed;
  inset: 0 0 auto 0;
  height: 3px;
  z-index: 120;
  background: transparent;
  pointer-events: none;
}
.progress span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--grad);
  box-shadow: 0 0 14px rgba(157, 92, 246, 0.8);
  transition: width 0.08s linear;
}

/* ---------- background ---------- */
.bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    radial-gradient(1100px 600px at 78% -10%, rgba(91, 124, 250, 0.14), transparent 60%),
    radial-gradient(900px 600px at 12% 28%, rgba(157, 92, 246, 0.12), transparent 62%),
    var(--bg);
}
.bg-grid {
  position: absolute;
  inset: -2px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(900px 520px at 60% 6%, rgba(0, 0, 0, 0.9), transparent 78%);
  -webkit-mask-image: radial-gradient(900px 520px at 60% 6%, rgba(0, 0, 0, 0.9), transparent 78%);
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
  will-change: transform;
}
.orb-a {
  width: 540px; height: 540px;
  background: radial-gradient(circle, rgba(91, 124, 250, 0.55), transparent 65%);
  top: -180px; right: -120px;
  animation: orb-drift 16s ease-in-out infinite alternate;
}
.orb-b {
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(157, 92, 246, 0.5), transparent 65%);
  top: 34%; left: -180px;
  animation: orb-drift 20s ease-in-out infinite alternate-reverse;
}
.orb-c {
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(56, 226, 255, 0.22), transparent 65%);
  bottom: -140px; right: 16%;
  animation: orb-drift 24s ease-in-out infinite alternate;
}
@keyframes orb-drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(40px, 36px, 0) scale(1.08); }
}
.bg-noise {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  border-radius: 999px;
  padding: 15px 28px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(0.99); }

.btn-primary {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 10px 28px rgba(124, 102, 248, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(124, 102, 248, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.btn-ghost {
  background: var(--surface);
  border-color: var(--border-strong);
  color: var(--text);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  background: var(--surface-2);
  border-color: rgba(157, 92, 246, 0.6);
  transform: translateY(-2px);
}

.btn-gold {
  background: linear-gradient(100deg, var(--gold-1), var(--gold-2));
  color: #211503;
  box-shadow: 0 10px 30px rgba(217, 164, 65, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(217, 164, 65, 0.5); }

.btn-sm { padding: 11px 20px; font-size: 14px; }
.btn-lg { padding: 17px 32px; font-size: 16px; }
.btn-xl { padding: 20px 40px; font-size: 17px; }
.btn-block { width: 100%; }

/* ---------- header ---------- */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
  border-bottom: 1px solid transparent;
}
.header.is-scrolled {
  background: rgba(7, 8, 18, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--border);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  height: var(--header-h);
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.brand img { filter: drop-shadow(0 0 12px rgba(124, 102, 248, 0.65)); }
.brand-name {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.brand-name b {
  font-weight: 600;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav > a:not(.nav-cta) {
  color: var(--muted);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
  transition: color 0.2s ease;
}
.nav > a:not(.nav-cta):hover { color: var(--text); }

.header-side {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lang-switch {
  display: flex;
  gap: 2px;
  padding: 3px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--border);
}
.lang-switch a {
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}
.lang-switch a:hover { color: var(--text); }
.lang-switch a.is-current {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 4px 12px rgba(124, 102, 248, 0.4);
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  cursor: pointer;
}
.burger span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: var(--text);
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero {
  position: relative;
  padding: calc(var(--header-h) + 64px) 24px 40px;
  min-height: 92vh;
  display: flex;
  align-items: center;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 48px;
  width: 100%;
}

/* бейдж со «радаром» */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  background:
    linear-gradient(rgba(10, 12, 24, 0.85), rgba(10, 12, 24, 0.85)) padding-box,
    linear-gradient(100deg, rgba(91, 124, 250, 0.55), rgba(157, 92, 246, 0.5), rgba(56, 226, 255, 0.35)) border-box;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 500;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 26px rgba(5, 6, 15, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  margin-bottom: 26px;
}
.badge-text b {
  font-weight: 700;
  background: linear-gradient(100deg, var(--c1), var(--c2), var(--c3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.badge-sep { margin: 0 7px; color: var(--muted-2); }
.radar {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
}
.radar b {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 10px rgba(74, 222, 128, 0.9);
}
.radar i {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(74, 222, 128, 0.65);
  animation: radar-ring 2.4s cubic-bezier(0.2, 0.6, 0.4, 1) infinite;
}
.radar i:nth-child(2) { animation-delay: 1.2s; }
@keyframes radar-ring {
  0% { transform: scale(0.45); opacity: 1; }
  100% { transform: scale(2.1); opacity: 0; }
}

.hero h1 {
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 700;
}
.grad-text {
  background: linear-gradient(100deg, var(--c1), var(--c2) 55%, var(--c3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lead {
  margin-top: 22px;
  max-width: 520px;
  color: var(--muted);
  font-size: 17.5px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  color: var(--muted-2);
  font-size: 13.5px;
  font-weight: 500;
}
.hero-trust li { display: flex; align-items: center; }
.hero-trust li + li::before {
  content: "·";
  margin: 0 12px;
  color: var(--muted-2);
}

/* hero visual */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 580px;
}

/* гало за телефоном вместо размытого логотипа */
.phone-halo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 520px;
  height: 520px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
.halo-core {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 102, 248, 0.26), rgba(56, 226, 255, 0.06) 55%, transparent 72%);
  filter: blur(6px);
}
.halo-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg,
    transparent 0deg 250deg,
    rgba(91, 124, 250, 0.85) 295deg,
    rgba(157, 92, 246, 0.9) 320deg,
    rgba(56, 226, 255, 0.5) 345deg,
    transparent 360deg);
  -webkit-mask-image: radial-gradient(closest-side, transparent calc(100% - 2.5px), #000 calc(100% - 1.5px));
  mask-image: radial-gradient(closest-side, transparent calc(100% - 2.5px), #000 calc(100% - 1.5px));
  animation: halo-spin 13s linear infinite;
  opacity: 0.9;
}
@keyframes halo-spin {
  to { transform: rotate(360deg); }
}
.halo-spark {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c4b5fd;
  box-shadow: 0 0 12px rgba(157, 92, 246, 0.95);
  animation: spark-twinkle 3.4s ease-in-out infinite;
}
.hs-1 { top: 7%; left: 24%; }
.hs-2 { top: 18%; right: 9%; animation-delay: 0.7s; background: #93c5fd; }
.hs-3 { bottom: 14%; left: 7%; animation-delay: 1.3s; }
.hs-4 { bottom: 6%; right: 22%; animation-delay: 2s; background: #67e8f9; }
.hs-5 { top: 46%; left: -2%; animation-delay: 2.6s; width: 4px; height: 4px; }
@keyframes spark-twinkle {
  0%, 100% { opacity: 0.15; transform: scale(0.7); }
  50% { opacity: 1; transform: scale(1.25); }
}

/* --- телефон --- */
.phone {
  position: relative;
  width: min(340px, 88vw);
  border-radius: 46px;
  padding: 9px;
  background:
    linear-gradient(165deg, #2a2e4a, #14172c 30%, #0c0e1e 70%, #232743) border-box;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    var(--shadow),
    0 0 60px rgba(124, 102, 248, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.16);
  z-index: 2;
  transform-style: preserve-3d;
  will-change: transform;
}
/* боковые кнопки корпуса */
.phone::before,
.phone::after {
  content: "";
  position: absolute;
  right: -2.5px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #353a5e, #1a1d36);
}
.phone::before { top: 120px; height: 56px; }
.phone::after { top: 64px; height: 34px; }

.phone-screen {
  position: relative;
  border-radius: 38px;
  background:
    radial-gradient(140% 90% at 80% -10%, rgba(91, 124, 250, 0.16), transparent 50%),
    linear-gradient(170deg, #10132a, #090b1a 65%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 10px 12px 12px;
  overflow: hidden;
}

.phone-statusbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 10px 2px;
}
.sb-time {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #dfe3ff;
  min-width: 52px;
}
.phone-notch {
  width: 86px;
  height: 22px;
  border-radius: 999px;
  background: #04050c;
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
}
.sb-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 52px;
  justify-content: flex-end;
}
.sb-cell {
  display: inline-flex;
  align-items: flex-end;
  gap: 1.5px;
  height: 11px;
}
.sb-cell b {
  width: 2.5px;
  border-radius: 1px;
  background: #cfd3ea;
}
.sb-cell b:nth-child(1) { height: 4px; }
.sb-cell b:nth-child(2) { height: 6px; }
.sb-cell b:nth-child(3) { height: 8.5px; }
.sb-cell b:nth-child(4) { height: 11px; }
.sb-batt {
  position: relative;
  width: 21px;
  height: 11px;
  border-radius: 3.5px;
  border: 1px solid rgba(207, 211, 234, 0.7);
}
.sb-batt::before {
  content: "";
  position: absolute;
  inset: 2px;
  right: 6px;
  border-radius: 1.5px;
  background: #4ade80;
}
.sb-batt::after {
  content: "";
  position: absolute;
  right: -3.5px;
  top: 3px;
  width: 2px;
  height: 5px;
  border-radius: 1px;
  background: rgba(207, 211, 234, 0.7);
}

.phone-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 8px 12px;
  border-bottom: 1px solid var(--border);
}
.phone-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--grad);
  box-shadow: 0 6px 16px rgba(124, 102, 248, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.phone-peer { flex: 1; min-width: 0; }
.phone-peer strong { display: block; font-size: 14.5px; }
.phone-status { font-size: 12px; color: #4ade80; }
.phone-status.is-typing { color: var(--c3); }
.phone-actions { display: flex; gap: 8px; }
.phone-actions span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border);
}

.phone-chat {
  height: 348px;
  padding: 14px 6px 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  overflow: hidden;
}
.msg {
  position: relative;
  max-width: 82%;
  padding: 9px 13px;
  border-radius: 16px;
  font-size: 13.5px;
  line-height: 1.45;
  animation: msg-in 0.35s cubic-bezier(0.2, 0.9, 0.3, 1.2);
  transform-origin: bottom left;
}
@keyframes msg-in {
  from { opacity: 0; transform: translateY(10px) scale(0.92); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.msg.in {
  align-self: flex-start;
  background: #1b1f33;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom-left-radius: 6px;
}
.msg.out {
  align-self: flex-end;
  background: var(--grad);
  color: #fff;
  border-bottom-right-radius: 6px;
  transform-origin: bottom right;
  box-shadow: 0 6px 18px rgba(124, 102, 248, 0.35);
  padding-right: 30px;
}
.msg.out .ticks {
  position: absolute;
  right: 9px;
  bottom: 6px;
  font-size: 9.5px;
  letter-spacing: -1.5px;
  color: rgba(255, 255, 255, 0.85);
}
.msg.sys {
  align-self: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 11.5px;
  padding: 5px 12px;
  border-radius: 999px;
}
.msg.typing {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  padding: 12px 14px;
}
.msg.typing i {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--muted);
  animation: blink 1.1s infinite;
}
.msg.typing i:nth-child(2) { animation-delay: 0.18s; }
.msg.typing i:nth-child(3) { animation-delay: 0.36s; }
@keyframes blink {
  0%, 70%, 100% { opacity: 0.25; transform: translateY(0); }
  35% { opacity: 1; transform: translateY(-3px); }
}

/* --- подарок в стиле Telegram: рамка + конфетти --- */
.msg.gift-card {
  align-self: center;
  width: 86%;
  max-width: 86%;
  text-align: center;
  padding: 16px 14px 14px;
  border-radius: 18px;
  border: 1px solid transparent;
  background:
    linear-gradient(160deg, rgba(28, 24, 54, 0.95), rgba(16, 14, 34, 0.95)) padding-box,
    linear-gradient(120deg, rgba(246, 209, 137, 0.8), rgba(157, 92, 246, 0.7), rgba(91, 124, 250, 0.7)) border-box;
  box-shadow: 0 10px 30px rgba(124, 102, 248, 0.3);
  overflow: visible;
  animation: gift-pop 0.55s cubic-bezier(0.2, 1.1, 0.3, 1.15);
  transform-origin: bottom center;
}
@keyframes gift-pop {
  0% { opacity: 0; transform: translateY(14px) scale(0.7); }
  70% { opacity: 1; transform: translateY(-3px) scale(1.04); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
.gift-card-icon {
  display: grid;
  place-items: center;
  margin: 0 auto 8px;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(140deg, rgba(246, 209, 137, 0.18), rgba(157, 92, 246, 0.2));
  border: 1px solid rgba(246, 209, 137, 0.35);
  animation: gift-bounce 2.4s ease-in-out infinite;
}
.gift-card-icon .ico { stroke: url(#icoGold); }
@keyframes gift-bounce {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  12% { transform: translateY(-4px) rotate(-4deg); }
  24% { transform: translateY(0) rotate(3deg); }
  36% { transform: translateY(-2px) rotate(0deg); }
  48% { transform: translateY(0); }
}
.gift-card strong {
  display: block;
  font-size: 13.5px;
  margin-bottom: 3px;
}
.gift-card small {
  display: block;
  color: var(--gold-1);
  font-size: 12px;
  font-weight: 600;
}
.confetti {
  position: absolute;
  top: 34%;
  left: 50%;
  width: 6px;
  height: 10px;
  border-radius: 2px;
  background: var(--clr, #f6d189);
  opacity: 0;
  pointer-events: none;
  animation: confetti-burst 1s cubic-bezier(0.15, 0.6, 0.4, 1) forwards;
  animation-delay: var(--dly, 0s);
}
@keyframes confetti-burst {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(0deg) scale(0.6); }
  12% { opacity: 1; }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--tx, 0px)), calc(-50% + var(--ty, -60px))) rotate(var(--rot, 240deg)) scale(1);
  }
}

/* --- экран видеозвонка в телефоне --- */
.call-layer {
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: 38px;
  overflow: hidden;
}
.call-layer[hidden] { display: none; }

.call-incoming {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(91, 124, 250, 0.25), transparent 60%),
    rgba(7, 9, 20, 0.96);
  animation: call-screen-in 0.45s ease;
  text-align: center;
}
.call-incoming[hidden] { display: none; }
@keyframes call-screen-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.call-avatar-big {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--grad);
  box-shadow: 0 0 0 0 rgba(124, 102, 248, 0.5);
  animation: call-avatar-pulse 1.6s ease-out infinite;
  margin-bottom: 8px;
}
@keyframes call-avatar-pulse {
  0% { box-shadow: 0 0 0 0 rgba(124, 102, 248, 0.5); }
  100% { box-shadow: 0 0 0 22px rgba(124, 102, 248, 0); }
}
.call-incoming strong { font-size: 16.5px; }
.call-incoming > span {
  color: var(--muted);
  font-size: 12.5px;
  animation: call-label-blink 1.4s ease-in-out infinite;
}
@keyframes call-label-blink {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}
.call-actions {
  display: flex;
  gap: 46px;
  margin-top: 22px;
}
.call-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  font-size: 19px;
}
.call-btn.decline { background: #ef4444; box-shadow: 0 8px 20px rgba(239, 68, 68, 0.4); }
.call-btn.accept {
  background: #22c55e;
  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.45);
  animation: call-accept-bounce 1.1s ease-in-out infinite;
}
@keyframes call-accept-bounce {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-5px) scale(1.07); }
}

.call-active {
  position: absolute;
  inset: 0;
  animation: call-screen-in 0.5s ease;
}
.call-active[hidden] { display: none; }
.call-video {
  position: absolute;
  inset: 0;
}
.call-video img,
.call-video svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 22%;
  filter: blur(2px) saturate(1.05);
  transform: scale(1.05); /* прячем светлые края от блюра */
}
.call-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 5, 12, 0.55) 0%, transparent 22%, transparent 64%, rgba(4, 5, 12, 0.65) 100%);
}
.call-top {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.call-top strong { font-size: 14px; }
.call-top span { font-size: 11.5px; color: #c7ffd9; letter-spacing: 0.06em; }
.call-pip {
  position: absolute;
  right: 12px;
  bottom: 78px;
  width: 78px;
  height: 104px;
  border-radius: 14px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.55);
}
.call-pip img,
.call-pip svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 26%;
  filter: blur(1.5px);
  transform: scale(1.06);
}
.call-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.call-ctrl {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.call-ctrl.hangup {
  background: #ef4444;
  box-shadow: 0 8px 18px rgba(239, 68, 68, 0.45);
}
.call-ctrl.hangup.is-pressed { transform: scale(0.88); transition: transform 0.2s ease; }

.call-fade {
  position: absolute;
  inset: 0;
  background: #04050c;
  opacity: 0;
  animation: call-fade-in 1.1s ease forwards;
  backdrop-filter: blur(6px);
}
.call-fade[hidden] { display: none; }
@keyframes call-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.phone-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 6px;
  padding: 11px 8px 11px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  color: var(--muted-2);
  font-size: 13.5px;
}
.phone-input i {
  width: 34px; height: 34px;
  display: grid;
  place-items: center;
  font-style: normal;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
}


/* ---------- marquee ---------- */
.marquee {
  border-block: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
  padding: 16px 0;
  margin-top: 8px;
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  animation: marquee 28s linear infinite;
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.marquee-track i {
  font-style: normal;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---------- stats ---------- */
.stats { padding: 56px 24px 8px; }
.stats-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.stat {
  text-align: center;
  padding: 28px 16px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  backdrop-filter: blur(8px);
}
.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.8vw, 36px);
  font-weight: 700;
  background: linear-gradient(110deg, #fff, #c7cdfd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
.stat > span:last-child {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13.5px;
}

/* ---------- generic section ---------- */
.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 24px 0;
}
.section-head {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}
.kicker {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  background: linear-gradient(100deg, var(--c1), var(--c2), var(--c3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 16px;
}
.section-head h2, .gifts-copy h2, .calls-copy h2 {
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 700;
}
.section-sub {
  margin-top: 16px;
  color: var(--muted);
  font-size: 16.5px;
}

/* ---------- steps ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.step {
  position: relative;
  padding: 30px 26px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.step:hover { transform: translateY(-4px); border-color: rgba(157, 92, 246, 0.55); }
.step::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.step:hover::after { transform: scaleX(1); }
.step-num {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.step h3 { margin: 14px 0 10px; font-size: 19px; }
.step p { color: var(--muted); font-size: 14.5px; }

/* ---------- bento ---------- */
.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.bento-card {
  position: relative;
  padding: 30px 28px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.bento-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(420px 200px at var(--mx, 50%) var(--my, 0%), rgba(124, 102, 248, 0.14), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.bento-card:hover { transform: translateY(-4px); border-color: rgba(157, 92, 246, 0.5); }
.bento-card:hover::before { opacity: 1; }
.bento-wide { grid-column: span 2; grid-row: span 1; }
.bento-icon {
  width: 52px; height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--grad-soft);
  border: 1px solid var(--border-strong);
  margin-bottom: 18px;
}
.bento-card h3 { font-size: 19px; margin-bottom: 10px; }
.bento-card p { color: var(--muted); font-size: 14.5px; }

/* мини-чат внутри карточки «Полная анонимность» */
.bento-chat {
  margin-top: 22px;
  max-width: 460px;
  padding: 13px 14px 8px;
  border-radius: 16px;
  background: rgba(4, 5, 12, 0.45);
  border: 1px solid var(--border);
}
.bchat-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-2);
  padding-bottom: 9px;
  margin-bottom: 11px;
  border-bottom: 1px solid var(--border);
}
.bchat-head i {
  margin-left: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px rgba(74, 222, 128, 0.8);
}
.bchat-row {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 9px;
}
.bchat-row b {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--muted-2);
  padding: 0 6px;
}
.bchat-row.out { align-items: flex-end; }
.bchat-row span {
  padding: 9px 14px;
  border-radius: 14px;
  font-size: 13.5px;
  width: max-content;
  max-width: 100%;
}
.bc-in {
  background: #1b1f33;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom-left-radius: 5px;
}
.bc-out {
  background: var(--grad);
  border-bottom-right-radius: 5px;
  box-shadow: 0 6px 16px rgba(124, 102, 248, 0.3);
}

/* ---------- gifts ---------- */
.gifts { padding-top: 110px; }
.gifts-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
.gifts-copy h2 { margin-bottom: 18px; }
.gifts-copy > p { color: var(--muted); font-size: 16.5px; }
.check-list {
  list-style: none;
  margin: 26px 0 30px;
  padding: 0;
  display: grid;
  gap: 13px;
}
.check-list li {
  position: relative;
  padding-left: 36px;
  font-size: 15.5px;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px; height: 24px;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  background: var(--grad);
  box-shadow: 0 4px 12px rgba(124, 102, 248, 0.4);
}

/* блок «перевод Stars» в секции подарков */
.stars-transfer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 30px;
  padding: 18px 22px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(246, 209, 137, 0.35);
  background: linear-gradient(120deg, rgba(246, 209, 137, 0.08), rgba(246, 209, 137, 0.02));
}
.stars-transfer-ico {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 22px;
  background: linear-gradient(120deg, rgba(246, 209, 137, 0.2), rgba(217, 164, 65, 0.12));
  border: 1px solid rgba(246, 209, 137, 0.4);
}
.stars-transfer strong { display: block; font-size: 15px; margin-bottom: 2px; }
.stars-transfer p { color: var(--muted); font-size: 13.5px; }

.gift-board {
  border-radius: var(--radius);
  background: linear-gradient(160deg, #12152b, #0a0c1c);
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow), var(--glow);
  padding: 24px;
  will-change: transform;
}
.gift-board-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 18px;
}
.gift-stars { color: var(--gold-1); }
.gift-cells {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.gift-cell {
  display: grid;
  place-items: center;
  gap: 6px;
  padding: 18px 8px 14px;
  font-size: 30px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  cursor: default;
}
.gift-cell:hover {
  transform: translateY(-4px) scale(1.04);
  border-color: rgba(246, 209, 137, 0.55);
  background: rgba(246, 209, 137, 0.06);
}
.gift-cell small {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--gold-1);
}
.gift-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 18px;
  padding: 13px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed var(--border-strong);
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}
.gift-flow i {
  font-style: normal;
  color: var(--c2);
  flex-shrink: 0;
}

/* ---------- calls ---------- */
.calls { padding-top: 110px; }
.calls-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
.calls-illustration {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow), var(--glow);
  background: linear-gradient(160deg, #11142a, #090b1a);
}
.calls-illustration svg,
.calls-illustration img {
  width: 100%;
  height: auto;
  display: block;
}
.calls-bullets {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
}
.calls-bullets li {
  position: relative;
  padding-left: 32px;
  font-size: 14.5px;
  color: var(--muted);
}
.calls-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  font-size: 11.5px;
  font-weight: 700;
  color: #fff;
  border-radius: 7px;
  background: var(--grad);
  box-shadow: 0 4px 10px rgba(124, 102, 248, 0.4);
}
.calls-copy h2 { margin-bottom: 18px; }
.calls-copy > p { color: var(--muted); font-size: 16.5px; }
.calls-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 28px 0;
  padding: 20px 24px;
  border-radius: var(--radius-sm);
  background: var(--grad-soft);
  border: 1px solid rgba(157, 92, 246, 0.4);
}
.calls-offer strong { display: block; font-size: 16px; }
.calls-offer > div:first-child span { color: var(--muted); font-size: 13px; }
.calls-price { text-align: right; }
.calls-price b {
  display: block;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
}
.calls-price small { color: var(--muted); font-size: 12.5px; }

/* ---------- pricing ---------- */
.pay-toggle {
  display: inline-flex;
  margin-top: 28px;
  padding: 5px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--border);
}
.pay-tab {
  padding: 10px 22px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.pay-tab.is-active {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 6px 18px rgba(124, 102, 248, 0.4);
}

.plans {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  align-items: stretch;
}
.plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px 20px 22px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.plan:hover { transform: translateY(-5px); border-color: rgba(157, 92, 246, 0.55); }
.plan h3 { font-size: 17px; }
.plan-note {
  margin-top: 7px;
  color: var(--muted-2);
  font-size: 12.5px;
  min-height: 2.4em;
}
.plan-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin: 14px 0 20px;
  font-family: var(--font-display);
}
.plan-price span {
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(110deg, #fff, #c7cdfd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
.plan-price b { font-size: 17px; font-weight: 500; }
.plan .btn { margin-top: auto; }

.plan-hot {
  background: linear-gradient(170deg, rgba(91, 124, 250, 0.16), rgba(157, 92, 246, 0.12)), var(--surface);
  border-color: rgba(157, 92, 246, 0.65);
  box-shadow: 0 18px 48px rgba(124, 102, 248, 0.28);
  transform: scale(1.04);
  z-index: 1;
}
.plan-hot:hover { transform: scale(1.04) translateY(-5px); }
.plan-tag {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--grad);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(124, 102, 248, 0.5);
}

/* VIP — анимированная золотая рамка + мерцающие частицы */
.vip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 26px;
  padding: 36px 40px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  background:
    linear-gradient(120deg, rgba(33, 27, 12, 0.92), rgba(16, 14, 24, 0.94)) padding-box,
    linear-gradient(110deg,
      rgba(246, 209, 137, 0.85) 0%,
      rgba(217, 164, 65, 0.25) 22%,
      rgba(246, 209, 137, 0.05) 45%,
      rgba(246, 209, 137, 0.85) 60%,
      rgba(217, 164, 65, 0.25) 80%,
      rgba(246, 209, 137, 0.85) 100%) border-box;
  background-size: 100% 100%, 250% 100%;
  animation: vip-border-flow 7s linear infinite;
  overflow: hidden;
}
@keyframes vip-border-flow {
  from { background-position: 0 0, 0% 50%; }
  to   { background-position: 0 0, 250% 50%; }
}
.vip-spark {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-1);
  box-shadow: 0 0 10px rgba(246, 209, 137, 0.95);
  pointer-events: none;
  animation: spark-twinkle 2.8s ease-in-out infinite;
}
.vip-spark:nth-of-type(1) { top: 18%; left: 6%; }
.vip-spark:nth-of-type(2) { top: 62%; left: 38%; animation-delay: 0.9s; width: 4px; height: 4px; }
.vip-spark:nth-of-type(3) { top: 24%; right: 26%; animation-delay: 1.6s; }
.vip-spark:nth-of-type(4) { bottom: 16%; right: 8%; animation-delay: 2.2s; width: 4px; height: 4px; }
.vip-glow {
  position: absolute;
  top: -120px; right: -60px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 209, 137, 0.22), transparent 65%);
  filter: blur(20px);
  pointer-events: none;
}
.vip-kicker {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-1);
  margin-bottom: 12px;
}
.vip h3 { font-size: clamp(21px, 2.4vw, 28px); margin-bottom: 12px; }
.vip-copy p:last-child { color: var(--muted); font-size: 15px; max-width: 560px; }
.vip-cta {
  display: grid;
  justify-items: center;
  gap: 14px;
}
.vip .plan-price { margin: 0; }
.vip .plan-price span {
  background: linear-gradient(110deg, var(--gold-1), var(--gold-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pricing-foot {
  margin-top: 26px;
  text-align: center;
  color: var(--muted-2);
  font-size: 13px;
}

/* ---------- safety ---------- */
.safety-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.safety-card {
  padding: 26px 22px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.safety-card:hover { transform: translateY(-4px); border-color: rgba(56, 226, 255, 0.4); }
.safety-ico {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--grad-soft);
  border: 1px solid var(--border-strong);
  margin-bottom: 14px;
}
.safety-card p { color: var(--muted); font-size: 14px; }

/* ---------- faq ---------- */
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq-list details {
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.faq-list details[open] {
  border-color: rgba(157, 92, 246, 0.5);
  background: var(--surface-2);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 19px 22px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15.5px;
  list-style: none;
  user-select: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i {
  flex-shrink: 0;
  width: 26px; height: 26px;
  position: relative;
  border-radius: 50%;
  background: var(--grad-soft);
  border: 1px solid var(--border-strong);
  transition: transform 0.35s cubic-bezier(0.3, 0.9, 0.3, 1.2), background 0.3s ease;
}
.faq-list summary i::before,
.faq-list summary i::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 10px; height: 2px;
  border-radius: 2px;
  background: var(--text);
  transform: translate(-50%, -50%);
}
.faq-list summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary i {
  transform: rotate(135deg);
  background: var(--grad);
}
.faq-body { overflow: hidden; }
.js .faq-body { transition: height 0.38s cubic-bezier(0.3, 0.8, 0.3, 1); }
.faq-body p {
  padding: 0 22px 20px;
  color: var(--muted);
  font-size: 14.5px;
  max-width: 640px;
}

/* ---------- final ---------- */
.final {
  position: relative;
  margin-top: 110px;
  padding: 130px 24px;
  text-align: center;
  overflow: hidden;
}
.final-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.final-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.4;
}
.final-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, var(--bg) 0%, rgba(6, 7, 15, 0.45) 30%, rgba(6, 7, 15, 0.55) 70%, var(--bg) 100%);
}
.final-inner { position: relative; max-width: 720px; margin: 0 auto; }
.final h2 {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  margin-bottom: 36px;
  text-shadow: 0 4px 30px rgba(3, 4, 12, 0.8);
}
.final-sub {
  margin-top: 20px;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 500;
}

/* ---------- footer ---------- */
.footer {
  border-top: 1px solid var(--border);
  background: rgba(4, 5, 12, 0.6);
  padding: 44px 24px 90px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 26px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-brand .brand-name { display: block; }
.footer-brand span:not(.brand-name) { color: var(--muted-2); font-size: 12.5px; }
.footer-brand > div > span { display: block; color: var(--muted-2); font-size: 12.5px; }
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
}
.footer-nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 13.5px;
  transition: color 0.2s ease;
}
.footer-nav a:hover { color: var(--text); }
.footer-note { color: var(--muted-2); font-size: 12.5px; }

/* ---------- sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed;
  left: 14px; right: 14px; bottom: 14px;
  z-index: 90;
  display: none;
  transform: translateY(120%);
  transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.3, 1);
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta .btn { box-shadow: 0 14px 40px rgba(124, 102, 248, 0.55); }

/* ---------- reveal animations ---------- */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
.js [data-stagger] > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1);
  transition-delay: var(--d, 0s);
}
.js [data-stagger].is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .plans { grid-template-columns: repeat(3, 1fr); }
  .plan-hot { transform: none; }
  .plan-hot:hover { transform: translateY(-5px); }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .safety-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero { padding-top: calc(var(--header-h) + 36px); min-height: 0; }
  .hero-inner { grid-template-columns: 1fr; gap: 56px; }
  .hero-copy { text-align: center; }
  .hero h1 br { display: none; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { min-height: 0; margin-top: 10px; }
  .phone-halo { width: 420px; height: 420px; }
  .gifts-grid, .calls-grid { grid-template-columns: 1fr; gap: 40px; }
  .calls-illustration { order: 2; }
  .vip { grid-template-columns: 1fr; text-align: center; padding: 32px 24px; }
  .vip-copy p:last-child { margin-inline: auto; }
  .steps { grid-template-columns: 1fr; }

  .nav {
    position: fixed;
    top: var(--header-h);
    left: 14px; right: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 14px;
    border-radius: var(--radius-sm);
    background: rgba(10, 12, 24, 0.96);
    border: 1px solid var(--border-strong);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  }
  .nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav > a:not(.nav-cta) { padding: 12px 14px; border-radius: 10px; font-size: 15.5px; }
  .nav > a:not(.nav-cta):hover { background: var(--surface-2); }
  .nav-cta { margin-top: 10px; }
  .burger { display: flex; }
}

@media (max-width: 640px) {
  .section { padding-top: 72px; }
  .bento { grid-template-columns: 1fr; }
  .bento-wide { grid-column: span 1; }
  .plans { grid-template-columns: 1fr 1fr; }
  .plan-hot { grid-column: span 2; }
  .safety-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { gap: 12px; }
  .stat { padding: 20px 10px; }
  .phone-halo { width: 330px; height: 330px; }
  .sticky-cta { display: block; }
  .calls-offer { flex-direction: column; align-items: flex-start; }
  .calls-price { text-align: left; }
  .final { padding: 90px 20px; }
  .lang-switch a { padding: 4px 8px; font-size: 11px; }
}

@media (max-width: 540px) {
  .header-inner { gap: 10px; padding: 0 16px; }
  .brand .brand-name { display: none; }
  .lang-switch a { padding: 4px 7px; font-size: 10.5px; }
}

@media (max-width: 400px) {
  .plans { grid-template-columns: 1fr; }
  .plan-hot { grid-column: span 1; }
  .safety-grid { grid-template-columns: 1fr; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .js [data-reveal], .js [data-stagger] > * {
    opacity: 1;
    transform: none;
  }
}
