:root {
  color-scheme: dark;
  --bg: #060606;
  --bg-2: #101114;
  --panel: rgba(16, 17, 20, 0.82);
  --panel-solid: #15161a;
  --text: #fff8e8;
  --muted: #b9b2a8;
  --gold: #ffd45a;
  --gold-2: #ff9e2c;
  --ruby: #e9193b;
  --ruby-2: #8d0d22;
  --cyan: #30d9ff;
  --jade: #39d98a;
  --blue: #5798ff;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", Arial, sans-serif;
  letter-spacing: 0;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  background:
    radial-gradient(circle at 30% 0%, rgba(255, 212, 90, 0.13), transparent 32rem),
    linear-gradient(135deg, #050505 0%, #101114 46%, #250510 100%);
}

.landing-page,
.landing-page * {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

.landing-page .primary-cta,
.landing-page .ghost-link,
.landing-page .site-header nav a,
.landing-page .promo-tile span,
.landing-page .promo-tile strong,
.landing-page .promo-tile em,
.landing-page .game-card-body p,
.landing-page .game-card-body h3,
.landing-page .game-list span,
.landing-page .feature-card span,
.landing-page .feature-card h3,
.landing-page .step-card span,
.landing-page .step-card h3,
.landing-page .sticky-cta strong,
.landing-page .sticky-cta span {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

body::selection {
  color: #130505;
  background: var(--gold);
}

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

button,
input {
  font: inherit;
}

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

.noscript,
.loading-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-lockup {
  position: relative;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 0 0.25rem;
  color: #fff;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
}

.brand-image {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: clamp(7rem, 14vw, 10.5rem);
  min-height: 3.2rem;
}

.brand-logo {
  width: 100%;
  max-height: 3.25rem;
  object-fit: contain;
  object-position: left center;
}

.brand-image.is-logo-missing {
  width: 2.8rem;
  min-height: 2.8rem;
  border: 1px solid rgba(255, 212, 90, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 212, 90, 0.18), rgba(233, 25, 59, 0.16)),
    rgba(255, 255, 255, 0.06);
}

.brand-image.is-logo-missing .brand-logo {
  display: none;
}

.brand-image.is-logo-missing::before {
  content: "";
  width: 1.55rem;
  height: 1.35rem;
  margin-left: 0.58rem;
  background: linear-gradient(135deg, #fff3b2, #ffb331 52%, #e9193b);
  clip-path: polygon(0 100%, 12% 34%, 35% 72%, 50% 0, 66% 72%, 88% 34%, 100% 100%);
}

.brand-lockup-large {
  transform: scale(1.28);
  transform-origin: left center;
}

.brand-crown {
  position: absolute;
  left: 50%;
  top: -1.45rem;
  width: 2.7rem;
  height: 1.7rem;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #fff2a6 0%, #ffbd32 45%, #d46a0a 100%);
  clip-path: polygon(0 100%, 12% 30%, 35% 70%, 50% 0, 65% 70%, 88% 30%, 100% 100%);
  border-bottom: 0.18rem solid #fff0a0;
}

.brand-word {
  position: relative;
  z-index: 1;
  padding: 0.12rem 0.36rem 0.06rem;
  color: #fff;
  font-size: 1.58rem;
  font-weight: 1000;
  line-height: 0.9;
  text-shadow:
    2px 2px 0 #111,
    0 0 18px rgba(255, 212, 90, 0.8);
  background: linear-gradient(180deg, #ffffff 0%, #f1e2bd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-plus {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0.1rem 0.4rem 0.14rem;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 1000;
  line-height: 1;
  text-shadow: 1px 1px 0 #111;
  background: linear-gradient(180deg, #d8122e 0%, #700611 100%);
  border: 2px solid rgba(255, 212, 90, 0.82);
  border-radius: 6px;
}

.primary-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.9rem 1.35rem;
  overflow: hidden;
  color: #180400;
  font-size: 1rem;
  font-weight: 950;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.58) 45%, transparent 75%) -160% 0 / 80% 100% no-repeat,
    linear-gradient(135deg, #ffe681 0%, #ffb331 40%, #ff333f 100%);
  box-shadow:
    0 16px 34px rgba(233, 25, 59, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
  animation: ctaSweep 3.8s ease-in-out infinite;
}

.primary-cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 20px 46px rgba(255, 158, 44, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.primary-cta.full {
  width: 100%;
}

.primary-cta.compact {
  min-height: 2.9rem;
  padding-inline: 1.1rem;
}

.ghost-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.9rem 1.2rem;
  color: #fff;
  font-weight: 850;
  white-space: nowrap;
  word-break: keep-all;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.section-shell {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.section-heading {
  max-width: 42rem;
  margin-bottom: 1.7rem;
}

.section-heading h2,
.reward-band h2,
.feature-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: 2.1rem;
  line-height: 1.18;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 680ms ease,
    transform 680ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Gate */
.gate-page {
  overflow-x: hidden;
}

.gate-screen {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  align-items: center;
  gap: 3rem;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 3rem 0;
}

.gate-screen-simple {
  grid-template-columns: minmax(0, 420px);
  justify-content: center;
  width: min(460px, calc(100% - 2rem));
  padding: 2rem 0;
}

.gate-visual {
  position: relative;
  min-height: 34rem;
  display: grid;
  align-content: center;
  overflow: hidden;
}

.gate-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 6, 6, 0.2), rgba(6, 6, 6, 0.82)),
    url("../images/gameplus-hero.webp") center / cover;
  border-radius: 0;
  mask-image: linear-gradient(90deg, #000 65%, transparent 100%);
}

.gate-visual .brand-lockup {
  margin-left: 1rem;
}

.gate-stage {
  position: absolute;
  left: 0;
  right: 14%;
  bottom: 12%;
  height: 7rem;
  overflow: hidden;
  opacity: 0.75;
}

.stage-line {
  position: absolute;
  left: 4%;
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: rotate(-9deg);
  animation: lightPass 4.8s ease-in-out infinite;
}

.stage-line-2 {
  top: 2.2rem;
  animation-delay: 800ms;
}

.stage-line-3 {
  top: 4.4rem;
  animation-delay: 1600ms;
}

.gate-panel {
  position: relative;
  z-index: 2;
  padding: 2rem;
  border: 1px solid rgba(255, 212, 90, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(14, 15, 18, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.gate-panel-simple {
  width: 100%;
  padding: 1.5rem;
}

.gate-badge {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 230, 129, 0.95), rgba(255, 51, 63, 0.85));
  box-shadow: 0 16px 34px rgba(233, 25, 59, 0.26);
}

.gate-badge span {
  width: 1.3rem;
  height: 1.6rem;
  display: block;
  border: 3px solid #160704;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  position: relative;
}

.gate-badge span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1rem;
  height: 0.8rem;
  transform: translateX(-50%);
  border: 3px solid #160704;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.gate-panel h1 {
  margin: 0;
  font-size: 2.15rem;
  line-height: 1.15;
}

.gate-copy {
  margin: 0.85rem 0 1.3rem;
  color: var(--muted);
  line-height: 1.75;
}

.captcha-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.58rem;
  min-height: 6.2rem;
  margin: 1.2rem 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(135deg, rgba(255, 212, 90, 0.1) 0 1px, transparent 1px 10px),
    linear-gradient(135deg, rgba(233, 25, 59, 0.18), rgba(48, 217, 255, 0.08)),
    #0d0e11;
}

.captcha-box-simple {
  min-height: 5.4rem;
  gap: 0.76rem;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 11px),
    linear-gradient(135deg, rgba(255, 212, 90, 0.14), rgba(255, 255, 255, 0.04)),
    #111216;
}

.captcha-box span {
  position: relative;
  z-index: 1;
  min-width: 2rem;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 1000;
  line-height: 1;
  text-align: center;
  text-shadow:
    0 0 18px rgba(255, 212, 90, 0.8),
    2px 2px 0 #111;
}

.scanline {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.16) 50%, transparent 100%);
  transform: translateY(-100%);
  animation: scan 2.7s linear infinite;
}

