:root {
  --bg: #130a1f;
  --bg-soft: #201136;
  --line: #4c3078;
  --text: #f8f4ff;
  --muted: #d9c9ef;
  --accent: #ff7b2f;
  --accent-2: #ffd85a;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
  overscroll-behavior-x: none;
  position: relative;
}

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

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

main p a,
main li a,
main td a,
main figcaption a {
  color: #ffd685;
  text-decoration: underline;
  text-decoration-color: rgba(255, 214, 133, 0.6);
  text-underline-offset: 2px;
}

main p a:hover,
main p a:focus-visible,
main li a:hover,
main li a:focus-visible,
main td a:hover,
main td a:focus-visible,
main figcaption a:hover,
main figcaption a:focus-visible {
  color: #ffbf54;
  text-decoration-color: rgba(255, 191, 84, 0.95);
}

.site-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(16, 8, 27, 0.68), rgba(16, 8, 27, 0.92)), url("/assets/bg-chicken-road.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.theme-road2 .site-bg {
  background-image: linear-gradient(180deg, rgba(9, 10, 24, 0.72), rgba(9, 10, 24, 0.94)), url("/assets/games/chicken-road-2-highway-traffic.webp");
  background-position: center top;
}

.theme-bonus .site-bg {
  background-image: linear-gradient(180deg, rgba(16, 8, 27, 0.7), rgba(18, 10, 30, 0.94)), url("/assets/games/chicken-road-2-bonus.png");
}

.theme-coin .site-bg {
  background-image: linear-gradient(180deg, rgba(12, 8, 26, 0.7), rgba(10, 7, 24, 0.95)), url("/assets/games/chicken-coin-bg-main.png");
  background-position: center top;
}

.theme-shoot .site-bg {
  background-image: linear-gradient(180deg, rgba(16, 10, 18, 0.72), rgba(14, 8, 18, 0.95)), url("/assets/games/chicken-shoot-bg-main.webp");
  background-position: center top;
}

.theme-vegas .site-bg {
  background-image: linear-gradient(180deg, rgba(18, 8, 24, 0.7), rgba(20, 9, 26, 0.95)), url("/assets/games/chicken-road-vegas-background.webp");
  background-position: center top;
}

.theme-banana .site-bg {
  background-image: linear-gradient(180deg, rgba(20, 12, 26, 0.72), rgba(14, 9, 22, 0.95)), url("/assets/games/chicken-banana-bg-landscape.webp");
  background-position: center top;
}

.theme-road2-bonus .site-bg {
  background-image: linear-gradient(180deg, rgba(11, 9, 24, 0.72), rgba(10, 8, 20, 0.95)), url("/assets/games/chicken-road-2-bonus-bg-start.png");
  background-position: center top;
}

.theme-road-bonus .site-bg {
  background-image: linear-gradient(180deg, rgba(18, 11, 30, 0.72), rgba(15, 9, 23, 0.95)), url("/assets/games/chicken-road-bonus-bg.png");
  background-position: center top;
}

.theme-reviews .site-bg {
  background-image: linear-gradient(180deg, rgba(13, 8, 23, 0.74), rgba(11, 7, 20, 0.95)), url("/assets/reviews/chicken-road-game-investigation.webp");
  background-position: center top;
}

.container {
  width: min(1120px, calc(100% - 24px));
  margin: 0 auto;
}

main,
section,
.hero-grid,
.demo-wrap,
.top-brands-track,
.carousel,
.carousel-track,
.toc-wrap,
.guide-sections,
.cta-grid,
.payments-grid,
.faq-list,
.legal-card {
  max-width: 100%;
}

.hero-grid > *,
.top-brands-track > *,
.carousel-track > *,
.guide-sections > *,
.cta-grid > *,
.payments-grid > * {
  min-width: 0;
}

h1,
h2,
h3,
h4,
p,
li,
.brand-pill__name,
.brand-pill__meta,
.game-soon,
.footer-note,
.responsible-text {
  overflow-wrap: anywhere;
  word-break: normal;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(17, 9, 28, 0.84);
  border-bottom: 1px solid rgba(128, 88, 194, 0.45);
  backdrop-filter: blur(8px);
}

body {
  padding-top: 70px;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 12px;
}

.logo {
  width: clamp(120px, 40vw, 165px);
}

.header-games-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-menu-toggle,
.header-mobile-backdrop {
  display: none;
}

.header-games-menu {
  position: relative;
}

.header-games-menu > summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(145, 105, 212, 0.45);
  background: rgba(26, 15, 40, 0.9);
  color: #f8f2ff;
  font-weight: 700;
  cursor: pointer;
}

