@charset "UTF-8";
textarea {
  width: 0px;
  height: 0px;
  all: unset;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}

a,
a:active,
a:hover {
  text-decoration: none;
}

li {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  appearance: none;
  cursor: pointer;
}

div {
  box-sizing: border-box;
}

input {
  all: unset;
}

a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
  background: none;
  border: none;
  outline: none;
}

@font-face {
  font-family: "jogosonlinehoje-Manrope";
  src: url("/jogosonlinehoje-Manrope-VariableFont_wght.ttf") format("truetype");
}
.bg-top {
  background-image: linear-gradient(to top, rgb(0, 0, 0), transparent), url("/assets/img/noutbuk-s-igrovymi-kartami-i-pokernymi-fiskami-na-zelenom-stole 1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-family: "jogosonlinehoje-Manrope";
  background-color: #0a0a0a;
  color: #fff;
}

:root {
  --mx-jogosonlinehoje: 1240px;
  --pad-jogosonlinehoje: 24px;
  --c-bg-jogosonlinehoje: #0b0e14;
  --c-bg2-jogosonlinehoje: #131a2b;
  --c-text-jogosonlinehoje: #e9edf5;
  --c-dim-jogosonlinehoje: #b6bdcb;
  --c-link-jogosonlinehoje: #dce2f3;
  --c-link-hover-jogosonlinehoje: #ffffff;
  --c-line-jogosonlinehoje: #3e55ff;
}

.header-jogosonlinehoje {
  position: relative;
  z-index: 50;
  color: var(--c-text-jogosonlinehoje);
  backdrop-filter: saturate(120%) blur(6px);
}

.header-jogosonlinehoje__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-jogosonlinehoje__top-inner {
  max-width: var(--mx-jogosonlinehoje);
  margin: 0 auto;
  padding: 10px var(--pad-jogosonlinehoje);
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-jogosonlinehoje__top-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-jogosonlinehoje__top-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--c-dim-jogosonlinehoje);
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-jogosonlinehoje__bar {
  position: relative;
}

.header-jogosonlinehoje__bar-inner {
  max-width: var(--mx-jogosonlinehoje);
  margin: 0 auto;
  padding: 14px var(--pad-jogosonlinehoje);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-jogosonlinehoje__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.header-jogosonlinehoje__logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.header-jogosonlinehoje__title {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-jogosonlinehoje__list {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-jogosonlinehoje__link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  color: var(--c-link-jogosonlinehoje);
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.2s ease;
}

.header-jogosonlinehoje__link:hover {
  color: var(--c-link-hover-jogosonlinehoje);
}

.header-jogosonlinehoje::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0, var(--c-line-jogosonlinehoje) 20%, var(--c-line-jogosonlinehoje) 80%, transparent 100%);
  opacity: 0.7;
}

.header-jogosonlinehoje__burger {
  display: none;
  position: relative;
  width: 34px;
  height: 26px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.header-jogosonlinehoje__burger-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease, bottom 0.25s ease;
}

.header-jogosonlinehoje__burger-line:nth-child(1) {
  top: 2px;
}

.header-jogosonlinehoje__burger-line:nth-child(2) {
  top: 12px;
}

.header-jogosonlinehoje__burger-line:nth-child(3) {
  bottom: 2px;
}

.header-jogosonlinehoje__drawer {
  position: fixed;
  inset: 0;
  background: rgba(6, 8, 12, 0.88);
  backdrop-filter: blur(8px);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: -1;
}

.header-jogosonlinehoje__drawer-list {
  list-style: none;
  margin: 84px var(--pad-jogosonlinehoje);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.header-jogosonlinehoje__drawer-link {
  display: block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 6px 0;
}

@media (max-width: 1080px) {
  .header-jogosonlinehoje {
    background: linear-gradient(180deg, rgba(8, 10, 16, 0.92) 0%, rgba(13, 18, 31, 0.92) 100%), radial-gradient(1200px 120px at 50% 100%, rgba(62, 85, 255, 0.16), transparent 60%), linear-gradient(90deg, var(--c-bg-jogosonlinehoje), var(--c-bg2-jogosonlinehoje));
  }
  .header-jogosonlinehoje__top-text {
    white-space: normal;
  }
  .header-jogosonlinehoje__list {
    gap: 24px;
  }
}
@media (max-width: 960px) {
  .header-jogosonlinehoje__nav {
    display: none;
  }
  .header-jogosonlinehoje__burger {
    display: inline-block;
  }
  .header-jogosonlinehoje__top-inner {
    padding: 12px var(--pad-jogosonlinehoje);
    align-items: flex-start;
  }
  .header-jogosonlinehoje__top-text {
    font-size: 12px;
    line-height: 1.5;
  }
  .header-jogosonlinehoje__logo {
    width: 32px;
    height: 32px;
  }
  .header-jogosonlinehoje__title {
    font-size: 18px;
    letter-spacing: 0.09em;
  }
}
.header-jogosonlinehoje.is-open-jogosonlinehoje .header-jogosonlinehoje__drawer {
  transform: translateY(0);
  z-index: 60;
}

.header-jogosonlinehoje.is-open-jogosonlinehoje .header-jogosonlinehoje__burger-line:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}

.header-jogosonlinehoje.is-open-jogosonlinehoje .header-jogosonlinehoje__burger-line:nth-child(2) {
  opacity: 0;
}

.header-jogosonlinehoje.is-open-jogosonlinehoje .header-jogosonlinehoje__burger-line:nth-child(3) {
  bottom: auto;
  top: 12px;
  transform: rotate(-45deg);
}

/* Дровер по-умолчанию полностью неинтерактивен и невидим */
.header-jogosonlinehoje__drawer {
  position: fixed;
  inset: 0;
  background: rgba(6, 8, 12, 0.88);
  backdrop-filter: blur(8px);
  transform: translateY(-100%);
  transition: transform 0.3s ease, visibility 0s linear 0.3s;
  z-index: 60;
  visibility: hidden;
  pointer-events: none;
}

/* Открыт: сдвигаем и делаем интерактивным */
.header-jogosonlinehoje.is-open-jogosonlinehoje + .header-jogosonlinehoje__drawer {
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.3s ease;
}

/* На десктопе дровер вовсе не нужен */
@media (min-width: 961px) {
  .header-jogosonlinehoje__drawer {
    display: none !important;
  }
}
.header-jogosonlinehoje__link--active {
  position: relative;
  color: #fff; /* чтобы активный пункт подсвечивался */
}

.header-jogosonlinehoje__link--active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #8ffcff 0%, #31b2bb 100%);
  border-radius: 2px;
}

