:root {
  --pink:        #e97ab8;
  --pink-deep:   #e66dae;
  --pink-accent: #d94f9c;
  --cream:       #fff6df;
  --cream-card:  #fffaf0;
  --ink:         #171517;
  --teal:        #03bdb6;
  --teal-deep:   #008b91;
  --teal-light:  #10d4ca;
  --teal-mid:    #04aca7;
  --yellow:      #ffe363;
  --orange:      #ff7846;
  --pink-soft:   #ffcee8;
  --pink-soft-2: #ffd4ea;
  --pink-soft-3: #ffbde2;
  --pink-soft-4: #ffc9e7;
}

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

html { -webkit-text-size-adjust: 100%; }

html, body { overflow-x: hidden; }

body {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
  font-weight: bold;
  color: var(--ink);
  background: var(--pink);
  line-height: 1.4;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }


.hero {
  position: relative;
  padding: 0 72px 210px;
  min-height: 850px;
  background:
    radial-gradient(circle at 17% 12%, rgba(255,246,223,0.36) 0%, rgba(255,246,223,0) 29%),
    radial-gradient(circle at 72% 20%, rgba(3,189,182,0.22) 0%, rgba(3,189,182,0) 26%),
    linear-gradient(180deg, #ea76b8 0%, #ef85bf 100%);
  box-shadow: 0 0 70px rgba(22,4,30,0.2);
  overflow: hidden;
}


.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
  padding: 46px 72px;
  background: #ea76b8;
}

.logo-pill,
.nav {
  position: relative;
  background: var(--cream);
  border: 3px solid var(--ink);
  border-radius: 999px;
  display: flex;
  align-items: center;
  box-shadow: 8px 10px 0 rgba(0,0,0,0.1);
}

.logo-pill {
  gap: 10px;
  padding: 15px 28px 15px 26px;
}

.logo-pill__text {
  font-size: 23px;
  letter-spacing: 0.4px;
  color: var(--ink);
}

.nav {
  gap: 43px;
  padding: 23px 39px;
}

.nav__link {
  font-size: 16px;
  color: var(--ink);
  transition: color .15s;
}

.nav__link:hover { color: var(--pink-accent); }


.logo-pill__top {
  position: absolute;
  background: var(--cream);
  border: 3px solid var(--ink);
  border-bottom: none;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
}
.logo-pill__top--left {
  left: 47px; top: -28px;
  width: 68px; height: 45px;
  border-top-left-radius: 62px;
  border-top-right-radius: 62px;
}
.logo-pill__top--right {
  right: 45px; top: -40px;
  width: 92px; height: 57px;
}
.nav .logo-pill__top--left { left: 44px; top: -31px; }
.nav .logo-pill__top--right { right: 42px; top: -43px; }


.logo-mark {
  position: relative;
  display: inline-block;
  width: 42px; height: 28px;
  border: 3px solid var(--ink);
  border-radius: 12px;
  background: linear-gradient(132deg, #13d2c9 0%, #ff8fc8 100%);
  transform: rotate(-7deg);
  flex-shrink: 0;
}
.logo-mark__dot {
  position: absolute;
  width: 9px; height: 9px;
  background: var(--ink);
  border-radius: 50%;
  left: 7px; top: 8px;
}
.logo-mark__square {
  position: absolute;
  width: 7px; height: 7px;
  right: 7px; top: 6px;
  background: var(--cream);
  border-radius: 3.5px;
  box-shadow: -9px 9px 0 var(--orange);
}


.sparkle {
  position: absolute;
  width: 34px; height: 34px;
  background: var(--yellow);
  filter: drop-shadow(0 2px 0 rgba(0,0,0,0.14));
  clip-path: polygon(
    50% 0%, 61% 35%, 98% 35%, 68% 57%,
    79% 91%, 50% 70%, 21% 91%, 32% 57%,
    2% 35%, 39% 35%
  );
  z-index: 3;
}
.sparkle--hero-1 { left: 7%; top: 150px; }
.sparkle--hero-2 { right: 10%; top: 205px; }
.sparkle--hero-3 { left: 40%; bottom: 245px; }
.sparkle--hero-4 { left: 67%; bottom: 160px; }


.hero__content {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.hero__mascot {
  width: 216px;
  height: auto;
  flex-shrink: 0;
}
.hero__mascot--left { transform: translateY(10px); }
.hero__mascot--right { transform: translateY(10px); }

.hero__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  flex-grow: 1;
  max-width: 947px;
}

.badge {
  display: inline-flex;
  align-items: center;
  background: var(--cream);
  border: 3px solid var(--ink);
  border-radius: 999px;
  padding: 15px 21px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--pink-accent);
  filter: drop-shadow(6px 7px 0 rgba(0,0,0,0.12));
}