.gate-form label {
  display: block;
  margin-bottom: 0.55rem;
  color: #fff;
  font-weight: 850;
}

.input-row {
  display: grid;
  grid-template-columns: 1fr 3.2rem;
  gap: 0.65rem;
}

.input-row input {
  width: 100%;
  min-height: 3.25rem;
  padding: 0 0.95rem;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  outline: none;
  background: rgba(255, 255, 255, 0.08);
}

.input-row input:focus {
  border-color: rgba(255, 212, 90, 0.86);
  box-shadow: 0 0 0 3px rgba(255, 212, 90, 0.14);
}

.icon-button {
  display: inline-grid;
  place-items: center;
  min-height: 3.25rem;
  color: #fff;
  font-size: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
}

.form-error {
  margin: 0.8rem 0 0;
  color: #ffb8c2;
  font-size: 0.9rem;
}

.gate-form .primary-cta {
  margin-top: 1rem;
}

.gate-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.gate-perks span {
  flex: 1 1 auto;
  padding: 0.55rem 0.65rem;
  color: #f8ebd8;
  font-size: 0.83rem;
  font-weight: 850;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.is-shaking {
  animation: shake 360ms ease both;
}

/* Landing */
.landing-page {
  padding-bottom: 5.8rem;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
  width: min(var(--max), calc(100% - 1.2rem));
  min-height: 4.55rem;
  padding: 0 0.75rem;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(6, 6, 6, 0.72);
  backdrop-filter: blur(16px);
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
}

.site-header nav a {
  padding: 0.65rem 0.8rem;
  color: var(--muted);
  font-weight: 800;
  white-space: nowrap;
  word-break: keep-all;
  border-radius: 999px;
}

.site-header nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.header-cta {
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
}

.hero-section {
  position: relative;
  min-height: 95vh;
  display: grid;
  align-items: end;
  padding: 7.8rem 0 1.2rem;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(6, 6, 6, 0.9) 0%, rgba(6, 6, 6, 0.56) 45%, rgba(6, 6, 6, 0.78) 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 36%),
    url("../images/gameplus-hero.webp") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-lights {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    conic-gradient(from 210deg at 24% 28%, transparent 0 18deg, rgba(255, 212, 90, 0.22) 19deg 22deg, transparent 23deg 70deg),
    conic-gradient(from 300deg at 75% 34%, transparent 0 12deg, rgba(48, 217, 255, 0.13) 13deg 15deg, transparent 16deg 70deg);
  opacity: 0.82;
  animation: lightsDrift 8s ease-in-out infinite alternate;
}

.hero-content {
  width: min(var(--max), calc(100% - 2rem));
  max-width: var(--max);
  margin: 0 auto 2.2rem;
  padding-right: 0;
}

.hero-content > * {
  max-width: 44rem;
}

.hero-content h1 {
  margin: 0;
  max-width: 44rem;
  font-size: 4.8rem;
  line-height: 1.02;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  text-shadow: 0 14px 44px rgba(0, 0, 0, 0.55);
}

.hero-content h1 span {
  display: block;
  color: var(--gold);
  white-space: nowrap;
  text-shadow:
    0 0 24px rgba(255, 212, 90, 0.75),
    0 14px 44px rgba(0, 0, 0, 0.55);
}

.hero-copy {
  max-width: 38rem;
  margin: 1.2rem 0 0;
  color: #f2e6d6;
  font-size: 1.12rem;
  line-height: 1.85;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.jackpot-strip {
  width: min(var(--max), calc(100% - 2rem));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin: 0 auto;
}

.promo-tile {
  position: relative;
  min-height: 8.3rem;
  padding: 1.05rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(255, 212, 90, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(18, 19, 23, 0.86);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(12px);
}

.promo-tile::after {
  content: "";
  position: absolute;
  inset: auto -25% -70% -25%;
  height: 85%;
  background: radial-gradient(circle, rgba(255, 212, 90, 0.2), transparent 65%);
}

.promo-tile span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 850;
  white-space: nowrap;
}

.promo-tile strong {
  display: block;
  margin-top: 0.3rem;
  color: var(--gold);
  font-size: 2.5rem;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 0 18px rgba(255, 212, 90, 0.45);
}

.promo-tile em {
  display: block;
  margin-top: 0.55rem;
  color: #fff;
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

.reward-band {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
  padding: 5.2rem 0 3.6rem;
}

.reward-copy {
  color: var(--muted);
  line-height: 1.8;
}

.reward-copy p {
  margin: 0 0 1rem;
}

.game-section {
  padding: 3.6rem 0;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.85rem;
}

.game-card {
  position: relative;
  min-height: 15rem;
  grid-column: span 2;
  padding: 1.1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    var(--panel-solid);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  animation: cardFloat 4.8s ease-in-out infinite;
  animation-delay: var(--delay);
}

.image-game-card {
  min-height: 16.5rem;
  padding: 0;
  isolation: isolate;
  background: #101114;
}

.image-game-card::before {
  display: none;
}

.image-game-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 6, 6, 0.86) 0%, rgba(6, 6, 6, 0.54) 42%, rgba(6, 6, 6, 0.08) 100%),
    linear-gradient(0deg, rgba(6, 6, 6, 0.82) 0%, transparent 58%);
}

