.page-slot-games-jackpot-tips {
  color: #ffffff; /* Dark body background #121212, so light text is needed */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-slot-games-jackpot-tips__hero-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

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

.page-slot-games-jackpot-tips__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.page-slot-games-jackpot-tips__hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
}

.page-slot-games-jackpot-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffc107; /* Accent color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-slot-games-jackpot-tips__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-slot-games-jackpot-tips__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-slot-games-jackpot-tips__btn-primary,
.page-slot-games-jackpot-tips__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-slot-games-jackpot-tips__btn-primary {
  background-color: #ffc107; /* Accent color */
  color: #121212; /* Dark text for contrast */
  border: 2px solid #ffc107;
}

.page-slot-games-jackpot-tips__btn-primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
}

.page-slot-games-jackpot-tips__btn-secondary {
  background-color: transparent;
  color: #ffc107; /* Accent color */
  border: 2px solid #ffc107;
}

.page-slot-games-jackpot-tips__btn-secondary:hover {
  background-color: #ffc107;
  color: #121212;
}

.page-slot-games-jackpot-tips__section {
  padding: 80px 0;
  text-align: center;
}

.page-slot-games-jackpot-tips__section:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.2); /* Slightly darker background for contrast */
}

.page-slot-games-jackpot-tips__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #007bff; /* Primary color */
}

.page-slot-games-jackpot-tips__section-intro {
  max-width: 800px;
  margin: 0 auto 50px auto;
  font-size: 1.1em;
  color: #f0f0f0;
}

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

.page-slot-games-jackpot-tips__features-grid,
.page-slot-games-jackpot-tips__tips-grid,
.page-slot-games-jackpot-tips__strategy-cards,
.page-slot-games-jackpot-tips__responsible-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-slot-games-jackpot-tips__feature-card,
.page-slot-games-jackpot-tips__tip-card,
.page-slot-games-jackpot-tips__strategy-card,
.page-slot-games-jackpot-tips__responsible-card {
  background-color: rgba(255, 255, 255, 0.08); /* Light background for card content */
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.page-slot-games-jackpot-tips__feature-title,
.page-slot-games-jackpot-tips__tip-title,
.page-slot-games-jackpot-tips__strategy-title,
.page-slot-games-jackpot-tips__responsible-title {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #ffc107;
}

.page-slot-games-jackpot-tips__feature-description,
.page-slot-games-jackpot-tips__tip-description,
.page-slot-games-jackpot-tips__strategy-description,
.page-slot-games-jackpot-tips__responsible-description {
  font-size: 1em;
  color: #e0e0e0;
  flex-grow: 1;
}

.page-slot-games-jackpot-tips__feature-image,
.page-slot-games-jackpot-tips__tip-image,
.page-slot-games-jackpot-tips__responsible-image,
.page-slot-games-jackpot-tips__faq-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 20px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-slot-games-jackpot-tips__faq-section {
  background-color: rgba(0, 0, 0, 0.2);
}

.page-slot-games-jackpot-tips__faq-list {
  max-width: 900px;
  margin: 0 auto 50px auto;
}

.page-slot-games-jackpot-tips__faq-item {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-slot-games-jackpot-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffc107;
  cursor: pointer;
  background-color: #007bff;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.page-slot-games-jackpot-tips__faq-question:hover {
  background-color: #0056b3;
}

.page-slot-games-jackpot-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #ffffff;
}

.page-slot-games-jackpot-tips__faq-item.active .page-slot-games-jackpot-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-slot-games-jackpot-tips__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #e0e0e0;
  text-align: left;
}

.page-slot-games-jackpot-tips__faq-item.active .page-slot-games-jackpot-tips__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to accommodate content */
  padding: 15px 25px 20px 25px;
}

.page-slot-games-jackpot-tips__cta-section {
  background: linear-gradient(45deg, #007bff, #0056b3);
  padding: 100px 0;
}

.page-slot-games-jackpot-tips__cta-button {
  margin-top: 40px;
  font-size: 1.2em;
  padding: 18px 35px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-slot-games-jackpot-tips__hero-title {
    font-size: 3em;
  }

  .page-slot-games-jackpot-tips__hero-description {
    font-size: 1.1em;
  }

  .page-slot-games-jackpot-tips__section-title {
    font-size: 2em;
  }

  .page-slot-games-jackpot-tips__feature-title,
  .page-slot-games-jackpot-tips__tip-title,
  .page-slot-games-jackpot-tips__strategy-title,
  .page-slot-games-jackpot-tips__responsible-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-slot-games-jackpot-tips__hero-section {
    min-height: 500px;
  }

  .page-slot-games-jackpot-tips__hero-title {
    font-size: 2.2em;
  }

  .page-slot-games-jackpot-tips__hero-description {
    font-size: 1em;
  }

  .page-slot-games-jackpot-tips__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-slot-games-jackpot-tips__btn-primary,
  .page-slot-games-jackpot-tips__btn-secondary {
    width: 100%;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-slot-games-jackpot-tips__section {
    padding: 60px 0;
  }

  .page-slot-games-jackpot-tips__section-title {
    font-size: 1.8em;
  }

  .page-slot-games-jackpot-tips__section-intro {
    font-size: 0.95em;
  }

  .page-slot-games-jackpot-tips__feature-card,
  .page-slot-games-jackpot-tips__tip-card,
  .page-slot-games-jackpot-tips__strategy-card,
  .page-slot-games-jackpot-tips__responsible-card {
    padding: 25px;
  }

  .page-slot-games-jackpot-tips__feature-title,
  .page-slot-games-jackpot-tips__tip-title,
  .page-slot-games-jackpot-tips__strategy-title,
  .page-slot-games-jackpot-tips__responsible-title {
    font-size: 1.3em;
  }

  .page-slot-games-jackpot-tips__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-slot-games-jackpot-tips__faq-answer {
    padding: 10px 20px 15px 20px;
  }

  .page-slot-games-jackpot-tips__cta-section {
    padding: 80px 0;
  }

  .page-slot-games-jackpot-tips__cta-button {
    font-size: 1.1em;
    padding: 15px 30px;
  }
  
  /* Mobile image responsive */
  .page-slot-games-jackpot-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-slot-games-jackpot-tips__section,
  .page-slot-games-jackpot-tips__container,
  .page-slot-games-jackpot-tips__hero-section,
  .page-slot-games-jackpot-tips__hero-cta-buttons,
  .page-slot-games-jackpot-tips__features-grid,
  .page-slot-games-jackpot-tips__tips-grid,
  .page-slot-games-jackpot-tips__strategy-cards,
  .page-slot-games-jackpot-tips__responsible-grid,
  .page-slot-games-jackpot-tips__faq-list,
  .page-slot-games-jackpot-tips__faq-item,
  .page-slot-games-jackpot-tips__faq-question,
  .page-slot-games-jackpot-tips__faq-answer,
  .page-slot-games-jackpot-tips__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }
  
  .page-slot-games-jackpot-tips__hero-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-slot-games-jackpot-tips__hero-cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-slot-games-jackpot-tips__btn-primary,
  .page-slot-games-jackpot-tips__btn-secondary,
  .page-slot-games-jackpot-tips a[class*="button"],
  .page-slot-games-jackpot-tips a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}