@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap');

:root {
  font-size: 62.5%;
  --pgfd-primary: #CC99FF;
  --pgfd-primary-deep: #8f57d1;
  --pgfd-bg: #2E4057;
  --pgfd-bg-2: #182637;
  --pgfd-panel: rgba(245, 245, 245, 0.09);
  --pgfd-panel-strong: rgba(204, 153, 255, 0.16);
  --pgfd-text: #F5F5F5;
  --pgfd-muted: #c9d2df;
  --pgfd-line: rgba(245, 245, 245, 0.16);
  --pgfd-gold: #ffd26a;
  --pgfd-green: #58f0bd;
  --pgfd-shadow: 0 1.8rem 4.5rem rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  background: radial-gradient(circle at top left, rgba(204,153,255,.22), transparent 31rem), linear-gradient(145deg, #2E4057 0%, #142030 52%, #090f18 100%);
  color: var(--pgfd-text);
  font-size: 1.6rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }

.pgfd-page { min-height: 100vh; }
.pgfd-container { width: min(100%, 43rem); margin: 0 auto; padding: 0 1.4rem; }
.pgfd-wide { width: min(100%, 96rem); margin: 0 auto; padding: 0 1.4rem; }
.pgfd-main { padding-top: 8.4rem; }
.pgfd-section { margin: 1.6rem 0; padding: 1.6rem; border: .1rem solid var(--pgfd-line); border-radius: 2.4rem; background: linear-gradient(155deg, rgba(245,245,245,.08), rgba(204,153,255,.06)); box-shadow: var(--pgfd-shadow); }
.pgfd-section-soft { background: rgba(245,245,245,.055); box-shadow: none; }
.pgfd-kicker { color: var(--pgfd-green); font-size: 1.15rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pgfd-title { margin: .7rem 0 1rem; font-size: clamp(2.5rem, 8vw, 4.2rem); line-height: 1.04; font-weight: 900; letter-spacing: -.05em; }
.pgfd-subtitle { color: var(--pgfd-muted); line-height: 1.55; margin: .5rem 0 1.2rem; }
.pgfd-h2 { margin: 0 0 1rem; font-size: 2.25rem; line-height: 1.08; letter-spacing: -.03em; }
.pgfd-h3 { margin: 1rem 0 .6rem; font-size: 1.65rem; color: var(--pgfd-gold); }
.pgfd-text-link { color: var(--pgfd-primary); font-weight: 800; border-bottom: .1rem solid rgba(204,153,255,.6); }
.pgfd-highlight { color: var(--pgfd-gold); font-weight: 900; }

.pgfd-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; background: rgba(12, 20, 31, .86); backdrop-filter: blur(1.4rem); border-bottom: .1rem solid var(--pgfd-line); transition: .22s ease; }
.pgfd-header-compact { background: rgba(12, 20, 31, .96); box-shadow: 0 1rem 3rem rgba(0,0,0,.35); }
.pgfd-nav { width: min(100%, 43rem); margin: 0 auto; min-height: 6.8rem; padding: .7rem 1.1rem; display: flex; align-items: center; gap: .8rem; }
.pgfd-brand { display: flex; align-items: center; gap: .8rem; min-width: 0; margin-right: auto; }
.pgfd-logo { width: 3.2rem; height: 3.2rem; border-radius: 1rem; box-shadow: 0 0 0 .2rem rgba(204,153,255,.28); }
.pgfd-brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.pgfd-brand-name { font-weight: 900; font-size: 1.45rem; letter-spacing: -.02em; white-space: nowrap; }
.pgfd-brand-note { color: var(--pgfd-muted); font-size: 1.05rem; }
.pgfd-actions { display: flex; gap: .55rem; align-items: center; }
.pgfd-btn { min-height: 4.4rem; border: 0; cursor: pointer; border-radius: 999px; padding: 0 1.25rem; color: #111827; background: linear-gradient(135deg, var(--pgfd-primary), #f1d8ff); font-weight: 900; box-shadow: 0 .8rem 2rem rgba(204,153,255,.28); transition: transform .18s ease, filter .18s ease; }
.pgfd-btn:hover, .pgfd-btn:focus { transform: translateY(-.1rem) scale(1.02); filter: brightness(1.08); }
.pgfd-btn-dark { color: var(--pgfd-text); background: rgba(245,245,245,.1); border: .1rem solid var(--pgfd-line); box-shadow: none; }
.pgfd-btn-gold { background: linear-gradient(135deg, #ffd26a, #ff9f66); color: #23170a; }
.pgfd-icon-btn { min-width: 4.4rem; width: 4.4rem; height: 4.4rem; display: grid; place-items: center; padding: 0; }
.pgfd-mobile-menu { position: fixed; top: 6.8rem; right: 1.1rem; width: min(35rem, calc(100vw - 2.2rem)); z-index: 9999; padding: 1rem; display: none; border: .1rem solid var(--pgfd-line); border-radius: 2rem; background: rgba(12,20,31,.98); box-shadow: var(--pgfd-shadow); }
.pgfd-menu-open { display: grid; gap: .6rem; }
.pgfd-menu-link { min-height: 4.4rem; display: flex; align-items: center; gap: .8rem; padding: .8rem 1rem; border-radius: 1.4rem; color: var(--pgfd-muted); background: rgba(255,255,255,.04); }
.pgfd-menu-link:hover, .pgfd-menu-link.pgfd-active { color: var(--pgfd-text); background: var(--pgfd-panel-strong); }

.pgfd-hero { padding-top: 1rem; }
.pgfd-hero-card { overflow: hidden; position: relative; border-radius: 3rem; border: .1rem solid rgba(204,153,255,.28); background: linear-gradient(150deg, rgba(204,153,255,.18), rgba(24,38,55,.75)); box-shadow: var(--pgfd-shadow); }
.pgfd-hero-copy { padding: 1.7rem; }
.pgfd-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 1.2rem 0; }
.pgfd-stat { padding: 1rem .6rem; border-radius: 1.4rem; background: rgba(245,245,245,.08); text-align: center; }
.pgfd-stat strong { display: block; color: var(--pgfd-gold); font-size: 1.8rem; }
.pgfd-stat span { color: var(--pgfd-muted); font-size: 1.1rem; }
.pgfd-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }

.pgfd-carousel { position: relative; min-height: 17rem; background: #111827; }
.pgfd-slide { display: none; cursor: pointer; }
.pgfd-slide-active { display: block; }
.pgfd-slide img { width: 100%; aspect-ratio: 16/8; object-fit: cover; }
.pgfd-dots { position: absolute; left: 0; right: 0; bottom: 1rem; display: flex; justify-content: center; gap: .6rem; }
.pgfd-dot { width: .9rem; height: .9rem; border: 0; border-radius: 99rem; background: rgba(255,255,255,.45); cursor: pointer; }
.pgfd-dot-active { width: 2.4rem; background: var(--pgfd-primary); }

.pgfd-grid { display: grid; gap: 1rem; }
.pgfd-grid-2 { grid-template-columns: repeat(2, 1fr); }
.pgfd-grid-3 { grid-template-columns: repeat(3, 1fr); }
.pgfd-card { border: .1rem solid var(--pgfd-line); border-radius: 1.8rem; background: rgba(245,245,245,.07); padding: 1.1rem; }
.pgfd-card-strong { background: linear-gradient(145deg, rgba(204,153,255,.18), rgba(88,240,189,.08)); }
.pgfd-pill { display: inline-flex; align-items: center; gap: .5rem; min-height: 3rem; padding: .45rem .9rem; border-radius: 99rem; background: rgba(245,245,245,.09); color: var(--pgfd-muted); font-size: 1.2rem; font-weight: 800; }
.pgfd-list { margin: .8rem 0 0; padding-left: 1.8rem; color: var(--pgfd-muted); line-height: 1.55; }
.pgfd-list li { margin: .45rem 0; }

.pgfd-game-category { margin: 1.2rem 0 1.8rem; }
.pgfd-category-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: .9rem; }
.pgfd-category-head p { margin: 0; color: var(--pgfd-muted); font-size: 1.2rem; }
.pgfd-game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.pgfd-game { min-height: 9.4rem; display: flex; flex-direction: column; align-items: center; gap: .55rem; padding: .7rem .35rem; border-radius: 1.4rem; background: rgba(245,245,245,.06); border: .1rem solid rgba(245,245,245,.08); text-align: center; transition: transform .18s ease, background .18s ease; cursor: pointer; }
.pgfd-game:hover { transform: translateY(-.2rem); background: rgba(204,153,255,.16); }
.pgfd-game img { width: 5.2rem; height: 5.2rem; border-radius: 1.2rem; object-fit: cover; }
.pgfd-game span { font-size: 1.05rem; line-height: 1.15; color: var(--pgfd-text); font-weight: 700; }

.pgfd-feature-strip { display: grid; grid-template-columns: 1fr; gap: .9rem; }
.pgfd-review { display: grid; gap: .6rem; padding: 1rem; border-left: .35rem solid var(--pgfd-primary); background: rgba(255,255,255,.055); border-radius: 1.2rem; }
.pgfd-review strong { color: var(--pgfd-gold); }
.pgfd-payment-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.pgfd-payment { min-height: 4.4rem; display: inline-flex; align-items: center; padding: .7rem 1rem; border-radius: 1.3rem; background: rgba(255,255,255,.08); font-weight: 800; color: var(--pgfd-muted); }
.pgfd-winner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-bottom: .1rem solid var(--pgfd-line); }
.pgfd-winner:last-child { border-bottom: 0; }
.pgfd-winner b { color: var(--pgfd-green); }

.pgfd-footer { margin-top: 2rem; padding: 2.2rem 0 8.4rem; background: rgba(4, 9, 15, .65); border-top: .1rem solid var(--pgfd-line); }
.pgfd-footer-logo { display: flex; align-items: center; gap: .8rem; margin-bottom: .8rem; }
.pgfd-footer-logo img { width: 3.8rem; height: 3.8rem; border-radius: 1.2rem; }
.pgfd-footer-copy { color: var(--pgfd-muted); line-height: 1.55; }
.pgfd-footer-buttons { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.1rem 0; }
.pgfd-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem; margin: 1.2rem 0; }
.pgfd-footer-link { color: var(--pgfd-muted); min-height: 3.8rem; display: flex; align-items: center; border-bottom: .1rem dashed rgba(245,245,245,.16); }
.pgfd-partners { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1rem 0; }
.pgfd-partner { padding: .5rem .75rem; border-radius: .9rem; background: rgba(204,153,255,.1); color: var(--pgfd-muted); font-size: 1.15rem; font-weight: 800; }
.pgfd-copyright { color: #92a0b1; font-size: 1.2rem; }

.pgfd-bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; height: 6.2rem; background: #101a28; border-top: .1rem solid rgba(204,153,255,.25); box-shadow: 0 -1rem 3rem rgba(0,0,0,.35); display: flex; justify-content: space-around; align-items: center; padding: .3rem .4rem; }
.pgfd-bottom-item { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: var(--pgfd-muted); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .25rem; border-radius: 1.5rem; cursor: pointer; transition: transform .18s ease, color .18s ease, background .18s ease; }
.pgfd-bottom-item i, .pgfd-bottom-item span.pgfd-material, .pgfd-bottom-item svg { font-size: 2.3rem; width: 2.6rem; height: 2.6rem; display: grid; place-items: center; }
.pgfd-bottom-label { font-size: 1.05rem; font-weight: 800; line-height: 1; }
.pgfd-bottom-item:hover, .pgfd-bottom-item.pgfd-active { color: var(--pgfd-gold); background: rgba(204,153,255,.14); transform: translateY(-.2rem) scale(1.03); }
.pgfd-badge { position: absolute; margin-left: 2.4rem; margin-top: -2.9rem; min-width: 1.7rem; height: 1.7rem; border-radius: 99rem; background: #ff4f8b; color: white; font-size: 1rem; display: grid; place-items: center; }

.pgfd-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.6rem; }
.pgfd-table th, .pgfd-table td { padding: .9rem; border-bottom: .1rem solid var(--pgfd-line); text-align: left; }
.pgfd-table th { color: var(--pgfd-gold); background: rgba(255,255,255,.06); }
.pgfd-table td { color: var(--pgfd-muted); }
.pgfd-faq-item { padding: 1rem 0; border-bottom: .1rem solid var(--pgfd-line); }
.pgfd-faq-item:last-child { border-bottom: 0; }
.pgfd-step { display: grid; grid-template-columns: 3.8rem 1fr; gap: 1rem; padding: 1rem; border-radius: 1.6rem; background: rgba(255,255,255,.06); margin: .8rem 0; }
.pgfd-step-num { width: 3.8rem; height: 3.8rem; display: grid; place-items: center; border-radius: 1.2rem; background: var(--pgfd-primary); color: #111827; font-weight: 900; }

@media (min-width: 769px) {
  .pgfd-container, .pgfd-nav { width: min(100%, 96rem); }
  .pgfd-main { padding-top: 9rem; }
  .pgfd-hero-card { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; }
  .pgfd-carousel { min-height: 100%; order: 2; }
  .pgfd-slide img { height: 100%; aspect-ratio: auto; }
  .pgfd-grid-desktop-3 { grid-template-columns: repeat(3, 1fr); }
  .pgfd-game-grid { grid-template-columns: repeat(8, 1fr); }
  .pgfd-bottom-nav { display: none; }
  .pgfd-footer { padding-bottom: 2.8rem; }
  .pgfd-mobile-menu { right: calc((100vw - min(100%, 96rem)) / 2 + 1.4rem); }
}

@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .pgfd-actions .pgfd-btn { padding: 0 .9rem; font-size: 1.2rem; }
  .pgfd-container { max-width: 43rem; }
  .pgfd-title { font-size: 3.05rem; }
  .pgfd-grid-2 { grid-template-columns: 1fr; }
  .pgfd-footer-links { grid-template-columns: 1fr; }
}