/* Остальное — как у вас (списки/ссылки), можно оставить без изменений */
.hero-jogosonlinehoje {
  position: relative;
  padding: 80px 24px;
  color: #fff;
}

.hero-jogosonlinehoje__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.hero-jogosonlinehoje__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 18px;
}

.hero-jogosonlinehoje__title-accent {
  color: #fff;
}

.hero-jogosonlinehoje__subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 28px;
  color: #d2d6e4;
}

.hero-jogosonlinehoje__features {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.hero-jogosonlinehoje__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
}

.hero-jogosonlinehoje__icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.hero-jogosonlinehoje__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #c5c9da;
}

.hero-jogosonlinehoje__meta-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.hero-jogosonlinehoje__meta-label {
  font-weight: 500;
}

.hero-jogosonlinehoje__meta-date {
  margin-left: 4px;
}

@media (min-width: 992px) {
  .hero-jogosonlinehoje {
    padding: 120px 24px;
  }
  .hero-jogosonlinehoje__title {
    font-size: 42px;
  }
  .hero-jogosonlinehoje__subtitle {
    font-size: 17px;
  }
}
:root {
  --mx-jogosonlinehoje: 1180px;
  --r-jogosonlinehoje: 15px;
  --c-teal-jogosonlinehoje: #00e1ff;
  --c-text-jogosonlinehoje: #eaf0fa;
  --c-dim-jogosonlinehoje: #b5bed1;
}

.offer-jogosonlinehoje {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 13px;
}

.offer-jogosonlinehoje__card {
  width: 100%;
  max-width: var(--mx-jogosonlinehoje);
  position: relative;
  display: grid;
  grid-template-columns: 520px 1fr 320px;
  align-items: center;
  gap: 28px;
  padding: 18px 22px;
  border-radius: var(--r-jogosonlinehoje);
  background: rgba(9, 12, 18, 0.7);
  color: var(--c-text-jogosonlinehoje);
  border: 2px solid rgba(0, 225, 255, 0.55);
  /* Тень из Figma */
  box-shadow: 0 0 13px 0 #31b2bb;
  min-height: 170px;
}

.offer-jogosonlinehoje__badge {
  position: absolute;
  top: 0px;
  left: 0;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  height: 32px;
  background: #21b9c0;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-top-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 15px;
  z-index: 999;
}

.offer-jogosonlinehoje__left {
  grid-column: 1;
}

