.page-slot-games {
  max-width: 1390px;
  margin: 0 auto;
  padding: 10px 15px 40px;
  color: #1F2D3D;
  background-color: #F4F7FB;
}

.page-slot-games__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
}

.page-slot-games__hero-image-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.page-slot-games__hero-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  min-height: 200px;
}

.page-slot-games__hero-content {
  max-width: 900px;
}

.page-slot-games__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 15px;
}

.page-slot-games__hero-description {
  font-size: 1.1em;
  line-height: 1.6;
  color: #1F2D3D;
  margin-bottom: 30px;
}

.page-slot-games__cta-button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
  border: none;
  cursor: pointer;
}

.page-slot-games__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
}

.page-slot-games__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  line-height: 1.3;
}

.page-slot-games__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}

.page-slot-games__game-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #D6E2FF;
}

.page-slot-games__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.page-slot-games__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
}

.page-slot-games__game-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #1F2D3D;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-slot-games__game-description {
  font-size: 0.95em;
  color: #1F2D3D;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 15px;
}

.page-slot-games__card-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #6FA3FF;
  color: #FFFFFF;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.page-slot-games__card-button:hover {
  background-color: #2F6BFF;
}

.page-slot-games__why-choose-section {
  margin-bottom: 50px;
}

.page-slot-games__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.page-slot-games__feature-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  text-align: center;
  border: 1px solid #D6E2FF;
}

.page-slot-games__feature-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 15px;
}

.page-slot-games__feature-description {
  font-size: 1em;
  color: #1F2D3D;
  line-height: 1.6;
}

.page-slot-games__cta-banner {
  background: linear-gradient(90deg, #2F6BFF 0%, #6FA3FF 100%);
  padding: 50px 20px;
  border-radius: 15px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 50px;
  box-shadow: 0 10px 30px rgba(47, 107, 255, 0.4);
}

.page-slot-games__cta-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-slot-games__cta-description {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games__cta-button--secondary {
  background: #FFFFFF;
  color: #2F6BFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-slot-games__cta-button--secondary:hover {
  background: #f0f0f0;
  color: #2F6BFF;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-slot-games__faq-section {
  margin-bottom: 50px;
}

.page-slot-games__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-slot-games__faq-item {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #D6E2FF;
}

.page-slot-games__faq-question {
  font-size: 1.3em;
  font-weight: 600;
  color: #1F2D3D;
  margin-bottom: 10px;
}

.page-slot-games__faq-answer {
  font-size: 1em;
  color: #1F2D3D;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .page-slot-games__main-title {
    font-size: 2.8em;
  }
  .page-slot-games__section-title {
    font-size: 2em;
  }
  .page-slot-games__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-slot-games {
    padding: 8px 10px 30px;
  }
  .page-slot-games__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }
  .page-slot-games__hero-description {
    font-size: 1em;
  }
  .page-slot-games__section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .page-slot-games__games-grid {
    grid-template-columns: 1fr;
  }
  .page-slot-games__game-image {
    height: 250px;
    max-width: 100%;
    height: auto;
  }
  .page-slot-games__features-grid {
    grid-template-columns: 1fr;
  }
  .page-slot-games__cta-title {
    font-size: 1.8em;
  }
  .page-slot-games__cta-description {
    font-size: 1em;
  }
  .page-slot-games__hero-image,
  .page-slot-games__game-image {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .page-slot-games__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-slot-games__game-title {
    font-size: 1.2em;
  }
  .page-slot-games__feature-title {
    font-size: 1.3em;
  }
  .page-slot-games__cta-title {
    font-size: 1.6em;
  }
  .page-slot-games__faq-question {
    font-size: 1.1em;
  }
}