.header-games-menu > summary::-webkit-details-marker {
  display: none;
}

.header-games-menu > summary::after {
  content: "▾";
  font-size: 0.85rem;
  opacity: 0.88;
}

.header-games-menu[open] > summary::after {
  transform: rotate(180deg);
}

.header-games-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: min(320px, calc(100vw - 24px));
  display: grid;
  gap: 6px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(145, 105, 212, 0.45);
  background: rgba(15, 12, 20, 0.96);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.36);
}

.header-games-link {
  display: block;
  padding: 9px 12px;
  border-radius: 10px;
  color: #f8f2ff !important;
  opacity: 1;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.header-games-link:hover,
.header-games-link:focus-visible {
  border-color: rgba(255, 180, 68, 0.7);
  background: rgba(255, 180, 68, 0.14);
}

.header-games-link.is-current {
  border-color: rgba(96, 214, 130, 0.6);
  background: rgba(96, 214, 130, 0.14);
}

.header-games-link--future {
  color: #d9c9ef !important;
  border-style: dashed;
  border-color: rgba(145, 105, 212, 0.48);
  background: rgba(145, 105, 212, 0.1);
}

.header-section-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px dashed rgba(145, 105, 212, 0.58);
  background: rgba(40, 24, 60, 0.62);
  color: #e5d8f7;
  text-decoration: none;
  font-weight: 700;
}

.header-section-link:hover,
.header-section-link:focus-visible {
  border-color: rgba(255, 180, 68, 0.7);
  background: rgba(255, 180, 68, 0.14);
}

.header-mobile-section-links {
  display: none;
}

.header-games-all {
  margin-top: 4px;
  justify-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 10px;
  text-decoration: none;
  color: #2a1800;
  font-weight: 800;
  border: 1px solid rgba(255, 180, 68, 0.85);
  background: linear-gradient(180deg, #ffd46e, #ffb444);
}

.header-games-all:hover,
.header-games-all:focus-visible {
  filter: brightness(1.03);
}

.header-menu-toggle {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(145, 105, 212, 0.45);
  background: linear-gradient(170deg, rgba(50, 30, 79, 0.95), rgba(30, 18, 47, 0.95));
  color: #f8f2ff;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-weight: 700;
}

.header-menu-toggle__icon {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
}

.header-menu-toggle__icon span {
  display: block;
  width: 16px;
  height: 2.5px;
  border-radius: 999px;
  background: #f8f2ff;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus-visible {
  border-color: rgba(255, 180, 68, 0.7);
  background: linear-gradient(170deg, rgba(62, 38, 97, 0.95), rgba(36, 21, 57, 0.95));
}

.header-mobile-backdrop {
  position: fixed;
  inset: 71px 0 0;
  border: 0;
  background: rgba(8, 6, 12, 0.62);
  z-index: 45;
}

.header-mobile-backdrop.is-open {
  display: block;
}

body.menu-open {
  overflow: hidden;
}

section {
  padding: 28px 0;
}

@media (max-width: 920px) {
  body {
    padding-top: 70px;
  }

  .header-games-menu {
    display: none;
  }

  .header-menu-toggle {
    display: inline-flex;
  }

  .header-section-links {
    display: none;
  }

  .header-games-nav.is-mobile-open .header-games-menu {
    display: block;
    position: fixed;
    left: 8px;
    right: 8px;
    top: 186px;
    width: auto;
    max-height: calc(100vh - 198px);
    overflow-y: visible;
    z-index: 60;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid rgba(145, 105, 212, 0.5);
    background: rgba(11, 9, 16, 0.985);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.42);
  }

  .header-games-nav.is-mobile-open .header-casino-menu {
    z-index: 62;
  }

  .header-games-nav.is-mobile-open .header-games-menu > summary {
    width: 100%;
    justify-content: space-between;
    background: rgba(26, 15, 40, 0.96);
  }

  .header-games-nav.is-mobile-open .header-mobile-section-links {
    position: fixed;
    left: 8px;
    right: 8px;
    top: 78px;
    display: grid;
    gap: 6px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid rgba(145, 105, 212, 0.5);
    background: rgba(11, 9, 16, 0.985);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.42);
    z-index: 60;
  }

  .header-games-nav.is-mobile-open .header-mobile-section-links .header-section-link {
    min-height: 42px;
    justify-content: flex-start;
    padding: 0 12px;
  }

  .header-games-nav.is-mobile-open .header-games-panel {
    position: static;
    margin-top: 8px;
    width: auto;
    box-shadow: none;
    background: rgba(12, 10, 17, 0.98);
  }

  .header-games-nav.is-mobile-open .header-games-menu[open] {
    z-index: 63;
  }
}

