/**
 * GROWEED landing — Plus Jakarta Sans (body) + Unbounded (wordmark / display).
 */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,500&family=Unbounded:wght@600;700;800&display=swap");

:root {
  --grow-bg: #0a0e07;
  --grow-bg-mid: #0d1209;
  --grow-surface: #141a0e;
  --grow-card: #192012;
  --grow-elevated: #1c2614;
  --grow-accent: #639922;
  --grow-accent-bright: #9ccc65;
  --grow-accent-dim: #4a7219;
  --grow-primary: #e8f0dc;
  --grow-secondary: #9aaa88;
  --grow-muted: #5a6b4e;
  --grow-purple-glow: rgba(127, 119, 221, 0.12);
  --grow-amber-glow: rgba(186, 117, 23, 0.08);
  --grow-radius-card: 18px;
  --grow-radius-btn: 14px;
  --grow-font: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --grow-display: "Unbounded", var(--grow-font);
  --grow-tap-min: 48px;
  --land-max: 44rem;

  /* Landing system */
  --land-border: rgba(255, 255, 255, 0.07);
  --land-border-strong: rgba(255, 255, 255, 0.11);
  --land-glass: linear-gradient(180deg, rgba(18, 24, 14, 0.88) 0%, rgba(10, 14, 7, 0.78) 100%);
  --land-shadow-elevated: 0 24px 64px -32px rgba(0, 0, 0, 0.78);
  --land-shadow-card: 0 12px 40px -18px rgba(0, 0, 0, 0.55);
  --land-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --land-section-y: clamp(2.35rem, 5.5vw, 3.25rem);
}

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

html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  min-height: 100dvh;
  font-family: var(--grow-font);
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.55;
  letter-spacing: -0.018em;
  color: var(--grow-primary);
  background-color: var(--grow-bg-mid);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: rgba(99, 153, 34, 0.45);
  color: var(--grow-primary);
}

/* Atmosphere: mesh + vignette + grain */
.land-atmos {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 55% at 50% -18%, rgba(99, 153, 34, 0.22), transparent 58%),
    radial-gradient(ellipse 42% 38% at 100% 12%, var(--grow-purple-glow), transparent 52%),
    radial-gradient(ellipse 48% 42% at 0% 88%, var(--grow-amber-glow), transparent 48%),
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(0, 0, 0, 0.45), transparent 55%),
    linear-gradient(180deg, var(--grow-bg) 0%, var(--grow-bg-mid) 38%, #060805 100%);
}

.land-atmos::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.045;
  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.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

a {
  color: var(--grow-accent-bright);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Top bar — full-bleed glass */
.land-top {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: env(safe-area-inset-top, 0);
  background: var(--land-glass);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid var(--land-border);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
}

.land-top-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  max-width: calc(var(--land-max) + 2.5rem);
  margin: 0 auto;
  padding: 0.7rem 1.125rem 0.65rem;
}

.land-top-tail {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 0.75rem;
  margin-left: auto;
}

.land-lang {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.15rem 0.35rem 0.15rem 0.25rem;
  border-radius: 10px;
  border: 1px solid var(--land-border);
  background: rgba(12, 16, 9, 0.55);
}

.land-lang-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.15rem;
  color: var(--grow-muted);
  opacity: 0.72;
  pointer-events: none;
}

.land-ic--lang {
  width: 15px;
  height: 15px;
}

.land-lang-btn {
  min-width: 2.5rem;
  min-height: 2.25rem;
  padding: 0 0.55rem;
  margin: 0;
  border: none;
  border-radius: 8px;
  font-family: var(--grow-font);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--grow-muted);
  background: transparent;
  cursor: pointer;
  transition:
    color 0.18s ease,
    background 0.18s ease;
}

.land-lang-btn:hover {
  color: var(--grow-primary);
}

.land-lang-btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px var(--grow-bg-mid),
    0 0 0 4px rgba(156, 204, 101, 0.55);
}

.land-lang-btn--active {
  color: var(--grow-bg-mid);
  background: linear-gradient(135deg, var(--grow-accent-bright) 0%, var(--grow-accent) 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
}

.land-foot-companies {
  margin: 0.5rem 0 0;
  font-size: 0.625rem;
  line-height: 1.45;
  color: var(--grow-muted);
  max-width: 22rem;
}

.land-404 {
  padding-top: 2rem;
}

.land-404 h1 {
  margin-top: 0;
}

.land-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--grow-display);
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
  color: var(--grow-primary);
  text-decoration: none;
}

.land-brand:hover {
  text-decoration: none;
  color: var(--grow-accent-bright);
}

.land-brand:hover .land-brand-mark {
  border-color: rgba(156, 204, 101, 0.45);
  box-shadow: 0 0 20px -6px rgba(99, 153, 34, 0.45);
}

.land-brand:focus-visible {
  outline: none;
  border-radius: 10px;
  box-shadow: 0 0 0 2px var(--grow-bg-mid), 0 0 0 4px rgba(156, 204, 101, 0.5);
}

.land-brand-mark {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 42%, #1a2214 0%, #0c100a 72%, #060805 100%);
  border: 1px solid rgba(212, 168, 75, 0.35);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
  isolation: isolate;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.land-brand-mark-img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  object-position: 50% 46%;
  display: block;
  mix-blend-mode: lighten;
}

@supports not (mix-blend-mode: lighten) {
  .land-brand-mark-img {
    mix-blend-mode: normal;
    border-radius: 6px;
  }
}

.land-brand-word {
  line-height: 1;
}

.land-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.land-nav.land-nav--sub {
  gap: 0.4rem 0.7rem;
}

.land-nav .land-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  color: var(--grow-secondary);
  text-decoration: none;
  padding: 0.2rem 0;
  transition: color 0.2s var(--land-ease-out);
}

.land-nav .land-nav-link:hover {
  color: var(--grow-primary);
  text-decoration: none;
}

.land-nav .land-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--grow-accent-bright), var(--grow-accent));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s var(--land-ease-out);
  opacity: 0.95;
}

.land-nav .land-nav-link:hover::after,
.land-nav .land-nav-link:focus-visible::after {
  transform: scaleX(1);
}

.land-nav .land-nav-link:focus-visible {
  outline: none;
  color: var(--grow-primary);
  box-shadow: 0 0 0 2px var(--grow-bg-mid), 0 0 0 4px rgba(156, 204, 101, 0.45);
  border-radius: 4px;
}

.land-ic--nav {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.55;
  transition:
    opacity 0.2s ease,
    color 0.2s ease;
}

.land-nav .land-nav-link:hover .land-ic--nav {
  opacity: 0.95;
  color: var(--grow-accent-bright);
}

