@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&display=swap');

:root {
  --bog-ink: #061412;
  --bog-deep: #0b221e;
  --bog-mid: #143833;
  --bog-lift: #1c4a43;
  --teal: #2bb8a0;
  --teal-bright: #5ee0c5;
  --mist: #a8e8d8;
  --fog: #d7f3ec;
  --amber: #d4b56a;
  --amber-soft: #e8d4a0;
  --text: #eaf7f3;
  --text-muted: #9bbdb4;
  --line: rgba(168, 232, 216, 0.14);
  --glass: rgba(11, 34, 30, 0.72);
  --radius: 1.25rem;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --font-display: 'Fraunces', serif;
  --font-body: 'Figtree', sans-serif;
  --transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--text);
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(43, 184, 160, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 5%, rgba(212, 181, 106, 0.1), transparent 50%),
    linear-gradient(180deg, var(--bog-ink) 0%, var(--bog-deep) 40%, #0e2a25 100%);
  min-height: 100vh;
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--teal-bright);
  text-decoration: none;
  transition: color var(--transition), opacity var(--transition);
}

a:hover {
  color: var(--amber-soft);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-optical-sizing: auto;
  color: var(--fog);
}

.site-navbar {
  background: var(--glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  padding: 0.85rem 0;
}

.site-navbar .navbar {
  padding: 0;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--fog) !important;
  text-decoration: none !important;
}

.brand-mark {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--teal) 0%, #1a6f62 55%, var(--bog-lift) 100%);
  box-shadow: 0 8px 24px rgba(43, 184, 160, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

.brand-mark i {
  font-size: 1.15rem;
  color: var(--fog);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text .brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  color: var(--fog);
}

.brand-text .brand-tag {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal-bright);
  margin-top: 0.15rem;
}

.navbar-nav .nav-link {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--text-muted) !important;
  padding: 0.55rem 0.9rem !important;
  border-radius: 999px;
  transition: color var(--transition), background var(--transition);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: var(--fog) !important;
  background: rgba(43, 184, 160, 0.12);
}

.hero {
  position: relative;
  min-height: calc(100vh - 5.5rem);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(105deg, rgba(6, 20, 18, 0.92) 0%, rgba(6, 20, 18, 0.72) 42%, rgba(6, 20, 18, 0.45) 100%),
    url('../images/hero-bg.png') center / cover no-repeat;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 70% 50%, rgba(43, 184, 160, 0.15), transparent 65%),
    linear-gradient(180deg, transparent 55%, var(--bog-ink) 100%);
  z-index: -1;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 4.5rem 0 5rem;
  max-width: 38rem;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-bright);
  margin-bottom: 1.25rem;
}

.hero-kicker i {
  font-size: 0.9rem;
  color: var(--amber);
}

.hero h1 {
  font-size: clamp(2.4rem, 5.5vw, 3.85rem);
  font-weight: 700;
  margin-bottom: 1.15rem;
  background: linear-gradient(120deg, var(--fog) 10%, var(--teal-bright) 55%, var(--amber-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  font-size: 1.125rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
  max-width: 32rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn-primary-glow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.9rem 1.55rem;
  border-radius: 999px;
  border: none;
  color: var(--bog-ink);
  background: linear-gradient(135deg, var(--teal-bright) 0%, var(--teal) 100%);
  box-shadow: 0 12px 32px rgba(43, 184, 160, 0.4);
  transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
}

.btn-primary-glow:hover {
  color: var(--bog-ink);
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 16px 40px rgba(43, 184, 160, 0.5);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.9rem 1.55rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--fog);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  transition: transform var(--transition), border-color var(--transition), background var(--transition), color var(--transition);
}

.btn-ghost:hover {
  color: var(--fog);
  border-color: rgba(94, 224, 197, 0.45);
  background: rgba(43, 184, 160, 0.12);
  transform: translateY(-2px);
}

.hero-orbit {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  width: min(420px, 38vw);
  aspect-ratio: 1;
  pointer-events: none;
  z-index: 0;
  opacity: 0.85;
}

.hero-orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(94, 224, 197, 0.2);
  animation: orbit-spin 28s linear infinite;
}