.breadcrumbs {
  padding: 14px 0 4px;
}

.breadcrumbs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #d8c8ef;
  font-size: 0.9rem;
}

.breadcrumbs-list li {
  display: inline-flex;
  align-items: center;
}

.breadcrumbs-list li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.42);
}

.breadcrumbs-list a {
  color: #f4e8ff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.28);
  text-underline-offset: 2px;
}

.breadcrumbs-list a:hover,
.breadcrumbs-list a:focus-visible {
  text-decoration-color: rgba(255, 180, 68, 0.92);
}

.games-hub-grid {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.game-hub-card {
  display: grid;
  gap: 12px;
  grid-template-columns: 120px 1fr;
  align-items: center;
  background: linear-gradient(170deg, rgba(50, 30, 79, 0.95), rgba(30, 18, 47, 0.95));
  border: 1px solid rgba(145, 105, 212, 0.45);
  border-radius: 14px;
  padding: 14px;
}

.game-hub-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.game-hub-thumb--shoot-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: url("/assets/games/thumbs/gc-5.png") center center / cover no-repeat;
}

.game-hub-card h3 {
  margin: 0 0 6px;
}

.game-hub-card p {
  margin: 0;
  color: var(--muted);
}

.game-hub-card.is-soon {
  opacity: 0.9;
}

.game-hub-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hub-hero-art {
  min-height: 280px;
}

.hub-hero-main {
  width: min(270px, 84%);
  z-index: 2;
}

.hub-hero-deco {
  position: absolute;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
  object-fit: cover;
}

.hub-hero-art picture {
  display: block;
  position: absolute;
  width: min(180px, 44%);
}

.hub-hero-deco-left {
  width: min(180px, 44%);
  left: 4%;
  bottom: 12%;
}

.hub-hero-deco-right {
  width: min(180px, 44%);
  right: 4%;
  top: 12%;
}

.top-brands {
  padding-top: 16px;
  padding-bottom: 6px;
}

.top-brands-head h2 {
  margin: 0;
  font-size: clamp(1.15rem, 5.4vw, 1.6rem);
}

.top-brands-head p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.top-brands-track {
  margin-top: 10px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 1fr);
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
  position: relative;
}

.top-brands-track::-webkit-scrollbar {
  display: none;
}

.brand-pill {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 212px;
  height: 100%;
  padding: 16px 14px;
  align-items: center;
  text-align: center;
  border-radius: 12px;
  border: 1px solid rgba(167, 120, 255, 0.55);
  background: radial-gradient(circle at top, rgba(105, 58, 181, 0.36), transparent 58%),
    linear-gradient(170deg, rgba(67, 39, 105, 0.98), rgba(28, 16, 46, 0.99));
  box-shadow: 0 14px 26px rgba(10, 6, 20, 0.4);
}

.brand-pill__name {
  font-weight: 800;
  font-size: 1.05rem;
  text-align: center;
}

.brand-pill__logo {
  width: auto;
  max-width: min(100%, 240px);
  min-height: 48px;
  max-height: 78px;
  justify-self: center;
  object-fit: contain;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(12, 8, 22, 0.58);
}

.brand-pill__logo--wide {
  min-height: 44px;
  max-height: 58px;
  max-width: min(100%, 220px);
}

.brand-pill__meta {
  color: #d8c7ef;
  font-size: 0.96rem;
  text-align: center;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-pill__cta {
  margin-top: auto;
  width: 100%;
  max-width: 170px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  color: #2c1704;
  font-weight: 800;
  background: linear-gradient(120deg, #ffbc2f, #ff7b2f);
  box-shadow: 0 10px 22px rgba(255, 132, 47, 0.32);
}

.carousel-hint {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e8d9ff;
  font-size: 0.88rem;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}

.carousel-hint::after {
  content: "\2192";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.06);
  animation: hint-nudge 1.2s ease-in-out infinite;
}

.carousel-hint.is-visible {
  opacity: 0.9;
  visibility: visible;
}

@keyframes hint-nudge {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}

.hero {
  padding-top: 26px;
}

.hero-grid {
  display: grid;
  gap: 18px;
}

.hero-art {
  position: relative;
  display: grid;
  place-items: center;
}

.hero-road-2 {
  min-height: 260px;
}

.hero-road-2 .hero-chicken {
  width: min(380px, 95%);
}

.road2-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.92;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.34));
}