@media (max-width: 400px) {
  .land-nav {
    gap: 0.35rem 0.55rem;
    font-size: 0.6rem;
  }

  .land-nav.land-nav--sub {
    gap: 0.28rem 0.42rem;
    font-size: 0.55rem;
  }

  .land-nav.land-nav--sub .land-ic--nav {
    width: 12px;
    height: 12px;
  }
}

.land-top-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.land-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--grow-secondary);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.land-pill-ton {
  color: var(--grow-accent-bright);
  border-color: rgba(99, 153, 34, 0.35);
  background: rgba(99, 153, 34, 0.12);
}

.land-pill-quiet {
  color: var(--grow-muted);
  border-color: rgba(255, 255, 255, 0.06);
  font-variant-numeric: tabular-nums;
}

.land-pill-quiet[hidden] {
  display: none !important;
}

/* Main column */
.land {
  position: relative;
  z-index: 1;
  max-width: var(--land-max);
  margin: 0 auto;
  padding: 1.35rem 1.125rem;
  padding-bottom: calc(clamp(3rem, 9vw, 5rem) + env(safe-area-inset-bottom, 0px));
}

@media (min-width: 720px) {
  :root {
    --land-max: 50rem;
  }
}

@media (min-width: 1024px) {
  :root {
    --land-max: 56rem;
  }
}

/* Только для скринридеров / SEO (видимый заголовок перенесён в продающую строку) */
.land-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.land-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.land-skip:focus {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 100;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.5rem 0.75rem;
  clip: auto;
  background: var(--grow-elevated);
  border-radius: 8px;
  outline: 2px solid var(--grow-accent);
}

/* Hero shell — «продуктовый» блок: сетка, mesh, орбиты */
.land-hero-shell {
  position: relative;
  margin-bottom: 1.65rem;
  padding: clamp(1.5rem, 4.5vw, 2.35rem) clamp(1.15rem, 3.5vw, 1.85rem) clamp(1.45rem, 3.5vw, 2rem);
  border-radius: clamp(22px, 4vw, 30px);
  background:
    radial-gradient(ellipse 100% 80% at 100% 0%, rgba(99, 153, 34, 0.09), transparent 45%),
    radial-gradient(ellipse 70% 50% at 0% 100%, rgba(127, 119, 221, 0.06), transparent 50%),
    radial-gradient(ellipse 92% 60% at 50% -8%, rgba(156, 204, 101, 0.12), transparent 52%),
    linear-gradient(165deg, rgba(28, 36, 22, 0.92) 0%, rgba(12, 16, 10, 0.97) 45%, rgba(5, 8, 5, 1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    0 32px 80px -36px rgba(0, 0, 0, 0.85),
    0 0 0 1px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(99, 153, 34, 0.08),
    0 0 120px -40px rgba(99, 153, 34, 0.18);
  overflow: hidden;
}

.land-hero-mesh {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 85% 70% at 50% 40%, #000 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 85% 70% at 50% 40%, #000 20%, transparent 70%);
  pointer-events: none;
}

@supports (mask-composite: exclude) or (-webkit-mask-composite: xor) {
  .land-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
      145deg,
      rgba(156, 204, 101, 0.35) 0%,
      rgba(255, 255, 255, 0.04) 38%,
      rgba(212, 168, 75, 0.12) 72%,
      rgba(99, 153, 34, 0.2) 100%
    );
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.65;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .land-hero-shell {
    animation: land-shell-in 0.7s var(--land-ease-out) both;
  }
}

@keyframes land-shell-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.land-hero {
  position: relative;
  z-index: 1;
}

.land-hero-glow {
  position: absolute;
  top: 42%;
  left: 50%;
  width: min(140%, 52rem);
  height: 75%;
  transform: translate(-50%, -52%);
  background:
    radial-gradient(ellipse at 30% 40%, rgba(156, 204, 101, 0.14) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 60%, rgba(99, 153, 34, 0.12) 0%, transparent 55%);
  pointer-events: none;
  filter: blur(2px);
}

.land-hero-grid {
  position: relative;
  display: grid;
  gap: 1.35rem 1.75rem;
  align-items: center;
  justify-items: center;
  text-align: center;
}

@media (min-width: 720px) {
  .land-hero-grid {
    grid-template-columns: minmax(12.75rem, 15.5rem) minmax(0, 1fr);
    justify-items: start;
    text-align: left;
    gap: 1.65rem 2.25rem;
  }

  .land-hero-visual {
    justify-self: center;
  }

  .land-hero-copy {
    text-align: left;
    max-width: 36rem;
  }
}

.land-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.land-hero-orbit {
  position: absolute;
  width: 196px;
  height: 196px;
  border-radius: 50%;
  border: 1px solid rgba(156, 204, 101, 0.12);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 0 40px rgba(99, 153, 34, 0.06);
  pointer-events: none;
}

.land-hero-orbit::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 1px solid rgba(212, 168, 75, 0.1);
  opacity: 0.9;
}

.land-hero-orbit::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.08);
  transform-origin: 50% 50%;
}

@media (prefers-reduced-motion: no-preference) {
  .land-hero-orbit {
    animation: land-orbit-pulse 5.5s ease-in-out infinite;
  }

  .land-hero-orbit::after {
    animation: land-orbit-dash 24s linear infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .land-hero-orbit,
  .land-hero-orbit::after {
    animation: none;
  }
}

@keyframes land-orbit-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.03);
    opacity: 0.92;
  }
}

@keyframes land-orbit-dash {
  to {
    transform: rotate(360deg);
  }
}

.land-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.land-badges--hero {
  margin: 0.1rem 0 0.55rem;
  gap: 0.3rem;
}

@media (min-width: 720px) {
  .land-badges--hero {
    justify-content: flex-start;
  }
}

