:root {
  --bg: #13151b;
  --panel: #1b1e25;
  --soft: #212328;
  --text: #f6f7fb;
  --muted: #c5cad3;
  --line: #31343a;
  --green: #149055;
  --yellow: #fed402;
  --max: 1180px;
  --radius: 18px;
  --anchor-offset: 96px;
  --font-body: "Trebuchet MS", "Segoe UI", Verdana, Arial, sans-serif;
  --font-display: "Bahnschrift SemiCondensed", "Arial Narrow", "Trebuchet MS", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

section {
  content-visibility: auto;
}

section[id] {
  content-visibility: visible;
  scroll-margin-top: var(--anchor-offset);
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: radial-gradient(circle at top left, rgba(20, 144, 85, 0.22), transparent 24%), var(--bg);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

button,
select {
  font: inherit;
}

button {
  border: 0;
}

p {
  margin: 0 0 14px;
  color: var(--muted);
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  line-height: 1.05;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 800;
}

h3 {
  font-size: 1.1rem;
  font-weight: 800;
}

ul,
ol {
  margin: 0;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
  color: var(--muted);
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(19, 21, 27, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo img {
  width: 148px;
  height: auto;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn,
.mini-btn,
.compact-game-cta,
.mini-spotlight-link,
.ribbon-copy button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.btn:hover,
.mini-btn:hover,
.compact-game-cta:hover,
.mini-spotlight-link:hover,
.ribbon-copy button:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.06);
}

.btn-primary,
.mini-btn,
.mini-spotlight-link,
.ribbon-copy button {
  background: var(--green);
  color: #fff;
  border-color: rgba(34, 214, 123, 0.42);
  box-shadow: 0 0 0 1px rgba(34, 214, 123, 0.26), 0 12px 26px rgba(20, 144, 85, 0.28), 0 0 22px rgba(20, 144, 85, 0.22), inset 0 0 14px rgba(255, 255, 255, 0.04);
  animation: ctaPulseGreen 3.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.btn-secondary,
.compact-game-cta {
  background: transparent;
  color: var(--yellow);
  border: 1px solid rgba(254, 212, 2, 0.7);
  box-shadow: 0 12px 24px rgba(254, 212, 2, 0.08);
  animation: ctaPulseGold 3.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes ctaPulseGreen {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(34, 214, 123, 0.26), 0 12px 26px rgba(20, 144, 85, 0.28), 0 0 18px rgba(20, 144, 85, 0.2), inset 0 0 14px rgba(255, 255, 255, 0.04);
  }
  35% {
    box-shadow: 0 0 0 1px rgba(34, 214, 123, 0.3), 0 13px 28px rgba(20, 144, 85, 0.3), 0 0 22px rgba(20, 144, 85, 0.24), 0 0 32px rgba(20, 144, 85, 0.14), inset 0 0 15px rgba(255, 255, 255, 0.05);
  }
  65% {
    box-shadow: 0 0 0 1px rgba(34, 214, 123, 0.34), 0 14px 30px rgba(20, 144, 85, 0.32), 0 0 26px rgba(20, 144, 85, 0.28), 0 0 40px rgba(20, 144, 85, 0.18), inset 0 0 16px rgba(255, 255, 255, 0.06);
  }
}

@keyframes ctaPulseGreenMobile {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(34, 214, 123, 0.38), 0 0 22px rgba(20, 144, 85, 0.34), 0 0 44px rgba(20, 144, 85, 0.28), 0 12px 30px rgba(20, 144, 85, 0.22), inset 0 0 16px rgba(255, 255, 255, 0.06);
  }
  50% {
    box-shadow: 0 0 0 1px rgba(34, 214, 123, 0.54), 0 0 28px rgba(20, 144, 85, 0.42), 0 0 60px rgba(20, 144, 85, 0.34), 0 16px 38px rgba(20, 144, 85, 0.28), inset 0 0 18px rgba(255, 255, 255, 0.09);
  }
}

@keyframes ctaPulseGold {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(254, 212, 2, 0.4), 0 0 16px rgba(254, 212, 2, 0.24), 0 0 30px rgba(254, 212, 2, 0.18), inset 0 0 14px rgba(254, 212, 2, 0.03);
    filter: brightness(1);
  }
  35% {
    box-shadow: 0 0 0 1px rgba(254, 212, 2, 0.46), 0 0 22px rgba(254, 212, 2, 0.3), 0 0 38px rgba(254, 212, 2, 0.22), inset 0 0 16px rgba(254, 212, 2, 0.05);
    filter: brightness(1.04);
  }
  65% {
    box-shadow: 0 0 0 1px rgba(254, 212, 2, 0.54), 0 0 26px rgba(254, 212, 2, 0.36), 0 0 46px rgba(254, 212, 2, 0.26), inset 0 0 18px rgba(254, 212, 2, 0.07);
    filter: brightness(1.08);
  }
}

main {
  padding: 20px 0 56px;
}

article {
  display: grid;
  gap: 28px;
}

.panel,
.hero,
.faq {
  background: linear-gradient(180deg, rgba(33, 35, 40, 0.95), rgba(27, 30, 37, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
}

.panel,
.hero,
.faq,
.intro {
  padding: 28px;
}

.hero-banner,
.cta-banner {
  padding: 0;
  overflow: hidden;
}

.intro p:last-child {
  margin-bottom: 0;
}

.intro {
  text-align: center;
}

.intro-title {
  position: relative;
  display: inline-block;
  margin: 0 auto 22px;
  padding: 0 36px 16px;
  text-align: center;
}

.intro-title::before,
.intro-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: clamp(80px, 18vw, 180px);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(254, 212, 2, 0.82), rgba(20, 144, 85, 0.42));
  box-shadow: 0 0 14px rgba(254, 212, 2, 0.18);
}

.intro-title::before {
  right: calc(50% + 22px);
}

.intro-title::after {
  left: calc(50% + 22px);
  background: linear-gradient(90deg, rgba(20, 144, 85, 0.42), rgba(254, 212, 2, 0.82));
}

.hero-media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(10, 13, 19, 0.94), rgba(7, 9, 13, 0.98));
}

.hero-media-full {
  border: none;
  border-radius: 18px;
}

.hero-media img {
  width: 100%;
  border-radius: 18px;
  min-height: 420px;
  object-fit: cover;
}

.cta-media img {
  min-height: 260px;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 8, 12, 0.08) 0%, rgba(6, 8, 12, 0.2) 40%, rgba(6, 8, 12, 0.44) 100%);
  pointer-events: none;
}

.hero-media-cta {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  min-width: 220px;
  z-index: 1;
}

.hero-media:hover .hero-media-cta {
  transform: translateX(-50%) translateY(-2px) scale(1.03);
}

.toc {
  padding: 14px 16px;
  background: linear-gradient(180deg, rgba(22, 26, 35, 0.96), rgba(18, 21, 29, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.toc summary {
  list-style: none;
  cursor: pointer;
}

.toc summary::-webkit-details-marker {
  display: none;
}

.toc-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.toc-title-main {
  display: flex;
  align-items: center;
  gap: 10px;
}

.toc-kicker,
.toc-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(254, 212, 2, 0.12);
  color: var(--yellow);
  font-family: var(--font-display);
  font-weight: 800;
}

.toc-kicker {
  width: 28px;
  height: 28px;
  font-size: 0.74rem;
}

.toc-chevron {
  color: var(--yellow);
  font-size: 0.92rem;
  transition: transform 0.25s ease;
}

.toc[open] .toc-chevron {
  transform: rotate(180deg);
}

.toc-body {
  padding-top: 10px;
}

.toc-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 6px;
}

.toc-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.toc-link:hover {
  transform: translateY(-1px);
  background: rgba(20, 144, 85, 0.08);
  border-color: rgba(20, 144, 85, 0.24);
}

.toc-index {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  font-size: 0.72rem;
}

.toc-text {
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.2;
}

.panel > h2,
.content-section > h2,
.games-carousel-head h2,
.games-showcase-head h2,
.game-ribbon-head h2,
.spotlight-head h2,
.faq-panel > h2 {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 8px;
  align-items: center;
}

.panel > h2::before,
.content-section > h2::before,
.games-carousel-head h2::before,
.games-showcase-head h2::before,
.game-ribbon-head h2::before,
.spotlight-head h2::before,
.faq-panel > h2::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(254, 212, 2, 0.2);
  background-color: rgba(254, 212, 2, 0.08);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect x='9' y='12' width='46' height='40' rx='10' fill='%23111419' stroke='%23F6C90E' stroke-width='3'/%3E%3Cpath d='M18 26h28M18 38h20' stroke='%23F6C90E' stroke-width='3.5' stroke-linecap='round'/%3E%3Ccircle cx='45' cy='38' r='8' fill='%23149055' stroke='%239CFFDB' stroke-width='2.5'/%3E%3Cpath d='M45 33l1.8 3.6 4 .6-2.9 2.8.7 4-3.6-1.9-3.6 1.9.7-4-2.9-2.8 4-.6z' fill='%23FED402'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 10px 24px rgba(0, 0, 0, 0.2);
}

.panel > h2::after,
.content-section > h2::after,
.games-carousel-head h2::after,
.games-showcase-head h2::after,
.game-ribbon-head h2::after,
.spotlight-head h2::after,
.faq-panel > h2::after {
  content: "";
  grid-column: 2;
  width: min(240px, 100%);
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(254, 212, 2, 0.8), rgba(20, 144, 85, 0.42), transparent);
  box-shadow: 0 0 14px rgba(254, 212, 2, 0.18);
}

.content-section,
.faq-panel {
  position: relative;
  overflow: hidden;
}

.content-section::before,
.faq-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(254, 212, 2, 0.35), rgba(20, 144, 85, 0.12), transparent);
}

.content-section > p:first-of-type,
.faq-panel > p:first-of-type {
  font-size: 1.04rem;
  color: #e2e6ec;
}

.content-section h3,
.faq-panel h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  margin-bottom: 12px;
}

