/* style/slot-games-brand-slots.css */
.page-slot-games-brand-slots {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #E0E0E0;
  background-color: #0A1931;
  line-height: 1.6;
}

.page-slot-games-brand-slots__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-slot-games-brand-slots__hero {
  background: linear-gradient(135deg, #0A1931 0%, #203A5F 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-slot-games-brand-slots__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 40px;
}

.page-slot-games-brand-slots__hero h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-slot-games-brand-slots__hero p {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-slot-games-brand-slots__hero-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.page-slot-games-brand-slots__section {
  padding: 60px 0;
  text-align: center;
}

.page-slot-games-brand-slots__section--dark {
  background-color: #12284D;
}

.page-slot-games-brand-slots__section h2 {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #FFD700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-slot-games-brand-slots__section h3 {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-slot-games-brand-slots__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #C0C0C0;
}

.page-slot-games-brand-slots__features, 
.page-slot-games-brand-slots__grid, 
.page-slot-games-brand-slots__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-games-brand-slots__feature-item,
.page-slot-games-brand-slots__grid-item,
.page-slot-games-brand-slots__strategy-item {
  background-color: #0A1931;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #FFD70030;
}

.page-slot-games-brand-slots__feature-item:hover,
.page-slot-games-brand-slots__grid-item:hover,
.page-slot-games-brand-slots__strategy-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-slot-games-brand-slots__feature-icon,
.page-slot-games-brand-slots__grid-icon,
.page-slot-games-brand-slots__strategy-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-slot-games-brand-slots__game-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.page-slot-games-brand-slots__game-list li {
  background-color: #12284D;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  border-left: 5px solid #FFD700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-slot-games-brand-slots__game-list li strong {
  color: #FFD700;
}

.page-slot-games-brand-slots__steps {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: left;
}

.page-slot-games-brand-slots__steps li {
  background-color: #0A1931;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-top: 5px solid #FFD700;
}

.page-slot-games-brand-slots__steps li h3 {
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-slot-games-brand-slots__steps li p {
  color: #C0C0C0;
  margin-bottom: 20px;
}

.page-slot-games-brand-slots__cta-banner {
  background: linear-gradient(90deg, #FFD700 0%, #F0B300 100%);
  padding: 60px 0;
  text-align: center;
  color: #0A1931;
  margin: 40px 0;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.page-slot-games-brand-slots__cta-banner h2 {
  color: #0A1931;
  font-size: 2.8em;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.page-slot-games-brand-slots__cta-banner p {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.page-slot-games-brand-slots__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  z-index: 1;
}

.page-slot-games-brand-slots__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
  border: none;
}

.page-slot-games-brand-slots__btn--primary {
  background-color: #FFD700;
  color: #0A1931;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-slot-games-brand-slots__btn--primary:hover {
  background-color: #F0B300;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-slot-games-brand-slots__btn--secondary {
  background-color: #0A1931;
  color: #FFD700;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-slot-games-brand-slots__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A1931;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-slot-games-brand-slots__hero h1 {
    font-size: 2.8em;
  }
  .page-slot-games-brand-slots__hero p {
    font-size: 1.1em;
  }
  .page-slot-games-brand-slots__section h2 {
    font-size: 2em;
  }
  .page-slot-games-brand-slots__section h3 {
    font-size: 1.5em;
  }
  .page-slot-games-brand-slots__cta-banner h2 {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-slot-games-brand-slots__hero {
    padding: 60px 0;
  }
  .page-slot-games-brand-slots__hero h1 {
    font-size: 2.2em;
  }
  .page-slot-games-brand-slots__hero p {
    font-size: 1em;
  }
  .page-slot-games-brand-slots__section {
    padding: 40px 0;
  }
  .page-slot-games-brand-slots__section h2 {
    font-size: 1.8em;
  }
  .page-slot-games-brand-slots__features, 
  .page-slot-games-brand-slots__grid, 
  .page-slot-games-brand-slots__strategy-grid {
    grid-template-columns: 1fr;
  }
  .page-slot-games-brand-slots__steps {
    grid-template-columns: 1fr;
  }
  .page-slot-games-brand-slots__cta-banner h2 {
    font-size: 1.8em;
  }
  .page-slot-games-brand-slots__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-slot-games-brand-slots__hero h1 {
    font-size: 1.8em;
  }
  .page-slot-games-brand-slots__section h2 {
    font-size: 1.5em;
  }
  .page-slot-games-brand-slots__cta-banner h2 {
    font-size: 1.5em;
  }
}