.land-badges--hero .land-pill {
  font-size: 0.5625rem;
  padding: 0.22rem 0.5rem;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.land-pill--with-ic {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
}

.land-pill-ic {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  opacity: 0.8;
  color: var(--grow-accent-bright);
}

/* Логотип PNG с чёрным фоном: круглый диск + mix-blend-mode убирает #000, остаётся золото на градиенте */
.land-mark {
  position: relative;
  width: 108px;
  height: 108px;
  margin: 0 auto 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (min-width: 720px) {
  .land-mark {
    width: 120px;
    height: 120px;
    margin-bottom: 1.35rem;
  }
}

.land-mark-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: conic-gradient(
    from 210deg,
    rgba(212, 168, 75, 0.45),
    rgba(99, 153, 34, 0.25),
    rgba(212, 168, 75, 0.35),
    rgba(186, 140, 40, 0.2),
    rgba(212, 168, 75, 0.45)
  );
  opacity: 0.85;
  filter: blur(10px);
  z-index: 0;
  pointer-events: none;
}

.land-mark-disk {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 42%, #222a1a 0%, #0f140c 62%, #080b06 100%);
  border: 1px solid rgba(212, 168, 75, 0.42);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 12px 36px -10px rgba(0, 0, 0, 0.65),
    0 0 48px -12px rgba(212, 168, 75, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  isolation: isolate;
}

.land-mark--gold .land-mark-disk {
  border-color: rgba(236, 200, 110, 0.38);
}

@media (min-width: 720px) {
  .land-mark-disk {
    width: 112px;
    height: 112px;
  }

  .land-mark-img {
    max-width: 86px;
    max-height: 86px;
  }
}

.land-mark-img {
  width: 76%;
  height: 76%;
  max-width: 74px;
  max-height: 74px;
  object-fit: contain;
  object-position: 50% 46%;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  flex-shrink: 0;
  /* чёрный (#000) → показываем фон диска; золото остаётся */
  mix-blend-mode: lighten;
}

@supports not (mix-blend-mode: lighten) {
  .land-mark-img {
    mix-blend-mode: normal;
    border-radius: 50%;
    background: #0d1209;
  }
}

.land-overline {
  position: relative;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grow-muted);
  margin: 0 0 0.45rem;
}

.land-hook {
  position: relative;
  margin: 0 auto 0.65rem;
  max-width: 22rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  line-height: 1.35;
  color: var(--grow-accent-bright);
  text-wrap: balance;
}

.land-hook--pill {
  margin: 0;
  max-width: none;
  width: fit-content;
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #d8f0a8;
  background: linear-gradient(135deg, rgba(99, 153, 34, 0.22) 0%, rgba(156, 204, 101, 0.1) 100%);
  border: 1px solid rgba(156, 204, 101, 0.28);
  box-shadow:
    0 0 24px -8px rgba(99, 153, 34, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.land-hero-visual .land-mark {
  margin: 0;
  width: 124px;
  height: 124px;
}

@media (min-width: 720px) {
  .land-hero-visual .land-mark {
    width: 148px;
    height: 148px;
  }

  .land-hero-orbit {
    width: 228px;
    height: 228px;
  }
}

.land-hero-visual .land-mark-disk {
  width: 114px;
  height: 114px;
}

@media (min-width: 720px) {
  .land-hero-visual .land-mark-disk {
    width: 136px;
    height: 136px;
  }

  .land-hero-visual .land-mark-img {
    max-width: 102px;
    max-height: 102px;
  }
}

.land-hero-visual .land-mark-img {
  max-width: 86px;
  max-height: 86px;
}

.land-hero-headline {
  margin: 0 0 0.65rem;
  max-width: 40rem;
  font-size: clamp(1.05rem, 3.1vw, 1.35rem);
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -0.02em;
  color: rgba(242, 248, 232, 0.94);
  text-wrap: balance;
}

.land-hero-headline strong {
  color: #dff6b0;
  font-weight: 700;
}

.land-hero-points {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.land-hero-points__item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.land-hero-point-ic {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  margin-top: 0.05rem;
  border-radius: 9px;
  color: var(--grow-accent-bright);
  background: rgba(99, 153, 34, 0.12);
  border: 1px solid rgba(156, 204, 101, 0.22);
}

.land-hero-point-ic svg {
  width: 0.95rem;
  height: 0.95rem;
}

.land-hero-points__text {
  flex: 1;
  min-width: 0;
  font-size: 0.8125rem;
  line-height: 1.48;
  color: var(--grow-secondary);
  text-wrap: pretty;
}

.land-hero-points__text strong {
  color: var(--grow-primary);
  font-weight: 700;
}

.land-tagline--hero {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: clamp(0.9rem, 2.4vw, 1.02rem);
  line-height: 1.48;
  opacity: 0.93;
}

.land-title {
  position: relative;
  font-family: var(--grow-display);
  font-size: clamp(2.1rem, 6.8vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0 0 0.55rem;
  color: var(--grow-primary);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .land-title {
    background: linear-gradient(180deg, #f4fce8 0%, #c5d9a8 45%, var(--grow-accent-bright) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.land-tagline {
  position: relative;
  margin: 0 auto 1rem;
  max-width: 29rem;
  font-size: clamp(1rem, 3.1vw, 1.125rem);
  font-weight: 600;
  color: var(--grow-primary);
  line-height: 1.42;
  text-wrap: pretty;
  opacity: 0.96;
}

.land-hero-copy .land-tagline {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.land-hero-copy .land-tagline--hero {
  margin-bottom: 0;
}

.land-mono {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.land-lead {
  position: relative;
  margin: 0 auto;
  max-width: 27rem;
  color: var(--grow-secondary);
  font-size: 0.9rem;
  line-height: 1.62;
  text-wrap: pretty;
}

.land-lead strong {
  color: var(--grow-primary);
  font-weight: 700;
}

/* CTA */
.land-hero-shell .land-cta {
  margin-top: clamp(1.25rem, 3.5vw, 1.75rem);
  padding-top: clamp(1rem, 2.5vw, 1.35rem);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.land-cta {
  position: relative;
  margin-top: 1.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}

.land-hero-shell .land-btn-primary {
  min-width: min(100%, 20rem);
  padding: 0.95rem 1.65rem;
  font-size: 1.05rem;
  border-radius: calc(var(--grow-radius-btn) + 4px);
  box-shadow:
    0 6px 28px -6px rgba(99, 153, 34, 0.6),
    0 0 0 1px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.land-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: var(--grow-tap-min);
  padding: 0.85rem 1.5rem;
  border-radius: var(--grow-radius-btn);
  font-family: inherit;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.02em;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid rgba(156, 204, 101, 0.45);
  background: linear-gradient(180deg, #6aad28 0%, var(--grow-accent-dim) 100%);
  color: #0f140a;
  box-shadow:
    0 4px 24px -4px rgba(99, 153, 34, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition:
    transform 0.2s var(--land-ease-out),
    box-shadow 0.2s var(--land-ease-out),
    filter 0.2s var(--land-ease-out);
}

.land-btn:hover {
  text-decoration: none;
  filter: brightness(1.06);
  box-shadow:
    0 8px 32px -4px rgba(99, 153, 34, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

@media (prefers-reduced-motion: no-preference) {
  .land-btn:hover {
    transform: translateY(-2px);
  }
}

.land-btn:active {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .land-btn:hover,
  .land-btn:active {
    transform: none;
  }
}

.land-btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px var(--grow-bg-mid),
    0 0 0 5px rgba(156, 204, 101, 0.65);
}

.land-btn-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 60%,
    transparent 100%
  );
  transform: translateX(-100%);
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .land-btn-primary:hover .land-btn-shine {
    animation: land-shine 0.85s ease-out;
  }
}

@keyframes land-shine {
  to {
    transform: translateX(100%);
  }
}

.land-btn svg {
  flex-shrink: 0;
  opacity: 0.95;
}

.land-cta-sub {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 500;
  color: var(--grow-muted);
  text-align: center;
  max-width: 18rem;
  line-height: 1.45;
}

/* Подсказка прокрутки: ниже hero есть секции */
.land-scroll-hint {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--grow-muted);
  text-decoration: none;
  transition:
    color 0.2s ease,
    transform 0.22s var(--land-ease-out);
}

.land-scroll-hint__ic {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  opacity: 0.65;
  color: var(--grow-accent-bright);
}

.land-scroll-hint:hover {
  color: var(--grow-accent-bright);
  text-decoration: none;
  transform: translateY(2px);
}

.land-scroll-hint:hover .land-scroll-hint__ic {
  opacity: 1;
}

.land-scroll-hint:focus-visible {
  outline: none;
  border-radius: 8px;
  box-shadow: 0 0 0 2px var(--grow-bg-mid), 0 0 0 4px rgba(156, 204, 101, 0.45);
}

/* Trust strip */
.land-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.85rem;
  margin-bottom: var(--land-section-y);
  padding: 0.8rem 1rem;
  border-radius: var(--grow-radius-card);
  background: linear-gradient(135deg, rgba(20, 26, 14, 0.75) 0%, rgba(8, 11, 6, 0.55) 100%);
  border: 1px solid var(--land-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.land-trust-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grow-muted);
}

.land-trust-label__ic {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.55;
  color: var(--grow-accent-bright);
}

.land-trust-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
  font-weight: 600;
}

.land-trust-list li {
  display: inline-flex;
  align-items: center;
}

.land-trust-list li + li::before {
  content: "";
  width: 1px;
  height: 0.85rem;
  margin: 0 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.land-trust-link {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: var(--grow-secondary);
  text-decoration: none;
}

.land-trust-link__ic {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  opacity: 0.5;
  transition:
    opacity 0.2s ease,
    color 0.2s ease;
}

.land-trust-link:hover {
  color: var(--grow-accent-bright);
  text-decoration: none;
}

.land-trust-link:hover .land-trust-link__ic {
  opacity: 0.95;
  color: var(--grow-accent-bright);
}

.land-callout {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: var(--land-section-y);
  padding: 0.95rem 1rem 0.95rem 0.95rem;
  border-radius: var(--grow-radius-card);
  border: 1px solid var(--land-border);
  background: linear-gradient(135deg, rgba(25, 32, 18, 0.88) 0%, rgba(12, 16, 9, 0.72) 100%);
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--grow-secondary);
  box-shadow: var(--land-shadow-card);
}

.land-callout__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-top: 0.05rem;
  border-radius: 11px;
  color: var(--grow-accent-bright);
  background: rgba(99, 153, 34, 0.16);
  border: 1px solid rgba(156, 204, 101, 0.25);
}

.land-callout__icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.land-callout__body {
  flex: 1;
  min-width: 0;
}

.land-callout strong {
  color: var(--grow-primary);
}

.land-callout a {
  color: var(--grow-accent-bright);
  font-weight: 600;
  text-decoration: none;
}

.land-callout a:hover {
  text-decoration: underline;
}

.land-callout--info {
  border-color: rgba(99, 153, 34, 0.35);
  box-shadow:
    var(--land-shadow-card),
    inset 0 0 0 1px rgba(156, 204, 101, 0.06);
}

/* Section heads */
.land-section-head {
  position: relative;
  margin-bottom: 1.15rem;
  padding-left: 0.95rem;
}

.land-section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  bottom: 0.2rem;
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--grow-accent-bright) 0%, var(--grow-accent) 55%, var(--grow-accent-dim) 100%);
  opacity: 0.92;
}

.land-section-title {
  margin: 0 0 0.35rem;
  font-family: var(--grow-display);
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--grow-primary);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  line-height: 1.15;
}

.land-section-title__ic {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  color: var(--grow-accent-bright);
  opacity: 0.88;
}

.land-section-desc {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--grow-muted);
  line-height: 1.5;
  max-width: 42rem;
}

.land-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grow-accent-bright);
}