.hero__title {
  font-size: 147px;
  line-height: 0.82;
  letter-spacing: -5px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-shadow:
    0px 7px 0 var(--pink-soft),
    0px 16px 0 var(--teal),
    0px 22px 0 var(--teal-deep),
    0px 36px 40px rgba(73,0,73,0.24);
  width: 100%;
}

.hero__tagline {
  font-size: 25px;
  line-height: 1.55;
  color: #fff;
  text-align: center;
  text-shadow: 0px 2px 0 rgba(0,0,0,0.08);
}


.btn-teal {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 22px 33px;
  min-width: 250px;
  justify-content: center;
  background: linear-gradient(180deg, var(--teal-light) 0%, var(--teal-mid) 100%);
  border: 3px solid var(--teal-deep);
  border-radius: 999px;
  color: #fff;
  font-size: 22px;
  box-shadow:
    0 9px 0 var(--teal-deep),
    0 22px 28px rgba(0,95,98,0.25);
  transition: transform .15s, box-shadow .15s;
}

.btn-teal:hover {
  transform: translateY(-2px);
  box-shadow:
    0 11px 0 var(--teal-deep),
    0 24px 32px rgba(0,95,98,0.3);
}

.btn-teal:active {
  transform: translateY(4px);
  box-shadow:
    0 5px 0 var(--teal-deep),
    0 10px 20px rgba(0,95,98,0.25);
}

.btn-teal__icon {
  width: 34px; height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cream);
  color: var(--pink-accent);
  border-radius: 17px;
  font-size: 22px;
  line-height: 1;
}

.btn-teal--wide {
  padding: 19px 63px;
  font-size: 18px;
}
.btn-teal--wide .btn-teal__icon { font-size: 18px; }


.hero__border {
  position: absolute;
  left: -4%; right: -4%; bottom: -15px;
  height: 4px;
  border-top: 4px solid rgba(255,246,223,0.8);
  transform: rotate(-1deg);
}


.about {
  background: var(--cream);
  padding: 138px 72px 126px;
  overflow: hidden;
}

.about__inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.about__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.about__text p {
  font-size: 23.8px;
  line-height: 1.58;
  color: var(--ink);
}

.heading-pink {
  font-size: 99px;
  line-height: 0.9;
  letter-spacing: -2px;
  color: var(--pink-accent);
  text-transform: uppercase;
  text-shadow:
    0px 5px 0 var(--pink-soft-2),
    0px 11px 0 rgba(3,189,182,0.45);
}

.heading-pink--stack {
  font-size: 99px;
}

.heading-white {
  font-size: 99px;
  line-height: 0.9;
  letter-spacing: -2px;
  color: #fff;
  text-transform: uppercase;
  text-shadow:
    0px 7px 0 var(--pink-soft-3),
    0px 15px 0 var(--teal),
    0px 22px 0 var(--teal-deep);
}


.cluster {
  position: relative;
  flex-shrink: 0;
  width: 574px;
  height: 624px;
  border: 4px solid var(--ink);
  border-radius: 55px;
  background:
    radial-gradient(circle at center, rgba(255,120,70,0.15) 0%, rgba(255,120,70,0) 34%),
    linear-gradient(135deg, rgba(3,189,182,0.24) 0%, rgba(255,255,255,0.48) 100%);
  box-shadow: 14px 16px 0 rgba(0,0,0,0.09);
  transform: rotate(1.5deg);
}

