/* Albarux — Global Premium Landing v2 */

:root {
  /* Палитра малахита — глубина, жилы, солнечный блик */
  --mal-deep: #052820;
  --mal-mid: #0f5c48;
  --mal-band: #1a8062;
  --mal-bright: #4dffb0;
  --mal-glow: #7dffca;
  --mal-vein-light: rgba(160, 255, 210, 0.35);
  --mal-vein-dark: rgba(2, 24, 18, 0.55);
  --mal-sun: #fff8e7;
  --mal-glass: rgba(255, 255, 255, 0.14);
  --bg: #030806;
  --bg-elevated: rgba(8, 24, 20, 0.78);
  --border: rgba(107, 255, 202, 0.12);
  --text: #f0faf6;
  --text-muted: #7a9e90;
  --font: "Inter", system-ui, sans-serif;
  --font-display: "Syne", system-ui, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
  overflow-x: clip;
  max-width: 100%;
}

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main { width: 100%; max-width: 100%; overflow-x: clip; }
img, video, svg { max-width: 100%; height: auto; }

::selection {
  background: rgba(61, 255, 160, 0.25);
  color: #fff;
}

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 9999;
  padding: 0.75rem 1rem; background: var(--mal-bright); color: #000; font-weight: 600;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

#particles { position: fixed; inset: 0; z-index: -4; pointer-events: none; opacity: 0.55; }

.malachite-bg {
  position: fixed; inset: 0; z-index: -3;
  background:
    radial-gradient(ellipse 110% 70% at 50% -15%, rgba(26, 107, 82, 0.4), transparent 52%),
    radial-gradient(ellipse 45% 35% at 92% 18%, rgba(61, 255, 160, 0.07), transparent),
    radial-gradient(ellipse 40% 30% at 8% 75%, rgba(13, 74, 56, 0.28), transparent),
    linear-gradient(180deg, #020504 0%, #051210 45%, #030806 100%);
}

.aurora {
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    conic-gradient(from 200deg at 70% -5%, transparent, rgba(61, 255, 160, 0.05), transparent 28%),
    conic-gradient(from 340deg at 15% 40%, transparent, rgba(255, 248, 231, 0.03), transparent 22%);
  animation: aurora-shift 28s ease-in-out infinite alternate;
}
@keyframes aurora-shift { to { transform: scale(1.04) rotate(1deg); opacity: 0.9; } }

.grid-overlay {
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background-image:
    linear-gradient(rgba(107, 255, 202, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 255, 202, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 85% 65% at 50% 25%, black 20%, transparent 75%);
}

.grain {
  position: fixed; inset: 0; z-index: 999; opacity: 0.035; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ── Malachite buttons — камень с жилами, просвечивает на свету ── */
.btn-malachite {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  padding: 0.88rem 1.8rem;
  border-radius: 100px;
  font-family: var(--font); font-weight: 600; font-size: 0.94rem; letter-spacing: 0.02em;
  text-decoration: none; color: #fff; cursor: pointer;
  overflow: hidden; isolation: isolate;
  border: 1px solid rgba(190, 255, 225, 0.38);
  background-color: rgba(8, 42, 34, 0.62);
  background-image:
    linear-gradient(180deg, rgba(255, 248, 231, 0.1) 0%, transparent 35%),
    radial-gradient(ellipse 85% 65% at 50% 110%, rgba(0, 0, 0, 0.4), transparent 58%),
    radial-gradient(ellipse 55% 75% at 22% 28%, rgba(100, 255, 190, 0.22), transparent 48%),
    radial-gradient(ellipse 45% 55% at 78% 62%, rgba(45, 175, 130, 0.18), transparent 42%),
    repeating-linear-gradient(
      103deg,
      var(--mal-vein-dark) 0 2px,
      rgba(55, 195, 145, 0.28) 3px 5px,
      rgba(130, 255, 205, 0.1) 6px 7px,
      var(--mal-vein-dark) 8px 12px,
      rgba(70, 220, 165, 0.15) 13px 14px,
      transparent 15px 24px
    ),
    repeating-linear-gradient(
      77deg,
      transparent 0 6px,
      rgba(0, 0, 0, 0.18) 7px 8px,
      transparent 9px 16px,
      rgba(255, 255, 255, 0.05) 17px 18px,
      transparent 19px 28px
    ),
    linear-gradient(
      158deg,
      rgba(5, 32, 26, 0.88) 0%,
      rgba(16, 88, 68, 0.58) 24%,
      rgba(6, 38, 30, 0.82) 48%,
      rgba(24, 118, 88, 0.52) 72%,
      rgba(4, 28, 22, 0.86) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 231, 0.42),
    inset 0 -3px 10px rgba(0, 0, 0, 0.28),
    inset 3px 0 14px rgba(255, 255, 255, 0.07),
    inset -3px 0 14px rgba(0, 0, 0, 0.18),
    0 6px 16px rgba(0, 0, 0, 0.4),
    0 14px 40px rgba(61, 255, 160, 0.16),
    0 0 48px rgba(107, 255, 202, 0.08);
  backdrop-filter: blur(14px) saturate(1.45);
  -webkit-backdrop-filter: blur(14px) saturate(1.45);
  transition: transform 0.4s var(--ease), box-shadow 0.4s, border-color 0.35s, filter 0.35s;
}

/* Концентрические жилы малахита */
.btn-malachite::before {
  content: "";
  position: absolute;
  inset: -35%;
  border-radius: inherit;
  background: repeating-radial-gradient(
    circle at 38% 42%,
    transparent 0 7px,
    rgba(2, 22, 17, 0.45) 8px 9px,
    rgba(90, 230, 175, 0.14) 10px 11px,
    transparent 12px 20px,
    rgba(0, 18, 14, 0.35) 21px 22px,
    rgba(140, 255, 210, 0.08) 23px 24px,
    transparent 25px 34px
  );
  opacity: 0.9;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 0;
  animation: mal-veins-drift 14s ease-in-out infinite alternate;
}

/* Солнечный блик на поверхности */
.btn-malachite::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    148deg,
    rgba(255, 252, 240, 0.55) 0%,
    rgba(255, 255, 255, 0.12) 18%,
    transparent 40%,
    transparent 58%,
    rgba(0, 0, 0, 0.06) 100%
  );
  pointer-events: none;
  z-index: 1;
}

@keyframes mal-veins-drift {
  from { transform: scale(1) rotate(0deg); opacity: 0.82; }
  to   { transform: scale(1.05) rotate(1.2deg); opacity: 1; }
}

.btn-shine {
  position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.08),
    rgba(255, 248, 231, 0.55),
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: skewX(-18deg);
  animation: mal-sun-sweep 5.5s ease-in-out infinite;
  z-index: 2; pointer-events: none;
  mix-blend-mode: overlay;
}

