* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}
.disk {
  list-style: disc;
  margin-left: 20px;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

section {
  margin-bottom: 80px;
}

.container {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
  section {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "maplegamezone_clash_display_light", sans-serif;
  --background-page: #f0f9ff;
  --main: #1e293b;
  --black: #1e293b;
  --white: #ffffff;
  --accent: #059669;
  --secondary: #e0f2fe;
  --button: #059669;
  --hover-a: #047857;
  --i: calc(1vw + 1vh);
}

.maplegamezone_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}

@font-face {
  font-family: "maplegamezone_clash_display_bold";
  font-weight: 100 900;
  font-style: normal;
  src: url("../fonts/maplegamezone_clash_display_bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "maplegamezone_clash_display_light";
  font-weight: 100 900;
  font-style: normal;
  src: url("../fonts/maplegamezone_clash_display_light.woff2") format("woff2");
  font-display: swap;
}

h1 {
  font-family: "maplegamezone_clash_display_bold";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 60px */
  text-transform: uppercase;
}

h2 {
  color: var(--accent);
  font-family: "maplegamezone_clash_display_bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}

h3 {
  color: var(--accent);
  font-family: "maplegamezone_clash_display_bold";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
  text-transform: uppercase;
}

p,
li {
  font-family: "maplegamezone_clash_display_light";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

header a {
  font-family: "maplegamezone_clash_display_bold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
  color: var(--main);
}

footer a {
  font-family: "maplegamezone_clash_display_light";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.3s ease;
  padding: 4px 8px;
  border-radius: 6px;
}

footer a:hover {
  color: var(--hover-a);
  background: rgba(5, 150, 105, 0.1);
  transform: translateY(-1px);
}
footer p {
  font-family: "maplegamezone_clash_display_light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

footer h3 {
  color: var(--main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 991px) {
  header a {
    color: white;
  }
  
  .maplegamezone_logo {
    gap: 8px;
  }
  
  .maplegamezone_logo img {
    width: 32px;
    height: 32px;
  }
  
  .logo-text {
    font-size: 18px;
  }
  
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }
  p,
  li {
    font-size: 16px;
  }

  footer a {
    font-size: 14px;
  }
  footer p {
    font-size: 14px;
  }
  footer h3 {
    font-size: 14px;
  }
  
  .morphism-card {
    padding: 20px;
    border-radius: 16px;
  }
  
  .morphism-button {
    padding: 14px 20px;
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  .maplegamezone_logo {
    gap: 6px;
  }
  
  .maplegamezone_logo img {
    width: 28px;
    height: 28px;
  }
  
  .logo-text {
    font-size: 16px;
    letter-spacing: 0.3px;
  }
}

.btn {
  border-radius: 12px;
  background: var(--button);
  color: var(--white);
  font-family: "maplegamezone_clash_display_bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  text-transform: uppercase;
  padding: 16px 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 
    inset 2px 2px 4px rgba(255, 255, 255, 0.3),
    inset -2px -2px 4px rgba(0, 0, 0, 0.1),
    0 4px 8px rgba(5, 150, 105, 0.2);
}

.btn:hover {
  background: var(--hover-a);
  transform: translateY(-2px);
  box-shadow: 
    inset 2px 2px 4px rgba(255, 255, 255, 0.4),
    inset -2px -2px 4px rgba(0, 0, 0, 0.15),
    0 6px 12px rgba(5, 150, 105, 0.3);
}

.btn:active {
  transform: translateY(0);
  box-shadow: 
    inset 2px 2px 4px rgba(0, 0, 0, 0.2),
    inset -2px -2px 4px rgba(255, 255, 255, 0.1);
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}
/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.m-b-12 {
  margin-bottom: 12px;
}
.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}
.p-b-16 {
  padding-bottom: 16px;
}

.p-b-20 {
  padding-bottom: 20px;
}
.p-b-24 {
  padding-bottom: 24px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-b-8 {
  margin-bottom: 8px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.maplegamezone_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-18 {
  gap: 18px;
}
.gap-12 {
  gap: 12px;
}
.gap-8 {
  gap: 8px;
}
.gap-14 {
  gap: 14px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-60 {
  gap: 60px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.gap-28 {
  gap: 28px;
}
.gap-36 {
  gap: 36px;
}
.gap-16 {
  gap: 16px;
}
.gap-48 {
  gap: 48px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.maplegamezone_terms_container {
  padding: 50px 0 50px;
  color: black;
}

.maplegamezone_terms h1 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #95ff00;
}

@media (max-width: 600px) {
  .maplegamezone_terms h1 {
    font-size: 16px;
  }
}

.maplegamezone_terms h1:not(:last-child) {
  margin-bottom: 10px;
}

.maplegamezone_terms h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .maplegamezone_terms h2 {
    font-size: 16px;
  }
}

.maplegamezone_terms h2:not(:last-child) {
  margin-bottom: 10px;
}

.maplegamezone_terms p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.maplegamezone_terms p:not(:last-child) {
  margin-bottom: 20px;
}

.maplegamezone_terms ul:not(:last-child) {
  margin-bottom: 20px;
}

.maplegamezone_terms li {
  font-size: 16px;
  line-height: 1.3;
  color: var(--white);
  font-weight: 400;
}

.maplegamezone_terms li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .maplegamezone_terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .maplegamezone_terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.maplegamezone_header {
  padding: 16px 0;
  background: var(--secondary);
  border-bottom: 1px solid rgba(5, 150, 105, 0.1);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.1);
}

.maplegamezone_logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.maplegamezone_logo:hover {
  transform: translateY(-1px);
}

.maplegamezone_logo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
  transition: all 0.3s ease;
}

.maplegamezone_logo:hover img {
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.logo-text {
  font-family: "maplegamezone_clash_display_bold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 4px rgba(5, 150, 105, 0.2);
  transition: all 0.3s ease;
}

.maplegamezone_logo:hover .logo-text {
  color: var(--hover-a);
  text-shadow: 0 2px 6px rgba(5, 150, 105, 0.3);
  transform: translateX(2px);
}

.maplegamezone_header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 991px) {
  .maplegamezone_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .maplegamezone_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.maplegamezone_header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.maplegamezone_header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .maplegamezone_header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .maplegamezone_header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.maplegamezone_header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.maplegamezone_header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.maplegamezone_nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 991px) {
  .maplegamezone_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .maplegamezone_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .maplegamezone_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.maplegamezone_nav__link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 16px;
  border-radius: 8px;
  position: relative;
}

@media (any-hover: hover) {
  .maplegamezone_nav__link:hover {
    color: var(--hover-a);
    background: rgba(5, 150, 105, 0.1);
    transform: translateY(-1px);
  }
}

.maplegamezone_nav__link:focus-visible {
  color: var(--hover-a);
  background: rgba(5, 150, 105, 0.1);
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.maplegamezone_nav__link:active {
  color: var(--hover-a);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  transform: translateY(0);
}

.maplegamezone_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 30px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .maplegamezone_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.maplegamezone_burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  border-radius: 8px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* footer */
/* !!!!!!!!!!!!!!!!!!!!!!! */

footer {
  padding: 40px 0;
  background: var(--secondary);
  color: var(--main);
  border-top: 1px solid rgba(5, 150, 105, 0.1);
  box-shadow: 0 -2px 8px rgba(5, 150, 105, 0.1);
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* form */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popap_page {
  display: none;
}
.popap_page_active {
  display: block;
}

@media (max-width: 991px) {
  .maplegamezone_footer_container {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .maplegamezone_footer_links,
  .maplegamezone_footer_nav {
    gap: 20px;
    flex-wrap: wrap;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* FOOTER LINKS STYLING */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.maplegamezone_footer_links {
  display: flex;
  gap: 60px;
  align-items: center;
}

.maplegamezone_footer_links li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.maplegamezone_footer_links img {
  width: 20 0px;
  height: 40px;
  object-fit: contain;
  transition: all 0.3s ease;
  filter: grayscale(0.3);
}

.maplegamezone_footer_links img:hover {
  transform: scale(1.1);
  filter: grayscale(0);
}

@media (max-width: 991px) {
  .maplegamezone_footer_links {
    gap: 40px;
  }
  
  .maplegamezone_footer_links img {
    width: 70px;
    height: 35px;
  }
}

@media (max-width: 768px) {
  .maplegamezone_footer_links {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .maplegamezone_footer_links img {
    width: 60px;
    height: 30px;
  }
}

@media (max-width: 480px) {
  .maplegamezone_footer_links {
    gap: 20px;
  }
  
  .maplegamezone_footer_links img {
    width: 50px;
    height: 25px;
  }
}


/* !!!!!!!!!!!!!!!!!!!!!!! */
/* Soft UI Morphism Cards */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.morphism-card {
  background: var(--secondary);
  border-radius: 20px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 
    8px 8px 16px rgba(5, 150, 105, 0.1),
    -8px -8px 16px rgba(255, 255, 255, 0.8),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.morphism-card:hover {
  transform: translateY(-4px);
  box-shadow: 
    12px 12px 24px rgba(5, 150, 105, 0.15),
    -12px -12px 24px rgba(255, 255, 255, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.morphism-button {
  background: var(--button);
  border: none;
  border-radius: 16px;
  padding: 16px 24px;
  color: var(--white);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 
    4px 4px 8px rgba(5, 150, 105, 0.2),
    -4px -4px 8px rgba(255, 255, 255, 0.8),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.morphism-button:hover {
  transform: translateY(-2px);
  box-shadow: 
    6px 6px 12px rgba(5, 150, 105, 0.25),
    -6px -6px 12px rgba(255, 255, 255, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.morphism-button:active {
  transform: translateY(0);
  box-shadow: 
    inset 4px 4px 8px rgba(5, 150, 105, 0.3),
    inset -4px -4px 8px rgba(255, 255, 255, 0.1);
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* home */
/* !!!!!!!!!!!!!!!!!!!!!!! */

/* maplegamezone_home_sect_1 */

.maplegamezone_home_sect_1 {
  padding: 160px 0;
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.1) 0%, rgba(224, 242, 254, 0.3) 100%),
    url("../images/maplegamezone-home-sect-1-bg.webp") lightgray 50% / cover no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.maplegamezone_home_sect_1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.05) 0%, rgba(224, 242, 254, 0.1) 100%);
  z-index: 1;
}

.maplegamezone_home_sect_1_container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .maplegamezone_home_sect_1 {
    padding: 60px 0;
  }
}

/* maplegamezone_home_sect_2 */

.maplegamezone_home_sect_2_img {
  border-radius: 16px;
  border: 2px solid var(--accent);
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
  box-shadow: 
    0 8px 16px rgba(5, 150, 105, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.maplegamezone_home_sect_2_img:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 12px 24px rgba(5, 150, 105, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.maplegamezone_home_sect_wrapper_ul_li {
  width: 50%;
}

@media (max-width: 768px) {
  .maplegamezone_home_sect_2 .m-b-30 {
    margin-bottom: 20px;
  }
  .maplegamezone_home_sect_2_img {
    height: 200px;
  }
  .maplegamezone_home_sect_wrapper_ul {
    flex-direction: column;
  }
  .maplegamezone_home_sect_wrapper_ul_li {
    width: 100%;
  }
}

/* maplegamezone_home_sect_3 */

.maplegamezone_home_sect_3_content,
.maplegamezone_home_sect_3_img {
  width: 50%;
}

.maplegamezone_home_sect_3_img {
  border-radius: 16px;
  border: 2px solid var(--accent);
  object-fit: cover;
  box-shadow: 
    0 8px 16px rgba(5, 150, 105, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.maplegamezone_home_sect_3_img:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 12px 24px rgba(5, 150, 105, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .maplegamezone_home_sect_3_content,
  .maplegamezone_home_sect_3_img {
    width: 100%;
  }
  .maplegamezone_home_sect_3_container {
    flex-direction: column;
  }
  .maplegamezone_home_sect_3_img {
    height: 220px;
  }
}

/* maplegamezone_home_sect_4 */

@media (max-width: 991px) {
  .maplegamezone_home_sect_4 .m-b-30 {
    margin-bottom: 20px;
  }
}

/* maplegamezone_disk_sect_1 */

.maplegamezone_disk_sect_1 {
  padding: 100px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%),
    url("../images/bg.png") lightgray 50% / cover no-repeat;
  background-size: cover;
  background-position: center;
  height: 50vh;
}

@media (max-width: 991px) {
  .maplegamezone_disk_sect_1 {
    padding: 60px 0;
  }
}

/* maplegamezone_disk_sect_2 */

.maplegamezone_disk_sect_2_li {
  padding: 24px;
  border-radius: 16px;
  border: 2px solid var(--accent);
  background: var(--secondary);
  box-shadow: 
    0 4px 8px rgba(5, 150, 105, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.maplegamezone_disk_sect_2_li:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 16px rgba(5, 150, 105, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.maplegamezone_disk_sect_2_li h3 {
  font-size: 24px;
}

@media (max-width: 991px) {
  .maplegamezone_disk_sect_2_li .m-b-20 {
    margin-bottom: 10px;
  }
  .maplegamezone_disk_sect_2_li h3 {
    font-size: 18px;
  }
  .maplegamezone_disk_sect_2_container {
    gap: 10px;
  }
}

/* maplegamezone_contact_sect_2 */

.form_page {
  width: 100%;
  max-width: 650px;
}

.form_page_input {
  padding: 16px 20px;
  border-radius: 12px;
  border: 2px solid var(--accent);
  background: var(--secondary);
  color: var(--main);
  transition: all 0.3s ease;
  box-shadow: 
    inset 2px 2px 4px rgba(255, 255, 255, 0.3),
    inset -2px -2px 4px rgba(0, 0, 0, 0.1);
}

.form_page_input:focus {
  outline: none;
  border-color: var(--hover-a);
  box-shadow: 
    inset 2px 2px 4px rgba(255, 255, 255, 0.4),
    inset -2px -2px 4px rgba(0, 0, 0, 0.15),
    0 0 0 3px rgba(5, 150, 105, 0.1);
}

@media (max-width: 991px) {
  .maplegamezone_contact_sect_2 h2 {
    margin-bottom: 20px;
  }
  .maplegamezone_contact_sect_2 p {
    margin-bottom: 20px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* NEW HERO SECTION */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.floating-fruits {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fruit {
  position: absolute;
  font-size: 3rem;
  animation: float 6s ease-in-out infinite;
  opacity: 0.7;
}

.fruit-1 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.fruit-2 {
  top: 30%;
  right: 15%;
  animation-delay: 1s;
}

.fruit-3 {
  top: 60%;
  left: 20%;
  animation-delay: 2s;
}

.fruit-4 {
  top: 70%;
  right: 25%;
  animation-delay: 3s;
}

.fruit-5 {
  top: 40%;
  left: 50%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  max-width: 800px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-description {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
}

.btn-primary {
  background: linear-gradient(45deg, #ff6b6b, #ee5a24);
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.6);
}

.btn-secondary {
  background: transparent;
  color: white;
  padding: 15px 30px;
  border: 2px solid white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: white;
  color: #667eea;
  transform: translateY(-2px);
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffd700;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* GAME PREVIEW SECTION */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.game-preview-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.preview-header {
  text-align: center;
  margin-bottom: 60px;
}

.preview-header h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: var(--accent);
}

.preview-header p {
  font-size: 1.2rem;
  color: #666;
}

.slot-machine-demo {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.reels-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.reel {
  width: 100px;
  height: 100px;
  border: 3px solid var(--accent);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
}

.symbol {
  font-size: 3rem;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(360deg); }
}

.demo-controls {
  text-align: center;
}

.spin-button {
  background: linear-gradient(45deg, #ff6b6b, #ee5a24);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
}

.spin-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.6);
}

.win-line {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff6b6b, #ffd700, #ff6b6b);
  margin-top: 20px;
  border-radius: 2px;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* FEATURES SECTION */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.features-section {
  padding: 100px 0;
  background: white;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.feature-card:hover::before {
  left: 100%;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
}

.feature-card-1 {
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
}

.feature-card-2 {
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
}

.feature-card-3 {
  background: linear-gradient(135deg, #45b7d1, #96c93d);
}

.feature-card-4 {
  background: linear-gradient(135deg, #f093fb, #f5576c);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: block;
}

.feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: white;
}

.feature-card p {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* MECHANICS SECTION */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.mechanics-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.mechanics-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.mechanics-text h2 {
  font-size: 3rem;
  margin-bottom: 40px;
  color: var(--accent);
}

.mechanics-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mechanic-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.mechanic-item:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.mechanic-number {
  background: linear-gradient(45deg, #ff6b6b, #ee5a24);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.mechanic-content h4 {
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: var(--accent);
}

.mechanic-content p {
  color: #666;
  line-height: 1.5;
}

.mechanics-visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.winning-combinations {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.combination {
  background: white;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.combination:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.combo-symbols {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.combo-symbols span {
  font-size: 2rem;
  animation: bounce 2s ease-in-out infinite;
}

.combo-symbols span:nth-child(2) {
  animation-delay: 0.2s;
}

.combo-symbols span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.combo-text {
  font-weight: 600;
  color: var(--accent);
  font-size: 1.1rem;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* CTA SECTION */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-align: center;
}

.cta-content h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: white;
}

.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
}

.btn-cta-primary {
  background: linear-gradient(45deg, #ff6b6b, #ee5a24);
  color: white;
  padding: 18px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
}

.btn-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.6);
}

.btn-cta-secondary {
  background: transparent;
  color: white;
  padding: 18px 35px;
  border: 2px solid white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.btn-cta-secondary:hover {
  background: white;
  color: #667eea;
  transform: translateY(-3px);
}

.trust-indicators {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 25px;
  border-radius: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.trust-icon {
  color: #4ecdc4;
  font-weight: 700;
  font-size: 1.2rem;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* RESPONSIVE DESIGN */
/* !!!!!!!!!!!!!!!!!!!!!!! */

@media (max-width: 991px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .hero-stats {
    gap: 30px;
  }
  
  .mechanics-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .trust-indicators {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .preview-header h2 {
    font-size: 2rem;
  }
  
  .mechanics-text h2 {
    font-size: 2rem;
  }
  
  .cta-content h2 {
    font-size: 2rem;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .slot-machine-demo {
    padding: 20px;
  }
  
  .reels-container {
    gap: 10px;
  }
  
  .reel {
    width: 80px;
    height: 80px;
  }
  
  .symbol {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .hero-section {
    min-height: 80vh;
  }
  
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 20px;
  }
  
  .trust-indicators {
    flex-direction: column;
    align-items: center;
  }
}