.cluster__ring {
  position: absolute;
  inset: 24px;
  border: 4px dashed rgba(0,139,145,0.42);
  border-radius: 50%;
  transform: rotate(-14deg);
  pointer-events: none;
}

.cluster__center {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%) rotate(-1.5deg);
  width: 230px; height: 230px;
  padding: 4px;
  background: linear-gradient(145deg, #ff9cd1 0%, #ff7fbe 60%, #ffde5f 60%, #ffde5f 100%);
  border: 4px solid var(--ink);
  border-radius: 110px 120px 103px 126px;
  filter: drop-shadow(0 12px 0 rgba(0,0,0,0.12));
  display: flex;
  align-items: center;
  justify-content: center;
}
.cluster__center span {
  color: #fff;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 72px;
  text-shadow: 0 4px 0 var(--teal-deep);
}

.cluster__card {
  position: absolute;
  width: 188px;
  background: #fff;
  border: 4px solid var(--ink);
  border-radius: 28px;
  padding: 4px;
  box-shadow: 9px 11px 0 rgba(0,0,0,0.14);
  overflow: hidden;
  transition: transform .2s;
}

.cluster__card:hover { transform: translateY(-4px) rotate(0deg) !important; }

.cluster__card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
}

.cluster__caption {
  background: var(--cream);
  padding: 10px 12px 12px;
  font-size: 15px;
  line-height: 1.1;
  color: var(--ink);
}

.cluster__card--p1 { left: 17px;  top: 31px;   transform: rotate(-8deg); }
.cluster__card--p2 { right: 25px; top: 20px;   transform: rotate(6deg); }
.cluster__card--p3 { left: 6px;   top: 232px;  transform: rotate(5deg); }
.cluster__card--p4 { right: -7px; top: 230px;  transform: rotate(-6deg); }
.cluster__card--p5 { left: 81px;  bottom: 30px; transform: rotate(7deg); }
.cluster__card--p6 { right: 74px; bottom: 35px; transform: rotate(-8deg); }


.features {
  background: var(--pink);
  padding: 110px 72px 126px;
  display: flex;
  gap: 24px;
  overflow: hidden;
}

.feature {
  flex: 1;
  position: relative;
  background: var(--cream);
  border: 4px solid var(--ink);
  border-radius: 38px;
  padding: 28px;
  text-align: center;
  box-shadow: 10px 12px 0 rgba(0,0,0,0.14);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.feature__overlay {
  position: absolute;
  right: -70px; top: -80px;
  width: 190px; height: 190px;
  background: rgba(3,189,182,0.18);
  border-radius: 50%;
  pointer-events: none;
}

.feature__icon {
  width: 140px;
  height: 140px;
  position: relative;
  z-index: 1;
}

.feature__title {
  font-size: 33px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--pink-accent);
  position: relative;
  z-index: 1;
}

.feature__text {
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink);
  position: relative;
  z-index: 1;
}


.top-games {
  position: relative;
  padding: 145px 72px 140px;
  background:
    radial-gradient(circle at 8% 20%, rgba(255,120,70,0.14) 0%, rgba(255,120,70,0) 28%),
    radial-gradient(circle at 90% 80%, rgba(3,189,182,0.15) 0%, rgba(3,189,182,0) 30%),
    var(--cream);
  overflow: hidden;
}