@keyframes mal-sun-sweep {
  0%, 62%, 100% { left: -110%; opacity: 0; }
  18% { opacity: 1; }
  46% { left: 130%; opacity: 0.85; }
}

.btn-glow-ring {
  position: absolute; inset: -3px; border-radius: inherit;
  background: conic-gradient(
    from 200deg,
    rgba(125, 255, 202, 0.5),
    transparent 30%,
    rgba(255, 248, 231, 0.25) 50%,
    transparent 70%,
    rgba(77, 255, 176, 0.4)
  );
  opacity: 0; z-index: -1;
  filter: blur(6px);
  transition: opacity 0.4s;
}

.btn-malachite .btn-text,
.btn-malachite .btn-arrow,
.btn-malachite .fab-label,
.btn-malachite .fab-arrow {
  position: relative; z-index: 3;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45), 0 0 20px rgba(61, 255, 160, 0.15);
}

.btn-malachite:hover {
  transform: translateY(-3px) scale(1.015);
  border-color: rgba(255, 248, 231, 0.55);
  filter: brightness(1.08) saturate(1.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 231, 0.55),
    inset 0 -3px 12px rgba(0, 0, 0, 0.22),
    inset 0 0 24px rgba(100, 255, 190, 0.12),
    0 10px 28px rgba(0, 0, 0, 0.45),
    0 18px 52px rgba(61, 255, 160, 0.32),
    0 0 72px rgba(107, 255, 202, 0.22);
}

.btn-malachite:hover .btn-glow-ring,
.btn-malachite:focus-visible .btn-glow-ring { opacity: 0.55; }

.btn-malachite:active {
  transform: translateY(0) scale(0.985);
  filter: brightness(0.98);
  box-shadow:
    inset 0 2px 8px rgba(0, 0, 0, 0.35),
    inset 0 0 16px rgba(100, 255, 190, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.35);
}

.btn-malachite:focus-visible {
  outline: 2px solid var(--mal-bright);
  outline-offset: 4px;
}

.btn-hero { padding: 1.08rem 2.15rem; font-size: 1.06rem; }
.btn-sm { padding: 0.52rem 1.15rem; font-size: 0.84rem; }

.btn-ghost { color: var(--text-muted); text-decoration: none; font-size: 0.94rem; font-weight: 500; transition: color 0.25s; }
.btn-ghost:hover { color: var(--mal-bright); }
.btn-ghost:focus-visible { outline: 2px solid var(--mal-bright); outline-offset: 4px; border-radius: 4px; }

.pulse { animation: mal-pulse 4.8s ease-in-out infinite; }

@keyframes mal-pulse {
  0%, 100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 248, 231, 0.42),
      inset 0 -3px 10px rgba(0, 0, 0, 0.28),
      0 6px 16px rgba(0, 0, 0, 0.4),
      0 14px 40px rgba(61, 255, 160, 0.16),
      0 0 48px rgba(107, 255, 202, 0.08);
  }
  50% {
    box-shadow:
      inset 0 1px 0 rgba(255, 248, 231, 0.52),
      inset 0 0 20px rgba(100, 255, 190, 0.1),
      0 8px 20px rgba(0, 0, 0, 0.38),
      0 18px 48px rgba(61, 255, 160, 0.28),
      0 0 64px rgba(107, 255, 202, 0.18);
  }
}

/* ── Header ── */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-h);
  padding: 0 2rem;
  background: rgba(3, 8, 6, 0.55);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid transparent;
  transition: background 0.35s, border-color 0.35s, box-shadow 0.35s;
}
.header.scrolled {
  background: rgba(3, 8, 6, 0.88);
  border-bottom-color: var(--border);
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
}

.logo { display: flex; align-items: center; gap: 0.65rem; text-decoration: none; color: var(--text); min-width: 0; flex-shrink: 1; }
.logo-lockup {
  display: block;
  height: 72px;
  width: auto;
  max-width: min(280px, 58vw);
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 4px 24px rgba(61, 255, 160, 0.12));
  transition: filter 0.3s var(--ease), transform 0.3s var(--ease);
}
@media (min-width: 1025px) {
  .logo-lockup { height: 88px; max-width: 320px; }
  .footer-lockup { height: 80px; max-width: 320px; }
}
.logo-bot:hover .logo-lockup,
.footer-channel:hover .footer-lockup {
  filter: drop-shadow(0 6px 28px rgba(61, 255, 160, 0.22));
  transform: translateY(-1px);
}
.logo-img {
  width: 52px; height: 52px; border-radius: 12px; object-fit: cover;
  border: 1px solid rgba(190, 255, 225, 0.35);
  box-shadow:
    0 0 28px rgba(61, 255, 160, 0.3),
    inset 0 1px 0 rgba(255, 248, 231, 0.25);
  image-rendering: -webkit-optimize-contrast;
}
.logo-mark {
  width: 11px; height: 11px;
  background: linear-gradient(135deg, var(--mal-bright), var(--mal-sun));
  border-radius: 2px; transform: rotate(45deg);
  box-shadow: 0 0 22px rgba(61,255,160,0.65);
}
.logo-text { font-family: var(--font-display); font-weight: 700; font-size: 0.92rem; letter-spacing: 0.28em; }

