:root {
  --gp-bg: #070b15;
  --gp-bg-2: #0b1120;
  --gp-panel: #111a2b;
  --gp-panel-2: #151f33;
  --gp-header: #1b243b;
  --gp-gold: #f4c62e;
  --gp-gold-soft: #d6b36a;
  --gp-cream: #f7f1df;
  --gp-text: #f4f2ea;
}

.gp-shell {
  width: min(1220px, calc(100vw - 48px));
  margin-inline: auto;
}

.gp-header,
.gp-home,
.gp-footer { overflow-x: clip; }

.gp-header {
  position: sticky;
  top: 0;
  z-index: 60;
  color: var(--gp-text);
  background: rgba(27, 36, 59, .98);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px);
}

.gp-header-inner {
  display: flex;
  align-items: center;
  min-height: 79px;
  gap: 28px;
}

.gp-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
}

.gp-brand img {
  width: 188px;
  height: 54px;
  object-fit: contain;
}

.gp-brand span {
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
}

.gp-desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.gp-desktop-nav a {
  position: relative;
  color: rgba(255, 255, 255, .73);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.gp-desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gp-gold);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.gp-desktop-nav a:hover,
.gp-desktop-nav a:focus-visible { color: var(--gp-gold); }
.gp-desktop-nav a:hover::after,
.gp-desktop-nav a:focus-visible::after { transform: scaleX(1); }

.gp-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gp-header-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 900;
}