.game-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 380ms ease;
}

.image-game-card:hover .game-card-image {
  transform: scale(1.07);
}

.game-card-body {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.1rem;
  text-align: center;
}

.game-card-body p {
  margin: 0 0 0.18rem;
  color: var(--gold);
  font-size: 0.83rem;
  font-weight: 900;
  white-space: nowrap;
  word-break: keep-all;
}

.game-card-body h3 {
  margin: 0;
  font-size: 1.75rem;
  white-space: nowrap;
  word-break: keep-all;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.52);
}

.game-card:nth-child(4),
.game-card:nth-child(5) {
  grid-column: span 3;
}

.game-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background: radial-gradient(circle at 20% 10%, var(--card-accent), transparent 44%);
}

.accent-gold {
  --card-accent: var(--gold);
}

.accent-cyan {
  --card-accent: var(--cyan);
}

.accent-ruby {
  --card-accent: var(--ruby);
}

.accent-jade {
  --card-accent: var(--jade);
}

.accent-blue {
  --card-accent: var(--blue);
}

.game-card-head,
.game-list {
  position: relative;
  z-index: 1;
}

.game-card-head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.game-card-head p {
  margin: 0 0 0.18rem;
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 850;
}

.game-card-head h3 {
  margin: 0;
  font-size: 1.55rem;
}

