@font-face {
  font-family: 'Bangers';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/bangers-400-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/barlow-300-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/barlow-400-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/barlow-500-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/barlow-600-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/barlow-700-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/barlow-800-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/barlow-400-italic-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/barlow-600-italic-latin.woff2') format('woff2');
}

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

[hidden] {
  display: none !important;
}

:root {
  --c-p1: #FFD991;
  --c-p2: #F8F8F8;
  --c-p3: #040603;
  --c-p4: #2D8F4E;
  --c-p5: #4BB654;
  --c-p6: #FFFFFF;
  --f-m1: 'Bangers', cursive;
  --f-m2: 'Barlow', sans-serif;
}

body {
  background-color: #FEBF4A;
  font-family: var(--f-m2);
  overflow-x: hidden;
  color: var(--c-p3);
}

.lp-x9-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background-color: #FEBF4A;
}

.h-n1-head {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1640px;
  height: 112px;
  background-color: var(--c-p1);
  box-shadow: 8px 11px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 56px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  z-index: 1000;
  justify-content: space-between;
}

.l-g2-logo {
  width: 80px;
  height: 80px;
}

.l-g2-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.n-m2-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}

.n-m2-nav a {
  text-decoration: none;
  color: var(--c-p3);
  font-family: var(--f-m2);
  font-size: 20px;
  font-weight: 500;
}

.p-h3-phone {
  display: flex;
  align-items: center;
  gap: 16px;
}

.p-h3-phone span,
.p-h3-phone a {
  font-size: 24px;
  font-weight: 600;
  color: var(--c-p3);
  text-decoration: none;
}

.p-h3-phone img {
  width: 24px;
  height: 24px;
}

.s-r4-search {
  width: 88px;
  height: 40px;
}

.s-r4-search img {
  width: 100%;
  height: 100%;
}

.s-r4-auth {
  display: flex;
  align-items: center;
  gap: 12px;
}

.s-r4-auth[hidden] {
  display: none !important;
}

.a-u7-auth-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--c-p3);
  background: var(--c-p6);
  font-size: 18px;
  font-weight: 700;
  box-shadow: 1px 4px 2.4px 0px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s, background-color 0.2s;
}

.a-u7-auth-link:hover {
  transform: translateY(-1px);
}

.a-u7-auth-link img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.a-u7-auth-link--accent {
  background: linear-gradient(90deg, var(--c-p4) 0%, var(--c-p5) 100%);
  color: var(--c-p6);
}

.p-r1-profile-btn {
  min-height: 48px;
  padding: 0 20px;
  border: 2px solid rgba(4, 6, 3, 0.12);
  border-radius: 999px;
  background: transparent;
  color: var(--c-p3);
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s, background-color 0.2s;
}

.p-r1-profile-btn:hover {
  transform: translateY(-1px);
  background-color: rgba(255, 255, 255, 0.35);
}

.a-u7-mobile-auth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background-color: var(--c-p6);
  color: var(--c-p3);
  font-weight: 700;
}

.m-p8-profile-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 2000;
}

.m-p8-profile-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.m-p8-profile-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(4px);
}

.m-p8-profile-card {
  position: relative;
  width: min(560px, 100%);
  border-radius: 32px;
  background: linear-gradient(180deg, #fff6df 0%, #ffffff 100%);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  padding: 32px;
  z-index: 1;
}

.m-p8-profile-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(4, 6, 3, 0.08);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.m-p8-profile-kicker {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(75, 182, 84, 0.16);
  color: var(--c-p4);
  font-weight: 700;
}

.m-p8-profile-title {
  font-family: var(--f-m1);
  font-size: 48px;
  line-height: 1;
  margin-bottom: 16px;
}

.m-p8-profile-desc {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.m-p8-profile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.m-p8-profile-meta span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 217, 145, 0.45);
  font-weight: 600;
}

.sr26-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: #1e1c18;
  color: #fff6df;
  padding: 1rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
  font-size: 0.85rem;
  line-height: 1.55;
}

