.hero-section {
  background-color: #f6f4ee;
  padding: 100px 20px;
  text-align: center;
}
#age-overlay{
	backdrop-filter: blur(10px) !important; 
}
.hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.hero-title {
  font-size: 48px;
  color: #756df4;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 24px;
  color: #cb914f;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero-description {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}

.hero-btn {
  display: inline-block;
  padding: 14px 30px;
  background-color: #756df4;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
}

.hero-btn:hover {
  background-color: #5a4ee0;
}

.review-item {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  padding: 2rem;
  margin-bottom: 2.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

.review-item-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.review-item-row>div {
  flex: 1 1 18%;
  min-width: 180px;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background 0.3s ease, transform 0.2s ease;
  border-radius: 10px;
}

.review-item-row>div:hover {
  background: rgba(108, 92, 231, 0.05);
  transform: scale(1.02);
}

.review-col-logo img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 0.75rem;
  display: block;
}

.review-col-rating ul {
  text-align: center;
  padding: 0;
  margin: 0;
}

.review-col-rating li {
  display: inline-block;
  font-size: 2 rem;
  color: #fdcb6e;
  transition: transform 0.2s;
}

.review-col-rating li:hover {
  transform: scale(1.15);
}

.review-col-rating .btn-read-more {
  margin-top: 0.5rem;
  text-align: center;
  font-weight: 600;
  color: #6c5ce7;
  display: inline-block;
}

.review-col-bonus h5 {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  color: #2d3436;
  text-align: center;
  margin: 0.5rem 0;
}

.review-col-features ul {
  list-style: none;
  padding-left: 0;
  font-size: 0.95rem;
  color: #2d3436;
  margin: 0.5rem 0;
}

.review-col-features li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.2rem;
}

.review-col-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #103755;
  font-weight: bold;
  font-size: 1rem;
}

.review-col-btn {
  text-align: center;
  margin-top: 1rem;
}