.road2-car {
  width: clamp(120px, 26vw, 190px);
  bottom: -2%;
  right: 2%;
}

.road2-fanar {
  width: clamp(38px, 10vw, 64px);
  top: 6%;
  right: 8%;
}

.road2-side-chicken {
  width: clamp(94px, 19vw, 150px);
  bottom: -1%;
  left: 2%;
}

.road2-barrier {
  width: clamp(120px, 27vw, 195px);
  top: 14%;
  left: 4%;
}

.game-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.92;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.34));
}

.hero-bonus .hero-chicken {
  width: min(370px, 92%);
}

.hero-bonus-coin {
  width: clamp(74px, 14vw, 120px);
  top: 8%;
  right: 8%;
}

.hero-bonus-car {
  width: clamp(120px, 23vw, 170px);
  bottom: 2%;
  left: 4%;
}

.hero-coin .hero-chicken {
  width: min(330px, 86%);
}

.hero-coin-mascot {
  width: clamp(138px, 22vw, 210px);
  bottom: -2%;
  right: -1%;
  left: auto;
  z-index: 3;
  opacity: 1;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.42));
  animation: bob 3.8s ease-in-out infinite;
}

.hero-coin-gold {
  width: clamp(60px, 11vw, 92px);
  bottom: 10%;
  left: 9%;
}

.hero-coin-egg {
  width: clamp(62px, 11vw, 95px);
  top: 10%;
  right: 10%;
}

.coin-symbol-grid .symbol-card img {
  width: 84px;
  height: 84px;
}

.coin-symbol-grid .symbol-card h3 {
  font-size: 1.02rem;
}

.coin-jackpot-grid .symbol-card {
  text-align: center;
}

.coin-jackpot-grid .symbol-card img {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 679px) {
  .theme-coin .site-bg {
    background-image: linear-gradient(180deg, rgba(12, 8, 26, 0.7), rgba(10, 7, 24, 0.95)), url("/assets/games/chicken-coin-bg-main-mobile.png");
  }
}

.hero-shoot .hero-chicken {
  position: absolute;
  width: clamp(170px, 22vw, 250px);
  right: 22%;
  bottom: 4%;
  margin-top: 0;
  animation: bob 4.2s ease-in-out infinite;
  z-index: 4;
}

.hero-shoot-logo {
  width: clamp(220px, 35vw, 360px);
  right: 3%;
  bottom: 2%;
  top: auto;
  z-index: 3;
  opacity: 0.98;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.45));
}

.hero-vegas {
  min-height: 340px;
}

.hero-vegas-logo {
  width: clamp(240px, 36vw, 420px);
  right: 2%;
  bottom: 1%;
  z-index: 2;
  opacity: 0.98;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.42));
}

.hero-vegas .hero-chicken {
  position: absolute;
  width: clamp(116px, 17vw, 170px) !important;
  right: 34% !important;
  bottom: 8% !important;
  z-index: 4;
  animation: bob 3.8s ease-in-out infinite;
}

.hero-vegas-coin {
  width: clamp(56px, 8vw, 86px);
  right: 1%;
  bottom: 48%;
  top: auto;
  z-index: 5;
  animation: bob 3.2s ease-in-out infinite;
}

.hero-banana {
  min-height: 270px;
}

.hero-banana-logo {
  width: clamp(190px, 34vw, 360px);
  right: 7%;
  bottom: 5%;
  opacity: 0.98;
  z-index: 2;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.42));
}

.hero-banana .hero-chicken {
  position: absolute;
  width: clamp(138px, 23vw, 210px);
  right: 21%;
  bottom: 16%;
  z-index: 4;
  animation: bob 3.8s ease-in-out infinite;
}

.hero-banana-float {
  width: clamp(70px, 12vw, 108px);
  right: 2%;
  top: 9%;
  z-index: 3;
  animation: bob 3.3s ease-in-out infinite;
}

.hero-road-bonus .hero-chicken {
  width: min(340px, 88%);
}

.hero-road2-bonus {
  min-height: 260px;
}

.hero-road2-bonus .hero-chicken {
  width: min(340px, 90%);
}

.road2-bonus-red {
  width: clamp(76px, 14vw, 118px);
  bottom: 6%;
  right: 8%;
  opacity: 0.9;
  animation: bob 3.9s ease-in-out infinite;
}

.bonus-orb {
  animation: bob 3.4s ease-in-out infinite;
  opacity: 0.95;
}

