.page-slot-games-video-slots {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #FFF3E6);
  background-color: var(--page-bg, #0D0E12);
}

.page-slot-games-video-slots__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-slot-games-video-slots__section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--text-main, #FFF3E6);
  line-height: 1.2;
}

.page-slot-games-video-slots__text-block {
  font-size: 17px;
  margin-bottom: 20px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games-video-slots__btn-primary,
.page-slot-games-video-slots__btn-secondary,
.page-slot-games-video-slots__btn-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-slot-games-video-slots__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(255, 165, 58, 0.4);
}

.page-slot-games-video-slots__btn-primary:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  box-shadow: 0 6px 20px rgba(255, 165, 58, 0.6);
  transform: translateY(-2px);
}

.page-slot-games-video-slots__btn-secondary {
  background: transparent;
  color: #FFA53A;
  border: 2px solid #FFA53A;
  box-shadow: 0 2px 10px rgba(255, 165, 58, 0.2);
}

.page-slot-games-video-slots__btn-secondary:hover {
  background: #FFA53A;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(255, 165, 58, 0.4);
  transform: translateY(-2px);
}

.page-slot-games-video-slots__btn-small {
  padding: 8px 18px;
  font-size: 14px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(255, 165, 58, 0.3);
}

.page-slot-games-video-slots__btn-small:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  transform: translateY(-1px);
}

.page-slot-games-video-slots__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background-color: var(--background, #0D0E12);
}

.page-slot-games-video-slots__hero-image {
  position: relative;
  width: 100%;
  height: 600px; /* Default height for desktop */
  overflow: hidden;
  margin-bottom: 30px;
}

.page-slot-games-video-slots__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-slot-games-video-slots__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-slot-games-video-slots__main-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--text-main, #FFF3E6);
  line-height: 1.1;
}

.page-slot-games-video-slots__hero-description {
  font-size: 18px;
  margin-bottom: 30px;
  color: rgba(255, 243, 230, 0.9);
}

