/* Galaxy theme — cosmic casino */
html, body { margin: 0; padding: 0; }
body.gc-body {
  min-height: 100%;
  overflow-x: hidden;
  background-color: #03060e;
  background-image: var(--gc-bg);
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  font-family: "Space Grotesk", system-ui, sans-serif;
  color: #cdd9f2;
}
* { box-sizing: border-box; }
a { color: #ffd06a; text-decoration: none; }
a:hover { color: #fff0c2; }
a:focus-visible, [data-href]:focus-visible, button:focus-visible {
  outline: 2px solid #ffd06a;
  outline-offset: 2px;
}
[data-href] { cursor: pointer; user-select: none; }

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

.gc-shell { position: relative; min-height: 100vh; width: 100%; }

/* Header */
.gc-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(4,8,22,.92), rgba(4,8,22,.62));
  border-bottom: 1px solid rgba(255,196,86,.28);
  box-shadow: 0 10px 40px rgba(0,0,0,.55);
}
.gc-header-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 10px clamp(14px, 3vw, 32px);
  display: flex; flex-wrap: wrap; align-items: center;
  gap: clamp(10px, 2vw, 28px);
}
.gc-logo-link { flex: 0 0 auto; display: flex; align-items: center; }
.gc-logo--header {
  width: 150px; height: 52px; object-fit: contain; object-position: left center;
  display: block; filter: drop-shadow(0 0 14px rgba(90,150,255,.45));
}
.gc-nav-slot--desktop { flex: 1 1 auto; min-width: 0; }
.gc-nav-slot--desktop .gc-main-nav {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(12px, 2vw, 30px);
}
.gc-nav-slot--desktop .gc-nav-link {
  font-family: Orbitron, sans-serif; font-size: 12px;
  letter-spacing: .14em; text-transform: uppercase; color: #dfe8ff;
  white-space: nowrap;
}
.gc-nav-slot--desktop .gc-nav-link:hover {
  color: #ffd06a; text-shadow: 0 0 12px rgba(255,196,86,.7);
}
.gc-header-actions {
  display: flex; align-items: center; gap: 10px; flex: 0 0 auto; margin-left: auto;
}
.gc-burger {
  display: none; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  width: 46px; height: 46px; border-radius: 12px;
  border: 1px solid rgba(255,196,86,.5); background: rgba(10,18,40,.8); cursor: pointer; padding: 0;
}
.gc-burger span { display: block; width: 20px; height: 2px; background: #ffd06a; border-radius: 2px; }

.gc-nav-slot--mobile {
  display: none; flex-basis: 100%; flex-direction: column;
  padding-top: 12px; border-top: 1px solid rgba(255,196,86,.2);
}
.gc-nav-slot--mobile[hidden] { display: none !important; }
.gc-header.is-open .gc-nav-slot--mobile:not([hidden]) { display: flex; }
.gc-nav-slot--mobile .gc-main-nav {
  display: flex; flex-direction: column; gap: 2px; padding: 4px 0 8px;
}
.gc-nav-slot--mobile .gc-nav-link {
  display: flex; align-items: center; min-height: 44px;
  font-family: Orbitron, sans-serif; font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase; color: #dfe8ff;
}

/* Buttons Example 4 */
.gc-btn {
  -webkit-appearance: none; display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0 22px; border: 2px solid transparent; border-radius: 999px;
  font-family: Orbitron, sans-serif; font-size: 12px; letter-spacing: .1em;
  text-transform: uppercase; white-space: nowrap; transition: box-shadow .2s, color .2s, filter .25s;
}
.gc-btn--ghost {
  background:
    linear-gradient(180deg, #101c40, #070c1e) padding-box,
    linear-gradient(160deg, #ffeeb4 0%, #e6b44c 26%, #9d6a0d 52%, #f2d478 74%, #c1912f 100%) border-box;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 4px 16px rgba(0,0,0,.45);
  color: #ffe1a0;
}
.gc-btn--ghost:hover {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 0 22px rgba(255,196,86,.4);
  color: #fff3d2;
}
.gc-btn--solid {
  min-height: 46px; padding: 0 26px; font-weight: 700;
  background:
    linear-gradient(180deg, #2b4bab, #16307a 52%, #0b1638) padding-box,
    linear-gradient(160deg, #ffeeb4 0%, #e6b44c 26%, #9d6a0d 52%, #f2d478 74%, #c1912f 100%) border-box;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 0 24px rgba(92,140,255,.35), 0 6px 18px rgba(0,0,0,.45);
  color: #fff6de; text-shadow: 0 0 12px rgba(255,214,130,.6);
}
.gc-btn--solid:hover {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 0 34px rgba(255,196,86,.45), 0 6px 18px rgba(0,0,0,.45);
}
.gc-btn--claim {
  border: 0; padding: 2px; border-radius: 0; max-width: 100%;
  background: linear-gradient(160deg, #ffeeb4 0%, #e6b44c 26%, #9d6a0d 52%, #f2d478 74%, #c1912f 100%);
  clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
  filter: drop-shadow(0 12px 30px rgba(0,0,0,.55));
}
.gc-btn--claim > span {
  display: flex; align-items: center; justify-content: center;
  min-height: clamp(52px, 5.2vw, 70px); padding: 0 clamp(20px, 3vw, 46px);
  background: linear-gradient(170deg, #22376f 0%, #12224e 45%, #0a1330 100%);
  clip-path: polygon(13px 0, calc(100% - 13px) 0, 100% 13px, 100% calc(100% - 13px), calc(100% - 13px) 100%, 13px 100%, 0 calc(100% - 13px), 0 13px);
  color: #ffeab4; font-weight: 700; font-size: clamp(11px, 1.25vw, 16px);
  letter-spacing: .09em; text-align: center; text-shadow: 0 0 16px rgba(255,196,86,.7);
}
.gc-btn--claim:hover { filter: drop-shadow(0 0 28px rgba(255,196,86,.55)); }
.gc-more-wrap .gc-btn--claim > span {
  min-height: clamp(46px, 4.4vw, 58px); padding: 0 clamp(24px, 3.4vw, 48px);
  font-size: clamp(11px, 1.1vw, 14px); letter-spacing: .12em;
}

/* Hero */
.gc-hero { position: relative; width: 100%; overflow: hidden; }
.gc-hero-media { position: relative; width: 100%; }
.gc-hero-img {
  display: block; width: 100%; height: clamp(380px, 44vw, 660px);
  object-fit: cover; object-position: 72% center;
}
.gc-hero-fade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(3,6,14,.94) 0%, rgba(3,6,14,.82) 34%, rgba(3,6,14,.25) 58%, rgba(3,6,14,0) 78%);
}
.gc-hero-copy {
  position: absolute; inset: 0; display: flex; align-items: center;
}
.gc-hero-inner {
  max-width: 1320px; width: 100%; margin: 0 auto; padding: 0 clamp(16px, 4vw, 40px);
  display: flex; flex-direction: column; align-items: flex-start; gap: clamp(14px, 2.4vw, 26px);
}
.gc-hero-title {
  margin: 0; max-width: min(560px, 72%);
  font-family: Orbitron, sans-serif; font-weight: 900;
  font-size: clamp(24px, 4.4vw, 60px); line-height: 1.06; letter-spacing: -.01em;
  color: #ffffff;
  text-shadow: 0 0 28px rgba(96,150,255,.55), 0 0 70px rgba(120,80,255,.35);
}
.gc-hero-inner .gc-btn--claim { display: inline-flex; }

/* Ticker */
.gc-ticker-wrap {
  position: relative; overflow: hidden; padding: 12px 0;
  border-top: 1px solid rgba(255,196,86,.35);
  border-bottom: 1px solid rgba(255,196,86,.35);
  background: linear-gradient(90deg, rgba(9,14,36,.95), rgba(18,26,64,.95), rgba(9,14,36,.95));
  box-shadow: inset 0 0 40px rgba(70,120,255,.18);
}
.gc-ticker-track {
  display: flex; width: max-content;
  animation: gc-marquee 38s linear infinite;
}
.gc-ticker-item {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 0 clamp(18px, 2.6vw, 34px);
  font-family: Orbitron, sans-serif; font-size: clamp(11px, 1.05vw, 14px);
  letter-spacing: .16em; text-transform: uppercase; color: #e8f0ff; white-space: nowrap;
}
.gc-ticker-dot {
  width: 7px; height: 7px; background: #ffc456; border-radius: 50%;
  box-shadow: 0 0 12px 3px rgba(255,196,86,.8);
}

/* Sections */
.gc-section {
  max-width: 1320px; margin: 0 auto;
  padding: clamp(44px, 6vw, 84px) clamp(16px, 4vw, 40px) clamp(20px, 3vw, 36px);
}
.gc-section-title {
  margin: 0 0 clamp(18px, 2.4vw, 30px);
  font-family: Orbitron, sans-serif; font-weight: 700;
  font-size: clamp(20px, 3vw, 38px); letter-spacing: .02em; text-transform: uppercase;
  color: #fff; text-shadow: 0 0 24px rgba(96,150,255,.5);
}
.gc-section-title--center { text-align: center; text-shadow: 0 0 26px rgba(255,196,86,.45); }

/* Providers */
.gc-prov-row {
  display: flex; gap: clamp(10px, 1.4vw, 18px);
  overflow-x: auto; scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch; padding: 4px 2px 18px;
}
.gc-prov {
  flex: 0 0 auto; scroll-snap-align: start;
  width: clamp(132px, 15vw, 176px); height: clamp(72px, 8vw, 96px);
  display: flex; align-items: center; justify-content: center;
  padding: 14px 18px; border-radius: 14px;
  border: 1px solid rgba(140,170,255,.22);
  background: linear-gradient(160deg, rgba(16,24,54,.92), rgba(8,12,30,.9));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.gc-prov:hover {
  border-color: rgba(255,196,86,.55);
  box-shadow: 0 0 26px rgba(255,196,86,.18);
}
.gc-prov img { max-width: 100%; max-height: 100%; object-fit: contain; opacity: .88; display: block; }

/* Games */
.gc-games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(104px, 13vw, 164px), 1fr));
  gap: clamp(10px, 1.3vw, 18px);
}
.gc-game {
  position: relative; aspect-ratio: 2/3; border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(140,170,255,.2); background: #0a1024;
}
.gc-game:hover { border-color: rgba(255,196,86,.6); }
.gc-game img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gc-game.is-hidden { display: none !important; }
.gc-more-wrap { display: flex; justify-content: center; padding-top: clamp(18px, 2.6vw, 32px); }
.gc-more-wrap.is-hidden { display: none; }

/* Content */
.gc-prose-section { max-width: 1080px; padding: clamp(30px, 4vw, 60px) clamp(16px, 4vw, 40px); }
.gc-article {
  border: 1px solid rgba(140,170,255,.22); border-radius: 20px;
  background: linear-gradient(170deg, rgba(10,16,40,.92), rgba(5,8,22,.94));
  box-shadow: 0 30px 90px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.06);
  padding: clamp(22px, 3.4vw, 52px);
}
.gc-content { font-size: clamp(14px, 1.15vw, 17px); line-height: 1.7; color: #c3d1ec; }
.gc-content h1, .gc-content h2, .gc-content h3 {
  font-family: Orbitron, sans-serif; font-weight: 700; text-transform: uppercase; color: #fff;
  text-shadow: 0 0 22px rgba(96,150,255,.45);
}
.gc-content h1 { font-size: clamp(20px, 2.6vw, 34px); margin: 0 0 18px; }
.gc-content h2, .gc-content h3 {
  margin: 30px 0 14px; font-size: clamp(15px, 1.6vw, 21px);
  letter-spacing: .06em; color: #ffd06a; font-weight: 500; text-shadow: none;
}
.gc-content p { margin: 0 0 20px; }
.gc-content ul, .gc-content ol { margin: 0 0 22px; padding-left: 22px; }
.gc-content li { margin: 8px 0; }
.gc-content a { color: #ffd06a; }
.gc-content blockquote {
  margin: 32px 0; padding: 22px clamp(18px, 2.4vw, 30px);
  border-left: 3px solid rgba(255,196,86,.8); border-radius: 0 14px 14px 0;
  background: linear-gradient(90deg, rgba(255,196,86,.10), rgba(255,196,86,0));
  font-size: clamp(14px, 1.3vw, 19px); line-height: 1.6; color: #eaf1ff; font-style: italic;
}
.gc-content table { width: 100%; border-collapse: collapse; font-size: 15px; }
.gc-content table th, .gc-content table td {
  padding: 12px 16px; border: 1px solid rgba(140,170,255,.2); text-align: left; color: #c3d1ec;
}
.gc-content table th {
  background: rgba(255,196,86,.1); font-family: Orbitron, sans-serif;
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #ffd06a;
}
.gc-content-cta { margin-top: 28px; display: flex; justify-content: center; }

/* FAQ accordion — match archive (Frequently asked) */
.gc-faq-heading {
  margin: 38px 0 16px; font-family: Orbitron, sans-serif; font-weight: 500;
  font-size: clamp(15px, 1.6vw, 21px); letter-spacing: .06em;
  text-transform: uppercase; color: #ffd06a; text-shadow: none;
}
.gc-faq {
  display: flex; flex-direction: column; gap: 10px;
  margin: 0 0 8px;
}
.gc-faq-item {
  border: 1px solid rgba(140,170,255,.2);
  border-radius: 12px; overflow: hidden;
  background: rgba(8,13,32,.8);
}
.gc-faq-q {
  background: transparent; -webkit-appearance: none; appearance: none; border: 0;
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 16px clamp(14px, 2vw, 22px);
  cursor: pointer; text-align: left;
  font-family: Orbitron, sans-serif;
  font-size: clamp(12px, 1.05vw, 15px); letter-spacing: .03em; color: #eaf1ff;
}
.gc-faq-q:hover { color: #ffd06a; }
.gc-faq-sign {
  flex: 0 0 auto; width: 26px; height: 26px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,196,86,.5); border-radius: 50%;
  color: #ffd06a; font-size: 15px; line-height: 1;
}
.gc-faq-a {
  padding: 0 clamp(14px, 2vw, 22px) 18px;
  font-size: clamp(13px, 1.05vw, 16px); line-height: 1.65; color: #b6c5e2;
}
.gc-faq-a[hidden] { display: none !important; }

@media (max-width: 768px) {
  table {
    display: block !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
}

/* Jackpots */
.gc-jackpots {
  position: relative; margin: clamp(30px, 4vw, 60px) 0;
  padding: clamp(40px, 5vw, 80px) 0; overflow: hidden;
}
.gc-jackpots-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center; opacity: .5; display: block;
}
.gc-jackpots-fade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(3,6,14,.94), rgba(6,10,28,.82), rgba(3,6,14,.94));
}
.gc-jackpots-inner {
  position: relative; max-width: 1180px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 40px);
}
.gc-jack-frame {
  border: 2px solid rgba(255,196,86,.55); border-radius: 22px;
  padding: clamp(18px, 3vw, 40px);
  background: linear-gradient(170deg, rgba(9,14,38,.9), rgba(4,7,20,.92));
  box-shadow: 0 0 60px rgba(255,196,86,.14), inset 0 0 60px rgba(70,120,255,.12);
}
.gc-jack-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 2.4vw, 34px);
}
.gc-jack {
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  background: transparent; border: 0; color: inherit; padding: 0; width: 100%;
}
.gc-jack-tier {
  font-family: Orbitron, sans-serif; font-size: clamp(9px, 1.1vw, 11px);
  letter-spacing: .18em; text-transform: uppercase; color: #8fb6ff;
}
.gc-jack-amount {
  font-family: Orbitron, sans-serif; font-weight: 900;
  font-size: clamp(13px, 2.8vw, 36px); color: #ffd76e;
  text-shadow: 0 0 22px rgba(255,196,86,.75); font-variant-numeric: tabular-nums;
}
.gc-jack-thumb {
  width: 100%; aspect-ratio: 2/3; border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(255,196,86,.45); box-shadow: 0 18px 40px rgba(0,0,0,.55);
  display: block;
}
.gc-jack-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Wins */
.gc-wins-desk {
  border: 1px solid rgba(140,170,255,.22); border-radius: 18px; overflow: hidden;
  background: linear-gradient(170deg, rgba(10,16,40,.92), rgba(5,8,22,.94));
  box-shadow: 0 24px 70px rgba(0,0,0,.5);
}
.gc-wins-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.gc-wins-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: clamp(13px, 1.05vw, 15px); }
.gc-wins-table th {
  text-align: left; padding: 14px 18px; background: rgba(255,196,86,.1);
  font-family: Orbitron, sans-serif; font-size: 11px; letter-spacing: .16em;
  text-transform: uppercase; color: #ffd06a; font-weight: 500;
}
.gc-wins-table th:nth-child(n+3), .gc-wins-table td:nth-child(n+3) { text-align: right; }
.gc-wins-table th:last-child, .gc-wins-table td:last-child {
  text-align: right; padding-right: 18px;
}
.gc-wins-table td {
  padding: 10px 18px; border-top: 1px solid rgba(140,170,255,.14); color: #e4ecff;
}
.gc-wins-table tr:hover td { background: rgba(96,150,255,.08); }
.gc-win-thumb {
  width: 52px; height: 78px; border-radius: 8px; overflow: hidden;
  border: 1px solid rgba(255,196,86,.3);
}
.gc-win-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gc-num { color: #b6c5e2; font-variant-numeric: tabular-nums; white-space: nowrap; }
.gc-mult {
  color: #8fb6ff; font-family: Orbitron, sans-serif; font-size: 13px; white-space: nowrap;
}
.gc-payout,
.gc-wins-table td.gc-payout {
  color: #ffd76e; font-family: Orbitron, sans-serif;
  font-size: clamp(13px, 1.1vw, 16px); text-shadow: 0 0 14px rgba(255,196,86,.5);
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.gc-wins-mob { display: none; flex-direction: column; gap: 10px; }
.gc-win-card {
  display: flex; align-items: center; gap: 14px; padding: 10px 12px;
  border: 1px solid rgba(140,170,255,.2); border-radius: 14px;
  background: linear-gradient(170deg, rgba(10,16,40,.92), rgba(5,8,22,.94));
}
.gc-win-card .gc-win-thumb { flex: 0 0 44px; width: 44px; height: 66px; }
.gc-win-meta { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.gc-win-player { color: #e4ecff; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gc-win-bet { font-size: 12px; color: #8fa4cc; white-space: nowrap; }
.gc-win-right { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }

/* Payments */
.gc-pay-row {
  display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(10px, 1.4vw, 18px);
}
.gc-pay {
  flex: 0 1 auto; width: clamp(124px, 15vw, 178px); height: 74px;
  display: flex; align-items: center; justify-content: center;
  padding: 14px 18px; border-radius: 12px;
  border: 1px solid rgba(140,170,255,.2); background: rgba(255,255,255,.08);
}
.gc-pay:hover { border-color: rgba(255,196,86,.5); }
.gc-pay img { max-width: 100%; max-height: 100%; object-fit: contain; opacity: .92; display: block; }

/* Footer */
.gc-footer {
  margin-top: clamp(30px, 4vw, 60px);
  border-top: 1px solid rgba(255,196,86,.28);
  background: linear-gradient(180deg, rgba(4,8,22,.7), rgba(2,4,12,.96));
}
.gc-footer-top {
  max-width: 1180px; margin: 0 auto;
  padding: clamp(30px, 4vw, 40px) clamp(16px, 4vw, 40px) clamp(12px, 2vw, 18px);
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: clamp(14px, 2vw, 24px);
}
.gc-logo--footer {
  width: 150px; height: 52px; object-fit: contain; object-position: left center;
  display: block; flex: 0 0 auto;
}
.gc-nav-slot--footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px) clamp(22px, 3vw, 36px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.gc-nav-slot--footer .gc-footer-nav {
  display: flex; flex-direction: row; flex-wrap: wrap;
  justify-content: center; align-items: center;
  gap: 10px 22px; width: 100%;
  margin: 0 auto; text-align: center;
}
.gc-footer-link {
  font-family: Orbitron, sans-serif; font-size: 12px;
  letter-spacing: .14em; text-transform: uppercase; color: #dfe8ff;
  white-space: nowrap;
}
.gc-footer-link:hover { color: #ffd06a; }
.gc-age-pill {
  display: flex; align-items: center; gap: 12px; padding: 10px 18px;
  border: 1px solid rgba(255,120,120,.45); border-radius: 99px; background: rgba(60,10,20,.35);
  flex: 0 0 auto; margin-left: auto;
}
.gc-age {
  width: 34px; height: 34px; flex: 0 0 34px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid #ff8a8a; border-radius: 50%;
  font-family: Orbitron, sans-serif; font-size: 12px; font-weight: 700; color: #ff8a8a;
}
.gc-age-label {
  font-family: Orbitron, sans-serif; font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase; color: #ffc9c9;
}
.gc-footer-bottom {
  border-top: 1px solid rgba(140,170,255,.14);
  padding: 18px clamp(16px, 4vw, 40px); text-align: center; font-size: 12px; color: #7f8fb0;
}

@media (prefers-reduced-motion: reduce) {
  .gc-ticker-track { animation: none !important; }
}

@media (max-width: 939px) {
  .gc-nav-slot--desktop { display: none !important; }
  .gc-burger { display: flex; }
  .gc-btn--ghost { display: none; }

  .gc-hero-copy {
    position: relative; inset: auto; margin-top: -14px;
    display: block;
  }
  .gc-hero-inner {
    padding: 0 18px 26px; align-items: stretch; gap: 18px; text-align: center;
  }
  .gc-hero-fade {
    background: linear-gradient(180deg, rgba(3,6,14,.1) 0%, rgba(3,6,14,.5) 42%, rgba(3,6,14,.96) 100%);
  }
  .gc-hero-img { height: min(72vw, 340px); object-position: 66% center; }
  .gc-hero-title {
    max-width: none; font-size: clamp(21px, 6.4vw, 30px); line-height: 1.15;
    text-shadow: 0 0 24px rgba(96,150,255,.55);
  }
  .gc-hero-inner .gc-btn--claim { width: 100%; max-width: 420px; margin: 0 auto; }

  .gc-wins-desk { display: none; }
  .gc-wins-mob { display: flex; }
  .gc-jack-grid { grid-template-columns: 1fr; max-width: 280px; margin: 0 auto; }
  .gc-footer-top {
    flex-direction: column; align-items: center; text-align: center;
    padding-bottom: 10px;
  }
  .gc-age-pill { margin-left: 0; }
  .gc-nav-slot--footer {
    width: 100%; max-width: 100%;
  }
  .gc-nav-slot--footer .gc-footer-nav {
    justify-content: center; align-items: center; gap: 10px 18px;
  }
  .gc-logo--footer { object-position: center; }
}
