/* Современный лендинг Metaplay */

.lp {
  min-height: 100dvh;
  color: #e4eaf2;
}

.lp-shell {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: clamp(1rem, 4vw, 1.75rem);
  padding-right: clamp(1rem, 4vw, 1.75rem);
}

/* ——— Top bar ——— */
.lp-top {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(7, 10, 15, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.lp-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.5rem;
}

.lp-logo {
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
}

.lp-logo:hover {
  color: #5eead4;
  text-decoration: none;
}

.lp-top-nav {
  display: flex;
  gap: clamp(1rem, 3vw, 1.75rem);
  align-items: center;
}

.lp-link-soft {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(228, 234, 242, 0.72);
  text-decoration: none;
}

.lp-link-soft:hover {
  color: #5eead4;
}

/* ——— Hero ——— */
.lp-hero {
  position: relative;
  overflow: hidden;
  min-height: min(88dvh, 760px);
  display: grid;
}

.lp-hero-visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lp-hero-visual iframe {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  border: 0;
  pointer-events: none;
  transform: scale(1.03);
  filter: saturate(0.72) brightness(0.52) blur(2px);
}

.lp-hero-scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 120% 100% at 50% 0%, rgba(94, 234, 212, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(7, 10, 15, 0.45) 0%, rgba(7, 10, 15, 0.88) 55%, #070a0f 100%);
}

.lp-hero-text {
  position: relative;
  z-index: 2;
  align-self: end;
  padding-top: clamp(4rem, 18vw, 9rem);
  padding-bottom: clamp(2.5rem, 7vw, 4rem);
  max-width: 44rem;
}

.lp-eyebrow {
  display: inline-block;
  margin: 0 0 0.75rem;
  font-family: Outfit, sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(228, 234, 242, 0.55);
}

.lp-h1 {
  margin: 0 0 1rem;
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2.75rem, 8vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: #fff;
}

.lp-lede {
  margin: 0 0 0.875rem;
  font-size: clamp(1rem, 2.6vw, 1.1875rem);
  line-height: 1.6;
  color: rgba(228, 234, 242, 0.78);
  max-width: 38rem;
}

.lp-lede strong {
  color: #ccfbf1;
  font-weight: 600;
}

.lp-lede + .lp-lede.lp-lede--accent {
  margin-top: 0.125rem;
  margin-bottom: 1.65rem;
  padding: 1rem 0 0 1.1rem;
  border-left: 3px solid rgba(94, 234, 212, 0.45);
  max-width: 38rem;
}
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}

.lp-actions--footer {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  font-family: Outfit, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition:
    transform 0.15s ease,
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease;
}

.lp-btn:hover {
  transform: translateY(-1px);
}

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

.lp-btn--primary {
  background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 55%, #0d9488 100%);
  color: #04120f;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 12px 32px rgba(45, 212, 191, 0.25);
}

.lp-btn--primary:hover {
  color: #02110e;
}

.lp-btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.lp-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.lp-btn--ghost {
  background: transparent;
  border-color: rgba(228, 234, 242, 0.2);
  color: rgba(228, 234, 242, 0.9);
}

.lp-btn--ghost:hover {
  border-color: rgba(94, 234, 212, 0.45);
  color: #ccfbf1;
}

.lp-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(228, 234, 242, 0.45);
}

.lp-dot-live {
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.2);
  animation: lp-pulse 2.8s ease-in-out infinite;
}

@keyframes lp-pulse {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.2);
  }
  50% {
    opacity: 0.85;
    box-shadow: 0 0 0 8px rgba(52, 211, 153, 0.08);
  }
}

/* ——— Main sections ——— */
.lp-main {
  padding-top: clamp(2rem, 5vw, 3rem);
  padding-bottom: clamp(3rem, 8vw, 4.5rem);
}

.lp-h2 {
  margin: 0 0 0.875rem;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: #fff;
}

.lp-p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(228, 234, 242, 0.72);
}

.lp-p strong {
  color: rgba(255, 255, 255, 0.88);
}

.lp-p--tight {
  font-size: 0.9375rem;
}

.lp-grid-2 {
  display: grid;
  gap: clamp(1rem, 3vw, 1.25rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  margin-bottom: clamp(1rem, 3vw, 1.25rem);
}

.lp-card {
  padding: clamp(1.35rem, 4vw, 1.65rem);
  border-radius: 1.125rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.25) inset,
    0 24px 48px rgba(0, 0, 0, 0.35);
}

.lp-card-head {
  margin-bottom: 1rem;
}

.lp-card-head .lp-p {
  margin-top: 0.35rem;
}

.lp-card--map {
  margin: clamp(1rem, 3vw, 1.25rem) 0;
}

.lp-map-frame {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  max-height: 420px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.lp-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lp-list {
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(228, 234, 242, 0.75);
  line-height: 1.7;
}

.lp-list li {
  margin-bottom: 0.5rem;
}

.lp-list strong {
  color: #f0fdfa;
}

.lp-banner {
  margin: clamp(1.75rem, 5vw, 2.25rem) 0;
  padding: clamp(1.35rem, 4vw, 1.75rem);
  border-radius: 1.125rem;
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.12) 0%, rgba(56, 189, 248, 0.08) 100%);
  border: 1px solid rgba(45, 212, 191, 0.22);
}

.lp-banner-label {
  margin: 0 0 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5eead4;
}

.lp-banner-title {
  margin: 0;
  font-family: Outfit, sans-serif;
  font-size: clamp(1.05rem, 2.8vw, 1.25rem);
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

.lp-channel-row {
  margin: 1.75rem 0 0;
  font-size: 0.9375rem;
  color: rgba(228, 234, 242, 0.5);
}

.lp-channel-row a {
  color: #5eead4;
  font-weight: 600;
}

.lp-foot {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.5rem 0 2rem;
}

.lp-foot-inner {
  font-size: 0.8125rem;
  color: rgba(228, 234, 242, 0.38);
}

@media (prefers-reduced-motion: reduce) {
  .lp-dot-live {
    animation: none;
  }
  .lp-btn:hover {
    transform: none;
  }
}
