.policy,
.success {
  padding-block: 170px 60px;
  min-height: 92vh;
}

.success__text {
  margin-bottom: 27px;
}

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

.policy__text h2 {
  text-align: left;
  font-size: 22px;
}

.policy__text ul {
  padding-left: 20px;
}

.policy__text h2,
.policy__text p,
.policy__text ul {
  margin-bottom: 17px;
}

.policy__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0%;
}

.policy__title,
.success__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 28px;
}

@media (min-width: 1200px) {

  .policy__title,
  .success__title {
    font-size: 42px;
  }
}

.policy__link {
  color: #fff;
}

h1,
h2,
h3,
h4 {
  word-break: break-word;
}

html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding-inline: 20px;
}

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-gradient: linear-gradient(180deg, #fd2479 0%, #8d34fd 100%);
  --secondary-gradient: linear-gradient(135deg, #1a0e2e, #2d1b4e, #4a2c6e);
  --gold-color: #ffd700;
  --white-color: #ffffff;
  --dark-overlay: rgba(0, 0, 0, 0.1);
  --border-radius: 12px;
  --transition: all 0.3s ease;
}

body {
  font-family: "Unbounded", sans-serif;
  color: var(--white-color);
  background: #0B0311;
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Typography */
h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* Buttons */
.btn-primary,
.btn-submit,
.btn-confirm,
.btn-accept {
  background: var(--primary-gradient);
  color: var(--white-color);
  padding: 15px 40px;
  border: none;
  border-radius: 50px;
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  box-shadow: 0px 4px 12px 0px #ffffff inset;

  box-shadow: 0px -8px 18px 0px #160930 inset;
}

.btn-primary:hover,
.btn-submit:hover,
.btn-confirm:hover,
.btn-accept:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(233, 30, 99, 0.4);
}

.btn-deny,
.btn-decline {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  padding: 15px 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.btn-deny:hover,
.btn-decline:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-close {
  background: var(--primary-gradient);
  color: var(--white-color);
  padding: 10px 30px;
  border: none;
  border-radius: 25px;
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
}

.btn-gren {
  color: #FFF;
  font-family: Unbounded;
  font-size: 24px;
  font-weight: 700;
  border-radius: 32px;
  background: linear-gradient(180deg, #23FC30 0%, #0E5312 100%);
  box-shadow: 0 -8px 18px 0 #0D4410 inset, 0 4px 12px 0 #FFF inset;
  padding: 12px 48px;
  display: inline-block;
  text-decoration: none;
}

.btn-red {
  color: #FFF;
  font-family: Unbounded;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 12px 48px;
  border-radius: 32px;
  background: linear-gradient(180deg, #FC3023 0%, #A23816 100%);
  box-shadow: 0 -8px 18px 0 #481007 inset, 0 4px 12px 0 #FFF inset;
  display: inline-block;
  text-decoration: none;
}

.btn-light-yellow {
  color: #FFF;
  font-family: Unbounded;
  font-size: 24px;
  font-weight: 700;
  border-radius: 32px;
  border: 2px solid #FFF;
  background: linear-gradient(180deg, #FF8300 0%, #FDD134 100%);
  box-shadow: 0 0 24px 0 rgba(253, 209, 52, 0.57), 0 -8px 18px 0 #160930 inset, 0 4px 12px 0 #FFF inset;
  padding: 12px 48px;
  display: inline-block;
  text-decoration: none;
  text-transform: none;
  text-align: center;
}


.btn-dark-yellow {
  color: #FFF;
  font-family: Unbounded;
  font-size: 24px;
  font-weight: 700;
  border-radius: 32px;
  border: 2px solid #FFF;
  background: linear-gradient(180deg, #603100 0%, #615014 100%);
  box-shadow: 0 0 24px 0 rgba(253, 209, 52, 0.57), 0 -8px 18px 0 #160930 inset, 0 4px 12px 0 #FFF inset;
  padding: 12px 48px;
  display: inline-block;
  text-decoration: none;
}

/* Header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 15px 0;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 120px;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav-menu a {
  color: var(--white-color);
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition);
}

.nav-menu a:hover {
  color: var(--gold-color);
}

.burger-menu {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.burger-menu span {
  width: 25px;
  height: 3px;
  background: var(--white-color);
  margin: 3px 0;
  transition: var(--transition);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  background: rgba(26, 14, 46, 0.98);
  backdrop-filter: blur(10px);
  z-index: 999;
  padding: 20px 0;
}

.mobile-menu ul {
  list-style: none;
  text-align: center;
}

.mobile-menu li {
  margin: 15px 0;
}

.mobile-menu a {
  color: var(--white-color);
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
}

/* Popups */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));

  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.popup {
  background: #0B0311;
  padding: 40px;
  border-radius: 32px;
  text-align: center;
  max-width: 800px;
  margin: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.age-popup .age-icon {
  width: 80px;
  height: 80px;
  background: #dc3545;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--white-color);
  font-size: 1.5rem;
  font-weight: 700;
}

.age-popup h2 {
  color: #FFF;
  text-align: center;
  font-family: Unbounded;
  font-size: clamp(36px, 5vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.age-popup p {
  color: #FFF;
  text-align: center;
  font-family: Unbounded;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.age-buttons,
.cookie-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  width: 100%;
}

.cookie-buttons {
  align-items: flex-start;
  justify-content: flex-start;
}

.cookie-popup {
  display: none;
  z-index: 9999;
}

.cookie-banner {
  max-width: 800px;
}

.cookie-banner h3 {
  color: #FFF;
  font-family: Unbounded;
  font-size: 48px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 12px;
}

.cookie-banner p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}

#blackScreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  display: none;
}

.black-overlay {
  background: #000;
  color: var(--white-color);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
}

.black-overlay h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--white-color);
}

.black-overlay p {
  font-size: 1.1rem;
  opacity: 0.8;
  max-width: 600px;
}

/* Hero Section */
.hero {
  padding: 245px 0 35px;
  position: relative;
  overflow: hidden;
  background: url("../img/bg.webp") center / cover no-repeat;
}

@media (max-width: 768px) {
  .hero {
    background:
      url("../img/bg-mob.webp") center / cover no-repeat;
  }
}

.hero-content {
  position: relative;
  z-index: 1;

}

.hero-text {
  color: #FFF;
  font-family: Unbounded;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 0.037rem;
}

.hero-title {
  font-family: sans-serif;
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
  max-width: 47rem;
  margin-bottom: 24px;
}

.hero-title span {
  text-shadow: 0 2px 8px #FF8300;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #A56000;
  color: #FF8300;
  display: block;
}

.hero-title .highlight {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-image {
  position: relative;
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}

.casino-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.casino-elements img {
  position: absolute;
  animation: float 3s ease-in-out infinite;
}

.slot-7 {
  top: 10%;
  right: 20%;
  animation-delay: 0s;
}

.coins {
  top: 60%;
  left: 10%;
  animation-delay: 0.5s;
}

.dice {
  top: 20%;
  left: 15%;
  animation-delay: 1s;
}

.cards {
  bottom: 20%;
  right: 15%;
  animation-delay: 1.5s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* Benefits Section */
.benefits {
  padding: 80px 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.benefit-item {
  border-radius: 32px;
  border: 1px solid #FFF;
  background: #1B1122;
  box-shadow: 0 4px 16px 0 rgba(253, 209, 52, 0.57);
  padding: 24px;
  text-align: center;
  transition: var(--transition);
}

.benefit-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(233, 30, 99, 0.2);
}

.benefit-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, #FF8300 0%, #FDD134 100%);
  stroke-width: 2px;
  stroke: #FFF;
  box-shadow: 0 -8px 18px 0 #160930 inset, 0 4px 12px 0 #FFF inset;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
  color: var(--white-color);
}

/* Contact Form */
.contact-form {
  padding: 170px 0;
  background: #0b0311;
}

.form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.form-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.form-wrapper p {
  margin-bottom: 20px;
  opacity: 0.9;
}

.contact-form-element {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.contact-form-element input,
.contact-form-element textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--border-radius);
  padding: 15px 20px;
  color: var(--white-color);
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  transition: var(--transition);
}

.contact-form-element input::placeholder,
.contact-form-element textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contact-form-element input:focus,
.contact-form-element textarea:focus {
  outline: none;
  border-color: #e91e63;
  box-shadow: 0 0 20px rgba(233, 30, 99, 0.3);
}

/* FAQ Section */
.faq {
  padding: 170px 0;
}

.faq h2 {
  text-align: center;
  margin-bottom: 50px;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 20px;
  padding: 30px;
  transition: var(--transition);
  height: fit-content;
border-radius: 32px;
border: 1px solid #FFF;
background: #1B1122;
box-shadow: 0 4px 16px 0 rgba(251, 37, 123, 0.46);
}



.faq-item h3 {
  color: #fff;
  margin-bottom: 15px;
}

.faq-item p {
  opacity: 0.9;
}

/* Footer */
.footer {
  background: rgba(0, 0, 0, 0.3);
  padding: 60px 0 30px;
  margin-top: 80px;
}

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

.footer-section {
  text-align: left;
  margin-bottom: 40px;
}

.footer-section h4 {
  color: #FFF;
  font-family: Unbounded;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

.footer-section p {
  color: #FFF;
  font-family: Unbounded;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.footer-links a {
  text-decoration: none;
  transition: var(--transition);
  color: #FFF;
  font-family: Unbounded;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer-links a:hover {
  color: var(--gold-color);
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.footer-logos img {
  height: 40px;
  transition: var(--transition);
}

.footer-logos img:hover {
  opacity: 1;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}

.footer-bottom p {

  font-size: 0.9rem;
  margin-bottom: 10px;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .burger-menu {
    display: flex;
  }

  .nav {
    display: none;
  }

  .hero {
    padding: 134px 0 60px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .age-buttons,
  .cookie-buttons {
    flex-direction: column;
    align-items: center;
  }



  .popup {
    padding: 30px 20px;
    margin: 10px;
  }

  .footer-links {
    flex-direction: column;
    gap: 15px;
  }

  .footer-logos {
    gap: 15px;
  }

  .footer-logos img {
    height: 30px;
  }
}

@media (max-width: 480px) {

  .hero-title {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .container {
    padding: 0 15px;
  }

  .benefit-item {
    padding: 30px 20px;
  }

  .contact-form-element input,
  .contact-form-element textarea {
    padding: 12px 15px;
  }

  .faq-item {
    padding: 20px;
  }
}

.privacy {
  margin: 158px 0 0;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 736px;
  width: 100%;
  margin: 0 auto;
}

.form__inp {
  border-radius: 12px;
  border: 1px solid #422E4F;
  background: #1B1122;
  padding: 12px;
  width: 100%;
  color: #FFF;
  font-family: Unbounded;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.form__inp::placeholder {
  color: #FFF;
}

.form__inp_mess {
  height: 96px;
}

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

.btn-light-yellow {}