.offer-jogosonlinehoje__brand {
  height: 120px;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url("/assets/img/bg-logo.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.offer-jogosonlinehoje__brand-img {
  max-height: 70px;
  max-width: 80%;
}

.offer-jogosonlinehoje__text {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 220px;
  margin-left: -220px;
}

.offer-jogosonlinehoje__label {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.03em;
}

.offer-jogosonlinehoje__bonus {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.01em;
}

.offer-jogosonlinehoje__mid {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}

.offer-jogosonlinehoje__rating {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.01em;
}

.offer-jogosonlinehoje__stars {
  display: flex;
  gap: 6px;
}

.offer-jogosonlinehoje__star {
  width: 18px;
  height: 18px;
  display: block;
  filter: drop-shadow(0 0 8px rgba(0, 225, 255, 0.35));
}

.offer-jogosonlinehoje__right {
  grid-column: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.offer-jogosonlinehoje__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid #31b2bb;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.04em;
  z-index: 9999;
}

.offer-jogosonlinehoje__pay {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-jogosonlinehoje__pay-icon {
  height: 18px;
  display: block;
}

.offer-jogosonlinehoje__mobile-rating {
  display: none;
}

/* mobile ≤ 600px — как на твоём примере */
@media (max-width: 600px) {
  .offer-jogosonlinehoje__brand--yellow {
    background-image: url("/assets/img/bg-logo-yellow.webp");
  }
  .offer-jogosonlinehoje {
    padding: 14px 10px;
  }
  .offer-jogosonlinehoje__card {
    padding: 0px 16px 0px 0px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 14px;
  }
  .offer-jogosonlinehoje__left {
    grid-column: 1/2;
    grid-row: 1/3;
    border: none;
    height: 100%;
  }
  .offer-jogosonlinehoje__brand {
    height: 99%;
    border-radius: 12px;
    border: none;
  }
  .offer-jogosonlinehoje__brand-img {
    max-height: 82px;
    border: none;
  }
  .offer-jogosonlinehoje__mobile-rating {
    display: flex;
    position: absolute;
    left: 10px;
    bottom: 10px;
    align-items: center;
    gap: 10px;
  }
  .offer-jogosonlinehoje__mobile-rating-num {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
  }
  .offer-jogosonlinehoje__star {
    width: 16px;
    height: 16px;
  }
  .offer-jogosonlinehoje__text {
    grid-column: 2/3;
    grid-row: 1/2;
    margin: 0;
    padding: 0;
    align-self: center;
  }
  .offer-jogosonlinehoje__label {
    font-size: 11px;
    margin-bottom: 6px;
    text-align: center;
    display: none;
  }
  .offer-jogosonlinehoje__bonus {
    font-size: 16px;
    text-align: center;
  }
  .offer-jogosonlinehoje__mid {
    display: none;
  }
  .offer-jogosonlinehoje__right {
    grid-column: 2/3;
    grid-row: 2/3;
    align-items: stretch;
    gap: 12px;
  }
  .offer-jogosonlinehoje__cta {
    min-width: 0;
    height: 46px;
    border-color: rgba(0, 225, 255, 0.7);
    box-shadow: 0 0 0 1px rgba(0, 225, 255, 0.25) inset, 0 0 12px rgba(0, 225, 255, 0.25);
  }
  .offer-jogosonlinehoje__pay {
    justify-content: center;
  }
  .offer-jogosonlinehoje__pay-icon {
    height: 18px;
  }
  .offer-jogosonlinehoje__badge {
    display: none;
  }
}
/* DESKTOP ALIGN PATCH — выравниваем логотип и текст в один ряд */
@media (min-width: 961px) {
  .offer-jogosonlinehoje__card {
    grid-template-columns: 560px 140px 320px;
    align-items: center;
  }
  .offer-jogosonlinehoje__left {
    position: relative;
    height: 98%;
  }
  /* плашка с логотипом — строго по центру левой зоны */
  .offer-jogosonlinehoje__brand {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 240px; /* ширина плашки */
    height: 120px; /* высота плашки */
    border-radius: 14px;
  }
  .offer-jogosonlinehoje__brand-img {
    max-height: 72px;
    max-width: 82%;
  }
  /* текст бонуса — по центру левой зоны, справа от плашки */
  .offer-jogosonlinehoje__text {
    position: absolute;
    left: 260px; /* 240 + 20 отступ */
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: auto;
  }
  .offer-jogosonlinehoje__label {
    font-size: 12px;
    letter-spacing: 0.03em;
    margin-bottom: 6px;
  }
  .offer-jogosonlinehoje__bonus {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
  }
  /* центр и право остаются без изменений */
  .offer-jogosonlinehoje__mid {
    grid-column: 2;
  }
  .offer-jogosonlinehoje__right {
    grid-column: 3;
    align-items: center;
  }
}
/* ===== крупные экраны ≥1200px ===== */
@media (min-width: 1200px) {
  .offer-jogosonlinehoje__card {
    grid-template-columns: 600px 160px 340px;
    padding: 0px 28px 0px 1px;
    gap: 32px;
  }
  .offer-jogosonlinehoje__brand {
    width: 260px;
    height: 100%;
  }
  .offer-jogosonlinehoje__brand-img {
    max-height: 78px;
  }
  .offer-jogosonlinehoje__text {
    left: 280px;
  }
  .offer-jogosonlinehoje__bonus {
    font-size: 20px;
  }
  .offer-jogosonlinehoje__rating {
    font-size: 44px;
  }
  .offer-jogosonlinehoje__cta {
    min-width: 240px;
    height: 52px;
  }
}
/* ===== обычные ноутбуки 961–1199px ===== */
@media (min-width: 961px) and (max-width: 1199px) {
  .offer-jogosonlinehoje__card {
    grid-template-columns: 480px 120px 280px;
    padding: 18px 20px;
    gap: 22px;
  }
  .offer-jogosonlinehoje__brand {
    width: 200px;
    height: 110px;
  }
  .offer-jogosonlinehoje__brand-img {
    max-height: 64px;
  }
  .offer-jogosonlinehoje__text {
    left: 220px;
  }
  .offer-jogosonlinehoje__bonus {
    font-size: 17px;
  }
  .offer-jogosonlinehoje__rating {
    font-size: 34px;
  }
  .offer-jogosonlinehoje__cta {
    min-width: 200px;
    height: 46px;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  .offer-jogosonlinehoje__card {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 18px;
    padding: 0px 18px 0px 1px;
  }
  /* слева только логотип */
  .offer-jogosonlinehoje__left {
    grid-column: 1/2;
    grid-row: 1/3;
    height: 99%;
  }
  .offer-jogosonlinehoje__brand {
    width: 96%;
    height: 99%;
    margin: 0;
    border-radius: 12px;
    position: relative;
  }
  .offer-jogosonlinehoje__brand-img {
    max-height: 80px;
  }
  /* справа: бонус над кнопкой, платежки под кнопкой */
  .offer-jogosonlinehoje__text {
    grid-column: 2/3;
    grid-row: 1;
    position: static;
    transform: none;
    margin: 0;
    padding: 0;
    padding-top: 18px;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .offer-jogosonlinehoje__bonus {
    font-size: 17px;
    margin-top: 6px;
  }
  .offer-jogosonlinehoje__mid {
    display: none;
  }
  .offer-jogosonlinehoje__right {
    flex-direction: column;
    box-sizing: border-box;
    grid-column: 2/3;
    grid-row: 2;
    align-items: stretch;
    gap: 12px;
    padding-bottom: 18px;
  }
  .offer-jogosonlinehoje__cta {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    border-radius: 12px;
  }
  .offer-jogosonlinehoje__pay {
    justify-content: center;
  }
}
@media (max-width: 960px) {
  .offer-jogosonlinehoje__mobile-rating {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%); /* выравнивание по центру */
    align-items: center;
    gap: 8px;
    padding: 4px 10px;
    border-radius: 10px;
  }
  .offer-jogosonlinehoje__mobile-rating-num {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }
  .offer-jogosonlinehoje__stars {
    gap: 4px;
  }
  .offer-jogosonlinehoje__star {
    width: 16px;
    height: 16px;
  }
}
.faq-jogosonlinehoje {
  margin: 60px auto;
  padding: 0 16px;
  display: flex;
  justify-content: center;
}

.faq-jogosonlinehoje__inner {
  width: 100%;
  max-width: 900px;
  background: rgba(9, 12, 18, 0.85);
  border: 1px solid rgba(0, 225, 255, 0.35);
  border-radius: 40px;
  padding: 32px 28px;
}

.faq-jogosonlinehoje__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  color: #fff;
}

.faq-jogosonlinehoje__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-jogosonlinehoje__item:last-child {
  border-bottom: none;
}

.faq-jogosonlinehoje__question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.faq-jogosonlinehoje__icon {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.faq-jogosonlinehoje__answer {
  display: none;
  padding: 0 0 16px;
  font-size: 15px;
  color: #cfd7e0;
  line-height: 1.5;
}

.faq-jogosonlinehoje__item.active .faq-jogosonlinehoje__answer {
  display: block;
}

.faq-jogosonlinehoje__item.active .faq-jogosonlinehoje__icon {
  transform: rotate(45deg); /* превращает + в × */
}

:root {
  --mx-jogosonlinehoje: 1180px; /* единая ширина контента */
  --pad-side-jogosonlinehoje: 16px; /* боковые отступы */
}

/* один контейнер для всех трёх блоков */
.hero-jogosonlinehoje__inner,
.offer-jogosonlinehoje,
.faq-jogosonlinehoje__inner {
  max-width: var(--mx-jogosonlinehoje);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--pad-side-jogosonlinehoje);
  padding-right: var(--pad-side-jogosonlinehoje);
}

/* карточки занимают всю доступную ширину контейнера */
.offer-jogosonlinehoje__card {
  width: 100%;
}

/* при желании — одинаковый вертикальный ритм */
.hero-jogosonlinehoje {
  padding-top: 40px;
  padding-bottom: 40px;
}

.offer-jogosonlinehoje {
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-jogosonlinehoje {
  margin: 40px auto;
}

.info-jogosonlinehoje {
  padding: 60px 0;
}

.info-jogosonlinehoje__inner {
  max-width: var(--mx-jogosonlinehoje);
  margin: 0 auto;
  padding: 0 var(--pad-side-jogosonlinehoje);
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.info-jogosonlinehoje__content {
  flex: 1;
}

.info-jogosonlinehoje__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}

.info-jogosonlinehoje__subtitle {
  font-size: 18px;
  font-weight: 600;
  margin: 28px 0 12px;
}

.info-jogosonlinehoje__text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.info-jogosonlinehoje__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-jogosonlinehoje__list li {
  margin-bottom: 8px;
  font-size: 16px;
}

.info-jogosonlinehoje__image {
  flex: 0 0 40%;
}

.info-jogosonlinehoje__image img {
  width: 100%;
  border-radius: 6px;
  display: block;
}

/* адаптив */
@media (max-width: 960px) {
  .info-jogosonlinehoje__inner {
    flex-direction: column;
    gap: 20px;
  }
  .info-jogosonlinehoje__image {
    flex: unset;
    width: 100%;
  }
}
/* container */
.contact-jogosonlinehoje {
  padding: 60px 16px;
  display: flex;
  justify-content: center;
}

.contact-jogosonlinehoje__inner {
  width: 100%;
  max-width: 1200px; /* ровно как у hero/faq */
  margin: 0 auto;
  padding: 40px 24px;
  border-radius: 18px;
  background: rgba(9, 12, 18, 0.85);
  border: 1px solid rgba(0, 225, 255, 0.35);
  box-shadow: 0 0 24px rgba(0, 225, 255, 0.12) inset;
}

.contact-jogosonlinehoje__title {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
}

/* fields */
.contact-jogosonlinehoje__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.contact-jogosonlinehoje__field {
  width: 80%;
}

.contact-jogosonlinehoje__label {
  position: absolute;
  left: -9999px;
}

.contact-jogosonlinehoje__input {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #5b5b5b;
  color: #fff;
  padding: 0 14px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.contact-jogosonlinehoje__input::placeholder {
  color: #cfd2d6;
}

.contact-jogosonlinehoje__input:focus {
  border-color: #00e1ff;
  box-shadow: 0 0 0 3px rgba(0, 225, 255, 0.25);
}

textarea.contact-jogosonlinehoje__input {
  height: auto;
  padding: 12px 14px;
  resize: vertical;
  min-height: 110px;
}

.contact-jogosonlinehoje__error {
  margin: 6px 2px 0;
  color: #ff7b7b;
  font-size: 12px;
  min-height: 14px;
}

/* button */
.contact-jogosonlinehoje__btn {
  margin-top: 6px;
  min-width: 120px;
  height: 42px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #00e1ff;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.05s;
}

.contact-jogosonlinehoje__btn:hover {
  box-shadow: 0 0 14px rgba(0, 225, 255, 0.35);
}

.contact-jogosonlinehoje__btn:active {
  transform: translateY(1px);
}

.contact-jogosonlinehoje__btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

/* popup */
.popup-jogosonlinehoje {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 16px;
}

.popup-jogosonlinehoje[aria-hidden=false] {
  display: flex;
}

.popup-jogosonlinehoje__box {
  background: #0b0f15;
  border: 1px solid rgba(0, 225, 255, 0.35);
  border-radius: 12px;
  padding: 20px 18px;
  min-width: 260px;
  max-width: 90%;
  text-align: center;
  box-shadow: 0 0 24px rgba(0, 225, 255, 0.18);
}

.popup-jogosonlinehoje__text {
  color: #e9edf5;
  margin: 0 0 12px;
}

.popup-jogosonlinehoje__close {
  height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.about-jogosonlinehoje {
  padding: 40px 0;
}

.about-jogosonlinehoje__inner {
  max-width: var(--mx-jogosonlinehoje);
  margin: 0 auto;
  padding: 0 var(--pad-side-jogosonlinehoje);
}

.about-jogosonlinehoje__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

.about-jogosonlinehoje__lead {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.6;
  color: #d5d9e3;
  max-width: 860px;
}

.about-jogosonlinehoje__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
}

.about-jogosonlinehoje__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-jogosonlinehoje__photo-wrap {
  position: relative;
  overflow: hidden;
}

.about-jogosonlinehoje__photo-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 6px;
  opacity: 0.9;
}

.about-jogosonlinehoje__photo {
  display: block;
  width: 100%;
  height: auto;
}

.about-jogosonlinehoje__meta {
  font-size: 14px;
  color: #c8ced9;
}

.about-jogosonlinehoje__label {
  opacity: 0.8;
  margin-right: 6px;
}

.about-jogosonlinehoje__name {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .about-jogosonlinehoje__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .about-jogosonlinehoje__grid {
    grid-template-columns: 1fr;
  }
}
.license-jogosonlinehoje {
  padding: 50px 0;
}

.license-jogosonlinehoje__inner {
  max-width: var(--mx-jogosonlinehoje);
  margin: 0 auto;
  padding: 28px 32px;
  border: 1px solid rgba(0, 225, 255, 0.45);
  border-radius: 18px;
  background: rgba(12, 16, 22, 0.85);
  box-shadow: 0 0 18px rgba(0, 225, 255, 0.12) inset;
}

.license-jogosonlinehoje__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
  text-transform: uppercase;
}

.license-jogosonlinehoje__text {
  font-size: 15px;
  line-height: 1.7;
  color: #d6dbe4;
}

.footer-jogosonlinehoje {
  background: #111;
  padding: 40px 0 20px;
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
}

.footer-jogosonlinehoje__inner {
  max-width: var(--mx-jogosonlinehoje);
  margin: 0 auto;
  padding: 0 var(--pad-side-jogosonlinehoje);
}

.footer-jogosonlinehoje__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  margin-bottom: 24px;
}

.footer-jogosonlinehoje__logos img {
  height: 60px;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.85;
  transition: 0.3s;
}

.footer-jogosonlinehoje__logos a:hover img {
  opacity: 1;
}

.footer-jogosonlinehoje__disclaimer {
  margin-bottom: 28px;
}

.footer-jogosonlinehoje__disclaimer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-jogosonlinehoje__disclaimer li {
  margin: 14px 0 6px;
  color: #fff;
}

.footer-jogosonlinehoje__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
  margin-top: 20px;
}