.nav { display: flex; align-items: center; gap: 1.35rem; flex-shrink: 0; min-width: 0; }
.nav-link { color: var(--text-muted); text-decoration: none; font-size: 0.875rem; font-weight: 500; transition: color 0.25s; }
.nav-link:hover { color: var(--text); }
.nav-link:focus-visible { outline: 2px solid var(--mal-bright); outline-offset: 4px; border-radius: 4px; }

.lang-select-wrap { position: relative; }
.lang-select-wrap-center { display: flex; justify-content: center; margin: 0 auto 1rem; max-width: 360px; }
.lang-select {
  appearance: none; -webkit-appearance: none;
  min-width: 148px; max-width: 200px;
  padding: 0.45rem 2rem 0.45rem 0.75rem;
  border-radius: 10px; border: 1px solid var(--border);
  background: rgba(8, 24, 20, 0.95) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%233dffa0' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 0.65rem center;
  color: var(--text); font-family: var(--font); font-size: 0.78rem; font-weight: 600;
  cursor: pointer; transition: border-color 0.25s, box-shadow 0.25s;
}
.lang-select:hover, .lang-select:focus {
  border-color: rgba(190, 255, 225, 0.45); outline: none;
  box-shadow: 0 0 0 2px rgba(61, 255, 160, 0.12), inset 0 1px 0 rgba(255, 248, 231, 0.08);
}
.lang-select-lg { min-width: 280px; max-width: 100%; width: 100%; padding: 0.75rem 2.25rem 0.75rem 1rem; font-size: 0.88rem; border-radius: 14px; }
.lang-select option { background: #051210; color: var(--text); }

.languages-section {
  padding: 4rem 2rem; max-width: 640px; margin: 0 auto;
}
.lang-hint {
  text-align: center; margin-top: 1rem; font-size: 0.78rem; color: var(--text-muted);
}

.support-section {
  padding: 3rem 2rem 5rem; max-width: 760px; margin: 0 auto;
}
.support-cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin-top: 0.5rem;
}
.support-card {
  display: flex; flex-direction: column; align-items: center; gap: 0.35rem;
  padding: 1.75rem 1.25rem; border-radius: 20px; border: 1px solid var(--border);
  background: rgba(255,255,255,0.02); text-decoration: none; color: inherit;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.support-card:hover {
  border-color: rgba(107,255,202,0.4); transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.35);
}
.support-icon { font-size: 1.5rem; }
.support-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--text-muted);
}
.support-value {
  font-size: 0.95rem; font-weight: 600; color: var(--mal-bright);
  word-break: break-word; text-align: center; max-width: 100%;
}
.support-note {
  text-align: center; margin-top: 1rem; font-size: 0.75rem; color: var(--text-muted);
}

/* ── Hero ── */
.hero {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2.5rem; align-items: center;
  min-height: min(100vh, 900px); padding: calc(var(--header-h) + 3rem) 2rem 4rem;
  max-width: 1280px; margin: 0 auto;
  width: 100%;
}
.hero-content { min-width: 0; max-width: 100%; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--mal-bright); margin-bottom: 1.6rem;
  padding: 0.4rem 0.85rem; border-radius: 999px;
  border: 1px solid rgba(107,255,202,0.15); background: rgba(61,255,160,0.04);
}

.pulse-dot {
  width: 7px; height: 7px; background: var(--mal-bright); border-radius: 50%;
  box-shadow: 0 0 10px var(--mal-bright);
  animation: dot-pulse 2.2s ease-in-out infinite;
}
@keyframes dot-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.45; transform: scale(0.88); } }