.land-live {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--grow-accent-bright);
  box-shadow: 0 0 10px var(--grow-accent);
}

@media (prefers-reduced-motion: no-preference) {
  .land-live {
    animation: land-pulse 2s ease-in-out infinite;
  }
}

@keyframes land-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.65;
    transform: scale(0.92);
  }
}

/* Steps */
.land-steps {
  margin-bottom: var(--land-section-y);
}

.land-step-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 640px) {
  .land-step-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }
}

.land-step {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1rem 1.05rem;
  border-radius: var(--grow-radius-card);
  background: rgba(25, 32, 18, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.land-step-visual {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.land-step-icon {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9px;
  color: var(--grow-accent-bright);
  background: rgba(99, 153, 34, 0.12);
  border: 1px solid rgba(156, 204, 101, 0.2);
}

.land-step-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

.land-step-num {
  flex-shrink: 0;
  width: 1.85rem;
  height: 1.85rem;
  display: grid;
  place-items: center;
  font-family: var(--grow-display);
  font-weight: 800;
  font-size: 0.8rem;
  color: var(--grow-bg-mid);
  background: linear-gradient(145deg, var(--grow-accent-bright), var(--grow-accent));
  border-radius: 10px;
  box-shadow: 0 2px 12px -4px rgba(99, 153, 34, 0.55);
}

.land-step-body h3 {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--grow-primary);
}

.land-step-body p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--grow-secondary);
  font-weight: 500;
}

/* Gameplay loop */
.land-loop {
  margin-bottom: var(--land-section-y);
}

