:root {
  --page: #fffaf7;
  --surface: #ffffff;
  --surface-soft: #fff3ec;
  --surface-green: #eefbf6;
  --text: #211a18;
  --muted: #756a66;
  --line: #eadfd9;
  --primary: #ff6b35;
  --primary-dark: #dc4f20;
  --primary-soft: #fff0e9;
  --secondary: #1fb984;
  --secondary-dark: #0c8b61;
  --yellow: #ffc845;
  --purple: #7657ff;
  --shadow-sm: 0 10px 28px rgba(67, 37, 24, .08);
  --shadow-md: 0 22px 60px rgba(67, 37, 24, .12);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background: var(--page);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  left: 18px;
  top: -90px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  transition: top .2s ease;
}

.skip-link:focus {
  top: 18px;
}

.top-note {
  padding: 8px 0;
  color: #5c514d;
  background: #d1f0cb;
  font-size: .78rem;
  font-weight: 700;
  text-align: center;
}

.top-note .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.top-note-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 0 5px rgba(31, 185, 132, .12);
}

.site-header {
  position: sticky;
  z-index: 1100;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(255, 250, 247, .82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.site-header.scrolled {
  border-color: rgba(84, 57, 44, .10);
  background: rgba(255, 250, 247, .95);
  box-shadow: 0 8px 24px rgba(67, 37, 24, .05);
}

.nav-shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 27px;
}

.main-nav a {
  color: #665b57;
  font-size: .91rem;
  font-weight: 800;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.main-nav a:hover {
  color: var(--primary-dark);
}

.main-nav .nav-login,
.main-nav .nav-register {
  padding: 10px 18px;
  border-radius: 999px;
}

.main-nav .nav-login {
  border: 1px solid #dfd1ca;
  background: #fff;
}

.main-nav .nav-register {
  color: #fff;
  background: #8ac282;
  box-shadow: 0 10px 25px rgba(255, 107, 53, .22);
}

.main-nav .nav-register:hover {
  color: #fff;
  transform: translateY(-2px);
  background: var(--primary-dark);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 1px solid #e5d8d1;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  border-radius: 2px;
  background: #382d29;
  transition: transform .2s ease, opacity .2s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 78px 0 70px;
  background:
    radial-gradient(circle at 75% 10%, rgba(255, 200, 69, .22), transparent 28%),
    linear-gradient(135deg, #fff9f5 0%, #fff 55%, #f4fff9 100%);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image:
    linear-gradient(rgba(106, 75, 60, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106, 75, 60, .035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.72), transparent 93%);
}

.hero-shape {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  filter: blur(2px);
}

.hero-shape-one {
  width: 420px;
  height: 420px;
  right: -160px;
  top: -90px;
  background: rgba(31, 185, 132, .10);
}

.hero-shape-two {
  width: 320px;
  height: 320px;
  left: -170px;
  bottom: -160px;
  background: rgba(255, 107, 53, .12);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  align-items: center;
  gap: 70px;
}

.eyebrow,
.section-kicker {
  color: var(--primary-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid #f1cbb8;
  border-radius: 999px;
  background: rgba(255, 255, 255, .70);
  box-shadow: 0 8px 20px rgba(84, 49, 34, .05);
}

.hero h1 {
  max-width: 720px;
  margin: 22px 0 20px;
  font-size: clamp(2.8rem, 6.2vw, 5.5rem);
  line-height: .98;
  letter-spacing: -.06em;
}

.hero h1 span {
  position: relative;
  display: inline-block;
  color: #8ac282;
}

.hero h1 span::after {
  content: "";
  position: absolute;
  left: 3%;
  right: 2%;
  bottom: -4px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 200, 69, .52);
  transform: rotate(-1deg);
  z-index: -1;
}

.hero-text {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.12rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-weight: 900;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #8ac282, #ff8b40);
  box-shadow: 0 15px 30px rgba(255, 107, 53, .23);
}

.button-primary:hover {
  background: linear-gradient(135deg, var(--primary-dark), #8ac282);
}

.button-secondary {
  border-color: #dacbc4;
  color: #40332e;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.button-white {
  color: var(--primary-dark);
  background: #fff;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: #625853;
  font-size: .86rem;
  font-weight: 800;
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-points li span {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--secondary-dark);
  background: rgba(31, 185, 132, .13);
  font-size: .68rem;
}

.hero-mini-stats {
  width: min(100%, 540px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.hero-mini-stats > div {
  padding: 14px;
  border: 1px solid #eaded7;
  border-radius: 16px;
  background: rgba(255, 255, 255, .70);
}

.hero-mini-stats strong,
.hero-mini-stats span {
  display: block;
}

.hero-mini-stats strong {
  color: #302520;
  font-size: 1.16rem;
}

.hero-mini-stats span {
  margin-top: 1px;
  color: #837773;
  font-size: .72rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 550px;
  display: grid;
  place-items: center;
}

.visual-glow {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 200, 69, .35), rgba(255, 107, 53, .09) 42%, transparent 72%);
  filter: blur(7px);
}

.phone-image {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  filter: drop-shadow(0 35px 45px rgba(75, 47, 33, .18));
  animation: phone-float 5s ease-in-out infinite;
}

.floating-badge {
  position: absolute;
  z-index: 4;
  min-width: 196px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(94, 64, 49, .10);
  border-radius: 17px;
  background: rgba(255, 255, 255, .90);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px);
}

.badge-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #8ac282, #ffb13c);
  font-weight: 900;
}

.floating-badge strong,
.floating-badge small {
  display: block;
}

.floating-badge strong {
  font-size: .86rem;
}

.floating-badge small {
  color: var(--muted);
  font-size: .7rem;
}

.floating-badge-left {
  left: -5%;
  top: 25%;
}

.floating-badge-right {
  right: -5%;
  bottom: 18%;
}

.trust-strip {
  position: relative;
  z-index: 5;
  margin-top: -27px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid #eadfd8;
  border-radius: 23px;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.trust-item {
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px;
  border-right: 1px solid #eee2dc;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  border-radius: 14px;
  color: var(--primary-dark);
  background: var(--primary-soft);
  font-weight: 900;
}

.trust-item strong,
.trust-item small {
  display: block;
}

.trust-item strong {
  font-size: .9rem;
}

.trust-item small {
  margin-top: 2px;
  color: var(--muted);
  font-size: .7rem;
  line-height: 1.4;
}

.section {
  padding: 112px 0;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 35px;
}

.section-header.centered {
  max-width: 740px;
  display: block;
  margin: 0 auto 44px;
  text-align: center;
}

.section-header h2,
.promo-copy h2,
.faq-intro h2 {
  margin: 9px 0 10px;
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  line-height: 1.07;
  letter-spacing: -.045em;
}

.section-header p,
.promo-copy p,
.faq-intro p {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
}

.catalog-count {
  flex: 0 0 auto;
  padding: 10px 15px;
  border: 1px solid #e9ddd7;
  border-radius: 999px;
  background: #fff;
  color: #786d68;
  font-size: .8rem;
}

.catalog-count strong {
  color: var(--primary-dark);
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 27px;
}

.search-box {
  position: relative;
  min-width: 280px;
  max-width: 390px;
  flex: 1 1 340px;
}

.search-box > span {
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 50%;
  color: #978a84;
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.search-box input {
  width: 100%;
  min-height: 50px;
  padding: 12px 48px 12px 47px;
  border: 1px solid #e2d5ce;
  border-radius: 15px;
  outline: 0;
  color: var(--text);
  background: #fff;
  box-shadow: 0 8px 24px rgba(66, 38, 26, .04);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.search-box input:focus {
  border-color: rgba(255, 107, 53, .70);
  box-shadow: 0 0 0 4px rgba(255, 107, 53, .10);
}

.search-box input::placeholder {
  color: #a69b96;
}

.clear-search {
  position: absolute;
  right: 9px;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: #f6ede8;
  color: #766761;
  cursor: pointer;
  transform: translateY(-50%);
}

.category-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 3px;
  scrollbar-width: none;
}

.category-tabs::-webkit-scrollbar {
  display: none;
}

.category-button {
  min-height: 44px;
  flex: 0 0 auto;
  padding: 10px 16px;
  border: 1px solid #e5d8d2;
  border-radius: 13px;
  background: #fff;
  color: #6c5f59;
  font-size: .82rem;
  font-weight: 850;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.category-button:hover {
  transform: translateY(-2px);
  border-color: #f1b497;
}

.category-button.active {
  border-color: #8ac282;
  color: #fff;
  background: #8ac282;
  box-shadow: 0 9px 20px rgba(255, 107, 53, .18);
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.game-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #eaded8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(66, 38, 26, .065);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.game-card:hover {
  transform: translateY(-7px);
  border-color: #f3b596;
  box-shadow: 0 22px 48px rgba(66, 38, 26, .12);
}

.game-card[hidden] {
  display: none;
}

.game-cover {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 1.38 / 1;
  background: #f1e8e3;
}

.game-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.game-card:hover .game-cover img {
  transform: scale(1.045);
}

.game-tag {
  position: absolute;
  left: 11px;
  top: 11px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  color: #fff;
  background: rgba(24, 17, 14, .48);
  backdrop-filter: blur(10px);
  font-size: .67rem;
  font-weight: 900;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 5px solid rgba(255,255,255,.40);
  border-radius: 50%;
  color: #fff;
  background: #8ac282;
  box-shadow: 0 10px 25px rgba(35, 20, 13, .26);
  opacity: 0;
  transform: translate(-50%, -40%) scale(.85);
  transition: opacity .2s ease, transform .2s ease;
}

.game-card:hover .play-button,
.game-cover:focus-visible .play-button {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.game-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px 15px;
}

.game-info h3 {
  overflow: hidden;
  margin: 0;
  font-size: .94rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.game-info p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: .7rem;
}

.game-action {
  min-width: 55px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border-radius: 10px;
  color: var(--primary-dark);
  background: #8ac282;
  font-size: .76rem;
  font-weight: 900;
  transition: color .2s ease, background .2s ease;
}

.game-action:hover {
  color: #fff;
  background: #8ac282;
}

.extra-game {
  display: none;
}

.game-grid.expanded .extra-game {
  display: block;
}

.empty-state {
  padding: 55px 20px;
  border: 1px dashed #ddcec6;
  border-radius: 22px;
  background: rgba(255, 255, 255, .55);
  text-align: center;
}

.empty-state > span {
  font-size: 2rem;
}

.empty-state h3 {
  margin: 9px 0 3px;
}

.empty-state p {
  margin: 0 0 18px;
  color: var(--muted);
}

.empty-state button {
  padding: 10px 15px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #8ac282;
  font-weight: 850;
  cursor: pointer;
}

.load-more-wrap {
  margin-top: 30px;
  text-align: center;
}

.load-more-button {
  min-height: 48px;
  padding: 11px 19px;
  border: 1px solid #e1d3cc;
  border-radius: 14px;
  color: #51433d;
  background: #fff;
  box-shadow: var(--shadow-sm);
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease;
}

.load-more-button:hover {
  transform: translateY(-2px);
  border-color: #efb294;
}

.promo-section {
  padding-top: 25px;
}

.promo-card {
  position: relative;
  min-height: 365px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 30px;
  padding: 52px 56px;
  border-radius: var(--radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 200, 69, .35), transparent 35%),
    linear-gradient(135deg, #000000, #5d3b28 60%, #6cbc91);
  box-shadow: 0 30px 70px rgba(184, 70, 25, .22);
}

.promo-card::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  right: -170px;
  bottom: -250px;
  border-radius: 50%;
  border: 55px solid rgba(255,255,255,.08);
}

.promo-copy {
  position: relative;
  z-index: 2;
}

.promo-copy .section-kicker {
  color: #fff4b7;
}

.promo-copy p {
  color: rgba(255,255,255,.82);
}

.promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 25px;
}

.promo-card > img {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(100%, 470px);
  filter: drop-shadow(0 25px 35px rgba(102, 34, 7, .24));
}

.guide-section {
  background:
    radial-gradient(circle at 15% 100%, rgba(31, 185, 132, .09), transparent 30%),
    #fff;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-grid li {
  position: relative;
  overflow: hidden;
  padding: 31px;
  border: 1px solid #eaded8;
  border-radius: 23px;
  background: #fffaf7;
}

.guide-number {
  position: absolute;
  right: 18px;
  top: 12px;
  color: rgba(255, 107, 53, .09);
  font-size: 4rem;
  font-weight: 950;
  line-height: 1;
}

.guide-icon {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 23px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #8ac282, #8ac282);
  box-shadow: 0 12px 25px rgba(255, 107, 53, .18);
  font-weight: 900;
}

.guide-grid h3 {
  position: relative;
  margin: 0 0 8px;
}

.guide-grid p {
  position: relative;
  margin: 0;
  color: var(--muted);
}

.faq-section {
  border-top: 1px solid #eee4df;
  background: #d1f0cb;
}

.faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: start;
  gap: 75px;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.support-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 23px;
  color: var(--primary-dark);
  font-weight: 900;
}

.accordion {
  display: grid;
  gap: 12px;
}

.accordion details {
  overflow: hidden;
  border: 1px solid #e7dad4;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(66, 38, 26, .035);
}

.accordion summary {
  position: relative;
  padding: 21px 55px 21px 21px;
  cursor: pointer;
  list-style: none;
  font-weight: 850;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  content: "+";
  position: absolute;
  right: 21px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--primary-dark);
  background: var(--primary-soft);
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.accordion details[open] summary::after {
  content: "−";
}

.accordion details p {
  margin: 0;
  padding: 0 21px 21px;
  color: var(--muted);
}

.accordion code {
  padding: 2px 5px;
  border-radius: 5px;
  background: #f5ece8;
  color: #7b3820;
}


.reviews-section {
  border-top: 1px solid #eee4df;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 200, 69, .10), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff9f5 100%);
}

.review-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
  padding: 28px 30px;
  border: 1px solid #eaded8;
  border-radius: 23px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.review-label {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--primary-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.review-summary h3 {
  margin: 0 0 7px;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.review-summary p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
}

.review-summary-score {
  min-width: 190px;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--primary-soft);
  text-align: center;
}

.review-summary-score span {
  display: block;
  margin-top: 4px;
  color: #806e66;
  font-size: .72rem;
  font-weight: 800;
}

.review-stars {
  color: #ffad24;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.review-summary-score .review-stars {
  font-size: 1.25rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid #eaded8;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(66, 38, 26, .055);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  border-color: #f0b99f;
  box-shadow: 0 20px 45px rgba(66, 38, 26, .10);
}

.review-card-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.review-avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #8ac282, #8ac282);
  font-size: .78rem;
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(255, 107, 53, .16);
}

.review-identity {
  min-width: 0;
}

.review-identity h3 {
  overflow: hidden;
  margin: 0;
  font-size: .9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.review-identity p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: .68rem;
}

.review-badge {
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--secondary-dark);
  background: var(--surface-green);
  font-size: .62rem;
  font-weight: 900;
}

