:root {
  --color-violet: #d76df5;
  --color-dark: #1f1f1e;
  --color-dark-violet: #a33ac1;
  --gradient-orange: linear-gradient(
    90deg,
    var(--color-violet),
    var(--color-dark),
    var(--color-dark-violet)
  );
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Lato', sans-serif;
  background-color: var(--color-dark);
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
}
h1 {
  font-size: 22px;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}

.nav-toggle {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  display: none;
}

.list-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.list-nav li a {
  text-decoration: none;
  padding: 10px;
  display: block;
  font-size: 18px;
  transition: color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.list-nav li a:hover {
  color: var(--color-dark-violet);
}

header {
  padding: 2rem;
  display: flex;
  border-bottom: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

header a,
.logo-footer a {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 600;
}

header a img,
.logo-footer a img {
  max-width: 120px;
}

.faq-section {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 20px;
}

details {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  cursor: pointer;
}

summary {
  font-size: 1.1rem;
  font-weight: bold;
  list-style: none;
  color: #ddd;
}

details p {
  margin-top: 10px;
  font-size: 1rem;
  color: #ddd;
}

main section:first-of-type ul.casino-benefits {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  flex-direction: row;
}

main section:first-of-type ul.casino-benefits li {
  padding: 15px;
  border-radius: 8px;
  flex: 1 1 calc(33.333% - 15px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 768px) {
  main section:first-of-type ul.casino-benefits li {
    flex: 1 1 calc(50% - 15px);
  }
}

@media (max-width: 480px) {
  main section:first-of-type ul.casino-benefits {
    flex-direction: column;
  }
  main section:first-of-type ul.casino-benefits li {
    flex: 1 1 100%;
  }
}
main section:first-of-type ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}
.info-block {
  max-width: 30%;
}
.info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  background-color: #565555;
  border-radius: 8px;
}

.info-item p {
  font-size: 18px;
}
.img-logo {
  width: 180px;
  height: 80px;
}
.button {
  background: var(--color-dark-violet);
  color: #fff;
  border: none;
  padding: 1rem 1.5rem;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.5s ease;
  border-radius: 2rem;
}
.button:hover {
  background: var(--color-violet);
}
.text-small {
  font-size: 14px;
  padding: 5px;
  background-color: #333;
}
main section:first-of-type li {
  background-color: #222;
  flex: 1 1 calc(33.333% - 1rem);
  border: 1px solid #333;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}

.block-info h2 {
  margin-bottom: 40px;
}
.block-info p {
  margin-bottom: 20px;
}
main section:first-of-type li p:last-of-type {
  margin-top: auto;
}

main section + section,
.section-wrapper {
  padding: 4rem;
}

main section + section div {
  margin-bottom: 1.5rem;
}

main section + section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

footer {
  padding: 2rem;
  background-color: #000;
}

footer ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

footer nav ul {
  justify-content: center;
}

footer p {
  text-align: center;
  margin: 1rem 0;
}

footer div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.filter-img {
  filter: invert(1);
}
.resp-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.resp-link img {
  max-width: 140px;
}
.nav-footer {
  padding: 40px;
}
.nav-footer li {
  font-size: 22px;
  transition: color cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
}
.nav-footer li:hover,
.active {
  color: var(--color-dark-violet);
}
.disclaimer {
  text-align: left;
  max-width: 1200px;
  margin: 40px auto;
}
.contact-section {
  padding: 3rem 1rem;
  background-color: #111;
  color: #fff;
}

.contact-container {
  max-width: 600px;
  margin: 0 auto;
}

.contact-container h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.contact-container p {
  margin-bottom: 2rem;
  color: #ccc;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form label {
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  padding: 0.75rem;
  border: 1px solid #444;
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 4px;
  font-size: 1rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--color-dark-violet);
  outline: none;
}

.contact-form button {
  background: var(--color-dark-violet);
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.4s ease;
}

.contact-form button:hover {
  background: var(--color-violet);
}

.contact-form .privacy-note,
.contact-form .powered {
  font-size: 0.75rem;
  text-align: center;
  color: #888;
}

.contact-form .privacy-note a,
.contact-form .powered a {
  color: var(--color-violet);
  text-decoration: underline;
}

.hero {
  padding: 40px 20px;
  background-color: #3f3b40;
  text-align: center;
}

.hero .container {
  max-width: 1200px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 40px;
}

.hero p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .hero h2 {
    font-size: 1.4rem;
  }

  .hero p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }
  .hero h1 {
    font-size: 2.2rem;
  }
  main section + section,
  .section-wrapper {
    padding: 1rem;
  }
  .list-nav {
    flex-direction: column;
    display: none;
    background-color: var(--color-dark);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-left: 20px;
  }

  .list-nav.open {
    display: flex;
  }
  .nav-footer li {
    font-size: 18px;
  }
  .advantages-section {
    flex-direction: column;
  }

  .advantages-list {
    grid-template-columns: 1fr;
  }
  main section:first-of-type ul {
    flex-direction: column;
  }

  main section:first-of-type li {
    flex: 1 1 100%;
  }

  footer nav ul {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  footer div {
    flex-direction: column;
    text-align: center;
  }
  header a img {
    max-width: 100px;
  }
  header a {
    gap: 8px;
    font-size: 20px;
    font-weight: 500;
  }
  .info-item {
    gap: 20px;
    flex-direction: column;
  }
  .info-block {
    max-width: 100%;
  }
  .disclaimer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  footer ul {
    flex-direction: column;
    align-items: center;
  }
}