.hero-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.85rem, 5.8vw, 4.5rem);
  line-height: 1.02; letter-spacing: -0.035em; margin-bottom: 1.35rem;
}
.title-line { display: block; }
.title-gradient {
  background: linear-gradient(120deg, var(--mal-bright) 0%, var(--mal-sun) 42%, #fff 55%, var(--mal-glow) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: gradient-shift 8s ease-in-out infinite alternate;
}
@keyframes gradient-shift { to { background-position: 100% center; } }

.hero-lead { font-size: 1.125rem; color: var(--text-muted); max-width: 520px; margin-bottom: 1.5rem; line-height: 1.72; }

.hero-pillars {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 1.25rem 0 0.85rem;
  max-width: 520px;
  text-align: left;
}

.hero-pillars li {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
  padding: 0.55rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(107, 255, 202, 0.12);
  background: rgba(8, 24, 20, 0.55);
}

.hero-referral {
  font-size: 0.78rem;
  color: var(--text-muted);
  max-width: 520px;
  margin-top: 0.5rem;
  opacity: 0.9;
}

.btn-news { font-size: 0.88rem; }

.steps-more {
  text-align: center;
  margin-top: 1.25rem;
}

.steps-more a {
  color: var(--mal-bright);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}

.how-page { max-width: 720px; margin: 0 auto; padding: 0 1.5rem 3rem; }
.how-steps .step-body h2 { font-family: var(--font-display); font-size: 1.15rem; margin-bottom: 0.5rem; }
.how-steps .step-body p { color: var(--text-muted); margin-bottom: 0.85rem; font-size: 0.95rem; }
.how-figure { margin: 1rem 0; border-radius: 18px; overflow: hidden; border: 1px solid var(--border); max-width: 320px; }
.how-figure img { width: 100%; display: block; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.35rem; margin-bottom: 1.25rem; }

.hero-social { margin-bottom: 1.15rem; max-width: 100%; }
.hero-social-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.7rem;
}
.social-lines { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.55rem; }
.social-line {
  display: flex; align-items: center; gap: 0.85rem;
  padding: 0.85rem 1rem; border-radius: 16px; text-decoration: none; color: var(--text);
  border: 1px solid rgba(107, 255, 202, 0.16);
  background: linear-gradient(145deg, rgba(8, 28, 22, 0.72), rgba(3, 10, 8, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 248, 231, 0.06), 0 8px 24px rgba(0, 0, 0, 0.28);
  transition: border-color 0.28s var(--ease), transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
}
.social-line:hover {
  border-color: rgba(190, 255, 225, 0.42); transform: translateX(4px);
  box-shadow: inset 0 1px 0 rgba(255, 248, 231, 0.1), 0 12px 32px rgba(61, 255, 160, 0.12);
}
.social-line:focus-visible { outline: 2px solid var(--mal-bright); outline-offset: 3px; }
.social-line-badge {
  flex-shrink: 0; width: 2.25rem; height: 2.25rem; border-radius: 10px;
  display: grid; place-items: center;
  font-size: 0.62rem; font-weight: 800; letter-spacing: 0.06em;
  background: rgba(61, 255, 160, 0.1); border: 1px solid rgba(107, 255, 202, 0.25);
  color: var(--mal-bright);
}
.social-line-yt:hover .social-line-badge { background: rgba(255, 80, 80, 0.15); border-color: rgba(255, 120, 120, 0.35); color: #ff8a8a; }
.social-line-tt:hover .social-line-badge { background: rgba(105, 240, 255, 0.12); border-color: rgba(105, 240, 255, 0.35); color: #9efcff; }
.social-line-copy { display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; flex: 1; text-align: left; }
.social-line-copy strong { font-size: 0.88rem; font-weight: 600; color: var(--text); line-height: 1.25; }
.social-line-copy span { font-size: 0.74rem; color: var(--text-muted); line-height: 1.35; }
.social-line-arrow { flex-shrink: 0; font-size: 1rem; color: var(--mal-bright); opacity: 0.7; transition: transform 0.25s, opacity 0.25s; }
.social-line:hover .social-line-arrow { opacity: 1; transform: translateX(3px); }

.hero-emails {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem 0.5rem;
  margin-bottom: 1.5rem; font-size: 0.78rem; color: var(--text-muted);
}
.hero-emails-label {
  font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  font-size: 0.62rem; color: rgba(122, 158, 144, 0.85); margin-right: 0.15rem;
}
.hero-emails a {
  color: var(--mal-bright); text-decoration: none; font-weight: 500;
  border-bottom: 1px solid rgba(61, 255, 160, 0.25); transition: color 0.25s, border-color 0.25s;
}
.hero-emails a:hover { color: var(--mal-sun); border-bottom-color: rgba(255, 248, 231, 0.45); }
.hero-emails-sep { opacity: 0.45; user-select: none; }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem; font-size: 0.78rem; color: var(--text-muted); }
.trust-row-pro { gap: 0.5rem; }
.trust-chip {
  padding: 0.32rem 0.65rem; border-radius: 999px;
  border: 1px solid rgba(107,255,202,0.1); background: rgba(255,255,255,0.02);
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.02em;
}
.trust-chip-accent { border-color: rgba(61,255,160,0.28); color: var(--mal-bright); background: rgba(61,255,160,0.06); }
.trust-sep { opacity: 0.35; }

/* Phone mockup */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 440px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  min-width: 0;
}
.phone-frame { position: relative; z-index: 2; width: min(300px, 82vw); max-width: 100%; text-decoration: none; color: inherit; display: block; }
.phone-tap { cursor: pointer; transition: transform 0.4s var(--ease); }
.phone-tap:hover { transform: translateY(-4px) scale(1.01); }
.phone-tap:focus-visible { outline: 2px solid var(--mal-bright); outline-offset: 8px; border-radius: 40px; }
.phone-glow {
  position: absolute; inset: -25%;
  background: radial-gradient(circle, rgba(61,255,160,0.28), transparent 62%);
  filter: blur(48px);
  animation: glow-breathe 5s ease-in-out infinite;
}
@keyframes glow-breathe { 0%, 100% { opacity: 0.75; } 50% { opacity: 1; transform: scale(1.06); } }

.phone-shell {
  position: relative; border-radius: 36px; padding: 10px;
  background: linear-gradient(160deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02));
  box-shadow: 0 0 0 1px rgba(255,255,255,0.1), 0 48px 96px rgba(0,0,0,0.65), 0 0 80px rgba(61,255,160,0.12);
  transition: box-shadow 0.4s var(--ease);
}
.phone-tap:hover .phone-shell {
  box-shadow: 0 0 0 1px rgba(107,255,202,0.35), 0 56px 110px rgba(0,0,0,0.7), 0 0 100px rgba(61,255,160,0.22);
}

.phone-tap-hint {
  position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
  z-index: 4; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--mal-bright); background: rgba(3,8,6,0.82); padding: 0.35rem 0.75rem; border-radius: 999px;
  border: 1px solid rgba(107,255,202,0.25); opacity: 0; transition: opacity 0.35s;
  pointer-events: none;
}
.phone-tap:hover .phone-tap-hint { opacity: 1; }

.phone-notch {
  position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
  width: 90px; height: 26px; background: #000; border-radius: 20px; z-index: 3;
}

.phone-screen {
  position: relative; border-radius: 28px; overflow: hidden;
  border: 1px solid rgba(107,255,202,0.2);
  aspect-ratio: 9/19.5; background: #0a0a0a;
}

.phone-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  opacity: 0; transition: opacity 0.9s var(--ease);
}
.phone-img.active { opacity: 1; }

.phone-meta { margin-top: 1.1rem; text-align: center; }
.phone-label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mal-bright); margin-bottom: 0.65rem; }

.phone-dots { display: flex; justify-content: center; gap: 0.5rem; }
.phone-dot {
  width: 8px; height: 8px; border-radius: 50%; border: none; padding: 0;
  background: rgba(107,255,202,0.25); cursor: pointer;
  transition: transform 0.25s, background 0.25s, box-shadow 0.25s;
}
.phone-dot.active { background: var(--mal-bright); box-shadow: 0 0 12px rgba(61,255,160,0.6); transform: scale(1.15); }
.phone-dot:focus-visible { outline: 2px solid var(--mal-sun); outline-offset: 2px; }