.bonus-orb-top {
  width: clamp(66px, 12vw, 98px);
  top: 9%;
  right: 10%;
}

.bonus-orb-bottom {
  width: clamp(62px, 11vw, 92px);
  bottom: 8%;
  left: 10%;
  animation-delay: 0.65s;
}

.bonus-chicken-mini {
  width: clamp(94px, 16vw, 140px);
  bottom: 3%;
  left: 6%;
  opacity: 0.92;
  animation: bob 3.8s ease-in-out infinite;
  animation-delay: 0.55s;
}

.hero-chicken {
  width: min(330px, 92%);
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.42));
}

.floating-egg {
  position: absolute;
  width: 58px;
  animation: bob 3.6s ease-in-out infinite;
}

.egg-1 {
  top: 8%;
  right: 8%;
}

.egg-2 {
  bottom: 8%;
  left: 8%;
  animation-delay: 0.7s;
}

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

.eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--accent-2);
  font-weight: 700;
}

h1 {
  margin: 0;
  font-size: clamp(1.7rem, 7.2vw, 3rem);
  line-height: 1.08;
}

.lead {
  margin: 12px 0 18px;
  color: var(--muted);
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(120deg, #ffbc2f, #ff7b2f);
  color: #2c1704;
  box-shadow: 0 10px 22px rgba(255, 132, 47, 0.32);
}

.btn-ghost {
  border-color: rgba(239, 219, 255, 0.45);
  background: rgba(255, 255, 255, 0.05);
}

.hero-points {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.toc {
  padding-top: 8px;
}

.toc-wrap {
  position: sticky;
  top: 76px;
  z-index: 40;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 8px;
  border-radius: 14px;
  border: 1px solid rgba(146, 106, 214, 0.45);
  background: rgba(27, 16, 43, 0.9);
}

.toc-wrap::-webkit-scrollbar {
  display: none;
}

.toc-chip {
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #f4e8ff;
  font-weight: 700;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.05);
}

.toc-chip:hover,
.toc-chip:focus-visible {
  border-color: #ffb444;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 6vw, 2.1rem);
}

.section-head p {
  color: var(--muted);
  margin: 8px 0 0;
}

.demo-wrap {
  margin-top: 16px;
  background: rgba(22, 13, 34, 0.9);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(7, 2, 14, 0.5);
}

.demo-stage {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.demo-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demo-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #05030a;
  display: none;
}

.demo-stage.demo-loaded .demo-iframe {
  display: block;
}

.demo-launch {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.demo-stage.demo-loaded .demo-launch {
  display: none;
}

.demo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 6, 16, 0.15), rgba(9, 6, 16, 0.58));
  z-index: 1;
}

.demo-center-btn {
  position: relative;
  z-index: 2;
  border: 0;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(120deg, #3790ff, #1f6bff);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(9, 56, 138, 0.45);
  cursor: pointer;
}

.frame-fullscreen {
  width: auto;
}

.demo-action-bar {
  display: grid;
  gap: 8px;
  padding: 10px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(15, 10, 26, 0.92), rgba(11, 8, 20, 0.96));
}

.demo-real-btn,
.demo-full-btn {
  width: 100%;
}

.demo-full-btn {
  color: #f2e6ff;
}

.demo-note,
.demo-rating {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.demo-rating strong {
  color: #58f1a4;
}

.demo-note a {
  color: #77beff;
}

.symbol-cards {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.symbol-card {
  background: linear-gradient(170deg, rgba(50, 30, 79, 0.95), rgba(30, 18, 47, 0.95));
  border: 1px solid rgba(145, 105, 212, 0.45);
  border-radius: 14px;
  padding: 14px;
}

.symbol-card img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  margin-bottom: 8px;
}

.symbol-card h3 {
  margin: 0 0 6px;
}

.symbol-card p {
  margin: 0;
  color: var(--muted);
}

.table-wrap {
  margin-top: 14px;
  max-width: 100%;
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid rgba(145, 105, 212, 0.45);
}

.payout-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 460px;
  background: rgba(27, 16, 43, 0.94);
}

.payout-table caption {
  caption-side: top;
  text-align: left;
  color: var(--muted);
  padding: 12px 14px 8px;
}

