/* Hero Section Styles */

body {
  background: url('img/bg.webp') center/cover no-repeat;
  position: relative;
  margin: 0;
  font-family: "Segoe UI", sans-serif;
}

.responsible-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: radial-gradient(circle, rgb(249 207 6) 28%, rgba(243, 135, 0, 1) 85%);
  color: #000;
  font-family: sans-serif;
  font-size: 14px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.responsible-header__censorship {
  background: #fff;
  color: #d97303;
  border-radius: 6px;
  padding: 2px 6px;
  font-weight: bold;
  margin-right: 8px;
}

.responsible-header a {
  color: #000; 
  text-decoration: underline;
  font-weight: bold;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 99px;
  bottom: 0;
  z-index: 1;
  padding-top: 46px;
}

h2 {
  font-family: "Segoe UI", sans-serif;
  color: #F38700;
  text-transform: uppercase;
  text-shadow: 0 0 5px #f4ff3e, 0 0 10px #f4ff3e, 0 0 20px #f4ff3e, 0 0 40px #f4ff3e;
  font-size: 2.5rem !important;
  margin-bottom: 18px;
  margin-top: 0;
}

p {
  font-size: 17px;
}

/*h2:before {
  content: "\26A1 ";
  margin-right: 28px;
}
/*

/*p, 
li, 
a, 
span, 
button, 
h4,
input,
label {
  font-size: 21px !important; 
}*/