.game-icon {
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent),
    radial-gradient(circle at 30% 30%, var(--card-accent), transparent 54%),
    #0b0c0f;
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.08);
}

.game-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1.4rem;
}

.game-list span {
  padding: 0.48rem 0.62rem;
  color: #f9ead6;
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
  word-break: keep-all;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.24);
}

.feature-row {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  align-items: center;
  padding: 4.2rem 0;
}

.feature-copy p {
  color: var(--muted);
  line-height: 1.85;
}

.feature-stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.feature-card {
  position: relative;
  min-height: 18rem;
  padding: 1.25rem;
  display: grid;
  align-content: end;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.72) 100%),
    radial-gradient(circle at 28% 20%, rgba(255, 212, 90, 0.38), transparent 32%),
    #17181c;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.32);
}

.visual-feature {
  min-height: 18.5rem;
  padding: 0;
  isolation: isolate;
  background: #111216;
}

.feature-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 380ms ease;
}

.visual-feature:hover .feature-image {
  transform: scale(1.07);
}

.visual-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 6, 6, 0.86), rgba(6, 6, 6, 0.48) 48%, rgba(6, 6, 6, 0.12)),
    linear-gradient(0deg, rgba(6, 6, 6, 0.88), transparent 58%);
}

.feature-card-copy {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 1.15rem;
  width: 100%;
  text-align: center;
}

.feature-card.electric {
  background:
    linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.74) 100%),
    radial-gradient(circle at 28% 20%, rgba(48, 217, 255, 0.38), transparent 32%),
    #17181c;
}

