: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: 18px;
  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_1 toc variants */
.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;
}

.toc summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.toc summary::-webkit-details-marker {
  display: none;
}

.toc-summary-wrap {
  display: block;
  min-width: 0;
}

.toc-heading {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.15;
}

.toc-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: var(--yellow);
  border: 1px solid rgba(254, 212, 2, 0.35);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(20, 144, 85, 0.12), rgba(16, 20, 28, 0.92));
  box-shadow: inset 0 0 14px rgba(254, 212, 2, 0.05), 0 0 16px rgba(20, 144, 85, 0.12);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.toc summary:hover .toc-chevron {
  border-color: rgba(254, 212, 2, 0.55);
  background: linear-gradient(180deg, rgba(20, 144, 85, 0.18), rgba(16, 20, 28, 0.96));
  box-shadow: inset 0 0 16px rgba(254, 212, 2, 0.08), 0 0 20px rgba(20, 144, 85, 0.18);
}

.toc[open] .toc-chevron {
  transform: rotate(180deg);
}

.toc-body,
.toc-classic-view .toc-body,
.toc-grid-view .toc-body,
.toc-rail-view .toc-body {
  padding-top: 10px;
}

.toc-list,
.toc-grid-list,
.toc-rail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toc-list {
  display: grid;
  gap: 8px;
}

.toc-link {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(24, 28, 38, 0.88), rgba(17, 20, 28, 0.96));
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.toc-link:hover {
  transform: translateY(-1px);
  border-color: rgba(20, 144, 85, 0.28);
  background: linear-gradient(180deg, rgba(20, 144, 85, 0.12), rgba(18, 22, 30, 0.98));
  box-shadow: 0 12px 24px rgba(20, 144, 85, 0.12);
}

.toc-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--yellow);
  border: 1px solid rgba(254, 212, 2, 0.26);
  border-radius: 999px;
  background: rgba(254, 212, 2, 0.08);
}

.toc-text {
  min-width: 0;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}

.toc-grid-view,
.toc-rail-view {
  padding: 14px 16px;
}

.toc-grid-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.toc-grid-link {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(24, 28, 38, 0.9), rgba(16, 20, 27, 0.98));
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.toc-grid-link:hover {
  transform: translateY(-1px);
  border-color: rgba(20, 144, 85, 0.34);
  background: linear-gradient(180deg, rgba(20, 144, 85, 0.12), rgba(17, 20, 28, 0.98));
  box-shadow: 0 12px 24px rgba(20, 144, 85, 0.14);
}

.toc-grid-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  border: 1px solid rgba(254, 212, 2, 0.26);
  border-radius: 10px;
  background: rgba(254, 212, 2, 0.06);
}

.toc-grid-text {
  min-width: 0;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.22;
}

.toc-rail-list {
  display: grid;
  gap: 6px;
}

.toc-rail-link {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}

.toc-rail-index {
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.toc-rail-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.toc-rail-title {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
}

.toc-rail-line {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(254, 212, 2, 0.55), rgba(20, 144, 85, 0.12) 72%, rgba(20, 144, 85, 0));
  transition: background 0.22s ease, opacity 0.22s ease;
}

.toc-rail-link:hover .toc-rail-title {
  color: var(--yellow);
}

.toc-rail-link:hover .toc-rail-line {
  background: linear-gradient(90deg, rgba(254, 212, 2, 0.78), rgba(20, 144, 85, 0.28) 78%, rgba(20, 144, 85, 0));
}

@media (max-width: 900px) {
  .toc-grid-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .toc,
  .toc-grid-view,
  .toc-rail-view {
    padding: 12px;
  }

  .toc-body,
  .toc-classic-view .toc-body,
  .toc-grid-view .toc-body,
  .toc-rail-view .toc-body {
    padding-top: 8px;
  }

  .toc-heading {
    font-size: 1rem;
  }

  .toc-link {
    grid-template-columns: 26px minmax(0, 1fr);
    min-height: 40px;
    gap: 8px;
    padding: 7px 8px;
  }

  .toc-index {
    width: 26px;
    height: 26px;
    font-size: 0.74rem;
  }

  .toc-text,
  .toc-grid-text,
  .toc-rail-title {
    font-size: 0.92rem;
  }

  .toc-grid-link {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 52px;
    gap: 10px;
    padding: 9px 10px;
  }

  .toc-grid-index {
    width: 34px;
    height: 34px;
    font-size: 0.84rem;
  }

  .toc-rail-link {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    padding: 6px 0;
  }

  .toc-chevron {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }
}

.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_1 extra FAQ variants */
.faq-panel-stack .faq-stack {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.faq-card {
  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;
}

.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(254, 212, 2, 0.24);
  border-radius: 12px;
  background: rgba(254, 212, 2, 0.08);
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 800;
}

.faq-card-question {
  color: #fff;
  font-weight: 700;
  line-height: 1.22;
}

.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(255, 255, 255, 0.06);
}

.faq-editorial-row:first-child {
  padding-top: 0;
}

.faq-editorial-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.faq-editorial-side {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-editorial-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(254, 212, 2, 0.24);
  border-radius: 12px;
  background: rgba(254, 212, 2, 0.08);
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.faq-editorial-question {
  position: relative;
  margin: 6px 0 0 !important;
  padding: 0 0 12px !important;
  border: 0 !important;
  background: none !important;
  color: #fff !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
  text-transform: none !important;
  line-height: 1.2 !important;
}

.faq-editorial-question::before {
  display: none !important;
  content: none !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(254, 212, 2, 0.68), rgba(20, 144, 85, 0.18) 78%, rgba(20, 144, 85, 0));
}

.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.84rem;
  }

  .faq-card-answer {
    padding: 0 14px 14px 60px;
  }

  .faq-editorial-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 0;
  }

  .faq-editorial-side {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    padding-right: 0;
    border-right: 0;
  }

  .faq-editorial-mark {
    width: 34px;
    height: 34px;
    font-size: 0.74rem;
  }

  .faq-editorial-question {
    margin-top: 2px !important;
    padding-bottom: 10px !important;
  }
}