.land-loop-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .land-loop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .land-loop-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.land-loop-card {
  margin: 0;
  padding: 1.05rem 1.1rem 1.15rem;
  border-radius: var(--grow-radius-card);
  background: linear-gradient(165deg, rgba(22, 28, 16, 0.9) 0%, rgba(14, 18, 11, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    0 10px 36px -18px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .land-loop-card {
    transition: none;
  }
}

.land-loop-card:hover {
  border-color: rgba(99, 153, 34, 0.28);
  box-shadow:
    0 16px 44px -20px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(99, 153, 34, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

@media (prefers-reduced-motion: no-preference) {
  .land-loop-card:hover {
    transform: translateY(-2px);
  }
}

.land-loop-card--wide {
  grid-column: 1 / -1;
}

@media (min-width: 960px) {
  .land-loop-card--wide {
    grid-column: span 3;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem 1.15rem;
    align-items: start;
  }

  .land-loop-card--wide .land-loop-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    margin-bottom: 0;
  }

  .land-loop-card--wide h3 {
    grid-column: 2;
    grid-row: 1;
  }

  .land-loop-card--wide p {
    grid-column: 2;
    grid-row: 2;
  }
}

.land-loop-icon {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.65rem;
  border-radius: 12px;
  color: var(--grow-accent-bright);
  background: rgba(99, 153, 34, 0.14);
  border: 1px solid rgba(99, 153, 34, 0.28);
}

.land-loop-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.land-loop-card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--grow-primary);
}

.land-loop-card p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--grow-secondary);
  font-weight: 500;
}

.land-loop-card a {
  font-weight: 600;
}

/* Economy */
.land-economy {
  margin-bottom: var(--land-section-y);
}

.land-econ-grid {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
}

@media (min-width: 840px) {
  .land-econ-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}

.land-econ-card {
  margin: 0;
  padding: 1.15rem 1.1rem 1.2rem;
  border-radius: var(--grow-radius-card);
  background: rgba(20, 26, 14, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.land-econ-card__head {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.55rem;
}

.land-econ-card__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 11px;
  color: var(--grow-accent-bright);
  background: rgba(99, 153, 34, 0.12);
  border: 1px solid rgba(156, 204, 101, 0.22);
}

.land-econ-card__icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.land-econ-card__head h3 {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--grow-primary);
  line-height: 1.35;
  padding-top: 0.2rem;
}

.land-econ-card p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--grow-secondary);
  font-weight: 500;
}

.land-econ-card--bud {
  border-color: rgba(154, 170, 136, 0.2);
  background: linear-gradient(160deg, rgba(90, 107, 78, 0.12) 0%, rgba(20, 26, 14, 0.88) 55%);
}

.land-econ-card--weed {
  border-color: rgba(99, 153, 34, 0.35);
  background: linear-gradient(155deg, rgba(99, 153, 34, 0.14) 0%, rgba(18, 24, 12, 0.92) 50%);
}

.land-econ-card--math {
  border-color: rgba(212, 168, 75, 0.22);
  background: linear-gradient(165deg, rgba(186, 140, 40, 0.08) 0%, rgba(16, 20, 12, 0.92) 55%);
}

.land-econ-list {
  margin: 0.75rem 0 0;
  padding: 0 0 0 1.1rem;
  font-size: 0.75rem;
  line-height: 1.55;
  color: var(--grow-secondary);
  font-weight: 500;
}

.land-econ-list li {
  margin-bottom: 0.35rem;
}

.land-econ-list li:last-child {
  margin-bottom: 0;
}

.land-econ-lead {
  margin-bottom: 0.85rem !important;
}

.land-econ-formula {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0.85rem 0 1rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.land-econ-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.55rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid transparent;
}

.land-econ-pill--out {
  color: #0f140a;
  background: linear-gradient(145deg, var(--grow-accent-bright), var(--grow-accent));
  border-color: rgba(156, 204, 101, 0.5);
}

.land-econ-pill--burn {
  color: #f0e8d8;
  background: rgba(120, 60, 40, 0.35);
  border-color: rgba(200, 120, 90, 0.35);
}

.land-econ-pill--prize {
  color: var(--grow-primary);
  background: rgba(127, 119, 221, 0.18);
  border-color: rgba(160, 150, 240, 0.28);
}

.land-econ-op {
  font-size: 0.75rem;
  color: var(--grow-muted);
  padding: 0 0.15rem;
}

.land-econ-note {
  margin: 0 !important;
  font-size: 0.6875rem !important;
  line-height: 1.5 !important;
  color: var(--grow-muted) !important;
}

.land-econ-strip {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr;
}

@media (min-width: 560px) {
  .land-econ-strip {
    grid-template-columns: repeat(3, 1fr);
  }
}

.land-econ-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

.land-econ-stat-ic {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.4rem;
  border-radius: 10px;
  color: var(--grow-accent-bright);
  background: rgba(99, 153, 34, 0.1);
  border: 1px solid rgba(156, 204, 101, 0.18);
}

.land-econ-stat-ic svg {
  width: 1rem;
  height: 1rem;
}

.land-econ-stat-label {
  display: block;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grow-muted);
  margin-bottom: 0.35rem;
}

.land-econ-stat-value {
  display: block;
  font-family: var(--grow-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--grow-primary);
  line-height: 1.15;
}

.land-econ-stat-hint {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: var(--grow-muted);
  line-height: 1.35;
}

.land-econ-disclaimer {
  margin: 1rem 0 0;
  font-size: 0.6875rem;
  line-height: 1.55;
  color: var(--grow-muted);
  font-weight: 500;
  text-wrap: pretty;
}

/* Rates */
.land-rates {
  margin-bottom: var(--land-section-y);
}

.land-rates[hidden] {
  display: none !important;
}

.land-rates-card {
  padding: 1.05rem 1.1rem;
  border-radius: var(--grow-radius-card);
  background: linear-gradient(165deg, rgba(28, 38, 20, 0.75) 0%, rgba(12, 16, 10, 0.9) 100%);
  border: 1px solid rgba(99, 153, 34, 0.28);
  box-shadow:
    var(--land-shadow-card),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.land-rate-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.land-rate-row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.land-rate-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--grow-secondary);
  max-width: 58%;
}

.land-rate-hint {
  display: block;
  font-size: 0.625rem;
  font-weight: 500;
  color: var(--grow-muted);
  margin-top: 0.12rem;
}

.land-rate-value {
  font-size: 0.875rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--grow-primary);
  text-align: right;
}

.land-rates-foot {
  margin: 0.9rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.625rem;
  line-height: 1.5;
  color: var(--grow-muted);
  font-weight: 500;
}

.land-inline-code {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.6rem;
  padding: 0.1rem 0.3rem;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  color: var(--grow-secondary);
}

/* Bento features */
.land-section {
  margin-bottom: var(--land-section-y);
}

