:root {
  --girohub8-bg: #f7f3e8;
  --girohub8-paper: #fffdf6;
  --girohub8-blue: #283c96;
  --girohub8-blue-dark: #1f2f78;
  --girohub8-orange: #ff5a36;
  --girohub8-orange-dark: #e84620;
  --girohub8-pink: #f06ba8;
  --girohub8-ink: #1c1c1c;
  --girohub8-shell: 1200px;
  --girohub8-radius: 8px;
  --girohub8-ease: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--girohub8-ink);
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at 1px 1px, rgba(40, 60, 150, 0.05) 1px, transparent 0),
    var(--girohub8-bg);
  background-size: 4px 4px, auto;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.girohub8-shell {
  width: min(var(--girohub8-shell), calc(100% - 32px));
  margin: 0 auto;
}

.girohub8-page {
  position: relative;
}

.girohub8-section {
  padding: 44px 0;
}

.girohub8-kicker {
  margin: 0 0 12px;
  color: var(--girohub8-blue);
  font-family: "Archivo", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.girohub8-section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.girohub8-section-head h1,
.girohub8-section-head h2,
.girohub8-hero h1,
.girohub8-age-box h2,
.girohub8-info-card h3,
.girohub8-spotlight-card h3,
.girohub8-timeline-step h3,
.girohub8-rg-grid h3,
.girohub8-footer-block h3,
.girohub8-card-center h3,
.girohub8-legal-card h1,
.girohub8-legal-card h2,
.girohub8-fact-card strong {
  font-family: "Archivo", sans-serif;
}

.girohub8-section-head h2,
.girohub8-legal-card h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 0.98;
}

.girohub8-section-intro,
.girohub8-hero-text,
.girohub8-info-card p,
.girohub8-spotlight-card p,
.girohub8-timeline-step p,
.girohub8-about-copy p,
.girohub8-rg-copy p,
.girohub8-rg-grid p,
.girohub8-footer-block p,
.girohub8-legal-card p,
.girohub8-age-box p,
.girohub8-cookie-inner p,
.girohub8-card-note {
  margin: 0;
  line-height: 1.72;
}

.girohub8-reading-time {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0;
  padding: 7px 12px;
  border-radius: 999px;
  border: 2px solid var(--girohub8-blue);
  background: rgba(240, 107, 168, 0.12);
  color: var(--girohub8-blue-dark);
  font-family: "Archivo", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.girohub8-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(247, 243, 232, 0.96);
  border-bottom: 2px solid var(--girohub8-blue);
}

.girohub8-header.girohub8-header-stuck {
  box-shadow: 0 8px 18px rgba(40, 60, 150, 0.12);
}

.girohub8-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}

.girohub8-logo,
.girohub8-footer-logo {
  width: 238px;
}

.girohub8-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.girohub8-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--girohub8-blue-dark);
  font-family: "Archivo", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.girohub8-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: var(--girohub8-orange);
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: left;
  transition: opacity var(--girohub8-ease), transform var(--girohub8-ease);
}

.girohub8-nav a:hover,
.girohub8-nav a:focus-visible,
.girohub8-nav .girohub8-nav-active {
  color: var(--girohub8-orange-dark);
}

.girohub8-nav a:hover::after,
.girohub8-nav a:focus-visible::after,
.girohub8-nav .girohub8-nav-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.girohub8-nav .girohub8-nav-active::before {
  content: "●";
  color: var(--girohub8-orange);
  font-size: 0.8em;
}

.girohub8-hero {
  padding-top: 58px;
  overflow: hidden;
}

.girohub8-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 28px;
  align-items: end;
}

.girohub8-hero h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--girohub8-ink);
  font-size: clamp(48px, 9vw, 112px);
  font-weight: 800;
  line-height: 0.9;
}

.girohub8-hero h1::after {
  content: "editorial";
  display: block;
  color: var(--girohub8-orange);
  text-shadow: 2px 0 0 var(--girohub8-blue);
}

.girohub8-hero-text {
  max-width: 720px;
  margin-top: 18px;
  font-size: 1.06rem;
}

.girohub8-hero-actions,
.girohub8-age-actions,
.girohub8-cookie-actions,
.girohub8-rg-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.girohub8-hero-actions {
  margin-top: 24px;
}

