body {
  background: #ffffff;
  color: #122042;
}

.landing {
  min-height: var(--landing-viewport-height, 100vh);
  width: var(--landing-viewport-width, 100%);
  max-width: 100%;
  overflow-x: hidden;
  background: #ffffff;
}

.hero {
  background: #0b9c7d;
}

.hero__inner,
.content,
.sticky-bar__inner {
  width: min(100%, 760px);
  margin: 0 auto;
}

.hero__inner {
  padding: 18px 14px 28px;
}

.hero__meta-app,
.footer-panel__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-chip,
.mini-logo,
.testimonial__avatar {
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-weight: 900;
  color: #17332c;
  background: linear-gradient(135deg, #ffd55d, #f57d2f);
}

.logo-chip,
.mini-logo {
  width: 38px;
  height: 38px;
  font-size: 13px;
}

.logo-chip--image,
.mini-logo--image {
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}

.logo-chip--image img,
.mini-logo--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-panel__brand span {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.03em;
  font-size: 24px;
  line-height: 1;
}

.hero__main {
  display: grid;
}

.hero__visual {
  order: -1;
  width: 100%;
  max-width: 300px;
  margin: 18px auto 0;
}

.hero-poster {
  width: 100%;
}

.hero-poster__media {
  width: 100%;
}

.hero-poster__media--image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.hero-poster__media--placeholder {
  display: grid;
  place-items: center;
  min-height: 260px;
  border-radius: 24px;
  background: rgba(7, 67, 54, 0.16);
  color: #ffe892;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero__copy {
  text-align: center;
  margin-top: 24px;
  display: grid;
  gap: 18px;
}

.hero__eyebrow {
  color: #ffffff;
  font-size: clamp(22px, 6vw, 30px);
  font-weight: 800;
  line-height: 1.1;
  max-width: 520px;
  margin: 0 auto;
}

.hero__copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 8.8vw, 42px);
  line-height: 1.1;
  font-weight: 800;
}

.hero__action-card {
  display: grid;
  gap: 18px;
  width: min(100%, 540px);
  margin: 0 auto;
  padding: 18px 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 18px 42px rgba(6, 69, 55, 0.16);
  backdrop-filter: blur(10px);
}

.hero__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.6;
}

.hero__cta-group {
  display: grid;
  gap: 12px;
}

.btn-primary,
.btn-secondary,
.btn-sticky,
.btn-primary,
.btn-secondary,
.btn-sticky {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  background: #08ad55;
  color: #ffffff;
  isolation: isolate;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn-primary::before,
.btn-sticky::before {
  content: "";
  position: absolute;
  inset: -20% auto -20% -35%;
  width: 34%;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.08) 18%, rgba(255,255,255,0.36) 50%, rgba(255,255,255,0.08) 82%, transparent 100%);
  transform: skewX(-22deg);
  animation: btn-sheen 2.8s linear infinite;
  z-index: -1;
}

.btn-primary.is-waiting,
.btn-secondary.is-waiting,
.btn-sticky.is-waiting {
  background: linear-gradient(90deg, #7f8b93 0%, #98a2a8 100%);
  color: rgba(255, 255, 255, 0.94);
}

.btn-primary[disabled],
.btn-secondary[disabled],
.btn-sticky[disabled] {
  cursor: not-allowed;
  opacity: 1;
}

.btn-primary {
  width: 100%;
  max-width: 100%;
  height: 52px;
  font-size: 17px;
  background: linear-gradient(90deg, #07af55 0%, #0aba57 60%, #09a74f 100%);
}

.hero__bonus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  background: rgba(255, 213, 79, 0.14);
  color: #ffd54f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.hero__bonus::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 999px;
  flex: 0 0 auto;
  background:
    radial-gradient(circle at 36% 32%, #fff3bf 0 26%, transparent 27%),
    linear-gradient(135deg, #ffd54f, #ff9f1c);
  box-shadow: 0 0 0 4px rgba(255, 213, 79, 0.12);
}

.hero__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.hero__pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.hero__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px auto;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}

.hero__meta-app {
  min-width: 0;
}

.hero__meta-copy {
  min-width: 0;
}

.hero__meta-title {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
}

.hero__meta-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin-top: 4px;
}

.hero__meta-stats span,
.hero__meta-availability span {
  display: block;
  margin-right: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.35;
}

.hero__meta-divider {
  display: block;
  width: 1px;
  height: 42px;
  background: rgba(255, 255, 255, 0.28);
}

.hero__meta-availability {
  display: grid;
  gap: 6px;
  justify-items: end;
  text-align: right;
}

.hero__meta-platform {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}

.hero__meta-platform svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.hero__meta-platform strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
}