.land-bento {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 680px) {
  .land-bento {
    grid-template-columns: 1.15fr 1fr;
    grid-template-rows: auto auto auto;
    align-items: stretch;
  }

  .land-bento > .land-card-spotlight {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .land-bento > .land-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .land-bento > .land-card:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .land-bento > .land-card-wide {
    grid-column: 1 / -1;
    grid-row: 3;
  }
}

/* Equal grid for modes (overrides placement above) */
.land-bento--balanced {
  grid-template-columns: 1fr !important;
  grid-template-rows: none !important;
}

@media (min-width: 640px) {
  .land-bento.land-bento--balanced {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .land-bento.land-bento--balanced > .land-card {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

@media (min-width: 960px) {
  .land-bento.land-bento--balanced {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.85rem;
  }
}

.land-card {
  padding: 1.1rem 1.05rem;
  border-radius: var(--grow-radius-card);
  background: rgba(25, 32, 18, 0.72);
  border: 1px solid var(--land-border);
  box-shadow:
    var(--land-shadow-card),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    border-color 0.22s var(--land-ease-out),
    box-shadow 0.22s var(--land-ease-out),
    transform 0.22s var(--land-ease-out);
}

.land-card:hover {
  border-color: rgba(99, 153, 34, 0.26);
  box-shadow:
    0 16px 44px -18px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(99, 153, 34, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

@media (prefers-reduced-motion: no-preference) {
  .land-card:hover {
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .land-card:hover {
    transform: none;
  }
}

.land-card-spotlight {
  background: linear-gradient(160deg, rgba(99, 153, 34, 0.12) 0%, rgba(25, 32, 18, 0.88) 45%);
  border-color: rgba(99, 153, 34, 0.28);
}

.land-card-kicker {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grow-accent-bright);
  margin-bottom: 0.45rem;
}

.land-card-icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.55rem;
  color: var(--grow-accent);
}

.land-card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--grow-primary);
}

.land-card p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--grow-secondary);
  font-weight: 500;
}

.land-card-wide .land-card-icon {
  margin-bottom: 0.45rem;
}

/* Mid-page CTA */
.land-mid-cta {
  margin-bottom: var(--land-section-y);
}

.land-mid-cta-card {
  position: relative;
  text-align: center;
  padding: 1.85rem 1.4rem 1.95rem;
  border-radius: 24px;
  border: 1px solid rgba(99, 153, 34, 0.38);
  background: linear-gradient(158deg, rgba(99, 153, 34, 0.18) 0%, rgba(12, 16, 10, 0.9) 42%, rgba(10, 14, 9, 0.98) 100%);
  box-shadow:
    var(--land-shadow-elevated),
    0 0 48px -24px rgba(99, 153, 34, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.land-mid-cta-glow {
  position: absolute;
  top: -40%;
  left: 50%;
  width: 120%;
  height: 80%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(156, 204, 101, 0.2) 0%, transparent 60%);
  pointer-events: none;
}

.land-mid-cta-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 0.5rem;
  font-family: var(--grow-display);
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--grow-primary);
  width: 100%;
}

.land-mid-cta-title__ic {
  width: 1.65rem;
  height: 1.65rem;
  flex-shrink: 0;
  color: var(--grow-accent-bright);
  filter: drop-shadow(0 0 12px rgba(99, 153, 34, 0.35));
}

.land-mid-cta-text {
  position: relative;
  margin: 0 auto 1.15rem;
  max-width: 22rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--grow-secondary);
  font-weight: 500;
}

.land-btn-compact {
  position: relative;
  min-height: 44px;
  padding: 0.65rem 1.25rem;
  font-size: 0.9375rem;
}

/* FAQ */
.land-faq {
  margin-bottom: calc(var(--land-section-y) * 0.92);
}

.land-details {
  margin-bottom: 0.55rem;
  padding: 0.05rem 0.95rem 0.75rem;
  border-radius: var(--grow-radius-card);
  background: rgba(20, 26, 14, 0.72);
  border: 1px solid var(--land-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.land-details[open] {
  border-color: rgba(99, 153, 34, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 8px 28px -18px rgba(0, 0, 0, 0.45);
}

.land-details summary {
  list-style: none;
}

.land-details summary::-webkit-details-marker {
  display: none;
}

.land-details__summary {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.75rem 0 0.15rem;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
  color: var(--grow-primary);
}

.land-details__q {
  flex: 1;
  min-width: 0;
  text-align: left;
  line-height: 1.4;
  padding-top: 0.2rem;
}

.land-faq-q-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9px;
  color: var(--grow-accent-bright);
  background: rgba(99, 153, 34, 0.1);
  border: 1px solid rgba(156, 204, 101, 0.2);
}

.land-faq-q-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

.land-details__caret {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  margin-top: 0.12rem;
  color: var(--grow-muted);
  transition:
    transform 0.22s var(--land-ease-out),
    color 0.2s ease;
}

.land-details__caret svg {
  width: 14px;
  height: 14px;
}

.land-details[open] .land-details__caret {
  transform: rotate(180deg);
  color: var(--grow-accent-bright);
}

.land-details p {
  margin: 0.35rem 0 0.15rem;
  padding-left: calc(2rem + 0.55rem);
  font-size: 0.8125rem;
  line-height: 1.58;
  color: var(--grow-secondary);
  font-weight: 500;
}

/* Footer */
.land-foot {
  position: relative;
  padding-top: 1.75rem;
  border-top: 1px solid var(--land-border);
}

.land-foot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(156, 204, 101, 0.35) 50%, transparent);
  opacity: 0.9;
  pointer-events: none;
}

.land-foot-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .land-foot-grid {
    grid-template-columns: 1fr 1.4fr;
    align-items: start;
  }
}

.land-foot-brand {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.25rem;
  font-family: var(--grow-display);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.land-foot-brand__ic {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 8px;
  color: var(--grow-accent-bright);
  background: rgba(99, 153, 34, 0.12);
  border: 1px solid rgba(212, 168, 75, 0.28);
}

.land-foot-brand__ic svg {
  width: 0.95rem;
  height: 0.95rem;
}

.land-foot-tag {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  color: var(--grow-muted);
  line-height: 1.45;
}

.land-foot-operator {
  margin: 0.75rem 0 0;
  font-size: 0.6875rem;
  line-height: 1.5;
  color: var(--grow-muted);
}

.land-foot-operator a {
  color: var(--grow-accent-bright);
  font-weight: 600;
  text-decoration: none;
}

.land-foot-operator a:hover {
  text-decoration: underline;
}

.land-foot-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  align-items: center;
}

.land-foot-row a {
  font-weight: 600;
  font-size: 0.8125rem;
}

.land-dot {
  color: var(--grow-muted);
  user-select: none;
}

.land-dev {
  margin: 0;
  padding: 1rem 1.05rem 0.95rem;
  border-radius: var(--grow-radius-card);
  background: rgba(12, 16, 10, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.land-dev-label {
  margin: 0 0 0.65rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--grow-muted);
}

.land-dev-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.land-dev-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin: 0 0 0.45rem;
  font-size: 0.8125rem;
  font-weight: 600;
}