.girohub8-hero-panel,
.girohub8-info-card,
.girohub8-spotlight-card,
.girohub8-rg-card,
.girohub8-fact-card,
.girohub8-legal-card,
.girohub8-age-box {
  background: var(--girohub8-paper);
  border-top: 2px solid var(--girohub8-blue);
  border-radius: var(--girohub8-radius);
  box-shadow: 2px 2px 0 rgba(40, 60, 150, 0.25);
}

.girohub8-hero-panel,
.girohub8-info-card,
.girohub8-spotlight-card,
.girohub8-rg-card,
.girohub8-legal-card,
.girohub8-age-box {
  padding: 22px;
}

.girohub8-hero-panel-label {
  margin: 0 0 14px;
  color: var(--girohub8-blue);
  font-family: "Archivo", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.girohub8-hero-stats {
  display: grid;
  gap: 14px;
  margin-bottom: 16px;
}

.girohub8-hero-stats div {
  display: grid;
  gap: 2px;
}

.girohub8-hero-stats strong {
  color: var(--girohub8-orange-dark);
  font-family: "Archivo", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.girohub8-hero-stats span {
  color: var(--girohub8-blue-dark);
  font-size: 0.95rem;
}

.girohub8-button,
.girohub8-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 6px;
  background: var(--girohub8-orange);
  color: #fff;
  box-shadow: 3px 3px 0 var(--girohub8-blue);
  font-family: "Archivo", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform var(--girohub8-ease), background var(--girohub8-ease), box-shadow var(--girohub8-ease), color var(--girohub8-ease);
}

.girohub8-button:hover,
.girohub8-button:focus-visible,
.girohub8-cta-btn:hover,
.girohub8-cta-btn:focus-visible,
.girohub8-card.girohub8-hover .girohub8-cta-btn {
  background: var(--girohub8-blue);
  color: #fff;
  box-shadow: 3px 3px 0 var(--girohub8-orange);
  transform: translate(-1px, -1px);
}

.girohub8-button-secondary {
  border-color: var(--girohub8-blue);
  background: transparent;
  color: var(--girohub8-blue-dark);
  box-shadow: none;
}

.girohub8-button-secondary:hover,
.girohub8-button-secondary:focus-visible {
  background: var(--girohub8-blue);
  color: #fff;
  box-shadow: 3px 3px 0 var(--girohub8-orange);
}

.girohub8-ticker-wrap {
  position: relative;
  margin-top: 30px;
  padding: 12px 0 14px;
}

.girohub8-ticker-wrap::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--girohub8-orange);
  box-shadow: 3px 3px 0 rgba(40, 60, 150, 0.45);
}

.girohub8-ticker-track {
  display: flex;
  width: max-content;
  gap: 26px;
  padding-top: 8px;
  color: var(--girohub8-blue-dark);
  font-family: "Archivo", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: girohub8-marquee-left 28s linear infinite;
}

.girohub8-ticker-track span::after {
  content: " ·";
  color: var(--girohub8-orange);
}

.girohub8-ticker-wrap-reverse {
  margin-top: 14px;
}

.girohub8-ticker-track-reverse {
  animation-name: girohub8-marquee-right;
  animation-duration: 22s;
}

@keyframes girohub8-marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes girohub8-marquee-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.girohub8-grid {
  display: grid;
  gap: 18px;
}

.girohub8-game-types {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.girohub8-info-card h3,
.girohub8-spotlight-card h3,
.girohub8-timeline-step h3,
.girohub8-rg-grid h3,
.girohub8-footer-block h3 {
  margin: 0 0 10px;
  color: var(--girohub8-blue-dark);
  font-size: 1.18rem;
  font-weight: 700;
}

.girohub8-casino-list {
  display: grid;
  gap: 18px;
}

.girohub8-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 200px;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  background: var(--girohub8-paper);
  border-top: 2px solid var(--girohub8-blue);
  border-radius: 8px;
  box-shadow: 2px 2px 0 rgba(40, 60, 150, 0.25);
  transition: box-shadow var(--girohub8-ease), transform var(--girohub8-ease);
}

.girohub8-card:hover,
.girohub8-card.girohub8-hover {
  box-shadow: 4px 4px 0 rgba(40, 60, 150, 0.30);
  transform: translate(-1px, -1px);
}

.girohub8-card > div {
  min-width: 0;
}

.girohub8-score-ring,
.girohub8-card-center,
.girohub8-card-side {
  padding: 22px;
}

.girohub8-score-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-right: 1px solid rgba(40, 60, 150, 0.12);
}

.girohub8-score-ring svg {
  width: 120px;
  height: 120px;
  transform: rotate(-90deg);
}