.payout-table th,
.payout-table td {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 11px 14px;
  text-align: left;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.payout-table thead th {
  color: #ffd685;
}

.cta-grid {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.cta-grid--single {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.hero-brand-logo {
  max-height: 120px;
  width: auto;
  object-fit: contain;
}

.cawa-lockup {
  width: min(100%, 430px);
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(255, 191, 84, 0.36);
  background:
    radial-gradient(circle at top right, rgba(255, 173, 70, 0.18), transparent 34%),
    linear-gradient(165deg, rgba(56, 31, 91, 0.96), rgba(24, 15, 39, 0.98));
  box-shadow: 0 18px 40px rgba(10, 6, 20, 0.42);
}

.cawa-lockup__logo {
  width: min(100%, 320px);
  margin: 0 auto 16px;
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(18, 11, 29, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cawa-lockup__bonus {
  margin: 0;
  text-align: center;
  font-size: 1.08rem;
  font-weight: 800;
  color: #ffd685;
}

.cawa-lockup__chips {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.cawa-lockup__chips span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(145, 105, 212, 0.42);
  background: rgba(255, 255, 255, 0.05);
  color: #efe7fb;
  font-size: 0.92rem;
}

.single-casino-cta {
  margin-top: 16px;
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 191, 84, 0.42);
  background:
    radial-gradient(circle at top right, rgba(255, 173, 70, 0.16), transparent 32%),
    linear-gradient(168deg, rgba(58, 33, 92, 0.97), rgba(30, 18, 47, 0.98));
  box-shadow: 0 14px 30px rgba(9, 6, 18, 0.4);
}

.single-casino-cta__content {
  display: grid;
  gap: 18px;
  align-content: start;
}

.single-casino-cta__brand {
  display: grid;
  gap: 16px;
  align-items: center;
}

.single-casino-cta__logo {
  width: min(100%, 280px);
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(14, 10, 24, 0.52);
}

.single-casino-cta__eyebrow {
  margin: 0 0 6px;
  color: #ffd685;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.single-casino-cta__brand h3 {
  margin: 0 0 8px;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
}

.single-casino-cta__brand p:last-child {
  margin: 0;
  color: var(--muted);
}

.single-casino-cta__steps {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.single-casino-cta__steps li + li {
  margin-top: 8px;
}

.single-casino-cta__action {
  display: flex;
}

.single-casino-cta__action .btn {
  min-width: min(100%, 220px);
}

.single-casino-cta__visual {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(18, 11, 29, 0.72);
}

.single-casino-cta__visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center top;
}

.single-casino-cta__visual figcaption {
  padding: 10px 12px;
  color: var(--muted);
  font-size: 0.93rem;
}

.casino-card,
.game-card,
.faq-item {
  background: linear-gradient(170deg, rgba(50, 30, 79, 0.95), rgba(30, 18, 47, 0.95));
  border: 1px solid rgba(145, 105, 212, 0.45);
  border-radius: 14px;
  padding: 16px;
}

.casino-card {
  background: linear-gradient(168deg, rgba(58, 33, 92, 0.96), rgba(30, 18, 47, 0.98));
  box-shadow: 0 14px 26px rgba(9, 6, 18, 0.38);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.casino-card h3,
.game-card h3,
.faq-item h3 {
  margin: 0 0 8px;
}

.casino-card p,
.faq-item p {
  margin: 0 0 12px;
  color: var(--muted);
}

.casino-card p:not(.casino-meta) {
  min-height: 72px;
}

.casino-meta {
  margin: 0 0 14px;
  color: #b7f7d4;
  font-size: 0.92rem;
}

.casino-card .btn {
  margin-top: auto;
}

.casino-logo {
  width: auto;
  max-height: 96px;
  object-fit: contain;
  margin: 0 auto 10px;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(14, 10, 24, 0.46);
}

.guide-sections {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.guide-panel {
  background: linear-gradient(170deg, rgba(49, 30, 79, 0.96), rgba(31, 18, 47, 0.97));
  border: 1px solid rgba(145, 105, 212, 0.45);
  border-radius: 14px;
  padding: 14px;
}

.guide-panel--alt {
  background: linear-gradient(170deg, rgba(37, 23, 60, 0.96), rgba(24, 14, 40, 0.97));
}

.guide-panel h3 {
  margin: 0 0 8px;
}

.guide-panel h4 {
  margin: 12px 0 8px;
  color: #ffd685;
}

.guide-panel p,
.guide-panel li {
  color: var(--muted);
}

.guide-panel ul,
.guide-panel ol {
  margin: 0;
  padding-left: 20px;
}

.guide-table {
  margin-top: 8px;
}

.tips-box {
  border: 1px solid rgba(255, 191, 85, 0.55);
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(165deg, rgba(72, 36, 22, 0.85), rgba(46, 22, 16, 0.94));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.tips-box h3 {
  margin: 0 0 8px;
  color: #ffd37d;
}

.tips-box ul {
  margin: 0;
  padding-left: 20px;
}

.tips-box li {
  color: #ffe8bd;
}

.guide-figure {
  margin: 0;
  border: 1px solid rgba(145, 105, 212, 0.45);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(24, 15, 38, 0.9);
}

.guide-figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center top;
}

@media (min-width: 900px) {
  .single-casino-cta {
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    align-items: stretch;
  }

  .single-casino-cta__brand {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .single-casino-cta__logo {
    width: 100%;
    margin: 0;
  }
}

.guide-figure figcaption {
  padding: 10px 12px;
  color: var(--muted);
  font-size: 0.93rem;
}

.provider-card {
  margin-top: 14px;
  background: linear-gradient(170deg, rgba(49, 30, 79, 0.95), rgba(31, 18, 47, 0.95));
  border: 1px solid rgba(145, 105, 212, 0.45);
  border-radius: 14px;
  padding: 14px;
}

.provider-head {
  display: grid;
  gap: 12px;
  align-items: center;
}

.provider-head img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.provider-head h3 {
  margin: 0 0 8px;
}

.provider-head p {
  margin: 0;
  color: var(--muted);
}

.provider-creators-note {
  margin-top: 10px;
}

.provider-actions {
  margin-top: 12px;
}

.provider-creators-btn {
  min-height: 42px;
  padding: 0 18px;
  width: fit-content;
}

.provider-legal {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.provider-legal p {
  margin: 0 0 10px;
  color: #dacaf0;
}

.payments-grid {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.payment-card {
  background: linear-gradient(170deg, rgba(49, 30, 79, 0.95), rgba(31, 18, 47, 0.95));
  border: 1px solid rgba(145, 105, 212, 0.45);
  border-radius: 14px;
  padding: 14px;
}

.payment-card h3 {
  margin: 0 0 8px;
}

.payment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.payment-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #e9dcfa;
  font-size: 0.9rem;
}

.carousel {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.related .carousel {
  border: 1px solid rgba(145, 105, 212, 0.45);
  border-radius: 16px;
  padding: 10px;
  background: linear-gradient(170deg, rgba(42, 24, 68, 0.9), rgba(26, 16, 42, 0.94));
}

.carousel-track {
  display: flex;
  align-items: stretch;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.carousel-track,
.top-brands-track,
.toc-wrap {
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.game-card {
  flex: 0 0 clamp(220px, 24vw, 260px);
  scroll-snap-align: start;
  padding: 12px;
}

.game-link {
  display: block;
}

.game-link.is-disabled {
  cursor: not-allowed;
}

.game-link.is-disabled h3 {
  opacity: 0.9;
}

.game-soon {
  display: inline-flex;
  margin-top: 6px;
  padding: 2px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffe7a4;
  font-size: 0.78rem;
  font-weight: 700;
}

.game-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.game-thumb picture {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  line-height: 0;
}

.game-thumb picture img,
.game-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.game-thumb--shoot-cover {
  aspect-ratio: 16 / 10;
  background: url("/assets/games/thumbs/gc-5.png") center center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.game-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 6, 14, 0.16), rgba(8, 6, 14, 0.55));
}

.game-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(38, 130, 255, 0.92);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  display: inline-grid;
  place-items: center;
  box-shadow: 0 10px 20px rgba(4, 44, 120, 0.45);
  pointer-events: none;
}

.carousel-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(24, 14, 36, 0.95);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.carousel-btn.prev,
.carousel-btn.next {
  display: none;
}

.faq-list {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.footer {
  padding: 30px 0 46px;
  border-top: 1px solid rgba(132, 94, 194, 0.3);
  background: rgba(15, 8, 23, 0.65);
}

.footer-brand {
  margin: 0 0 6px;
  font-size: 1.16rem;
  font-weight: 800;
}

.footer-note,
.footer-meta {
  margin: 0;
  color: #cfbce8;
}

.footer-meta {
  margin-top: 10px;
}

.footer-copy {
  margin: 10px 0 0;
  color: #bea8dc;
  font-size: 0.88rem;
}

.footer-links {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.footer-links a {
  color: #ffe7a4;
}

.responsible {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.responsible-badges {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  width: 100%;
  column-gap: 12px;
  row-gap: 0;
  margin-bottom: 10px;
}

.responsible-badges a,
.responsible-badges img {
  display: block;
}

.responsible-badges > img {
  width: 42px;
  height: 42px;
}

.responsible-badges a img {
  width: auto;
  max-height: 30px;
  object-fit: contain;
}

.responsible-text {
  margin: 0 0 10px;
  color: #d6c5ed;
}

.back-to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(160deg, rgba(84, 37, 140, 0.95), rgba(48, 18, 83, 0.95));
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
  display: none;
  z-index: 80;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
}

.back-to-top.show {
  display: inline-grid;
  place-items: center;
}

.legal-main {
  padding-top: 10px;
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(1.6rem, 6vw, 2.4rem);
}

.legal-hero p {
  margin: 10px 0 0;
  color: var(--muted);
}

.legal-content {
  padding-top: 8px;
}

.legal-card {
  background: linear-gradient(170deg, rgba(49, 30, 79, 0.96), rgba(31, 18, 47, 0.97));
  border: 1px solid rgba(145, 105, 212, 0.45);
  border-radius: 14px;
  padding: 16px;
}

.legal-card h2 {
  margin: 18px 0 8px;
  font-size: 1.3rem;
}

.legal-card h3 {
  margin: 14px 0 8px;
  font-size: 1.05rem;
}

.legal-card p {
  margin: 0 0 12px;
  color: var(--muted);
}

.legal-list,
.legal-ordered {
  margin: 0 0 14px;
  padding-left: 20px;
}

.legal-list li,
.legal-ordered li {
  margin: 0 0 8px;
  color: var(--muted);
}

.legal-grid {
  display: grid;
  gap: 10px;
}

.legal-grid > div {
  border: 1px solid rgba(145, 105, 212, 0.42);
  border-radius: 12px;
  padding: 12px;
  background: rgba(20, 11, 32, 0.6);
}

.legal-grid h3 {
  margin: 0 0 6px;
}

.legal-grid p {
  margin: 0;
}

@media (min-width: 680px) {
  .games-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .top-brands-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: unset;
    overflow: visible;
  }

  .brand-pill__logo {
    max-height: 90px;
  }

  .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: fit-content;
  }

  .symbol-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .casino-logo {
    max-height: 112px;
  }

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

  .provider-head {
    grid-template-columns: auto 1fr;
  }

  .footer-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }

  .demo-action-bar {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .demo-note,
  .demo-rating {
    grid-column: 1 / -1;
  }

  .responsible-badges > img {
    width: 54px;
    height: 54px;
  }

  .responsible-badges a img {
    max-height: 38px;
  }

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

@media (max-width: 679px) {
  .hero-vegas {
    min-height: 320px;
  }

  .hero-vegas-logo {
    width: 230px;
    left: 50%;
    margin-left: -115px;
    right: auto;
    bottom: 6%;
  }

  .hero-vegas .hero-chicken {
    width: 126px !important;
    left: 50%;
    margin-left: -138px;
    right: auto;
    bottom: 16% !important;
  }

  .hero-vegas-coin {
    width: 60px;
    left: 50%;
    margin-left: 72px;
    right: auto;
    bottom: 45%;
    top: auto;
  }

  .hero-banana {
    min-height: 250px;
  }

  .hero-banana-logo {
    width: 236px;
    left: 50%;
    margin-left: -118px;
    right: auto;
    bottom: 8%;
  }

  .hero-banana .hero-chicken {
    width: 150px;
    left: 50%;
    margin-left: -30px;
    right: auto;
    bottom: 15%;
  }

  .hero-banana-float {
    width: 82px;
    right: 12%;
    top: 1%;
  }

  .hero-shoot {
    min-height: 240px;
  }

  .hero-shoot-logo {
    width: 220px;
    left: 50%;
    margin-left: -110px;
    right: auto;
    bottom: 6%;
    top: auto;
  }

  .hero-shoot .hero-chicken {
    width: 170px;
    left: 50%;
    margin-left: -24px;
    right: auto;
    bottom: 0;
  }
}

@media (min-width: 920px) {
  .games-hub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .game-hub-card {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .hero {
    padding-top: 52px;
  }

  .hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
  }

  .hero-chicken {
    width: min(420px, 94%);
  }

  .floating-egg {
    width: 78px;
  }

  .demo-stage {
    min-height: 520px;
  }

  .demo-action-bar {
    grid-template-columns: 220px 170px 1fr auto;
    gap: 12px;
  }

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

  .carousel {
    position: relative;
    display: block;
  }

  .carousel-btn.prev,
  .carousel-btn.next {
    display: inline-grid;
    place-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  .carousel-btn.prev {
    left: 6px;
  }

  .carousel-btn.next {
    right: 6px;
  }
}