.land-dev-li-ic {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.1em;
  color: var(--grow-accent-bright);
  opacity: 0.45;
  transition: opacity 0.2s ease;
}

.land-dev-li-ic svg {
  width: 13px;
  height: 13px;
}

.land-dev-list li:hover .land-dev-li-ic {
  opacity: 0.85;
}

.land-dev-list li:last-child {
  margin-bottom: 0;
}

.land-dev-note {
  margin: 0.85rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.6875rem;
  line-height: 1.5;
  color: var(--grow-muted);
  font-weight: 500;
}

.land-dev-note-label {
  display: block;
  margin-bottom: 0.4rem;
}

.land-code-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.5rem;
}

.land-code {
  flex: 1 1 12rem;
  margin: 0;
  padding: 0.45rem 0.5rem;
  font-size: 0.625rem;
  line-height: 1.4;
  word-break: break-all;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: var(--grow-secondary);
  background: rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.land-copy {
  flex: 0 0 auto;
  align-self: flex-start;
  margin: 0;
  padding: 0.4rem 0.65rem;
  font-family: inherit;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--grow-primary);
  background: rgba(99, 153, 34, 0.22);
  border: 1px solid rgba(99, 153, 34, 0.38);
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.land-copy:hover {
  background: rgba(99, 153, 34, 0.32);
  border-color: rgba(99, 153, 34, 0.5);
}

.land-copy:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px var(--grow-bg-mid),
    0 0 0 4px rgba(153, 204, 80, 0.65);
}

.land-disclaimer {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.55;
  color: var(--grow-muted);
  font-weight: 500;
  text-wrap: pretty;
}

/* Ghost button (unused on main land; keep for compatibility) */
.land-btn-ghost {
  background: rgba(28, 38, 20, 0.65);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  color: var(--grow-primary);
  font-weight: 600;
}

.land-btn-ghost:hover {
  filter: none;
  border-color: rgba(255, 255, 255, 0.18);
}

.land-btn-ghost:focus-visible {
  box-shadow:
    0 0 0 2px var(--grow-bg-mid),
    0 0 0 4px rgba(154, 170, 136, 0.55);
}

/* Legal pages */
.land-legal {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  margin: 0 auto;
  padding: 1.5rem 1rem 2.5rem;
}

.land-legal h1 {
  font-size: 1.375rem;
  font-weight: 800;
  font-family: var(--grow-display);
  letter-spacing: -0.025em;
  margin: 1rem 0 1rem;
}

.land-legal p {
  margin: 0 0 1rem;
  color: var(--grow-secondary);
  line-height: 1.55;
}

.land-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--grow-accent-bright);
}

.land-back:hover {
  text-decoration: none;
  color: #c5e88a;
}

/* Tokenomics page */
.land-tok {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  margin: 0 auto;
  padding: 1.25rem 1rem 3rem;
}

.land-tok-title {
  margin: 0.5rem 0 0.75rem;
  font-family: var(--grow-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 4vw, 1.85rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.land-tok-lead {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--grow-secondary);
}

.land-tok-section {
  margin: 2rem 0;
}

.land-tok-section h2 {
  margin: 0 0 0.85rem;
  font-family: var(--grow-display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.land-tok-section h3 {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
}

.land-tok-grid2 {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .land-tok-grid2 {
    grid-template-columns: 1fr 1fr;
  }
}

.land-tok-card {
  padding: 1rem 1.1rem;
  border-radius: var(--grow-radius-card);
  border: 1px solid var(--land-border);
  background: var(--land-glass);
  box-shadow: var(--land-shadow-card);
}

.land-tok-card p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--grow-secondary);
}

.land-tok-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
  border-radius: var(--grow-radius-card);
  overflow: hidden;
  border: 1px solid var(--land-border);
  background: rgba(20, 26, 14, 0.5);
}

.land-tok-table th,
.land-tok-table td {
  padding: 0.65rem 0.85rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--land-border);
}

.land-tok-table tr:last-child th,
.land-tok-table tr:last-child td {
  border-bottom: none;
}

.land-tok-table th[scope="row"] {
  width: 38%;
  font-weight: 600;
  color: var(--grow-muted);
}

.land-tok-table thead th {
  font-weight: 700;
  color: var(--grow-primary);
  background: rgba(25, 32, 18, 0.85);
}

.land-tok-table--wide th[scope="row"] {
  width: auto;
}

.land-tok-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--grow-secondary);
  font-size: 0.875rem;
  line-height: 1.55;
}

.land-tok-list li + li {
  margin-top: 0.35rem;
}

.land-tok-foot {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  color: var(--grow-muted);
  line-height: 1.5;
}

.land-tok-footer {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--land-border);
  font-size: 0.8125rem;
}

.land-tok-footer a {
  color: var(--grow-accent-bright);
  font-weight: 600;
  text-decoration: none;
}

.land-tok-footer a:hover {
  text-decoration: underline;
}

/* ─── Motion: scroll reveal, hero, micro-interactions (respects prefers-reduced-motion) ─── */