.girohub8-ring-bg,
.girohub8-ring-fill {
  fill: none;
  stroke-width: 12;
}

.girohub8-ring-bg {
  stroke: rgba(240, 107, 168, 0.35);
}

.girohub8-ring-fill {
  --girohub8-circumference: 314.16;
  stroke: var(--girohub8-blue);
  stroke-linecap: round;
  stroke-dasharray: var(--girohub8-circumference);
  stroke-dashoffset: calc(var(--girohub8-circumference) - (var(--girohub8-circumference) * var(--girohub8-progress) / 100));
}

.girohub8-ring-center {
  position: absolute;
  display: grid;
  place-items: center;
}

.girohub8-ring-center strong {
  font-family: "Archivo", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.girohub8-ring-center span {
  color: var(--girohub8-blue);
  font-family: "Archivo", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.girohub8-card-center {
  display: grid;
  align-content: center;
  gap: 12px;
  border-right: 1px solid rgba(40, 60, 150, 0.12);
}

.girohub8-card-center h3 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.girohub8-bonus-text,
.girohub8-side-bonus {
  display: inline;
  width: fit-content;
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(transparent 58%, rgba(255, 90, 54, 0.26) 58%);
}

.girohub8-bars {
  display: grid;
  gap: 10px;
}

.girohub8-bar-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.girohub8-bar-row span,
.girohub8-bar-row em {
  font-family: "Archivo", sans-serif;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 600;
}

.girohub8-bar-row span {
  color: var(--girohub8-blue-dark);
}

.girohub8-bar {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(240, 107, 168, 0.32);
}

.girohub8-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--girohub8-blue), var(--girohub8-blue-dark));
}

.girohub8-bar-row em {
  color: var(--girohub8-orange-dark);
  text-shadow: 1px 0 0 var(--girohub8-blue);
  letter-spacing: 1px;
}

.girohub8-card-note {
  color: rgba(28, 28, 28, 0.78);
  font-size: 0.95rem;
}

.girohub8-card-side {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  gap: 12px;
  width: 200px;
}

.girohub8-badge {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--girohub8-orange);
  color: #fff;
  box-shadow: 2px 2px 0 var(--girohub8-blue);
  font-family: "Archivo", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.girohub8-badge-muted {
  background: var(--girohub8-blue);
  box-shadow: 2px 2px 0 var(--girohub8-orange);
}

.girohub8-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(40, 60, 150, 0.04);
}

.girohub8-side-name {
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.girohub8-spotlight-grid,
.girohub8-number-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.girohub8-spotlight-head {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.girohub8-spotlight-head p {
  color: var(--girohub8-blue);
  font-family: "Archivo", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.girohub8-timeline {
  display: grid;
  gap: 16px;
}

.girohub8-timeline-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 22px;
  background: var(--girohub8-paper);
  border-top: 2px solid var(--girohub8-blue);
  border-radius: 8px;
  box-shadow: 2px 2px 0 rgba(40, 60, 150, 0.25);
}

.girohub8-timeline-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--girohub8-blue);
  background: rgba(240, 107, 168, 0.12);
  color: var(--girohub8-orange-dark);
  font-family: "Archivo", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}

.girohub8-number-facts {
  margin-bottom: 18px;
}

