/* Лендинг CITY Z (перенос с game-city-z.php), поверх arena-shell + arena-site-style */

.vs-hero--city-z {
  background-image: url('https://versusarena.ru/uploads/games/CITYZ/CITYZ-2-Main.jpg');
  background-size: cover;
  background-position: center;
}

.vs-features-hero {
  position: relative;
  padding: 60px 0;
  margin-bottom: 48px;
  background: linear-gradient(
    135deg,
    rgba(5, 5, 15, 0.95) 0%,
    rgba(30, 10, 10, 0.95) 50%,
    rgba(5, 5, 15, 0.95) 100%
  );
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.4),
    inset 0 0 100px rgba(255, 59, 108, 0.05);
}

.vs-features-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 59, 108, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(74, 168, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.vs-features-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.vs-features-hero__title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  margin: 0 0 24px 0;
  background: linear-gradient(135deg, #ffffff 0%, #ff3b6c 50%, #ff9800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.vs-features-hero__subtitle {
  font-size: clamp(18px, 2.5vw, 22px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-weight: 500;
}

.vs-features-hero__accent {
  display: inline-block;
  color: #ff3b6c;
  font-weight: 700;
}

.vs-card--cityz-feature {
  border: 1px solid rgba(255, 59, 108, 0.2);
}

.vs-card--cityz-feature:hover {
  border-color: rgba(255, 59, 108, 0.5);
  box-shadow: 0 12px 40px rgba(255, 59, 108, 0.2);
}

.vs-card--cityz-feature h3 {
  background: linear-gradient(135deg, #ffffff 0%, #ff3b6c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.vs-hero__overlay--cityz {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(20, 20, 20, 1) 100%);
}

body.arena-site.page-game-city-z {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.arena-site.page-game-city-z main {
  flex: 1;
}

body.arena-site.page-game-city-z .vs-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