.sr26-cookie-banner p {
  flex: 1;
  min-width: 220px;
}

.sr26-cookie-banner p a {
  color: #e07a4a;
}

.sr26-cookie-actions {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.sr26-cookie-accept,
.sr26-cookie-reject {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.sr26-cookie-accept {
  background: #c85c2a;
  color: #ffffff;
}

.sr26-cookie-accept:hover {
  background: #e07a4a;
}

.sr26-cookie-reject {
  background: transparent;
  color: #fff6df;
}

.sr26-cookie-reject:hover {
  background: rgba(255, 255, 255, 0.08);
}

.sr26-cookie-hidden {
  display: none !important;
}

.m-p8-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.auth-page {
  background: linear-gradient(135deg, #FEBF4A 0%, #ffd991 100%);
}

.auth-shell {
  min-height: 100vh;
  padding: 160px 24px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-card {
  width: min(540px, 100%);
  background: rgba(255, 246, 223, 0.9);
  border: 1px solid rgba(4, 6, 3, 0.08);
  border-radius: 36px;
  padding: 36px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
}

.auth-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(75, 182, 84, 0.16);
  color: var(--c-p4);
  font-weight: 700;
}

.auth-title {
  font-family: var(--f-m1);
  font-size: 56px;
  line-height: 1;
  margin-bottom: 14px;
}

.auth-desc {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 28px;
}

.auth-form {
  display: grid;
  gap: 16px;
}

.auth-field {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 18px;
  border: 2px solid rgba(4, 6, 3, 0.1);
  background: rgba(255, 255, 255, 0.75);
  font: inherit;
  font-size: 18px;
}

.auth-field:focus {
  outline: none;
  border-color: var(--c-p4);
  box-shadow: 0 0 0 4px rgba(75, 182, 84, 0.14);
}

.auth-field--textarea {
  min-height: 140px;
  padding: 18px;
  resize: vertical;
}

.auth-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 15px;
}

.auth-note-link {
  color: var(--c-p4);
  font-weight: 700;
  text-decoration: none;
}

.auth-submit {
  min-height: 60px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--c-p4) 0%, var(--c-p5) 100%);
  color: var(--c-p6);
  font-family: var(--f-m1);
  font-size: 24px;
  cursor: pointer;
  box-shadow: 1px 4px 2.4px 0px rgba(0, 0, 0, 0.35);
}

.auth-foot {
  margin-top: 20px;
  font-size: 16px;
}

.auth-error {
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(176, 0, 32, 0.2);
  background: rgba(255, 88, 88, 0.12);
  color: #b00020;
  font-size: 15px;
}

.m-m3-menu-btn {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.m-m3-menu-btn div {
  width: 30px;
  height: 3px;
  background-color: var(--c-p3);
  transition: 0.3s;
}

.h-e5-hero {
  position: relative;
  width: 100%;
  max-width: 1723px;
  margin: 151px auto 0;
  padding: 100px 40px;
  display: flex;
  min-height: calc(100vh - 151px);
}

.c-o6-content {
  position: relative;
  z-index: 2;
  max-width: 1087px;
}

.t-h1-main {
  font-family: var(--f-m1);
  font-size: 96px;
  line-height: 104px;
  color: var(--c-p2);
  text-shadow: 8px 8px 0px rgba(0, 0, 0, 1);
  margin-bottom: 80px;
  max-width: 1087px;
}

.t-p1-desc {
  font-family: var(--f-m2);
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  max-width: 592px;
  margin-bottom: 64px;
}

.b-t7-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 201px;
  height: 64px;
  background: linear-gradient(90deg, var(--c-p4) 0%, var(--c-p5) 100%);
  box-shadow: 1px 4px 2.4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 56px;
  text-decoration: none;
  color: var(--c-p6);
  font-family: var(--f-m1);
  font-size: 24px;
  transition: transform 0.2s;
}

.b-t7-btn:hover {
  transform: scale(1.05);
}

