/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.m-top {
    margin-top: 100px !important;
}
@media (max-width: 1100px) {
  .m-top {
    margin-top: 80px !important;
  }
}
@media (max-width: 749px) {
  .m-top {
    margin-top: 60px !important;
  }
}
@media (max-width: 480px) {
  .m-top {
    margin-top: 40px !important;
  }
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
  font-weight: 400;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: Unlock;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Unlock-Regular.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  min-height: 100vh;
  background: #1A0E15;
}
#root {
  font-family: Initer, sans-serif;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.pad {
  padding: 0 40px;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.pad-top {
  padding-top: 80px;
  padding-bottom: 80px;
}
.flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
h1,
h2 {
  font-size: 38px;
  line-height: 44px;
  margin: 0;
  color: #F5E6D3;
  text-transform: uppercase;
  font-family: Unlock, sans-serif;
  letter-spacing: 8px;
  font-weight: 400;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
p,
a,
li,
span,
label,
input {
  margin: 0;
  text-decoration: none;
  color: #F5E6D3;
  font-size: 16px;
  line-height: 19px;
}
.t-24 {
  font-size: 24px;
  line-height: 28px;
  font-family: Unlock, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.t-20 {
  font-size: 20px;
  line-height: 24px;
  font-family: Unlock, sans-serif;
}
.font-unlock {
  font-family: Unlock, sans-serif;
  text-transform: uppercase;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text-center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.col-black {
  color: #F5E6D3;
}
.col-white {
  color: #F5E6D3;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.grid-3 li {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.visualy-hidden {
  position: absolute;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
@media (max-width: 1100px) {
  .pad {
    padding: 0 25px;
  }
  .pad-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .grid-2 {
    gap: 20px;
  }
  h1,
  h2 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 6px;
  }
  p,
  a,
  li,
  span,
  label,
  input {
    font-size: 15px;
    line-height: 18px;
  }
  .t-24 {
    font-size: 20px;
    line-height: 24px;
  }
  .t-20 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 749px) {
  .pad {
    padding: 0 16px;
  }

  .pad-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  p,
  a,
  li,
  span,
  label,
  input {
    font-size: 14px;
    line-height: 18px;
  }
  h1,
  h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .t-24 {
    font-size: 16px;
    line-height: 20px;
  }
  .grid-3 .t-24 {
    font-size: 16px;
    line-height: 20px;
  }
  .t-20 {
    font-size: 16px;
    line-height: 20px;
  }
  .flex {
    gap: 16px;
  }
}
@media (max-width: 330px) {
  .privacy h1,
  .privacy h2 {
    word-break: break-all;
  }
}
.list-dot-center {
  padding-left: 20px;
  list-style: disc;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list-dot {
  padding-left: 20px;
  list-style: disc;
}
@media (max-width: 749px) {
  .list-dot-center,
  .list-dot {
    padding-left: 16px;
  }
}
@media (max-width: 480px) {
  .list-dot-center,
  .list-dot {
    padding-left: 12px;
  }
}
.middle__img {
  background: url("../images/background2.png") center center / cover no-repeat;
  height: 600px;
  width: 100%;
  align-self: center;
}
@media (max-width: 1100px) {
  .middle__img {
    height: 500px;
  }
}
@media (max-width: 749px) {
  .middle__img {
    height: 350px;
    background-position: right center;
  }
}
@media (max-width: 480px) {
  .middle__img {
    height: 280px;
  }
}
.bg-brown {
  background: linear-gradient(135deg, #5C1A33 0%, #3D1F2B 100%);
}
.grid-img-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-text-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.grid-img-part-2 {
  background: url("../images/background3.png") center / cover no-repeat;
  border-radius: 10px;
  min-height: 400px;
}
.mg-top {
  margin-top: 16px;
}
@media (max-width: 749px) {
  .mg-top {
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  .mg-top {
    margin-top: 8px;
  }
}
.game__link {
  border: 2px solid #C9A962;
  color: #C9A962;
  font-family: Unlock, sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  width: 100%;
  max-width: 246px;
  height: 49px;
  cursor: pointer;
  transition: all 0.3s;
  background: transparent;
}
.game__link:hover {
  background-color: #C9A962;
  color: #1A0E15;
  box-shadow: 0 4px 15px rgba(201, 169, 98, 0.4);
}
.about {
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
}
.about__img {
  background: url("../images/background4.png") center / cover no-repeat;
  width: 296px;
  min-height: 277px;
  flex-shrink: 0;
}
.about .flex {
  justify-content: center;
}
@media (max-width: 1100px) {
  .about {
    gap: 20px;
  }
  .grid-img-part-2 {
    min-height: 350px;
  }
}
@media (max-width: 749px) {
  .grid-text-part {
    gap: 16px;
  }
  .grid-img-part-2 {
    aspect-ratio: 328 / 250;
    min-height: auto;
  }
  .game__link {
    align-self: center;
    height: 40px;
    width: 100%;
    max-width: 280px;
    font-size: 14px;
  }
  .about {
    flex-direction: column;
    gap: 20px;
  }
  .about__img {
    height: 300px;
    width: 100%;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .game__link {
    height: 36px;
    max-width: 100%;
    font-size: 13px;
  }
  .about__img {
    height: 250px;
  }
  .grid-img-part-2 {
    min-height: 200px;
  }
}
.hero {
  background: url("../images/background.png") center / cover no-repeat;
  padding: 24px 0;
  display: flex;
  align-items: center;
}
.hero-main {
  min-height: 720px;
  padding-top: 100px;
  align-items: start;
}
.hero-main .hero__body {
  max-width: 600px;
  padding: 40px;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(8px);
}
.hero__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero__header {
  color: #fff;
  letter-spacing: 4px;
  font-size: 72px;
  line-height: 77px;
}
.hero-main .hero__header {
  font-size: 48px;
  line-height: 55px;
}
.hero__text {
  font-size: 20px;
  line-height: 24px;
  max-width: 100% !important;
  padding: 20px;
}
@media (max-width: 1100px) {
  .hero__header {
    font-size: 56px;
    line-height: 60px;
  }
  .hero-main .hero__header {
    font-size: 40px;
    line-height: 46px;
  }
  .hero__text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 749px) {
  .hero {
    padding: 20px 0;
  }
  .hero__header,
  .hero-main .hero__header {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 2px;
  }
  .hero__text {
    font-size: 15px;
    line-height: 20px;
    max-width: 100%;
    padding: 16px;
  }
  .hero-main {
    min-height: 500px;
    padding-top: 20px;
  }
  .hero-main .hero__body {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 20px;
  }
  .hero-main .hero__text {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
}
@media (max-width: 480px) {
  .hero__header,
  .hero-main .hero__header {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1.5px;
  }
  .hero__text {
    font-size: 14px;
    line-height: 18px;
    padding: 12px;
  }
  .hero-main {
    min-height: 400px;
  }
  .hero-main .hero__body {
    padding: 16px;
  }
}
.header {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, rgba(61, 31, 43, 0.95) 0%, rgba(92, 26, 51, 0.95) 50%, rgba(61, 31, 43, 0.95) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(201, 169, 98, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid rgba(201, 169, 98, 0.15);
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(201, 169, 98, 0.5) 50%, transparent 100%);
}

.header__body {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.header__logo-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s ease;
  padding: 8px 12px;
  border-radius: 12px;
}

.header__logo-wrapper:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 4px 12px rgba(201, 169, 98, 0.4));
}

.header__logo {
  width: 64px;
  height: 64px;
  background: url("../images/logo.png") center / contain no-repeat;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 8px rgba(201, 169, 98, 0.3));
  transition: filter 0.3s ease, transform 0.3s ease;
}

.header__logo-wrapper:hover .header__logo {
  filter: drop-shadow(0 4px 16px rgba(201, 169, 98, 0.6));
  transform: scale(1.05);
}

.header__logo-text {
  font-family: Unlock, sans-serif;
  font-size: 26px;
  font-weight: 600;
  background: linear-gradient(135deg, #E8D4A0 0%, #C9A962 50%, #B39449 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
  letter-spacing: 3px;
  white-space: nowrap;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
  transition: letter-spacing 0.3s ease;
}

.header__logo-wrapper:hover .header__logo-text {
  letter-spacing: 4px;
}

.header__links-container {
  display: flex;
  gap: 12px;
  align-items: center;
}

.header__link {
  font-family: Unlock, sans-serif;
  font-size: 15px;
  color: #F5E6D3;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 10px 20px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
}

.header__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #C9A962, transparent);
  transform: translateX(-50%);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header__link:hover {
  color: #E8D4A0;
  background: rgba(201, 169, 98, 0.1);
  transform: translateY(-2px);
  text-shadow: 0 2px 8px rgba(201, 169, 98, 0.5);
}

.header__link:hover::before {
  width: 80%;
}

.header__link:active {
  transform: translateY(0);
}

.header__burger {
  width: 50px;
  height: 40px;
  background: url("../images/burger.png") center / contain no-repeat;
  display: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.header__burger:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 4px 8px rgba(201, 169, 98, 0.4));
}

.header__burger:active {
  transform: scale(0.95);
}

.header__close-btn {
  display: none;
  width: 36px;
  height: 36px;
  background: url("../images/burger.png") center / contain no-repeat;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  border: none;
  padding: 8px;
  border-radius: 50%;
  background-color: rgba(201, 169, 98, 0.15);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.header__close-btn:hover {
  background-color: rgba(201, 169, 98, 0.25);
  transform: rotate(90deg) scale(1.1);
}
@media (max-width: 749px) {
  .header {
    height: 64px;
  }
  
  .header__logo-wrapper {
    gap: 12px;
    padding: 6px 10px;
  }
  
  .header__logo {
    width: 48px;
    height: 48px;
  }
  
  .header__logo-text {
    font-size: 20px;
    letter-spacing: 2px;
  }
  
  .header__links-container {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(61, 31, 43, 0.98) 0%, rgba(92, 26, 51, 0.98) 50%, rgba(61, 31, 43, 0.98) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    z-index: 9999;
    height: 100vh;
  }
  
  .header__links-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(201, 169, 98, 0.1) 0%, transparent 70%);
    pointer-events: none;
  }
  
  .header__links-container.active {
    left: 0;
  }
  
  .header__links-container .header__link {
    font-size: 18px;
    padding: 16px 32px;
    width: 80%;
    text-align: center;
    border: 1px solid rgba(201, 169, 98, 0.2);
    background: rgba(201, 169, 98, 0.05);
    letter-spacing: 2px;
  }
  
  .header__links-container .header__link:hover {
    border-color: rgba(201, 169, 98, 0.5);
    background: rgba(201, 169, 98, 0.15);
    transform: scale(1.05);
  }
  
  .header__burger,
  .header__close-btn {
    display: block;
  }
}
/* Enhanced Beautiful Footer */
.footer {
  background: linear-gradient(135deg, #3D1F2B 0%, #5C1A33 50%, #1A0E15 100%);
  padding: 60px 0 30px;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #C9A962 20%, #C9A962 50%, #C9A962 80%, transparent 100%);
}

.footer::after {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(201, 169, 98, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.footer p,
.footer a {
  color: #F5E6D3;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #C9A962;
}

.footer .font-unlock {
  text-transform: none;
}

.t-14 {
  font-size: 14px;
  line-height: 16px;
}

.logos {
  display: flex;
  gap: 100px;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.logos img {
  width: 200px;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.logos img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

.links {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.links a {
  position: relative;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.links a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #C9A962;
  transition: width 0.3s ease;
}

.links a:hover {
  background: rgba(201, 169, 98, 0.1);
}

.links a:hover::before {
  width: 80%;
}

.age {
  background: url("../images/gambling/18+.png")
    center / contain no-repeat;
  width: 140px;
  height: 80px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}

.age:hover {
  transform: scale(1.05);
}

@media (max-width: 749px) {
  .age {
    width: 100px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .age {
    width: 80px;
    height: 48px;
  }
}

.footer__part {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}

.footer__part p {
  line-height: 1.8;
  color: #F5E6D3;
}

.footer__part h3 {
  color: #C9A962;
  font-size: 18px;
  font-family: Unlock, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}

.footer__part h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #C9A962 0%, transparent 100%);
}

.footer__copyright {
  color: #C9A962;
  text-align: center;
  padding: 30px 0 10px;
  border-top: 1px solid rgba(201, 169, 98, 0.2);
  margin-top: 20px;
  position: relative;
  z-index: 1;
  font-size: 13px;
}

@media (max-width: 749px) {
  .footer {
    padding: 40px 0 20px;
  }
  
  .logos,
  .links {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  
  .logos {
    gap: 30px;
  }
  
  .logos img {
    width: 70px;
    height: 70px;
  }
  
  .links a {
    padding: 6px 12px;
  }
  
  .footer__part h3 {
    text-align: center;
  }
  
  .footer__part h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer__copyright {
    font-size: 12px;
    padding: 20px 0 10px;
  }
}
.frame {
  width: 100%;
  aspect-ratio: 1240 / 720;
}
.pad-40 {
  padding-top: 40px;
}
.game-page__img {
  aspect-ratio: 800 / 400;
  width: 100%;
  max-width: 800px;
  align-self: center;
}
@media (max-width: 1100px) {
  .frame {
    aspect-ratio: 16 / 10;
  }
  .game-page__img {
    aspect-ratio: 16 / 9;
  }
}
@media (max-width: 749px) {
  .frame {
    aspect-ratio: 16 / 11;
  }
  .pad-40 {
    padding-top: 30px;
  }
  .game-page__img {
    aspect-ratio: 4 / 3;
  }
}
@media (max-width: 480px) {
  .frame {
    aspect-ratio: 1 / 1;
  }
  .pad-40 {
    padding-top: 20px;
  }
}
.terms__list {
  list-style: disc;
  padding-left: 20px;
}
.disclaimer__list {
  padding-left: 20px;
  list-style: decimal;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 749px) {
  .terms__list,
  .disclaimer__list {
    padding-left: 16px;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .terms__list,
  .disclaimer__list {
    padding-left: 12px;
  }
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  z-index: 10000;
  display: flex;
  padding: 100px 20px;
  justify-content: center;
  align-items: center;
}
.modal__body {
  background: linear-gradient(135deg, #3D1F2B 0%, #5C1A33 100%);
  max-width: 400px;
  width: 100%;
  height: fit-content;
  padding: 40px;
  border-radius: 16px;
  border: 2px solid #C9A962;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}
@media (max-width: 749px) {
  .modal {
    padding: 20px;
  }
  .modal__body {
    padding: 30px 20px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .modal__body {
    padding: 24px 16px;
    border-radius: 12px;
  }
}
.contact__form {
  width: 100%;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px auto 0;
}
.contact__label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form__input {
  background: rgba(26, 14, 21, 0.5);
  min-height: 49px;
  border: 2px solid #C9A962;
  padding: 10px 20px;
  color: #F5E6D3;
  width: 100%;
  border-radius: 10px;
}
.form__text {
  min-height: 100px;
}
.form__input::placeholder {
  color: rgba(245, 230, 211, 0.5);
  font-size: 16px;
  line-height: 18px;
}
.form__input:focus {
  outline: none;
  border-color: #C9A962;
  box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.2);
}
.form__btn {
  background: transparent;
  width: 246px;
  height: 49px;
  border-radius: 100px;
  cursor: pointer;
  font-family: Unlock, sans-serif;
  color: #C9A962;
  text-transform: uppercase;
  border: 2px solid #C9A962;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
.form__btn:hover {
  background-color: #C9A962;
  color: #1A0E15;
  box-shadow: 0 4px 15px rgba(201, 169, 98, 0.4);
}
@media (max-width: 749px) {
  .contact__form {
    gap: 12px;
  }
  .form__input {
    min-height: 44px;
    padding: 8px 16px;
    font-size: 14px;
  }
  .form__text {
    min-height: 120px;
  }
  .form__btn {
    width: 100%;
    max-width: 280px;
    height: 44px;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 480px) {
  .form__input {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 13px;
  }
  .form__btn {
    height: 40px;
    font-size: 13px;
  }
}

/* Games Grid Section */
.games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.game-card {
  background: linear-gradient(135deg, rgba(61, 31, 43, 0.9) 0%, rgba(92, 26, 51, 0.9) 100%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(92, 26, 51, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  border: 2px solid #C9A962;
  backdrop-filter: blur(10px);
}

.game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(201, 169, 98, 0.4);
  border-color: #C9A962;
}

.game-card-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.game-fruit-slot {
  background-image: url('../images/fruit-slot.png');
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  background-size: cover;   
  background-position: center; 
  background-repeat: no-repeat;
}

.game-fishermans-fortune {
  background-image: url('../images/fishermans-fortune.png');
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  background-size: cover;   
  background-position: center; 
  background-repeat: no-repeat;
}

.game-wine-cellar {
  background-image: url('../images/wine-cellar.png');
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  background-size: cover;   
  background-position: center; 
  background-repeat: no-repeat;
}

.game-card-title {
  font-size: 28px;
  line-height: 32px;
  font-family: Unlock, sans-serif;
  text-transform: uppercase;
  color: #C9A962;
  margin: 24px 24px 16px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.game-card-description {
  font-size: 14px;
  line-height: 20px;
  color: #F5E6D3;
  margin: 0 24px 24px;
  flex-grow: 1;
}

.game-card-btn {
  margin: 0 24px 24px;
  border: 2px solid #C9A962;
  color: #C9A962;
  background: transparent;
  font-family: Unlock, sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  width: calc(100% - 48px);
  height: 49px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
}

.game-card-btn:hover {
  background-color: #C9A962;
  color: #1A0E15;
  box-shadow: 0 4px 15px rgba(201, 169, 98, 0.4);
}

.bg-dark {
  background: linear-gradient(135deg, #3D1F2B 0%, #5C1A33 100%);
}

@media (max-width: 1100px) {
  .games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 749px) {
  .games-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .game-card-image {
    height: 200px;
  }
  
  .game-card-title {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 20px 12px;
  }
  
  .game-card-description {
    font-size: 13px;
    line-height: 18px;
    margin: 0 20px 20px;
  }
  
  .game-card-btn {
    margin: 0 20px 20px;
    width: calc(100% - 40px);
    height: 40px;
  }
}

/* Enhanced Section 1 - THREE AMAZING SOCIAL... */
.flex.pad-top {
  background: linear-gradient(180deg, #1A0E15 0%, #3D1F2B 100%);
  position: relative;
  margin-bottom: 100px;
  margin-top: 100px;
}
@media (max-width: 1100px) {
  .flex.pad-top {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
@media (max-width: 749px) {
  .flex.pad-top {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .flex.pad-top {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.flex.pad-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #C9A962 0%, #C9A962 50%, #C9A962 100%);
}

.flex.pad > h2 {
  position: relative;
  padding-bottom: 20px;
}

.flex.pad > h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #C9A962 50%, transparent 100%);
}

.flex.pad > p.t-24 {
  font-weight: 600;
  color: #C9A962;
}

.flex.pad > p.text-center {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
  color: #F5E6D3;
}

.flex.pad > p.font-unlock {
  color: white;
  font-weight: 600;
  margin-top: 10px;
  position: relative;
  padding: 15px 0;
}

.list-dot-center {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 40px;
  background: rgba(61, 31, 43, 0.6);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(201, 169, 98, 0.3);
  backdrop-filter: blur(10px);
}

.list-dot-center li {
  padding: 8px 0;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  color: #F5E6D3;
}

/* Enhanced Cards Grid */
.grid-3.pad {
  padding: 60px 40px;
  background: linear-gradient(180deg, #1A0E15 0%, #3D1F2B 100%);
  position: relative;
}

.grid-3.pad::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #C9A962 50%, transparent 100%);
}

.grid-3 > li {
  background: rgba(61, 31, 43, 0.8);
  border: 2px solid #C9A962;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 8px 32px rgba(92, 26, 51, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.grid-3 > li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #C9A962 0%, #C9A962 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.grid-3 > li:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(201, 169, 98, 0.4);
  border-color: #C9A962;
}

.grid-3 > li:hover::before {
  opacity: 1;
}

.grid-3 > li > p.t-24 {
  font-weight: 600;
  color: #C9A962;
  margin-bottom: 20px;
  font-size: 22px;
}

.grid-3 > li > ul {
  background: rgba(26, 14, 21, 0.5);
  border-radius: 8px;
  padding: 20px;
  margin: 16px 0;
  border-left: 4px solid #C9A962;
}

.grid-3 > li > ul > li {
  padding: 8px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #F5E6D3;
}

.grid-3 > li > p.text-center {
  color: #F5E6D3;
  line-height: 1.7;
  font-size: 15px;
}

/* Enhanced Section 2 - DISCOVER CANADA'S MOST... */
.pad-top.bg-brown {
  background: linear-gradient(135deg, #5C1A33 0%, #3D1F2B 100%);
  position: relative;
  overflow: hidden;
}

.pad-top.bg-brown::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(201, 169, 98, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}

.pad-top.bg-brown::after {
  content: '';
  position: absolute;
  bottom: -50%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201, 169, 98, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.bg-brown .flex.pad {
  position: relative;
  z-index: 1;
}

.bg-brown h2.col-white {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-bottom: 20px;
}

.bg-brown h2.col-white::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #C9A962 50%, transparent 100%);
}

.bg-brown p.t-24.col-white {
  color: #C9A962;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.bg-brown p.col-white.text-center {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 16px;
}

.bg-brown .list-dot-center {
  background: rgba(26, 14, 21, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(201, 169, 98, 0.3);
}

.bg-brown .list-dot-center li {
  color: #F5E6D3;
}

@media (max-width: 1100px) {
  .list-dot-center {
    padding: 20px 30px;
  }
  
  .grid-3.pad {
    padding: 40px 25px;
  }
  
  .grid-3 > li {
    padding: 24px 20px;
  }
}

@media (max-width: 749px) {
  .flex.pad > h2::after,
  .bg-brown h2.col-white::after {
    width: 80px;
  }
  
  .list-dot-center {
    padding: 20px;
  }
  
  .grid-3.pad {
    padding: 30px 16px;
  }
  
  .grid-3 > li {
    padding: 20px 16px;
  }
  
  .grid-3 > li > p.t-24 {
    font-size: 18px;
  }
  
  .grid-3 > li > ul {
    padding: 15px;
  }
  
  .pad-top.bg-brown::before,
  .pad-top.bg-brown::after {
    width: 300px;
    height: 300px;
  }
}