.footer-jogosonlinehoje__age {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.footer-jogosonlinehoje__nav a {
  margin-left: 18px;
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-jogosonlinehoje__nav a:hover {
  color: #00e1ff;
}

@media (max-width: 768px) {
  .footer-jogosonlinehoje__logos {
    gap: 16px;
  }
  .footer-jogosonlinehoje__logos img {
    height: 28px;
  }
  .footer-jogosonlinehoje__bottom {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .footer-jogosonlinehoje__nav a {
    margin-left: 0;
    margin-right: 18px;
  }
}
/* ===== Terms page (single section) ===== */
.terms-jogosonlinehoje {
  padding: 60px 0;
}

.terms-jogosonlinehoje__inner {
  max-width: var(--mx-jogosonlinehoje);
  margin: 0 auto;
  padding: 0 var(--pad-side-jogosonlinehoje);
}

.terms-jogosonlinehoje__title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0 0 8px;
}

.terms-jogosonlinehoje__updated {
  margin: 0 0 20px;
  color: #bfc6d4;
  font-size: 13px;
}

.terms-jogosonlinehoje__toc {
  margin: 0 0 24px;
  border: 1px solid rgba(0, 225, 255, 0.35);
  border-radius: 12px;
  padding: 16px 18px;
  background: rgba(10, 14, 20, 0.6);
}

.terms-jogosonlinehoje__toc ol {
  margin: 0;
  padding-left: 18px;
  color: #dfe5ef;
  font-size: 14px;
  line-height: 1.65;
}

.terms-jogosonlinehoje__toc a {
  text-decoration: none;
  color: #9fefff;
}

.terms-jogosonlinehoje__toc a:hover {
  text-decoration: underline;
}

.terms-jogosonlinehoje__block {
  margin: 0 0 28px;
}

.terms-jogosonlinehoje__block h2 {
  font-size: 18px;
  font-weight: 700;
  color: #00e1ff;
  margin: 0 0 10px;
}

.terms-jogosonlinehoje__block p {
  color: #d6dbe4;
  line-height: 1.75;
  margin: 0 0 10px;
  font-size: 15px;
}

.terms-jogosonlinehoje__block ul {
  margin: 0 0 10px 18px;
  color: #d6dbe4;
  line-height: 1.7;
  font-size: 15px;
}

.terms-jogosonlinehoje__links {
  margin-left: 18px;
}

.terms-jogosonlinehoje__links a {
  color: #9fefff;
  text-decoration: none;
}

.terms-jogosonlinehoje__links a:hover {
  text-decoration: underline;
}

.terms-jogosonlinehoje__addr {
  font-style: normal;
  color: #dfe5ef;
  line-height: 1.7;
}

@media (max-width: 640px) {
  .terms-jogosonlinehoje {
    padding: 40px 0;
  }
  .terms-jogosonlinehoje__title {
    font-size: 24px;
  }
  .terms-jogosonlinehoje__block h2 {
    font-size: 17px;
  }
}
/* ===== Cookies page (single section) ===== */
.cookies-jogosonlinehoje {
  padding: 60px 0;
}

.cookies-jogosonlinehoje__inner {
  max-width: var(--mx-jogosonlinehoje);
  margin: 0 auto;
  padding: 0 var(--pad-side-jogosonlinehoje);
}

.cookies-jogosonlinehoje__title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0 0 8px;
}

.cookies-jogosonlinehoje__updated {
  margin: 0 0 20px;
  color: #bfc6d4;
  font-size: 13px;
}

.cookies-jogosonlinehoje__toc {
  margin: 0 0 24px;
  border: 1px solid rgba(0, 225, 255, 0.35);
  border-radius: 12px;
  padding: 16px 18px;
  background: rgba(10, 14, 20, 0.6);
}

.cookies-jogosonlinehoje__toc ol {
  margin: 0;
  padding-left: 18px;
  color: #dfe5ef;
  font-size: 14px;
  line-height: 1.65;
}

.cookies-jogosonlinehoje__toc a {
  text-decoration: none;
  color: #9fefff;
}

.cookies-jogosonlinehoje__toc a:hover {
  text-decoration: underline;
}

.cookies-jogosonlinehoje__block {
  margin: 0 0 28px;
}

.cookies-jogosonlinehoje__block h2 {
  font-size: 18px;
  font-weight: 700;
  color: #00e1ff;
  margin: 0 0 10px;
}

.cookies-jogosonlinehoje__block p {
  color: #d6dbe4;
  line-height: 1.75;
  margin: 0 0 10px;
  font-size: 15px;
}

.cookies-jogosonlinehoje__block ul {
  margin: 0 0 10px 18px;
  color: #d6dbe4;
  line-height: 1.7;
  font-size: 15px;
}

.cookies-jogosonlinehoje__addr {
  font-style: normal;
  color: #dfe5ef;
  line-height: 1.7;
}

@media (max-width: 640px) {
  .cookies-jogosonlinehoje {
    padding: 40px 0;
  }
  .cookies-jogosonlinehoje__title {
    font-size: 24px;
  }
  .cookies-jogosonlinehoje__block h2 {
    font-size: 17px;
  }
}
/* ===== Privacy page (single section) ===== */
.privacy-jogosonlinehoje {
  padding: 60px 0;
}

.privacy-jogosonlinehoje__inner {
  max-width: var(--mx-jogosonlinehoje);
  margin: 0 auto;
  padding: 0 var(--pad-side-jogosonlinehoje);
}

.privacy-jogosonlinehoje__title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0 0 8px;
}

