:root {
  font-size: 62.5%;
  --w5a61-primary: #0097A7;
  --w5a61-accent: #F9C74F;
  --w5a61-hot: #FF5C8A;
  --w5a61-bg: #101C27;
  --w5a61-bg2: #273746;
  --w5a61-card: #152636;
  --w5a61-soft: #1E4352;
  --w5a61-text: #F4F7F8;
  --w5a61-muted: #D3D3D3;
  --w5a61-line: rgba(211, 211, 211, .18);
  --w5a61-shadow: 0 1.8rem 4rem rgba(0,0,0,.34);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(0,151,167,.22), transparent 34rem), linear-gradient(180deg, #0B141D 0%, var(--w5a61-bg) 42%, #081118 100%);
  color: var(--w5a61-text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
main { padding-top: 8.2rem; }
.w5a61-container {
  width: min(100%, 43rem);
  margin: 0 auto;
  padding: 0 1.4rem;
}
.w5a61-wrapper { width: 100%; }
.w5a61-grid { display: grid; gap: 1.2rem; }
.w5a61-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(16,28,39,.94);
  backdrop-filter: blur(16px);
  border-bottom: .1rem solid var(--w5a61-line);
}
.w5a61-topbar {
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
}
.w5a61-brand {
  display: flex;
  align-items: center;
  gap: .8rem;
  min-width: 0;
}
.w5a61-logo {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1rem;
  box-shadow: 0 .6rem 1.8rem rgba(0,151,167,.35);
}
.w5a61-brand-text { font-size: 1.8rem; font-weight: 900; letter-spacing: .02em; white-space: nowrap; }
.w5a61-actions { display: flex; align-items: center; gap: .55rem; }
.w5a61-btn {
  border: 0;
  min-height: 4.4rem;
  padding: 1.1rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--w5a61-primary), #00D4C8);
  color: #041116;
  font-weight: 900;
  font-size: 1.25rem;
  cursor: pointer;
  box-shadow: 0 .8rem 2rem rgba(0,151,167,.28);
  transition: transform .2s ease, filter .2s ease, background .2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
}
.w5a61-btn:hover, .w5a61-btn:focus { transform: translateY(-.1rem) scale(1.02); filter: brightness(1.06); }
.w5a61-btn:active { transform: scale(.96); }
.w5a61-btn-alt { background: linear-gradient(135deg, var(--w5a61-accent), #FF8F3D); color: #211200; }
.w5a61-btn-ghost { background: rgba(255,255,255,.08); color: var(--w5a61-text); border: .1rem solid var(--w5a61-line); box-shadow: none; }
.w5a61-menu-toggle {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 1.4rem;
  border: .1rem solid var(--w5a61-line);
  background: var(--w5a61-card);
  color: var(--w5a61-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.w5a61-mobile-menu {
  position: fixed;
  top: 7rem;
  right: 1rem;
  width: min(31rem, calc(100vw - 2rem));
  max-height: calc(100vh - 9rem);
  overflow: auto;
  background: linear-gradient(180deg, #142637, #0D1822);
  border: .1rem solid var(--w5a61-line);
  border-radius: 2rem;
  padding: 1rem;
  z-index: 9999;
  box-shadow: var(--w5a61-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem) scale(.98);
  transition: .2s ease;
}
.w5a61-mobile-menu.w5a61-menu-open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.w5a61-menu-link {
  display: flex;
  align-items: center;
  gap: .9rem;
  min-height: 4.8rem;
  border-radius: 1.4rem;
  padding: 1rem 1.2rem;
  color: var(--w5a61-muted);
  font-weight: 800;
}
.w5a61-menu-link:hover, .w5a61-menu-link.w5a61-active { background: rgba(0,151,167,.16); color: var(--w5a61-text); }
.w5a61-desktop-nav { display: none; }
.w5a61-hero { padding: 1.4rem 0 2rem; }
.w5a61-kicker { color: var(--w5a61-accent); font-weight: 900; font-size: 1.2rem; text-transform: uppercase; letter-spacing: .08em; }
.w5a61-title { margin: .8rem 0 1rem; font-size: clamp(2.6rem, 8vw, 4.2rem); line-height: 1.05; letter-spacing: -.05em; }
.w5a61-lead { color: var(--w5a61-muted); font-size: 1.55rem; line-height: 2.35rem; margin: 0 0 1.2rem; }
.w5a61-hero-panel {
  background: linear-gradient(145deg, rgba(0,151,167,.22), rgba(39,55,70,.76));
  border: .1rem solid var(--w5a61-line);
  border-radius: 2.6rem;
  padding: 1.4rem;
  box-shadow: var(--w5a61-shadow);
}
.w5a61-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  min-height: 17rem;
  background: #0C1A24;
}
.w5a61-slide { display: none; position: relative; cursor: pointer; }
.w5a61-slide.w5a61-slide-active { display: block; }
.w5a61-slide img { width: 100%; height: 18rem; object-fit: cover; }
.w5a61-slide-label {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  padding: 1rem;
  border-radius: 1.4rem;
  background: rgba(0,0,0,.52);
  font-weight: 900;
}
.w5a61-slider-controls { display: flex; align-items: center; justify-content: center; gap: .8rem; margin-top: 1rem; }
.w5a61-dot { width: .9rem; height: .9rem; border-radius: 999px; border: 0; background: rgba(255,255,255,.28); cursor: pointer; }
.w5a61-dot.w5a61-dot-active { width: 2.2rem; background: var(--w5a61-accent); }
.w5a61-section { padding: 2.2rem 0; }
.w5a61-section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.w5a61-section-title { margin: 0; font-size: 2.2rem; line-height: 2.7rem; letter-spacing: -.03em; }
.w5a61-section-note { margin: .5rem 0 0; color: var(--w5a61-muted); font-size: 1.35rem; line-height: 2rem; }
.w5a61-card {
  background: linear-gradient(180deg, rgba(21,38,54,.96), rgba(16,28,39,.96));
  border: .1rem solid var(--w5a61-line);
  border-radius: 2rem;
  padding: 1.4rem;
  box-shadow: 0 1rem 2.8rem rgba(0,0,0,.22);
}
.w5a61-card h3 { margin: 0 0 .8rem; font-size: 1.65rem; line-height: 2.1rem; }
.w5a61-card p { margin: 0 0 1rem; color: var(--w5a61-muted); font-size: 1.4rem; line-height: 2.15rem; }
.w5a61-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.w5a61-stat { border-radius: 1.6rem; padding: 1rem; background: rgba(0,151,167,.12); text-align: center; }
.w5a61-stat strong { display: block; color: var(--w5a61-accent); font-size: 1.8rem; }
.w5a61-stat span { color: var(--w5a61-muted); font-size: 1.1rem; }
.w5a61-game-group { margin-bottom: 1.4rem; }
.w5a61-game-heading { display: flex; align-items: center; gap: .8rem; margin: 0 0 1rem; font-size: 1.8rem; }
.w5a61-game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .85rem; }
.w5a61-game-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .55rem;
  min-height: 10.8rem;
  padding: .8rem .45rem;
  border-radius: 1.4rem;
  background: rgba(255,255,255,.055);
  border: .1rem solid rgba(255,255,255,.08);
  cursor: pointer;
}
.w5a61-game-card:hover { background: rgba(0,151,167,.18); transform: translateY(-.1rem); }
.w5a61-game-card img { width: 5.4rem; height: 5.4rem; border-radius: 1.4rem; object-fit: cover; }
.w5a61-game-card span { font-size: 1.08rem; line-height: 1.35rem; text-align: center; color: var(--w5a61-text); font-weight: 800; }
.w5a61-feature-list { display: grid; gap: 1rem; }
.w5a61-feature-item { display: flex; gap: 1rem; align-items: flex-start; }
.w5a61-feature-icon {
  flex: 0 0 4.2rem;
  height: 4.2rem;
  border-radius: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0,151,167,.26), rgba(249,199,79,.16));
  color: var(--w5a61-accent);
}
.w5a61-promo-link { color: var(--w5a61-accent); font-weight: 900; text-decoration: underline; text-underline-offset: .3rem; cursor: pointer; }
.w5a61-internal-link { color: #70E4EA; font-weight: 800; border-bottom: .1rem dashed rgba(112,228,234,.7); }
.w5a61-cta-strip {
  display: grid;
  gap: 1rem;
  padding: 1.6rem;
  border-radius: 2.4rem;
  background: linear-gradient(135deg, rgba(249,199,79,.18), rgba(0,151,167,.28)), var(--w5a61-bg2);
  border: .1rem solid var(--w5a61-line);
}
.w5a61-review { border-left: .3rem solid var(--w5a61-primary); padding-left: 1rem; }
.w5a61-tag-row { display: flex; flex-wrap: wrap; gap: .6rem; }
.w5a61-tag { padding: .65rem .9rem; border-radius: 999px; background: rgba(255,255,255,.08); color: var(--w5a61-muted); font-size: 1.15rem; font-weight: 800; }
.w5a61-footer { margin-top: 2.5rem; padding: 2.5rem 0 8.8rem; background: #081118; border-top: .1rem solid var(--w5a61-line); }
.w5a61-footer-logo { display: flex; align-items: center; gap: .9rem; font-weight: 900; font-size: 1.8rem; margin-bottom: 1rem; }
.w5a61-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.4rem 0; }
.w5a61-footer-links a { color: var(--w5a61-muted); font-size: 1.25rem; padding: .7rem 0; }
.w5a61-footer-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1rem 0; }
.w5a61-partners { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.2rem 0; }
.w5a61-partner { padding: .65rem .9rem; border-radius: 1rem; background: rgba(255,255,255,.07); font-size: 1.1rem; color: var(--w5a61-muted); }
.w5a61-copy { color: #9DAAB3; font-size: 1.15rem; }
.w5a61-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1000;
  width: min(100%, 43rem);
  height: 6.2rem;
  background: #0E202C;
  border-top: .1rem solid rgba(0,151,167,.45);
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -1.2rem 2.5rem rgba(0,0,0,.32);
}
.w5a61-bottom-item {
  min-width: 6rem;
  min-height: 6rem;
  border: 0;
  background: transparent;
  color: var(--w5a61-muted);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
  position: relative;
}
.w5a61-bottom-item i, .w5a61-bottom-item ion-icon, .w5a61-bottom-item span.material-icons { font-size: 2.2rem; line-height: 2.2rem; }
.w5a61-bottom-item:hover, .w5a61-bottom-item.w5a61-active { color: var(--w5a61-accent); transform: translateY(-.25rem) scale(1.04); }
.w5a61-bottom-item.w5a61-active::before { content: ''; position: absolute; top: .35rem; width: 2rem; height: .3rem; border-radius: 999px; background: var(--w5a61-accent); }
.w5a61-badge { position: absolute; top: .3rem; right: 1rem; background: var(--w5a61-hot); color: white; border-radius: 999px; font-size: .9rem; padding: .1rem .45rem; }
.w5a61-help-steps { counter-reset: w5a61step; display: grid; gap: 1rem; }
.w5a61-step { position: relative; padding-left: 4.8rem; }
.w5a61-step::before { counter-increment: w5a61step; content: counter(w5a61step); position: absolute; left: 0; top: 0; width: 3.5rem; height: 3.5rem; border-radius: 1.2rem; background: var(--w5a61-primary); color: #031217; display: grid; place-items: center; font-weight: 900; }
.w5a61-faq details { background: rgba(255,255,255,.055); border: .1rem solid var(--w5a61-line); border-radius: 1.4rem; padding: 1rem; margin-bottom: .8rem; }
.w5a61-faq summary { cursor: pointer; font-weight: 900; min-height: 3.2rem; }
.w5a61-faq p { color: var(--w5a61-muted); font-size: 1.35rem; line-height: 2.1rem; }
@media (max-width: 768px) { main { padding-bottom: 8rem; } }
@media (min-width: 769px) {
  .w5a61-bottom-nav { display: none; }
  .w5a61-container { max-width: 118rem; width: 100%; padding: 0 2.4rem; }
  .w5a61-desktop-nav { display: flex; align-items: center; gap: 1.4rem; }
  .w5a61-desktop-nav a { color: var(--w5a61-muted); font-weight: 800; }
  .w5a61-menu-toggle { display: none; }
  .w5a61-mobile-menu { display: none; }
  .w5a61-game-grid { grid-template-columns: repeat(8, 1fr); }
  .w5a61-grid { grid-template-columns: repeat(3, 1fr); }
  .w5a61-hero-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1.4rem; align-items: center; }
  .w5a61-slide img { height: 28rem; }
  .w5a61-footer { padding-bottom: 3rem; }
}