@media (max-width: 420px) {
  .hero__inner {
    padding: 14px 12px 22px;
  }

  .hero__visual {
    max-width: 252px;
    margin-top: 12px;
  }

  .hero__copy {
    margin-top: 14px;
    gap: 14px;
  }

  .hero__copy h1 {
    font-size: clamp(24px, 8.4vw, 34px);
  }

  .hero__eyebrow {
    font-size: clamp(18px, 6.6vw, 24px);
  }

  .hero__action-card {
    gap: 14px;
    padding: 14px 14px 12px;
    border-radius: 18px;
  }

  .hero__lead {
    font-size: 15px;
  }

  .btn-primary {
    height: 50px;
    font-size: 16px;
  }

  .hero__bonus {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero__pills {
    gap: 8px;
    margin-top: 16px;
  }

  .hero__pill {
    min-height: 30px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero__meta-title {
    font-size: 16px;
  }

  .hero__meta-stats span,
  .hero__meta-availability span {
    font-size: 12px;
  }

  .hero__meta-platform strong {
    font-size: 15px;
  }

  .footer-panel__stats {
    gap: 10px;
  }

  .footer-stat {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .footer-stat::before {
    width: 28px;
    height: 28px;
  }

  .footer-stat strong {
    font-size: 17px;
  }

  .footer-stat span {
    font-size: 13px;
  }
}

@media (max-height: 760px) and (max-width: 760px) {
  .hero__visual {
    max-width: 236px;
    margin-top: 10px;
  }

  .hero__copy {
    margin-top: 12px;
    gap: 12px;
  }

  .hero__copy h1 {
    font-size: clamp(24px, 8vw, 32px);
  }

  .hero__lead {
    font-size: 15px;
  }

  .hero__pills {
    margin-top: 10px;
  }
}

.content {
  padding: 0 16px 196px;
}

.withdraw-strip {
  display: grid;
  gap: 22px;
  padding: 30px 0 46px;
  align-items: center;
  border-bottom: 1px solid rgba(18, 32, 66, 0.1);
}

.withdraw-strip__headline {
  max-width: 280px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}

.withdraw-strip__methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.withdraw-method {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-left: 1px solid rgba(18, 32, 66, 0.12);
}

.withdraw-method:first-child,
.withdraw-method:nth-child(odd):last-child {
  border-left: 0;
}

.withdraw-method__logo {
  min-width: 120px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #ffffff, #f5f7fb);
  box-shadow: inset 0 0 0 1px rgba(18, 32, 66, 0.08);
  color: #68707f;
  font-size: 28px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.withdraw-method__label {
  color: #39425f;
  font-size: 16px;
  text-align: center;
}

.section {
  padding-top: 72px;
}

.section-title {
  margin: 0;
  text-align: center;
  color: #122042;
  font-size: clamp(34px, 7vw, 52px);
  line-height: 1.12;
  font-weight: 800;
}

.section-title--left {
  text-align: left;
}

.section--experience {
  overflow: hidden;
}

.section-subtitle,
.article-intro {
  margin: 16px 0 0;
  text-align: center;
  color: #5f6b88;
  font-size: 21px;
  line-height: 1.6;
}

.benefits-grid,
.games-grid,
.earn-grid,
.article-list {
  display: grid;
  gap: 16px;
}

.benefits-grid {
  margin-top: 30px;
}

.benefit-card,
.trust-card,
.article-card {
  border: 1px solid rgba(18, 32, 66, 0.1);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(18, 32, 66, 0.08);
}

.benefit-card {
  padding: 34px 32px 30px;
}

.benefit-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.benefit-card__art {
  width: 76px;
  height: 76px;
  border-radius: 24px;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 16px 28px rgba(18, 32, 66, 0.14);
}

.benefit-card__art::before,
.benefit-card__art::after {
  content: "";
  position: absolute;
}

.benefit-card__art--1 {
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.34), transparent 34%),
    linear-gradient(145deg, #0e5f54, #0a9b78 55%, #27d8a6);
}

.benefit-card__art--1::before {
  left: 21px;
  top: 16px;
  width: 34px;
  height: 42px;
  background: rgba(255, 255, 255, 0.96);
  clip-path: polygon(50% 0%, 88% 16%, 88% 54%, 50% 100%, 12% 54%, 12% 16%);
}

.benefit-card__art--1::after {
  left: 31px;
  top: 31px;
  width: 13px;
  height: 7px;
  border-left: 3px solid #0aa173;
  border-bottom: 3px solid #0aa173;
  transform: rotate(-45deg);
}

.benefit-card__art--2 {
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.34), transparent 34%),
    linear-gradient(145deg, #7f4d16, #d89122 55%, #ffd86b);
}

.benefit-card__art--2::before {
  left: 16px;
  top: 16px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 32%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82) 62%, rgba(255, 255, 255, 0.56) 100%);
}

