:root {
  --bg: #f4f5fb;
  --bg-soft: #eef0f8;
  --panel: #ffffff;
  --panel-soft: #f7f8fd;
  --ink: #101a3d;
  --muted: #4e587f;
  --line: #d6dbec;
  --primary: #0d1f5a;
  --primary-soft: #1f3c8f;
  --accent: #2f57c5;
  --ok: #1f3c8f;
  --radius-xl: 30px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow: 0 20px 46px rgba(16,26,61,0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", "Segoe UI", sans-serif; color: var(--ink); background: radial-gradient(1200px 500px at 8% -10%, #ffffff, transparent 60%), linear-gradient(180deg, var(--bg), var(--bg-soft)); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, 92vw); margin: 0 auto; }
.muted { color: var(--muted); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--primary-soft); font-weight: 800; }
h1, h2, h3, h4 { margin: 0 0 10px; font-family: "IBM Plex Sans", "Segoe UI", sans-serif; letter-spacing: 0.01em; }
h1 { font-size: clamp(2.1rem, 4.4vw, 3.5rem); line-height: 1.06; }
h2 { font-size: clamp(1.4rem, 2.8vw, 2.2rem); }
.lead { font-size: 1.04rem; line-height: 1.7; margin: 0; }
.section { padding: 66px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 26px; flex-wrap: wrap; }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow); }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 12px; border: 1px solid transparent; min-height: 44px; padding: 10px 16px; cursor: pointer; text-transform: uppercase; letter-spacing: 0.07em; font-weight: 800; font-family: inherit; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(140deg, #172c6a, #0d1f5a); box-shadow: 0 12px 30px rgba(13,31,90,.28); }
.btn-ghost { color: var(--primary); background: #fff; border-color: var(--line); }
.pill { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid #c4cce7; color: var(--primary); padding: 6px 11px; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; background: #f7f9ff; }
.badge-row { display: flex; flex-wrap: wrap; gap: 9px; }
.topbar { display: none; }
.topbar strong { color: var(--primary); }
.site-header { position: sticky; top: 0; z-index: 90; backdrop-filter: blur(10px); background: rgba(244,246,252,.88); border-bottom: 1px solid var(--line); }
.header-bar { min-height: 76px; display: flex; align-items: center; gap: 12px; position: relative; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-logo { width: 48px; height: 48px; border-radius: 12px; border: 1px solid #c9d0eb; object-fit: cover; }
.site-nav { margin-left: 10px; display: flex; align-items: center; gap: 8px; padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.site-nav a { padding: 9px 13px; border-radius: 999px; text-transform: uppercase; letter-spacing: .05em; font-weight: 700; font-size: .78rem; color: #313f6f; }
.site-nav a:hover, .site-nav a.active { color: #fff; background: linear-gradient(140deg, #1b3278, #122661); }
.header-actions { margin-left: auto; }
.menu-toggle { display: none; width: 44px; height: 44px; border-radius: 999px; border: 1px solid #b8c2e3; background: #fff; color: var(--primary); padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.menu-toggle .bar { width: 18px; height: 2px; border-radius: 999px; background: var(--primary); }
.wallet-pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #c9d0eb; border-radius: 999px; padding: 9px 13px; font-weight: 700; color: var(--primary); background: #fff; }
.hero { margin-top: 14px; position: relative; overflow: hidden; border-radius: var(--radius-xl); min-height: clamp(340px, 56vh, 560px); border: 1px solid #b8c2e3; box-shadow: var(--shadow); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,15,42,.62), rgba(7,15,42,.72)), var(--hero-image, url("../img/hero.jpg.png")) center calc(50% + (var(--parallax-offset, 0px) * .34)) / cover no-repeat; transform: scale(1.04); }
.hero::after { content: ""; position: absolute; inset: -20%; pointer-events: none; background: radial-gradient(5px 5px at 18% 20%, rgba(255, 255, 255, .3), transparent 70%), radial-gradient(4px 4px at 72% 36%, rgba(255, 255, 255, .25), transparent 70%), radial-gradient(6px 6px at 84% 72%, rgba(255, 255, 255, .22), transparent 70%), radial-gradient(4px 4px at 34% 80%, rgba(255, 255, 255, .24), transparent 70%); animation: driftParticles 24s linear infinite; }
@keyframes driftParticles { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-36px, -52px, 0); } }
.hero-grid { min-height: inherit; position: relative; z-index: 1; display: grid; place-items: center; }
.hero-card { width: min(840px, 92%); text-align: center; color: #f4f6ff; background: rgba(7,15,44,.34); border: 1px solid rgba(255, 255, 255, .32); border-radius: 24px; padding: clamp(20px, 3.2vw, 34px); backdrop-filter: blur(4px); }
.hero-center .control-row { justify-content: center; }
.game-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.game-card { display: grid; gap: 14px; border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--panel); box-shadow: var(--shadow); padding: 18px; transition: transform .24s ease, box-shadow .24s ease; }
.game-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px rgba(13,31,90,.16); }
.game-card img { width: 100%; height: 190px; object-fit: cover; border-radius: 14px; border: 1px solid #c9d0eb; }
.game-tag { text-transform: uppercase; font-size: .75rem; font-weight: 800; letter-spacing: .1em; color: var(--primary-soft); }
.timeline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.timeline-step { border-radius: 14px; border: 1px solid var(--line); background: #fff; padding: 18px; box-shadow: var(--shadow); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.list li { padding: 9px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 12px; background: #fff; overflow: hidden; }
.faq-item button { width: 100%; text-align: left; border: 0; background: transparent; color: var(--ink); padding: 14px 16px; font-weight: 700; cursor: pointer; }
.faq-item .answer { display: none; padding: 0 16px 14px; color: var(--muted); }
.faq-item.open .answer { display: block; }
.game-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 18px; }
.game-panel { border-radius: var(--radius-lg); border: 1px solid var(--line); background: #fff; padding: 20px; box-shadow: var(--shadow); }
.game-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.game-sidebar { display: grid; gap: 14px; }
.inline-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.stat { border: 1px solid var(--line); border-radius: 10px; padding: 10px; background: var(--panel-soft); }
.stat strong { display: block; font-size: 1.1rem; color: var(--primary); }
.stat span { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.output, .contact-status, .clash-feedback { border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; background: #fff; }
.clash-feedback.idle { color: #2f447b; }
.clash-feedback.good { color: #1b3e8a; }
.clash-feedback.perfect { color: #0e296e; font-weight: 700; }
.clash-feedback.risk { color: #715a2a; }
.log { display: grid; gap: 8px; }
.log p { margin: 0; border-left: 3px solid #c4cce7; background: #f8faff; border-radius: 8px; padding: 8px 10px; color: var(--muted); }
.control-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 16px 0; }
input, select, textarea { width: 100%; border: 1px solid #c8cfea; border-radius: 10px; background: #fff; color: var(--ink); font-family: inherit; padding: 10px 12px; }
textarea { min-height: 120px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.form-grid .full { grid-column: 1 / -1; }
.footer { margin-top: 42px; border-top: 1px solid var(--line); background: linear-gradient(180deg, #f9faff, #eff1fa); padding: 34px 0 20px; }
.footer-hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 16px; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.footer-logo { width: 52px; height: 52px; border-radius: 14px; border: 1px solid #c8cfea; }
.footer-name { color: var(--primary); }
.footer-flow { margin-top: 14px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 14px; }
.footer-rail, .footer-note { grid-column: span 3; border: 1px solid var(--line); border-radius: 14px; padding: 14px; background: #fff; }
.footer-rail a { display: block; padding: 5px 0; color: #39487f; font-weight: 600; }
.footer-bottom { margin-top: 16px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.overlay { position: fixed; inset: 0; background: rgba(6,14,43,.72); display: none; align-items: center; justify-content: center; z-index: 120; }
.overlay.show { display: flex; }
.overlay-card { width: min(540px, 92vw); border: 1px solid #c8cfea; border-radius: 16px; background: #fff; padding: 24px; text-align: center; }
.cookie-box { position: fixed; right: 20px; bottom: 20px; width: min(360px, 92vw); border: 1px solid #c8cfea; border-radius: 14px; background: #fff; box-shadow: var(--shadow); padding: 14px; display: none; z-index: 100; }
.cookie-box.show { display: block; animation: riseUp .32s ease; }
.reels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.reel-window { height: 100px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #f7f8fd; }
.reel-track { display: grid; }
.reel-cell { height: 100px; display: grid; place-items: center; font-size: 1.6rem; font-weight: 800; color: var(--primary); }
.wheel-wrap { display: grid; place-items: center; position: relative; }
.wheel { width: 260px; height: 260px; border-radius: 50%; border: 1px solid #9caad8; box-shadow: var(--shadow); display: grid; place-items: center; transition: transform 3.8s cubic-bezier(.2,.8,.2,1); }
.wheel-pointer { position: absolute; top: -8px; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 18px solid #102462; }
.wheel-label { position: absolute; font-size: .78rem; font-weight: 700; color: #102462; }
.echo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.echo-pad { min-height: 110px; border-radius: 14px; border: 1px solid #c2cbe6; background: #f8faff; color: #102462; display: grid; place-items: center; font-weight: 800; }
.echo-pad.active { box-shadow: 0 0 0 2px #a9b4e0 inset, 0 8px 20px rgba(13,31,90,.2); }
.fortune-stage, .fortune-play-grid, .clash-module-row { display: grid; gap: 10px; }
.fortune-stage { grid-template-columns: 1fr 1fr; align-items: center; }
.fortune-play-grid { grid-template-columns: 1fr 1fr; }
.fortune-play-grid label:last-child, .fortune-play-grid label:nth-child(3) { grid-column: 1 / -1; }
.fortune-wheel-wrap { position: relative; display: grid; place-items: center; }
#fortune-wheel { width: min(100%, 410px); border-radius: 50%; border: 1px solid #9caad8; background: #f8faff; }
.fortune-pointer { position: absolute; top: -4px; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 20px solid #122661; }
.fortune-hub { position: absolute; width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; background: linear-gradient(140deg, #172c6a, #0d1f5a); border: 1px solid #344c95; }
.fortune-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.fortune-chip-row button { border: 1px solid #b8c2e3; border-radius: 10px; background: #fff; color: #122661; padding: 8px 10px; cursor: pointer; }
.clash-module-row { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 10px; }
.clash-module { border: 1px solid var(--line); border-radius: 10px; background: #f8faff; padding: 10px; }
.clash-module.active { border-color: #8d9dd4; }
.clash-module-icon, .ctrl-ico, .ember-glyph { width: 18px; height: 18px; display: inline-flex; }
.clash-module-icon svg, .ctrl-ico svg, .ember-glyph svg { width: 100%; height: 100%; }
.clash-progress { height: 8px; border-radius: 999px; border: 1px solid #c4cce7; background: #f1f3fc; overflow: hidden; margin: 10px 0; }
.clash-progress-fill { height: 100%; width: 0; background: linear-gradient(90deg, #2949aa, #6f85cf); }
.clash-round-dots { display: flex; gap: 6px; margin-bottom: 10px; }
.clash-round-dots i { width: 10px; height: 10px; border-radius: 50%; border: 1px solid #a6b3dd; background: #e4eaf9; }
.clash-round-dots i.active { background: #142968; }
.clash-round-dots i.done { background: #7e93cf; }
.heat-panel { display: grid; gap: 10px; }
.heat-bar { height: 48px; border-radius: 999px; border: 1px solid #c4cce7; background: #f4f6ff; position: relative; overflow: hidden; }
.heat-target { position: absolute; top: 7px; height: 32px; border-radius: 999px; background: rgba(47,87,197,.18); border: 1px solid rgba(47,87,197,.28); }
.heat-perfect-zone { position: absolute; top: 6px; height: 18px; border-radius: 999px; background: rgba(17,43,110,.35); }
.heat-marker { position: absolute; top: 4px; width: 14px; height: 40px; border-radius: 999px; background: #152b6b; }
#ember-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.ember-tile { min-height: 84px; border: 1px solid #c4cce7; border-radius: 12px; background: #f8faff; cursor: pointer; display: grid; place-items: center; }
.ember-tile:hover { transform: translateY(-2px); }
.ember-tile.active, .ember-tile.matched { background: #edf1fd; }
.reveal { opacity: 0; transform: translateY(16px); transition: .62s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.float { animation: softFloat 4.8s ease-in-out infinite; }
@keyframes softFloat { 0% { transform: translateY(0); } 50% { transform: translateY(-5px); } 100% { transform: translateY(0); } }
@keyframes riseUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: calc(100% + 8px); right: 0; display: none; flex-direction: column; align-items: flex-start; border-radius: 14px; padding: 10px; background: #fff; }
  .site-nav.show { display: flex; }
  .hero, .section { padding-top: 0; }
  .game-grid, .split, .timeline, .card-grid, .footer-hero, .game-layout, .fortune-stage, .clash-module-row, #ember-grid, .footer-flow { grid-template-columns: 1fr; }
  .footer-rail, .footer-note { grid-column: span 12; }
  .inline-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-grid { grid-template-columns: 1fr; }
  .wallet-pill { display: none; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }
/* Header v2 */
.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  padding: 12px 0;
  backdrop-filter: blur(12px);
  background: linear-gradient(180deg, rgba(243,245,253,.92), rgba(243,245,253,.7));
  border-bottom: 0;
}

.header-capsule {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  border: 1px solid #c7cee8;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 36px rgba(16,26,61,.12);
  min-height: 74px;
  padding: 10px 14px;
}

.brand-block { display: inline-flex; align-items: center; gap: 10px; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: "IBM Plex Sans", sans-serif; letter-spacing: .04em; text-transform: uppercase; color: #0d1f5a; font-size: .92rem; }
.brand-copy small { color: #5b6791; font-size: .69rem; letter-spacing: .05em; text-transform: uppercase; }

.menu-orbit {
  margin: 0;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid #ccd3eb;
  background: linear-gradient(180deg,#f7f9ff,#eef1fb);
  padding: 6px;
}

.menu-orbit a {
  position: relative;
  overflow: hidden;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #35477f;
}

.menu-orbit a::before {
  content: "";
  position: absolute;
  inset: auto 10px 6px;
  height: 2px;
  border-radius: 999px;
  background: #172c6d;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease;
}

.menu-orbit a:hover::before,
.menu-orbit a.active::before { transform: scaleX(1); }

.menu-orbit a:hover,
.menu-orbit a.active {
  color: #12245b;
  background: #fff;
  box-shadow: 0 8px 18px rgba(14,32,90,.12);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid #172d6d;
  background: linear-gradient(140deg,#172d6d,#0e2058);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Hero v2 */
.hero {
  margin-top: 12px;
  min-height: clamp(380px, 74vh, 700px);
  border-radius: 26px;
  border: 1px solid rgba(180,189,220,.8);
  box-shadow: 0 24px 48px rgba(10,22,62,.16);
}

.hero::before {
  background:
    linear-gradient(180deg, rgba(8,16,46,.66), rgba(8,16,46,.76)),
    var(--hero-image, url("../img/background.jpg.png")) center calc(50% + (var(--parallax-offset, 0px) * .32)) / cover no-repeat;
}

.hero::after {
  inset: 0;
  background:
    radial-gradient(80% 40% at 20% 0%, rgba(255,255,255,.14), transparent 70%),
    radial-gradient(60% 35% at 86% 16%, rgba(255,255,255,.12), transparent 72%);
  animation: driftParticles 16s ease-in-out infinite alternate;
}

.hero-card {
  width: min(860px, 92%);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  color: #f4f6ff;
  padding: clamp(16px, 2.8vw, 26px);
}

.hero-card .eyebrow,
.hero-card .badge-row,
.hero-card .pill,
.hero-card .wallet-pill,
.hero-card .footer-badge { display: none !important; }

.hero-card h1 { font-size: clamp(2.2rem, 5.6vw, 4.2rem); margin-bottom: 12px; }
.hero-card p { margin: 0 auto; max-width: 720px; font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.65; color: rgba(241,245,255,.92); }
.hero-card .control-row { justify-content: center; margin-top: 22px; }
.hero-card .control-row > *:not(:first-child) { display: none !important; }
.hero-card .btn { min-width: 220px; min-height: 50px; font-size: .78rem; }

@media (max-width: 980px) {
  .header-capsule { grid-template-columns: auto auto; }
  .menu-toggle { display: inline-flex; justify-self: end; }
  .header-cta { display: none; }
  .menu-orbit {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    border-radius: 14px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(9,20,57,.2);
  }
  .menu-orbit.show { display: flex; flex-direction: column; align-items: stretch; }
  .menu-orbit a { text-align: center; }
  .hero { min-height: clamp(340px, 62vh, 560px); }
}
/* Hero visibility fix */
.hero {
  background-image: var(--hero-image, url("../img/hero.jpg.png"));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center calc(50% + (var(--parallax-offset, 0px) * .22));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: none;
  background: linear-gradient(180deg, rgba(7,15,42,.34), rgba(7,15,42,.54));
}
/* Hero hard fix: force visible background image */
.hero {
  background: none !important;
}

.hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  transform: none !important;
  background-image:
    linear-gradient(180deg, rgba(7,15,42,.16), rgba(7,15,42,.38)),
    var(--hero-image, url("../img/hero.jpg.png")) !important;
  background-size: cover !important;
  background-position: center calc(50% + (var(--parallax-offset, 0px) * .2)) !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
}

.hero::after {
  opacity: .65 !important;
}
/* FINAL HERO FORCE IMAGE */
.hero {
  background:
    linear-gradient(180deg, rgba(7,15,42,.46), rgba(7,15,42,.66)),
    url("../img/background.jpg.png") center center / cover no-repeat !important;
}

.hero::before,
.hero::after {
  display: none !important;
}
.game-card.coming-soon {
  border-style: dashed;
  border-color: #a9b4d9;
  background: linear-gradient(180deg, #f6f8ff, #eef1fb);
}

.game-card.coming-soon .soon-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #8e9dcf;
  background: #eaeefd;
  color: #172d6d;
  text-transform: uppercase;
  font-size: .68rem;
  letter-spacing: .08em;
  font-weight: 800;
}
.game-topline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.game-icon-wrap {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #b8c2e6;
  background: #f4f6ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #172d6d;
}

.game-icon-wrap svg {
  width: 18px;
  height: 18px;
}

.game-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.game-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid #c3ccea;
  background: #f6f8ff;
  color: #35477f;
  font-size: .68rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 700;
}

.game-card {
  position: relative;
  overflow: hidden;
}

.game-hover-panel {
  border: 1px solid #ccd4ee;
  border-radius: 10px;
  background: #f8faff;
  padding: 9px 10px;
  color: #41548c;
  display: grid;
  gap: 4px;
  opacity: .6;
  transform: translateY(4px);
  transition: opacity .24s ease, transform .24s ease;
}

.game-hover-panel strong {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #1b3274;
}

.game-hover-panel span {
  font-size: .84rem;
  line-height: 1.45;
}

.game-card:hover .game-hover-panel,
.game-card:focus-within .game-hover-panel {
  opacity: 1;
  transform: translateY(0);
}

.soon-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1c3d91;
  box-shadow: 0 0 0 0 rgba(28,61,145,.45);
  animation: pulseDot 1.6s ease-out infinite;
}

@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(28,61,145,.45); }
  100% { box-shadow: 0 0 0 12px rgba(28,61,145,0); }
}
.about-teaser-strip {
  width: 100%;
  margin: 8px 0 2px;
  padding: 14px 0;
  background: linear-gradient(90deg, #122661, #1e3c8f 52%, #122661);
  border-top: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.22);
}

.about-teaser-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.about-teaser-text {
  margin: 0;
  color: #eef1ff;
  font-size: clamp(.94rem, 1.5vw, 1.06rem);
  line-height: 1.55;
  font-weight: 600;
  max-width: 900px;
}

.about-teaser-strip .btn {
  min-height: 42px;
  white-space: nowrap;
  background: #ffffff;
  color: #122661;
  border-color: #d4dbf5;
  box-shadow: 0 10px 24px rgba(9,21,58,.24);
}

@media (max-width: 980px) {
  .about-teaser-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-teaser-strip .btn {
    width: 100%;
  }
}
/* Hero responsive fix */
@media (max-width: 980px) {
  .hero {
    min-height: 56svh !important;
    border-radius: 18px;
    margin-top: 10px;
    background-position: center 36% !important;
  }

  .hero-grid {
    align-items: center;
    padding: 22px 0;
  }

  .hero-card {
    width: min(94%, 720px);
    padding: 10px 8px;
  }

  .hero-card h1 {
    font-size: clamp(1.55rem, 7.2vw, 2.15rem);
    line-height: 1.12;
    margin-bottom: 10px;
  }

  .hero-card p {
    max-width: 58ch;
    font-size: clamp(.92rem, 3.8vw, 1rem);
    line-height: 1.5;
  }

  .hero-card .control-row {
    margin-top: 14px;
  }

  .hero-card .btn {
    min-width: 0;
    width: 100%;
    max-width: 360px;
    min-height: 44px;
    font-size: .72rem;
    letter-spacing: .06em;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 50svh !important;
    border-radius: 14px;
    background-position: center 32% !important;
  }

  .hero-grid {
    padding: 16px 0;
  }

  .hero-card h1 {
    font-size: clamp(1.34rem, 7.8vw, 1.82rem);
  }

  .hero-card p {
    font-size: .92rem;
  }
}