.orbit { position: absolute; border: 1px solid rgba(107,255,202,0.07); border-radius: 50%; pointer-events: none; }
.orbit-1 { width: 115%; height: 115%; animation: orbit-spin 32s linear infinite; }
.orbit-2 { width: 145%; height: 145%; animation: orbit-spin 48s linear infinite reverse; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }

/* Marquee */
.marquee-wrap {
  overflow: hidden; border-block: 1px solid var(--border); padding: 1.1rem 0;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.marquee {
  display: flex; gap: 2.5rem; width: max-content;
  animation: marquee 40s linear infinite;
  font-family: var(--font-display); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.22em;
  color: rgba(107,255,202,0.32);
}
.marquee span:nth-child(even) { color: rgba(255,248,231,0.18); font-size: 0.55rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Stats */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  max-width: 920px; margin: 4.5rem auto; padding: 0 2rem;
  background: var(--border); border-radius: 22px; overflow: hidden;
}
.stat { background: var(--bg-elevated); backdrop-filter: blur(14px); padding: 2.1rem 1.25rem; text-align: center; }
.stat-num { display: block; font-family: var(--font-display); font-size: 2.1rem; font-weight: 800; color: var(--mal-bright); text-shadow: 0 0 36px rgba(61,255,160,0.28); }
.stat-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--text-muted); margin-top: 0.4rem; display: block; }

/* Compare */
.compare { max-width: 880px; margin: 0 auto 5rem; padding: 0 2rem; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.compare-col {
  padding: 2rem; border-radius: 20px; border: 1px solid var(--border);
  background: var(--bg-elevated); backdrop-filter: blur(12px);
}
.compare-col h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 700; margin-bottom: 1.25rem; letter-spacing: 0.04em; }
.compare-bad h3 { color: rgba(255,120,120,0.85); }
.compare-good {
  border-color: rgba(190, 255, 225, 0.28);
  background: linear-gradient(165deg, rgba(8, 32, 26, 0.85), rgba(12, 48, 38, 0.72));
  box-shadow: inset 0 0 48px rgba(61, 255, 160, 0.05);
  animation: compare-glow 6s ease-in-out infinite;
}
@keyframes compare-glow {
  0%, 100% { box-shadow: inset 0 0 40px rgba(61,255,160,0.04); }
  50% { box-shadow: inset 0 0 56px rgba(61,255,160,0.08), 0 0 32px rgba(61,255,160,0.06); }
}
.compare-good h3 { color: var(--mal-bright); }
.compare-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; }
.compare-col li {
  font-size: 0.9rem; color: var(--text-muted); padding-left: 1.35rem; position: relative; line-height: 1.5;
}
.compare-bad li::before { content: "×"; position: absolute; left: 0; color: rgba(255,100,100,0.7); font-weight: 700; }
.compare-good li::before { content: "✓"; position: absolute; left: 0; color: var(--mal-bright); font-weight: 700; }

/* Philosophy — for serious traders */
.philosophy { max-width: 1100px; margin: 0 auto 4rem; padding: 0 2rem; }
.phil-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.phil-card {
  padding: 2rem 1.75rem; border-radius: 22px; border: 1px solid var(--border);
  background: var(--bg-elevated); backdrop-filter: blur(14px);
  transition: border-color 0.35s, transform 0.35s var(--ease);
}
.phil-card:hover { border-color: rgba(107,255,202,0.28); transform: translateY(-4px); }
.phil-card-accent {
  border-color: rgba(107,255,202,0.32);
  background: linear-gradient(165deg, rgba(12,48,40,0.95), rgba(8,24,20,0.88));
  box-shadow: 0 0 48px rgba(61,255,160,0.08);
}
.phil-num {
  display: block; font-family: var(--font-display); font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.2em; color: var(--mal-bright); opacity: 0.7; margin-bottom: 1rem;
}
.phil-card h3 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; margin-bottom: 0.65rem; }
.phil-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.65; }

/* CTA band */
.cta-band {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.25rem;
  max-width: 920px; margin: 0 auto 5rem; padding: 1.35rem 2rem;
  border-radius: 999px; border: 1px solid rgba(107,255,202,0.18);
  background: linear-gradient(90deg, rgba(61,255,160,0.06), rgba(8,24,20,0.9), rgba(61,255,160,0.06));
}
.cta-band-text {
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 600;
  color: rgba(240,250,246,0.88); letter-spacing: -0.01em;
}

/* Steps */
.steps { max-width: 720px; margin: 0 auto 6rem; padding: 0 2rem; }
.steps-list { list-style: none; display: flex; flex-direction: column; gap: 0; counter-reset: step; }
.steps-list li {
  display: flex; align-items: flex-start; gap: 1.25rem;
  padding: 1.5rem 0; border-bottom: 1px solid var(--border);
}
.steps-list li:last-child { border-bottom: none; }
.step-num {
  font-family: var(--font-display); font-size: 0.85rem; font-weight: 800;
  color: var(--mal-bright); letter-spacing: 0.1em; min-width: 2rem; opacity: 0.85;
}
.step-body { flex: 1; }
.steps-list p { font-size: 1.05rem; color: var(--text-muted); padding-top: 0.1rem; margin-bottom: 0.35rem; }
.step-cta {
  display: inline-flex; font-size: 0.82rem; font-weight: 600; color: var(--mal-bright);
  text-decoration: none; letter-spacing: 0.02em; transition: opacity 0.25s;
}
.step-cta:hover { opacity: 0.75; text-decoration: underline; }

/* Sections */
.section-head { text-align: center; max-width: 680px; margin: 0 auto 3rem; padding: 0 2rem; }
.section-tag { display: block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.22em; color: var(--mal-bright); margin-bottom: 0.85rem; }
.section-head h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 4.2vw, 2.85rem); font-weight: 700; letter-spacing: -0.025em; line-height: 1.12; }
.section-sub { color: var(--text-muted); margin-top: 0.85rem; font-size: 1.02rem; }