.hero-orbit-ring:nth-child(2) {
  inset: 12%;
  border-color: rgba(212, 181, 106, 0.18);
  animation-duration: 22s;
  animation-direction: reverse;
}

.hero-orbit-ring:nth-child(3) {
  inset: 26%;
  border-color: rgba(168, 232, 216, 0.15);
  animation-duration: 18s;
}

.orbit-node {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--bog-lift), var(--bog-deep));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  color: var(--teal-bright);
  font-size: 1.1rem;
}

.orbit-node:nth-child(4) {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.orbit-node:nth-child(5) {
  bottom: 8%;
  right: 8%;
  color: var(--amber);
}

.orbit-node:nth-child(6) {
  bottom: 12%;
  left: 4%;
  color: var(--mist);
}

@keyframes orbit-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content > * {
  animation: rise-in 0.9s var(--transition) both;
}

.hero-content > *:nth-child(1) { animation-delay: 0.05s; }
.hero-content > *:nth-child(2) { animation-delay: 0.18s; }
.hero-content > *:nth-child(3) { animation-delay: 0.3s; }
.hero-content > *:nth-child(4) { animation-delay: 0.42s; }

.intro-strip {
  padding: 4.5rem 0 5.5rem;
  position: relative;
}

.intro-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(920px, 90%);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  margin-bottom: 0.85rem;
}

.section-lead {
  color: var(--text-muted);
  max-width: 36rem;
  margin-bottom: 0;
}

.feature-grid {
  margin-top: 2.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.feature-item {
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(28, 74, 67, 0.45) 0%, rgba(11, 34, 30, 0.6) 100%);
  border: 1px solid var(--line);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.feature-item:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 224, 197, 0.35);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.9rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  background: rgba(43, 184, 160, 0.15);
  color: var(--teal-bright);
  font-size: 1.2rem;
}

.feature-item h3 {
  font-size: 1.15rem;
  margin-bottom: 0.55rem;
}

.feature-item p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.games-section {
  padding: 1rem 0 4.5rem;
  position: relative;
}

.games-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(920px, 90%);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.game-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(165deg, rgba(28, 74, 67, 0.5) 0%, rgba(11, 34, 30, 0.75) 100%);
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.game-card:hover {
  transform: translateY(-6px);
  border-color: rgba(94, 224, 197, 0.35);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
}

.game-media {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--bog-mid);
}

.game-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.game-card:hover .game-media img {
  transform: scale(1.05);
}

.game-body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.25rem 1.35rem 1.45rem;
  flex: 1;
}

.game-title {
  font-size: 1.35rem;
  margin: 0;
}

.game-title a {
  color: var(--fog);
}

.game-title a:hover {
  color: var(--teal-bright);
}

.game-meta {
  margin: 0 0 0.85rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.game-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: auto;
  align-self: flex-start;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  color: var(--bog-ink);
  background: linear-gradient(135deg, var(--teal-bright) 0%, var(--teal) 100%);
  box-shadow: 0 10px 24px rgba(43, 184, 160, 0.3);
  transition: transform var(--transition), filter var(--transition), box-shadow var(--transition);
}

.game-play:hover {
  color: var(--bog-ink);
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 14px 28px rgba(43, 184, 160, 0.4);
}

.game-play i {
  font-size: 0.8rem;
}

.content-section {
  padding: 1rem 0 4.5rem;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-bright);
  margin-bottom: 0.9rem;
}

.section-kicker i {
  color: var(--amber);
}

.content-panel {
  padding: 2.5rem 2rem;
  border-radius: calc(var(--radius) + 0.25rem);
  background: linear-gradient(155deg, rgba(28, 74, 67, 0.42) 0%, rgba(11, 34, 30, 0.72) 100%);
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.content-panel.soft {
  background: linear-gradient(155deg, rgba(20, 56, 51, 0.35) 0%, rgba(11, 34, 30, 0.55) 100%);
}

.content-copy p {
  color: var(--text-muted);
  margin-bottom: 1.1rem;
  font-size: 1.02rem;
}

.content-copy .btn-ghost {
  margin-top: 0.5rem;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.step-item {
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(28, 74, 67, 0.4) 0%, rgba(11, 34, 30, 0.55) 100%);
  border: 1px solid var(--line);
}

.step-number {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--amber);
  margin-bottom: 0.85rem;
  line-height: 1;
}

