:root {
  --bg: #090d14;
  --panel: #121720;
  --text: #f1f2f4;
  --muted: #bcc4d0;
  --accent: #c9a560;
  --seo-bg: #f2e5c4;
  --font-main: "Inter", Arial, Helvetica, sans-serif;
  --font-display: "Oswald", "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-main);
  background: linear-gradient(180deg, #0a0f16 0%, #0f1520 60%, #06080d 100%);
  color: var(--text);
}

.container {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

.topbar {
  background: #090b10;
  border-bottom: 1px solid #252c38;
  position: relative;
  z-index: 30;
}

.risk-strip {
  background: #fff;
  color: #111;
  font-size: 20px;
  line-height: 1;
  height: 34px;
  display: flex;
  align-items: center;
}

.risk-strip-inner {
  font-size: 15px;
  font-weight: 500;
}

.topbar-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.left-cluster,
.right-cluster {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-logo {
  width: 108px;
  height: auto;
}

.icon-btn {
  border: none;
  background: transparent;
  color: #dce2eb;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
}

.icon-btn.search {
  font-size: 24px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-right: auto;
}

.main-nav a {
  color: #f8fafc;
  text-decoration: none;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.pill-btn {
  border: 1px solid var(--accent);
  color: #16110b;
  background: linear-gradient(180deg, #e7c47e, #b58d42);
  border-radius: 999px;
  padding: 11px 34px;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.pill-btn-dark {
  background: #0e1219;
  color: #fff;
}

.hero {
  position: relative;
  min-height: 360px;
  background: url("../images/hero-bg.jpg") center top / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 7, 12, 0.24), rgba(7, 10, 17, 0.82));
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 56px 0 36px;
}

.hero-logo {
  width: 238px;
  margin-bottom: 10px;
}

.hero-tag {
  margin: 8px auto 8px;
  width: max-content;
  font-size: 23px;
  font-weight: 800;
  color: #111;
  background: #d7bb78;
  border-radius: 2px;
  padding: 2px 10px;
}

.hero-subtitle {
  margin: 0 0 12px;
  font-size: 56px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.8px;
}

.hero-cta {
  border: 1px solid #b18f52;
  background: linear-gradient(180deg, #e5c37d, #b58e47);
  color: #17120b;
  border-radius: 999px;
  font-weight: 800;
  font-size: 28px;
  padding: 13px 38px;
  cursor: pointer;
  margin-bottom: 18px;
}

.hero-meta {
  margin: 0;
  font-size: 26px;
  color: #dbe1eb;
}

.hero-meta a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section {
  margin-top: 16px;
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.bonus-card {
  background: #121821;
  border: 1px solid #1f2733;
  border-radius: 10px;
  overflow: hidden;
}

.bonus-card img {
  width: 100%;
  display: block;
  height: 112px;
  object-fit: cover;
}

.bonus-card-body {
  padding: 10px 14px 12px;
}

.bonus-card h3 {
  margin: -74px 0 46px;
  text-align: center;
  color: #fff;
  font-size: 47px;
  font-weight: 900;
  letter-spacing: 0.3px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

.bonus-kicker {
  margin: 0 0 2px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.bonus-value {
  margin: 0;
  color: #fff;
  font-size: 50px;
  line-height: 0.95;
  font-weight: 900;
}

.bonus-desc {
  margin: 2px 0 10px;
  color: #e7edf8;
  font-size: 28px;
  font-weight: 700;
}

.bonus-meta {
  margin: 0;
  color: #cdd6e2;
  font-size: 20px;
}

.jackpot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.jackpot-main,
.jackpot-side {
  border: 1px solid #242d3a;
  border-radius: 10px;
  min-height: 322px;
  padding: 20px;
}

.jackpot-main {
  background: radial-gradient(circle at 50% -10%, #5f2e99 0%, #3f1f78 52%, #2b1555 100%);
  text-align: center;
}

.millions-logo {
  width: 240px;
  margin-bottom: 8px;
}

.jackpot-title {
  margin: 6px 0 16px;
  font-size: 27px;
  font-weight: 900;
  color: #fff;
}

.mega-box {
  margin: 0 auto 16px;
  max-width: 420px;
  border: 2px solid #6d6ae8;
  border-radius: 14px;
  box-shadow: inset 0 0 20px rgba(196, 185, 255, 0.34), 0 0 18px rgba(159, 144, 255, 0.35);
  background: rgba(19, 14, 51, 0.62);
  padding: 12px 10px 14px;
}

.mega-label {
  margin: 0 0 4px;
  font-size: 58px;
  font-weight: 900;
  line-height: 0.95;
  color: #fff;
}

.mega-value {
  margin: 0;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

.play-btn {
  border: none;
  background: transparent;
  margin: 0;
  color: #fff;
  font-size: 31px;
  font-weight: 900;
  cursor: pointer;
}

.play-btn span {
  margin-left: 8px;
}

.jackpot-side {
  background: linear-gradient(145deg, #1d2026, #11141a 50%, #0a0d12 100%);
  position: relative;
  text-align: center;
}

.jackpot-side::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(transparent 70%, rgba(255, 255, 255, 0.05) 100%),
    radial-gradient(circle at 12% 72%, rgba(255, 255, 255, 0.09) 2px, transparent 3px),
    radial-gradient(circle at 82% 44%, rgba(255, 255, 255, 0.09) 2px, transparent 3px);
  opacity: 0.6;
  pointer-events: none;
}

.rewards-logo,
.jackpot-side h3,
.jackpot-side p,
.progress-ring {
  position: relative;
  z-index: 1;
}

.rewards-logo {
  width: 190px;
}

.jackpot-side h3 {
  margin: 8px 0 8px;
  font-size: 48px;
  color: #fff;
}

.jackpot-side p {
  margin: 0 0 14px;
  color: #f4f7fd;
  font-size: 33px;
}

.progress-ring {
  margin: 0 auto;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: conic-gradient(#30d96f 0 180deg, #2c3340 180deg 360deg);
  display: grid;
  place-items: center;
}

.ring-center {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #1c212b;
  color: #f4c968;
  font-size: 53px;
  font-weight: 900;
  display: grid;
  place-items: center;
}

.games-section {
  background: #111722;
  border: 1px solid #232d3b;
  border-radius: 8px;
  padding: 14px;
}

.top10-section {
  background: #171b23;
  border-color: #2a3241;
  border-radius: 0;
  padding: 20px 12px 14px;
}

.top10-head h2 {
  font-size: 37px;
  letter-spacing: 0.2px;
}

.toon-alles-btn {
  border: 2px solid #b89554;
  color: #fff;
  background: transparent;
  border-radius: 999px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  padding: 10px 32px;
  cursor: pointer;
}

.top10-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px 8px;
}

.top10-card {
  position: relative;
}

.top10-card .rank {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 62px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  color: #111722;
  -webkit-text-stroke: 2px #9e8147;
  text-shadow: 0 1px 0 #2a2f3a;
}

.top10-card img {
  width: 100%;
  display: block;
  height: 77px;
  object-fit: cover;
  border-radius: 2px;
}

.top10-card h4 {
  margin: 9px 0 0;
  font-size: 30px;
  font-weight: 500;
  color: #f7fafc;
}

.top10-card p {
  margin: 0;
  font-size: 29px;
  line-height: 1.05;
  color: #bcc6d5;
}

.next-row-head {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.next-row-head h3 {
  margin: 0;
  font-size: 39px;
}

.next-row-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.circle-nav {
  width: 42px;
  height: 42px;
  border: 2px solid #584d37;
  background: transparent;
  color: #d9dfe9;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.mgm-showcase {
  background: #171b23;
  border: 1px solid #2a3241;
  border-radius: 0;
  padding: 16px 12px 14px;
}

.showcase-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.showcase-head h2 {
  margin: 0;
  font-size: 39px;
  letter-spacing: 0.2px;
}

.showcase-head.second {
  margin-top: 14px;
}

.exclusive-frame {
  border: 2px solid #9d844f;
  border-radius: 8px;
  padding: 8px;
  background: linear-gradient(180deg, rgba(76, 95, 143, 0.22), rgba(33, 42, 65, 0.18));
}

.exclusive-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.exclusive-card {
  position: relative;
  background: #252f44;
  border-radius: 8px;
  overflow: hidden;
}

.exclusive-pill {
  position: absolute;
  z-index: 2;
  top: 6px;
  left: 6px;
  background: #e35245;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  border-radius: 999px;
  padding: 2px 8px;
}

.exclusive-card img {
  width: 100%;
  display: block;
  height: 290px;
  object-fit: cover;
}

.exclusive-jackpot {
  margin: -2px 0 0;
  background: linear-gradient(180deg, #4f4691, #2d2454);
  color: #fff;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  padding: 8px 4px;
}

.exclusive-card h4 {
  margin: 8px 8px 0;
  font-size: 28px;
  color: #f5f8fc;
  line-height: 1;
}

.exclusive-card p {
  margin: 0 8px 8px;
  font-size: 28px;
  color: #ccd3df;
  line-height: 1;
}

.new-slots-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.wide-slot-card img {
  width: 100%;
  height: 133px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.wide-slot-card h4 {
  margin: 8px 0 0;
  font-size: 30px;
  font-weight: 500;
}

.wide-slot-card p {
  margin: 0;
  color: #c4ccda;
  font-size: 28px;
  line-height: 1.05;
}

.live-showcase {
  background: #e9dbb6;
  color: #111;
  border: none;
  padding: 14px 12px 18px;
  font-family: var(--font-main);
}

.live-showcase .showcase-head h2 {
  font-family: var(--font-display);
  font-size: 34px;
  letter-spacing: 0.3px;
  color: #111;
}

.live-showcase .toon-alles-btn {
  font-family: var(--font-display);
  color: #111;
  border-color: #ad935f;
  padding: 8px 24px;
  font-size: 20px;
}

.live-showcase .circle-nav {
  color: #5f5544;
  border-color: #ae9769;
  width: 34px;
  height: 34px;
  font-size: 21px;
}

.popular-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.live-tile {
  position: relative;
}

.live-tile img {
  width: 100%;
  height: 105px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.table-min {
  position: absolute;
  left: 10px;
  bottom: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.live-tile h4,
.live-portrait-card h4 {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.2;
  color: #111;
  font-weight: 600;
}

.live-tile p,
.live-portrait-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
  color: #3c3c3c;
}

.exclusive-live-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.live-portrait-card {
  position: relative;
}

.live-portrait-card img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.live-portrait-card .table-min {
  bottom: 44px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.section-head h2 {
  margin: 0;
  font-size: 18px;
}

.slider-controls {
  display: flex;
  gap: 6px;
}

.slider-btn {
  width: 28px;
  height: 28px;
  border: 1px solid #374354;
  background: #161d2a;
  color: #e4e7ec;
  border-radius: 50%;
  cursor: pointer;
}

.games-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(180px, 180px);
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  padding-bottom: 8px;
}

.games-track.portrait {
  grid-auto-columns: minmax(170px, 170px);
}

.game-card {
  background: #0d131c;
  border: 1px solid #232d3d;
  border-radius: 6px;
  overflow: hidden;
}

.game-card img {
  width: 100%;
  display: block;
  aspect-ratio: 1.46 / 1;
  object-fit: cover;
}

.games-track.portrait .game-card img {
  aspect-ratio: 0.74 / 1;
}

.game-card h4 {
  margin: 8px 8px 4px;
  font-size: 13px;
}

.game-card p {
  margin: 0 8px 10px;
  color: var(--muted);
  font-size: 12px;
}

.seo {
  background: #fff;
  color: #121212;
  margin-top: 0;
  padding: 20px 0 28px;
}

.seo-content {
  max-width: 980px;
}

.seo-content h2,
.seo-content h3 {
  margin: 0 0 8px;
  font-size: 47px;
  line-height: 1.1;
  text-transform: uppercase;
}

.seo-content h3 {
  margin-top: 14px;
}

.seo-content p,
.seo-content li {
  font-size: 14px;
  line-height: 1.42;
}

.seo-content ul {
  margin: 8px 0 10px;
  padding-left: 20px;
}

.seo-content a {
  color: #6e66de;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.spelshows-strip {
  background: #e9dbb6;
  padding: 10px 0 16px;
}

.spelshows-strip .showcase-head {
  margin-bottom: 8px;
}

.spelshows-strip .showcase-head h2 {
  font-family: var(--font-display);
  font-size: 34px;
  letter-spacing: 0.3px;
  color: #111;
}

.spelshows-strip .toon-alles-btn {
  font-family: var(--font-display);
  color: #111;
  border-color: #ad935f;
  padding: 8px 24px;
  font-size: 20px;
}

.spelshows-strip .circle-nav {
  color: #5f5544;
  border-color: #ae9769;
  width: 34px;
  height: 34px;
  font-size: 21px;
}

.spelshows-grid .live-tile img {
  height: 98px;
}

.spelshows-grid .live-tile h4,
.spelshows-grid .live-tile p {
  color: #222;
}

.spelshows-grid .table-min {
  bottom: 27px;
  font-size: 13px;
}

.footer {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.03), transparent 35%),
    radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.02), transparent 38%),
    #080b10;
  color: #e6ebf4;
  padding: 22px 0 16px;
  border-top: 1px solid #1c2330;
}

.premium-footer > .container {
  border-top: 1px solid #1a202b;
}

.footer-top-brand {
  border-top: none !important;
  text-align: center;
  padding: 22px 0 16px;
}

.footer-main-logo {
  width: 92px;
  margin-bottom: 6px;
}

.footer-top-brand p {
  margin: 0;
  font-size: 15px;
  color: #d8dee9;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-top-brand p img {
  height: 13px;
  width: auto;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding: 16px 0 18px;
}

.footer-col h4 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 0.4px;
  color: #f8fbff;
}

.footer-col a {
  display: block;
  color: #d5dbe6;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1px;
}

.footer-social-wrap {
  text-align: center;
  padding: 14px 0 18px;
}

.footer-social-wrap h4 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: 0.4px;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-socials img {
  width: 22px;
  height: 22px;
}

.stores {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.stores img {
  width: 124px;
  height: auto;
}

.payment-row {
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.payment-row img {
  height: 22px;
  width: auto;
}

.compliance {
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.compliance img {
  height: 20px;
  width: auto;
}

.banner-row {
  padding: 14px 0;
  display: flex;
  justify-content: center;
}

.banner-row img {
  width: min(520px, 100%);
  border-radius: 2px;
}

.legal {
  padding: 12px 0 2px;
  text-align: center;
}

.legal p {
  margin: 0 auto 8px;
  max-width: 1020px;
  color: #a8b1c1;
  font-size: 11px;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .risk-strip {
    height: 22px;
  }

  .risk-strip-inner {
    font-size: 10px;
  }

  .topbar-inner {
    min-height: 54px;
    gap: 8px;
  }

  .nav-logo {
    width: 74px;
  }

  .main-nav {
    gap: 12px;
  }

  .main-nav a {
    font-size: 12px;
  }

  .pill-btn {
    font-size: 11px;
    padding: 7px 12px;
  }

  .icon-btn,
  .icon-btn.search {
    font-size: 16px;
  }

  .hero {
    min-height: 300px;
  }

  .hero-logo {
    width: 145px;
  }

  .hero-tag {
    font-size: 13px;
  }

  .hero-subtitle {
    font-size: 32px;
  }

  .hero-cta {
    font-size: 16px;
    padding: 9px 20px;
  }

  .hero-meta {
    font-size: 11px;
  }

  .bonus-grid,
  .jackpot-grid,
  .footer-links-grid {
    grid-template-columns: 1fr;
  }

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

  .showcase-head,
  .next-row-actions {
    gap: 6px;
    flex-wrap: wrap;
  }

  .showcase-head h2 {
    font-size: 22px;
  }

  .seo-content h2,
  .seo-content h3 {
    font-size: 26px;
  }

  .seo-content p,
  .seo-content li {
    font-size: 14px;
  }

  .spelshows-grid .live-tile img {
    height: 90px;
  }

  .popular-grid,
  .exclusive-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .live-tile img {
    height: 90px;
  }

  .live-portrait-card img {
    height: 210px;
  }

  .live-tile h4,
  .live-tile p,
  .live-portrait-card h4,
  .live-portrait-card p,
  .table-min {
    font-size: 12px;
  }

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

  .exclusive-card img {
    height: 160px;
  }

  .exclusive-jackpot {
    font-size: 24px;
  }

  .exclusive-card h4,
  .exclusive-card p,
  .wide-slot-card h4,
  .wide-slot-card p {
    font-size: 13px;
  }

  .new-slots-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wide-slot-card img {
    height: 86px;
  }

  .footer-col h4 {
    font-size: 18px;
  }

  .footer-col a {
    font-size: 13px;
  }

  .stores img {
    width: 110px;
  }

  .payment-row {
    gap: 18px;
  }

  .top10-head h2,
  .next-row-head h3 {
    font-size: 22px;
  }

  .toon-alles-btn {
    font-size: 12px;
    padding: 8px 14px;
  }

  .top10-card .rank {
    font-size: 36px;
    top: -14px;
  }

  .top10-card img {
    height: 86px;
  }

  .top10-card h4 {
    font-size: 13px;
  }

  .top10-card p {
    font-size: 12px;
  }

  .bonus-card h3 {
    font-size: 30px;
    margin: -48px 0 28px;
  }

  .bonus-kicker {
    font-size: 14px;
  }

  .bonus-value {
    font-size: 34px;
  }

  .bonus-desc,
  .bonus-meta {
    font-size: 14px;
  }

  .jackpot-main,
  .jackpot-side {
    min-height: unset;
  }

  .mega-label {
    font-size: 34px;
  }

  .mega-value {
    font-size: 38px;
  }

  .play-btn {
    font-size: 22px;
  }

  .jackpot-side h3 {
    font-size: 34px;
  }

  .jackpot-side p {
    font-size: 18px;
  }
}

/* Global adaptive typography refinement */
html {
  font-size: 16px;
}

body {
  font-family: var(--font-main);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
.main-nav a,
.pill-btn,
.toon-alles-btn {
  font-family: var(--font-display);
}

p,
li,
a,
button {
  font-family: var(--font-main);
}

.container {
  width: min(1200px, 94vw);
}

.main-nav a {
  font-size: clamp(0.88rem, 1.05vw, 1rem);
}

.pill-btn {
  font-size: clamp(0.72rem, 0.9vw, 0.84rem);
  padding: 0.6rem 1.2rem;
}

.hero-subtitle {
  font-size: clamp(2rem, 4.8vw, 3.1rem);
}

.hero-meta {
  font-size: clamp(0.68rem, 0.85vw, 0.8rem);
}

.section-head h2,
.showcase-head h2,
.next-row-head h3,
.top10-head h2 {
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
}

.bonus-card h3 {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
}

.bonus-kicker {
  font-size: clamp(0.62rem, 0.82vw, 0.74rem);
}

.bonus-value {
  font-size: clamp(1.3rem, 2.1vw, 1.9rem);
}

.bonus-desc,
.bonus-meta,
.top10-card h4,
.top10-card p,
.live-tile h4,
.live-tile p,
.live-portrait-card h4,
.live-portrait-card p,
.exclusive-card h4,
.exclusive-card p,
.wide-slot-card h4,
.wide-slot-card p {
  font-size: clamp(0.68rem, 0.9vw, 0.82rem);
  line-height: 1.2;
}

.table-min {
  font-size: clamp(0.62rem, 0.82vw, 0.74rem);
}

.seo-content h2,
.seo-content h3 {
  font-size: clamp(1.25rem, 2vw, 1.85rem);
}

.seo-content p,
.seo-content li {
  font-size: clamp(0.78rem, 1vw, 0.93rem);
}

.footer-col h4,
.footer-social-wrap h4 {
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
}

.footer-col a {
  font-size: clamp(0.72rem, 0.9vw, 0.82rem);
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  *,
  *::before,
  *::after {
    max-width: 100%;
  }

  .main-nav {
    display: none;
  }

  .container {
    width: min(100%, 94vw);
  }

  .topbar-inner {
    gap: 6px;
  }

  .right-cluster {
    gap: 6px;
  }

  .pill-btn {
    padding: 0.42rem 0.62rem;
    font-size: 0.66rem;
  }

  .hero-content {
    padding: 30px 0 24px;
  }

  .hero-logo {
    width: 132px;
  }

  .bonus-grid,
  .jackpot-grid,
  .top10-grid,
  .popular-grid,
  .exclusive-live-grid,
  .new-slots-grid,
  .footer-links-grid {
    grid-template-columns: 1fr;
  }

  .games-track,
  .games-track.portrait {
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: hidden;
    gap: 8px;
  }

  .live-portrait-card img {
    height: 250px;
  }

  .exclusive-card img {
    height: 210px;
  }

  .hero-meta {
    overflow-wrap: anywhere;
    line-height: 1.35;
  }
}

.register-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.register-modal.is-open {
  display: block;
}

.register-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.register-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(440px, 92vw);
  margin: 8vh auto 0;
  background: #111722;
  border: 1px solid #374354;
  border-radius: 12px;
  padding: 20px;
  color: #f1f4fa;
}

.register-modal__dialog h2 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.register-modal__dialog p {
  margin: 0 0 14px;
  font-size: 0.9rem;
  color: #c6cedc;
}

.register-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #202938;
  color: #fff;
  cursor: pointer;
}

.register-form {
  display: grid;
  gap: 10px;
}

.register-form label {
  display: grid;
  gap: 4px;
  font-size: 0.82rem;
}

.register-form input {
  width: 100%;
  border: 1px solid #3b475c;
  border-radius: 8px;
  background: #0c1119;
  color: #fff;
  padding: 10px;
}

.register-form button {
  margin-top: 6px;
  border: 1px solid #b18f52;
  background: linear-gradient(180deg, #e5c37d, #b58e47);
  color: #17120b;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
}