.p-d4-panda-wrap {
  position: absolute;
  right: -5%;
  top: -50px;
  width: 995px;
  height: 995px;
  z-index: 1;
}

.p-d4-panda-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.s-c1-categories {
  width: 100%;
  max-width: 1640px;
  margin: 100px auto;
  padding: 0 40px;
}

.t-h2-title {
  font-family: var(--f-m1);
  font-size: 96px;
  line-height: 104px;
  color: var(--c-p2);
  text-shadow: 8px 8px 0px rgba(0, 0, 0, 1);
  text-align: center;
  margin-bottom: 56px;
}

.g-c2-cat-grid {
  display: flex;
  gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
}

.t-p2-cat-text {
  width: 955px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.l-c3-cat-list {
  width: 639px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.i-c4-cat-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.t-s1-cat-sub {
  font-size: 36px;
  font-weight: 900;
  color: var(--c-p6);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
  line-height: 40px;
}

.i-a1-arrow {
  width: 23px;
  height: 10px;
}

.s-p1-platforms {
  width: 100%;
  max-width: 1640px;
  margin: 100px auto;
  padding: 0 40px;
}

.g-p2-plat-grid {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 56px;
}

.c-p3-plat-card {
  flex: 1;
  background-color: var(--c-p6);
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 1);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.i-p4-plat-img {
  width: 100%;
  aspect-ratio: 485/477;
  object-fit: cover;
  border-radius: 12px;
}

.t-s2-plat-name {
  font-size: 36px;
  font-weight: 900;
  color: var(--c-p6);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
  background-color: transparent;
  width: fit-content;
}

.f-p5-plat-footer {
  display: flex;
  gap: 56px;
}

.t-p3-plat-desc {
  flex: 1;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.s-h1-how-we-choose {
  width: 100%;
  max-width: 1640px;
  margin: 100px auto;
  padding: 0 40px;
}

.g-h2-how-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 56px;
  margin-top: 56px;
}

.c-h3-how-card {
  background-color: var(--c-p1);
  box-shadow: 8px 11px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 24px;
  padding: 40px;
  min-height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.t-h4-card-title {
  font-family: var(--f-m1);
  font-size: 36px;
  line-height: 50px;
  color: #22282B;
  margin-bottom: 24px;
}

.t-p4-card-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #000000;
}

.s-s1-strat-section {
  width: 100%;
  max-width: 1723px;
  margin: 100px auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
}

.p-s2-strat-img {
  flex: 1;
  max-width: 719px;
  position: relative;
}

.p-s2-strat-img img {
  width: 100%;
  height: auto;
  display: block;
}

.c-s3-strat-content {
  flex: 1;
  max-width: 848px;
}

.t-s4-strat-title {
  font-family: var(--f-m1);
  font-size: 96px;
  line-height: 104px;
  color: var(--c-p2);
  text-shadow: 8px 8px 0px rgba(0, 0, 0, 1);
  margin-bottom: 76px;
}

.t-s5-strat-desc {
  font-family: var(--f-m2);
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding-left: 33px;
}

.s-d1-deep-strat {
  width: 100%;
  max-width: 1640px;
  margin: 100px auto;
  padding: 0 40px;
}

.g-d2-deep-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 57px;
  margin-top: 56px;
}

.i-d3-deep-card {
  background-color: var(--c-p1);
  box-shadow: 8px 11px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  height: 92px;
  display: flex;
  align-items: center;
  padding: 0 45px;
  gap: 45px;
}

.t-d4-deep-num {
  font-family: var(--f-m1);
  font-size: 24px;
  color: var(--c-p6);
  min-width: 38px;
}

.t-d5-deep-text {
  font-family: var(--f-m1);
  font-size: 24px;
  color: #22282B;
}

.s-a1-game-month {
  width: 100%;
  max-width: 1640px;
  margin: 100px auto;
  padding: 0 40px;
  display: flex;
  gap: 140px;
  align-items: flex-start;
}

.c-a2-month-content {
  flex: 1;
  max-width: 560px;
}

.l-a3-month-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 76px;
}

