

@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;700&display=swap');

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

html { scroll-behavior: smooth; }

body {
  background-color: #101010;
  color: #ffffff;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.bracket { color: #006bf5; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 52px;
  background: #006bf5;
  color: #ffffff;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #ffffff;
  border-radius: 60px;
  box-shadow: 0 0 30px 0 rgba(0, 107, 245, 0.7);
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
  max-width: 190px;
}

.btn:hover { opacity: 0.88; }

.section-title {
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.01em;
}

.section-text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
}

.decor-strip {
  width: 84px;
  height: 238px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.text-center { text-align: center; }

.site-header {
  padding: 22px 0;
  position: relative;
  z-index: 100;
}

.site-header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.logo img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.2s;
}

.site-nav a:hover { color: #006bf5; }

.hero {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 130px;
}

.hero .container {
  position: relative;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 146px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.88;
  letter-spacing: -0.02em;
  white-space: nowrap;
  width: 100%;
}

.hero-desc {
  width: 271px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
}

.hero-char {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 468px;
  z-index: 1;
  pointer-events: none;
}

.hero-char img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 201px;
  position: relative;
  z-index: 2;
}

.hero-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 138px;
  height: 138px;
  overflow: hidden;
  flex-shrink: 0;
}

.hero-arrow img {
  position: absolute;
  width: 195.66%;
  height: 231.88%;
  left: -86.15%;
  top: -79.71%;
  max-width: none;
}

.hero-bl {
  position: relative;
  min-height: 138px;
}

.hero-bl-text {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-left: 40px;
  width: 326px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
}

.hero-br {
  position: relative;
  width: 274px;    
  height: 138px;
  flex-shrink: 0;
}

.hero-arrow-rotated {
  left: 136px;
  transform: rotate(180deg);
}

.hero-br .btn {
  position: absolute;
  top: 39px;
  left: 0;
}

.chronicle {
  padding: 80px 0;
}

.chronicle-inner {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.chronicle-left {
  width: 563px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.chronicle-content {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}

.chronicle-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-end;
}

.chronicle-right {
  flex: 1;
  min-width: 0;
}

.chronicle-right img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}

.stats {
  padding: 80px 0;
}