.review-card blockquote {
  margin: 13px 0 0;
  color: #655953;
  font-size: .88rem;
  line-height: 1.72;
}

.review-disclaimer {
  margin: 25px 0 0;
  padding: 15px 17px;
  border: 1px solid #eaded8;
  border-radius: 14px;
  color: #786b65;
  background: rgba(255,255,255,.72);
  font-size: .78rem;
}

@media (max-width: 900px) {
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .review-summary {
    align-items: stretch;
    flex-direction: column;
    padding: 23px;
  }

  .review-summary-score {
    min-width: 0;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    padding: 21px;
  }
}

.responsible-note {
  padding: 18px 0 52px;
  background: #d1f0cb;
}

.responsible-note p {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid #e8d9d1;
  border-radius: 14px;
  color: #756964;
  background: rgba(255,255,255,.66);
  font-size: .8rem;
}

.site-footer {
  color: #eee5e0;
  background: #201916;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr .7fr;
  gap: 55px;
  padding: 58px 0 43px;
}

.footer-brand p {
  max-width: 430px;
  margin: 14px 0 0;
  color: #aa9d97;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-column strong {
  margin-bottom: 5px;
  color: #fff;
}

.footer-column a {
  color: #b8aba5;
  font-size: .88rem;
}

.footer-column a:hover {
  color: #fff;
}

