/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

@font-face {
  font-family: Poppins;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.woff2");
}

@font-face {
  font-family: Poppins;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Poppins-Medium.woff2");
}

@font-face {
  font-family: Poppins;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Poppins-Bold.woff2");
}

@font-face {
  font-family: MedievalSharp;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/MedievalSharp.woff2");
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

#confirmButton {
  border-radius: 30px;
  background: #1c2065;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  width: 200px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#confirmButton:hover {
  background-color: #7f3fa7;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

img {
  max-width: 100%;
}

body {
  font-family: Poppins;
  background: #2e1a1a;
  color: #f9f4ef;
}

.container {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  z-index: 2;
  padding: 0 10px;
}

.reelquestgame-header {
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  background: rgba(46, 26, 26, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 165, 165, 0.2);
  width: 100%;
}

.reelquestgame-header__fixed {
  position: relative;
  top: 0px;
  left: 0;
  padding: 0 10px;
}

.mb-120-78 {
  margin-top: 120px;
}

@media (max-width: 600px) {
  .mb-120-78 {
    margin-top: 78px;
  }
}

.reelquestgame-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.reelquestgame-header__box {
  padding-top: 50px;
}

.reelquestgame-hero {
  padding-top: 124px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url("../images/hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vh;
}

.reelquestgame-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  list-style: none;
  gap: 30px;
}

.reelquestgame-header__burger {
  display: none;
}

.reelquestgame-header__link {
  color: #f9f4ef;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.reelquestgame-header__link:hover {
  color: #d4a5a5;
  transition: 0.3s;
}

.header__link__logo {
  color: #e8d4c4;
  font-family: MedievalSharp;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 2px 8px rgba(212, 165, 165, 0.3);
}

.header__link__logo:hover {
  color: #d4a5a5;
  text-shadow: 0 0 20px rgba(212, 165, 165, 0.6);
}

.header__list {
  display: flex;
  gap: 20px;
}

.header__link_1 {
  padding: 10px 20px;
  border-radius: 25px;
  border: 2px solid #d4a5a5;
  background: transparent;
  transition: all 0.3s ease;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 16px;
  text-align: center;
  color: #f9f4ef;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.2);
}

.header__link_2 {
  padding: 10px 30px;
  border-radius: 25px;
  background: linear-gradient(135deg, #c47b7b, #b06868);
  color: #f9f4ef;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid #d4a5a5;
  box-shadow: 0 4px 12px rgba(196, 123, 123, 0.3),
    inset 0 1px 3px rgba(255, 255, 255, 0.2);
}

.header__link_1:hover {
  background: rgba(212, 165, 165, 0.15);
  border-color: #e8d4c4;
  box-shadow: 0 0 16px rgba(212, 165, 165, 0.4),
    inset 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.header__link_2:hover {
  background: linear-gradient(135deg, #d4a5a5, #c47b7b);
  box-shadow: 0 0 20px rgba(212, 165, 165, 0.5),
    inset 0 1px 3px rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  transition: 0.3s;
}

.reelquestgame-hero__block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 763px;
  gap: 20px;
}

.reelquestgame-hero__img {
  max-width: 437px;
  width: 100%;
  height: 437px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/image-card.png");
}

.header__wrap__index {
  display: flex;
  align-items: center;
  gap: 40px;
}

.reelquestgame-hero__title {
  font-family: MedievalSharp;
  color: #e8d4c4;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.reelquestgame-hero__subtitle {
  color: #f9f4ef;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.95;
}

.reelquestgame-hero__link {
  max-width: 211px;
  width: 100%;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 25px;
  border: 2px solid #d4a5a5;
  background: linear-gradient(135deg, #c47b7b, #b06868);
  box-shadow: 0 6px 16px rgba(196, 123, 123, 0.4),
    inset 0 2px 4px rgba(255, 255, 255, 0.2);
  color: #f9f4ef;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.reelquestgame-hero__link:hover {
  background: linear-gradient(135deg, #d4a5a5, #c47b7b);
  box-shadow: 0 0 24px rgba(212, 165, 165, 0.6),
    inset 0 2px 4px rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
  border-color: #e8d4c4;
}

.reelquestgame-about-info {
  padding: 80px 0;
  background: linear-gradient(180deg, #3a2222 0%, #2e1a1a 100%);
}

.reelquestgame-about-info ul {
  list-style: none;
  padding: 0;
}

.reelquestgame-about-info__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reelquestgame-about-info__title {
  color: #e8d4c4;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  font-family: MedievalSharp;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  margin-bottom: 60px;
}

.reelquestgame-about-info__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.reelquestgame-about-info__item {
  padding: 28px 24px;
  max-width: 295px;
  width: 100%;
  background: rgba(58, 34, 34, 0.6);
  border: 2px solid #d4a5a5;
  border-radius: 20px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.reelquestgame-about-info__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 24px rgba(212, 165, 165, 0.5),
    inset 0 2px 8px rgba(0, 0, 0, 0.3);
  border-color: #e8d4c4;
}

.reelquestgame-about-info__text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #f9f4ef;
}

.reelquestgame-about-info__text span {
  font-weight: 700;
  color: #d4a5a5;
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

@media (max-width: 600px) {
  .reelquestgame-about-info__title {
    font-size: 30px;
  }
}

.reelquestgame-hero__lang {
  display: none;
  width: 43px;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #1d2123;
  background: #fff;
  color: #1d2123;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.active__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reelquestgame-header__lang:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #1d2123;
  color: #fff;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.reelquestgame-machines-info__item {
  position: relative;
  max-width: 400px;
  width: 100%;
}

.reelquestgame-machines-info__inner {
  position: relative;
  margin-bottom: 20px;
  height: 400px;
  border-radius: 20px;
  border: 2px solid #d4a5a5;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.reelquestgame-machines-info__images {
  display: block;
  width: 100%;
  height: 400px;
}

.reelquestgame-machines-info__inner img {
  max-width: none;
  display: block;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.reelquestgame-machines-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(46, 26, 26, 0.95) 0%,
    rgba(58, 34, 34, 0.95) 100%
  );
  backdrop-filter: blur(8px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.reelquestgame-machines-info__content:hover {
  opacity: 1;
  box-shadow: inset 0 0 30px rgba(212, 165, 165, 0.2);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.reelquestgame-machines-info__head {
  color: #e8d4c4;
  font-family: MedievalSharp;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.reelquestgame-machines-info__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reelquestgame-machines-info__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.reelquestgame-machines-info__numb {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.reelquestgame-machines-info__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 28px;
  border-radius: 25px;
  border: 2px solid #d4a5a5;
  background: linear-gradient(135deg, #c47b7b, #b06868);
  box-shadow: 0 6px 16px rgba(196, 123, 123, 0.4),
    inset 0 2px 4px rgba(255, 255, 255, 0.2);
  color: #f9f4ef;
  width: 100%;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reelquestgame-machines-info__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  background: #777;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.reelquestgame-machines-info__play:hover {
  background: linear-gradient(135deg, #d4a5a5, #c47b7b);
  box-shadow: 0 0 24px rgba(212, 165, 165, 0.6),
    inset 0 2px 4px rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  border-color: #e8d4c4;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.reelquestgame-machines-info__info:hover {
  background: #000;
  color: #fff;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.reelquestgame-machines-info__items {
  position: relative;
}

.reelquestgame-machines-info__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.reelquestgame-machines-info__contents {
  max-width: 610px;
}

.reelquestgame-machines-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.reelquestgame-machines-info__slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 20px;
  padding-left: 0;
  list-style: none;
}

.reelquestgame-machines-info__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.reelquestgame-machines-info__next:nth-child(2) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.reelquestgame-machines-info__button {
  max-width: 235px;
  width: 100%;
}

.reelquestgame-machines-info__title {
  color: #e8d4c4;
  font-family: MedievalSharp;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 60px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.reelquestgame-machines-info__subtitle {
  color: #9196a5;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.reelquestgame-machines-info {
  padding: 80px 0;
  background: linear-gradient(180deg, #2e1a1a 0%, #3a2222 50%, #2e1a1a 100%);
}

.reelquestgame-machines-info__name {
  font-family: MedievalSharp;
  color: #e8d4c4;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.reelquestgame-reviews {
  padding: 80px 0;
  background: linear-gradient(180deg, #3a2222 0%, #2e1a1a 100%);
}

.rev {
  padding-top: 0;
}

.reelquestgame-reviews__title {
  color: #e8d4c4;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 60px;
  font-family: MedievalSharp;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.reelquestgame-reviews__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  padding-left: 0;
  list-style: none;
}
.reelquestgame-reviews__item {
  max-width: 373px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: rgba(58, 34, 34, 0.7);
  padding: 40px 28px;
  border: 2px solid #d4a5a5;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.reelquestgame-reviews__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 24px rgba(212, 165, 165, 0.5),
    inset 0 2px 8px rgba(0, 0, 0, 0.3);
  border-color: #e8d4c4;
}
.reelquestgame-reviews__head {
  text-align: center;
  color: #d4a5a5;
  font-family: MedievalSharp;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 16px;
}

.reelquestgame-reviews__text::before {
  content: "";
  margin-bottom: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  background: url("../images/reelquestgame-star.svg") no-repeat center;
}
.reelquestgame-reviews__text {
  position: relative;
  color: #f9f4ef;
  display: flex;
  flex-direction: column;
  text-align: center;
  flex: 1 1 auto;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}

.reelquestgame-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(180deg, #2e1a1a 0%, #241616 100%);
  border-top: 2px solid rgba(212, 165, 165, 0.3);
}
.reelquestgame-footer__wrap {
  display: flex;
}

.reelquestgame-footer__content {
  max-width: 921px;
  margin: 0 auto;
}
.reelquestgame-footer__text {
  color: #f9f4ef;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 71px;
  opacity: 0.9;
}
.reelquestgame-footer__cards {
  max-width: 121px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.reelquestgame-footer__age {
  width: 100%;
  color: #d4a5a5;
  font-family: MedievalSharp;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.reelquestgame-footer__responsible-gaming {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.reelquestgame-footer__responsible-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
  transition: opacity 0.3s ease;
}
.reelquestgame-footer__responsible-img:hover {
  opacity: 0.8;
}
.reelquestgame-footer__date {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reelquestgame-footer__links {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
}
.reelquestgame-footer__link {
  color: #d4a5a5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  transition: all 0.3s ease;
}

.reelquestgame-footer__link:hover {
  color: #e8d4c4;
  text-decoration-line: none;
  text-shadow: 0 0 12px rgba(212, 165, 165, 0.4);
  transition: 0.3s;
}

.reelquestgame-contact {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(180deg, #2e1a1a 0%, #3a2222 100%);
}
.reelquestgame-contact__wrap {
  max-width: 600px;
  margin: 0 auto;
}
.reelquestgame-contact__title {
  color: #e8d4c4;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  font-family: MedievalSharp;
  line-height: 1.2;
  letter-spacing: -0.48px;
  margin-bottom: 40px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.reelquestgame-contact__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.reelquestgame-contact__label {
  color: #d4a5a5;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.reelquestgame-contact__input {
  height: 47px;
  padding: 15px 20px;
  border-radius: 25px;
  border: 2px solid #d4a5a5;
  background: rgba(58, 34, 34, 0.4);
  width: 100%;
  color: #f9f4ef;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.reelquestgame-contact__input:focus {
  outline: none;
  border-color: #e8d4c4;
  box-shadow: 0 0 16px rgba(212, 165, 165, 0.3);
  background: rgba(58, 34, 34, 0.6);
}

.reelquestgame-contact__input::placeholder {
  color: rgba(249, 244, 239, 0.5);
}

.reelquestgame-contact__message {
  height: 120px;
  resize: none;
  padding: 15px 20px;
  border-radius: 25px;
  border: 2px solid #d4a5a5;
  background: rgba(58, 34, 34, 0.4);
  width: 100%;
  color: #f9f4ef;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.reelquestgame-contact__message:focus {
  outline: none;
  border-color: #e8d4c4;
  box-shadow: 0 0 16px rgba(212, 165, 165, 0.3);
  background: rgba(58, 34, 34, 0.6);
}

.reelquestgame-contact__message::placeholder {
  color: rgba(249, 244, 239, 0.5);
}
.reelquestgame-contact__btn {
  width: 200px;
  padding: 14px 32px;
  border-radius: 25px;
  border: 2px solid #d4a5a5;
  background: linear-gradient(135deg, #c47b7b, #b06868);
  box-shadow: 0 6px 16px rgba(196, 123, 123, 0.4),
    inset 0 2px 4px rgba(255, 255, 255, 0.2);
  color: #f9f4ef;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 auto;
}

.reelquestgame-contact__btn:hover {
  background: linear-gradient(135deg, #d4a5a5, #c47b7b);
  box-shadow: 0 0 24px rgba(212, 165, 165, 0.6),
    inset 0 2px 4px rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  border-color: #e8d4c4;
}

.modal-form {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal-form__content {
  position: relative;
  top: 0%;
  background: #fff;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-form__title {
  color: #4e4e4e;
  font-family: Montserrat;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.modal-form__left {
  width: 100%;
}

.modal-form__subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 30px;
}

.modal-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.modal-form__text {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.modal-form__links {
  color: #a246f7;
  transition: 0.4s;
}

.modal-form__links:hover {
  transition: 0.4s;
  color: #ffd800;
}

.modal-form__label {
  color: #ffd800;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

.modal-form__input {
  border: none;
  border-bottom: 1px solid rgba(78, 78, 78, 0.2);
  padding: 10px 20px;
  width: 100%;
  margin-bottom: 20px;
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 400;
}

.modal-form__input::-webkit-input-placeholder {
  color: #4e4e4e;
}

.modal-form__input::-moz-placeholder {
  color: #4e4e4e;
}

.modal-form__input:-ms-input-placeholder {
  color: #4e4e4e;
}

.modal-form__input::-ms-input-placeholder {
  color: #4e4e4e;
}

.modal-form__input::placeholder {
  color: #4e4e4e;
}

.modal-form__btn {
  padding: 10px 20px;
  width: 200px;
  border-radius: 20px;
  background: #16683c;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  border: none;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal-form__btn:hover {
  background: #ff8235;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal-form__wrappper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}

.modal-form__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #000;
}

.modal-form__close1 {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #000;
}

.reelquestgame-about {
  padding: 80px 0;
  background: linear-gradient(180deg, #2e1a1a 0%, #3a2222 50%, #2e1a1a 100%);
}

.reelquestgame-about__box {
  padding: 60px 0;
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .reelquestgame-about__box {
    padding: 0;
  }
}

.reelquestgame-about__title {
  color: #e8d4c4;
  margin-bottom: 24px;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  font-family: MedievalSharp;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.reelquestgame-about__text {
  margin-bottom: 32px;
  color: #f9f4ef;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.reelquestgame-about__text strong,
.reelquestgame-about__text span {
  color: #d4a5a5;
  font-weight: 600;
}
@media (max-width: 600px) {
  .reelquestgame-about {
    padding: 30px 0;
  }
  .reelquestgame-about__title {
    font-size: 30px;
  }
}

.text-about {
  font-weight: 700;
}

.modal {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.modal__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
}

.modal__titleadd {
  margin: 0;
  margin-bottom: 10px;
  color: #4e4e4e;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  text-align: center;
}

.modal__text {
  margin: 0;
  margin-bottom: 20px;
  color: #4e4e4e;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.modal__subtitle {
  margin: 0;
  margin-bottom: 10px;
  color: #4e4e4e;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: none;
  border-radius: 30px;
  background: #16683c;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal__btn:hover {
  background: #ff8235;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: none;
  border-radius: 13px;
  border: 1px solid #fcc8ff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal__link:hover {
  background: #ff8235;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal__btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.modal__content {
  padding: 0 16px;
  margin-top: -100px;
}

@media (max-width: 575px) {
  .modal__content {
    margin-top: -65px;
  }
}

.mb-90 {
  margin-top: 90px;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.modal__close:hover,
.modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-form_contact__checkbox {
  opacity: 0;
  position: absolute;
}
.modal-form_contact__labels {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #4e4e4e;
  font-weight: 400;
}

.modal-form_contact__labels:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  border: 2px solid #999397;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-form_contact__checkbox:checked + .modal-form_contact__labels:before {
  background-color: #fff;
  border-color: #999397;
}

.modal-form_contact__labels:after {
  content: "";
  position: absolute;
  left: 18px;
  top: 20%;
  width: 14px;
  height: 20px;
  border: solid #999397;
  border-width: 0 2px 2px 0;
  -webkit-transform: translateY(-50%) rotate(45deg) scale(0);
  -ms-transform: translateY(-50%) rotate(45deg) scale(0);
  transform: translateY(-50%) rotate(45deg) scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.modal-form_contact__checkbox:checked + .modal-form_contact__labels:after {
  -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
  -ms-transform: translateY(-50%) rotate(45deg) scale(1);
  transform: translateY(-50%) rotate(45deg) scale(1);
}

.modal-form_contact__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cookie-popup.hidden {
  display: none;
}

.popupcookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
}

.popupcookie__content {
  position: relative;
  top: 20%;
  right: 0;
  max-width: 540px;
  background: #fff;
  padding: 20px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.popupcookie__title {
  color: #4e4e4e;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
}

.popupcookie__subtitle {
  color: #4e4e4e;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.popupcookie__btn {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-radius: 20px;
  background: #16683c;
  color: #fff;
  width: 50%;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.popupcookie__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 20px;
  border: 2px solid #4e4e4e;
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  width: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 575px) {
  .popupcookie__button {
    padding: 10px 8px;
    font-size: 15px;
    font-style: normal;
  }
  .popupcookie__btn {
    font-size: 16px;
    padding: 10px 0px;
    font-weight: 400;
    font-style: normal;
  }
}

.popupcookie__button:hover {
  background: #22272b;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.popupcookie__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}

.popupcookie__btn:hover {
  background: #22272b;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.popup {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup__box {
  border-radius: 20px;
  background: #fff;
  margin: 15% auto;
  padding: 15px;
  border-radius: 20px;
  width: 90%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup__game {
  width: 100%;
  height: 400px;
  border-radius: 4px;
}

.popup__iframe {
  width: 100%;
  height: 100%;
}

.popup__title {
  margin: 0;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 9px;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin-right: 10px;
}

.popup__name {
  margin: 0;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 9px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.header__hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.info__title,
.content__title {
  color: #e8d4c4;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  margin-bottom: 32px;
  font-family: MedievalSharp;
  text-align: center;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.info__head,
.terms__subtitle {
  margin: 0;
  color: #d4a5a5;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 32px;
  font-family: MedievalSharp;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.info__text,
.terms__text {
  margin: 0;
  color: #f9f4ef;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 20px;
}

.terms__text strong {
  color: #d4a5a5;
  font-weight: 600;
}

.terms__list {
  list-style: none;
  padding-left: 0;
  margin: 16px 0;
}

.terms__list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #f9f4ef;
  line-height: 1.7;
}

.terms__list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #d4a5a5;
  font-weight: 700;
}

.desc__top {
  padding-top: 130px;
  padding-bottom: 80px;
}

.main {
  background: linear-gradient(180deg, #2e1a1a 0%, #3a2222 100%);
  min-height: 100vh;
}

.terms {
  padding: 80px 0;
  background: linear-gradient(180deg, #2e1a1a 0%, #3a2222 100%);
}

.terms__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.content {
  background: rgba(58, 34, 34, 0.5);
  border-radius: 24px;
  padding: 48px;
  border: 2px solid #d4a5a5;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), 0 12px 32px rgba(0, 0, 0, 0.4);
}

.reelquestgame-contact__box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  align-items: start;
}

.ClearrPoint-features {
  padding: 80px 0;
  background: linear-gradient(180deg, #2e1a1a 0%, #3a2222 100%);
}

.ClearrPoint-features__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ClearrPoint-features__title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #e8d4c4;
  font-family: MedievalSharp;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.ClearrPoint-features__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.ClearrPoint-features__item {
  background: rgba(58, 34, 34, 0.6);
  border-radius: 20px;
  padding: 32px;
  border: 2px solid #d4a5a5;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.ClearrPoint-features__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 24px rgba(212, 165, 165, 0.5),
    inset 0 2px 8px rgba(0, 0, 0, 0.3);
  border-color: #e8d4c4;
}

.ClearrPoint-features__item h3 {
  color: #d4a5a5;
  font-family: MedievalSharp;
  font-size: 24px;
  margin-bottom: 16px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.ClearrPoint-features__item p {
  color: #f9f4ef;
  line-height: 1.7;
  font-size: 16px;
}

.header__img_mob {
  display: none;
}

.popup {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup__box {
  border-radius: 4px;
  background: #292c2f;
  margin: 15% auto;
  padding: 15px;
  width: 90%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup__game {
  border-radius: 4px;
  width: 100%;
  height: 500px;
}

.popup__iframe {
  width: 100%;
  height: 100%;
}

.popup__title {
  margin: 0;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 9px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-right: 10px;
}

.popup__name {
  margin: 0;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 9px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.reelquestgame-demo__title {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.reelquestgame-demo__wrapper {
  border-radius: 10px;
  border: 1px solid #060606;
}

.reelquestgame-demo__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 600px;
  border-radius: 20px;
}

.reelquestgame-demo__content {
  width: 100%;
}

.reelquestgame-demo__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  border-radius: 30px;
  min-height: 509px;
  width: 100%;
}

.reelquestgame-demo__play {
  color: #030306;
  font-size: 17px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 14px;
  width: 213px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background: #fcc8ff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.reelquestgame-demo__play:hover {
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.reelquestgame-demo__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.reelquestgame-demo {
  margin-bottom: 0px;
}

.active__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .reelquestgame-header__fixed {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .reelquestgame-header__links {
    display: none;
  }

  .reelquestgame-header__burger {
    display: block;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 42px;
    height: 30px;
    position: fixed;
    right: 16px;
    z-index: 3;
  }

  .reelquestgame-header__title {
    font-size: 38px;
  }

  /* Эффект перекрестия */
  .reelquestgame-header__burger.active_menu .bar:nth-child(1) {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 1px;
    -ms-transform-origin: 1px;
    transform-origin: 0px 1px;
  }

  .reelquestgame-header__burger.active_menu .bar:nth-child(2) {
    opacity: 0; /* Скрыть вторую палочку */
  }

  .reelquestgame-header__burger.active_menu .bar:nth-child(3) {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    /* -webkit-transform-origin: 5px; */
    -ms-transform-origin: 5px;
    transform-origin: 20px 9px;
  }

  .reelquestgame-header__line {
    height: 4px;
    width: 30px;
    background-color: #fff;
    margin: 4px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header__list {
    flex-direction: column;
  }

  .menu {
    height: 100vh;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
    z-index: 3;
    background: linear-gradient(135deg, #3a2222 0%, #2e1a1a 100%);
    backdrop-filter: blur(10px);
    border-left: 2px solid rgba(212, 165, 165, 0.3);
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    border-radius: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 20px;
  }

  .menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  .menu.active body {
    overflow: hidden;
  }

  .header__img_mob {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .header__img_desc {
    display: none;
  }

  .reelquestgame-footer__wrap {
    flex-direction: column-reverse;
    gap: 41px;
  }

  .reelquestgame-footer__wrap::before {
    order: 1;
    justify-content: inherit;
  }

  .reelquestgame-footer__content {
    max-width: 100%;
  }

  .reelquestgame-footer__text {
    margin-bottom: 41px;
  }

  .reelquestgame-hero__block {
    max-width: 100%;
  }

  .reelquestgame-hero__wrap {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .reelquestgame-hero__block {
    max-width: 100%;
    gap: 11px;
  }

  .reelquestgame-hero__link {
    margin: 0 auto;
    max-width: 163px;
    height: 41px;
    font-size: 14px;
    border-radius: 25px;
    background: #fd1a1a;
    border: 0;
    box-shadow: 0px 4px 4px 0px rgba(4, 4, 4, 0.3);
  }

  .reelquestgame-hero {
    padding-top: 16px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .reelquestgame-machines-info__slider {
    gap: 60px;
  }

  .reelquestgame-machines-info__inner {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 260px;
    width: 100%;
    height: 260px;
  }

  .reelquestgame-machines-info__images {
    height: 260px;
    width: 260px;
  }

  .reelquestgame-machines-info__head {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
  }

  .reelquestgame-hero__fixed {
    padding-left: 10px;
    padding-right: 10px;
  }

  .reelquestgame-hero__img {
    margin: 0 auto;
    max-width: 328px;
    height: 342px;
    background-size: contain;
    background-image: url("../images/image-card.png");
  }

  .reelquestgame-machines-info__inner img {
    height: 260px;
    width: 260px;
  }

  .reelquestgame-hero__play {
    font-size: 16px;
  }

  .reelquestgame-demo__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .popupcookie__title {
    font-size: 20px;
  }

  .popupcookie__subtitle {
    font-size: 12px;
  }

  .modal__title {
    font-size: 20px;
  }

  .modal__subtitle {
    font-size: 12px;
  }

  .modal__btn {
    padding: 10px;
    font-size: 14px;
  }

  .modal__link {
    padding: 10px;
    font-size: 14px;
  }

  .reelquestgame-demo__wrapper {
    padding-top: 500px;
  }

  .reelquestgame-hero {
    padding-top: 81px;
    background-image: url("../images/bg.png");
  }

  .reelquestgame-hero__title {
    font-size: 30px;
  }

  .reelquestgame-hero__play {
    width: 200px;
    padding: 12px 10px;
    font-size: 20px;
  }

  .reelquestgame-demo__start {
    min-height: 239px;
  }

  .reelquestgame-machines-info__title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .reelquestgame-machines-info__content {
    padding: 20px;
    opacity: 1;
  }

  .reelquestgame-machines-info {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .contact__form {
    gap: 16px;
  }

  .modal-form__content {
    padding: 10px;
  }

  .reelquestgame-heror__block {
    max-width: 100%;
  }

  .reelquestgame-machines-info__name {
    font-size: 14px;
  }

  .reelquestgame-machines-info__play {
    font-size: 16px;
  }

  .reelquestgame-machines-info__info {
    font-size: 16px;
  }

  .reelquestgame-reviews {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .reelquestgame-reviews__title {
    font-size: 30px;
  }

  .reelquestgame-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reelquestgame-footer__text {
    font-size: 14px;
  }

  .reelquestgame-footer__links {
    flex-direction: column;
    gap: 10px;
  }

  .reelquestgame-footer__responsible-gaming {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  .reelquestgame-footer__responsible-img {
    width: 80px;
    height: 80px;
  }

  .reelquestgame-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reelquestgame-contact__title {
    font-size: 30px;
    letter-spacing: -0.3px;
  }

  .ClearrPoint-how-it-works {
    padding: 40px 0;
  }

  .ClearrPoint-how-it-works__title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .ClearrPoint-how-it-works__item {
    padding: 20px;
  }

  .ClearrPoint-how-it-works__item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .ClearrPoint-how-it-works__item p {
    font-size: 15px;
  }

  .ClearrPoint-faq {
    padding: 40px 0;
  }

  .ClearrPoint-faq__title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .ClearrPoint-faq__item {
    padding: 20px;
  }

  .ClearrPoint-faq__item h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .ClearrPoint-faq__item p {
    font-size: 15px;
  }

  .ClearrPoint-features {
    padding: 40px 0;
  }

  .ClearrPoint-features__title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .ClearrPoint-features__item {
    padding: 20px;
  }

  .ClearrPoint-features__item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .ClearrPoint-features__item p {
    font-size: 15px;
  }

  .ClearrPoint-game-intro {
    padding: 40px 0;
  }

  .ClearrPoint-game-intro__container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ClearrPoint-game-intro__iframe {
    min-height: 300px;
  }

  .ClearrPoint-game-intro__details {
    padding: 20px;
  }

  .ClearrPoint-game-intro__details h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .ClearrPoint-game-intro__details p {
    font-size: 15px;
  }

  .ClearrPoint-game-intro__details ul {
    font-size: 15px;
  }

  .reelquestgame-contact__box {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ClearrPoint-contact-details {
    padding: 20px;
  }

  .ClearrPoint-contact-details h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .ClearrPoint-contact-details h3 {
    font-size: 18px;
  }

  .ClearrPoint-contact-details ul {
    font-size: 15px;
    gap: 10px;
  }

  .ClearrPoint-contact-details p {
    font-size: 15px;
  }

  .ClearrPoint-contact-hours {
    padding: 16px;
  }

  .ClearrPoint-contact-hours p {
    font-size: 14px;
  }

  .terms {
    padding: 40px 0;
  }

  .content {
    padding: 20px;
    border-radius: 12px;
  }

  .info__title,
  .content__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .info__head,
  .terms__subtitle {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 12px;
  }

  .info__text,
  .terms__text {
    font-size: 15px;
    line-height: 1.6;
  }

  .terms__list li {
    font-size: 15px;
    padding-left: 24px;
  }

  .ClearrPoint-age-modal__content {
    padding: 24px;
    border-radius: 16px;
  }

  .ClearrPoint-age-modal__content h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .ClearrPoint-age-modal__content p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .ClearrPoint-age-modal__button {
    font-size: 16px;
    padding: 14px;
  }

  .ClearrPoint-age-modal__link {
    font-size: 15px;
    padding: 10px;
  }

  .ClearrPoint-cookie-banner {
    padding: 16px;
    border-radius: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .ClearrPoint-cookie-banner__content {
    gap: 12px;
    font-size: 14px;
  }

  .ClearrPoint-cookie-banner__button {
    padding: 10px 20px;
    font-size: 15px;
  }

  .ClearrPoint-login__assist {
    font-size: 15px;
    margin-top: 16px;
  }

  .ClearrPoint-game-card {
    padding: 20px;
  }

  .ClearrPoint-game-card__icons {
    font-size: 15px;
    gap: 10px;
    margin-top: 16px;
  }

  .ClearrPoint-game-card__button {
    padding: 10px 24px;
    font-size: 15px;
  }

  .reelquestgame-about-info {
    padding: 40px 0;
  }

  .reelquestgame-about-info__title {
    margin-bottom: 40px;
  }

  .reelquestgame-about-info__item {
    padding: 20px;
  }

  .reelquestgame-about-info__text {
    font-size: 15px;
  }

  .reelquestgame-about-info__text span {
    font-size: 17px;
  }

  .reelquestgame-reviews__items {
    gap: 40px;
  }

  .reelquestgame-reviews__item {
    padding: 28px 20px;
  }

  .reelquestgame-reviews__text {
    font-size: 16px;
  }

  .reelquestgame-reviews__head {
    font-size: 20px;
  }

  .reelquestgame-hero__subtitle {
    font-size: 15px;
  }

  .reelquestgame-header__link {
    font-size: 16px;
  }

  .header__link_1,
  .header__link_2 {
    font-size: 15px;
    padding: 8px 16px;
  }
}

.popup.active {
  display: flex;
}

/* ClearrPoint custom additions */
.modal-open {
  overflow: hidden;
}

.ClearrPoint-game-card {
  border-radius: 20px;
  background: rgba(58, 34, 34, 0.6);
  border: 2px solid #d4a5a5;
  backdrop-filter: blur(8px);
  padding: 28px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.ClearrPoint-game-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 24px rgba(212, 165, 165, 0.5),
    inset 0 2px 8px rgba(0, 0, 0, 0.3);
  border-color: #e8d4c4;
}

.ClearrPoint-game-card__icons {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 12px;
  font-size: 16px;
  color: #f9f4ef;
  line-height: 1.6;
}

.ClearrPoint-game-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 999px;
  border: 2px solid #d4a5a5;
  background: linear-gradient(135deg, #c47b7b, #b06868);
  color: #f9f4ef;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(196, 123, 123, 0.4),
    inset 0 2px 4px rgba(255, 255, 255, 0.2);
}

.ClearrPoint-game-card__button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #d4a5a5, #c47b7b);
  box-shadow: 0 0 24px rgba(212, 165, 165, 0.6),
    inset 0 2px 4px rgba(255, 255, 255, 0.3);
  border-color: #e8d4c4;
}

.ClearrPoint-how-it-works {
  padding: 80px 0;
  background: linear-gradient(180deg, #3a2222 0%, #2e1a1a 100%);
  color: #f9f4ef;
}

.ClearrPoint-how-it-works__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ClearrPoint-how-it-works__title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #e8d4c4;
  font-family: MedievalSharp;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

.ClearrPoint-how-it-works__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.ClearrPoint-how-it-works__item {
  background: rgba(58, 34, 34, 0.6);
  border-radius: 20px;
  padding: 32px;
  border: 2px solid #d4a5a5;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.ClearrPoint-how-it-works__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 24px rgba(212, 165, 165, 0.5),
    inset 0 2px 8px rgba(0, 0, 0, 0.3);
  border-color: #e8d4c4;
}

.ClearrPoint-how-it-works__item h3 {
  color: #d4a5a5;
  font-family: MedievalSharp;
  font-size: 24px;
  margin-bottom: 12px;
}

.ClearrPoint-game-intro {
  padding: 80px 0;
  background: linear-gradient(180deg, #2e1a1a 0%, #3a2222 100%);
}

.ClearrPoint-game-intro__container {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
  align-items: start;
}

.ClearrPoint-game-intro__player {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #d4a5a5;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), 0 12px 32px rgba(0, 0, 0, 0.4);
}

.ClearrPoint-game-intro__iframe {
  width: 100%;
  min-height: 520px;
  border: none;
}

.ClearrPoint-game-intro__details {
  background: rgba(58, 34, 34, 0.7);
  color: #f9f4ef;
  padding: 36px;
  border-radius: 20px;
  border: 2px solid #d4a5a5;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), 0 12px 32px rgba(0, 0, 0, 0.4);
}

.ClearrPoint-game-intro__details h2 {
  margin-bottom: 20px;
  font-size: 32px;
  color: #e8d4c4;
  font-family: MedievalSharp;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.ClearrPoint-game-intro__details p {
  line-height: 1.7;
}

.ClearrPoint-game-intro__details ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
  color: #f9f4ef;
}

.ClearrPoint-faq {
  padding: 80px 0;
  background: linear-gradient(180deg, #3a2222 0%, #2e1a1a 100%);
}

.ClearrPoint-faq__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ClearrPoint-faq__title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #e8d4c4;
  font-family: MedievalSharp;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.ClearrPoint-faq__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.ClearrPoint-faq__item {
  background: rgba(58, 34, 34, 0.6);
  border-radius: 20px;
  padding: 28px;
  border: 2px solid #d4a5a5;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.ClearrPoint-faq__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 20px rgba(212, 165, 165, 0.4),
    inset 0 2px 8px rgba(0, 0, 0, 0.3);
  border-color: #e8d4c4;
}

.ClearrPoint-faq__item h3 {
  color: #d4a5a5;
  font-family: MedievalSharp;
  font-size: 22px;
  margin-bottom: 12px;
}

.ClearrPoint-faq__item p {
  color: #f9f4ef;
  line-height: 1.6;
}

.ClearrPoint-contact-details {
  background: rgba(58, 34, 34, 0.6);
  padding: 32px;
  border-radius: 20px;
  border: 2px solid #d4a5a5;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), 0 12px 32px rgba(0, 0, 0, 0.4);
  color: #f9f4ef;
  transition: all 0.3s ease;
}

.ClearrPoint-contact-details:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 24px rgba(212, 165, 165, 0.5),
    inset 0 2px 8px rgba(0, 0, 0, 0.3);
  border-color: #e8d4c4;
}

.ClearrPoint-contact-details h2 {
  color: #e8d4c4;
  font-family: MedievalSharp;
  font-size: 28px;
  margin-bottom: 20px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.ClearrPoint-contact-details h3 {
  color: #d4a5a5;
  font-family: MedievalSharp;
  font-size: 22px;
  margin-bottom: 12px;
}

.ClearrPoint-contact-details ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 12px;
  font-size: 16px;
  line-height: 1.6;
}

.ClearrPoint-contact-details ul li {
  color: #f9f4ef;
}

.ClearrPoint-contact-details p {
  color: #f9f4ef;
  line-height: 1.7;
  margin-bottom: 16px;
}

.ClearrPoint-contact-details a {
  color: #d4a5a5;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.ClearrPoint-contact-details a:hover {
  color: #e8d4c4;
  text-shadow: 0 0 12px rgba(212, 165, 165, 0.4);
}

.ClearrPoint-contact-hours {
  background: rgba(46, 26, 26, 0.5);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(212, 165, 165, 0.3);
}

.ClearrPoint-contact-hours h3 {
  margin-bottom: 12px;
}

.ClearrPoint-contact-hours p {
  margin-bottom: 8px;
  font-size: 15px;
}

.ClearrPoint-login__assist {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  color: #f9f4ef;
}

.ClearrPoint-login__assist a {
  color: #d4a5a5;
  text-decoration: underline;
  transition: all 0.3s ease;
  font-weight: 500;
}

.ClearrPoint-login__assist a:hover {
  color: #e8d4c4;
  text-shadow: 0 0 12px rgba(212, 165, 165, 0.4);
}

.ClearrPoint-age-modal {
  position: fixed;
  inset: 0;
  background: rgba(46, 26, 26, 0.92);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 3000;
}

.ClearrPoint-age-modal.active {
  display: flex;
}

.ClearrPoint-age-modal__content {
  background: linear-gradient(135deg, #3a2222, #2e1a1a);
  border-radius: 24px;
  max-width: 450px;
  width: 100%;
  padding: 40px;
  text-align: center;
  border: 2px solid #d4a5a5;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), 0 28px 60px rgba(0, 0, 0, 0.6);
}

.ClearrPoint-age-modal__content h2 {
  color: #e8d4c4;
  font-family: MedievalSharp;
  font-size: 32px;
  margin-bottom: 16px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.ClearrPoint-age-modal__content p {
  color: #f9f4ef;
  line-height: 1.6;
  margin-bottom: 24px;
}

.ClearrPoint-age-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.ClearrPoint-age-modal__button {
  margin-top: 0;
  width: 100%;
  padding: 16px;
  border-radius: 25px;
  border: 2px solid #d4a5a5;
  background: linear-gradient(135deg, #c47b7b, #b06868);
  color: #f9f4ef;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(196, 123, 123, 0.4),
    inset 0 2px 4px rgba(255, 255, 255, 0.2);
}

.ClearrPoint-age-modal__button:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #d4a5a5, #c47b7b);
  box-shadow: 0 0 24px rgba(212, 165, 165, 0.6),
    inset 0 2px 4px rgba(255, 255, 255, 0.3);
  border-color: #e8d4c4;
}

.ClearrPoint-age-modal__link {
  display: inline-block;
  text-align: center;
  padding: 12px;
  color: #d4a5a5;
  text-decoration: underline;
  transition: all 0.3s ease;
  font-size: 16px;
}

.ClearrPoint-age-modal__link:hover {
  color: #e8d4c4;
  text-shadow: 0 0 12px rgba(212, 165, 165, 0.4);
}

.ClearrPoint-cookie-banner {
  position: fixed;
  bottom: 24px;
  right: 24px;
  left: 24px;
  margin: 0 auto;
  max-width: 560px;
  background: linear-gradient(135deg, #3a2222, #2e1a1a);
  color: #f9f4ef;
  border-radius: 20px;
  padding: 28px;
  border: 2px solid #d4a5a5;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), 0 24px 48px rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 2500;
  backdrop-filter: blur(8px);
}

.ClearrPoint-cookie-banner.active {
  display: block;
}

.ClearrPoint-cookie-banner__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ClearrPoint-cookie-banner__button {
  align-self: flex-start;
  padding: 12px 28px;
  border-radius: 999px;
  border: 2px solid #d4a5a5;
  background: linear-gradient(135deg, #c47b7b, #b06868);
  color: #f9f4ef;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(196, 123, 123, 0.4),
    inset 0 2px 4px rgba(255, 255, 255, 0.2);
}

.ClearrPoint-cookie-banner__button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #d4a5a5, #c47b7b);
  box-shadow: 0 0 20px rgba(212, 165, 165, 0.6),
    inset 0 2px 4px rgba(255, 255, 255, 0.3);
  border-color: #e8d4c4;
}

.ClearrPoint-cookie-banner a {
  color: #d4a5a5;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.ClearrPoint-cookie-banner a:hover {
  color: #e8d4c4;
  text-shadow: 0 0 12px rgba(212, 165, 165, 0.4);
}

@media (max-width: 992px) {
  .ClearrPoint-game-intro__iframe {
    min-height: 420px;
  }

  .ClearrPoint-how-it-works__title {
    font-size: 36px;
  }

  .ClearrPoint-how-it-works__grid {
    grid-template-columns: 1fr;
  }

  .ClearrPoint-faq__title {
    font-size: 36px;
  }

  .ClearrPoint-faq__grid {
    grid-template-columns: 1fr;
  }

  .ClearrPoint-features__title {
    font-size: 36px;
  }

  .ClearrPoint-features__grid {
    grid-template-columns: 1fr;
  }

  .reelquestgame-contact__box {
    grid-template-columns: 1fr;
  }

  .ClearrPoint-contact-details {
    padding: 24px;
  }

  .info__title,
  .content__title {
    font-size: 36px;
  }

  .info__head,
  .terms__subtitle {
    font-size: 24px;
  }

  .content {
    padding: 32px;
  }
}

@media (max-width: 768px) {
  .ClearrPoint-cookie-banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .ClearrPoint-game-intro__iframe {
    min-height: 360px;
  }

  .ClearrPoint-how-it-works {
    padding: 60px 0;
  }

  .ClearrPoint-how-it-works__title {
    font-size: 32px;
  }

  .ClearrPoint-how-it-works__item {
    padding: 24px;
  }

  .ClearrPoint-faq {
    padding: 60px 0;
  }

  .ClearrPoint-faq__title {
    font-size: 32px;
  }

  .ClearrPoint-faq__item {
    padding: 20px;
  }

  .ClearrPoint-faq__item h3 {
    font-size: 20px;
  }

  .ClearrPoint-features {
    padding: 60px 0;
  }

  .ClearrPoint-features__title {
    font-size: 32px;
  }

  .ClearrPoint-features__item {
    padding: 24px;
  }

  .ClearrPoint-features__item h3 {
    font-size: 20px;
  }

  .ClearrPoint-game-intro {
    padding: 60px 0;
  }

  .ClearrPoint-game-intro__details {
    padding: 24px;
  }

  .ClearrPoint-game-intro__details h2 {
    font-size: 28px;
  }

  .ClearrPoint-contact-details {
    padding: 20px;
  }

  .ClearrPoint-contact-details h2 {
    font-size: 24px;
  }

  .ClearrPoint-contact-details h3 {
    font-size: 20px;
  }

  .terms {
    padding: 60px 0;
  }

  .terms__container {
    padding: 0 16px;
  }

  .content {
    padding: 24px;
    border-radius: 16px;
  }

  .info__title,
  .content__title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .info__head,
  .terms__subtitle {
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .info__text,
  .terms__text {
    font-size: 15px;
  }

  .ClearrPoint-age-modal__content {
    padding: 28px;
    max-width: 90%;
  }

  .ClearrPoint-age-modal__content h2 {
    font-size: 28px;
  }

  .ClearrPoint-age-modal__button {
    font-size: 16px;
    padding: 14px;
  }

  .ClearrPoint-cookie-banner {
    padding: 20px;
  }
}