.privacy-jogosonlinehoje__updated {
  margin: 0 0 20px;
  color: #bfc6d4;
  font-size: 13px;
}

.privacy-jogosonlinehoje__toc {
  margin: 0 0 24px;
  border: 1px solid rgba(0, 225, 255, 0.35);
  border-radius: 12px;
  padding: 16px 18px;
  background: rgba(10, 14, 20, 0.6);
}

.privacy-jogosonlinehoje__toc ol {
  margin: 0;
  padding-left: 18px;
  color: #dfe5ef;
  font-size: 14px;
  line-height: 1.65;
}

.privacy-jogosonlinehoje__toc a {
  text-decoration: none;
  color: #9fefff;
}

.privacy-jogosonlinehoje__toc a:hover {
  text-decoration: underline;
}

.privacy-jogosonlinehoje__block {
  margin: 0 0 28px;
}

.privacy-jogosonlinehoje__block h2 {
  font-size: 18px;
  font-weight: 700;
  color: #00e1ff;
  margin: 0 0 10px;
}

.privacy-jogosonlinehoje__block p {
  color: #d6dbe4;
  line-height: 1.75;
  margin: 0 0 10px;
  font-size: 15px;
}

.privacy-jogosonlinehoje__block ul {
  margin: 0 0 10px 18px;
  color: #d6dbe4;
  line-height: 1.7;
  font-size: 15px;
}