.footer-bottom {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #9f928c;
  font-size: .8rem;
}

.footer-bottom p {
  margin: 0;
}

.mobile-bottom-nav {
  display: none;
}

@keyframes phone-float {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-11px) rotate(1deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1040px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .hero h1,
  .hero-text,
  .hero-mini-stats {
    margin-inline: auto;
  }

  .hero-actions,
  .hero-points {
    justify-content: center;
  }

  .hero-visual {
    min-height: 480px;
  }

  .phone-image {
    width: min(100%, 500px);
  }

  .floating-badge-left {
    left: 6%;
  }

  .floating-badge-right {
    right: 6%;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n+2) {
    border-bottom: 1px solid #eee2dc;
  }

  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .search-box {
    max-width: none;
    flex-basis: auto;
  }

  .game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .top-note {
    display: none;
  }

  .nav-shell {
    min-height: 68px;
  }

  .brand img {
    width: 154px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    z-index: 1200;
    left: 14px;
    right: 14px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    padding: 13px;
    border: 1px solid #e8dbd5;
    border-radius: 20px;
    background: rgba(255, 250, 247, .98);
    box-shadow: 0 25px 65px rgba(50, 29, 20, .18);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 12px;
    border-radius: 12px;
  }

  .main-nav a:hover {
    background: #fff0e9;
  }

  .main-nav .nav-login,
  .main-nav .nav-register {
    margin-top: 4px;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding: 55px 0 48px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 12vw, 4.4rem);
  }

  .hero-visual {
    min-height: 400px;
  }

  .floating-badge {
    min-width: 164px;
    padding: 11px 12px;
  }

  .badge-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .floating-badge strong {
    font-size: .75rem;
  }

  .floating-badge small {
    font-size: .62rem;
  }

  .floating-badge-left {
    left: 0;
  }

  .floating-badge-right {
    right: 0;
  }

  .trust-strip {
    margin-top: -10px;
  }

  .section {
    padding: 82px 0;
  }

  .section-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }

  .promo-card {
    grid-template-columns: 1fr;
    padding: 39px 27px 20px;
    text-align: center;
  }

  .promo-copy p {
    margin-inline: auto;
  }

  .promo-actions {
    justify-content: center;
  }

  .promo-card > img {
    justify-self: center;
    margin-bottom: -35px;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .faq-intro {
    position: static;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .mobile-bottom-nav {
    position: fixed;
    z-index: 1500;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: calc(68px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
    border-top: 1px solid #dfd2cc;
    background: rgba(255, 250, 247, .97);
    box-shadow: 0 -12px 35px rgba(56, 32, 22, .11);
    backdrop-filter: blur(16px);
  }

  .mobile-bottom-nav a {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border-radius: 12px;
    color: #746761;
    font-size: .65rem;
    font-weight: 850;
  }

  .mobile-bottom-nav a span {
    font-size: 1.12rem;
    line-height: 1;
  }

  .mobile-bottom-nav .mobile-main-action {
    color: #fff;
    background: #8ac282;
    box-shadow: 0 8px 18px rgba(255, 107, 53, .20);
  }
}

@media (max-width: 520px) {
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-mini-stats {
    gap: 7px;
  }

  .hero-mini-stats > div {
    padding: 11px 6px;
  }

  .hero-mini-stats strong {
    font-size: 1rem;
  }

  .hero-mini-stats span {
    font-size: .62rem;
  }

  .hero-visual {
    min-height: 335px;
    margin-top: 4px;
  }

  .floating-badge {
    transform: scale(.86);
  }

  .floating-badge-left {
    left: -26px;
    top: 20%;
  }

  .floating-badge-right {
    right: -28px;
    bottom: 8%;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-item {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid #eee2dc;
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .game-grid {
    gap: 10px;
  }

  .game-card {
    border-radius: 16px;
  }

  .game-info {
    padding: 10px;
  }

  .game-info h3 {
    font-size: .8rem;
  }

  .game-info p {
    font-size: .62rem;
  }

  .game-action {
    min-width: 46px;
    min-height: 32px;
    padding: 6px 8px;
    font-size: .67rem;
  }

  .game-tag {
    left: 7px;
    top: 7px;
    padding: 4px 7px;
    font-size: .58rem;
  }

  .play-button {
    width: 38px;
    height: 38px;
    border-width: 4px;
  }

  .promo-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    min-height: 100px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
:root {
  --page: #fffaf7;
  --surface: #ffffff;
  --surface-soft: #fff3ec;
  --surface-green: #eefbf6;
  --text: #211a18;
  --muted: #756a66;
  --line: #eadfd9;
  --primary: #ff6b35;
  --primary-dark: #dc4f20;
  --primary-soft: #fff0e9;
  --secondary: #1fb984;
  --secondary-dark: #0c8b61;
  --yellow: #ffc845;
  --purple: #7657ff;
  --shadow-sm: 0 10px 28px rgba(67, 37, 24, .08);
  --shadow-md: 0 22px 60px rgba(67, 37, 24, .12);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background: var(--page);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  left: 18px;
  top: -90px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  transition: top .2s ease;
}

.skip-link:focus {
  top: 18px;
}

.top-note {
  padding: 8px 0;
  color: #5c514d;
  background: #d1f0cb;
  font-size: .78rem;
  font-weight: 700;
  text-align: center;
}

.top-note .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.top-note-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 0 5px rgba(31, 185, 132, .12);
}

.site-header {
  position: sticky;
  z-index: 1100;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(255, 250, 247, .82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.site-header.scrolled {
  border-color: rgba(84, 57, 44, .10);
  background: rgba(255, 250, 247, .95);
  box-shadow: 0 8px 24px rgba(67, 37, 24, .05);
}

.nav-shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 27px;
}

.main-nav a {
  color: #665b57;
  font-size: .91rem;
  font-weight: 800;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.main-nav a:hover {
  color: var(--primary-dark);
}

.main-nav .nav-login,
.main-nav .nav-register {
  padding: 10px 18px;
  border-radius: 999px;
}

.main-nav .nav-login {
  border: 1px solid #dfd1ca;
  background: #fff;
}

.main-nav .nav-register {
  color: #fff;
  background: #8ac282;
  box-shadow: 0 10px 25px rgba(255, 107, 53, .22);
}

.main-nav .nav-register:hover {
  color: #fff;
  transform: translateY(-2px);
  background: var(--primary-dark);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 1px solid #e5d8d1;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  border-radius: 2px;
  background: #382d29;
  transition: transform .2s ease, opacity .2s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 78px 0 70px;
  background:
    radial-gradient(circle at 75% 10%, rgba(255, 200, 69, .22), transparent 28%),
    linear-gradient(135deg, #fff9f5 0%, #fff 55%, #f4fff9 100%);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image:
    linear-gradient(rgba(106, 75, 60, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106, 75, 60, .035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.72), transparent 93%);
}

.hero-shape {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  filter: blur(2px);
}

.hero-shape-one {
  width: 420px;
  height: 420px;
  right: -160px;
  top: -90px;
  background: rgba(31, 185, 132, .10);
}

.hero-shape-two {
  width: 320px;
  height: 320px;
  left: -170px;
  bottom: -160px;
  background: rgba(255, 107, 53, .12);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  align-items: center;
  gap: 70px;
}

.eyebrow,
.section-kicker {
  color: var(--primary-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid #f1cbb8;
  border-radius: 999px;
  background: rgba(255, 255, 255, .70);
  box-shadow: 0 8px 20px rgba(84, 49, 34, .05);
}

.hero h1 {
  max-width: 720px;
  margin: 22px 0 20px;
  font-size: clamp(2.8rem, 6.2vw, 5.5rem);
  line-height: .98;
  letter-spacing: -.06em;
}

.hero h1 span {
  position: relative;
  display: inline-block;
  color: #8ac282;
}

.hero h1 span::after {
  content: "";
  position: absolute;
  left: 3%;
  right: 2%;
  bottom: -4px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 200, 69, .52);
  transform: rotate(-1deg);
  z-index: -1;
}

.hero-text {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.12rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-weight: 900;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #8ac282, #ff8b40);
  box-shadow: 0 15px 30px rgba(255, 107, 53, .23);
}

.button-primary:hover {
  background: linear-gradient(135deg, var(--primary-dark), #8ac282);
}

.button-secondary {
  border-color: #dacbc4;
  color: #40332e;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.button-white {
  color: var(--primary-dark);
  background: #fff;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: #625853;
  font-size: .86rem;
  font-weight: 800;
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-points li span {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--secondary-dark);
  background: rgba(31, 185, 132, .13);
  font-size: .68rem;
}

.hero-mini-stats {
  width: min(100%, 540px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.hero-mini-stats > div {
  padding: 14px;
  border: 1px solid #eaded7;
  border-radius: 16px;
  background: rgba(255, 255, 255, .70);
}

.hero-mini-stats strong,
.hero-mini-stats span {
  display: block;
}

.hero-mini-stats strong {
  color: #302520;
  font-size: 1.16rem;
}

.hero-mini-stats span {
  margin-top: 1px;
  color: #837773;
  font-size: .72rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 550px;
  display: grid;
  place-items: center;
}

.visual-glow {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 200, 69, .35), rgba(255, 107, 53, .09) 42%, transparent 72%);
  filter: blur(7px);
}

.phone-image {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  filter: drop-shadow(0 35px 45px rgba(75, 47, 33, .18));
  animation: phone-float 5s ease-in-out infinite;
}

.floating-badge {
  position: absolute;
  z-index: 4;
  min-width: 196px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(94, 64, 49, .10);
  border-radius: 17px;
  background: rgba(255, 255, 255, .90);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px);
}

.badge-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #8ac282, #ffb13c);
  font-weight: 900;
}

.floating-badge strong,
.floating-badge small {
  display: block;
}

.floating-badge strong {
  font-size: .86rem;
}

.floating-badge small {
  color: var(--muted);
  font-size: .7rem;
}

.floating-badge-left {
  left: -5%;
  top: 25%;
}

.floating-badge-right {
  right: -5%;
  bottom: 18%;
}

.trust-strip {
  position: relative;
  z-index: 5;
  margin-top: -27px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid #eadfd8;
  border-radius: 23px;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.trust-item {
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px;
  border-right: 1px solid #eee2dc;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  border-radius: 14px;
  color: var(--primary-dark);
  background: var(--primary-soft);
  font-weight: 900;
}

.trust-item strong,
.trust-item small {
  display: block;
}

.trust-item strong {
  font-size: .9rem;
}

.trust-item small {
  margin-top: 2px;
  color: var(--muted);
  font-size: .7rem;
  line-height: 1.4;
}

.section {
  padding: 112px 0;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 35px;
}

.section-header.centered {
  max-width: 740px;
  display: block;
  margin: 0 auto 44px;
  text-align: center;
}

.section-header h2,
.promo-copy h2,
.faq-intro h2 {
  margin: 9px 0 10px;
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  line-height: 1.07;
  letter-spacing: -.045em;
}

.section-header p,
.promo-copy p,
.faq-intro p {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
}

.catalog-count {
  flex: 0 0 auto;
  padding: 10px 15px;
  border: 1px solid #e9ddd7;
  border-radius: 999px;
  background: #fff;
  color: #786d68;
  font-size: .8rem;
}

.catalog-count strong {
  color: var(--primary-dark);
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 27px;
}

.search-box {
  position: relative;
  min-width: 280px;
  max-width: 390px;
  flex: 1 1 340px;
}

.search-box > span {
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 50%;
  color: #978a84;
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.search-box input {
  width: 100%;
  min-height: 50px;
  padding: 12px 48px 12px 47px;
  border: 1px solid #e2d5ce;
  border-radius: 15px;
  outline: 0;
  color: var(--text);
  background: #fff;
  box-shadow: 0 8px 24px rgba(66, 38, 26, .04);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.search-box input:focus {
  border-color: rgba(255, 107, 53, .70);
  box-shadow: 0 0 0 4px rgba(255, 107, 53, .10);
}

.search-box input::placeholder {
  color: #a69b96;
}

.clear-search {
  position: absolute;
  right: 9px;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: #f6ede8;
  color: #766761;
  cursor: pointer;
  transform: translateY(-50%);
}

.category-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 3px;
  scrollbar-width: none;
}

.category-tabs::-webkit-scrollbar {
  display: none;
}

.category-button {
  min-height: 44px;
  flex: 0 0 auto;
  padding: 10px 16px;
  border: 1px solid #e5d8d2;
  border-radius: 13px;
  background: #fff;
  color: #6c5f59;
  font-size: .82rem;
  font-weight: 850;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.category-button:hover {
  transform: translateY(-2px);
  border-color: #f1b497;
}

.category-button.active {
  border-color: #8ac282;
  color: #fff;
  background: #8ac282;
  box-shadow: 0 9px 20px rgba(255, 107, 53, .18);
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.game-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #eaded8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(66, 38, 26, .065);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.game-card:hover {
  transform: translateY(-7px);
  border-color: #f3b596;
  box-shadow: 0 22px 48px rgba(66, 38, 26, .12);
}

.game-card[hidden] {
  display: none;
}

.game-cover {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 1.38 / 1;
  background: #f1e8e3;
}

.game-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.game-card:hover .game-cover img {
  transform: scale(1.045);
}

.game-tag {
  position: absolute;
  left: 11px;
  top: 11px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  color: #fff;
  background: rgba(24, 17, 14, .48);
  backdrop-filter: blur(10px);
  font-size: .67rem;
  font-weight: 900;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 5px solid rgba(255,255,255,.40);
  border-radius: 50%;
  color: #fff;
  background: #8ac282;
  box-shadow: 0 10px 25px rgba(35, 20, 13, .26);
  opacity: 0;
  transform: translate(-50%, -40%) scale(.85);
  transition: opacity .2s ease, transform .2s ease;
}

.game-card:hover .play-button,
.game-cover:focus-visible .play-button {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.game-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px 15px;
}

.game-info h3 {
  overflow: hidden;
  margin: 0;
  font-size: .94rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.game-info p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: .7rem;
}

.game-action {
  min-width: 55px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border-radius: 10px;
  color: #000000;
  background: #d1f0cb;
  font-size: .76rem;
  font-weight: 900;
  transition: color .2s ease, background .2s ease;
}

.game-action:hover {
  color: #fff;
  background: #8ac282;
}

.extra-game {
  display: none;
}

.game-grid.expanded .extra-game {
  display: block;
}

.empty-state {
  padding: 55px 20px;
  border: 1px dashed #ddcec6;
  border-radius: 22px;
  background: rgba(255, 255, 255, .55);
  text-align: center;
}

.empty-state > span {
  font-size: 2rem;
}

.empty-state h3 {
  margin: 9px 0 3px;
}

.empty-state p {
  margin: 0 0 18px;
  color: var(--muted);
}

.empty-state button {
  padding: 10px 15px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #8ac282;
  font-weight: 850;
  cursor: pointer;
}

.load-more-wrap {
  margin-top: 30px;
  text-align: center;
}

.load-more-button {
  min-height: 48px;
  padding: 11px 19px;
  border: 1px solid #e1d3cc;
  border-radius: 14px;
  color: #51433d;
  background: #fff;
  box-shadow: var(--shadow-sm);
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease;
}

.load-more-button:hover {
  transform: translateY(-2px);
  border-color: #efb294;
}

.promo-section {
  padding-top: 25px;
}

.promo-card {
  position: relative;
  min-height: 365px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 30px;
  padding: 52px 56px;
  border-radius: var(--radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 200, 69, .35), transparent 35%),
    linear-gradient(135deg, #000000, #5d3b28 60%, #ff9f38);
  box-shadow: 0 30px 70px rgba(184, 70, 25, .22);
}

.promo-card::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  right: -170px;
  bottom: -250px;
  border-radius: 50%;
  border: 55px solid rgba(255,255,255,.08);
}

.promo-copy {
  position: relative;
  z-index: 2;
}

.promo-copy .section-kicker {
  color: #fff4b7;
}

.promo-copy p {
  color: rgba(255,255,255,.82);
}

.promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 25px;
}

.promo-card > img {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(100%, 470px);
  filter: drop-shadow(0 25px 35px rgba(102, 34, 7, .24));
}

.guide-section {
  background:
    radial-gradient(circle at 15% 100%, rgba(31, 185, 132, .09), transparent 30%),
    #fff;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-grid li {
  position: relative;
  overflow: hidden;
  padding: 31px;
  border: 1px solid #eaded8;
  border-radius: 23px;
  background: #fffaf7;
}

.guide-number {
  position: absolute;
  right: 18px;
  top: 12px;
  color: rgba(255, 107, 53, .09);
  font-size: 4rem;
  font-weight: 950;
  line-height: 1;
}

.guide-icon {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 23px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #8ac282, #8ac282);
  box-shadow: 0 12px 25px rgba(255, 107, 53, .18);
  font-weight: 900;
}

.guide-grid h3 {
  position: relative;
  margin: 0 0 8px;
}

.guide-grid p {
  position: relative;
  margin: 0;
  color: var(--muted);
}

.faq-section {
  border-top: 1px solid #eee4df;
  background: #d1f0cb;
}

.faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: start;
  gap: 75px;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.support-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 23px;
  color: var(--primary-dark);
  font-weight: 900;
}

.accordion {
  display: grid;
  gap: 12px;
}

.accordion details {
  overflow: hidden;
  border: 1px solid #e7dad4;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(66, 38, 26, .035);
}

.accordion summary {
  position: relative;
  padding: 21px 55px 21px 21px;
  cursor: pointer;
  list-style: none;
  font-weight: 850;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  content: "+";
  position: absolute;
  right: 21px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--primary-dark);
  background: var(--primary-soft);
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.accordion details[open] summary::after {
  content: "−";
}

.accordion details p {
  margin: 0;
  padding: 0 21px 21px;
  color: var(--muted);
}

.accordion code {
  padding: 2px 5px;
  border-radius: 5px;
  background: #f5ece8;
  color: #7b3820;
}


.reviews-section {
  border-top: 1px solid #eee4df;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 200, 69, .10), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff9f5 100%);
}

.review-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
  padding: 28px 30px;
  border: 1px solid #eaded8;
  border-radius: 23px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.review-label {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--primary-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.review-summary h3 {
  margin: 0 0 7px;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.review-summary p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
}

.review-summary-score {
  min-width: 190px;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--primary-soft);
  text-align: center;
}

.review-summary-score span {
  display: block;
  margin-top: 4px;
  color: #806e66;
  font-size: .72rem;
  font-weight: 800;
}

.review-stars {
  color: #ffad24;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.review-summary-score .review-stars {
  font-size: 1.25rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid #eaded8;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(66, 38, 26, .055);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  border-color: #f0b99f;
  box-shadow: 0 20px 45px rgba(66, 38, 26, .10);
}

.review-card-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.review-avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #8ac282, #8ac282);
  font-size: .78rem;
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(255, 107, 53, .16);
}

.review-identity {
  min-width: 0;
}

.review-identity h3 {
  overflow: hidden;
  margin: 0;
  font-size: .9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.review-identity p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: .68rem;
}

.review-badge {
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--secondary-dark);
  background: var(--surface-green);
  font-size: .62rem;
  font-weight: 900;
}

.review-card blockquote {
  margin: 13px 0 0;
  color: #655953;
  font-size: .88rem;
  line-height: 1.72;
}

.review-disclaimer {
  margin: 25px 0 0;
  padding: 15px 17px;
  border: 1px solid #eaded8;
  border-radius: 14px;
  color: #786b65;
  background: rgba(255,255,255,.72);
  font-size: .78rem;
}

@media (max-width: 900px) {
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .review-summary {
    align-items: stretch;
    flex-direction: column;
    padding: 23px;
  }

  .review-summary-score {
    min-width: 0;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    padding: 21px;
  }
}

.responsible-note {
  padding: 18px 0 52px;
  background: #d1f0cb;
}

.responsible-note p {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid #e8d9d1;
  border-radius: 14px;
  color: #756964;
  background: rgba(255,255,255,.66);
  font-size: .8rem;
}

.site-footer {
  color: #eee5e0;
  background: #201916;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr .7fr;
  gap: 55px;
  padding: 58px 0 43px;
}

.footer-brand p {
  max-width: 430px;
  margin: 14px 0 0;
  color: #aa9d97;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-column strong {
  margin-bottom: 5px;
  color: #fff;
}

.footer-column a {
  color: #b8aba5;
  font-size: .88rem;
}

.footer-column a:hover {
  color: #fff;
}

.footer-bottom {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #9f928c;
  font-size: .8rem;
}

.footer-bottom p {
  margin: 0;
}

.mobile-bottom-nav {
  display: none;
}

@keyframes phone-float {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-11px) rotate(1deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1040px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .hero h1,
  .hero-text,
  .hero-mini-stats {
    margin-inline: auto;
  }

  .hero-actions,
  .hero-points {
    justify-content: center;
  }

  .hero-visual {
    min-height: 480px;
  }

  .phone-image {
    width: min(100%, 500px);
  }

  .floating-badge-left {
    left: 6%;
  }

  .floating-badge-right {
    right: 6%;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n+2) {
    border-bottom: 1px solid #eee2dc;
  }

  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .search-box {
    max-width: none;
    flex-basis: auto;
  }

  .game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .top-note {
    display: none;
  }

  .nav-shell {
    min-height: 68px;
  }

  .brand img {
    width: 154px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    z-index: 1200;
    left: 14px;
    right: 14px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    padding: 13px;
    border: 1px solid #e8dbd5;
    border-radius: 20px;
    background: rgba(255, 250, 247, .98);
    box-shadow: 0 25px 65px rgba(50, 29, 20, .18);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 12px;
    border-radius: 12px;
  }

  .main-nav a:hover {
    background: #fff0e9;
  }

  .main-nav .nav-login,
  .main-nav .nav-register {
    margin-top: 4px;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding: 55px 0 48px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 12vw, 4.4rem);
  }

  .hero-visual {
    min-height: 400px;
  }

  .floating-badge {
    min-width: 164px;
    padding: 11px 12px;
  }

  .badge-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .floating-badge strong {
    font-size: .75rem;
  }

  .floating-badge small {
    font-size: .62rem;
  }

  .floating-badge-left {
    left: 0;
  }

  .floating-badge-right {
    right: 0;
  }

  .trust-strip {
    margin-top: -10px;
  }

  .section {
    padding: 82px 0;
  }

  .section-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }

  .promo-card {
    grid-template-columns: 1fr;
    padding: 39px 27px 20px;
    text-align: center;
  }

  .promo-copy p {
    margin-inline: auto;
  }

  .promo-actions {
    justify-content: center;
  }

  .promo-card > img {
    justify-self: center;
    margin-bottom: -35px;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .faq-intro {
    position: static;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .mobile-bottom-nav {
    position: fixed;
    z-index: 1500;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: calc(68px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
    border-top: 1px solid #dfd2cc;
    background: rgba(255, 250, 247, .97);
    box-shadow: 0 -12px 35px rgba(56, 32, 22, .11);
    backdrop-filter: blur(16px);
  }

  .mobile-bottom-nav a {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border-radius: 12px;
    color: #746761;
    font-size: .65rem;
    font-weight: 850;
  }

  .mobile-bottom-nav a span {
    font-size: 1.12rem;
    line-height: 1;
  }

  .mobile-bottom-nav .mobile-main-action {
    color: #fff;
    background: #8ac282;
    box-shadow: 0 8px 18px rgba(255, 107, 53, .20);
  }
}

@media (max-width: 520px) {
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-mini-stats {
    gap: 7px;
  }

  .hero-mini-stats > div {
    padding: 11px 6px;
  }

  .hero-mini-stats strong {
    font-size: 1rem;
  }

  .hero-mini-stats span {
    font-size: .62rem;
  }

  .hero-visual {
    min-height: 335px;
    margin-top: 4px;
  }

  .floating-badge {
    transform: scale(.86);
  }

  .floating-badge-left {
    left: -26px;
    top: 20%;
  }

  .floating-badge-right {
    right: -28px;
    bottom: 8%;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-item {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid #eee2dc;
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .game-grid {
    gap: 10px;
  }

  .game-card {
    border-radius: 16px;
  }

  .game-info {
    padding: 10px;
  }

  .game-info h3 {
    font-size: .8rem;
  }

  .game-info p {
    font-size: .62rem;
  }

  .game-action {
    min-width: 46px;
    min-height: 32px;
    padding: 6px 8px;
    font-size: .67rem;
  }

  .game-tag {
    left: 7px;
    top: 7px;
    padding: 4px 7px;
    font-size: .58rem;
  }

  .play-button {
    width: 38px;
    height: 38px;
    border-width: 4px;
  }

  .promo-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    min-height: 100px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
