/* style/slot-jackpots.css */

/* Base Styles - Dark Theme */
.page-slot-jackpots {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-bottom: 50px; /* Add some padding to the bottom */
}

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

.page-slot-jackpots__section {
  padding: 60px 0;
}

.page-slot-jackpots__section-title {
  font-size: 2.8em;
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-slot-jackpots__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

/* Hero Section */
.page-slot-jackpots__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 10px; /* Small decorative top padding */
  padding-bottom: 80px;
  background-color: #08160F;
}

.page-slot-jackpots__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height for aesthetic */
  overflow: hidden;
  margin-bottom: 30px;
}

.page-slot-jackpots__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-slot-jackpots__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
}

.page-slot-jackpots__main-title {
  font-size: clamp(2.5em, 5vw, 3.8em); /* Use clamp for H1 */
  font-weight: 800;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.1;
  text-shadow: 0 0 15px rgba(87, 227, 141, 0.5); /* Glow */
}

.page-slot-jackpots__hero-description {
  font-size: 1.3em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-jackpots__cta-button {
  display: inline-block;
  padding: 18px 35px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(17, 168, 78, 0.4);
  border: none;
  cursor: pointer;
}

.page-slot-jackpots__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(17, 168, 78, 0.6);
  filter: brightness(1.1);
}

/* Introduction Section */
.page-slot-jackpots__introduction-section {
  background-color: #0A4B2C; /* Deep Green */
  border-top: 1px solid #2E7A4E; /* Border */
  border-bottom: 1px solid #2E7A4E; /* Border */
}

/* Game Types Section */
.page-slot-jackpots__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-jackpots__game-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-slot-jackpots__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-slot-jackpots__game-title {
  font-size: 1.8em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-slot-jackpots__game-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
  margin-bottom: 20px;
}

.page-slot-jackpots__card-button {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-slot-jackpots__card-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

/* Jackpot Opportunities Section */
.page-slot-jackpots__jackpot-opportunities-section {
  background-color: #08160F;
}

.page-slot-jackpots__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-slot-jackpots__cta-button--secondary {
  background: #F2C14E; /* Gold */
  color: #08160F; /* Background */
  box-shadow: 0 8px 20px rgba(242, 193, 78, 0.4);
}

.page-slot-jackpots__cta-button--secondary:hover {
  box-shadow: 0 12px 25px rgba(242, 193, 78, 0.6);
}

/* Promotions Section */
.page-slot-jackpots__promotions-section {
  background-color: #0A4B2C; /* Deep Green */
  border-top: 1px solid #2E7A4E; /* Border */
  border-bottom: 1px solid #2E7A4E; /* Border */
}

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

.page-slot-jackpots__promo-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-slot-jackpots__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-slot-jackpots__promo-title {
  font-size: 1.6em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-slot-jackpots__promo-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
  margin-bottom: 20px;
}

/* Guide Section */
.page-slot-jackpots__guide-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-slot-jackpots__guide-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #F2FFF6; /* Text Main */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-slot-jackpots__guide-item strong {
  color: #57E38D; /* Glow */
}

/* Platform Features Section */
.page-slot-jackpots__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-jackpots__feature-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-slot-jackpots__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 2px solid #57E38D; /* Glow */
  padding: 10px;
}

.page-slot-jackpots__feature-title {
  font-size: 1.8em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-slot-jackpots__feature-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

/* FAQ Section */
.page-slot-jackpots__faq-list {
  margin-top: 40px;
}

.page-slot-jackpots__faq-item {
  background-color: #11271B; /* Card BG */\  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-slot-jackpots__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #1E3A2A; /* Divider */
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-slot-jackpots__faq-question::-webkit-details-marker {
  display: none;
}

.page-slot-jackpots__faq-question:hover {
  background-color: #2E7A4E; /* Border */
}

.page-slot-jackpots__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #57E38D; /* Glow */
}

.page-slot-jackpots__faq-item[open] .page-slot-jackpots__faq-toggle {
  transform: rotate(45deg);
}

.page-slot-jackpots__faq-answer {
  padding: 20px 25px;
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  border-top: 1px solid #2E7A4E; /* Border */
}

.page-slot-jackpots__faq-answer p {
  margin-bottom: 0; /* Remove default paragraph margin */
}

/* Final CTA Section */
.page-slot-jackpots__cta-final-section {
  background-color: #0A4B2C; /* Deep Green */
  text-align: center;
  padding: 80px 0;
  border-top: 1px solid #2E7A4E; /* Border */
}

.page-slot-jackpots__cta-button--large {
  padding: 20px 40px;
  font-size: 1.4em;
  margin-top: 30px;
}

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

  .page-slot-jackpots__main-title {
    font-size: clamp(2em, 4.5vw, 3em);
  }

  .page-slot-jackpots__hero-description {
    font-size: 1.1em;
  }

  .page-slot-jackpots__game-grid,
  .page-slot-jackpots__promo-grid,
  .page-slot-jackpots__features-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-slot-jackpots {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-slot-jackpots__section {
    padding: 40px 0;
  }

  .page-slot-jackpots__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-slot-jackpots__hero-section {
    padding-bottom: 60px;
    padding-top: 10px !important; /* body already handles --header-offset */
  }

  .page-slot-jackpots__hero-image-wrapper {
    max-height: 400px;
    margin-bottom: 20px;
  }

  .page-slot-jackpots__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-slot-jackpots__hero-description {
    font-size: 1em;
  }

  .page-slot-jackpots__cta-button {
    padding: 15px 25px;
    font-size: 1.1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Image responsive adaptation */
  .page-slot-jackpots img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-slot-jackpots__game-card,
  .page-slot-jackpots__promo-card,
  .page-slot-jackpots__feature-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 20px;
  }

  .page-slot-jackpots__game-image,
  .page-slot-jackpots__promo-image,
  .page-slot-jackpots__content-image {
    height: auto;
    max-height: 250px;
  }

  .page-slot-jackpots__cta-button--large {
    font-size: 1.2em;
    padding: 18px 30px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

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

  .page-slot-jackpots__faq-answer {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-slot-jackpots__game-grid,
  .page-slot-jackpots__promo-grid,
  .page-slot-jackpots__features-grid {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .page-slot-jackpots__card-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}