.i-a4-month-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.d-a5-divider {
  width: 100%;
  height: 1px;
  background-color: #000000;
}

.c-a6-item-flex {
  display: flex;
  gap: 100px;
}

.t-a7-item-title {
  font-size: 24px;
  font-weight: 600;
  color: #22282B;
  min-width: 200px;
}

.t-a8-item-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #000000;
}

.p-a9-month-img {
  width: 940px;
  height: 582px;
  border-radius: 20px;
  object-fit: cover;
}

.s-f1-features {
  width: 100%;
  max-width: 1640px;
  margin: 100px auto;
  padding: 0 40px;
}

.g-f2-feat-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 76px;
  gap: 40px;
}

.c-f3-feat-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}

.i-f4-feat-card {
  background-color: var(--c-p6);
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
  border-radius: 24px;
  height: 88px;
  display: flex;
  align-items: center;
  padding: 0 24px;
}

.t-f5-feat-text {
  font-family: var(--f-m2);
  font-size: 32px;
  font-weight: 900;
  color: var(--c-p6);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
  line-height: 40px;
}

.p-f6-feat-img {
  flex: 1.5;
  display: flex;
  justify-content: center;
  position: relative;
}

.p-f6-feat-img img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
}

@media (max-width: 1400px) {
  .t-h1-main, .t-h2-title {
    font-size: 72px;
    line-height: 80px;
  }
  .g-c2-cat-grid, .f-p5-plat-footer {
    flex-direction: column;
    gap: 32px;
  }
  .t-p2-cat-text, .l-c3-cat-list, .t-p3-plat-desc {
    width: 100%;
  }
  .g-p2-plat-grid {
    flex-wrap: wrap;
  }
  .c-p3-plat-card {
    min-width: 300px;
  }
  .g-h2-how-grid {
    grid-template-columns: 1fr;
  }
  .s-s1-strat-section {
    flex-direction: column;
    text-align: center;
  }
  .p-s2-strat-img {
    order: 2;
  }
  .c-s3-strat-content {
    order: 1;
  }
  .t-s5-strat-desc {
    padding-left: 0;
  }
  .t-s4-strat-title {
    font-size: 72px;
    line-height: 80px;
  }
  .g-d2-deep-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-a1-game-month {
    flex-direction: column;
    gap: 56px;
  }
  .p-a9-month-img {
    width: 100%;
    height: auto;
  }
  .c-a2-month-content {
    max-width: 100%;
  }
  .g-f2-feat-wrap {
    flex-direction: column;
  }
  .c-f3-feat-col {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .i-f4-feat-card {
    min-width: 280px;
  }
  .p-f6-feat-img {
    order: -1;
  }
}

@media (max-width: 1100px) {
  .s-r4-auth {
    display: none;
  }
}

@media (max-width: 768px) {
  .g-d2-deep-grid {
    grid-template-columns: 1fr;
  }
  .c-a6-item-flex {
    flex-direction: column;
    gap: 16px;
  }
  .t-f5-feat-text {
    font-size: 24px;
    line-height: 28px;
  }
  .i-f4-feat-card {
    height: 70px;
    min-width: 100%;
  }
  .auth-shell {
    padding-top: 130px;
  }
  .auth-card {
    padding: 28px 22px;
    border-radius: 28px;
  }
  .auth-title {
    font-size: 42px;
  }
  .m-p8-profile-card {
    padding: 24px;
    border-radius: 24px;
  }
  .m-p8-profile-title {
    font-size: 36px;
  }
}

.s-g1-games-grid {
  width: 100%;
  background-color: var(--c-p1);
  padding: 80px 0;
  margin-top: 100px;
}

.g-g2-games-wrap {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 0 40px;
}

.c-g3-game-card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
}

.h-g4-game-header {
  height: 88px;
  background-color: var(--c-p5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-p6);
  font-size: 32px;
  font-weight: 700;
}