.benefit-card__art--2::after {
  left: 27px;
  top: 27px;
  width: 22px;
  height: 22px;
  background: #d89122;
  clip-path: polygon(50% 0%, 62% 34%, 98% 34%, 69% 55%, 79% 90%, 50% 69%, 21% 90%, 31% 55%, 2% 34%, 38% 34%);
}

.benefit-card__art--3 {
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.34), transparent 34%),
    linear-gradient(145deg, #173d89, #2f73ff 55%, #66c8ff);
}

.benefit-card__art--3::before {
  left: 17px;
  top: 19px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  box-sizing: border-box;
}

.benefit-card__art--3::after {
  left: 31px;
  top: 13px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow:
    0 40px 0 -2px rgba(255, 255, 255, 0.92),
    -19px 20px 0 -3px rgba(255, 255, 255, 0.9),
    19px 20px 0 -3px rgba(255, 255, 255, 0.9);
}

.benefit-card__art--4 {
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.34), transparent 34%),
    linear-gradient(145deg, #41206d, #7b4bff 55%, #d094ff);
}

.benefit-card__art--4::before,
.benefit-card__art--4::after {
  top: 26px;
  width: 20px;
  height: 24px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 6px;
}

.benefit-card__art--4::before {
  left: 16px;
  transform: rotate(-8deg);
}

.benefit-card__art--4::after {
  right: 16px;
  transform: rotate(8deg);
  box-shadow:
    -13px -8px 0 -7px #7b4bff,
    -13px 8px 0 -7px #7b4bff,
    13px -8px 0 -7px #7b4bff,
    13px 8px 0 -7px #7b4bff;
}

.benefit-card h3 {
  margin: 0;
  color: #122042;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
}

.benefit-card__divider {
  height: 1px;
  margin: 22px 0 18px;
  background: rgba(18, 32, 66, 0.12);
}

.benefit-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #122042;
  display: grid;
  gap: 14px;
}

.benefit-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  line-height: 1.55;
  font-size: 17px;
}

.benefit-card__tick {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  position: relative;
  flex: 0 0 auto;
  margin-top: 3px;
  background: rgba(8, 173, 85, 0.12);
}

.benefit-card__tick::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border-right: 2px solid #08ad55;
  border-bottom: 2px solid #08ad55;
  transform: rotate(38deg);
}