.features { padding: 2rem 2rem 6rem; max-width: 1200px; margin: 0 auto; }
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.bento-card {
  background: var(--bg-elevated); border: 1px solid var(--border); border-radius: 22px;
  padding: 2rem; backdrop-filter: blur(14px);
  transition: border-color 0.35s, transform 0.35s var(--ease), box-shadow 0.35s;
}
.bento-card:hover {
  border-color: rgba(107,255,202,0.32);
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.35), 0 0 40px rgba(61,255,160,0.06);
}
.bento-large { grid-column: span 2; }
.bento-wide { grid-column: span 3; }
.bento-icon { font-size: 1.45rem; color: var(--mal-bright); margin-bottom: 0.85rem; opacity: 0.92; }
.bento-card h3 { font-family: var(--font-display); font-size: 1.12rem; font-weight: 700; margin-bottom: 0.55rem; }
.bento-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.65; }
.bento-accent-line { height: 2px; width: 56px; margin-top: 1.35rem; background: linear-gradient(90deg, var(--mal-bright), transparent); }

.product { padding: 2rem 2rem 6rem; max-width: 1200px; margin: 0 auto; }
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.gallery-featured {
  grid-column: 1 / -1;
}
.gallery-featured img { min-height: 320px; max-height: 520px; }

@media (min-width: 961px) {
  .gallery-grid {
    grid-template-columns: 1.15fr 1fr 1fr;
    grid-template-rows: repeat(2, minmax(180px, 1fr));
    align-items: stretch;
  }
  .gallery-featured {
    grid-column: 1;
    grid-row: 1 / 3;
    grid-column: 1;
  }
  .gallery-featured img { min-height: 100%; max-height: none; }
  .gallery-item:nth-child(2) { grid-column: 2; grid-row: 1; }
  .gallery-item:nth-child(3) { grid-column: 3; grid-row: 1; }
  .gallery-item:nth-child(4) { grid-column: 2; grid-row: 2; }
  .gallery-item:nth-child(5) { grid-column: 3; grid-row: 2; }
}

.gallery-item {
  margin: 0; border-radius: 18px; overflow: hidden; border: 1px solid var(--border);
  transition: transform 0.4s var(--ease), border-color 0.35s, box-shadow 0.35s;
  background: #000;
}
.gallery-item:hover {
  transform: translateY(-4px);
  border-color: rgba(107,255,202,0.35);
  box-shadow: 0 24px 48px rgba(0,0,0,0.45);
}
.gallery-item img { width: 100%; height: auto; min-height: 220px; object-fit: cover; object-position: top; display: block; aspect-ratio: 9/16; }
.gallery-featured img { min-height: 100%; }
.gallery-item figcaption {
  padding: 0.7rem 1rem; font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--mal-bright);
  background: rgba(3,8,6,0.92); border-top: 1px solid var(--border);
}