.content-section h3::before,
.faq-panel h3::before {
  content: "";
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff0a6 0%, #fed402 42%, #a66d00 100%);
  box-shadow: 0 0 0 3px rgba(254, 212, 2, 0.08), 0 0 18px rgba(254, 212, 2, 0.16);
}

.faq-list {
  margin-top: 20px;
}

.faq-item {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.faq-item + .faq-item {
  margin-top: 12px;
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 56px 18px 20px;
  list-style: none;
  cursor: pointer;
  font-size: 1.02rem;
  line-height: 1.35;
  color: #fff;
  font-weight: 800;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::marker {
  content: "";
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(254, 212, 2, 0.12);
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease;
}

.faq-item[open] summary::after {
  content: "−";
  background: rgba(20, 144, 85, 0.16);
  color: #8ef0c3;
}

.faq-item summary:hover {
  background: rgba(255, 255, 255, 0.02);
}

.faq-answer {
  padding: 0 20px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-answer p {
  margin: 14px 0 0;
}

.faq-answer p:first-child {
  margin-top: 16px;
}

.content-section table {
  width: 100%;
  margin: 18px 0 6px;
  border-collapse: collapse;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.015);
}

.content-section td,
.content-section th {
  padding: 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.content-section thead th {
  background: #111319;
  color: var(--yellow);
}

.content-section tbody tr:nth-child(even) td,
.content-section tbody tr:nth-child(even) th {
  background: rgba(255, 255, 255, 0.02);
}

.section-figure img,
.content-section img {
  width: 100%;
  border-radius: 16px;
  margin: 16px 0 18px;
}

.games-carousel,
.games-showcase,
.game-ribbon,
.spotlight-showcase {
  position: relative;
  overflow: hidden;
}

.games-carousel {
  padding: 18px;
}

.games-carousel-head,
.games-showcase-head,
.game-ribbon-head,
.spotlight-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.games-swiper {
  width: 100%;
}

.games-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.games-swiper.swiper-initialized .swiper-wrapper {
  display: flex;
}

.games-swiper .swiper-slide {
  height: auto;
}

.games-swiper:not(.swiper-initialized) .swiper-slide {
  width: auto;
}

.swiper-pagination {
  display: none;
}

.games-swiper.swiper-initialized .swiper-pagination {
  display: block;
}

.game-card {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #101218;
  min-height: 150px;
}

.game-card img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.game-card-overlay {
  position: absolute;
  inset: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  text-align: center;
  background: linear-gradient(180deg, rgba(7, 9, 12, 0) 0%, rgba(7, 9, 12, 0) 56%, rgba(7, 9, 12, 0) 100%);
  transition: background 0.28s ease;
}

.game-card-title {
  color: #fff;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.mini-btn {
  min-height: 38px;
  min-width: 108px;
  padding: 10px 24px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.game-card:hover img {
  transform: scale(1.05);
}

.game-card:hover .game-card-overlay {
  background: linear-gradient(180deg, rgba(7, 9, 12, 0.04) 0%, rgba(7, 9, 12, 0.24) 42%, rgba(7, 9, 12, 0.86) 100%);
}

.game-card:hover .game-card-title,
.game-card:hover .mini-btn {
  opacity: 1;
  transform: translateY(0);
}

.games-showcase::before {
  content: "";
  position: absolute;
  inset: -30% auto auto 70%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254, 212, 2, 0.14), transparent 68%);
  pointer-events: none;
}

.games-showcase-top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 18px;
  align-items: stretch;
}

.compact-game-grid-top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.compact-game-grid-bottom {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.featured-game-card,
.compact-game-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(circle at top, rgba(37, 43, 55, 0.92), rgba(15, 18, 24, 0.98));
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.featured-game-card {
  min-height: 420px;
}

.featured-game-card > img,
.compact-game-link > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  padding: 12px;
  border-radius: 16px;
  transition: transform 0.35s ease;
}

.featured-game-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 26px;
  text-align: center;
  background: linear-gradient(180deg, rgba(9, 11, 15, 0.08) 0%, rgba(9, 11, 15, 0.22) 28%, rgba(9, 11, 15, 0.9) 100%);
}

.featured-game-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.featured-game-actions .compact-game-cta {
  width: auto;
  min-width: 172px;
  align-self: center;
}

.featured-game-overlay h3 {
  width: 100%;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72);
}

.compact-game-card {
  min-height: 212px;
}

.compact-game-link {
  position: relative;
  display: block;
  height: 100%;
}

.compact-game-copy {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 18px 16px 16px;
  text-align: center;
  background: linear-gradient(180deg, rgba(10, 12, 17, 0) 0%, rgba(10, 12, 17, 0.82) 34%, rgba(10, 12, 17, 0.97) 68%, rgba(10, 12, 17, 0.995) 100%);
}

.compact-game-copy h3 {
  margin: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.compact-game-cta {
  align-self: stretch;
  width: 100%;
  min-height: 42px;
  border-color: rgba(254, 212, 2, 0.92);
  box-shadow: 0 0 0 1px rgba(254, 212, 2, 0.42), 0 0 18px rgba(254, 212, 2, 0.28), 0 0 34px rgba(254, 212, 2, 0.22), inset 0 0 16px rgba(254, 212, 2, 0.04);
}

.compact-game-cta:hover {
  box-shadow: 0 0 0 1px rgba(254, 212, 2, 0.56), 0 0 24px rgba(254, 212, 2, 0.36), 0 0 42px rgba(254, 212, 2, 0.28), inset 0 0 18px rgba(254, 212, 2, 0.06);
}

.compact-game-card:hover,
.featured-game-card:hover,
.spotlight-main-card:hover,
.spotlight-side-card:hover,
.ribbon-card:hover {
  transform: translateY(-2px);
  border-color: rgba(254, 212, 2, 0.18);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(254, 212, 2, 0.06);
}

.compact-game-card:hover .compact-game-link > img,
.featured-game-card:hover > img,
.spotlight-main-card:hover img,
.spotlight-side-card:hover img {
  transform: scale(1.03);
}

.game-ribbon::before,
.game-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 84px;
  pointer-events: none;
  z-index: 2;
}

.game-ribbon::before {
  left: 0;
  background: linear-gradient(90deg, rgba(27, 30, 37, 1), rgba(27, 30, 37, 0));
}

.game-ribbon::after {
  right: 0;
  background: linear-gradient(270deg, rgba(27, 30, 37, 1), rgba(27, 30, 37, 0));
}

.ribbon-lane {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  padding: 8px 10px;
  margin-top: 14px;
}

.ribbon-track {
  display: flex;
  align-items: stretch;
  gap: 14px;
  width: max-content;
  animation: ribbonMove 34s linear infinite;
}

.ribbon-lane-reverse .ribbon-track {
  animation-direction: reverse;
  animation-duration: 38s;
}

.ribbon-lane:hover .ribbon-track {
  animation-play-state: paused;
}

.ribbon-card {
  position: relative;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 356px;
  padding: 6px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(13, 16, 23, 0.92), rgba(8, 10, 15, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.ribbon-card img {
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  object-position: center;
  padding: 5px;
  border-radius: 16px;
  background: radial-gradient(circle at top, rgba(58, 66, 84, 0.82), rgba(16, 19, 26, 0.96));
}

.ribbon-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.ribbon-copy strong {
  width: 100%;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

.ribbon-copy button {
  align-self: center;
  min-width: 112px;
  min-height: 34px;
  padding: 8px 22px;
}

@keyframes ribbonMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.spotlight-showcase::before {
  content: "";
  position: absolute;
  inset: -10% auto auto -4%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 144, 85, 0.18), transparent 68%);
  pointer-events: none;
}

.spotlight-showcase::after {
  content: "";
  position: absolute;
  inset: auto -4% -18% auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254, 212, 2, 0.16), transparent 70%);
  pointer-events: none;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  grid-auto-rows: 258px;
}

