:root {
  font-size: 62.5%;
  --pg95-bg: #14222e;
  --pg95-surface: #203342;
  --pg95-primary: #006400;
  --pg95-primary-light: #8fbc8f;
  --pg95-accent: #ffcc33;
  --pg95-success: #00ff7f;
  --pg95-text: #f4f7f5;
  --pg95-muted: #d3d3d3;
  --pg95-border: rgba(143, 188, 143, .28);
  --pg95-shadow: 0 .8rem 2.4rem rgba(0, 0, 0, .3);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 28rem;
  overflow-x: hidden;
  background: radial-gradient(circle at top, #294252 0, var(--pg95-bg) 38rem);
  color: var(--pg95-text);
  font-family: Inter, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
body.pg95-menu-locked { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.pg95-container { width: min(100% - 2.4rem, 118rem); margin-inline: auto; }
.pg95-wrapper { width: 100%; }
.pg95-section { padding: 3.2rem 0; scroll-margin-top: 7.6rem; }
.pg95-section-alt { background: rgba(0, 100, 0, .14); border-block: .1rem solid var(--pg95-border); }
.pg95-eyebrow { margin: 0 0 .6rem; color: var(--pg95-success); font-size: 1.2rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.pg95-section-title { margin: 0 0 1rem; color: var(--pg95-accent); font-size: clamp(2.3rem, 7vw, 3.5rem); line-height: 1.18; }
.pg95-section-copy { max-width: 76rem; margin: 0 0 2rem; color: var(--pg95-muted); }

.pg95-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; height: 6.8rem;
  background: rgba(20, 34, 46, .96); border-bottom: .1rem solid var(--pg95-border);
  box-shadow: 0 .4rem 1.6rem rgba(0,0,0,.3); backdrop-filter: blur(1rem);
}
.pg95-header-inner { height: 100%; display: flex; align-items: center; gap: .8rem; }
.pg95-brand { display: flex; align-items: center; gap: .7rem; min-width: 0; text-decoration: none; font-size: 1.8rem; font-weight: 900; text-transform: uppercase; }
.pg95-brand img { width: 3rem; height: 3rem; border-radius: .8rem; }
.pg95-brand span { white-space: nowrap; }
.pg95-desktop-nav { display: none; margin-left: auto; align-items: center; gap: .3rem; }
.pg95-desktop-nav a { padding: 1rem; color: var(--pg95-muted); text-decoration: none; font-size: 1.4rem; font-weight: 700; }
.pg95-desktop-nav a:hover { color: var(--pg95-accent); }
.pg95-header-actions { margin-left: auto; display: flex; gap: .6rem; }
.pg95-btn {
  min-height: 4.4rem; border: .1rem solid transparent; border-radius: .9rem; padding: .9rem 1.3rem;
  color: #102018; background: var(--pg95-accent); font: inherit; font-size: 1.3rem; font-weight: 900;
  cursor: pointer; text-decoration: none; transition: transform .18s ease, filter .18s ease;
}
.pg95-btn:hover, .pg95-btn:focus-visible { filter: brightness(1.12); transform: translateY(-.1rem); }
.pg95-btn-secondary { color: var(--pg95-text); background: var(--pg95-primary); border-color: var(--pg95-primary-light); }
.pg95-btn-outline { color: var(--pg95-accent); background: transparent; border-color: var(--pg95-accent); }
.pg95-menu-toggle { width: 4.4rem; height: 4.4rem; padding: 0; color: var(--pg95-text); background: transparent; border: .1rem solid var(--pg95-border); border-radius: .9rem; font-size: 2.3rem; cursor: pointer; }

.pg95-mobile-menu {
  position: fixed; z-index: 9999; inset: 6.8rem 1rem auto; max-height: calc(100vh - 8rem); overflow-y: auto;
  padding: 1.2rem; border: .1rem solid var(--pg95-border); border-radius: 1.4rem; background: #182a37;
  box-shadow: var(--pg95-shadow); opacity: 0; visibility: hidden; transform: translateY(-1rem); transition: .2s ease;
}
.pg95-mobile-menu.pg95-menu-open { opacity: 1; visibility: visible; transform: none; }
.pg95-mobile-menu a { display: flex; align-items: center; min-height: 4.8rem; padding: 1rem 1.2rem; border-bottom: .1rem solid rgba(211,211,211,.1); color: var(--pg95-text); text-decoration: none; font-weight: 700; }
.pg95-mobile-menu a:last-child { border: 0; }

.pg95-main { padding-top: 6.8rem; }
.pg95-hero { padding: 1.6rem 0 3rem; }
.pg95-carousel { position: relative; min-height: 20rem; overflow: hidden; border: .1rem solid var(--pg95-border); border-radius: 1.8rem; background: #0c171f; box-shadow: var(--pg95-shadow); }
.pg95-slide { display: none; position: relative; cursor: pointer; }
.pg95-slide-active { display: block; animation: pg95-fade .45s ease; }
.pg95-slide img { width: 100%; aspect-ratio: 16/8; object-fit: cover; opacity: .72; }
.pg95-slide-content { position: absolute; inset: auto 1.6rem 1.8rem; text-shadow: 0 .2rem .5rem #000; }
.pg95-slide-content strong { display: block; color: var(--pg95-accent); font-size: clamp(2rem, 7vw, 3.8rem); line-height: 1.1; }
.pg95-slide-content span { font-size: 1.3rem; font-weight: 700; }
.pg95-carousel-control { position: absolute; z-index: 2; top: 50%; width: 4.4rem; height: 4.4rem; border: 0; border-radius: 50%; color: #fff; background: rgba(0,0,0,.54); font-size: 2rem; cursor: pointer; transform: translateY(-50%); }
.pg95-carousel-prev { left: .8rem; }
.pg95-carousel-next { right: .8rem; }
.pg95-carousel-dots { position: absolute; z-index: 3; inset: auto 0 .7rem; display: flex; justify-content: center; gap: .7rem; }
.pg95-dot { width: 2.4rem; height: .5rem; padding: 0; border: 0; border-radius: 1rem; background: var(--pg95-muted); opacity: .55; cursor: pointer; }
.pg95-dot-active { background: var(--pg95-accent); opacity: 1; }
.pg95-hero-copy { padding-top: 2.6rem; }
.pg95-hero h1 { margin: 0 0 1rem; font-size: clamp(3rem, 10vw, 5.4rem); line-height: 1.05; }
.pg95-hero h1 span { color: var(--pg95-accent); }
.pg95-hero p { max-width: 76rem; color: var(--pg95-muted); }
.pg95-cta-row { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.8rem; }

.pg95-category { margin-top: 2.4rem; }
.pg95-category-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.pg95-category-head h3 { margin: 0; font-size: 2rem; }
.pg95-category-head span { color: var(--pg95-primary-light); font-size: 1.2rem; font-weight: 800; text-transform: uppercase; }
.pg95-game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.pg95-game-card { min-width: 0; overflow: hidden; border: .1rem solid var(--pg95-border); border-radius: 1rem; background: var(--pg95-surface); cursor: pointer; transition: .18s ease; }
.pg95-game-card:hover { border-color: var(--pg95-accent); transform: translateY(-.2rem); }
.pg95-game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.pg95-game-card strong { display: block; min-height: 4.4rem; padding: .7rem .5rem; font-size: 1.15rem; line-height: 1.25; text-align: center; }

.pg95-grid { display: grid; gap: 1.2rem; }
.pg95-card { padding: 1.8rem; border: .1rem solid var(--pg95-border); border-radius: 1.4rem; background: linear-gradient(145deg, #253c4b, #1a2c38); box-shadow: 0 .6rem 1.6rem rgba(0,0,0,.14); }
.pg95-card h3 { margin: 0 0 .8rem; color: var(--pg95-accent); font-size: 1.9rem; }
.pg95-card p { margin: 0; color: var(--pg95-muted); }
.pg95-card-icon { margin-bottom: 1rem; color: var(--pg95-success); font-size: 2.6rem; }
.pg95-text-link { color: var(--pg95-accent); font-weight: 900; cursor: pointer; text-decoration: underline; text-underline-offset: .3rem; }
.pg95-steps { counter-reset: pg95-step; display: grid; gap: 1rem; padding: 0; list-style: none; }
.pg95-steps li { position: relative; min-height: 6rem; padding: 1.3rem 1.3rem 1.3rem 6rem; border-left: .3rem solid var(--pg95-success); border-radius: .8rem; background: var(--pg95-surface); }
.pg95-steps li::before { counter-increment: pg95-step; content: counter(pg95-step); position: absolute; left: 1.4rem; top: 1.1rem; display: grid; width: 3.2rem; height: 3.2rem; place-items: center; border-radius: 50%; color: #102018; background: var(--pg95-accent); font-weight: 900; }
.pg95-stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; }
.pg95-stat { padding: 1.5rem 1rem; border-radius: 1.1rem; background: var(--pg95-surface); text-align: center; }
.pg95-stat strong { display: block; color: var(--pg95-success); font-size: 2.4rem; }
.pg95-stat span { color: var(--pg95-muted); font-size: 1.2rem; }
.pg95-review { border-left: .3rem solid var(--pg95-accent); }
.pg95-review-stars { color: var(--pg95-accent); letter-spacing: .15em; }
.pg95-app-panel { overflow: hidden; display: grid; gap: 1.8rem; padding: 2rem; border: .1rem solid var(--pg95-border); border-radius: 1.6rem; background: linear-gradient(125deg, #006400, #203342 72%); }
.pg95-app-panel img { width: 100%; border-radius: 1.2rem; max-height: 26rem; object-fit: cover; }
.pg95-payment-list { display: flex; flex-wrap: wrap; gap: .8rem; }
.pg95-payment-list span { min-height: 4.4rem; display: inline-flex; align-items: center; gap: .6rem; padding: .8rem 1.2rem; border: .1rem solid var(--pg95-border); border-radius: 2rem; background: var(--pg95-surface); font-weight: 800; }

.pg95-footer { padding: 3.5rem 0 9rem; border-top: .1rem solid var(--pg95-border); background: #0d1820; }
.pg95-footer-brand { max-width: 72rem; color: var(--pg95-muted); }
.pg95-footer-links { display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; margin: 2rem 0; }
.pg95-footer-links a { color: var(--pg95-primary-light); font-size: 1.3rem; font-weight: 700; }
.pg95-footer-promos { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.8rem 0; }
.pg95-copyright { color: #aab6b1; font-size: 1.2rem; }

.pg95-bottom-nav { position: fixed; z-index: 1000; inset: auto 0 0; display: flex; justify-content: space-around; height: 6.2rem; border-top: .1rem solid var(--pg95-primary-light); background: #13242e; box-shadow: 0 -.5rem 1.6rem rgba(0,0,0,.38); }
.pg95-bottom-item { position: relative; min-width: 6rem; min-height: 6rem; display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; gap: .2rem; border: 0; color: var(--pg95-muted); background: transparent; font: inherit; font-size: 1rem; text-decoration: none; cursor: pointer; transition: .18s ease; }
.pg95-bottom-item i, .pg95-bottom-item ion-icon, .pg95-bottom-item .material-icons { font-size: 2.3rem; }
.pg95-bottom-item:active { color: var(--pg95-success); transform: scale(.9); }
.pg95-bottom-active { color: var(--pg95-accent); }
.pg95-bottom-badge { position: absolute; top: .4rem; left: 54%; min-width: 1.7rem; padding: .1rem .4rem; border-radius: 1rem; color: #102018; background: var(--pg95-success); font-size: .9rem; font-weight: 900; }

@keyframes pg95-fade { from { opacity: .2; } to { opacity: 1; } }
@media (max-width: 768px) { .pg95-main { padding-bottom: 8rem; } }
@media (max-width: 430px) {
  .pg95-container { width: min(100% - 2rem, 43rem); }
  .pg95-header-actions .pg95-btn { padding-inline: 1rem; }
}
@media (min-width: 560px) {
  .pg95-game-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
  .pg95-grid { grid-template-columns: repeat(2, 1fr); }
  .pg95-stat-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 769px) {
  .pg95-container { width: min(100% - 4rem, 118rem); }
  .pg95-desktop-nav { display: flex; }
  .pg95-menu-toggle, .pg95-mobile-menu, .pg95-bottom-nav { display: none; }
  .pg95-header-actions { margin-left: 1rem; }
  .pg95-header { height: 7.4rem; }
  .pg95-main { padding-top: 7.4rem; }
  .pg95-carousel { min-height: 38rem; }
  .pg95-game-grid { grid-template-columns: repeat(8, 1fr); }
  .pg95-grid.pg95-grid-3 { grid-template-columns: repeat(3, 1fr); }
  .pg95-app-panel { grid-template-columns: 1.2fr .8fr; align-items: center; }
  .pg95-footer { padding-bottom: 3.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