.c-g5-game-body {
  background-color: var(--c-p6);
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  min-height: 760px;
}

.t-g6-game-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 8px;
}

.i-g7-game-img {
  width: 100%;
  height: 356px;
  object-fit: cover;
}

.l-g8-game-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

.i-g9-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.i-g9-info-item img {
  width: 35px;
  height: 36px;
  flex-shrink: 0;
}

.t-g10-info-text {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 300;
}

.b-g11-game-btn {
  align-self: flex-start;
  width: 148px;
  height: 64px;
  background: linear-gradient(90deg, var(--c-p4) 0%, var(--c-p5) 100%);
  box-shadow: 1px 4px 2.4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-p6);
  font-family: var(--f-m1);
  font-size: 24px;
  text-decoration: none;
  transition: 0.3s;
}

.b-g11-game-btn:hover {
  transform: scale(1.05);
}

.s-u1-comp-sec {
  width: 100%;
  max-width: 1640px;
  margin: 100px auto;
  padding: 0 40px;
}

.g-u2-comp-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 56px;
}

.i-u3-comp-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.p-u4-comp-icon {
  width: 23px;
  height: 10px;
  object-fit: contain;
}

.t-u5-comp-text {
  font-family: var(--f-m2);
  font-size: 36px;
  font-weight: 900;
  color: var(--c-p6);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}

.s-w1-why-sec {
  width: 100%;
  max-width: 1640px;
  margin: 100px auto;
  padding: 0 40px;
}

.g-w2-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 20px;
  margin-top: 56px;
}

.c-w3-why-card {
  background-color: var(--c-p6);
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.i-w4-why-img {
  width: 100%;
  aspect-ratio: 485/477;
  object-fit: cover;
  border-radius: 12px;
}

.t-w5-why-title {
  font-family: var(--f-m2);
  font-size: 36px;
  font-weight: 900;
  color: var(--c-p6);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}

.s-a1-adv-sec {
  width: 100%;
  max-width: 1640px;
  margin: 100px auto;
  padding: 0 40px;
}

.g-a2-adv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 56px;
  margin-top: 56px;
}