.girohub8-fact-card {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.girohub8-fact-card strong {
  color: var(--girohub8-orange-dark);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
}

.girohub8-fact-card span {
  line-height: 1.6;
}

.girohub8-about-copy {
  display: grid;
  gap: 14px;
}

.girohub8-rg-card {
  display: grid;
  gap: 18px;
}

.girohub8-rg-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.girohub8-footer {
  padding: 28px 0;
  border-top: 2px solid var(--girohub8-blue);
  background: rgba(255, 253, 246, 0.82);
}

.girohub8-footer-inner {
  display: grid;
  gap: 18px;
}

.girohub8-footer-block {
  display: grid;
  gap: 8px;
}

.girohub8-footer-block a {
  width: fit-content;
  color: var(--girohub8-blue-dark);
}

.girohub8-footer-block a:hover {
  color: var(--girohub8-orange-dark);
}

.girohub8-footer-rgmarks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.girohub8-footer-rgmarks span {
  padding: 6px 10px;
  border: 2px solid var(--girohub8-blue);
  border-radius: 999px;
  color: var(--girohub8-blue-dark);
  font-family: "Archivo", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.girohub8-cookie-banner {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 70;
  padding: 12px 16px;
  background: rgba(28, 28, 28, 0.94);
  color: #fff;
  border-top: 2px solid var(--girohub8-orange);
}

.girohub8-cookie-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(var(--girohub8-shell), calc(100% - 8px));
  margin: 0 auto;
}

.girohub8-age-overlay {
  display: none;
}

.girohub8-age-box {
  text-align: center;
}

.girohub8-age-box h2 {
  margin: 0 0 12px;
  font-size: 2rem;
  line-height: 1.05;
}

.girohub8-age-note {
  color: var(--girohub8-blue-dark);
  font-size: 0.92rem;
}

.girohub8-legal-main {
  min-height: 72vh;
  padding-top: 42px;
  padding-bottom: 48px;
}

.girohub8-legal-card {
  display: grid;
  gap: 16px;
}

.girohub8-legal-card ul {
  margin: 0;
  padding-left: 18px;
  line-height: 1.7;
}

.girohub8-back-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 65;
  width: 46px;
  height: 46px;
  border: 2px solid var(--girohub8-blue);
  border-radius: 50%;
  background: var(--girohub8-paper);
  color: var(--girohub8-blue-dark);
  box-shadow: 3px 3px 0 rgba(255, 90, 54, 0.55);
  font-family: "Archivo", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--girohub8-ease), transform var(--girohub8-ease);
}

.girohub8-back-top.girohub8-visible {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1024px) {
  .girohub8-hero-grid,
  .girohub8-game-types,
  .girohub8-spotlight-grid,
  .girohub8-number-facts,
  .girohub8-rg-grid {
    grid-template-columns: 1fr;
  }

  .girohub8-card {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .girohub8-card-side {
    grid-column: 1 / -1;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto auto;
    align-items: center;
  }

  .girohub8-card-side .girohub8-badge {
    grid-column: 1 / -1;
  }

  .girohub8-card-side .girohub8-cta-btn {
    grid-column: 4;
  }
}

@media (max-width: 720px) {
  .girohub8-header {
    position: static;
  }

  .girohub8-header-inner,
  .girohub8-cookie-inner {
    display: grid;
    justify-content: stretch;
  }

  .girohub8-nav {
    justify-content: flex-start;
  }

  .girohub8-card {
    grid-template-columns: 1fr;
  }

  .girohub8-score-ring,
  .girohub8-card-center,
  .girohub8-card-side {
    border-right: 0;
  }

  .girohub8-card-side {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
  }

  .girohub8-card-side .girohub8-badge,
  .girohub8-card-side .girohub8-cta-btn {
    grid-column: auto;
    width: 100%;
    max-width: 100%;
  }

  .girohub8-card-side .girohub8-logo-wrap,
  .girohub8-card-side .girohub8-pill-row {
    width: 100%;
    max-width: 100%;
  }

  .girohub8-logo-wrap,
  .girohub8-card-side .girohub8-logo-wrap {
    max-width: 180px;
    min-height: 0;
    height: auto;
  }

  .girohub8-logo-wrap img {
    width: 100%;
    max-width: 180px;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 550px) {
  html, body { overflow-x: hidden; max-width: 100%; }
  .girohub8-page * { max-width: 100%; }
  .girohub8-casino-list, .girohub8-grid { grid-template-columns: 1fr !important; }
  .girohub8-card { flex-direction: column !important; min-width: 0; }
  .girohub8-card * { min-width: 0; max-width: 100%; }
  .girohub8-logo-wrap { max-width: 180px; height: auto; min-height: 0; }
  .girohub8-cta-btn, .girohub8-button { width: 100% !important; max-width: 100%; white-space: normal; word-break: break-word; overflow-wrap: anywhere; }
  h1, h2 { font-size: clamp(1.25rem, 6vw, 2rem) !important; }
  .girohub8-card:hover { transform: none !important; }
  .girohub8-nav { position: absolute; left: 0; right: 0; width: 100%; min-width: 0; max-width: 100%; box-sizing: border-box; }
  .girohub8-header-inner { position: relative; padding-bottom: 108px; }
  table { table-layout: auto; width: max-content; min-width: 100%; }
  .girohub8-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  thead th { white-space: nowrap; }
  td { word-break: normal; overflow-wrap: break-word; hyphens: none; }
}

@media (max-width: 380px) {
  h1 { font-size: clamp(1.1rem, 7vw, 1.5rem) !important; }
  .girohub8-logo-wrap { max-width: 180px; }
}
