/* style/betting-types-slot-machine-games.css */
.page-betting-types-slot-machine-games {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-betting-types-slot-machine-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-types-slot-machine-games__hero-section {
  background: linear-gradient(135deg, #003366 0%, #0a4f91 100%);
  color: #fff;
  text-align: center;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.page-betting-types-slot-machine-games__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:slot_pattern,abstract,subtle]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-betting-types-slot-machine-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #FFCC00;
  position: relative;
  z-index: 1;
}

.page-betting-types-slot-machine-games__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-betting-types-slot-machine-games__cta-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 700;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
}

.page-betting-types-slot-machine-games__cta-button:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
}

.page-betting-types-slot-machine-games__cta-button--large {
  padding: 18px 45px;
  font-size: 1.4em;
}

.page-betting-types-slot-machine-games__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.page-betting-types-slot-machine-games__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-betting-types-slot-machine-games__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: -10px auto 50px auto;
  color: #555;
}

.page-betting-types-slot-machine-games__intro-section,
.page-betting-types-slot-machine-games__categories-section,
.page-betting-types-slot-machine-games__themes-section,
.page-betting-types-slot-machine-games__features-section,
.page-betting-types-slot-machine-games__jackpots-section,
.page-betting-types-slot-machine-games__tips-section,
.page-betting-types-slot-machine-games__get-started-section,
.page-betting-types-slot-machine-games__providers-section,
.page-betting-types-slot-machine-games__mobile-section,
.page-betting-types-slot-machine-games__promotions-section,
.page-betting-types-slot-machine-games__faq-section,
.page-betting-types-slot-machine-games__final-cta-section {
  padding: 80px 0;
}

.page-betting-types-slot-machine-games__intro-section,
.page-betting-types-slot-machine-games__jackpots-section,
.page-betting-types-slot-machine-games__mobile-section {
  background-color: #fff;
}

.page-betting-types-slot-machine-games__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-betting-types-slot-machine-games__content-grid--reverse {
  grid-template-columns: 1fr 1fr;
  direction: rtl;
}

.page-betting-types-slot-machine-games__content-grid--reverse > div {
  direction: ltr;
}

.page-betting-types-slot-machine-games__text-content p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-betting-types-slot-machine-games__image-wrapper {
  text-align: center;
}

.page-betting-types-slot-machine-games__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-betting-types-slot-machine-games__inline-cta {
  display: inline-block;
  background-color: #003366;
  color: #FFCC00;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-betting-types-slot-machine-games__inline-cta:hover {
  background-color: #0a4f91;
}

.page-betting-types-slot-machine-games__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-betting-types-slot-machine-games__card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #FFCC00;
}

.page-betting-types-slot-machine-games__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-betting-types-slot-machine-games__card-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

.page-betting-types-slot-machine-games__card-title {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-betting-types-slot-machine-games__card-text {
  font-size: 1em;
  color: #666;
}

.page-betting-types-slot-machine-games__theme-list,
.page-betting-types-slot-machine-games__tips-list,
.page-betting-types-slot-machine-games__promo-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 50px auto;
}

.page-betting-types-slot-machine-games__theme-list li,
.page-betting-types-slot-machine-games__tips-list li,
.page-betting-types-slot-machine-games__promo-list li {
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  color: #444;
  border-left: 5px solid #003366;
}

.page-betting-types-slot-machine-games__theme-list li strong,
.page-betting-types-slot-machine-games__tips-list li strong,
.page-betting-types-slot-machine-games__promo-list li strong {
  color: #003366;
}

.page-betting-types-slot-machine-games__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-betting-types-slot-machine-games__feature-item {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-bottom: 4px solid #FFCC00;
}

.page-betting-types-slot-machine-games__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.page-betting-types-slot-machine-games__feature-title {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-betting-types-slot-machine-games__feature-text {
  font-size: 0.95em;
  color: #666;
}

.page-betting-types-slot-machine-games__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.page-betting-types-slot-machine-games__step-item {
  text-align: center;
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-betting-types-slot-machine-games__step-item:hover {
  transform: translateY(-8px);
}

.page-betting-types-slot-machine-games__step-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.1));
}

.page-betting-types-slot-machine-games__step-title {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-betting-types-slot-machine-games__step-text {
  font-size: 1.05em;
  color: #555;
  margin-bottom: 25px;
}

.page-betting-types-slot-machine-games__step-cta {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.page-betting-types-slot-machine-games__step-cta:hover {
  background-color: #e6b800;
}

.page-betting-types-slot-machine-games__provider-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}

.page-betting-types-slot-machine-games__provider-logo {
  height: 60px;
  width: auto;
  max-width: 180px;
  filter: grayscale(80%) opacity(0.7);
  transition: filter 0.3s ease;
}

.page-betting-types-slot-machine-games__provider-logo:hover {
  filter: grayscale(0%) opacity(1);
}

.page-betting-types-slot-machine-games__faq-item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  border-left: 6px solid #FFCC00;
}