.c-a3-adv-card {
  background-color: var(--c-p1);
  box-shadow: 8px 11px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 24px;
  padding: 24px 57px;
  min-height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.t-a4-adv-card-title {
  font-family: var(--f-m1);
  font-size: 36px;
  line-height: 50px;
  color: #22282B;
}

.t-a5-adv-card-desc {
  font-family: var(--f-m2);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #000000;
}

.s-l1-level-sec {
  width: 100%;
  max-width: 1723px;
  margin: 100px auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.p-l2-level-img {
  flex: 1;
  max-width: 719px;
}

.p-l2-level-img img {
  width: 100%;
  height: auto;
  display: block;
}

.c-l3-level-content {
  flex: 1;
  max-width: 848px;
}

.t-l4-level-title {
  font-family: var(--f-m1);
  font-size: 96px;
  line-height: 104px;
  color: var(--c-p2);
  text-shadow: 8px 8px 0px rgba(0, 0, 0, 1);
  margin-bottom: 76px;
}

.t-l5-level-desc {
  font-family: var(--f-m2);
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

@media (max-width: 1400px) {
  .g-g2-games-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-w2-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .g-g2-games-wrap {
    grid-template-columns: 1fr;
  }
  .c-g5-game-body {
    min-height: auto;
  }
  .g-w2-why-grid {
    grid-template-columns: 1fr;
  }
  .t-u5-comp-text {
    font-size: 24px;
  }
  .g-a2-adv-grid {
    grid-template-columns: 1fr;
  }
  .s-l1-level-sec {
    flex-direction: column;
    text-align: center;
  }
  .p-l2-level-img {
    order: 2;
  }
  .c-l3-level-content {
    order: 1;
  }
  .t-l4-level-title {
    font-size: 72px;
    line-height: 80px;
  }
}

.s-q1-faq-sec {
  width: 100%;
  max-width: 1640px;
  margin: 100px auto;
  padding: 0 40px;
}

.g-q2-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 40px;
  margin-top: 76px;
}

.i-q3-faq-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.d-q4-faq-divider {
  width: 100%;
  height: 1px;
  background-color: #000000;
}

.c-q5-faq-wrap {
  display: flex;
  gap: 24px;
}

.t-q6-faq-q {
  font-family: var(--f-m2);
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  color: #22282B;
  min-width: 200px;
}

.t-q7-faq-a {
  font-family: var(--f-m2);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #000000;
}

.s-c1-contact-sec {
  width: 100%;
  max-width: 1640px;
  margin: 100px auto;
  padding: 0 40px;
}

.f-c2-contact-form {
  max-width: 800px;
  margin: 56px auto 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.i-c3-form-input {
  width: 100%;
  height: 64px;
  background-color: var(--c-p1);
  border: none;
  border-radius: 12px;
  padding: 0 24px;
  font-family: var(--f-m2);
  font-size: 18px;
  color: #22282B;
  outline: none;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 1);
}

.i-c3-form-textarea {
  width: 100%;
  min-height: 160px;
  background-color: var(--c-p1);
  border: none;
  border-radius: 12px;
  padding: 24px;
  font-family: var(--f-m2);
  font-size: 18px;
  color: #22282B;
  outline: none;
  resize: none;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 1);
}

.b-c4-form-submit {
  width: 200px;
  height: 64px;
  background: linear-gradient(90deg, var(--c-p4) 0%, var(--c-p5) 100%);
  border: none;
  border-radius: 56px;
  color: var(--c-p6);
  font-family: var(--f-m1);
  font-size: 24px;
  cursor: pointer;
  align-self: center;
  box-shadow: 1px 4px 2.4px 0px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}

.b-c4-form-submit:hover {
  transform: scale(1.05);
}

.f-f1-footer {
  width: 100%;
  background-color: #040603;
  border-top: 1px solid #FFFFFF;
  padding: 64px 80px;
  color: #FFFFFF;
}

.c-f2-footer-wrap {
  max-width: 1760px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.l-f3-footer-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.c-f4-footer-info {
  flex: 1;
  max-width: 1270px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.t-f5-footer-desc {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.g-f6-footer-links {
  display: flex;
  gap: 100px;
}

.c-f7-link-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.a-f8-footer-link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
}

.t-f9-footer-copy {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  width: 100%;
}

@media (max-width: 1400px) {
  .g-q2-faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-f2-footer-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .c-f4-footer-info {
    max-width: 100%;
  }
  .g-f6-footer-links {
    justify-content: center;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .g-q2-faq-grid {
    grid-template-columns: 1fr;
  }
  .c-q5-faq-wrap {
    flex-direction: column;
    gap: 8px;
  }
  .t-q6-faq-q {
    min-width: 100%;
  }
  .g-f6-footer-links {
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 1024px) {
  .n-m2-nav, .p-h3-phone, .s-r4-search, .s-r4-auth {
    display: none;
  }
  .m-m3-menu-btn {
    display: flex;
  }
  .h-n1-head {
    height: 80px;
    padding: 0 20px;
  }
  .l-g2-logo {
    width: 60px;
    height: 60px;
  }
  .h-e5-hero {
    flex-direction: column;
    padding-top: 50px;
  }
  .p-d4-panda-wrap {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .t-h1-main {
    font-size: 48px;
    line-height: 54px;
  }
}

.m-o8-mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  background-color: var(--c-p1);
  z-index: 1001;
  display: flex;
  flex-direction: column;
  padding: 100px 40px;
  gap: 30px;
  transition: 0.4s;
}

.m-o8-mobile-nav.active {
  right: 0;
}

.m-o8-mobile-nav a {
  text-decoration: none;
  color: var(--c-p3);
  font-family: var(--f-m2);
  font-size: 24px;
  font-weight: 600;
}