.feature-card::before {
  content: "";
  position: absolute;
  left: 18%;
  top: 12%;
  width: 60%;
  height: 42%;
  opacity: 0.85;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.visual-feature::before {
  display: none;
}

.feature-card span {
  color: var(--gold);
  font-weight: 950;
  white-space: nowrap;
  word-break: keep-all;
}

.feature-card h3 {
  margin: 0.25rem 0 0.45rem;
  font-size: 1.65rem;
  text-align: center;
  word-break: keep-all;
}

.feature-card p {
  margin: 0;
  color: #e7ded1;
  line-height: 1.65;
  text-align: center;
}

.claim-section {
  position: relative;
  margin-top: 2rem;
  padding: 4.8rem 0 5.5rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(6, 6, 6, 0)),
    #0a0b0d;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.step-card {
  padding: 1.2rem;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.step-card span {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 950;
  white-space: nowrap;
}

.step-card h3 {
  margin: 0.45rem 0 0.4rem;
  font-size: 1.35rem;
  white-space: nowrap;
  word-break: keep-all;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1.4rem;
  border: 1px solid rgba(255, 212, 90, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(233, 25, 59, 0.18), rgba(255, 212, 90, 0.12)),
    rgba(255, 255, 255, 0.045);
}

.final-cta h2 {
  font-size: 1.65rem;
}

.final-cta p {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.site-footer {
  width: min(var(--max), calc(100% - 2rem));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto;
  padding: 2rem 0 7rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.sticky-cta {
  position: fixed;
  z-index: 30;
  left: 50%;
  bottom: 0.7rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.85rem;
  width: min(620px, calc(100% - 1rem));
  padding: 0.65rem;
  opacity: 0;
  transform: translate(-50%, calc(100% + 1.4rem));
  pointer-events: none;
  border: 1px solid rgba(255, 212, 90, 0.24);
  border-radius: var(--radius);
  background: rgba(6, 6, 6, 0.86);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.sticky-cta.is-visible {
  opacity: 1;
  transform: translateX(-50%);
  pointer-events: auto;
}

.sticky-cta strong,
.sticky-cta span {
  display: block;
}

.sticky-cta strong {
  color: var(--gold);
  font-size: 1.08rem;
}

.sticky-cta span {
  color: var(--muted);
  font-size: 0.84rem;
}

.sticky-cta .primary-cta {
  min-height: 2.9rem;
  padding: 0.7rem 1rem;
}

@keyframes ctaSweep {
  0%,
  56% {
    background-position:
      -180% 0,
      0 0;
  }
  82%,
  100% {
    background-position:
      230% 0,
      0 0;
  }
}

@keyframes scan {
  to {
    transform: translateY(100%);
  }
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-8px);
  }
  40% {
    transform: translateX(7px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(3px);
  }
}

@keyframes lightPass {
  0%,
  100% {
    opacity: 0.08;
    transform: translateX(-12%) rotate(-9deg);
  }
  45% {
    opacity: 0.88;
  }
  60% {
    transform: translateX(18%) rotate(-9deg);
  }
}

@keyframes lightsDrift {
  from {
    transform: translateX(-1.5%) rotate(0deg);
  }
  to {
    transform: translateX(1.5%) rotate(1deg);
  }
}

@keyframes cardFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@media (max-width: 980px) {
  .gate-screen {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding-top: 1.2rem;
  }

  .gate-visual {
    min-height: 15rem;
  }

  .brand-lockup-large {
    transform: scale(1);
  }

  .gate-visual::before {
    mask-image: linear-gradient(180deg, #000 58%, transparent 100%);
  }

  .gate-visual .brand-lockup {
    margin-left: 0.7rem;
  }

  .site-header {
    grid-template-columns: auto auto;
  }

  .site-header nav {
    display: none;
  }

  .hero-content {
    padding-right: 0;
  }

  .hero-content h1 {
    font-size: 3.25rem;
  }

  .jackpot-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .reward-band,
  .feature-row,
  .final-cta {
    grid-template-columns: 1fr;
  }

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

  .game-card,
  .game-card:nth-child(4),
  .game-card:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 680px) {
  .brand-word {
    font-size: 1.35rem;
  }

  .brand-lockup-large {
    transform: scale(0.92);
  }

  .brand-plus {
    font-size: 0.9rem;
  }

  .gate-panel {
    padding: 1.2rem;
  }

  .gate-panel h1 {
    font-size: 1.82rem;
  }

  .captcha-box span {
    min-width: 1.55rem;
    font-size: 1.72rem;
  }

  .site-header {
    min-height: 4.2rem;
    width: 100%;
    padding: 0 0.7rem;
  }

  .header-cta {
    min-height: 2.55rem;
    padding: 0.66rem 0.8rem;
    font-size: 0.88rem;
  }

  .hero-section {
    min-height: 92vh;
    padding-top: 6.4rem;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(6, 6, 6, 0.74) 0%, rgba(6, 6, 6, 0.42) 38%, rgba(6, 6, 6, 0.94) 100%),
      url("../images/gameplus-hero.webp") 54% center / cover no-repeat;
  }

  .hero-content {
    margin-bottom: 1rem;
  }

  .hero-content h1 {
    max-width: 21rem;
    font-size: 2.68rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .jackpot-strip,
  .game-grid,
  .feature-stack,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .promo-tile {
    min-height: 6.5rem;
  }

  .promo-tile strong {
    font-size: 2rem;
  }

  .section-heading h2,
  .reward-band h2,
  .feature-copy h2,
  .final-cta h2 {
    font-size: 1.65rem;
  }

  .reward-band {
    padding-top: 3.4rem;
  }

  .game-card {
    min-height: 12.4rem;
  }

  .feature-card {
    min-height: 14rem;
  }

  .site-footer {
    display: block;
    padding-bottom: 7.2rem;
  }

  .site-footer p {
    margin-top: 1rem;
  }

  .sticky-cta {
    grid-template-columns: 1fr auto;
  }

  .sticky-cta .primary-cta {
    min-width: 7.2rem;
    font-size: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
