:root {
  --g5c4-primary: #ff8000;
  --g5c4-primary-deep: #e65100;
  --g5c4-bg: #101a2a;
  --g5c4-surface: #1b263b;
  --g5c4-surface-soft: #263548;
  --g5c4-text: #f6f8fa;
  --g5c4-muted: #bdc3c7;
  --g5c4-slate: #36454f;
  --g5c4-success: #30d68a;
  --g5c4-border: rgba(255, 255, 255, .12);
  --g5c4-shadow: 0 1.2rem 3rem rgba(0, 0, 0, .28);
  --g5c4-radius: 1.6rem;
}

* { box-sizing: border-box; }
html { font-size: 62.5%; scroll-behavior: smooth; scroll-padding-top: 8rem; }
body {
  margin: 0;
  min-width: 28rem;
  overflow-x: hidden;
  background: radial-gradient(circle at 80% 5%, rgba(230, 81, 0, .17), transparent 25rem), var(--g5c4-bg);
  color: var(--g5c4-text);
  font: 1.5rem/1.5rem Inter, Arial, sans-serif;
}
body.g5c4-lock { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

.g5c4-skip {
  position: fixed; top: -6rem; left: 1rem; z-index: 10001;
  padding: 1.2rem 1.6rem; background: var(--g5c4-primary); color: #111; font-weight: 800;
}
.g5c4-skip:focus { top: 1rem; }
.g5c4-container { width: min(100% - 2.4rem, 118rem); margin-inline: auto; }
.g5c4-wrapper { display: flex; align-items: center; gap: 1.2rem; }
.g5c4-grid { display: grid; gap: 1.2rem; }
.g5c4-section { padding: 4rem 0; }
.g5c4-section-alt { background: rgba(255, 255, 255, .025); }
.g5c4-kicker { margin: 0 0 .8rem; color: var(--g5c4-primary); font-size: 1.2rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.g5c4-section-title { margin: 0; font-size: clamp(2.4rem, 6vw, 3.8rem); line-height: 1.15; }
.g5c4-section-copy { margin: 1.2rem 0 0; color: var(--g5c4-muted); font-size: 1.5rem; line-height: 2.3rem; }
.g5c4-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.6rem; margin-bottom: 2rem; }
.g5c4-text-link { color: #ffac59; font-weight: 800; text-decoration: underline; text-underline-offset: .3rem; cursor: pointer; }

.g5c4-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; min-height: 6.8rem;
  background: rgba(16, 26, 42, .96); border-bottom: .1rem solid var(--g5c4-border); backdrop-filter: blur(1.4rem);
}
.g5c4-header-row { min-height: 6.8rem; display: flex; align-items: center; gap: .8rem; }
.g5c4-brand { display: flex; align-items: center; min-width: 0; margin-right: auto; font-size: 1.7rem; font-weight: 900; letter-spacing: -.02em; }
.g5c4-brand img { width: 3.2rem; height: 3.2rem; margin-right: .8rem; border-radius: .8rem; }
.g5c4-brand-mark { color: var(--g5c4-primary); }
.g5c4-actions { display: flex; gap: .6rem; }
.g5c4-btn {
  min-height: 4.4rem; padding: 0 1.5rem; border: .1rem solid transparent; border-radius: 1.2rem;
  display: inline-flex; align-items: center; justify-content: center; gap: .7rem; cursor: pointer; font-weight: 800; transition: transform .2s, background .2s, border-color .2s;
}
.g5c4-btn:hover, .g5c4-btn:focus-visible { transform: translateY(-.2rem); }
.g5c4-btn-primary { background: linear-gradient(135deg, var(--g5c4-primary), #ffb13b); color: #17110b; box-shadow: 0 .6rem 1.8rem rgba(255, 128, 0, .25); }
.g5c4-btn-outline { background: transparent; border-color: #ff9a32; color: #fff; }
.g5c4-menu-button { width: 4.4rem; padding: 0; background: var(--g5c4-surface); border-color: var(--g5c4-border); }
.g5c4-menu-button i { font-size: 2.2rem; }
.g5c4-desktop-nav { display: none; align-items: center; gap: .4rem; }
.g5c4-desktop-nav a { padding: 1rem 1.2rem; border-radius: 1rem; color: var(--g5c4-muted); font-weight: 700; }
.g5c4-desktop-nav a:hover { color: #fff; background: var(--g5c4-surface); }

.g5c4-menu {
  position: fixed; z-index: 9999; top: 0; right: 0; width: min(88%, 36rem); height: 100dvh;
  padding: 2rem; background: #172337; box-shadow: -1rem 0 4rem rgba(0, 0, 0, .45);
  transform: translateX(105%); transition: transform .25s ease;
}
.g5c4-menu-open { transform: translateX(0); }
.g5c4-menu-head { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; border-bottom: .1rem solid var(--g5c4-border); }
.g5c4-menu-title { font-size: 1.8rem; font-weight: 900; }
.g5c4-menu-close { width: 4.4rem; height: 4.4rem; border: 0; border-radius: 50%; background: var(--g5c4-surface-soft); cursor: pointer; }
.g5c4-menu-nav { display: grid; margin-top: 1.5rem; }
.g5c4-menu-link { min-height: 4.8rem; display: flex; align-items: center; gap: 1.2rem; padding: 0 1rem; border-bottom: .1rem solid rgba(255, 255, 255, .08); color: var(--g5c4-muted); font-weight: 700; }
.g5c4-menu-link i, .g5c4-menu-link ion-icon { width: 2.4rem; color: var(--g5c4-primary); font-size: 2.1rem; }
.g5c4-menu-cta { width: 100%; margin-top: 2rem; }
.g5c4-overlay { position: fixed; z-index: 9998; inset: 0; visibility: hidden; opacity: 0; background: rgba(0, 0, 0, .68); transition: opacity .25s; }
.g5c4-overlay-show { visibility: visible; opacity: 1; }

.g5c4-main { padding-top: 6.8rem; }
.g5c4-hero { padding: 1.6rem 0 3rem; }
.g5c4-carousel { position: relative; min-height: 29rem; overflow: hidden; border: .1rem solid var(--g5c4-border); border-radius: 2rem; background: var(--g5c4-surface); box-shadow: var(--g5c4-shadow); }
.g5c4-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity .55s; cursor: pointer; }
.g5c4-slide-active { visibility: visible; opacity: 1; }
.g5c4-slide img { width: 100%; height: 100%; min-height: 29rem; object-fit: cover; }
.g5c4-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 10, 20, .94), rgba(5, 10, 20, .25)); }
.g5c4-slide-copy { position: absolute; z-index: 2; inset: auto 2rem 2.8rem; max-width: 52rem; }
.g5c4-slide-copy h1, .g5c4-slide-copy h2 { margin: .7rem 0 1rem; max-width: 18ch; font-size: clamp(2.7rem, 7vw, 5rem); line-height: 1.05; }
.g5c4-slide-copy p { margin: 0; max-width: 45rem; color: #e0e5e8; font-size: 1.4rem; line-height: 2.1rem; }
.g5c4-badge { display: inline-flex; padding: .7rem 1rem; border-radius: 9rem; background: rgba(255, 128, 0, .18); border: .1rem solid rgba(255, 165, 72, .5); color: #ffc17e; font-size: 1.1rem; font-weight: 800; text-transform: uppercase; }
.g5c4-carousel-control { position: absolute; z-index: 3; top: 50%; width: 4.4rem; height: 4.4rem; border: .1rem solid var(--g5c4-border); border-radius: 50%; background: rgba(10, 18, 30, .76); cursor: pointer; transform: translateY(-50%); }
.g5c4-carousel-prev { left: .8rem; }
.g5c4-carousel-next { right: .8rem; }
.g5c4-dots { position: absolute; z-index: 3; bottom: 1rem; left: 50%; display: flex; gap: .6rem; transform: translateX(-50%); }
.g5c4-dot { width: 1rem; height: 1rem; padding: 0; border: 0; border-radius: 50%; background: #89919a; cursor: pointer; }
.g5c4-dot-active { width: 2.4rem; border-radius: 1rem; background: var(--g5c4-primary); }
.g5c4-trust-strip { margin-top: 1.2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.g5c4-trust-item { min-height: 6.2rem; padding: .9rem .5rem; border: .1rem solid var(--g5c4-border); border-radius: 1.2rem; background: var(--g5c4-surface); text-align: center; }
.g5c4-trust-item i, .g5c4-trust-item ion-icon { display: block; margin: 0 auto .4rem; color: var(--g5c4-primary); font-size: 2.1rem; }
.g5c4-trust-item strong { display: block; font-size: 1.2rem; }
.g5c4-trust-item span { color: var(--g5c4-muted); font-size: 1rem; }

.g5c4-category-bar { position: sticky; z-index: 20; top: 6.8rem; padding: .8rem 0; overflow: hidden; background: rgba(16, 26, 42, .94); border-block: .1rem solid var(--g5c4-border); backdrop-filter: blur(1rem); }
.g5c4-category-scroll { display: flex; gap: .8rem; overflow-x: auto; padding: .2rem 1.2rem; scrollbar-width: none; }
.g5c4-category-scroll::-webkit-scrollbar { display: none; }
.g5c4-category-chip { flex: 0 0 auto; min-height: 4.4rem; padding: 0 1.4rem; border: .1rem solid var(--g5c4-border); border-radius: 2.2rem; background: var(--g5c4-surface); cursor: pointer; font-size: 1.25rem; font-weight: 800; }
.g5c4-category-chip i, .g5c4-category-chip ion-icon { margin-right: .5rem; color: #ffab55; font-size: 1.7rem; vertical-align: middle; }
.g5c4-chip-active { background: var(--g5c4-primary); color: #18110b; border-color: var(--g5c4-primary); }
.g5c4-chip-active i, .g5c4-chip-active ion-icon { color: #18110b; }
.g5c4-game-section { padding: 2.8rem 0 .5rem; }
.g5c4-section-hidden { display: none; }
.g5c4-game-heading { display: flex; align-items: center; gap: .9rem; margin: 0 0 1.4rem; font-size: 2rem; line-height: 1.2; }
.g5c4-game-heading i, .g5c4-game-heading ion-icon { color: var(--g5c4-primary); font-size: 2.4rem; }
.g5c4-game-count { margin-left: auto; color: var(--g5c4-muted); font-size: 1.2rem; font-weight: 600; }
.g5c4-game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .9rem; }
.g5c4-card { min-width: 0; overflow: hidden; border: .1rem solid var(--g5c4-border); border-radius: 1.2rem; background: var(--g5c4-surface); cursor: pointer; transition: transform .2s, border-color .2s, box-shadow .2s; }
.g5c4-card:hover, .g5c4-card:focus-visible { transform: translateY(-.3rem); border-color: rgba(255, 128, 0, .8); box-shadow: 0 .8rem 2rem rgba(0, 0, 0, .28); outline: none; }
.g5c4-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #111b2c; }
.g5c4-card-name { min-height: 4rem; display: flex; align-items: center; justify-content: center; padding: .5rem; text-align: center; font-size: 1.05rem; line-height: 1.3; font-weight: 700; overflow-wrap: anywhere; }

.g5c4-feature-grid { grid-template-columns: 1fr; }
.g5c4-feature-card { padding: 1.8rem; border: .1rem solid var(--g5c4-border); border-radius: var(--g5c4-radius); background: linear-gradient(145deg, var(--g5c4-surface), #182338); }
.g5c4-feature-icon { width: 4.8rem; height: 4.8rem; display: grid; place-items: center; margin-bottom: 1.3rem; border-radius: 1.4rem; background: rgba(255, 128, 0, .14); color: var(--g5c4-primary); font-size: 2.4rem; }
.g5c4-feature-card h3 { margin: 0 0 .8rem; font-size: 1.8rem; line-height: 1.3; }
.g5c4-feature-card p { margin: 0; color: var(--g5c4-muted); line-height: 2.2rem; }
.g5c4-steps { counter-reset: g5c4-step; }
.g5c4-step { position: relative; padding: 1.8rem 1.8rem 1.8rem 6.2rem; border-left: .2rem solid rgba(255, 128, 0, .4); background: rgba(27, 38, 59, .68); }
.g5c4-step::before { counter-increment: g5c4-step; content: counter(g5c4-step); position: absolute; left: 1.4rem; top: 1.7rem; width: 3.2rem; height: 3.2rem; display: grid; place-items: center; border-radius: 50%; background: var(--g5c4-primary); color: #17110b; font-weight: 900; }
.g5c4-step h3 { margin: 0 0 .6rem; font-size: 1.7rem; }
.g5c4-step p { margin: 0; color: var(--g5c4-muted); line-height: 2.2rem; }
.g5c4-app-panel { overflow: hidden; border-radius: 2rem; background: linear-gradient(135deg, #e65100, #ff9d29 58%, #ffbd5a); color: #1a120c; box-shadow: var(--g5c4-shadow); }
.g5c4-app-copy { padding: 2.4rem; }
.g5c4-app-copy h2 { margin: 0 0 1rem; font-size: clamp(2.5rem, 7vw, 4.2rem); line-height: 1.1; }
.g5c4-app-copy p { font-weight: 600; line-height: 2.2rem; }
.g5c4-app-copy .g5c4-btn { background: #172337; color: #fff; }
.g5c4-app-visual img { width: 100%; height: 23rem; object-fit: cover; }
.g5c4-payments { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.g5c4-payment { min-height: 4.4rem; padding: 0 1.3rem; display: inline-flex; align-items: center; gap: .7rem; border: .1rem solid var(--g5c4-border); border-radius: 1.2rem; background: var(--g5c4-surface); color: var(--g5c4-muted); font-weight: 800; }
.g5c4-payment i { color: var(--g5c4-primary); font-size: 2rem; }
.g5c4-review-grid { grid-template-columns: 1fr; }
.g5c4-review { padding: 1.8rem; border-radius: var(--g5c4-radius); background: var(--g5c4-surface); border: .1rem solid var(--g5c4-border); }
.g5c4-stars { color: #ffb340; letter-spacing: .2rem; }
.g5c4-review p { color: #d9dee2; line-height: 2.2rem; }
.g5c4-review strong { display: block; }
.g5c4-review small { color: var(--g5c4-muted); }
.g5c4-faq { border-top: .1rem solid var(--g5c4-border); }
.g5c4-faq details { border-bottom: .1rem solid var(--g5c4-border); }
.g5c4-faq summary { min-height: 5.6rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font-weight: 800; list-style: none; }
.g5c4-faq summary::-webkit-details-marker { display: none; }
.g5c4-faq summary::after { content: '+'; color: var(--g5c4-primary); font-size: 2.4rem; }
.g5c4-faq details[open] summary::after { content: '−'; }
.g5c4-faq p { margin: 0 0 1.7rem; color: var(--g5c4-muted); line-height: 2.3rem; }
.g5c4-responsible { padding: 1.6rem; border: .1rem solid rgba(48, 214, 138, .35); border-radius: 1.4rem; background: rgba(48, 214, 138, .08); color: #cdeee0; line-height: 2.2rem; }

.g5c4-footer { padding: 4rem 0 9rem; background: #0a121e; border-top: .1rem solid var(--g5c4-border); }
.g5c4-footer-brand { font-size: 2.2rem; font-weight: 900; }
.g5c4-footer p { color: var(--g5c4-muted); line-height: 2.2rem; }
.g5c4-footer-links { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0; }
.g5c4-footer-link { min-height: 4.4rem; padding: 0 1.3rem; display: inline-flex; align-items: center; border: .1rem solid var(--g5c4-border); border-radius: 1rem; color: #ffd1a0; font-weight: 800; cursor: pointer; }
.g5c4-footer-nav { display: flex; flex-wrap: wrap; gap: 1.5rem; padding: 1.8rem 0; border-block: .1rem solid var(--g5c4-border); }
.g5c4-footer-nav a { color: var(--g5c4-muted); text-decoration: underline; text-underline-offset: .3rem; }
.g5c4-copyright { margin-bottom: 0; font-size: 1.2rem; }
.g5c4-bottom-nav {
  position: fixed; z-index: 1000; inset: auto 0 0; height: 6.2rem; display: flex; justify-content: space-around;
  background: #172337; border-top: .1rem solid rgba(255, 128, 0, .45); box-shadow: 0 -1rem 3rem rgba(0, 0, 0, .35);
}
.g5c4-bottom-item { position: relative; min-width: 6rem; min-height: 6rem; padding: .5rem .4rem .3rem; border: 0; background: transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .2rem; color: #aeb7bf; cursor: pointer; font-size: 1rem; transition: transform .18s, color .18s; }
.g5c4-bottom-item i, .g5c4-bottom-item ion-icon, .g5c4-bottom-item [class^="material-icons"] { height: 2.7rem; color: inherit; font-size: 2.4rem; line-height: 2.7rem; }
.g5c4-bottom-item:active { transform: scale(.9); color: var(--g5c4-primary); }
.g5c4-bottom-active { color: var(--g5c4-primary); }
.g5c4-bottom-active::before { content: ''; position: absolute; top: 0; width: 3.2rem; height: .3rem; border-radius: 0 0 .4rem .4rem; background: var(--g5c4-primary); }
.g5c4-bottom-badge { position: absolute; top: .4rem; right: 1rem; min-width: 1.7rem; height: 1.7rem; padding: 0 .4rem; display: grid; place-items: center; border-radius: 1rem; background: #e65100; color: #fff; font-size: .9rem; font-weight: 900; }

@media (max-width: 430px) {
  .g5c4-container { width: min(100% - 2rem, 43rem); }
  .g5c4-header-row { gap: .5rem; }
  .g5c4-brand { font-size: 1.5rem; }
  .g5c4-brand img { width: 2.8rem; height: 2.8rem; margin-right: .5rem; }
  .g5c4-actions { gap: .4rem; }
  .g5c4-actions .g5c4-btn { min-height: 4.4rem; padding: 0 1rem; font-size: 1.15rem; }
  .g5c4-carousel-control { display: none; }
  .g5c4-slide-copy { inset: auto 1.6rem 3rem; }
  .g5c4-slide-copy p { max-width: 27rem; }
  .g5c4-section-head { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 768px) {
  main, .g5c4-main { padding-bottom: 8rem; }
}

@media (min-width: 560px) {
  .g5c4-game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .g5c4-feature-grid, .g5c4-review-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 769px) {
  .g5c4-bottom-nav { display: none; }
  .g5c4-footer { padding-bottom: 4rem; }
  .g5c4-menu-button { display: none; }
  .g5c4-desktop-nav { display: flex; }
  .g5c4-actions .g5c4-btn { padding-inline: 2rem; }
  .g5c4-carousel, .g5c4-slide img { min-height: 43rem; }
  .g5c4-game-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1.2rem; }
  .g5c4-feature-grid { grid-template-columns: repeat(3, 1fr); }
  .g5c4-app-panel { display: grid; grid-template-columns: 1.15fr .85fr; }
  .g5c4-app-copy { padding: 4rem; }
  .g5c4-app-visual img { height: 100%; min-height: 34rem; }
  .g5c4-review-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
  .g5c4-game-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .g5c4-card-name { font-size: 1.15rem; }
}

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