.age-popup {
  padding: 0 14px;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.age-popup__inner {
  background: #ffefd3;
  color: #fff;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}

.age-popup__inner h2 {
  text-align: center !important;
}

.age-popup__icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.age-popup__title {
  font-size: 28px;
  margin-bottom: 10px;
}

.age-popup__text {
  font-size: 17px;
  color: #000;
  margin-bottom: 25px;
}

.age-popup__buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.age-btn {
  flex: 1;
  padding: 12px;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.age-yes {
  background: radial-gradient(circle, rgb(249 207 6) 28%, rgba(243, 135, 0, 1) 85%);
  color: #303030;
  box-shadow: 0px 0px 6px #afafaf;
}

.age-yes:hover {
  background: #F38700;
  box-shadow: 0px 0px 6px #afafaf;
}

.age-no {
  background: #222;
  color: #fff;
}

.age-no:hover {
  background: #111;
}

a {
  cursor: pointer;
}

h1 {
  color: #F38700;
  text-shadow: 0 0 5px #f4ff3e, 0 0 10px #f4ff3e, 0 0 20px #f4ff3e, 0 0 40px #f4ff3e;
  font-size: 40px;
  text-transform: uppercase;
}

a.logo {
  font-family: "Segoe UI", sans-serif;
  color: #F38700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 5px #f4ff3e, 0 0 10px #f4ff3e, 0 0 20px #f4ff3e, 0 0 40px #f4ff3e;
  font-size: 73px;
  margin-bottom: 32px;
  font-weight: 700;
  text-decoration: none;
  margin: 30px auto 0 auto;
  display: block; 
}

img.logo__header {
  width: 200px;
  height: 200px;
}

.signup-overlay {
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 30%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 0 17px;
}

.signup-modal {
  background: #ffefd3;
  padding: 51px 40px;
  border-radius: 12px;
  max-width: 452px;
  width: 90%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  font-family: Arial, sans-serif;
  text-align: center;
  position: relative;
}

.signup-form h2 {
  margin-bottom: 38px;
}

.signup-form input {
  width: 89%;
  padding: 18px 14px;
  margin-bottom: 28px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.signup-form button {
  cursor: pointer;
  background: radial-gradient(circle, rgb(249 207 6) 28%, rgba(243, 135, 0, 1) 85%);
  color: #303030;
  letter-spacing: 3px;
  font-weight: 400;
  padding: 15px 65px;
  display: block;
  margin: 0 auto;
  width: 96%;
  font-size: 1.2rem;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  transition: background 0.3s ease;
  text-transform: uppercase;
}

.signup-form button:hover {
  background-color: #F38700; 
}

.signup-success p {
  font-size: 1.1rem;
  color: #28a745;
}

textarea {
  width: 89%;
  height: 131px;
  padding: 18px 14px;
  margin-bottom: 28px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  color: #5c5c5c;
}

.hidden {
  display: none !important;
}

.signup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 37px;
  cursor: pointer;
  color: #F38700;
  font-weight: bold;
}

.hero {
  position: relative;
  background: url('img/bg-hero.webp') center/cover no-repeat;
  background-attachment: fixed;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Arial', sans-serif;
}

.hero__overlay {
  background: rgb(0 0 0 / 38%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero__title {
  font-size: 42px;
  padding-top: 91px;
  margin-bottom: 41px;
  text-shadow: 0 0 26px #371f02;
  text-align: center;
}

.hero__subtitle {
  font-size: 1.3rem;
  text-align: center;
}

.hero__btn {
  text-align: center;
  background: #FFF;
  background: radial-gradient(circle, rgb(249 207 6) 28%, rgba(243, 135, 0, 1) 85%);
  color: #303030;
  padding: 15px 65px;
  display: block;
  margin: 0 auto;
  margin-top: 51px;
  max-width: 128px;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 3px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
  text-transform: uppercase;
  box-shadow: 0px 0px 6px #0e0e0e;
}

.hero__btn:hover {
  background: #F38700;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #00ffff;
  text-shadow: 0 0 10px #00ffff;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.step {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.step__number {
  display: inline-block;
  font-size: 2rem;
  background: #ff69e0;
  color: white;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.how-to-play {
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.how-to-play__header p {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #333;
  font-size: 17px;
  line-height: 27px;
}

.how-to-play__blocks {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 1058px;
  width: 100%;
  margin: 0 auto;
}

.how-to-play__steps {
  display: flex;
  max-width: 1100px;
  width: 100%;
  gap: 40px;
}

.step {
  background: #ffefd3;
  padding: 20px;
  margin-bottom: 34px;
  border-radius: 12px;
  max-width: 554px;
  width: 100%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  gap: 15px;
}

.step__circle {
  color: #F38700;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 40px;
}

.step__content {
  text-align: left;
}

.step__content h3 {
  margin: 0;
  font-size: 18px;
  color: #111;
}

.step__content p {
  margin: 4px 0 0;
  font-size: 17px;
  color: #555;
}

.how-to-play__odds {
  max-width: 283px;
  width: 100%;
  margin: 0px auto 34px auto; 
  background: #ffefd3;
  padding: 21px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.how-to-play__odds h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
  text-align: left;
}

.how-to-play__odds ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
}

.how-to-play__odds li {
  margin-bottom: 8px;
  font-size: 17px;
  color: #222;
  text-align: left;
}

.how-to-play__cta {}

.btn-signup {
  background: radial-gradient(circle, rgb(249 207 6) 28%, rgba(243, 135, 0, 1) 85%);
  color: #303030;
  letter-spacing: 3px;
  font-weight: 600;
  padding: 15px 65px;
  display: block;
  margin: 0 auto;
  max-width: 196px;
  width: 100%;
  font-size: 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
  text-transform: uppercase;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.btn-signup:hover {
  background: #F38700;
}

.about {
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.about__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1058px;
  margin: 0 auto;
  gap: 40px;
}

.about__text {
  flexs: 1 1 500px;
}

.about__text p {
  font-size: 17px;
  color: #222;
  margin-bottom: 16px;
  line-height: 1.6;
}

.about__image {
  text-align: center;
}

.about__image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.strategies {
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.strategies__container {
  max-width: 1058px;
  margin: 0 auto;
  text-align: left;
}

.strategies__container h2 {
  text-align: center;
}

.strategies__subtitle {
  font-size: 1rem;
  margin-bottom: 30px;
  text-align: center;
  color: #555;
}

.strategies__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.strategies__list li {
  background: #ffefd3;
  border-left: 6px solid #F38700;
  padding: 15px 20px;
  font-size: 1rem;
  color: #333;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 6px;
}

.newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(img/bg-hero.webp) center / cover no-repeat;
  background-attachment: fixed;
  text-align: center;
  height: 333px;
}

.newsletter__container {
  max-width: 900px;
  margin: 0 auto;
}

.newsletter__subtitle {
  font-size: 17px;
  margin-bottom: 30px;
  color: #fff;
}

.newsletter__form {
  max-width: 591px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 15px;
  align-items: center;
}

.newsletter__input {
  padding: 19px 16px;
  width: 82%;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.newsletter__button {
  cursor: pointer;
  background: #fff;
  background: radial-gradient(circle, rgb(249 207 6) 28%, rgba(243, 135, 0, 1) 85%);
  color: #303030;
  letter-spacing: 3px;
  font-weight: 400;
  padding: 18px 65px;
  display: block;
  margin: 0 auto;
  max-width: 207px;
  width: 100%;
  font-size: 1.2rem;
  border-radius: 8px;
  border: none;
  transition: background 0.3s ease;
  text-transform: uppercase;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.08);
}

button.newsletter__button:hover {
  background-color: #F38700;
}

.newsletter__message {
  margin-top: 20px;
  color: green;
  font-weight: 600;
  background: #b6eeb6;
  padding: 19px;
  border: 1px solid #31c631;
  border-radius: 8px;
}

.hidden {
  display: none;
}

.reviews {
  padding: 60px 20px;
  font-family: sans-serif;
}

.reviews__container {
  max-width: 1058px;
  margin: 0 auto;
  text-align: center;
}

.reviews__desc {
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
}

.reviews__grid {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.review {
  background: radial-gradient(circle, rgb(249 207 6) 28%, rgb(252 140 0) 170%);
  border-radius: 10px;
  padding: 25px 20px;
  max-width: 250px;
  box-shadow: 0 5px 7px rgb(0 0 0 / 17%);
  display: flex;    
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.review__avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.review__name {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 5px 0;
  color: #222;
}

.review__role {
  font-size: 0.9rem;
  color: #000;
  margin-bottom: 15px;
}

.review__text {
  margin: 0 auto;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

.faq {
  background: url(img/bg-hero.webp) center / cover no-repeat;
  background-attachment: fixed;
  font-family: sans-serif;
  padding: 0 17px 43px 17px;
}

.faq__container {
  max-width: 1058px;
  margin: 0 auto;
  margin: 0 auto;
}

.faq__item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.faq__title {
  margin-bottom: 21px !important;
  text-align: center;
}

.faq__subtitle {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}

.faq__question {
  background: radial-gradient(circle, rgb(249 207 6) 28%, rgba(243, 135, 0, 1) 85%);
  background-size: 100%;
  background-position: center;
  color: #303030;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.08);

  transition: background-size 0.6s ease-out, background-position 0.6s ease-out;
}

.faq__question:hover {
  background-size: 120%;
  background-position: top left;

  transition: all 5s ease-out;
}

.faq__answer {
  color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 5px 20px;
  font-size: 17px;
  line-height: 1.5;
}

.responsible {
  background: #666;
  color: #fff;
  font-family: 'Arial', sans-serif;
  padding: 96px 20px 46px 20px;
}

.responsible__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.responsible__container h2 {
  margin: 0;
  padding-bottom: 17px;
  text-align: center;
}

.responsible__subtitle {
  font-size: 1rem;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}

.responsible__cards {
  text-align: center;  
}

.responsible__cards a {
  color: #fff;
}

.responsible__card {
  background: #444;
  padding: 20px;
  border-radius: 10px;
  flex: 1 1 251px;
  max-width: 300px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.responsible__card img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.responsible__card h3 {
  color: violet;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.responsible__card p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #ccc;
}

.responsible__card a {
  color: #00f6ff;
  text-decoration: underline;
}

.footer {
  background: #666;
  color: #f0f0f0;
  padding: 50px 20px;
  font-family: 'Arial', sans-serif;
}

img.logo__footer {
  width: 200px;
  height: 200px;
  padding: 74px 0;
}

.footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__brand {
  color: #F38700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 5px #f4ff3e, 0 0 10px #f4ff3e, 0 0 20px #f4ff3e, 0 0 40px #f4ff3e;
  font-size: 2.5rem !important;
  margin-bottom: 32px;
  text-decoration: none;
  font-weight: 700;
}

.footer__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 21px;
}

.footer__logos img {
  height: 88px;
  max-width: 100%;
  object-fit: contain;
}

.footer__legal {
  max-width: 900px;
  margin: 0 auto 30px;
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.6;
  color: #e0e0e0;
}

.footer__legal a {
  color: #00f6ff;
  text-decoration: underline;
}

.footer__warning {
  color: #ff7070;
  font-weight: bold;
  margin-top: 15px;
}

.footer__bottom {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
}

.footer__bottom a {
  color: #f0f0f0;
  margin: 0 8px;
  text-decoration: underline;
}

@media only screen and (max-width: 969px) {

  a.logo {
    font-size: 54px;
  }

  img.logo__header {
    width: 159px;
    height: 145px;
  }

  .how-to-play__odds h3 {
    margin-top: 2px;
  }  

  .how-to-play__steps {
    flex-wrap: wrap;
    justify-content: center;
  }

  .step {
    margin-bottom: 0;
  }

  .how-to-play__odds {
    max-width: 552px;
    width: 91%;
    margin: 43px auto 41px auto;    
  }

  .how-to-play__odds ul {
    margin: 0;
  }

  .hero {
    height: 692px;
  }

  .responsible__cards {
    flex-wrap: wrap;
    max-width: 618px;
    width: 100%;
    margin: 0 auto;
  }

  .about__container,
  .strategies__container,
  .faq__container {
    max-width: 597px;
    flex-direction: column;    
  }

  .newsletter__container {
    max-width: 587px;
  }

  .reviews__grid {
    flex-wrap: wrap;
  }

  .hero__title {
    font-size: 3rem;
    margin-top: 102px;
  }

  .hero__content {
    padding: 0 18px;
  }

}

@media only screen and (max-width: 880px) {

  .hero {
    height: 938px;
  }

  img.logo__footer {
    padding: 0;
  }

}

@media only screen and (max-width: 864px) {

  .how-to-play__blocks {
    display: block;
  }

  .how-to-play__steps {
    max-width: 593px;
    margin: 0 auto;
  }

  .step {
    max-width: 867px;
  }

}

@media only screen and (max-width: 651px) {

    .newsletter__form {
      display: block;
    }

    .newsletter__input {
      margin-bottom: 21px;
    }

    .newsletter {
      padding: 58px 17px;
    }

    .faq {
      padding: 0 17px 43px 17px;
    }

}

@media only screen and (max-width: 445px) {

    .responsible {
      height: 1193px;
    }

    .how-to-play__odds {
      width: 88%;
    }
    
    .responsible-header {
      width: 95%;
    }

}

@media only screen and (max-width: 417px) {

  .newsletter {
      padding: 92px 17px 58px 17px;
    }

}

@media only screen and (max-width: 400px) {

    .newsletter__input {
      max-width: 246px;
    }

    a.logo {
      font-size: 44px;
    }

    .step__circle {
      width: 50px;
    }

}

@media only screen and (max-width: 370px) {

  .btn-signup {
    max-width: 149px;
  }

  .footer {
    padding: 159px 20px;
  }

}