.spotlight-main-card,
.spotlight-side-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 258px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(11, 14, 20, 0.96), rgba(8, 10, 15, 0.98));
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.spotlight-main-card img,
.spotlight-side-card img {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  background: radial-gradient(circle at top, rgba(52, 60, 78, 0.88), rgba(14, 17, 24, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.spotlight-main-overlay,
.spotlight-side-copy {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  opacity: 0;
  background: linear-gradient(180deg, rgba(6, 8, 12, 0.04) 0%, rgba(6, 8, 12, 0.26) 44%, rgba(6, 8, 12, 0.78) 100%);
  transition: opacity 0.24s ease, background 0.24s ease;
}

.spotlight-actions {
  width: 100%;
  display: flex;
  justify-content: center;
}

.spotlight-actions .btn,
.mini-spotlight-link {
  width: min(260px, calc(100% - 28px));
  min-width: 150px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.spotlight-main-card:hover .spotlight-main-overlay,
.spotlight-side-card:hover .spotlight-side-copy {
  opacity: 1;
}

.spotlight-main-card:hover .btn,
.spotlight-side-card:hover .mini-spotlight-link {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  padding-bottom: 40px;
}

.footer-inner {
  padding: 24px 28px;
  border-radius: 0;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 14px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-logo img {
  width: 148px;
  height: auto;
}

.footer-copy {
  margin: 0;
  color: var(--muted);
}

.footer-assurance-ribbon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-assurance-ribbon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer-assurance-static {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-assurance-ribbon img {
  display: block;
  width: auto;
  height: 56px;
  max-width: 96px;
  object-fit: contain;
  opacity: 0.92;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
}

.language-switcher label {
  color: var(--muted);
  font-size: 0.9rem;
}

.language-switcher-wrap {
  position: relative;
}

.language-switcher-wrap::after {
  content: "▾";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-52%);
  color: var(--yellow);
  pointer-events: none;
  font-size: 0.85rem;
}

.language-switcher select {
  appearance: none;
  background: linear-gradient(180deg, #1a1e28, #12151d);
  color: var(--text);
  border: 1px solid rgba(254, 212, 2, 0.35);
  border-radius: 999px;
  padding: 10px 38px 10px 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.footer-inner > div:last-child {
  margin-top: 8px;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(180deg, #1ed07a, #149055);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  box-shadow: 0 18px 35px rgba(20, 144, 85, 0.32), 0 0 0 1px rgba(255, 255, 255, 0.08);
  cursor: pointer;
  opacity: 0;
  transform: translateY(14px) scale(0.92);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  z-index: 30;
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.back-to-top:hover {
  transform: translateY(-2px) scale(1.04);
}

@media (max-width: 1024px) {
  .games-swiper:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .compact-game-grid-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spotlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 0;
  }

  .logo {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .actions {
    width: 100%;
    justify-content: center;
  }

  .actions .btn {
    flex: 1 1 220px;
    max-width: 320px;
  }

  .panel,
  .hero,
  .faq,
  .intro {
    padding: 20px;
  }

  .hero-media img {
    min-height: 340px;
  }

  .games-showcase-top,
  .compact-game-grid-top,
  .compact-game-grid-bottom,
  .spotlight-grid,
  .games-swiper:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: 1fr;
  }

  .featured-game-card {
    min-height: 360px;
  }

  .ribbon-card {
    min-width: 304px;
    padding: 5px 12px;
  }

  .ribbon-card img {
    max-width: 152px;
    max-height: 152px;
  }

  .footer-top {
    align-items: center;
  }
}

@media (max-width: 640px) {
  .intro-title {
    padding: 0 14px 14px;
  }

  .intro-title::before,
  .intro-title::after {
    width: clamp(42px, 14vw, 92px);
  }

  .intro-title::before {
    right: calc(50% + 14px);
  }

  .intro-title::after {
    left: calc(50% + 14px);
  }

  .container {
    width: min(var(--max), calc(100% - 20px));
  }

  h1 {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  .hero-media img,
  .cta-media img {
    min-height: 220px;
  }

  .hero-media-full,
  .cta-media {
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }

  .hero-media,
  .cta-media,
  .hero-media img,
  .cta-media img {
    border-radius: 0;
  }

  .hero-media-cta,
  .spotlight-actions .btn,
  .mini-spotlight-link {
    width: 100%;
    min-width: 0;
  }

  .panel > h2,
  .content-section > h2,
  .games-carousel-head h2,
  .games-showcase-head h2,
  .game-ribbon-head h2,
  .spotlight-head h2,
  .faq-panel > h2 {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 6px;
  }

  .panel > h2::before,
  .content-section > h2::before,
  .games-carousel-head h2::before,
  .games-showcase-head h2::before,
  .game-ribbon-head h2::before,
  .spotlight-head h2::before,
  .faq-panel > h2::before {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    background-size: 22px 22px;
  }

  .content-section h3,
  .faq-panel h3 {
    gap: 8px;
  }

  .content-section h3::before,
  .faq-panel h3::before {
    width: 10px;
    height: 10px;
  }

  .faq-item summary {
    padding: 16px 48px 16px 16px;
    font-size: 0.96rem;
  }

  .faq-answer {
    padding: 0 16px 16px;
  }

  .compact-game-grid-top,
  .compact-game-grid-bottom {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .featured-game-card,
  .compact-game-card,
  .spotlight-main-card,
  .spotlight-side-card {
    min-height: 240px;
    height: auto;
  }

  .spotlight-main-overlay,
  .spotlight-side-copy {
    opacity: 1;
    align-items: flex-end;
    justify-content: center;
    padding: 18px 12px 22px;
    background: linear-gradient(180deg, rgba(6, 8, 12, 0.01) 0%, rgba(6, 8, 12, 0.12) 40%, rgba(6, 8, 12, 0.84) 100%);
  }

  .spotlight-main-card .btn,
  .spotlight-side-card .mini-spotlight-link {
    width: min(308px, calc(100% - 8px));
    min-width: 0;
    min-height: 50px;
    padding: 12px 30px;
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 0 0 1px rgba(34, 214, 123, 0.46), 0 0 28px rgba(20, 144, 85, 0.46), 0 0 56px rgba(34, 214, 123, 0.38), 0 18px 34px rgba(20, 144, 85, 0.30), inset 0 0 18px rgba(255, 255, 255, 0.10);
    animation: ctaPulseGreenMobile 2.35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }

  .featured-game-card {
    aspect-ratio: auto;
  }

  .compact-game-card,
  .spotlight-main-card,
  .spotlight-side-card {
    aspect-ratio: auto;
  }

  .featured-game-card > img,
  .compact-game-link > img,
  .spotlight-main-card img,
  .spotlight-side-card img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }

  .spotlight-main-card img,
  .spotlight-side-card img {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    max-width: none;
    object-fit: cover;
  }

  .compact-game-link,
  .spotlight-side-card,
  .spotlight-main-card {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .compact-game-copy {
    position: static;
    inset: auto;
    padding: 12px 14px 14px;
    background: none;
  }

  .compact-game-cta {
    width: 100%;
  }

  .ribbon-card {
    min-width: 332px;
    gap: 14px;
    padding: 8px 12px;
  }

  .ribbon-card img {
    max-width: 232px;
    max-height: 232px;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-assurance-ribbon {
    gap: 10px;
    justify-content: center;
  }

  .footer-assurance-ribbon img {
    height: 46px;
    max-width: 86px;
  }

  .footer-copy {
    text-align: center;
  }
}


/* style_2: Crimson Gold */
:root {
  --bg: #140d0f;
  --panel: #1d1417;
  --soft: #2a1c21;
  --text: #f7f0e5;
  --muted: #d5c3ae;
  --line: #5c3e26;
  --green: #d6a042;
  --yellow: #f3d18a;
}

body {
  background:
    radial-gradient(circle at 14% 0%, rgba(112, 26, 42, 0.34), transparent 28%),
    radial-gradient(circle at 88% 92%, rgba(176, 113, 33, 0.16), transparent 24%),
    linear-gradient(180deg, #140d0f 0%, #120c0e 42%, #10090b 100%);
}

::selection {
  background: rgba(227, 173, 74, 0.34);
  color: #fff5e2;
}

.site-header {
  background: linear-gradient(180deg, rgba(28, 18, 21, 0.97), rgba(19, 12, 14, 0.96));
  border-bottom: 1px solid rgba(229, 176, 78, 0.22);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.panel,
.toc,
.content-section.panel,
.faq-panel,
.intro.panel,
.games-carousel,
.games-showcase,
.game-ribbon,
.spotlight-showcase,
.hero-banner,
.cta-banner {
  background: linear-gradient(180deg, rgba(34, 24, 28, 0.98), rgba(22, 15, 18, 0.98));
  border-color: rgba(225, 169, 76, 0.14);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 226, 183, 0.03), 0 0 0 1px rgba(93, 49, 25, 0.08);
}

.site-header::after,
.panel::before,
.toc::before,
.games-carousel::before,
.games-showcase::before,
.game-ribbon::before,
.spotlight-showcase::before,
.content-section.panel::before,
.faq-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(140, 28, 48, 0.08), transparent 34%, transparent 66%, rgba(198, 130, 35, 0.08));
  opacity: 0.9;
}

.panel,
.toc,
.games-carousel,
.games-showcase,
.game-ribbon,
.spotlight-showcase,
.content-section.panel,
.faq-panel,
.hero-banner,
.cta-banner,
.intro.panel {
  position: relative;
  overflow: hidden;
}

.intro-title,
h1,
h2,
h3,
.games-carousel-head h2,
.games-showcase-head h2,
.game-ribbon-head h2,
.spotlight-showcase-head h2 {
  color: #fff3e1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.intro-title::before,
.intro-title::after,
.games-carousel-head h2::after,
.games-showcase-head h2::after,
.game-ribbon-head h2::after,
.spotlight-showcase-head h2::after {
  background: linear-gradient(90deg, rgba(214, 160, 66, 0), rgba(214, 160, 66, 0.94), rgba(248, 225, 173, 0.82), rgba(214, 160, 66, 0));
  box-shadow: 0 0 16px rgba(214, 160, 66, 0.28);
}

.games-carousel-head h2::before,
.games-showcase-head h2::before,
.game-ribbon-head h2::before,
.spotlight-showcase-head h2::before {
  background: linear-gradient(180deg, rgba(68, 38, 18, 0.96), rgba(38, 21, 11, 0.96));
  border-color: rgba(222, 171, 82, 0.52);
  box-shadow: 0 0 0 1px rgba(244, 213, 147, 0.08), 0 0 18px rgba(214, 160, 66, 0.18);
}

p,
li,
.content-section.panel p,
.faq-answer p,
.toc-list a,
.language-switcher a,
.footer-copy,
.footer-note {
  color: var(--muted);
}

strong,
.content-section.panel th,
.content-section.panel td:first-child,
.toc summary,
.faq-item summary {
  color: #fff2dc;
}

.btn-primary,
.mini-btn,
.mini-spotlight-link,
.ribbon-copy button {
  background: linear-gradient(180deg, #f2cc79 0%, #d59a32 56%, #ba7d1f 100%);
  color: #241407;
  border-color: rgba(255, 226, 160, 0.42);
  box-shadow: 0 0 0 1px rgba(248, 217, 152, 0.28), 0 14px 30px rgba(185, 120, 28, 0.28), 0 0 24px rgba(214, 160, 66, 0.24), inset 0 1px 0 rgba(255, 250, 232, 0.32);
  animation: ctaPulseAmber 3.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.btn-primary:hover,
.mini-btn:hover,
.mini-spotlight-link:hover,
.ribbon-copy button:hover {
  filter: brightness(1.05);
  box-shadow: 0 0 0 1px rgba(252, 229, 171, 0.34), 0 18px 34px rgba(193, 125, 29, 0.34), 0 0 30px rgba(229, 179, 82, 0.32), inset 0 1px 0 rgba(255, 252, 241, 0.4);
}

.btn-secondary,
.compact-game-cta {
  color: #f0c76c;
  border-color: rgba(232, 183, 88, 0.78);
  background: linear-gradient(180deg, rgba(26, 17, 19, 0.96), rgba(19, 13, 15, 0.96));
  box-shadow: 0 0 0 1px rgba(205, 145, 44, 0.14), 0 0 18px rgba(214, 160, 66, 0.16), inset 0 0 18px rgba(214, 160, 66, 0.04);
  animation: ctaPulseOutlineAmber 3.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.btn-secondary:hover,
.compact-game-cta:hover {
  color: #ffe5a9;
  border-color: rgba(245, 210, 132, 0.92);
}

.hero-overlay,
.cta-banner-overlay,
.featured-game-overlay,
.spotlight-main-overlay,
.spotlight-side-copy {
  background: linear-gradient(180deg, rgba(18, 10, 12, 0.04) 0%, rgba(58, 20, 28, 0.20) 44%, rgba(20, 11, 13, 0.84) 100%);
}

.game-card:hover .game-card-overlay,
.compact-game-card:hover .compact-game-link::after,
.spotlight-main-card:hover .spotlight-main-overlay,
.spotlight-side-card:hover .spotlight-side-copy {
  background: linear-gradient(180deg, rgba(18, 10, 12, 0.04) 0%, rgba(74, 26, 36, 0.26) 44%, rgba(20, 11, 13, 0.90) 100%);
}

.featured-game-card,
.compact-game-card,
.game-card,
.ribbon-card,
.spotlight-main-card,
.spotlight-side-card {
  border-color: rgba(232, 183, 88, 0.12);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 225, 177, 0.03);
}

.featured-game-card:hover,
.compact-game-card:hover,
.game-card:hover,
.ribbon-card:hover,
.spotlight-main-card:hover,
.spotlight-side-card:hover {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(216, 160, 66, 0.16), 0 0 30px rgba(124, 31, 47, 0.14);
}

.faq-item {
  border-color: rgba(229, 176, 78, 0.16);
  background: linear-gradient(180deg, rgba(34, 23, 27, 0.94), rgba(22, 15, 18, 0.96));
}

.faq-item summary:hover,
.faq-item[open] summary {
  color: #ffe6b2;
}

.faq-item summary::after {
  color: #efc469;
}

.toc summary {
  color: #ffefcc;
}

.toc-list a:hover,
.language-switcher a:hover {
  color: #f1c15b;
}

.content-section.panel table,
.content-section.panel th,
.content-section.panel td {
  border-color: rgba(222, 171, 82, 0.18);
}

.content-section.panel th {
  background: linear-gradient(180deg, rgba(77, 31, 39, 0.48), rgba(53, 21, 28, 0.38));
}

.section-figure img,
.content-section.panel img,
.faq-panel img {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(234, 189, 99, 0.14);
}

.footer,
.site-footer {
  border-top: 1px solid rgba(229, 176, 78, 0.18);
  background: linear-gradient(180deg, rgba(23, 15, 17, 0.96), rgba(15, 10, 12, 0.98));
}

.back-to-top {
  background: linear-gradient(180deg, #f1c66f 0%, #d3942c 100%);
  color: #211408;
  box-shadow: 0 14px 28px rgba(183, 122, 30, 0.3), 0 0 22px rgba(224, 173, 74, 0.24);
}

@keyframes ctaPulseAmber {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(248, 217, 152, 0.28), 0 14px 30px rgba(185, 120, 28, 0.28), 0 0 22px rgba(214, 160, 66, 0.20), inset 0 1px 0 rgba(255, 250, 232, 0.30);
  }
  35% {
    box-shadow: 0 0 0 1px rgba(251, 225, 168, 0.34), 0 16px 32px rgba(192, 124, 29, 0.32), 0 0 28px rgba(224, 175, 84, 0.28), 0 0 42px rgba(145, 39, 55, 0.10), inset 0 1px 0 rgba(255, 252, 241, 0.38);
  }
  65% {
    box-shadow: 0 0 0 1px rgba(255, 231, 180, 0.40), 0 18px 34px rgba(198, 128, 31, 0.34), 0 0 34px rgba(233, 183, 92, 0.32), 0 0 54px rgba(145, 39, 55, 0.14), inset 0 1px 0 rgba(255, 252, 241, 0.42);
  }
}

@keyframes ctaPulseOutlineAmber {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(232, 183, 88, 0.44), 0 0 18px rgba(214, 160, 66, 0.18), inset 0 0 16px rgba(214, 160, 66, 0.04);
  }
  35% {
    box-shadow: 0 0 0 1px rgba(242, 199, 108, 0.52), 0 0 24px rgba(224, 175, 84, 0.24), 0 0 40px rgba(145, 39, 55, 0.10), inset 0 0 18px rgba(214, 160, 66, 0.06);
  }
  65% {
    box-shadow: 0 0 0 1px rgba(252, 218, 146, 0.60), 0 0 30px rgba(233, 183, 92, 0.30), 0 0 48px rgba(145, 39, 55, 0.12), inset 0 0 20px rgba(214, 160, 66, 0.08);
  }
}


/* style_2 stronger pass */
body {
  background:
    radial-gradient(circle at 12% -6%, rgba(132, 23, 47, 0.44), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(208, 142, 47, 0.18), transparent 22%),
    linear-gradient(180deg, #12090b 0%, #1a0f12 34%, #12090b 100%);
}

main.container {
  width: min(1240px, calc(100% - 28px));
}

.site-header {
  background:
    linear-gradient(180deg, rgba(32, 16, 20, 0.98), rgba(17, 10, 12, 0.98));
  border-bottom: 1px solid rgba(224, 170, 72, 0.34);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22), inset 0 -1px 0 rgba(255, 228, 172, 0.05);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(214, 160, 66, 0), rgba(214, 160, 66, 0.75), rgba(255, 226, 170, 0.85), rgba(214, 160, 66, 0));
  box-shadow: 0 0 14px rgba(214, 160, 66, 0.3);
}

.page-layout {
  gap: 32px;
}

.panel,
.toc,
.content-section.panel,
.faq-panel,
.intro.panel,
.games-carousel,
.games-showcase,
.game-ribbon,
.spotlight-showcase,
.hero-banner,
.cta-banner {
  border-radius: 24px;
  border: 1px solid rgba(210, 152, 58, 0.18);
  background:
    linear-gradient(180deg, rgba(38, 23, 28, 0.98), rgba(24, 14, 17, 0.98));
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 230, 180, 0.04),
    inset 0 0 0 1px rgba(82, 39, 22, 0.24);
}

.panel::before,
.toc::before,
.content-section.panel::before,
.faq-panel::before,
.games-carousel::before,
.games-showcase::before,
.game-ribbon::before,
.spotlight-showcase::before {
  background:
    linear-gradient(135deg, rgba(110, 24, 42, 0.14), transparent 32%, transparent 64%, rgba(184, 119, 37, 0.12)),
    radial-gradient(circle at top right, rgba(224, 170, 72, 0.06), transparent 28%);
  opacity: 1;
}

.intro.panel,
.content-section.panel,
.faq-panel,
.toc {
  backdrop-filter: blur(4px);
}

.intro-title,
h1 {
  color: #fff3de;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.24);
}

h2,
.games-carousel-head h2,
.games-showcase-head h2,
.game-ribbon-head h2,
.spotlight-showcase-head h2,
.faq-panel > h2 {
  color: #ffe7b2;
}

.games-carousel-head h2,
.games-showcase-head h2,
.game-ribbon-head h2,
.spotlight-showcase-head h2,
.faq-panel > h2 {
  padding-bottom: 16px;
}

.games-carousel-head h2::before,
.games-showcase-head h2::before,
.game-ribbon-head h2::before,
.spotlight-showcase-head h2::before,
.faq-panel > h2::before {
  background: linear-gradient(180deg, rgba(93, 50, 20, 0.98), rgba(54, 28, 12, 0.98));
  border-color: rgba(234, 188, 99, 0.58);
  box-shadow: 0 0 0 1px rgba(255, 224, 169, 0.08), 0 0 26px rgba(214, 160, 66, 0.22);
}

.games-carousel-head h2::after,
.games-showcase-head h2::after,
.game-ribbon-head h2::after,
.spotlight-showcase-head h2::after,
.faq-panel > h2::after,
.intro-title::before,
.intro-title::after {
  height: 3px;
  box-shadow: 0 0 18px rgba(214, 160, 66, 0.34);
}

.content-section.panel {
  background:
    linear-gradient(180deg, rgba(34, 21, 25, 0.98), rgba(20, 13, 16, 0.98));
}

.content-section.panel table {
  background: rgba(21, 14, 16, 0.44);
  border-radius: 16px;
  overflow: hidden;
}

.content-section.panel th {
  background: linear-gradient(180deg, rgba(110, 38, 50, 0.66), rgba(73, 25, 34, 0.56));
  color: #ffe8bb;
}

.content-section.panel td {
  background: rgba(255, 243, 220, 0.01);
}

.content-section.panel tr:nth-child(even) td {
  background: rgba(255, 219, 159, 0.02);
}

.toc {
  background:
    linear-gradient(180deg, rgba(37, 24, 27, 0.98), rgba(19, 13, 15, 0.98));
}

.toc-list a {
  color: #d8c3a1;
}

.toc-list a:hover {
  color: #ffe4a7;
  text-shadow: 0 0 14px rgba(214, 160, 66, 0.18);
}

.faq-item {
  border: 1px solid rgba(223, 170, 74, 0.18);
  background: linear-gradient(180deg, rgba(44, 27, 31, 0.96), rgba(22, 15, 18, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 224, 174, 0.03);
}

.faq-item[open] {
  box-shadow: inset 0 1px 0 rgba(255, 224, 174, 0.04), 0 0 0 1px rgba(223, 170, 74, 0.10), 0 0 28px rgba(107, 24, 41, 0.12);
}

.game-card,
.featured-game-card,
.compact-game-card,
.ribbon-card,
.spotlight-main-card,
.spotlight-side-card {
  border: 1px solid rgba(217, 163, 71, 0.16);
  background:
    radial-gradient(circle at top, rgba(86, 26, 37, 0.18), transparent 46%),
    linear-gradient(180deg, rgba(19, 13, 16, 0.98), rgba(11, 8, 10, 0.98));
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 225, 177, 0.03);
}

.game-card img,
.featured-game-card > img,
.compact-game-link > img,
.ribbon-card img,
.spotlight-main-card img,
.spotlight-side-card img {
  filter: saturate(1.04) contrast(1.02);
}

.featured-game-overlay,
.hero-overlay,
.cta-banner-overlay {
  background: linear-gradient(180deg, rgba(18, 10, 12, 0.06) 0%, rgba(89, 28, 43, 0.24) 44%, rgba(18, 10, 12, 0.88) 100%);
}

.compact-game-link::after,
.game-card-overlay,
.spotlight-main-overlay,
.spotlight-side-copy {
  background: linear-gradient(180deg, rgba(18, 10, 12, 0.02) 0%, rgba(70, 24, 35, 0.22) 52%, rgba(16, 10, 12, 0.88) 100%);
}

.btn-primary,
.mini-btn,
.mini-spotlight-link,
.ribbon-copy button {
  border-radius: 999px;
}

.btn-secondary,
.compact-game-cta {
  background: linear-gradient(180deg, rgba(35, 20, 22, 0.98), rgba(20, 12, 14, 0.98));
}

.footer,
.site-footer {
  background: transparent !important;
  border-radius: 0 !important;
  padding-bottom: 0 !important;
  border-top: 0 !important;
}

.footer-inner {
  border-radius: 0 !important;
}


/* style_2 structural pass */
main.container {
  width: min(1220px, calc(100% - 24px));
  padding-top: 0;
  padding-bottom: 0;
}

footer .container,
.footer .container,
.site-footer .container {
  width: min(1220px, calc(100% - 24px));
}

.page-layout {
  gap: 0;
  position: relative;
}

.page-layout::before,
.page-layout::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(226, 176, 78, 0.10), rgba(226, 176, 78, 0.42) 16%, rgba(96, 34, 21, 0.46) 52%, rgba(226, 176, 78, 0.18));
  pointer-events: none;
}

.page-layout::before {
  left: 0;
}

.page-layout::after {
  right: 0;
}

.page-layout > * {
  position: relative;
  border-radius: 0 !important;
  border-left: 1px solid rgba(226, 176, 78, 0.16) !important;
  border-right: 1px solid rgba(226, 176, 78, 0.16) !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.page-layout > * + * {
  box-shadow: inset 0 1px 0 rgba(226, 176, 78, 0.16), inset 0 16px 34px rgba(0, 0, 0, 0.10) !important;
}

.page-layout > *::before {
  border-radius: 0 !important;
}

.panel,
.toc,
.content-section.panel,
.faq-panel,
.intro.panel,
.games-carousel,
.games-showcase,
.game-ribbon,
.spotlight-showcase,
.hero-banner,
.cta-banner {
  background:
    linear-gradient(180deg, rgba(30, 18, 22, 0.98), rgba(20, 12, 15, 0.98));
}

.intro.panel,
.content-section.panel,
.faq-panel,
.toc,
.games-carousel,
.games-showcase,
.game-ribbon,
.spotlight-showcase {
  padding-left: 28px;
  padding-right: 28px;
}

.intro-title,
.content-section.panel h2,
.games-carousel-head h2,
.games-showcase-head h2,
.game-ribbon-head h2,
.spotlight-showcase-head h2,
.faq-panel > h2 {
  position: relative;
  display: block;
  padding: 18px 0 14px 18px;
  margin: 0 0 24px;
  border-left: 4px solid #d9a54a;
  color: #fff0d2;
  font-size: clamp(1.6rem, 2.6vw, 2.45rem);
  letter-spacing: 0.05em;
  line-height: 1.02;
  text-transform: uppercase;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.18);
}

.intro-title::before,
.content-section.panel h2::before,
.games-carousel-head h2::before,
.games-showcase-head h2::before,
.game-ribbon-head h2::before,
.spotlight-showcase-head h2::before,
.faq-panel > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: min(220px, 34%);
  height: 1px;
  background: linear-gradient(90deg, rgba(235, 186, 88, 0.96), rgba(255, 231, 182, 0.72), rgba(235, 186, 88, 0));
  box-shadow: 0 0 16px rgba(214, 160, 66, 0.26);
}

.intro-title::after,
.content-section.panel h2::after,
.games-carousel-head h2::after,
.games-showcase-head h2::after,
.game-ribbon-head h2::after,
.spotlight-showcase-head h2::after,
.faq-panel > h2::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 0;
  width: min(180px, 28%);
  height: 2px;
  background: linear-gradient(90deg, rgba(130, 28, 46, 0.92), rgba(225, 173, 76, 0.98), rgba(255, 233, 190, 0.84), rgba(225, 173, 76, 0));
  box-shadow: 0 0 18px rgba(214, 160, 66, 0.24);
}

.games-carousel-head,
.games-showcase-head,
.game-ribbon-head,
.spotlight-showcase-head {
  margin-bottom: 18px;
}

.faq-panel > h2 {
  margin-bottom: 18px;
}

.intro-title {
  text-align: left;
}

.content-section.panel h3,
.featured-game-overlay h3,
.compact-game-copy h3,
.game-card-title,
.ribbon-copy strong {
  color: #ffe9bf;
  letter-spacing: 0.03em;
}

.content-section.panel {
  padding-top: 30px;
  padding-bottom: 30px;
}

.toc {
  padding-top: 26px;
  padding-bottom: 26px;
}

.faq-panel {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 900px) {
  .page-layout::before,
  .page-layout::after {
    display: none;
  }

  .page-layout > * {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .intro.panel,
  .content-section.panel,
  .faq-panel,
  .toc,
  .games-carousel,
  .games-showcase,
  .game-ribbon,
  .spotlight-showcase {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-title,
  .content-section.panel h2,
  .games-carousel-head h2,
  .games-showcase-head h2,
  .game-ribbon-head h2,
  .spotlight-showcase-head h2,
  .faq-panel > h2 {
    padding: 16px 0 12px 14px;
    margin-bottom: 20px;
    font-size: clamp(1.35rem, 6vw, 2rem);
  }

  .intro-title::before,
  .content-section.panel h2::before,
  .games-carousel-head h2::before,
  .games-showcase-head h2::before,
  .game-ribbon-head h2::before,
  .spotlight-showcase-head h2::before,
  .faq-panel > h2::before {
    width: min(148px, 42%);
  }

  .intro-title::after,
  .content-section.panel h2::after,
  .games-carousel-head h2::after,
  .games-showcase-head h2::after,
  .game-ribbon-head h2::after,
  .spotlight-showcase-head h2::after,
  .faq-panel > h2::after {
    left: 14px;
    width: min(124px, 36%);
  }
}


/* style_2 continuous flow pass */
.page-layout {
  display: block;
}

.page-layout > * {
  margin: 0 !important;
}

.page-layout > * + * {
  margin-top: 0 !important;
  box-shadow: none !important;
}

.page-layout > *::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(226, 176, 78, 0), rgba(226, 176, 78, 0.22), rgba(121, 37, 28, 0.44), rgba(226, 176, 78, 0.22), rgba(226, 176, 78, 0));
  pointer-events: none;
}

.page-layout > *:first-child::after {
  display: none;
}

.panel,
.toc,
.content-section.panel,
.faq-panel,
.intro.panel,
.games-carousel,
.games-showcase,
.game-ribbon,
.spotlight-showcase,
.hero-banner,
.cta-banner {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.hero-banner,
.cta-banner {
  padding-top: 26px;
  padding-bottom: 26px;
}

@media (max-width: 900px) {
  .page-layout > *::after {
    left: 20px;
    right: 20px;
  }
}


/* style_2 zero section gaps */
.page-layout > section,
.page-layout > aside,
.page-layout > details,
.page-layout > div {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.page-layout > section + section,
.page-layout > section + aside,
.page-layout > section + details,
.page-layout > section + div,
.page-layout > aside + section,
.page-layout > aside + aside,
.page-layout > aside + details,
.page-layout > aside + div,
.page-layout > details + section,
.page-layout > details + aside,
.page-layout > details + details,
.page-layout > details + div,
.page-layout > div + section,
.page-layout > div + aside,
.page-layout > div + details,
.page-layout > div + div {
  margin-top: 0 !important;
}


/* style_2 remove inner top gap */
.intro.panel,
.content-section.panel,
.faq-panel,
.toc,
.games-carousel,
.games-showcase,
.game-ribbon,
.spotlight-showcase,
.hero-banner,
.cta-banner {
  padding-top: 0 !important;
}

.content-section.panel,
.faq-panel,
.toc,
.games-carousel,
.games-showcase,
.game-ribbon,
.spotlight-showcase,
.hero-banner,
.cta-banner {
  padding-bottom: 18px !important;
}

.intro.panel {
  padding-bottom: 22px !important;
}

.content-section.panel h2,
.games-carousel-head h2,
.games-showcase-head h2,
.game-ribbon-head h2,
.spotlight-showcase-head h2,
.faq-panel > h2,
.intro-title {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-top: 0 !important;
}

.games-carousel-head,
.games-showcase-head,
.game-ribbon-head,
.spotlight-showcase-head,
.faq-panel > h2 {
  margin-top: 0 !important;
}


/* style_2 hard edges */
.page-layout,
.page-layout > *,
.page-layout > *::before,
.page-layout > *::after,
.page-layout > section,
.page-layout > aside,
.page-layout > details,
.page-layout > div,
.intro.panel,
.content-section.panel,
.faq-panel,
.toc,
.games-carousel,
.games-showcase,
.game-ribbon,
.spotlight-showcase,
.hero-banner,
.cta-banner {
  border-radius: 0 !important;
}

.page-layout > section,
.page-layout > aside,
.page-layout > details,
.page-layout > div,
.intro.panel,
.content-section.panel,
.faq-panel,
.toc,
.games-carousel,
.games-showcase,
.game-ribbon,
.spotlight-showcase,
.hero-banner,
.cta-banner {
  border-left: 1px solid rgba(226, 176, 78, 0.22) !important;
  border-right: 1px solid rgba(226, 176, 78, 0.22) !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

@media (max-width: 900px) {
  .page-layout > section,
  .page-layout > aside,
  .page-layout > details,
  .page-layout > div,
  .intro.panel,
  .content-section.panel,
  .faq-panel,
  .toc,
  .games-carousel,
  .games-showcase,
  .game-ribbon,
  .spotlight-showcase,
  .hero-banner,
  .cta-banner {
    border-left: 0 !important;
    border-right: 0 !important;
  }
}


/* style_2 collapse remaining inter-section gap */
.page-layout > * + * {
  margin-top: -1px !important;
}

.page-layout > section + section,
.page-layout > section + aside,
.page-layout > section + details,
.page-layout > section + div,
.page-layout > aside + section,
.page-layout > aside + aside,
.page-layout > aside + details,
.page-layout > aside + div,
.page-layout > details + section,
.page-layout > details + aside,
.page-layout > details + details,
.page-layout > details + div,
.page-layout > div + section,
.page-layout > div + aside,
.page-layout > div + details,
.page-layout > div + div {
  margin-top: -1px !important;
}


/* style_2 actual article override */
article.page-layout {
  display: block !important;
  gap: 0 !important;
}

article.page-layout > section,
article.page-layout > aside,
article.page-layout > details,
article.page-layout > div {
  margin: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

article.page-layout > section + section,
article.page-layout > section + aside,
article.page-layout > section + details,
article.page-layout > section + div,
article.page-layout > aside + section,
article.page-layout > aside + aside,
article.page-layout > aside + details,
article.page-layout > aside + div,
article.page-layout > details + section,
article.page-layout > details + aside,
article.page-layout > details + details,
article.page-layout > details + div,
article.page-layout > div + section,
article.page-layout > div + aside,
article.page-layout > div + details,
article.page-layout > div + div {
  margin-top: 0 !important;
}


/* style_2 force no gap / no top-bottom borders */
article,
article.page-layout {
  display: block !important;
  gap: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

article.page-layout::before,
article.page-layout::after,
.page-layout::before,
.page-layout::after {
  display: none !important;
}

article.page-layout > *,
.page-layout > * {
  margin: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

article.page-layout > *::before,
article.page-layout > *::after,
.page-layout > *::before,
.page-layout > *::after {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

article.page-layout > *::after,
.page-layout > *::after {
  display: none !important;
}


/* style_2 remove inner borders */
article.page-layout > * *,
.page-layout > * * {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

.toc,
.toc-body,
.toc-link,
.faq-item,
.faq-list,
.games-carousel-head,
.games-showcase-head,
.game-ribbon-head,
.spotlight-showcase-head,
.content-section.panel table,
.content-section.panel th,
.content-section.panel td,
.footer,
.site-footer,
.footer-bottom,
.language-switcher,
.featured-game-card,
.compact-game-card,
.game-card,
.ribbon-card,
.spotlight-main-card,
.spotlight-side-card {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.toc,
.toc-body,
.toc-link,
.faq-item,
.faq-list,
.footer,
.site-footer,
.footer-bottom,
.language-switcher {
  border: 0 !important;
  box-shadow: none !important;
}


/* style_2 remove remaining divider lines */
.page-layout > *::before,
.page-layout > *::after,
article.page-layout > *::before,
article.page-layout > *::after,
.intro-title::before,
.intro-title::after,
.content-section.panel h2::before,
.content-section.panel h2::after,
.games-carousel-head h2::before,
.games-carousel-head h2::after,
.games-showcase-head h2::before,
.games-showcase-head h2::after,
.game-ribbon-head h2::before,
.game-ribbon-head h2::after,
.spotlight-showcase-head h2::before,
.spotlight-showcase-head h2::after,
.faq-panel > h2::before,
.faq-panel > h2::after {
  display: none !important;
  content: none !important;
  background: none !important;
  box-shadow: none !important;
}


/* style_2 table refinement */
.content-section.panel table {
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
}

.content-section.panel thead tr {
  border-bottom: 1px solid rgba(229, 182, 92, 0.18);
}

.content-section.panel tbody tr {
  border-bottom: 1px solid rgba(255, 230, 184, 0.06);
}

.content-section.panel tbody tr:last-child {
  border-bottom: 0;
}

.content-section.panel th,
.content-section.panel td {
  border: 0 !important;
}

.content-section.panel th + th,
.content-section.panel td + td {
  border-left: 1px solid rgba(229, 182, 92, 0.08) !important;
}

.content-section.panel tbody tr:hover td {
  background: rgba(255, 223, 158, 0.025);
}


/* style_2 h3 system */
.content-section.panel h3,
.featured-game-overlay h3,
.compact-game-copy h3,
.game-card-title,
.ribbon-copy strong {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 10px 16px 10px 14px;
  margin: 24px 0 14px;
  border-left: 3px solid rgba(226, 176, 78, 0.88);
  background: linear-gradient(90deg, rgba(90, 27, 40, 0.24), rgba(37, 18, 21, 0.02));
  color: #ffe5b2;
  letter-spacing: 0.04em;
  line-height: 1.12;
  text-transform: uppercase;
}

.content-section.panel h3::before,
.featured-game-overlay h3::before,
.compact-game-copy h3::before,
.game-card-title::before,
.ribbon-copy strong::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 231, 182, 1) 0%, rgba(226, 176, 78, 0.95) 45%, rgba(130, 28, 46, 0.82) 100%);
  box-shadow: 0 0 14px rgba(226, 176, 78, 0.34);
  flex: 0 0 auto;
}

.content-section.panel h3::after,
.featured-game-overlay h3::after,
.compact-game-copy h3::after,
.game-card-title::after,
.ribbon-copy strong::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 12px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(226, 176, 78, 0.42), rgba(226, 176, 78, 0.12), rgba(226, 176, 78, 0));
}

@media (max-width: 900px) {
  .content-section.panel h3,
  .featured-game-overlay h3,
  .compact-game-copy h3,
  .game-card-title,
  .ribbon-copy strong {
    padding: 9px 12px 9px 12px;
    margin: 20px 0 12px;
    font-size: 1rem;
  }
}


/* style_2 restore game card titles */
.featured-game-overlay h3,
.compact-game-copy h3,
.game-card-title,
.ribbon-copy strong {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 0 12px !important;
  border: 0 !important;
  background: none !important;
  color: #ffe9bf !important;
  letter-spacing: 0.02em !important;
  line-height: 1.08 !important;
  text-transform: none !important;
  text-align: center !important;
}

.featured-game-overlay h3::before,
.featured-game-overlay h3::after,
.compact-game-copy h3::before,
.compact-game-copy h3::after,
.game-card-title::before,
.game-card-title::after,
.ribbon-copy strong::before,
.ribbon-copy strong::after {
  display: none !important;
  content: none !important;
}


/* style_2 banner fit */
.hero-media,
.cta-media {
  background: rgba(10, 7, 8, 0.74);
}

.hero-media img,
.cta-media img {
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center top !important;
}

@media (max-width: 900px) {
  .hero-media img,
  .cta-media img {
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
    object-position: center top !important;
  }
}


/* style_2 extra TOC variants */
.toc-grid-view,
.toc-rail-view {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.toc-summary-wrap {
  display: grid;
  gap: 4px;
}

.toc-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(241, 193, 91, 0.74);
}

.toc-heading {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #fff1cf;
  text-transform: uppercase;
}

.toc-summary-note {
  color: rgba(229, 211, 178, 0.72);
  font-size: 0.88rem;
}

.toc-grid-view .toc-body {
  padding-top: 14px;
}

.toc-grid-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.toc-grid-link {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 12px 14px;
  background: linear-gradient(180deg, rgba(74, 26, 38, 0.32), rgba(33, 18, 21, 0.78));
  border: 1px solid rgba(226, 176, 78, 0.14);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.toc-grid-link:hover {
  transform: translateY(-2px);
  border-color: rgba(241, 193, 91, 0.32);
  background: linear-gradient(180deg, rgba(92, 31, 45, 0.36), rgba(36, 19, 23, 0.88));
}

.toc-grid-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(241, 193, 91, 0.28);
  color: #ffebb9;
  font-family: var(--font-display);
  font-size: 1rem;
  box-shadow: inset 0 0 16px rgba(226, 176, 78, 0.08);
}

.toc-grid-text {
  color: #f7ead1;
  font-weight: 700;
  line-height: 1.22;
}

.toc-rail-view .toc-body {
  padding-top: 14px;
}

.toc-rail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.toc-rail-link {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 10px 0;
}

.toc-rail-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  color: rgba(241, 193, 91, 0.86);
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.12em;
}

.toc-rail-copy {
  display: grid;
  gap: 7px;
}

.toc-rail-title {
  color: #f8ebd2;
  font-weight: 700;
  line-height: 1.22;
}

.toc-rail-line {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(241, 193, 91, 0.48), rgba(121, 37, 28, 0.4), rgba(241, 193, 91, 0));
}

.toc-rail-link:hover .toc-rail-title {
  color: #ffe7ae;
}

.toc-rail-link:hover .toc-rail-line {
  background: linear-gradient(90deg, rgba(255, 222, 153, 0.68), rgba(148, 43, 33, 0.46), rgba(241, 193, 91, 0));
}

@media (max-width: 900px) {
  .toc-grid-list {
    grid-template-columns: 1fr;
  }

  .toc-grid-link {
    min-height: 66px;
  }
}


/* style_2 compact toc debug */
.toc,
.toc-grid-view,
.toc-rail-view {
  padding: 10px 14px !important;
}

.toc-summary-wrap {
  gap: 2px;
}

.toc-heading {
  font-size: 1.02rem;
}

.toc-summary-note {
  font-size: 0.8rem;
}

.toc-grid-view .toc-body,
.toc-rail-view .toc-body,
.toc-body {
  padding-top: 8px;
}

.toc-grid-list {
  gap: 8px;
}

.toc-grid-link {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  min-height: 56px;
  padding: 10px 12px;
}

.toc-grid-index {
  width: 34px;
  height: 34px;
  font-size: 0.88rem;
}

.toc-grid-text {
  font-size: 0.96rem;
  line-height: 1.16;
}

.toc-rail-list {
  gap: 6px;
}

.toc-rail-link {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  padding: 7px 0;
}

.toc-rail-index {
  width: 42px;
  font-size: 0.86rem;
}

.toc-rail-copy {
  gap: 5px;
}

.toc-rail-title {
  font-size: 0.96rem;
  line-height: 1.16;
}

@media (max-width: 900px) {
  .toc,
  .toc-grid-view,
  .toc-rail-view {
    padding: 10px 12px !important;
  }

  .toc-grid-link {
    min-height: 52px;
    padding: 9px 10px;
  }
}


/* style_2 compact toc rail */
.toc-rail-view .toc-body {
  padding-top: 4px;
}

.toc-rail-list {
  gap: 2px;
}

.toc-rail-link {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  padding: 3px 0;
}

.toc-rail-index {
  width: 34px;
  font-size: 0.78rem;
}

.toc-rail-copy {
  gap: 3px;
}

.toc-rail-title {
  font-size: 0.92rem;
  line-height: 1.1;
}

.toc-rail-line {
  height: 1px;
}


/* style_2 toc heading only */
.toc-kicker,
.toc-summary-note,
.toc-title-main {
  display: none !important;
}

.toc summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toc-summary-wrap {
  display: block;
}

.toc-heading {
  display: block;
  margin: 0;
}


/* style_2 stronger toc toggle */
.toc-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(241, 193, 91, 0.34);
  background: linear-gradient(180deg, rgba(88, 28, 40, 0.34), rgba(42, 19, 24, 0.9));
  color: #ffe2a1 !important;
  font-size: 1rem !important;
  line-height: 1;
  box-shadow: 0 0 16px rgba(214, 160, 66, 0.14), inset 0 0 12px rgba(214, 160, 66, 0.04);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.toc summary:hover .toc-chevron {
  border-color: rgba(255, 223, 151, 0.52);
  box-shadow: 0 0 22px rgba(214, 160, 66, 0.24), inset 0 0 14px rgba(214, 160, 66, 0.08);
  background: linear-gradient(180deg, rgba(110, 36, 50, 0.42), rgba(49, 21, 28, 0.94));
}

.toc[open] .toc-chevron {
  transform: rotate(180deg);
}


/* style_2 hard-edge buttons */
.btn,
.btn-primary,
.btn-secondary,
.mini-btn,
.compact-game-cta,
.mini-spotlight-link,
.ribbon-copy button,
.hero-media-cta,
.toc-chevron {
  border-radius: 4px !important;
}

.toc-grid-link,
.toc-grid-index {
  border-radius: 2px !important;
}


/* style_2 hard-edge banner media */
.hero-media,
.cta-media,
.hero-media img,
.cta-media img {
  border-radius: 4px !important;
}


/* style_2 extra FAQ variants */
.faq-panel-stack .faq-stack {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.faq-card {
  border: 1px solid rgba(226, 176, 78, 0.14);
  background: linear-gradient(180deg, rgba(67, 25, 37, 0.24), rgba(30, 16, 19, 0.9));
}

.faq-card summary {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
}

.faq-card summary::-webkit-details-marker,
.faq-card summary::marker {
  display: none;
  content: "";
}

.faq-card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(241, 193, 91, 0.22);
  color: #ffe3a6;
  font-family: var(--font-display);
}

.faq-card-question {
  color: #fff0d0;
  font-weight: 700;
  line-height: 1.2;
}

.faq-card-answer {
  padding: 0 18px 16px 74px;
}

.faq-card-answer p {
  margin: 10px 0 0;
}

.faq-panel-editorial .faq-editorial {
  display: grid;
  gap: 0;
  margin-top: 12px;
}

.faq-editorial-row {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(226, 176, 78, 0.14);
}

.faq-editorial-row:first-child {
  padding-top: 0;
}

.faq-editorial-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.faq-editorial-side {
  display: grid;
  align-content: start;
  gap: 10px;
  padding-right: 20px;
  border-right: 1px solid rgba(226, 176, 78, 0.14);
}

.faq-editorial-mark {
  color: rgba(241, 193, 91, 0.9);
  font-family: var(--font-display);
  font-size: 0.88rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.faq-editorial-question {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: #fff1cf !important;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
  line-height: 1.18 !important;
  text-align: left !important;
}

.faq-editorial-question::before,
.faq-editorial-question::after {
  display: none !important;
  content: none !important;
}

.faq-editorial-answer {
  display: grid;
  gap: 10px;
}

.faq-editorial-answer p {
  margin: 0;
}

@media (max-width: 900px) {
  .faq-card summary {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 14px;
  }

  .faq-card-index {
    width: 36px;
    height: 36px;
    font-size: 0.88rem;
  }

  .faq-card-answer {
    padding: 0 14px 14px 60px;
  }

  .faq-editorial-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 0;
  }

  .faq-editorial-side {
    gap: 6px;
    padding-right: 0;
    border-right: 0;
  }
}


/* style_2 faq editorial question line */
.faq-editorial-side {
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.faq-editorial-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(241, 193, 91, 0.26);
  background: linear-gradient(180deg, rgba(96, 31, 45, 0.34), rgba(39, 17, 23, 0.9));
  color: #ffe2a1;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  box-shadow: 0 0 18px rgba(214, 160, 66, 0.12);
}

.faq-editorial-question {
  position: relative;
  padding-bottom: 12px !important;
  margin-top: 6px !important;
}

.faq-editorial-question::after {
  display: block !important;
  content: "" !important;
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(220px, 100%);
  height: 1px;
  background: linear-gradient(90deg, rgba(241, 193, 91, 0.62), rgba(121, 37, 28, 0.38), rgba(241, 193, 91, 0));
  box-shadow: 0 0 12px rgba(214, 160, 66, 0.16);
}

@media (max-width: 900px) {
  .faq-editorial-side {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
  }

  .faq-editorial-mark {
    width: 34px;
    height: 34px;
    font-size: 0.76rem;
  }

  .faq-editorial-question {
    margin-top: 2px !important;
    padding-bottom: 10px !important;
  }
}

.games-more-action {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.games-more-action .btn {
  min-width: 220px;
}

@media (max-width: 760px) {
  :root {
    --anchor-offset: 180px;
  }

  .games-more-action {
    margin-top: 14px;
  }

  .games-more-action .btn {
    width: 100%;
    min-width: 0;
  }
}

/* style_3 mobile-app inspired green theme */
:root {
  --bg: #41b06a;
  --panel: #0d8f3c;
  --soft: #0b7f35;
  --text: #f5fff1;
  --muted: #d8f0d4;
  --line: rgba(197, 255, 128, 0.18);
  --green: #ffe100;
  --yellow: #ffe100;
  --max: 1220px;
  --radius: 14px;
  --font-display: "Arial Narrow", "Bahnschrift SemiCondensed", "Trebuchet MS", sans-serif;
}

body {
  background:
    linear-gradient(90deg, #43b166 0, #43b166 calc(50% - 610px), #158846 calc(50% - 610px), #158846 calc(50% + 610px), #43b166 calc(50% + 610px), #43b166 100%);
  color: var(--text);
}

.container,
main.container,
footer .container,
.footer .container,
.site-footer .container {
  width: min(var(--max), calc(100% - 24px)) !important;
}

.site-header {
  background: #0a6a2f;
  border-bottom: 1px solid rgba(255, 225, 0, 0.32);
  backdrop-filter: none;
}

.header-inner {
  min-height: 82px;
}

.logo img,
.footer-logo img {
  width: 100%;
  max-width: 100%;
}

.actions {
  gap: 10px;
}

.btn,
.mini-btn,
.compact-game-cta,
.mini-spotlight-link,
.ribbon-copy button,
.hero-media-cta {
  min-height: 50px;
  border-radius: 14px !important;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.btn-primary,
.mini-btn,
.mini-spotlight-link,
.ribbon-copy button {
  background: #ffe100;
  color: #11692f;
  box-shadow: none;
  border: 1px solid rgba(19, 83, 30, 0.18);
  animation: none;
}

.btn-secondary,
.compact-game-cta {
  background: transparent;
  color: #ffe100;
  border: 1px solid rgba(255, 225, 0, 0.78);
  box-shadow: none;
  animation: none;
}

main {
  padding: 0 0 20px;
}

main.container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background:
    radial-gradient(circle at top right, rgba(126, 255, 112, 0.1), transparent 24%),
    radial-gradient(circle at left 20%, rgba(255, 255, 255, 0.04), transparent 22%),
    linear-gradient(180deg, #158846 0%, #137d40 100%);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.panel,
.hero,
.faq,
.intro,
.toc,
.games-carousel,
.games-showcase,
.game-ribbon,
.spotlight-showcase,
.faq-item,
.faq-card {
  background:
    linear-gradient(180deg, rgba(7, 109, 42, 0.96), rgba(8, 136, 50, 0.98));
  border: 1px solid rgba(206, 255, 136, 0.14);
  border-radius: var(--radius) !important;
  box-shadow: none !important;
}

.panel,
.hero,
.faq,
.intro {
  padding: 22px;
}

.intro.panel {
  margin-top: 0 !important;
  border-top: 4px solid rgba(224, 218, 107, 0.52);
  border-radius: 0 !important;
  border-left: 0;
  border-right: 0;
}

.intro-title {
  display: block;
  margin: 0 0 18px !important;
  padding: 8px 0 8px 14px !important;
  border-left: 5px solid rgba(218, 228, 175, 0.82);
  color: #cde1f2;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.intro-title::before,
.intro-title::after,
.panel > h2::before,
.panel > h2::after,
.content-section > h2::before,
.content-section > h2::after,
.games-carousel-head h2::before,
.games-carousel-head h2::after,
.games-showcase-head h2::before,
.games-showcase-head h2::after,
.game-ribbon-head h2::before,
.game-ribbon-head h2::after,
.spotlight-head h2::before,
.spotlight-head h2::after,
.faq-panel > h2::before,
.faq-panel > h2::after {
  display: none !important;
  content: none !important;
}

.panel > h2,
.content-section > h2,
.games-carousel-head h2,
.games-showcase-head h2,
.game-ribbon-head h2,
.spotlight-head h2,
.faq-panel > h2 {
  display: block;
  color: #f2ffef;
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
}

p,
li,
.faq-answer p,
.toc-text,
.toc-grid-text,
.toc-rail-title,
.footer-copy {
  color: var(--muted);
}

.toc {
  background: rgba(11, 123, 50, 0.92);
  border-color: rgba(230, 255, 134, 0.14);
}

.toc-link,
.toc-grid-link {
  background: rgba(7, 101, 39, 0.86);
  border-color: rgba(212, 255, 133, 0.12);
}

.toc-index,
.toc-grid-index,
.toc-rail-index,
.toc-chevron,
.faq-item summary::after {
  background: rgba(255, 225, 0, 0.14);
  color: #ffe100 !important;
  border-color: rgba(255, 225, 0, 0.22);
  box-shadow: none;
}

.hero-media,
.cta-media {
  background: #0b7534;
}

.hero-media,
.cta-media,
.hero-media img,
.cta-media img {
  border-radius: 0 !important;
}

.hero-media::after {
  background: linear-gradient(180deg, rgba(3, 73, 24, 0.02) 0%, rgba(5, 72, 25, 0.16) 40%, rgba(4, 68, 23, 0.44) 100%);
}

.game-card,
.featured-game-card,
.compact-game-card,
.ribbon-card,
.spotlight-main-card,
.spotlight-side-card {
  border-radius: 18px !important;
  border: 1px solid rgba(244, 255, 191, 0.12) !important;
  background:
    linear-gradient(180deg, rgba(12, 125, 47, 0.98), rgba(8, 109, 38, 0.98));
  box-shadow: none !important;
}

.games-carousel-head,
.games-showcase-head,
.game-ribbon-head,
.spotlight-head {
  margin-bottom: 14px;
}

.game-card-title,
.featured-game-overlay h3,
.compact-game-copy h3,
.ribbon-copy strong {
  color: #ffffff !important;
  text-shadow: none;
}

.content-section table {
  border-color: rgba(230, 255, 166, 0.14);
  background: rgba(5, 106, 35, 0.56);
}

.content-section thead th {
  background: rgba(7, 92, 31, 0.86);
  color: #fff29a;
}

.content-section tbody tr:nth-child(even) td,
.content-section tbody tr:nth-child(even) th {
  background: rgba(255, 255, 255, 0.02);
}

.faq-item,
.faq-card {
  border-radius: 12px !important;
  background: rgba(8, 111, 41, 0.92);
}

.faq-item summary,
.faq-card summary {
  color: #f8fff3;
}

.faq-answer,
.faq-card-answer {
  border-top-color: rgba(225, 255, 155, 0.12);
}

.footer,
.site-footer {
  background: transparent !important;
  border: 0 !important;
  padding-bottom: 0 !important;
}

.footer-inner {
  padding: 20px 22px;
  background: #0a6d30;
  border: 1px solid rgba(230, 255, 166, 0.12);
  border-radius: 0 0 16px 16px !important;
}

.footer-top {
  gap: 12px;
}

.footer-assurance-ribbon {
  gap: 12px;
}

.footer-assurance-ribbon img {
  filter: none;
}

@media (max-width: 900px) {
  :root {
    --max: 100%;
  }

  body {
    background: #41b06a;
  }

  .logo img,
  .footer-logo img {
    width: 220px;
  }

  .site-header {
    position: static;
  }

  .header-inner {
    min-height: 72px;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .actions {
    width: 100%;
  }

  .actions .btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 46px;
    padding: 10px 12px;
  }

  main.container {
    width: 100% !important;
    border-left: 0;
    border-right: 0;
  }

  .intro.panel {
    border-left: 0;
    border-right: 0;
  }

  .panel,
  .hero,
  .faq,
  .intro {
    padding: 18px;
  }

  .footer-inner {
    border-radius: 0 !important;
  }
}

/* style_3 green enforcement */
body {
  background:
    linear-gradient(90deg, #43b166 0, #43b166 calc(50% - 610px), #158846 calc(50% - 610px), #158846 calc(50% + 610px), #43b166 calc(50% + 610px), #43b166 100%) !important;
}

main.container {
  width: min(1220px, calc(100% - 24px)) !important;
  background:
    radial-gradient(circle at top right, rgba(126, 255, 112, 0.1), transparent 24%),
    radial-gradient(circle at left 20%, rgba(255, 255, 255, 0.04), transparent 22%),
    linear-gradient(180deg, #158846 0%, #137d40 100%) !important;
}

.page-layout,
article.page-layout,
.page-layout > *,
article.page-layout > *,
.intro.panel,
.content-section.panel,
.faq-panel,
.toc,
.games-carousel,
.games-showcase,
.game-ribbon,
.spotlight-showcase,
.hero-banner,
.cta-banner,
.faq-item,
.faq-card,
.featured-game-card,
.compact-game-card,
.game-card,
.ribbon-card,
.spotlight-main-card,
.spotlight-side-card,
.footer-inner {
  background: #0c8334 !important;
  border-color: rgba(223, 255, 158, 0.16) !important;
  box-shadow: none !important;
}

.intro.panel,
.content-section.panel,
.faq-panel,
.toc,
.games-carousel,
.games-showcase,
.game-ribbon,
.spotlight-showcase,
.hero-banner,
.cta-banner {
  border-left: 1px solid rgba(223, 255, 158, 0.16) !important;
  border-right: 1px solid rgba(223, 255, 158, 0.16) !important;
}

.panel,
.hero,
.faq,
.intro,
.content-section.panel,
.faq-panel {
  color: #effce8 !important;
}

p,
li,
.faq-answer p,
.faq-card-answer p,
.toc-text,
.toc-grid-text,
.toc-rail-title,
.footer-copy,
.content-section td,
.content-section th {
  color: #e4f7df !important;
}

.intro-title,
.panel > h2,
.content-section > h2,
.games-carousel-head h2,
.games-showcase-head h2,
.game-ribbon-head h2,
.spotlight-head h2,
.faq-panel > h2 {
  color: #f7ffe8 !important;
}

.content-section.panel h3,
.featured-game-overlay h3,
.compact-game-copy h3,
.game-card-title,
.ribbon-copy strong,
.faq-editorial-question {
  color: #fff3be !important;
  border-left-color: rgba(255, 225, 0, 0.85) !important;
  background: linear-gradient(90deg, rgba(255, 225, 0, 0.08), rgba(255, 225, 0, 0.02)) !important;
}

.content-section.panel h3::after,
.faq-editorial-question::after {
  background: linear-gradient(90deg, rgba(255, 225, 0, 0.42), rgba(255, 225, 0, 0.12), rgba(255, 225, 0, 0)) !important;
}

.content-section table,
.content-section.panel table {
  background: linear-gradient(180deg, rgba(5, 95, 32, 0.92), rgba(6, 118, 42, 0.84)) !important;
  border: 1px solid rgba(223, 255, 158, 0.32) !important;
  box-shadow: 0 0 0 1px rgba(4, 70, 24, 0.72), 0 18px 34px rgba(0, 57, 18, 0.22) !important;
}

.content-section thead th,
.content-section.panel thead th {
  background: rgba(5, 78, 27, 0.96) !important;
  color: #fff2a8 !important;
}

.content-section tbody tr:nth-child(odd) td,
.content-section tbody tr:nth-child(odd) th,
.content-section.panel tbody tr:nth-child(odd) td,
.content-section.panel tbody tr:nth-child(odd) th {
  background: rgba(4, 84, 29, 0.28) !important;
}

.content-section tbody tr:nth-child(even) td,
.content-section tbody tr:nth-child(even) th,
.content-section.panel tbody tr:nth-child(even) td,
.content-section.panel tbody tr:nth-child(even) th {
  background: rgba(255, 255, 255, 0.055) !important;
}

.content-section td,
.content-section th,
.content-section.panel td,
.content-section.panel th {
  border-right: 1px solid rgba(223, 255, 158, 0.13) !important;
  border-bottom: 1px solid rgba(223, 255, 158, 0.16) !important;
}

.content-section td:last-child,
.content-section th:last-child,
.content-section.panel td:last-child,
.content-section.panel th:last-child {
  border-right: 0 !important;
}

.toc-link,
.toc-grid-link,
.faq-item,
.faq-card {
  background: rgba(8, 106, 39, 0.92) !important;
  border-color: rgba(223, 255, 158, 0.14) !important;
}

.toc-link:hover,
.toc-grid-link:hover,
.faq-item summary:hover {
  background: rgba(11, 119, 43, 0.96) !important;
}

.footer-inner {
  background: #0d7b37 !important;
}

/* style_3 final banner hard reset */
.hero-banner,
.cta-banner,
aside.cta-banner,
section.hero.hero-banner {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

.hero-banner .hero-media,
.cta-banner .cta-media,
.hero-banner .hero-media-full,
.cta-banner .hero-media-full,
aside.cta-banner .hero-media,
aside.cta-banner .cta-media,
aside.cta-banner .hero-media-full {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hero-banner .hero-media img,
.cta-banner .cta-media img,
.cta-banner .hero-media img,
aside.cta-banner img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}