.games-grid {
  grid-template-columns: repeat(4, minmax(72px, 84px));
  justify-content: center;
  margin-top: 30px;
  gap: 22px 18px;
}

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

.game-card__thumb,
.article-card__thumb {
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  overflow: hidden;
}

.game-card__thumb {
  width: 100%;
  aspect-ratio: 1;
}

.game-card__thumb--image img,
.article-card__thumb--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-card__thumb--1,
.article-card__thumb--1 { background: linear-gradient(135deg, #7a4cff, #2a2d96); }
.game-card__thumb--2,
.article-card__thumb--2 { background: linear-gradient(135deg, #ffb347, #ef6f31); }
.game-card__thumb--3,
.article-card__thumb--3 { background: linear-gradient(135deg, #ffc75f, #d76d77); }
.game-card__thumb--4,
.article-card__thumb--4 { background: linear-gradient(135deg, #4facfe, #002e7a); }
.game-card__thumb--5,
.article-card__thumb--5 { background: linear-gradient(135deg, #ffe259, #ffa751); }
.game-card__thumb--6,
.article-card__thumb--6 { background: linear-gradient(135deg, #24c6dc, #514a9d); }

.game-card h3 {
  margin: 12px 0 0;
  font-size: 17px;
  font-weight: 600;
}

.btn-secondary {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 58px;
  margin: 30px auto 0;
  font-size: 18px;
}

.experience {
  margin-top: 24px;
}

.experience--text-only {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.experience--text-only .experience__copy {
  max-width: 980px;
  margin: 0 auto;
}

.experience--text-only .experience__list {
  justify-content: center;
}

.experience__intro {
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.experience__eyebrow {
  color: #122042;
  font-size: clamp(28px, 6vw, 40px);
  line-height: 1.08;
  font-weight: 800;
  white-space: nowrap;
}

.experience__title {
  white-space: nowrap;
}

.experience__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, max-content));
  gap: 16px 28px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
  line-height: 1.5;
  font-size: 18px;
}

.experience__list li {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.experience__tick {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  position: relative;
  flex: 0 0 auto;
  background: rgba(8, 173, 85, 0.12);
}

.experience__tick::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #08ad55;
  border-bottom: 2px solid #08ad55;
  transform: rotate(38deg);
}

.experience__media {
  margin-top: 30px;
  width: min(100%, 858px);
  margin-left: auto;
  margin-right: auto;
}

.experience-gallery {
  width: 100%;
  max-width: 858px;
  aspect-ratio: 858 / 690;
}

.experience-gallery__item,
.experience-gallery__placeholder {
  position: relative;
  width: 100%;
  height: 100%;
}

.experience-gallery__item {
  overflow: hidden;
  border-radius: 24px;
}

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

.experience-gallery__placeholder {
  display: grid;
  place-items: center;
  min-height: 340px;
  border-radius: 24px;
  background: #eef2f7;
  color: #ffe892;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.btn-secondary--experience-top {
  margin: 0;
}

.earn-grid {
  margin-top: 26px;
}

.earn-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 22px;
  align-items: center;
  padding: 24px 22px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(18, 32, 66, 0.06);
}

.earn-card--violet {
  background: #f4e7ff;
}

.earn-card--yellow {
  background: #fff2b8;
}

.earn-card__art {
  width: 86px;
  height: 86px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 38% 30%, #ffffff 0 14px, transparent 15px),
    radial-gradient(circle at 74% 40%, rgba(255,255,255,0.8) 0 7px, transparent 8px),
    linear-gradient(135deg, #d8c2ff, #8d7cff);
}

.earn-card--yellow .earn-card__art {
  background:
    radial-gradient(circle at 38% 30%, #ffffff 0 14px, transparent 15px),
    radial-gradient(circle at 74% 40%, rgba(255,255,255,0.8) 0 7px, transparent 8px),
    linear-gradient(135deg, #ffe59d, #ffb347);
}

.earn-card h3 {
  margin: 0 0 10px;
  font-size: 26px;
}

.earn-card p {
  margin: 0 0 16px;
  color: #39425f;
  line-height: 1.6;
  font-size: 18px;
}

.earn-card a {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 10px;
  color: #ffffff;
  background: #08ad55;
  font-weight: 700;
  font-size: 17px;
}

.earn-card--yellow a {
  background: #ffbf21;
  color: #122042;
}

.trust-card {
  margin-top: 24px;
  padding: 24px 22px;
}

.trust-card__summary {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 14px;
}

.trust-card__score strong {
  display: block;
  font-size: 54px;
  line-height: 1;
}

.stars {
  margin-top: 8px;
  color: #08ad55;
  letter-spacing: 0.12em;
}

.trust-card__score p {
  margin: 10px 0 0;
  color: #5f6b88;
  font-size: 18px;
}

.rating-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.rating-row + .rating-row {
  margin-top: 10px;
}

.rating-row__bar {
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(18, 32, 66, 0.08);
}

.rating-row__fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #82d7a3, #08ad55);
}

.testimonial {
  margin-top: 24px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(18, 32, 66, 0.08);
}

.testimonial__head {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 16px;
  align-items: center;
}

.testimonial__avatar {
  width: 58px;
  height: 58px;
  font-size: 18px;
}

.testimonial__head span {
  display: block;
  color: #ff4367;
  font-style: italic;
  margin-top: 4px;
}

.testimonial__badge {
  padding: 12px 16px;
  border-radius: 8px;
  color: #ffffff;
  background: #08ad55;
  font-weight: 800;
  font-size: 22px;
}

.testimonial p {
  margin: 20px 0 0;
  color: #39425f;
  line-height: 1.8;
  font-size: 20px;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.dots__item {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d1d5de;
}

.dots__item--active {
  background: #2590ff;
}

.article-intro-title {
  margin: 22px 0 10px;
  font-size: 42px;
  color: #39425f;
}

.article-intro {
  text-align: left;
}

.article-list {
  margin-top: 26px;
}

.article-card {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.article-card + .article-card {
  border-top: 1px solid rgba(18, 32, 66, 0.08);
}

.article-card__thumb {
  width: 80px;
  height: 80px;
}

.article-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.article-card p {
  margin: 0;
  color: #39425f;
  line-height: 1.65;
  font-size: 18px;
}

.article-card a {
  display: inline-block;
  margin-top: 10px;
  color: #7c38ff;
  font-size: 18px;
}

.footer-panel {
  margin-top: 48px;
  width: 100%;
  background: #180b2d;
  color: #ffffff;
}

.footer-panel__inner {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 36px 16px calc(176px + env(safe-area-inset-bottom));
}

.footer-panel__hero {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-panel__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.footer-link-group,
.footer-panel__payments,
.footer-stat {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.footer-link-group {
  position: relative;
  padding: 18px 18px 16px;
  overflow: hidden;
}

.footer-link-group::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
}

.footer-link-group h3,
.footer-panel__payments h3 {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.footer-link-group__items {
  display: grid;
  gap: 12px;
}

.footer-link-group__item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
}

.footer-link-group__item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: linear-gradient(135deg, #82d7a3, #08ad55);
  box-shadow: 0 0 0 4px rgba(130, 215, 163, 0.1);
}

.footer-panel__meta {
  display: grid;
  gap: 24px;
  margin-top: 28px;
}

.footer-panel__payments {
  padding: 22px;
}

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

.payment-badge {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 72px;
  padding: 0 16px;
  border-radius: 12px;
  background: #ffffff;
  color: #39425f;
  font-weight: 800;
  font-size: 15px;
  min-width: 0;
}

.payment-badge__icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.payment-badge__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.payment-badge__label {
  line-height: 1.1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-panel__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.footer-stat {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  min-width: 0;
}

.footer-stat::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: radial-gradient(circle at 30% 30%, #ffffff, rgba(255, 255, 255, 0.1) 42%), rgba(255, 255, 255, 0.1);
}

.footer-stat strong {
  display: block;
  font-size: 22px;
  line-height: 1.05;
}

.footer-stat span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.25;
}

.footer-stat__body {
  min-width: 0;
}

.footer-panel__description {
  margin: 26px 0 0;
  max-width: 1100px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  font-size: 22px;
}

.btn-sticky {
  width: 100%;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(90deg, #07af55 0%, #0aba57 60%, #09a74f 100%);
  font-size: 18px;
}

.sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 12px 14px calc(16px + env(safe-area-inset-bottom));
  background: #0b9c7d;
  z-index: 20;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.sticky-bar__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
}

.sticky-bar__brand,
.sticky-bar__links {
  display: none;
}

.sticky-bar__aside {
  display: flex;
  justify-content: center;
  width: 56px;
  flex: 0 0 56px;
}

.sticky-bar__top {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #7c38ff;
  box-shadow: 0 12px 26px rgba(18, 32, 66, 0.16);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.sticky-bar__top svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.sticky-bar__inner > .btn-sticky {
  min-width: 0;
}

.sticky-bar--hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.social-rail {
  position: fixed;
  right: 8px;
  top: 308px;
  display: grid;
  gap: 8px;
  z-index: 12;
}

.social-rail__item {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.14);
}

.social-rail__item img,
.social-rail__item svg {
  width: 24px;
  height: 24px;
  display: block;
}

.social-rail__item svg {
  fill: currentColor;
}

.social-rail__item--whatsapp { background: #25d366; }
.social-rail__item--telegram { background: #2aa7e2; }
.social-rail__item--facebook { background: #3b5998; }
.social-rail__item--youtube { background: #ff2f2f; }
.social-rail__item--instagram { background: #d94c8a; }
.social-rail__item--globe { background: #7dbb5e; }

@keyframes btn-sheen {
  0% {
    transform: translateX(-180%) skewX(-22deg);
  }
  100% {
    transform: translateX(420%) skewX(-22deg);
  }
}

@media (min-width: 761px) {
  .hero__inner,
  .content,
  .footer-panel__inner,
  .sticky-bar__inner {
    width: min(100%, 1240px);
  }

  .hero__inner {
    padding: 28px 24px 48px;
  }

  .hero__meta-app,
  .footer-panel__brand,
  .sticky-bar__brand {
    gap: 16px;
  }

  .logo-chip,
  .mini-logo {
    width: 44px;
    height: 44px;
  }

  .footer-panel__brand span,
  .sticky-bar__brand span {
    font-size: 30px;
  }

  .hero__main {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 405px);
    align-items: center;
    gap: 24px;
    margin-top: 40px;
  }

  .hero__copy {
    margin-top: 0;
    text-align: left;
    max-width: 590px;
    gap: 24px;
  }

  .hero__eyebrow {
    font-size: clamp(22px, 2.4vw, 28px);
    max-width: 460px;
    margin: 0;
  }

  .hero__action-card {
    width: min(100%, 520px);
    margin: 0;
    padding: 22px 24px 20px;
    border-radius: 24px;
    gap: 20px;
    border-color: rgba(255, 255, 255, 0.16);
    background:
      linear-gradient(135deg, rgba(7, 66, 53, 0.16), rgba(255, 255, 255, 0.09));
    box-shadow:
      0 26px 52px rgba(6, 69, 55, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .hero__lead {
    max-width: 440px;
    font-size: 18px;
    line-height: 1.7;
  }

  .hero__cta-group {
    justify-items: start;
    gap: 14px;
  }

  .hero__pills {
    justify-content: flex-start;
    max-width: 520px;
    margin-top: 2px;
  }

  .btn-primary {
    max-width: 360px;
    height: 62px;
    border-radius: 12px;
    font-size: 20px;
    box-shadow: 0 18px 30px rgba(7, 98, 55, 0.24);
  }

  .btn-primary:hover:not([disabled]) {
    transform: translateY(-1px);
  }

  .hero__bonus {
    justify-content: flex-start;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: 15px;
  }

  .hero__visual {
    order: 0;
    max-width: 405px;
    margin: 0 0 0 auto;
  }

  .hero__meta {
    max-width: 980px;
    grid-template-columns: minmax(0, 1fr) 1px auto;
    gap: 30px;
    margin-top: 4px;
    margin-bottom: 30px;
  }

  .hero__meta-divider {
    display: block;
  }

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

  .hero__meta-stats {
    gap: 10px 28px;
    margin-top: 8px;
  }

  .hero__meta-stats span,
  .hero__meta-availability span {
    font-size: 16px;
  }

  .hero__meta-availability {
    justify-items: start;
  }

  .hero__meta-platform strong {
    font-size: 24px;
  }

  .hero__meta-platform svg {
    width: 28px;
    height: 28px;
  }

  .content {
    padding: 0 24px 224px;
  }

  .withdraw-strip {
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: 28px;
    padding: 36px 0 56px;
  }

  .section {
    padding-top: 88px;
  }

  .withdraw-strip__headline {
    font-size: 28px;
  }

  .withdraw-strip__methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .withdraw-method {
    min-height: 90px;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 980px;
    margin: 34px auto 0;
    gap: 24px;
  }

  .games-grid {
    grid-template-columns: repeat(4, minmax(132px, 154px));
    justify-content: center;
    max-width: 920px;
    margin: 34px auto 0;
    gap: 26px 34px;
  }

  .experience {
    max-width: 1240px;
    margin: 26px auto 0;
    display: grid;
    grid-template-columns: minmax(360px, 1fr) minmax(260px, 429px);
    gap: 32px;
    align-items: start;
  }

  .experience__copy .section-title {
    font-size: clamp(44px, 5vw, 54px);
  }

  .experience--text-only {
    max-width: 980px;
    display: block;
  }

  .experience__intro {
    justify-items: center;
    gap: 24px;
    margin-bottom: 40px;
  }

  .experience__eyebrow {
    font-size: clamp(30px, 3.2vw, 42px);
  }

  .experience__media {
    margin-top: 0;
    width: 100%;
    max-width: 429px;
  }

  .experience-gallery {
    aspect-ratio: 858 / 690;
    max-width: 429px;
  }

  .earn-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 980px;
    margin: 30px auto 0;
    gap: 26px;
  }

  .trust-card {
    max-width: 980px;
    margin: 30px auto 0;
  }

  .article-list {
    max-width: 1040px;
    margin: 28px auto 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 56px;
  }

  .article-card {
    padding: 0;
  }

  .article-card + .article-card {
    border-top: 0;
  }

  .footer-panel__inner {
    padding: 54px 24px calc(204px + env(safe-area-inset-bottom));
  }

  .footer-panel {
    margin-top: 64px;
  }

  .footer-panel__hero {
    gap: 20px;
  }

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

  .footer-panel__meta {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    align-items: start;
  }

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

  .sticky-bar {
    padding: 18px 24px calc(22px + env(safe-area-inset-bottom));
  }

  .sticky-bar__inner {
    display: grid;
    grid-template-columns: auto minmax(390px, 450px) auto;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }

  .sticky-bar__brand,
  .sticky-bar__links,
  .sticky-bar__aside {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
    gap: 24px;
  }

.sticky-bar__brand span {
    font-weight: 900;
    letter-spacing: 0.03em;
    font-size: 24px;
    line-height: 1;
  }

  .sticky-bar__links {
    justify-content: flex-end;
    white-space: nowrap;
  }

  .sticky-bar__aside {
    justify-content: flex-end;
  }

  .btn-sticky {
    margin-top: 0;
    height: 54px;
    border-radius: 6px;
    font-size: 20px;
  }

  .sticky-bar__top {
    width: 64px;
    height: 64px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #7c38ff;
    box-shadow: 0 16px 34px rgba(18, 32, 66, 0.18);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
  }

  .sticky-bar__top svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
  }

}