.product-cta {
  text-align: center; margin-top: 3rem; padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.product-cta-note { margin-top: 1rem; font-size: 0.78rem; color: var(--text-muted); letter-spacing: 0.04em; }

.manifesto { padding: 5rem 2rem; text-align: center; }
.manifesto blockquote { max-width: 760px; margin: 0 auto; border: none; }
.manifesto p {
  font-family: var(--font-display); font-size: clamp(1.4rem, 3.2vw, 2.15rem);
  font-weight: 600; line-height: 1.38; letter-spacing: -0.022em;
  color: rgba(240,250,246,0.75);
}
.manifesto p::before { content: "\201C"; color: var(--mal-bright); margin-right: 0.1em; }
.manifesto p::after { content: "\201D"; color: var(--mal-bright); margin-left: 0.05em; }

.cta-final { padding: 2rem 2rem 4rem; }
.cta-box {
  position: relative; max-width: 700px; margin: 0 auto; text-align: center;
  padding: 3.75rem 2.5rem; border-radius: 36px; border: 1px solid rgba(107,255,202,0.18);
  background: var(--bg-elevated); overflow: hidden;
}
.cta-glow {
  position: absolute; top: -60%; left: 50%; transform: translateX(-50%);
  width: 120%; height: 120%;
  background: radial-gradient(circle, rgba(61,255,160,0.14), transparent 55%);
  pointer-events: none;
}
.cta-box h2 { font-family: var(--font-display); font-size: clamp(1.85rem, 4vw, 2.55rem); font-weight: 800; margin-bottom: 1rem; position: relative; }
.cta-box > p:not(.cta-micro) { color: var(--text-muted); margin-bottom: 2rem; font-size: 1.05rem; position: relative; max-width: 520px; margin-inline: auto; }
.cta-micro { margin-top: 1.35rem; font-size: 0.72rem; color: var(--text-muted); letter-spacing: 0.05em; position: relative; }

.footer { padding: 2.5rem 2rem calc(5rem + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--border); }
body.has-sticky-cta .footer { padding-bottom: calc(7rem + env(safe-area-inset-bottom, 0px)); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto 1rem; flex-wrap: wrap; gap: 1rem; }
.footer-brand {
  display: inline-flex; align-items: center; gap: 0.55rem;
  text-decoration: none; color: inherit;
}
.footer-lockup {
  display: block;
  height: 72px;
  width: auto;
  max-width: min(280px, 78vw);
  object-fit: contain;
  filter: drop-shadow(0 4px 20px rgba(61, 255, 160, 0.1));
  transition: filter 0.3s var(--ease), transform 0.3s var(--ease);
}
.footer-logo { border-radius: 8px; object-fit: cover; width: 34px; height: 34px; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { color: var(--text-muted); text-decoration: none; font-size: 0.84rem; transition: color 0.25s; }
.footer-links a:hover { color: var(--mal-bright); }
.footer-legal { text-align: center; font-size: 0.68rem; color: rgba(122,158,144,0.55); max-width: 1200px; margin: 0 auto; }

.fab {
  position: fixed; bottom: 1.35rem; right: 1.35rem; z-index: 90;
  width: auto; min-width: 54px; height: 54px; padding: 0 1.1rem; gap: 0.4rem;
  border-radius: 999px; font-size: 0.82rem; font-weight: 700; display: none;
}
.fab-label { position: relative; z-index: 2; letter-spacing: 0.06em; }
.fab-arrow { position: relative; z-index: 2; font-size: 1.1rem; }

.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
  transform: translateY(110%); opacity: 0;
  transition: transform 0.45s var(--ease), opacity 0.45s;
  pointer-events: none;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.sticky-cta.visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.sticky-cta-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  max-width: 920px; margin: 0 auto 0.75rem; padding: 0.75rem 1.15rem;
  border-radius: 18px; border: 1px solid rgba(107,255,202,0.22);
  background: rgba(3, 8, 6, 0.94); backdrop-filter: blur(20px);
  box-shadow: 0 -8px 40px rgba(0,0,0,0.45), 0 0 48px rgba(61,255,160,0.08);
}
.sticky-cta-copy { display: flex; align-items: center; gap: 0.65rem; min-width: 0; }
.sticky-cta-logo { border-radius: 6px; object-fit: cover; flex-shrink: 0; }
.sticky-cta-brand {
  font-family: var(--font-display); font-size: 0.62rem; font-weight: 800;
  letter-spacing: 0.28em; color: var(--mal-bright);
}
.sticky-cta-text { font-size: 0.82rem; color: var(--text-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.reveal.reveal-ready {
  opacity: 1; transform: none;
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
  transition-delay: calc(var(--delay, 0) * 80ms);
}
.reveal.reveal-ready:not(.visible) {
  opacity: 0.92; transform: translateY(12px);
}
.reveal.reveal-ready.visible { opacity: 1; transform: translateY(0); }

/* legacy без JS */
.reveal {
  opacity: 1; transform: none;
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
  transition-delay: calc(var(--delay, 0) * 80ms);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  #particles { display: none; }
  .btn-malachite::before { animation: none; }
  .btn-shine { animation: none; opacity: 0; }
  .pulse { animation: none; }
}

/* ── Планшет (600–1024px) ── */
@media (min-width: 600px) and (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
    padding-inline: 1.5rem;
  }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row, .social-lines { justify-content: center; }
  .social-line { max-width: 420px; margin-inline: auto; width: 100%; }
  .hero-visual { order: -1; min-height: 340px; }
  .phone-frame { width: min(260px, 55vw); }

  .nav-link { display: none; }
  .phil-grid { grid-template-columns: repeat(2, 1fr); }
  .phil-card:last-child { grid-column: 1 / -1; max-width: 520px; margin-inline: auto; width: 100%; }

  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-large { grid-column: span 2; }
  .bento-wide { grid-column: span 2; }

  .compare-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-featured { grid-column: 1 / -1; }

  .stats { grid-template-columns: repeat(4, 1fr); margin-inline: 1.5rem; }
  .orbit-2 { display: none; }

  .fab { display: inline-flex; }
  body.has-sticky-cta .fab { display: none !important; }

  .cta-band { border-radius: 24px; margin-inline: 1.5rem; }
  .features, .product { padding-inline: 1.5rem; }
}

/* ── Телефон (до 599px) — одна колонка, без горизонтального скролла ── */
.lang-select-wrap-hero-mobile { display: none; }

@media (max-width: 599px) {
  :root { --header-h: 60px; }

  .header {
    padding: 0 0.65rem;
    gap: 0.35rem;
  }

  .logo-lockup { height: 56px; max-width: min(220px, 58vw); }
  .logo-img { width: 44px; height: 44px; }
  .logo-text { display: none; }

  /* Язык в шапке — компактный */
  .header .lang-select-wrap {
    display: flex;
    align-items: center;
    gap: 0.15rem;
  }

  .header .lang-select-wrap::before {
    content: "🌐";
    font-size: 0.9rem;
    line-height: 1;
    flex-shrink: 0;
  }

  .header .lang-select {
    min-width: 0;
    max-width: 78px;
    width: 78px;
    font-size: 0.58rem;
    padding: 0.36rem 1.2rem 0.36rem 0.3rem;
  }

  /* Язык в hero — главный, заметный */
  .lang-select-wrap-hero-mobile {
    display: flex;
    justify-content: center;
    margin: 0 auto 1.15rem;
    width: 100%;
  }

  .lang-select-hero {
    min-width: 0;
    width: min(300px, 100%);
    max-width: 100%;
    font-size: 0.88rem;
    padding: 0.65rem 2.25rem 0.65rem 1rem;
    border-radius: 14px;
    border-color: rgba(107, 255, 202, 0.35);
    background-color: rgba(8, 24, 20, 0.98);
  }

  .nav { gap: 0.35rem; }
  .header .btn-sm {
    padding: 0.48rem 0.65rem;
    font-size: 0.68rem;
    white-space: nowrap;
  }

  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.5rem;
    min-height: auto;
    padding: calc(var(--header-h) + 1.25rem) 1rem 2.5rem;
  }

  .hero-visual { order: -1; min-height: auto; padding-bottom: 0.5rem; }
  .orbit { display: none; }
  .phone-frame { width: min(210px, 68vw); }
  .phone-glow { inset: -10%; filter: blur(32px); }

  .hero-eyebrow {
    font-size: 0.58rem;
    letter-spacing: 0.06em;
    padding: 0.35rem 0.65rem;
    max-width: 100%;
    text-align: center;
    line-height: 1.4;
  }

  .hero-title {
    font-size: clamp(1.75rem, 7.5vw, 2.35rem);
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
  }

  .hero-pillars { margin-inline: auto; text-align: left; max-width: 100%; }
  .hero-referral { margin-inline: auto; text-align: center; }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    width: 100%;
    margin-bottom: 1.25rem;
  }

  .hero-actions .btn-malachite,
  .hero-actions .btn-ghost {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  .btn-hero {
    padding: 0.9rem 1rem;
    font-size: 0.92rem;
  }

  .trust-row {
    justify-content: center;
    gap: 0.35rem;
  }

  .trust-chip {
    font-size: 0.62rem;
    padding: 0.28rem 0.5rem;
  }

  .stats {
    grid-template-columns: 1fr 1fr;
    margin: 2.5rem 0.75rem;
    padding: 0;
  }

  .stat { padding: 1.35rem 0.75rem; }
  .stat-num { font-size: 1.65rem; }

  .compare,
  .philosophy,
  .steps,
  .features,
  .product,
  .languages-section,
  .support-section,
  .manifesto,
  .cta-final {
    padding-inline: 1rem;
  }

  .section-head { padding-inline: 0; margin-bottom: 2rem; }
  .section-head h2 { font-size: clamp(1.45rem, 6vw, 1.85rem); }

  .compare-grid,
  .phil-grid,
  .bento,
  .gallery-grid,
  .support-cards {
    grid-template-columns: 1fr;
  }

  .bento-large,
  .bento-wide,
  .gallery-featured {
    grid-column: auto;
    grid-row: auto;
  }

  .cta-band {
    flex-direction: column;
    align-items: stretch;
    border-radius: 18px;
    margin-inline: 0.75rem;
    padding: 1.15rem 1rem;
    gap: 0.85rem;
  }

  .cta-band-text { font-size: 0.95rem; text-align: center; }
  .cta-band .btn-malachite { width: 100%; }

  .cta-box {
    padding: 2rem 1.15rem;
    border-radius: 22px;
  }

  .cta-box .btn-malachite { width: 100%; }

  .product-cta .btn-malachite { width: 100%; max-width: 100%; }

  .footer {
    padding-inline: 1rem;
    padding-bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
  }
  body.has-sticky-cta .footer {
    padding-bottom: calc(9.5rem + env(safe-area-inset-bottom, 0px));
  }
  body.has-sticky-cta .fab { display: none !important; }

  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 1.25rem;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 1rem;
  }

  .footer-lockup { height: 58px; max-width: min(240px, 86vw); }

  .sticky-cta-inner {
    flex-direction: row;
    align-items: center;
    gap: 0.65rem;
    border-radius: 16px;
    margin-inline: 0.65rem;
    padding: 0.65rem 0.85rem;
    max-width: calc(100% - 1.3rem);
  }

  .sticky-cta-copy {
    justify-content: flex-start;
    text-align: left;
    min-width: 0;
    flex: 1;
  }

  .sticky-cta-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.72rem;
  }

  .sticky-cta .btn-malachite {
    width: auto;
    flex-shrink: 0;
    padding-inline: 0.85rem;
    font-size: 0.72rem;
  }

  .fab {
    display: inline-flex;
    right: 0.75rem;
    height: 48px;
    min-width: 48px;
    padding: 0 0.85rem;
    font-size: 0.74rem;
  }

  body.has-sticky-cta .fab { display: none !important; }

  .social-line { padding: 0.75rem 0.85rem; }
  .social-line-copy strong { font-size: 0.82rem; }
  .social-line-copy span { font-size: 0.7rem; }

  .lang-select-lg { min-width: 0; width: 100%; }

  .marquee { font-size: 0.72rem; letter-spacing: 0.14em; }
}