.step-item h3 {
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
}

.step-item p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.98rem;
}

.disclaimer-section {
  padding: 1rem 0 4.5rem;
}

.disclaimer-panel {
  padding: 2.5rem 2rem;
  border-radius: calc(var(--radius) + 0.25rem);
  background:
    radial-gradient(ellipse 70% 80% at 0% 0%, rgba(212, 181, 106, 0.12), transparent 55%),
    linear-gradient(155deg, rgba(28, 74, 67, 0.5) 0%, rgba(11, 34, 30, 0.8) 100%);
  border: 1px solid rgba(212, 181, 106, 0.22);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.disclaimer-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.disclaimer-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.15rem 1.1rem;
  border-radius: 1rem;
  background: rgba(6, 20, 18, 0.35);
  border: 1px solid var(--line);
}

.disclaimer-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.8rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: rgba(212, 181, 106, 0.14);
  color: var(--amber);
  font-size: 1.05rem;
}

.disclaimer-item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.disclaimer-item p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.96rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(6, 20, 18, 0.9);
  padding: 3.5rem 0 2rem;
  margin-top: 1rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2rem 1.75rem;
  margin-bottom: 2rem;
}

.footer-brand {
  margin-bottom: 0;
}

.footer-brand .brand-lockup {
  margin-bottom: 0.85rem;
}

.footer-copy {
  color: var(--text-muted);
  font-size: 0.92rem;
  max-width: 28rem;
  margin-bottom: 1.25rem;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.65rem;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  transition: border-color var(--transition), background var(--transition);
}

.footer-badge:hover {
  border-color: rgba(94, 224, 197, 0.35);
  background: rgba(43, 184, 160, 0.08);
}

.footer-badge img {
  height: 2rem;
  width: auto;
  max-width: 8.5rem;
  object-fit: contain;
}

.footer-heading {
  font-size: 1rem;
  margin-bottom: 0.9rem;
  color: var(--fog);
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.footer-nav-col a {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.footer-nav-col a:hover {
  color: var(--teal-bright);
}

.footer-disclaimer {
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius);
  background: rgba(11, 34, 30, 0.65);
  border: 1px solid rgba(212, 181, 106, 0.18);
  margin-bottom: 1.5rem;
}

.footer-disclaimer p {
  margin: 0 0 0.75rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.footer-disclaimer p:last-child {
  margin-bottom: 0;
}

.footer-disclaimer strong {
  color: var(--amber-soft);
  font-weight: 600;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--text-muted);
  font-size: 0.85rem;
}

.footer-meta .age-note {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-meta .age-note i {
  color: var(--amber);
}

@media (max-width: 991.98px) {
  .hero-orbit {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 3.25rem 0 3.75rem;
    max-width: 100%;
  }

  .feature-grid,
  .games-grid,
  .steps-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .content-panel,
  .disclaimer-panel {
    padding: 1.75rem 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary-glow,
  .btn-ghost {
    justify-content: center;
  }

  .footer-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

html.scroll-locked,
body.scroll-locked {
  overflow: hidden !important;
  height: 100%;
}

.consent-overlay {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(4, 14, 12, 0.84);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.consent-card {
  width: min(520px, 100%);
  padding: 2rem 1.75rem;
  border-radius: calc(var(--radius) + 0.15rem);
  background: linear-gradient(160deg, rgba(28, 74, 67, 0.95) 0%, rgba(11, 34, 30, 0.98) 100%);
  border: 1px solid rgba(212, 181, 106, 0.28);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

.consent-icon {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 0.9rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  background: rgba(212, 181, 106, 0.16);
  color: var(--amber);
  font-size: 1.25rem;
}

.consent-card h2 {
  font-size: 1.7rem;
  margin-bottom: 0.85rem;
}

.consent-card p {
  color: var(--text-muted);
  margin-bottom: 0.9rem;
  font-size: 0.96rem;
}

.consent-check {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 1.2rem 0 1.35rem;
  color: var(--fog);
  font-size: 0.92rem;
  cursor: pointer;
}

.consent-check input {
  margin-top: 0.25rem;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--teal);
  flex-shrink: 0;
}

.consent-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 0.9rem 1.3rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--bog-ink);
  background: linear-gradient(135deg, var(--teal-bright) 0%, var(--teal) 100%);
  box-shadow: 0 12px 28px rgba(43, 184, 160, 0.35);
  cursor: pointer;
  transition: transform var(--transition), filter var(--transition), opacity var(--transition);
}

.consent-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.consent-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 3500;
}

.cookie-inner {
  width: min(920px, 100%);
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.25rem;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(20, 56, 51, 0.96), rgba(8, 28, 24, 0.98));
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4);
}