.page-slot-games-video-slots__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-slot-games-video-slots__introduction-section,
.page-slot-games-video-slots__popular-games-section,
.page-slot-games-video-slots__cta-section {
  padding: 80px 0;
  background-color: var(--light-bg, #F5F5F5); /* Fallback for light background */
  color: #333333; /* Dark text for light background */
}

.page-slot-games-video-slots__introduction-section .page-slot-games-video-slots__section-title,
.page-slot-games-video-slots__popular-games-section .page-slot-games-video-slots__section-title,
.page-slot-games-video-slots__cta-section .page-slot-games-video-slots__section-title {
  color: #333333;
}

.page-slot-games-video-slots__introduction-section .page-slot-games-video-slots__text-block,
.page-slot-games-video-slots__popular-games-section .page-slot-games-video-slots__text-block,
.page-slot-games-video-slots__cta-section .page-slot-games-video-slots__text-block {
  color: #555555;
}

.page-slot-games-video-slots__features-section,
.page-slot-games-video-slots__strategy-section,
.page-slot-games-video-slots__faq-section {
  padding: 80px 0;
  background-color: var(--background, #0D0E12);
  color: var(--text-main, #FFF3E6);
}

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

.page-slot-games-video-slots__feature-card,
.page-slot-games-video-slots__game-card {
  background-color: var(--card-bg, #17191F);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border, #A84F0C);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-slot-games-video-slots__feature-card:hover,
.page-slot-games-video-slots__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(255, 140, 26, 0.4);
}

.page-slot-games-video-slots__feature-card img,
.page-slot-games-video-slots__game-card img {
  max-width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games-video-slots__card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--glow, #FFB04D);
  line-height: 1.3;
}

.page-slot-games-video-slots__feature-card p,
.page-slot-games-video-slots__game-card p {
  font-size: 16px;
  color: rgba(255, 243, 230, 0.8);
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-slot-games-video-slots__cta-center {
  text-align: center;
  margin-top: 50px;
}

.page-slot-games-video-slots__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-games-video-slots__strategy-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 40px auto 0 auto;
}

.page-slot-games-video-slots__strategy-list li {
  background-color: var(--card-bg, #17191F);
  border: 1px solid var(--border, #A84F0C);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 17px;
  color: var(--text-main, #FFF3E6);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.page-slot-games-video-slots__strategy-list li:hover {
  transform: translateX(5px);
}

.page-slot-games-video-slots__strategy-list strong {
  color: var(--deep-orange, #D96800);
}

/* FAQ Styles */
details.page-slot-games-video-slots__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid var(--border, #A84F0C);
  overflow: hidden;
  background: var(--card-bg, #17191F);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
details.page-slot-games-video-slots__faq-item summary.page-slot-games-video-slots__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: var(--glow, #FFB04D);
  font-weight: 600;
  font-size: 18px;
}
details.page-slot-games-video-slots__faq-item summary.page-slot-games-video-slots__faq-question::-webkit-details-marker {
  display: none;
}
details.page-slot-games-video-slots__faq-item summary.page-slot-games-video-slots__faq-question:hover {
  background: rgba(255, 140, 26, 0.1);
}
.page-slot-games-video-slots__faq-qtext {
  flex: 1;
  line-height: 1.5;
  text-align: left;
}
.page-slot-games-video-slots__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: var(--deep-orange, #D96800);
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}
details.page-slot-games-video-slots__faq-item .page-slot-games-video-slots__faq-answer {
  padding: 0 25px 25px;
  background: rgba(23, 25, 31, 0.8); /* Slightly transparent card bg */
  border-radius: 0 0 10px 10px;
  color: rgba(255, 243, 230, 0.9);
  font-size: 16px;
}

/* General image responsiveness */
.page-slot-games-video-slots img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* --- Mobile Responsive Styles (max-width: 768px) --- */
@media (max-width: 768px) {
  .page-slot-games-video-slots__container {
    padding: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-slot-games-video-slots__section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .page-slot-games-video-slots__text-block {
    font-size: 15px;
    text-align: left;
  }

  /* HERO Section */
  .page-slot-games-video-slots__hero-section {
    padding-top: 10px; /* Consistent small top padding */
    padding-bottom: 40px;
  }
  .page-slot-games-video-slots__hero-image {
    height: 300px; /* Smaller height for mobile hero */
    margin-bottom: 20px;
  }
  .page-slot-games-video-slots__hero-image img {
    object-fit: contain !important; /* Prevent cropping on mobile */
    aspect-ratio: unset !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-slot-games-video-slots__main-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .page-slot-games-video-slots__hero-description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .page-slot-games-video-slots__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  .page-slot-games-video-slots__btn-primary,
  .page-slot-games-video-slots__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px !important;
    font-size: 15px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Feature & Games Grid */
  .page-slot-games-video-slots__features-grid,
  .page-slot-games-video-slots__games-grid {
    grid-template-columns: 1fr; /* Single column on mobile */
    gap: 20px;
    margin-top: 30px;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
  .page-slot-games-video-slots__feature-card,
  .page-slot-games-video-slots__game-card {
    padding: 20px;
  }
  .page-slot-games-video-slots__feature-card img,
  .page-slot-games-video-slots__game-card img {
     /* Slightly smaller images on mobile */
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }
  .page-slot-games-video-slots__card-title {
    font-size: 20px;
  }
  .page-slot-games-video-slots__feature-card p,
  .page-slot-games-video-slots__game-card p {
    font-size: 15px;
  }
  .page-slot-games-video-slots__btn-small {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
  }

  /* Strategy List */
  .page-slot-games-video-slots__strategy-list {
    margin-top: 30px;
  }
  .page-slot-games-video-slots__strategy-list li {
    padding: 15px;
    font-size: 15px;
  }

  /* FAQ Section */
  details.page-slot-games-video-slots__faq-item summary.page-slot-games-video-slots__faq-question {
    padding: 15px;
    font-size: 16px;
  }
  .page-slot-games-video-slots__faq-toggle {
    font-size: 24px;
    width: 24px;
  }
  details.page-slot-games-video-slots__faq-item .page-slot-games-video-slots__faq-answer {
    padding: 0 15px 15px;
    font-size: 15px;
  }

  /* Universal image/container overflow prevention */
  .page-slot-games-video-slots img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-slot-games-video-slots__section,
  .page-slot-games-video-slots__card,
  .page-slot-games-video-slots__container,
  .page-slot-games-video-slots__cta-buttons,
  .page-slot-games-video-slots__button-group,
  .page-slot-games-video-slots__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* --- Tablet Responsive Styles (max-width: 1024px) --- */
@media (max-width: 1024px) and (min-width: 769px) {
  .page-slot-games-video-slots__container {
    padding: 25px;
  }
  .page-slot-games-video-slots__hero-image {
    height: 450px;
  }
  .page-slot-games-video-slots__main-title {
    font-size: 44px;
  }
  .page-slot-games-video-slots__hero-description {
    font-size: 17px;
  }
  .page-slot-games-video-slots__section-title {
    font-size: 36px;
  }
  .page-slot-games-video-slots__features-grid,
  .page-slot-games-video-slots__games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .page-slot-games-video-slots__feature-card img,
  .page-slot-games-video-slots__game-card img {
    
  }
  details.page-slot-games-video-slots__faq-item summary.page-slot-games-video-slots__faq-question {
    font-size: 17px;
  }
  .page-slot-games-video-slots__faq-toggle {
    font-size: 26px;
  }
  details.page-slot-games-video-slots__faq-item .page-slot-games-video-slots__faq-answer {
    font-size: 15px;
  }
}