.page-betting-types-slot-machine-games__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-betting-types-slot-machine-games__faq-answer {
  font-size: 1.05em;
  color: #555;
}

.page-betting-types-slot-machine-games__final-cta-section {
  background: linear-gradient(45deg, #003366, #0a4f91);
  color: #fff;
  text-align: center;
  padding: 100px 0;
}

.page-betting-types-slot-machine-games__final-cta-section .page-betting-types-slot-machine-games__section-title {
  color: #FFCC00;
}

.page-betting-types-slot-machine-games__final-cta-section .page-betting-types-slot-machine-games__section-title::after {
  background-color: #fff;
}

.page-betting-types-slot-machine-games__final-cta-section .page-betting-types-slot-machine-games__section-description {
  color: #e0e0e0;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-betting-types-slot-machine-games__hero-title {
    font-size: 2.8em;
  }
  .page-betting-types-slot-machine-games__section-title {
    font-size: 2em;
  }
  .page-betting-types-slot-machine-games__content-grid,
  .page-betting-types-slot-machine-games__content-grid--reverse {
    grid-template-columns: 1fr;
  }
  .page-betting-types-slot-machine-games__content-grid--reverse > div {
    direction: ltr;
  }
  .page-betting-types-slot-machine-games__content-grid .page-betting-types-slot-machine-games__image-wrapper {
    order: -1; /* Image first on mobile for some sections */
  }
  .page-betting-types-slot-machine-games__mobile-section .page-betting-types-slot-machine-games__image-wrapper {
    order: 0;
  }
}

@media (max-width: 768px) {
  .page-betting-types-slot-machine-games__hero-title {
    font-size: 2.2em;
  }
  .page-betting-types-slot-machine-games__hero-subtitle {
    font-size: 1.1em;
  }
  .page-betting-types-slot-machine-games__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-betting-types-slot-machine-games__cta-button--large {
    padding: 15px 30px;
    font-size: 1.2em;
  }
  .page-betting-types-slot-machine-games__section-title {
    font-size: 1.8em;
  }
  .page-betting-types-slot-machine-games__section-description {
    font-size: 1em;
  }
  .page-betting-types-slot-machine-games__intro-section,
  .page-betting-types-slot-machine-games__categories-section,
  .page-betting-types-slot-machine-games__themes-section,
  .page-betting-types-slot-machine-games__features-section,
  .page-betting-types-slot-machine-games__jackpots-section,
  .page-betting-types-slot-machine-games__tips-section,
  .page-betting-types-slot-machine-games__get-started-section,
  .page-betting-types-slot-machine-games__providers-section,
  .page-betting-types-slot-machine-games__mobile-section,
  .page-betting-types-slot-machine-games__promotions-section,
  .page-betting-types-slot-machine-games__faq-section,
  .page-betting-types-slot-machine-games__final-cta-section {
    padding: 60px 0;
  }
  .page-betting-types-slot-machine-games__card-grid,
  .page-betting-types-slot-machine-games__feature-grid,
  .page-betting-types-slot-machine-games__steps-grid {
    gap: 20px;
  }
  .page-betting-types-slot-machine-games__theme-list li,
  .page-betting-types-slot-machine-games__tips-list li,
  .page-betting-types-slot-machine-games__promo-list li {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-betting-types-slot-machine-games__faq-question {
    font-size: 1.2em;
  }
  .page-betting-types-slot-machine-games__faq-answer {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-betting-types-slot-machine-games__hero-title {
    font-size: 1.8em;
  }
  .page-betting-types-slot-machine-games__hero-subtitle {
    font-size: 0.95em;
  }
  .page-betting-types-slot-machine-games__cta-button {
    font-size: 1em;
    padding: 10px 20px;
  }
  .page-betting-types-slot-machine-games__section-title {
    font-size: 1.5em;
  }
  .page-betting-types-slot-machine-games__card-title {
    font-size: 1.3em;
  }
  .page-betting-types-slot-machine-games__feature-title {
    font-size: 1.2em;
  }
  .page-betting-types-slot-machine-games__step-title {
    font-size: 1.4em;
  }
  .page-betting-types-slot-machine-games__provider-logo {
    height: 50px;
    max-width: 150px;
  }
}