.cookie-copy strong {
  display: block;
  font-family: var(--font-display);
  color: var(--fog);
  margin-bottom: 0.25rem;
}

.cookie-copy p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.cookie-btn {
  width: auto;
  flex-shrink: 0;
  min-width: 8rem;
}

.page-hero {
  padding: 3.5rem 0 2rem;
  position: relative;
}

.page-hero::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(920px, 90%);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.85rem;
}

.page-hero .page-lead {
  max-width: 46rem;
  color: var(--text-muted);
  font-size: 1.05rem;
  margin: 0;
}

.page-main {
  padding: 2.5rem 0 4.5rem;
}

.prose-panel {
  padding: 2rem 1.75rem;
  border-radius: calc(var(--radius) + 0.15rem);
  background: linear-gradient(155deg, rgba(28, 74, 67, 0.4) 0%, rgba(11, 34, 30, 0.7) 100%);
  border: 1px solid var(--line);
}

.prose-panel h2 {
  font-size: 1.45rem;
  margin: 1.75rem 0 0.75rem;
}

.prose-panel h2:first-child {
  margin-top: 0;
}

.prose-panel h3 {
  font-size: 1.15rem;
  margin: 1.35rem 0 0.55rem;
}

.prose-panel p,
.prose-panel li {
  color: var(--text-muted);
  font-size: 1rem;
}

.prose-panel ul,
.prose-panel ol {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.prose-panel li {
  margin-bottom: 0.45rem;
}

.prose-panel a {
  color: var(--teal-bright);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(28, 74, 67, 0.42) 0%, rgba(11, 34, 30, 0.62) 100%);
  border: 1px solid var(--line);
}

.faq-item h2 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.faq-item p {
  margin: 0;
  color: var(--text-muted);
}

.blog-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.blog-card {
  padding: 1.5rem 1.4rem;
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(28, 74, 67, 0.42) 0%, rgba(11, 34, 30, 0.62) 100%);
  border: 1px solid var(--line);
}

.blog-card h2 {
  font-size: 1.35rem;
  margin-bottom: 0.55rem;
}

.blog-card p {
  margin: 0;
  color: var(--text-muted);
}

.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1rem;
  padding: 0.95rem 1.3rem;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--bog-ink);
  background: linear-gradient(135deg, var(--teal-bright) 0%, var(--teal) 100%);
  box-shadow: 0 12px 28px rgba(43, 184, 160, 0.35);
}

.contact-email:hover {
  color: var(--bog-ink);
  filter: brightness(1.05);
}

.game-play-wrap {
  margin: 1.5rem 0 2rem;
}

.game-disclaimer {
  margin-top: 1.5rem;
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius);
  background: rgba(11, 34, 30, 0.7);
  border: 1px solid rgba(212, 181, 106, 0.2);
}

.game-disclaimer h2 {
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
}

.game-disclaimer p {
  margin: 0 0 0.75rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.game-disclaimer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .cookie-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-btn {
    width: 100%;
  }

  .page-hero {
    padding: 2.5rem 0 1.5rem;
  }

  .prose-panel {
    padding: 1.5rem 1.2rem;
  }
}
