:root {
  --pt-ink: #101828;
  --pt-muted: #667085;
  --pt-line: #e4e7ec;
  --pt-paper: #ffffff;
  --pt-soft: #f6f9fc;
  --pt-night: #121826;
  --pt-cyan: #12bde7;
  --pt-green: #16b88e;
  --pt-yellow: #ffc857;
  --pt-red: #f25f5c;
  --pt-blue: #4267f5;
  --pt-shadow: 0 20px 55px rgba(16, 24, 40, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--pt-ink);
  background: var(--pt-soft);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  text-decoration: none;
}

.navbar {
  border-bottom: 1px solid rgba(228, 231, 236, 0.9);
  backdrop-filter: blur(18px);
}

.brand-logo {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 12px 25px rgba(18, 24, 38, 0.18);
}

.nav-link {
  color: #475467;
  font-weight: 700;
}

.nav-link:hover,
.nav-link.active {
  color: var(--pt-blue);
}

.btn {
  border-radius: 999px;
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

.btn-primary {
  background: var(--pt-blue);
  border-color: var(--pt-blue);
}

.btn-dark {
  background: var(--pt-night);
  border-color: var(--pt-night);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 24, 38, 0.95), rgba(18, 24, 38, 0.72)),
    url("images/logo.png") center right 8% / min(48vw, 520px) no-repeat,
    linear-gradient(135deg, #121826, #24355f);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background: linear-gradient(180deg, transparent, var(--pt-soft));
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--pt-cyan);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-title {
  max-width: 820px;
  font-size: clamp(2.5rem, 7vw, 5.7rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.78);
}

.hero-panel {
  max-width: 900px;
  margin-top: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

.hero-stat {
  min-height: 112px;
  padding: 1.25rem;
}

.hero-stat strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.hero-stat span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 650;
}

.section-pad {
  padding: 5rem 0;
}

.section-title {
  max-width: 760px;
}

.section-title h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: 0;
}

.section-title p {
  color: var(--pt-muted);
}

.surface {
  background: var(--pt-paper);
  border: 1px solid var(--pt-line);
  border-radius: 8px;
  box-shadow: var(--pt-shadow);
}

.game-card {
  height: 100%;
  padding: 1.25rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.game-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.16);
}

.game-thumb {
  display: grid;
  place-items: center;
  min-height: 180px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #121826, #4267f5);
  overflow: hidden;
}

.game-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.game-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  color: #344054;
  background: #eef4ff;
  font-size: 0.82rem;
  font-weight: 800;
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: #fff;
  background: var(--pt-night);
  font-size: 1.25rem;
}

.band-dark {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 24, 38, 0.97), rgba(35, 49, 85, 0.96)),
    url("images/logo.png") right 5% center / 260px no-repeat;
}

.timeline-step {
  position: relative;
  padding-left: 4.25rem;
}

.timeline-number {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--pt-night);
  background: var(--pt-yellow);
  font-weight: 900;
}

.page-hero {
  padding: 6rem 0 4rem;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 24, 38, 0.96), rgba(66, 103, 245, 0.82)),
    url("images/logo.png") right 8% center / 280px no-repeat;
}

.contact-card {
  min-height: 100%;
}

.form-control,
.form-select {
  border-radius: 8px;
  border-color: #d0d5dd;
  padding: 0.85rem 1rem;
}

.accordion-button {
  font-weight: 800;
}

.site-footer {
  color: rgba(255, 255, 255, 0.76);
  background: var(--pt-night);
}

.site-footer a {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
    padding: 7rem 0 5rem;
    background:
      linear-gradient(90deg, rgba(18, 24, 38, 0.96), rgba(18, 24, 38, 0.84)),
      url("images/logo.png") bottom 2rem right 1rem / 220px no-repeat,
      linear-gradient(135deg, #121826, #24355f);
  }

  .section-pad {
    padding: 4rem 0;
  }
}

@media (max-width: 575.98px) {
  .hero {
    padding-top: 6rem;
  }

  .hero-panel {
    margin-top: 1.5rem;
  }

  .hero-stat {
    min-height: auto;
  }

  .page-hero {
    padding: 5rem 0 3rem;
  }
}