.gp-header-ghost { color: #fff; border: 1px solid rgba(255, 255, 255, .2); }
.gp-header-gold {
  color: #1b1b17;
  background: linear-gradient(135deg, #ffe05c, #e3a800);
  box-shadow: 0 8px 24px rgba(236, 184, 20, .25);
}

.gp-mobile-menu { display: none; position: relative; margin-left: auto; }
.gp-mobile-menu summary {
  display: flex;
  width: 42px;
  height: 42px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  cursor: pointer;
  list-style: none;
}
.gp-mobile-menu summary::-webkit-details-marker { display: none; }
.gp-mobile-menu summary i { width: 16px; height: 1px; background: #fff; }
.gp-mobile-menu nav {
  position: absolute;
  top: 50px;
  right: 0;
  display: grid;
  width: 230px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: #11192a;
  box-shadow: 0 28px 65px rgba(0, 0, 0, .5);
}
.gp-mobile-menu nav a {
  padding: 12px 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
}
.gp-mobile-menu nav .gp-mobile-outbound { margin-top: 7px; border: 0; border-radius: 6px; color: #17140d; background: var(--gp-gold); text-align: center; font-weight: 900; }

.gp-home { color: var(--gp-text); background: var(--gp-bg); }
.gp-hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  background: radial-gradient(circle at 80% 24%, rgba(31, 57, 102, .3), transparent 28%), radial-gradient(circle at 15% 68%, rgba(182, 123, 23, .08), transparent 30%), #070b15;
}
.gp-grid-lines {
  position: absolute;
  inset: 0;
  opacity: .36;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(#000 0%, transparent 95%);
}
.gp-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.28fr .72fr;
  align-items: center;
  gap: 100px;
  min-height: 690px;
  padding: 86px 0 98px;
}
.gp-promo-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 8px 15px;
  border: 1px solid rgba(214, 179, 106, .2);
  border-radius: 30px;
  color: var(--gp-gold-soft);
  background: rgba(255, 255, 255, .03);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
}
.gp-promo-pill span { width: 6px; height: 6px; border-radius: 50%; background: var(--gp-gold-soft); box-shadow: 0 0 12px rgba(214, 179, 106, .6); }
.gp-kicker { margin: 38px 0 0; color: rgba(255, 255, 255, .32); font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.gp-hero h1 { margin: 14px 0 5px; color: var(--gp-cream); font-size: clamp(58px, 6vw, 83px); font-weight: 900; line-height: 1; letter-spacing: -.055em; }
.gp-hero h2 { margin: 0; color: var(--gp-gold-soft); font-size: clamp(32px, 3.5vw, 46px); font-weight: 900; line-height: 1.25; letter-spacing: -.045em; }
.gp-mobile-break { display: none; }
.gp-keyline { margin: 22px 0 0; color: rgba(255, 255, 255, .43); font-size: 15px; font-weight: 650; letter-spacing: .02em; }
.gp-hero-lead { max-width: 660px; margin: 29px 0 0; color: rgba(255, 255, 255, .56); font-size: 15px; line-height: 1.95; }
.gp-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }
.gp-primary { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 30px; padding: 0 25px; border-radius: 28px; color: #19160e; background: linear-gradient(135deg, #e6c37d, #bd8c32); box-shadow: 0 15px 35px rgba(190, 144, 56, .2); font-size: 13px; font-weight: 900; }
.gp-secondary { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; color: rgba(255,255,255,.78); background: rgba(255,255,255,.025); font-size: 12px; font-weight: 850; }
.gp-secondary:hover, .gp-secondary:focus-visible { color: var(--gp-gold); border-color: rgba(244,198,46,.45); }
.gp-text-link { color: rgba(255, 255, 255, .7); font-size: 12px; font-weight: 800; }

.gp-overview-card { overflow: hidden; border: 1px solid rgba(255, 255, 255, .08); border-radius: 16px; background: linear-gradient(145deg, rgba(19, 31, 53, .96), rgba(11, 18, 32, .94)); box-shadow: 0 35px 90px rgba(0, 0, 0, .3); }
.gp-overview-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 21px; border-bottom: 1px solid rgba(255, 255, 255, .07); color: rgba(255, 255, 255, .35); font-size: 10px; font-weight: 800; }
.gp-overview-head b { display: flex; align-items: center; gap: 7px; color: #66d7a8; font-size: 9px; }
.gp-overview-head i { width: 5px; height: 5px; border-radius: 50%; background: #66d7a8; box-shadow: 0 0 10px #66d7a8; }
.gp-overview-brand { padding: 24px 28px 9px; }
.gp-overview-brand img { width: 190px; height: 64px; object-fit: contain; }
.gp-overview-stat { display: grid; grid-template-columns: 88px 1fr; align-items: center; min-height: 94px; padding: 17px 28px; border-bottom: 1px solid rgba(255, 255, 255, .06); }
.gp-overview-stat strong { color: var(--gp-cream); border-left: 2px solid var(--gp-gold-soft); padding-left: 15px; font-size: 23px; }
.gp-overview-stat span { display: flex; flex-direction: column; color: rgba(255, 255, 255, .65); font-size: 12px; font-weight: 800; }
.gp-overview-stat small { margin-top: 5px; color: rgba(255, 255, 255, .28); font-size: 9px; font-weight: 500; }
.gp-overview-card > p { margin: 0; padding: 17px 28px; color: rgba(255, 255, 255, .25); font-size: 9px; line-height: 1.7; }

.gp-focus { padding: 32px 0 52px; border-top: 1px solid rgba(255, 255, 255, .04); border-bottom: 1px solid rgba(255, 255, 255, .07); background: #080d1b; }
.gp-focus-title, .gp-focus-title > div { display: flex; align-items: center; }
.gp-focus-title { justify-content: space-between; margin-bottom: 20px; }
.gp-focus-title > div { gap: 13px; }
.gp-focus-title span { color: var(--gp-gold); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.gp-focus-title h2 { margin: 0; font-size: 20px; }
.gp-focus-title time { padding: 4px 8px; border-radius: 12px; color: #6f7b94; background: #19243a; font-size: 9px; }
.gp-focus-title > a { color: var(--gp-gold-soft); font-size: 10px; font-weight: 800; }
.gp-focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gp-focus-grid > a { display: flex; min-height: 140px; flex-direction: column; padding: 19px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 10px; background: #10182a; }
.gp-focus-grid span { color: var(--gp-gold); font-size: 9px; font-weight: 900; }
.gp-focus-grid strong { margin-top: 15px; color: #f3f3ed; font-size: 15px; line-height: 1.45; }
.gp-focus-grid small { margin-top: 7px; color: rgba(255, 255, 255, .35); font-size: 10px; line-height: 1.55; }
.gp-focus-grid b { margin-top: auto; color: #d3ad5d; font-size: 9px; }

.gp-answer-section { padding: 72px 0 34px; background: #060a15; }
.gp-answer-box, .gp-summary-box, .gp-page-nav { border: 1px solid rgba(244, 198, 46, .16); border-radius: 12px; background: rgba(255, 255, 255, .025); }
.gp-answer-box { padding: 23px 26px; background: linear-gradient(90deg, rgba(100, 48, 14, .21), rgba(255, 255, 255, .02)); }
.gp-answer-box span { color: var(--gp-gold); font-size: 10px; font-weight: 900; }
.gp-answer-box p { margin: 10px 0 0; color: rgba(255, 255, 255, .72); font-size: 14px; line-height: 1.8; }
.gp-summary-box { margin-top: 18px; padding: 26px; }
.gp-summary-box h2 { margin: 0 0 14px; color: var(--gp-gold); font-size: 16px; }
.gp-summary-box ul { display: grid; gap: 10px; margin: 0; padding: 0; }
.gp-summary-box li { position: relative; padding-left: 24px; color: rgba(255, 255, 255, .68); font-size: 13px; line-height: 1.65; }
.gp-summary-box li::before { position: absolute; left: 0; color: var(--gp-gold); content: "✓"; font-weight: 900; }
.gp-page-nav { display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); gap: 11px 25px; margin-top: 20px; padding: 22px 26px; }
.gp-page-nav strong { grid-row: span 2; color: rgba(255, 255, 255, .7); font-size: 12px; }
.gp-page-nav a { color: rgba(255, 255, 255, .48); font-size: 11px; }
.gp-page-nav a:hover { color: var(--gp-gold); }

.gp-routes, .gp-guides, .gp-quick-links, .gp-faq { padding: 95px 0; background: #080d1a; }
.gp-section-head { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 80px; margin-bottom: 36px; }
.gp-section-head > div > p { margin: 0; color: var(--gp-gold); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.gp-section-head h2 { margin: 10px 0 0; color: var(--gp-text); font-size: clamp(31px, 4vw, 45px); font-weight: 900; line-height: 1.2; letter-spacing: -.045em; }
.gp-section-head > p { margin: 0; color: rgba(255, 255, 255, .44); font-size: 13px; line-height: 1.85; }
.gp-route-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.gp-route-grid > a { display: flex; min-height: 250px; flex-direction: column; padding: 23px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 10px; background: linear-gradient(145deg, #111a2c, #0c1322); transition: transform .2s ease, border-color .2s ease; }
.gp-route-grid > a:hover { border-color: rgba(244, 198, 46, .35); transform: translateY(-4px); }
.gp-route-grid span { color: var(--gp-gold-soft); font: 600 13px Georgia, serif; }
.gp-route-grid h3 { margin: 42px 0 12px; font-size: 17px; line-height: 1.4; }
.gp-route-grid p { margin: 0; color: rgba(255,255,255,.4); font-size: 11px; line-height: 1.75; }
.gp-route-grid b { margin-top: auto; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.07); color: var(--gp-gold); font-size: 9px; }
.gp-trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 30px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 10px; background: #101827; }
.gp-trust-strip > div { display: flex; flex-direction: column; padding: 22px 25px; border-right: 1px solid rgba(255,255,255,.07); }
.gp-trust-strip > div:last-child { border: 0; }
.gp-trust-strip strong { color: var(--gp-cream); font-size: 12px; }
.gp-trust-strip span { margin-top: 5px; color: rgba(255,255,255,.32); font-size: 9px; }

.gp-games { padding: 100px 0; background: linear-gradient(180deg, #060a14, #0a101e); }
.gp-game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gp-game-grid article { overflow: hidden; border: 1px solid rgba(255, 255, 255, .08); border-radius: 15px; background: #111a2b; box-shadow: 0 16px 38px rgba(0, 0, 0, .18); }
.gp-game-grid img { width: 100%; height: 205px; object-fit: cover; }
.gp-game-grid .gp-game-art { box-sizing: border-box; padding: 6px 12px 0; object-fit: contain; object-position: center bottom; background: radial-gradient(circle at 50% 58%, #243656 0, #111a2b 58%, #0b1220 100%); }
.gp-game-grid .gp-game-photo { object-position: center 42%; }
.gp-game-grid article > div { padding: 19px; }
.gp-game-grid span { color: var(--gp-gold); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.gp-game-grid h3 { margin: 7px 0 4px; font-size: 18px; }
.gp-game-grid p { margin: 0; color: rgba(255, 255, 255, .42); font-size: 10px; }
.gp-game-grid small { display: block; margin: 17px 0 14px; color: #6e7c95; font-size: 9px; }
.gp-game-grid a { display: flex; min-height: 40px; align-items: center; justify-content: center; border: 1px solid rgba(244, 198, 46, .32); border-radius: 21px; color: var(--gp-gold); font-size: 10px; font-weight: 900; }
.gp-game-grid article:nth-child(2) a { color: #171711; background: linear-gradient(90deg, #ffb612, #ff6e12); border: 0; }
.gp-game-cta { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 18px; margin-top: 34px; padding: 25px 31px; border: 1px solid rgba(244, 198, 46, .35); border-radius: 13px; background: linear-gradient(90deg, #111a2b, #0c1322); }
.gp-game-cta > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 12px; color: #17170f; background: var(--gp-gold); font: 900 16px Georgia, serif; }
.gp-game-cta > div { display: flex; flex-direction: column; }
.gp-game-cta strong { font-size: 17px; }
.gp-game-cta p { margin: 5px 0 0; color: rgba(255,255,255,.35); font-size: 10px; }
.gp-game-cta > a { padding: 13px 21px; border-radius: 23px; color: #1b1a12; background: var(--gp-gold); font-size: 10px; font-weight: 900; }

.gp-promotions { padding: 100px 0; background: radial-gradient(circle at 72% 32%, rgba(199, 135, 32, .12), transparent 28%), linear-gradient(180deg, #0a101e 0%, #080a0c 18%, #080a0c 84%, #180607 100%); }
.gp-promotions, .gp-acm { scroll-margin-top: 78px; }
.gp-promo-track { display: grid; grid-auto-flow: column; grid-auto-columns: 100%; gap: 18px; overflow-x: auto; padding: 1px 1px 14px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: rgba(244,198,46,.65) rgba(255,255,255,.06); scrollbar-width: thin; }
.gp-promo-track::-webkit-scrollbar { height: 7px; }
.gp-promo-track::-webkit-scrollbar-track { border-radius: 8px; background: rgba(255,255,255,.06); }
.gp-promo-track::-webkit-scrollbar-thumb { border-radius: 8px; background: linear-gradient(90deg, #f4c62e, #c68524); }
.gp-promo-slide { min-width: 0; overflow: hidden; scroll-snap-align: start; scroll-snap-stop: always; border: 1px solid rgba(244,198,46,.24); border-radius: 18px; background: #121519; box-shadow: 0 25px 65px rgba(0,0,0,.34); }
.gp-promo-slide > img { display: block; width: 100%; aspect-ratio: 3.2 / 1; object-fit: contain; background: #17191b; }
.gp-promo-caption { display: grid; grid-template-columns: 82px minmax(0,1fr); align-items: center; gap: 20px; padding: 20px 24px; border-top: 1px solid rgba(255,255,255,.08); background: linear-gradient(90deg, #171b21, #0d1015); }
.gp-promo-caption > span { color: var(--gp-gold); font: 700 12px Georgia, serif; letter-spacing: .08em; }
.gp-promo-caption h3 { margin: 0; color: var(--gp-cream); font-size: 17px; }
.gp-promo-caption p { margin: 5px 0 0; color: rgba(255,255,255,.43); font-size: 11px; line-height: 1.65; }
.gp-promo-dots { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 19px; }
.gp-promo-dots a { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(244,198,46,.24); border-radius: 50%; color: rgba(255,255,255,.55); background: rgba(255,255,255,.025); font-size: 9px; font-weight: 900; }
.gp-promo-dots a:hover, .gp-promo-dots a:focus-visible { color: #16130c; border-color: var(--gp-gold); background: var(--gp-gold); }
.gp-promo-checklist { display: grid; grid-template-columns: repeat(5,1fr); overflow: hidden; margin-top: 31px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: #10151d; }
.gp-promo-checklist > div { display: flex; align-items: center; gap: 10px; min-height: 65px; padding: 16px 18px; border-right: 1px solid rgba(255,255,255,.08); }
.gp-promo-checklist b { color: var(--gp-gold-soft); font: 600 10px Georgia, serif; }
.gp-promo-checklist span { color: rgba(255,255,255,.73); font-size: 11px; font-weight: 800; }
.gp-promo-checklist > p { grid-column: 1 / -1; margin: 0; padding: 16px 19px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.34); font-size: 10px; line-height: 1.7; }
.gp-promo-actions { display: flex; align-items: center; justify-content: flex-end; gap: 11px; margin-top: 18px; }
.gp-promo-actions a { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; padding: 0 19px; border: 1px solid rgba(244,198,46,.28); border-radius: 23px; color: var(--gp-gold); font-size: 10px; font-weight: 900; }
.gp-promo-actions a:last-child { color: #17140d; border-color: var(--gp-gold); background: var(--gp-gold); }

.gp-acm { position: relative; padding: 104px 0; background: radial-gradient(circle at 48% 22%, rgba(215,40,45,.18), transparent 34%), linear-gradient(180deg, #180607 0%, #0d0709 18%, #0a0b10 100%); }
.gp-acm::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(115deg, transparent 0 31%, rgba(202,31,37,.055) 31% 42%, transparent 42% 100%); }
.gp-acm > .gp-shell { position: relative; z-index: 1; }
.gp-acm-brand-row { display: grid; grid-template-columns: minmax(0,1fr) 340px; align-items: center; gap: 50px; margin-bottom: 38px; }
.gp-acm-brand-row p { margin: 0; color: #e3b240; font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.gp-acm-brand-row h2 { max-width: 760px; margin: 10px 0 0; font-size: clamp(34px,4.4vw,54px); line-height: 1.15; letter-spacing: -.045em; }
.gp-acm-brand-row > img { width: 100%; height: 126px; object-fit: contain; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: #050505; }
.gp-acm-hero { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(320px,.6fr); align-items: stretch; overflow: hidden; border: 1px solid rgba(201,49,55,.42); border-radius: 20px; background: #0a0708; box-shadow: 0 35px 90px rgba(0,0,0,.42); }
.gp-acm-hero figure { position: relative; min-width: 0; margin: 0; background: #270506; }
.gp-acm-hero figure > img { display: block; width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.gp-acm-hero figcaption, .gp-acm-stadium figcaption { position: absolute; right: 15px; bottom: 13px; padding: 7px 10px; border-radius: 6px; color: rgba(255,255,255,.66); background: rgba(7,7,9,.72); backdrop-filter: blur(8px); font-size: 9px; }
.gp-acm-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 37px; background: radial-gradient(circle at 0% 50%, rgba(176,25,31,.26), transparent 62%), linear-gradient(155deg,#1b0a0c,#09080a 67%); }
.gp-acm-copy > span, .gp-acm-club-copy > span { color: #e3b240; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.gp-acm-copy h3 { margin: 12px 0 15px; font-size: clamp(24px,2.6vw,34px); line-height: 1.3; }
.gp-acm-copy > p { margin: 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.85; }
.gp-acm-copy dl { display: grid; gap: 0; margin: 23px 0 0; border-top: 1px solid rgba(255,255,255,.09); }
.gp-acm-copy dl > div { display: grid; grid-template-columns: 85px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.gp-acm-copy dt { color: rgba(255,255,255,.32); font-size: 9px; }
.gp-acm-copy dd { margin: 0; color: rgba(255,255,255,.74); font-size: 10px; font-weight: 700; }
.gp-acm-copy .gp-acm-note { margin-top: 17px; color: rgba(255,255,255,.3); font-size: 9px; line-height: 1.75; }
.gp-acm-club { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); align-items: center; gap: 54px; margin-top: 52px; padding: 42px 46px; border: 1px solid rgba(255,255,255,.09); border-radius: 17px; background: linear-gradient(145deg,rgba(32,9,11,.86),rgba(12,12,16,.96)); }
.gp-acm-title-art { display: block; width: 100%; height: auto; object-fit: contain; }
.gp-acm-club-copy h3 { margin: 11px 0 15px; font-size: clamp(27px,3.2vw,39px); }
.gp-acm-club-copy p { margin: 0 0 12px; color: rgba(255,255,255,.54); font-size: 12px; line-height: 1.9; }
.gp-acm-stadium { position: relative; overflow: hidden; margin: 23px 0 0; border: 1px solid rgba(201,49,55,.38); border-radius: 20px; background: #180607; }
.gp-acm-stadium img { display: block; width: 100%; height: auto; }
.gp-acm-timeline { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 23px; }
.gp-acm-timeline article { overflow: hidden; min-width: 0; padding: 0 24px 25px; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: linear-gradient(155deg,#171318,#0d0f14); }
.gp-acm-timeline img { display: block; width: calc(100% + 48px); height: 88px; margin: 0 -24px 22px; padding: 17px 20px; object-fit: contain; background: #050505; }
.gp-acm-timeline span { color: #d34145; font: 700 11px Georgia,serif; }
.gp-acm-timeline h3 { margin: 10px 0 8px; font-size: 18px; }
.gp-acm-timeline p { margin: 0; color: rgba(255,255,255,.4); font-size: 10px; line-height: 1.75; }
.gp-acm-rights { margin: 19px 0 0; color: rgba(255,255,255,.27); font-size: 9px; line-height: 1.7; text-align: center; }

.gp-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gp-guide-grid article { display: flex; min-height: 270px; flex-direction: column; padding: 27px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 11px; background: linear-gradient(145deg, #111a2b, #0c1322); }
.gp-guide-grid article > span { color: var(--gp-gold); font-size: 9px; font-weight: 900; }
.gp-guide-grid h3 { margin: 35px 0 12px; font-size: 20px; line-height: 1.45; }
.gp-guide-grid p { margin: 0; color: rgba(255,255,255,.4); font-size: 11px; line-height: 1.75; }
.gp-guide-grid a { margin-top: auto; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.08); color: var(--gp-gold-soft); font-size: 10px; font-weight: 800; }

.gp-categories { padding: 100px 0; background: #060a15; }
.gp-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.08); border-left: 1px solid rgba(255,255,255,.08); }
.gp-category-grid article { min-height: 235px; padding: 30px; border-right: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.gp-category-grid b { color: var(--gp-gold-soft); font: 600 12px Georgia, serif; }
.gp-category-grid h3 { margin: 42px 0 12px; font-size: 21px; }
.gp-category-grid p { margin: 0; color: rgba(255,255,255,.38); font-size: 11px; line-height: 1.8; }

.gp-search-intents { padding: 100px 0; background: linear-gradient(180deg,#080d1a,#060a15); }
.gp-intent-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.gp-intent-grid article { display: flex; min-height: 255px; flex-direction: column; padding: 27px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: linear-gradient(145deg,#111a2b,#0c1322); transition: transform .2s ease,border-color .2s ease; }
.gp-intent-grid article:hover { border-color: rgba(244,198,46,.33); transform: translateY(-4px); }
.gp-intent-grid span { color: var(--gp-gold); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.gp-intent-grid h3 { margin: 31px 0 11px; color: var(--gp-cream); font-size: 19px; line-height: 1.45; }
.gp-intent-grid p { margin: 0; color: rgba(255,255,255,.4); font-size: 11px; line-height: 1.8; }
.gp-intent-grid a { margin-top: auto; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.08); color: var(--gp-gold-soft); font-size: 10px; font-weight: 850; }

.gp-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.gp-link-grid a { display: grid; grid-template-columns: 1fr 24px; min-height: 130px; padding: 22px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: #111a2b; }
.gp-link-grid b { font-size: 14px; }
.gp-link-grid span { grid-column: 1; margin-top: 8px; color: rgba(255,255,255,.35); font-size: 10px; line-height: 1.6; }
.gp-link-grid i { grid-row: 1 / span 2; grid-column: 2; color: var(--gp-gold); font-style: normal; }

.gp-faq { background: #060a15; }
.gp-faq-list { border-top: 1px solid rgba(255,255,255,.1); }
.gp-faq-list details { border-bottom: 1px solid rgba(255,255,255,.1); }
.gp-faq-list summary { position: relative; padding: 23px 55px 23px 0; color: rgba(255,255,255,.85); cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; }
.gp-faq-list summary::-webkit-details-marker { display: none; }
.gp-faq-list summary::after { position: absolute; top: 16px; right: 0; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(244,198,46,.3); border-radius: 50%; color: var(--gp-gold); content: "+"; }
.gp-faq-list details[open] summary::after { content: "−"; }
.gp-faq-list details p { max-width: 850px; margin: -2px 0 23px; color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.85; }

.gp-final-cta { padding: 74px 0; border-top: 1px solid rgba(244,198,46,.2); border-bottom: 1px solid rgba(244,198,46,.2); background: radial-gradient(circle at 15% 50%, rgba(244,198,46,.1), transparent 25%), #101827; }
.gp-final-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.gp-final-inner p { margin: 0; color: var(--gp-gold); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.gp-final-inner h2 { margin: 10px 0 7px; font-size: clamp(28px,4vw,42px); line-height: 1.25; }
.gp-final-inner span { color: rgba(255,255,255,.4); font-size: 12px; }
.gp-final-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.gp-final-actions a { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid rgba(244,198,46,.32); border-radius: 28px; color: var(--gp-gold); font-size: 11px; font-weight: 900; }
.gp-final-actions a:last-child { color: #171710; border-color: var(--gp-gold); background: var(--gp-gold); }

.gp-seo-copy { padding: 65px 0; background: #080d18; }
.gp-seo-copy h2 { margin: 0 0 17px; color: rgba(255,255,255,.75); font-size: 24px; }
.gp-seo-copy p { max-width: 980px; margin: 0 0 12px; color: rgba(255,255,255,.32); font-size: 11px; line-height: 1.9; }

.gp-footer { color: var(--gp-text); background: #172137; }
.gp-footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .75fr); gap: 50px; padding: 62px 0 46px; }
.gp-footer-brand img { width: 190px; height: 64px; object-fit: contain; }
.gp-footer-brand strong { display: block; margin-top: 18px; font-size: 14px; }
.gp-footer-brand p { max-width: 320px; margin: 11px 0 0; color: rgba(255,255,255,.4); font-size: 10px; line-height: 1.8; }
.gp-footer-grid h3 { margin: 0 0 17px; color: var(--gp-gold); font-size: 11px; }
.gp-footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.gp-footer-grid a { color: rgba(255,255,255,.48); font-size: 10px; }
.gp-footer-grid > div:last-child p { margin: 12px 0 0; color: rgba(255,255,255,.3); font-size: 9px; line-height: 1.8; }
.gp-footer-bottom { display: flex; justify-content: space-between; padding: 20px 0 27px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.25); font-size: 9px; }

.gp-home a:focus-visible, .gp-header a:focus-visible, .gp-footer a:focus-visible, .gp-home summary:focus-visible { outline: 2px solid var(--gp-gold); outline-offset: 4px; }

@media (max-width: 1120px) {
  .gp-brand span { display: none; }
  .gp-desktop-nav, .gp-header-actions { display: none; }
  .gp-mobile-menu { display: block; }
  .gp-hero-grid { gap: 55px; }
  .gp-route-grid { grid-template-columns: repeat(3, 1fr); }
  .gp-route-grid > a:nth-child(n+4) { min-height: 220px; }
}

@media (max-width: 900px) {
  .gp-hero-grid { grid-template-columns: 1fr; gap: 48px; padding: 75px 0; }
  .gp-overview-card { max-width: 600px; }
  .gp-section-head { grid-template-columns: 1fr; gap: 18px; }
  .gp-game-grid, .gp-guide-grid, .gp-category-grid, .gp-intent-grid { grid-template-columns: repeat(2, 1fr); }
  .gp-promo-checklist { grid-template-columns: repeat(3,1fr); }
  .gp-promo-checklist > div:nth-child(3) { border-right: 0; }
  .gp-promo-checklist > div:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .gp-acm-brand-row { grid-template-columns: 1fr; gap: 22px; }
  .gp-acm-brand-row > img { width: 340px; max-width: 100%; }
  .gp-acm-hero { grid-template-columns: 1fr; }
  .gp-acm-hero figure > img { height: auto; min-height: 0; }
  .gp-acm-club { grid-template-columns: 1fr; gap: 28px; }
  .gp-acm-title-art { max-width: 520px; }
  .gp-link-grid { grid-template-columns: repeat(2, 1fr); }
  .gp-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .gp-shell { width: calc(100vw - 30px); }
  .gp-header-inner { min-height: 70px; }
  .gp-brand img { width: 165px; height: 50px; }
  .gp-hero { min-height: 0; }
  .gp-hero-grid { min-height: 0; padding: 58px 0 70px; }
  .gp-kicker { margin-top: 31px; }
  .gp-hero h1 { font-size: 55px; }
  .gp-hero h2 { font-size: 34px; }
  .gp-mobile-break { display: block; }
  .gp-keyline { font-size: 13px; line-height: 1.7; }
  .gp-hero-lead { font-size: 14px; }
  .gp-hero-actions { flex-direction: column; align-items: stretch; gap: 18px; }
  .gp-primary { width: 100%; }
  .gp-text-link { text-align: center; }
  .gp-focus-grid, .gp-route-grid, .gp-game-grid, .gp-guide-grid, .gp-category-grid, .gp-link-grid, .gp-acm-timeline, .gp-intent-grid { grid-template-columns: 1fr; }
  .gp-page-nav { grid-template-columns: repeat(2, 1fr); }
  .gp-page-nav strong { grid-column: 1 / -1; grid-row: auto; }
  .gp-trust-strip { grid-template-columns: repeat(2, 1fr); }
  .gp-trust-strip > div:nth-child(2) { border-right: 0; }
  .gp-trust-strip > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.07); }
  .gp-game-grid img { height: auto; aspect-ratio: 4/3; }
  .gp-game-cta { grid-template-columns: 54px 1fr; }
  .gp-game-cta > a { grid-column: 1 / -1; text-align: center; }
  .gp-promotions, .gp-acm { padding: 74px 0; }
  .gp-promo-caption { grid-template-columns: 1fr; gap: 9px; padding: 17px 18px; }
  .gp-promo-caption h3 { font-size: 15px; }
  .gp-promo-checklist { grid-template-columns: repeat(2,1fr); }
  .gp-promo-checklist > div { min-height: 58px; padding: 13px 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .gp-promo-checklist > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.08); }
  .gp-promo-checklist > div:nth-child(even) { border-right: 0; }
  .gp-promo-checklist > div:nth-child(5) { grid-column: 1 / -1; border-right: 0; }
  .gp-promo-dots { gap: 6px; }
  .gp-promo-dots a { width: 28px; height: 28px; }
  .gp-promo-actions { flex-direction: column; align-items: stretch; }
  .gp-acm-brand-row h2 { font-size: 36px; }
  .gp-acm-hero, .gp-acm-stadium { border-radius: 14px; }
  .gp-acm-copy { padding: 28px 23px; }
  .gp-acm-club { gap: 24px; padding: 29px 23px; }
  .gp-acm-stadium figcaption, .gp-acm-hero figcaption { position: static; display: block; border-radius: 0; background: #0c0d10; }
  .gp-final-inner { flex-direction: column; align-items: flex-start; }
  .gp-final-actions { width: 100%; flex-direction: column; }
  .gp-final-actions a { width: 100%; }
  .gp-footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .gp-footer-grid > div:not(:first-child) { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); }
  .gp-footer-bottom { flex-direction: column; gap: 7px; }
}

@media (max-width: 420px) {
  .gp-promo-pill { font-size: 9px; letter-spacing: .02em; }
  .gp-hero h1 { font-size: 49px; }
  .gp-hero h2 { font-size: 30px; }
  .gp-overview-stat { grid-template-columns: 78px 1fr; padding-inline: 20px; }
  .gp-focus-title > div { flex-wrap: wrap; }
  .gp-summary-box, .gp-answer-box, .gp-page-nav { padding: 21px; }
  .gp-trust-strip { grid-template-columns: 1fr; }
  .gp-trust-strip > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.07); }
  .gp-trust-strip > div:last-child { border-bottom: 0; }
}