.about__inner_game{
  border-radius: 44px;
border: 4px solid #171517;
background: linear-gradient(180deg, #FFECC0 0%, #FFF6DF 100%);
box-shadow: 12px 14px 0 0 rgba(0, 0, 0, 0.12);
padding: 34px;
}

.about__img{
  max-width: 670px;
  width: 100%;
}





.top-games::before {
  content: "";
  position: absolute;
  left: -4%; right: -4%; top: -77px;
  height: 4px;
  border-top: 4px solid rgba(255,246,223,0.8);
  transform: rotate(1.4deg);
}

.top-games__inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.top-games__aside {
  position: sticky;
  top: 20px;
  flex-shrink: 0;
  width: 577px;
  background: linear-gradient(180deg, #ffecc0 0%, var(--cream) 100%);
  border: 4px solid var(--ink);
  border-radius: 44px;
  padding: 38px;
  filter: drop-shadow(12px 14px 0 rgba(0,0,0,0.12));
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}

.top-games__aside p {
  font-size: 23.8px;
  line-height: 1.58;
  color: var(--ink);
}

.games-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 24px;
}

.game-card {
  background: var(--cream-card);
  border: 4px solid var(--ink);
  border-radius: 32px;
  padding: 4px;
  box-shadow: 9px 11px 0 rgba(0,0,0,0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .15s, box-shadow .15s;
}

.game-card:hover {
  transform: translate(-2px, -3px);
  box-shadow: 12px 14px 0 rgba(0,0,0,0.14);
}

.game-card__img {
  background: #eee;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
  aspect-ratio: 274 / 213;
}

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

.game-card__body {
  padding: 18px 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.game-card__body h3 {
  font-size: 23px;
  line-height: 1.1;
  color: var(--ink);
}

.game-card__tag {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--teal-deep);
}

.game-card__body p {
  font-size: 15px;
  line-height: 1.45;
  color: var(--ink);
  padding-top: 7px;
}


.info {
  position: relative;
  background: var(--pink);
  padding: 120px 72px 128px;
  overflow: hidden;
}


.info::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 92px;
  opacity: 0.9;
  background: linear-gradient(96deg,
    transparent 0%, transparent 8%,
    var(--cream) 8%, var(--cream) 18%,
    transparent 18%, transparent 29%,
    var(--cream) 29%, var(--cream) 44%,
    transparent 44%, transparent 62%,
    var(--cream) 62%, var(--cream) 70%,
    transparent 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
}

.info__inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.info__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.info__text p {
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
}

.info__mascot {
  width: 240px;
  height: auto;
  margin-top: 7px;
  filter: drop-shadow(0 18px 0 rgba(0,0,0,0.08));
}

.info__panel {
  flex: 1;
  position: relative;
  background: var(--cream);
  border: 4px solid var(--ink);
  border-radius: 48px;
  padding: 36px;
  filter: drop-shadow(13px 15px 0 rgba(0,0,0,0.12));
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.info__star {
  position: absolute;
  right: -28px; top: -34px;
  width: 106px; height: 106px;
  background: var(--yellow);
  border: 4px solid var(--ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: var(--ink);
  clip-path: polygon(
    50% 0%, 61% 35%, 98% 35%, 68% 57%,
    79% 91%, 50% 70%, 21% 91%, 32% 57%,
    2% 35%, 39% 35%
  );
  border: none;
}

.info__card {
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 25px;
  padding: 27px;
  filter: drop-shadow(6px 7px 0 rgba(0,0,0,0.09));
}

.info__card p {
  font-size: 18px;
  line-height: 1.45;
  color: var(--ink);
}

.info__lead {
  color: var(--pink-accent);
}


.footer {
  position: relative;
  background: var(--pink-deep);
  padding: 128px 72px 44px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.footer::before {
  content: "";
  position: absolute;
  left: -4%; right: -4%; top: -77px;
  height: 4px;
  border-top: 4px solid rgba(255,246,223,0.8);
  transform: rotate(1.4deg);
}

.footer__title {
  font-size: 115px;
  line-height: 0.85;
  letter-spacing: -4px;
  color: #fff;
  text-transform: uppercase;
  text-shadow:
    0px 8px 0 var(--pink-soft-4),
    0px 17px 0 var(--teal),
    0px 24px 0 var(--teal-deep);
}

.footer__row {
  display: flex;
  gap: 40px;
  align-items: center;
}

.footer__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__col--links { padding-right: 42px; }

.footer__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 19px;
  line-height: 1.35;
  color: #fff;
  transition: opacity .15s;
}

.footer__col--links a.footer__item:hover { opacity: 0.8; }

.footer__icon {
  width: 30px; height: 30px;
  background: #fff;
  color: var(--pink-accent);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 1px;
}

.footer__divider {
  width: 3px;
  height: 145px;
  border-left: 3px dashed rgba(255,255,255,0.75);
  background: transparent;
  flex-shrink: 0;
}

.footer__social {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.footer__social-btn {
  width: 40px; height: 40px;
  background: var(--teal);
  border: 3px solid rgba(255,255,255,0.6);
  border-radius: 20px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: transform .15s;
}
.footer__social-btn:hover { transform: scale(1.08); }

.footer__mascot {
  width: 210px;
  height: auto;
  flex-shrink: 0;
  filter: drop-shadow(0 18px 0 rgba(0,0,0,0.09));
}

.footer__copy {
  text-align: center;
  font-size: 16px;
  color: rgba(255,255,255,0.92);
}


.cookies {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 1;
  transition: opacity .35s ease;
}

.cookies.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.cookies__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 4, 30, 0.45);
}

.cookies__card {
  position: relative;
  width: min(620px, 100%);
  background: var(--cream);
  border: 3px solid var(--ink);
  border-radius: 32px;
  padding: 44px 48px 40px;
  box-shadow:
    10px 14px 0 rgba(0,0,0,0.18),
    0 30px 60px rgba(22,4,30,0.25);
}

.cookies__title {
  font-size: 76px;
  line-height: 0.9;
  letter-spacing: -2px;
  color: var(--pink-accent);
  text-transform: uppercase;
  text-shadow:
    0 5px 0 var(--pink-soft-2),
    0 11px 0 rgba(3,189,182,0.45);
  margin-bottom: 28px;
}

.cookies__text {
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 30px;
}

.cookies__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cookies__btn {
  width: 100%;
  min-width: 0;
  padding: 20px 28px;
  font-size: 20px;
}


.legal {
  position: relative;
  background: var(--pink);
  padding: 80px 72px 140px;
  overflow: hidden;
}

.legal::before {
  content: "";
  position: absolute;
  left: 6%; top: 110px;
  width: 32px; height: 32px;
  background: var(--yellow);
  clip-path: polygon(
    50% 0%, 61% 35%, 98% 35%, 68% 57%,
    79% 91%, 50% 70%, 21% 91%, 32% 57%,
    2% 35%, 39% 35%
  );
  filter: drop-shadow(0 2px 0 rgba(0,0,0,0.14));
}

.legal__inner {
  max-width: 1140px;
  margin: 0 auto;
}

.legal__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}

.legal__title {
  font-size: 110px;
  line-height: 0.9;
  letter-spacing: -2px;
  color: var(--pink-accent);
  text-transform: uppercase;
  text-shadow:
    0px 7px 0 var(--pink-soft),
    0px 15px 0 var(--teal),
    0px 22px 0 var(--teal-deep);
}

.legal__mascot {
  width: 220px;
  height: auto;
  flex-shrink: 0;
  filter: drop-shadow(0 18px 0 rgba(0,0,0,0.1));
}

.legal__card {
  background: var(--cream);
  border: 4px solid var(--ink);
  border-radius: 48px;
  padding: 56px 64px;
  filter: drop-shadow(13px 15px 0 rgba(0,0,0,0.12));
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.legal__meta {
  font-style: italic;
  color: var(--pink-accent);
  font-size: 17px;
}

.legal__card p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
}

.legal__card h2 {
  font-size: 30px;
  line-height: 1.15;
  color: var(--pink-accent);
  margin-top: 28px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.legal__card h3 {
  font-size: 21px;
  line-height: 1.2;
  color: var(--ink);
  margin-top: 18px;
}

.legal__card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
}

.legal__card li {
  position: relative;
  padding-left: 24px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
}

.legal__card li::before {
  content: "★";
  position: absolute;
  left: 0; top: 0;
  color: var(--teal-deep);
  font-size: 14px;
}

.legal__contact {
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 25px;
  padding: 22px 26px;
  box-shadow: 6px 7px 0 rgba(0,0,0,0.09);
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 17px;
  line-height: 1.45;
  color: var(--ink);
}

.legal__contact strong { color: var(--pink-accent); }


@media (max-width: 1280px) {
  .hero { padding: 0 40px 180px; }
  .header { padding: 40px 40px; }
  .about, .features, .top-games, .info, .footer { padding-left: 40px; padding-right: 40px; }
  .legal { padding: 64px 40px 120px; }
  .legal__title { font-size: 90px; }
  .legal__mascot { width: 180px; }
  .legal__card { padding: 44px 48px; border-radius: 40px; }

  .hero__title { font-size: 110px; letter-spacing: -3px; }
  .heading-pink, .heading-white { font-size: 80px; }
  .footer__title { font-size: 90px; }

  .hero__mascot { width: 170px; }
  .cluster { width: 480px; height: 540px; }

  .top-games__aside { width: 420px; }
  .games-grid { grid-template-columns: repeat(2, 1fr); }
}


@media (max-width: 1180px) {
  .hero { padding: 0 32px 160px; min-height: 0; }

  .hero__content { flex-direction: column; align-items: center; gap: 32px; }
  .hero__mascot { width: 140px; }
  .hero__mascot--left,
  .hero__mascot--right { transform: none; }

  .hero__title { font-size: 96px; letter-spacing: -3px; }
  .hero__tagline { font-size: 22px; }
  .hero__tagline br { display: none; }

  .about, .features, .top-games, .info, .footer { padding-left: 32px; padding-right: 32px; }
  .about__inner, .info__inner { gap: 32px; }
  .top-games__aside { width: 360px; }

  .legal { padding: 56px 32px 100px; }
  .legal__hero { flex-direction: column; text-align: center; gap: 24px; margin-bottom: 36px; }
  .legal__title { font-size: 76px; }
  .legal__mascot { width: 160px; }
}

@media (max-width: 980px) {
  .hero { padding: 0 24px 120px; }
  .about, .features, .top-games, .info, .footer { padding: 80px 24px; }

  .header { flex-wrap: wrap; gap: 16px; padding: 32px 24px; justify-content: center; }
  .hero__mascot { width: 120px; }
  .hero__title { font-size: 70px; letter-spacing: -2px; }
  .hero__tagline { font-size: 18px; }

  .about__inner, .info__inner { flex-direction: column; }
  .cluster { transform: scale(0.7) rotate(1.5deg); transform-origin: top center; margin: 0 auto; }

  .features { flex-direction: column; }

  .heading-pink, .heading-white { font-size: 56px; letter-spacing: -1px; }

  .top-games__inner { flex-direction: column; }
  .top-games__aside { position: static; width: 100%; }
  .games-grid { grid-template-columns: repeat(2, 1fr); }

  .footer__title { font-size: 56px; letter-spacing: -2px; }
  .footer__row { flex-wrap: wrap; gap: 24px; }
  .footer__divider { display: none; }
  .footer__col { flex-basis: 100%; }
  .footer__mascot { width: 160px; margin: 0 auto; }

  .legal { padding: 48px 24px 80px; }
  .legal__title { font-size: 56px; letter-spacing: -1px; }
  .legal__card { padding: 32px 24px; border-radius: 28px; }
  .legal__card h2 { font-size: 24px; }
  .legal__card h3 { font-size: 19px; }
}

@media (max-width: 560px) {
  .games-grid { grid-template-columns: 1fr; }
  .nav { padding: 16px 20px; gap: 20px; }
  .hero__title{ font-size: 48px; letter-spacing: -1px; }
  .logo-pill { padding: 12px 18px; }
  .logo-pill__text { font-size: 18px; }
  .badge { font-size: 13px; padding: 12px 16px; }
  .btn-teal { padding: 18px 24px; min-width: 0; font-size: 18px; }

  .cookies { padding: 16px; }
  .cookies__card { padding: 28px 24px 26px; border-radius: 24px; }
  .cookies__title { font-size: 52px; margin-bottom: 20px; }
  .cookies__text { font-size: 16px; margin-bottom: 22px; }
  .cookies__btn { padding: 16px 20px; font-size: 17px; }
}