.privacy-jogosonlinehoje__addr {
  font-style: normal;
  color: #dfe5ef;
  line-height: 1.7;
}

@media (max-width: 640px) {
  .privacy-jogosonlinehoje {
    padding: 40px 0;
  }
  .privacy-jogosonlinehoje__title {
    font-size: 24px;
  }
  .privacy-jogosonlinehoje__block h2 {
    font-size: 17px;
  }
}
/* ===== Responsible Gaming (single section) ===== */
.responsible-jogosonlinehoje {
  padding: 60px 0;
}

.responsible-jogosonlinehoje__inner {
  max-width: var(--mx-jogosonlinehoje);
  margin: 0 auto;
  padding: 0 var(--pad-side-jogosonlinehoje);
}

.responsible-jogosonlinehoje__title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0 0 8px;
}

.responsible-jogosonlinehoje__updated {
  margin: 0 0 20px;
  color: #bfc6d4;
  font-size: 13px;
}

.responsible-jogosonlinehoje__toc {
  margin: 0 0 24px;
  border: 1px solid rgba(0, 225, 255, 0.35);
  border-radius: 12px;
  padding: 16px 18px;
  background: rgba(10, 14, 20, 0.6);
}

.responsible-jogosonlinehoje__toc ol {
  margin: 0;
  padding-left: 18px;
  color: #dfe5ef;
  font-size: 14px;
  line-height: 1.65;
}