@media (prefers-reduced-motion: reduce) {
  [data-land-reveal] {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .land-reveal-rich > .land-section-head,
  .land-reveal-rich > .land-loop-grid > li,
  .land-reveal-rich > .land-step-list > li,
  .land-reveal-rich > .land-bento > .land-card,
  .land-faq.land-reveal-rich > .land-details {
    opacity: 1 !important;
    transform: none !important;
  }

  .land-motion-badges > li,
  .land-motion-mark,
  .land-cta-sub {
    animation: none !important;
  }

  .land-top {
    transition: none !important;
  }
}

@media (prefers-reduced-motion: no-preference) {
  /*
   * Скрытие блоков до scroll-reveal — только при html.land-js (ставит land.js).
   * Без класса: контент виден сразу (нет «пустой» страницы при ошибке скрипта / до загрузки).
   */
  html.land-js [data-land-reveal="fade"] {
    transition:
      opacity 0.58s var(--land-ease-out),
      transform 0.62s var(--land-ease-out);
  }

  html.land-js [data-land-reveal="fade"]:not(.land-is-revealed) {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
  }

  html.land-js [data-land-reveal="fade"].land-is-revealed {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* Rich: заголовок секции + стаггер детей */
  html.land-js .land-reveal-rich > .land-section-head {
    transition:
      opacity 0.52s var(--land-ease-out),
      transform 0.56s var(--land-ease-out);
  }

  html.land-js .land-reveal-rich:not(.land-is-revealed) > .land-section-head {
    opacity: 0;
    transform: translateY(16px);
  }

  html.land-js .land-reveal-rich.land-is-revealed > .land-section-head {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.04s;
  }

  /* Сохраняем hover-карточкам border/shadow/transform + добавляем reveal */
  html.land-js .land-reveal-rich > .land-loop-grid > li.land-loop-card {
    transition:
      opacity 0.52s var(--land-ease-out),
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      transform 0.22s var(--land-ease-out);
  }

  html.land-js .land-reveal-rich > .land-step-list > li {
    transition:
      opacity 0.5s var(--land-ease-out),
      transform 0.54s var(--land-ease-out);
  }

  html.land-js .land-reveal-rich > .land-bento > .land-card {
    transition:
      opacity 0.52s var(--land-ease-out),
      border-color 0.22s var(--land-ease-out),
      box-shadow 0.22s var(--land-ease-out),
      transform 0.24s var(--land-ease-out);
  }

  html.land-js .land-faq.land-reveal-rich > .land-details {
    transition:
      opacity 0.48s var(--land-ease-out),
      transform 0.52s var(--land-ease-out),
      border-color 0.2s ease,
      box-shadow 0.2s ease;
  }

  html.land-js .land-reveal-rich:not(.land-is-revealed) > .land-loop-grid > li,
  html.land-js .land-reveal-rich:not(.land-is-revealed) > .land-step-list > li,
  html.land-js .land-reveal-rich:not(.land-is-revealed) > .land-bento > .land-card,
  html.land-js .land-faq.land-reveal-rich:not(.land-is-revealed) > .land-details {
    opacity: 0;
    transform: translateY(18px);
  }

  html.land-js .land-reveal-rich.land-is-revealed > .land-loop-grid > li,
  html.land-js .land-reveal-rich.land-is-revealed > .land-step-list > li,
  html.land-js .land-reveal-rich.land-is-revealed > .land-bento > .land-card,
  html.land-js .land-faq.land-reveal-rich.land-is-revealed > .land-details {
    opacity: 1;
    transform: translateY(0);
  }

  html.land-js .land-reveal-rich.land-is-revealed > .land-loop-grid > li:nth-child(1),
  html.land-js .land-reveal-rich.land-is-revealed > .land-step-list > li:nth-child(1),
  html.land-js .land-reveal-rich.land-is-revealed > .land-bento > .land-card:nth-child(1),
  html.land-js .land-faq.land-reveal-rich.land-is-revealed > .land-details:nth-child(2) {
    transition-delay: 0.09s;
  }

  html.land-js .land-reveal-rich.land-is-revealed > .land-loop-grid > li:nth-child(2),
  html.land-js .land-reveal-rich.land-is-revealed > .land-step-list > li:nth-child(2),
  html.land-js .land-reveal-rich.land-is-revealed > .land-bento > .land-card:nth-child(2),
  html.land-js .land-faq.land-reveal-rich.land-is-revealed > .land-details:nth-child(3) {
    transition-delay: 0.14s;
  }

  html.land-js .land-reveal-rich.land-is-revealed > .land-loop-grid > li:nth-child(3),
  html.land-js .land-reveal-rich.land-is-revealed > .land-step-list > li:nth-child(3),
  html.land-js .land-reveal-rich.land-is-revealed > .land-bento > .land-card:nth-child(3),
  html.land-js .land-faq.land-reveal-rich.land-is-revealed > .land-details:nth-child(4) {
    transition-delay: 0.19s;
  }

  html.land-js .land-reveal-rich.land-is-revealed > .land-loop-grid > li:nth-child(4),
  html.land-js .land-reveal-rich.land-is-revealed > .land-bento > .land-card:nth-child(4),
  html.land-js .land-faq.land-reveal-rich.land-is-revealed > .land-details:nth-child(5) {
    transition-delay: 0.24s;
  }

  html.land-js .land-reveal-rich.land-is-revealed > .land-loop-grid > li:nth-child(5),
  html.land-js .land-reveal-rich.land-is-revealed > .land-bento > .land-card:nth-child(5),
  html.land-js .land-faq.land-reveal-rich.land-is-revealed > .land-details:nth-child(6) {
    transition-delay: 0.29s;
  }

  html.land-js .land-reveal-rich.land-is-revealed > .land-bento > .land-card:nth-child(6),
  html.land-js .land-faq.land-reveal-rich.land-is-revealed > .land-details:nth-child(7) {
    transition-delay: 0.34s;
  }

  html.land-js .land-faq.land-reveal-rich.land-is-revealed > .land-details:nth-child(8) {
    transition-delay: 0.39s;
  }

  html.land-js .land-faq.land-reveal-rich.land-is-revealed > .land-details:nth-child(9) {
    transition-delay: 0.44s;
  }

  /* Hero: бейджи и лёгкое «дыхание» марки */
  @keyframes land-badge-in {
    from {
      opacity: 0;
      transform: translateY(10px) scale(0.97);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  @keyframes land-mark-breathe {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-3px);
    }
  }

  @keyframes land-cta-sub-in {
    from {
      opacity: 0;
      transform: translateY(6px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .land-motion-badges > li {
    animation: land-badge-in 0.52s var(--land-ease-out) both;
  }

  .land-motion-badges > li:nth-child(1) {
    animation-delay: 0.32s;
  }

  .land-motion-badges > li:nth-child(2) {
    animation-delay: 0.4s;
  }

  .land-motion-badges > li:nth-child(3) {
    animation-delay: 0.48s;
  }

  .land-motion-mark {
    animation: land-mark-breathe 5.5s ease-in-out infinite;
    animation-delay: 0.85s;
  }

  .land-cta-sub {
    animation: land-cta-sub-in 0.55s var(--land-ease-out) 0.58s both;
  }

  /* Кнопка Copy: успех */
  @keyframes land-copy-pop {
    0% {
      transform: scale(1);
    }
    40% {
      transform: scale(1.07);
    }
    100% {
      transform: scale(1);
    }
  }

  .land-copy.land-copy--ok {
    animation: land-copy-pop 0.55s var(--land-ease-out);
    border-color: rgba(156, 204, 101, 0.65);
    background: rgba(99, 153, 34, 0.38);
  }

  /* Шапка при скролле */
  .land-top {
    transition:
      box-shadow 0.28s var(--land-ease-out),
      border-color 0.28s ease;
  }

  .land-top--raised {
    box-shadow: 0 8px 32px -10px rgba(0, 0, 0, 0.55);
    border-bottom-color: rgba(255, 255, 255, 0.09);
  }

  /* Ссылки trust strip */
  .land-trust-link {
    transition:
      color 0.2s ease,
      transform 0.22s var(--land-ease-out);
  }

  .land-trust-link:hover {
    transform: translateY(-1px);
  }
}