.review-btn {
  display: inline-block;
  background: linear-gradient(135deg, #103755, #25699d);
  color: #fff !important;
  font-weight: bold;
  padding: 0.65rem 1.5rem;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.4s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.review-btn:hover {
  background: linear-gradient(135deg, #103755, #25699d);
  transform: scale(1.05);
}

.review-col-btn p {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #888;
}

/* Адаптивность */
@media (max-width: 1024px) {
  .review-item-row>div {
    flex: 1 1 45%;
  }
}

@media (max-width: 768px) {
  .review-item-row>div {
    flex: 1 1 100%;
  }

  .review-item {
    padding: 1.5rem;
  }
}

.owl-next {
  display: none;
}

.owl-prev {
  display: none;
}

.about-section {
  background-color: #ffffff;
  padding: 80px 20px;
}

.about-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.about-title {
  font-size: 36px;
  color: #756df4;
  font-weight: 700;
  margin-bottom: 25px;
}

.about-text {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.about-extended {
  background: #f9f9ff;
  padding: 100px 20px;
}

.about-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

.about-header h2 {
  font-size: 40px;
  color: #5a4af4;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-header p {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.about-item {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.about-item:hover {
  transform: translateY(-6px);
}

.about-item h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
}

.about-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.about-highlight {
  background: linear-gradient(135deg, #5a4af4, #8b7ff6);
  color: #fff;
  border-radius: 18px;
  padding: 40px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.about-highlight h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.about-highlight p {
  font-size: 18px;
  line-height: 1.8;
}

.info-section {
  background: #f6f4ee;
  padding: 80px 20px;
}

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

.info-box {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.info-box:hover {
  transform: translateY(-5px);
}

.info-box h3 {
  font-size: 22px;
  color: #756df4;
  margin-bottom: 15px;
}

.info-box p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.about-section {
  background-color: #f6f4ee;
  padding: 100px 20px;
}

.about-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

.about-header h2 {
  font-size: 42px;
  color: #756df4;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-header p {
  font-size: 18px;
  color: #333;
  line-height: 1.7;
}

.about-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.about-block {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.about-block:hover {
  transform: translateY(-5px);
}

.about-block h3 {
  font-size: 22px;
  color: #cb914f;
  margin-bottom: 15px;
}

.about-block p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.why-choose-section {
  background: #f6f4ee;
  padding: 100px 20px;
}

.section-header {
  max-width: 900px;
  margin: 0 auto 50px auto;
  text-align: center;
}

.section-header h2 {
  font-size: 42px;
  color: #756df4;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-header p {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
}

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

.section-content h3 {
  font-size: 24px;
  color: #cb914f;
  margin-top: 30px;
  margin-bottom: 12px;
}

.section-content p {
  font-size: 17px;
  color: #333;
  line-height: 1.7;
}

.responsible-gaming-section {
  background-color: #f6f4ee;
  padding: 100px 20px;
}

.section-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

.section-header h2 {
  font-size: 42px;
  color: #756df4;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-header p {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
}

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

.gaming-item {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.gaming-item:hover {
  transform: translateY(-5px);
}

.gaming-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.gaming-item h3 {
  font-size: 22px;
  color: #cb914f;
  margin-bottom: 12px;
}

.gaming-item p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.info-section {
  background-color: #f6f4ee;
  padding: 100px 20px;
}

.info-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

.info-header h2 {
  font-size: 42px;
  color: #756df4;
  font-weight: 700;
  margin-bottom: 15px;
}

.info-header p {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
}

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

.info-content h3 {
  font-size: 24px;
  color: #cb914f;
  margin-top: 30px;
  margin-bottom: 12px;
}

.info-content p {
  font-size: 17px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 20px;
}

.privacy-policy-section {
  background-color: #f6f4ee;
  padding: 100px 20px;
}

.privacy-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

.privacy-header h2 {
  font-size: 42px;
  color: #756df4;
  font-weight: 700;
  margin-bottom: 15px;
}

.privacy-header p {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
}

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

.privacy-content h3 {
  font-size: 24px;
  color: #cb914f;
  margin-top: 30px;
  margin-bottom: 12px;
}

.privacy-content p {
  font-size: 17px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 20px;
}

.terms-section {
  background-color: #f6f4ee;
  padding: 100px 20px;
}

.terms-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

.terms-header h2 {
  font-size: 42px;
  color: #756df4;
  font-weight: 700;
  margin-bottom: 15px;
}

.terms-header p {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
}

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

.terms-content h3 {
  font-size: 24px;
  color: #cb914f;
  margin-top: 30px;
  margin-bottom: 12px;
}

.terms-content p {
  font-size: 17px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 20px;
}


.cookies-policy-section {
  background-color: #f6f4ee;
  padding: 100px 20px;
}

.cookies-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

.cookies-header h2 {
  font-size: 42px;
  color: #756df4;
  font-weight: 700;
  margin-bottom: 15px;
}

.cookies-header p {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
}

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

.cookies-content h3 {
  font-size: 24px;
  color: #cb914f;
  margin-top: 30px;
  margin-bottom: 12px;
}

.cookies-content p {
  font-size: 17px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 20px;
}

.hero-age {
  color: #cb914f;
  font-weight: 600;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}

.hero-section-new {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #f6f4ee 0%, #fff8f0 100%);
  padding: 80px 20px;
  align-items: center;
  gap: 50px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.hero-left {
  flex: 1;
  min-width: 300px;
}

.hero-left h1 {
  font-size: 48px;
  color: #756df4;
  margin-bottom: 15px;
  font-weight: 700;
}

.hero-left h2 {
  font-size: 26px;
  color: #cb914f;
  margin-bottom: 20px;
}

.hero-left p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}

.age-warning {
  font-weight: 600;
  color: #ff4d4d;
  margin-bottom: 30px;
  font-size: 16px;
}

.policies-links a {
  color: #756df4;
  margin-right: 15px;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s;
}

.policies-links a:hover {
  color: #cb914f;
}

.hero-right {
  flex: 1;
  min-width: 300px;
}

.icon-block {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.icon-item {
  background: #fff;
  border: 2px solid #cb914f;
  border-radius: 14px;
  padding: 20px 15px;
  flex: 1 1 120px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.icon-item span {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #756df4;
}

.icon-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Адаптив */
@media (max-width: 900px) {
  .hero-section-new {
    flex-direction: column;
    text-align: center;
  }

  .hero-left,
  .hero-right {
    min-width: 100%;
  }
}