.responsible-jogosonlinehoje__toc a {
  text-decoration: none;
  color: #9fefff;
}

.responsible-jogosonlinehoje__toc a:hover {
  text-decoration: underline;
}

.responsible-jogosonlinehoje__block {
  margin: 0 0 28px;
}

.responsible-jogosonlinehoje__block h2 {
  font-size: 18px;
  font-weight: 700;
  color: #00e1ff;
  margin: 0 0 10px;
}

.responsible-jogosonlinehoje__block p {
  color: #d6dbe4;
  line-height: 1.75;
  margin: 0 0 10px;
  font-size: 15px;
}

.responsible-jogosonlinehoje__block ul {
  margin: 0 0 10px 18px;
  color: #d6dbe4;
  line-height: 1.7;
  font-size: 15px;
}

.responsible-jogosonlinehoje__links a {
  color: #9fefff;
  text-decoration: none;
}

.responsible-jogosonlinehoje__links a:hover {
  text-decoration: underline;
}

.responsible-jogosonlinehoje__note {
  color: #c9d2df;
  font-style: italic;
}

@media (max-width: 640px) {
  .responsible-jogosonlinehoje {
    padding: 40px 0;
  }
  .responsible-jogosonlinehoje__title {
    font-size: 24px;
  }
  .responsible-jogosonlinehoje__block h2 {
    font-size: 17px;
  }
}
/* ===== Age Gate (18+) ===== */
.agegate-jogosonlinehoje {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.agegate-jogosonlinehoje[aria-hidden=false] {
  display: block;
}

.agegate-jogosonlinehoje__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
}