.stats-inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.stats-left {
  width: 895px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.stats-cards {
  display: flex;
  gap: 20px;
}

.stat-card {
  width: 285px;
  height: 188px;
  flex-shrink: 0;
  background: #006bf5;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.stat-card-inner {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stat-number {
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.stat-label {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.stat-icon {
  width: 104px;
  height: 43px;
  overflow: hidden;
  position: relative;
}

.stat-icon img {
  position: absolute;
  width: 158.08%;
  height: 382.61%;
  left: -28.14%;
  top: -144.2%;
  max-width: none;
}

.stats-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-end;
  align-self: flex-end;
}

.games {
  padding: 80px 0;
}

.games-inner {
  display: flex;
  align-items: flex-end;
  gap: 121px;
}

.games-left {
  width: 640px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.games-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  gap: 20px;
}

.game-card {
  display: block;
  width: 200px;
  height: 200px;
  border: 3px solid #006bf5;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: opacity 0.2s;
}

.game-card:hover { opacity: 0.85; }

.game-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.games-right {
  flex: 1;
  min-width: 0;
  align-self: flex-end;
}

.games-right img {
  width: 100%;
  height: auto;
  display: block;
}

.reviews {
  padding: 80px 0;
}

.reviews .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.reviews-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.reviews-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}

.reviews-row-2 {
  justify-content: center;
  width: auto;
}

.review-card {
  width: 285px;
  flex-shrink: 0;
  background: #006bf5;
  border-radius: 30px;
  padding: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.review-stars {
  width: 136px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
}

.reviewer-name {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}

.review-text {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  flex: 1;
}

.review-icon {
  width: 104px;
  height: 43px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.review-icon img {
  position: absolute;
  width: 158.08%;
  height: 382.61%;
  left: -28.14%;
  top: -144.2%;
  max-width: none;
}

.legend {
  padding: 80px 0;
}

.legend-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

.legend-left {
  width: 697px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.legend-row {
  display: flex;
  gap: 30px;
  align-items: center;
}

.legend-text {
  width: 387px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.legend-body {
  display: flex;
  flex-direction: column;
}

.legend-body p {
  line-height: normal;
  margin: 0;
}

.legend-contacts {
  width: 280px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-box {
  background: #006bf5;
  border-radius: 15px;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.legend-right {
  flex: 1;
  min-width: 0;
}

.legend-right img {
  width: 100%;
  height: auto;
  display: block;
}

.site-footer {
  padding: 40px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 20px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.footer-social a:hover { opacity: 0.75; }

.footer-social img {
  width: 40px;
  height: 40px;
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.footer-nav a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}

.footer-nav a:hover { color: #ffffff; }

.footer-bottom {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.game-intro { padding: 40px 0 60px; }

.game-intro-inner {
  display: flex;
  gap: 30px;
  align-items: center;
}

.game-intro-left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.game-intro-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.game-intro-right {
  width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}

.game-thumbnail {
  width: 300px;
  height: 300px;
  border: 3px solid #006bf5;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.game-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.game-play-wrap {
  position: relative;
  width: 235px;
  padding-top: 55px;
  flex-shrink: 0;
}

.game-play-decor {
  position: absolute;
  top: 0;
  right: 0;
  width: 138px;
  height: 138px;
  overflow: hidden;
  transform: rotate(180deg);
  pointer-events: none;
}

.game-play-decor img {
  position: absolute;
  max-width: none;
  width: 195.66%;
  height: 231.88%;
  left: -86.15%;
  top: -79.71%;
}

.game-detail { padding: 0 0 80px; }

.game-detail-inner {
  display: flex;
  gap: 20px;
  align-items: center;
}

.game-detail-img {
  width: 387px;
  height: 520px;
  border: 3px solid #006bf5;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.game-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.game-detail-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.game-detail-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.decor-strip-h {
  display: block;
  width: 238px;
  height: 84px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.catalog-games {
  padding: 40px 0 80px;
}

.catalog-games-inner {
  display: flex;
  align-items: flex-end;
  gap: 121px;
}

.catalog-games-left {
  width: 640px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.catalog-games-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.catalog-games-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.catalog-game-grid {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  gap: 20px;
}

.catalog-game-card {
  display: block;
  width: 200px;
  height: 200px;
  border: 3px solid #006bf5;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  transition: opacity 0.2s;
}

.catalog-game-card:hover { opacity: 0.85; }

.catalog-game-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.catalog-games-right {
  flex: 1;
  min-width: 0;
}

.catalog-games-right img {
  width: 100%;
  height: auto;
  display: block;
}

.catalog-legend {
  padding: 80px 0;
}

.catalog-legend-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

.catalog-legend-left {
  width: 697px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.catalog-legend-row {
  display: flex;
  gap: 30px;
  align-items: center;
}

.catalog-legend-text {
  width: 387px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.catalog-legend-contacts {
  width: 280px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.catalog-legend-right {
  flex: 1;
  min-width: 0;
}

.catalog-legend-right img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {

  .container { padding: 0 15px; }

  
  .section-title { font-size: 34px; }

  
  .hero { padding-bottom: 50px; }

  .hero-title {
    font-size: 40px;
    white-space: normal;
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .hero-desc { width: 100%; max-width: 271px; }

  
  .hero-char {
    position: static;
    transform: none;
    width: 222px;
    align-self: center;
    margin-top: 20px;
  }

  .hero-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    gap: 20px;
  }

  .hero-br {
    width: 274px;
    height: 138px;
  }

  
  .chronicle { padding: 50px 0; }

  .chronicle-inner {
    flex-direction: column;
    gap: 24px;
  }

  .chronicle-left { width: 100%; }

  .chronicle-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .chronicle-right img {
    width: 100%;
    border-radius: 16px;
  }

  
  .stats { padding: 50px 0; }

  .stats-inner {
    flex-direction: column;
    gap: 20px;
  }

  .stats-left { width: 100%; }

  .stats-cards {
    flex-direction: column;
    gap: 12px;
  }

  .stat-card {
    width: 100%;
    height: auto;
    min-height: 188px;
  }

  .stat-number { font-size: 36px; }

  .stats-right { flex-direction: column; }

  
  .games { padding: 50px 0; }

  .games-inner {
    flex-direction: column;
    gap: 24px;
  }

  .games-left { width: 100%; }

  .games-grid {
    grid-template-columns: repeat(2, 157px);
    gap: 15px;
  }

  .game-card {
    width: 157px;
    height: 157px;
  }

  .games-right {
    width: 216px;
    align-self: center;
  }

  
  .reviews { padding: 50px 0; }

  .reviews-row {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .reviews-row-2 { width: 100%; }

  .review-card {
    width: 100%;
    max-width: 330px;
  }

  
  .legend { padding: 50px 0; }

  .legend-inner {
    flex-direction: column;
    gap: 24px;
  }

  .legend-left { width: 100%; }

  .legend-row {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .legend-text { width: 100%; }

  .legend-contacts {
    width: 100%;
    max-width: 280px;
  }

  .legend-right {
    width: 100%;
    max-width: 330px;
    align-self: center;
  }

  .contact-box { font-size: 15px; }

  
  .site-footer { padding: 30px 0 20px; }

  .footer-nav { gap: 8px 16px; }

  
  .game-intro { padding: 30px 0 40px; }

  .game-intro-inner {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .game-intro-right {
    width: 100%;
    align-items: flex-end;
  }

  .game-detail { display: none; }

  
  .catalog-games { padding: 30px 0 50px; }

  .catalog-games-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .catalog-games-left { width: 100%; }

  .catalog-game-grid {
    grid-template-columns: repeat(2, 157px);
    gap: 15px;
  }

  .catalog-game-card {
    width: 157px;
    height: 157px;
  }

  .catalog-games-right img {
    width: 216px;
  }

  
  .catalog-legend { padding: 50px 0; }

  .catalog-legend-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .catalog-legend-left { width: 100%; }

  .catalog-legend-row {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .catalog-legend-text {
    width: 100%;
  }

  .catalog-legend-contacts {
    width: 100%;
    max-width: 280px;
  }

  .catalog-legend-right img {
    max-width: 330px;
  }
}

.policy-content {
  padding: 40px 0 80px;
}

.policy-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1098px;
}

.policy-body {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.policy-body p {
  line-height: normal;
  margin: 0;
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  background: #0d0d0d;
  border: 2px solid #006bf5;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 107, 245, 0.4);
  padding: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-banner__icon img {
  width: 56px;
  height: 56px;
}

.cookie-banner__title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.cookie-banner__text {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

.cookie-banner__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cookie-banner__accept {
  display: block;
  width: 100%;
  padding: 16px;
  background: #006bf5;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 60px;
  box-shadow: 0 0 24px 0 rgba(0, 107, 245, 0.8);
  cursor: pointer;
  transition: opacity 0.2s;
}

.cookie-banner__accept:hover { opacity: 0.88; }

.cookie-banner__manage {
  display: block;
  width: 100%;
  padding: 16px;
  background: transparent;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 60px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.cookie-banner__manage:hover { opacity: 0.75; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(36px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes slideInUp {
  from { opacity: 0; transform: translateX(-50%) translateY(40px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.fade-up {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up:nth-child(2) { transition-delay: 0.1s; }
.fade-up:nth-child(3) { transition-delay: 0.2s; }
.fade-up:nth-child(4) { transition-delay: 0.3s; }

.logo {
  transition: opacity 0.2s, transform 0.2s;
}
.logo:hover {
  opacity: 0.85;
  transform: scale(1.04);
}

.site-nav a {
  position: relative;
}
.site-nav a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: #006bf5;
  transition: width 0.25s ease;
}
.site-nav a:hover::after { width: 100%; }

.btn {
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
}
.btn:hover {
  opacity: 1;
  transform: scale(1.04);
  box-shadow: 0 0 44px 0 rgba(0, 107, 245, 1);
}

.stat-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 107, 245, 0.45);
}

.review-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 107, 245, 0.45);
}

.contact-box {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 107, 245, 0.4);
}

.game-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s;
}
.game-card:hover {
  opacity: 1;
  transform: scale(1.06);
  box-shadow: 0 0 24px rgba(0, 107, 245, 0.6);
}

.catalog-game-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s;
}
.catalog-game-card:hover {
  opacity: 1;
  transform: scale(1.06);
  box-shadow: 0 0 24px rgba(0, 107, 245, 0.6);
}

.chronicle-right img {
  transition: transform 0.4s ease;
}
.chronicle-right:hover img {
  transform: scale(1.02);
}

.footer-social a {
  transition: transform 0.2s ease, opacity 0.2s;
}
.footer-social a:hover {
  opacity: 1;
  transform: scale(1.15);
}

.cookie-banner {
  animation: slideInUp 0.45s ease forwards;
}

.game-card__name {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 107, 245, 0.82);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 12px;
  opacity: 0;
  transition: opacity 0.25s ease;
  border-radius: inherit;
  pointer-events: none;
}

.game-card:hover .game-card__name,
.catalog-game-card:hover .game-card__name {
  opacity: 1;
}