/* ── Общее для телефона + планшета (<1025px) ── */
@media (max-width: 1024px) {
  .nav-link { display: none; }
  .fab { display: inline-flex; }
  body.has-sticky-cta .fab { display: none !important; }
}

/* ── Mobile / touch: лёгкий режим без тяжёлых эффектов ── */
html.lite-motion { scroll-behavior: auto; }

html.lite-motion #particles,
html.lite-motion .grain { display: none; }

html.lite-motion .aurora { animation: none; opacity: 0.85; }

html.lite-motion .orbit-1,
html.lite-motion .orbit-2,
html.lite-motion .btn-malachite::before,
html.lite-motion .btn-shine,
html.lite-motion .pulse,
html.lite-motion .compare-glow,
html.lite-motion .marquee-track { animation: none; }

html.lite-motion .btn-shine { opacity: 0; }

html.lite-motion .header {
  backdrop-filter: none; -webkit-backdrop-filter: none;
  background: rgba(3, 8, 6, 0.94);
}
html.lite-motion .header.scrolled { background: rgba(3, 8, 6, 0.98); }

html.lite-motion .btn-malachite,
html.lite-motion .sticky-cta-inner,
html.lite-motion .stat,
html.lite-motion .bento-card,
html.lite-motion .phil-card,
html.lite-motion .compare-card {
  backdrop-filter: none; -webkit-backdrop-filter: none;
}

html.lite-motion .reveal.reveal-ready,
html.lite-motion .reveal.reveal-ready:not(.visible),
html.lite-motion .reveal.reveal-ready.visible {
  opacity: 1; transform: none; transition: none;
}

html.lite-motion .sticky-cta {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

html.lite-motion .sticky-cta-inner {
  margin-bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
}

html.lite-motion .fab {
  bottom: calc(1.35rem + env(safe-area-inset-bottom, 0px));
}

html.lite-motion body.has-sticky-cta .fab {
  bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
}

html.lite-motion .footer {
  padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
}

html.lite-motion body.has-sticky-cta .footer {
  padding-bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
}

html.lite-motion .hero-visual { min-height: 320px; }

html.lite-motion .nav { gap: 0.65rem; }

html.lite-motion .btn-sm {
  padding: 0.65rem 1rem;
  font-size: 0.78rem;
}

html.lite-motion .logo-text { letter-spacing: 0.18em; font-size: 0.82rem; }

html.lite-motion .malachite-bg,
html.lite-motion .grid-overlay {
  transform: translateZ(0);
  will-change: auto;
}