.agegate-jogosonlinehoje__dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(520px, 92vw);
  background: #0b0f14;
  border: 2px solid rgba(0, 225, 255, 0.5);
  border-radius: 18px;
  padding: 28px 22px 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 225, 255, 0.12) inset;
  text-align: center;
}

.agegate-jogosonlinehoje__title {
  margin: 0 0 12px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 28px;
  line-height: 1.15;
  text-transform: uppercase;
}

.agegate-jogosonlinehoje__text {
  margin: 0 0 18px;
  color: #d9e1ea;
  line-height: 1.55;
  font-size: 15px;
}

.agegate-jogosonlinehoje__btn {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  border-radius: 8px;
  background: #27bfc6;
  color: #0b0f14;
  font-size: 14px;
  transition: transform 0.06s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.agegate-jogosonlinehoje__btn:hover {
  filter: brightness(1.05);
}

.agegate-jogosonlinehoje__btn:active {
  transform: translateY(1px);
}

.agegate-jogosonlinehoje__btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 225, 255, 0.35);
}

@media (max-width: 600px) {
  .agegate-jogosonlinehoje__dialog {
    padding: 22px 16px;
    border-radius: 16px;
  }
  .agegate-jogosonlinehoje__title {
    font-size: 22px;
  }
  .agegate-jogosonlinehoje__text {
    font-size: 14px;
  }
}
/* ===== Cookies bar (bottom popup) ===== */
/* ===== Cookies bar (bottom popup) ===== */
.cookiesbar-jogosonlinehoje {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none; /* скрыто по умолчанию */
  pointer-events: none;
}
.is-visible {
  pointer-events: auto;
} 
.cookiesbar-jogosonlinehoje[aria-hidden=false] {
  display: block; /* показываем только если aria-hidden="false" */
}

.cookiesbar-jogosonlinehoje__box {
  width: min(720px, 100vw - 24px);
  margin: 0 auto 14px auto;
  background: #0b0f14;
  border: 2px solid rgba(0, 225, 255, 0.5);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55), 0 0 32px rgba(0, 225, 255, 0.12) inset;
  transform: translateY(16px);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.cookiesbar-jogosonlinehoje.is-visible .cookiesbar-jogosonlinehoje__box {
  transform: translateY(0);
  opacity: 1;
}

.cookiesbar-jogosonlinehoje__title {
  margin: 0 0 8px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 22px;
  text-transform: uppercase;
}

.cookiesbar-jogosonlinehoje__text {
  margin: 0 0 14px;
  color: #d9e1ea;
  line-height: 1.55;
  font-size: 14px;
  text-align: center;
}

.cookiesbar-jogosonlinehoje__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.cookiesbar-jogosonlinehoje__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.06s ease, filter 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
}

.cookiesbar-jogosonlinehoje__btn--confirm {
  background: #27bfc6;
  color: #0b0f14;
}

.cookiesbar-jogosonlinehoje__btn--confirm:hover {
  filter: brightness(1.06);
}

.cookiesbar-jogosonlinehoje__btn--confirm:active {
  transform: translateY(1px);
}

.cookiesbar-jogosonlinehoje__btn--more {
  background: #fff;
  color: #0b0f14;
}

.cookiesbar-jogosonlinehoje__btn--more:hover {
  filter: brightness(0.98);
}

.cookiesbar-jogosonlinehoje__btn--more:active {
  transform: translateY(1px);
}

@media (max-width: 560px) {
  .cookiesbar-jogosonlinehoje__box {
    width: min(96vw, 560px);
    padding: 16px;
  }
  .cookiesbar-jogosonlinehoje__title {
    font-size: 18px;
  }
  .cookiesbar-jogosonlinehoje__text {
    font-size: 13px;
  }
  .cookiesbar-jogosonlinehoje__actions {
    flex-direction: column;
    gap: 10px;
  }
  .cookiesbar-jogosonlinehoje__btn {
    width: 100%;
  }
}

/*# sourceMappingURL=jogosonlinehoje.css.map */
