/* style/blog-pg88-slot-game-strategies.css */

:root {
  --pg88-primary-color: #11A84E;
  --pg88-secondary-color: #22C768;
  --pg88-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --pg88-card-bg: #11271B;
  --pg88-background: #08160F;
  --pg88-text-main: #F2FFF6;
  --pg88-text-secondary: #A7D9B8;
  --pg88-border-color: #2E7A4E;
  --pg88-glow-color: #57E38D;
  --pg88-gold-color: #F2C14E;
  --pg88-divider-color: #1E3A2A;
  --pg88-deep-green: #0A4B2C;
}

.page-blog-pg88-slot-game-strategies {
  font-family: Arial, sans-serif;
  color: var(--pg88-text-main);
  background-color: var(--pg88-background);
  line-height: 1.6;
}

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

/* Hero Section */
.page-blog-pg88-slot-game-strategies__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 10px; /* body handles --header-offset, this is for visual spacing */
  background-color: var(--pg88-background);
  overflow: hidden;
}

.page-blog-pg88-slot-game-strategies__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.page-blog-pg88-slot-game-strategies__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Subtle darkening for text readability */
}

.page-blog-pg88-slot-game-strategies__hero-content {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -150px; /* Pull content up over image for visual effect, but not overlap text */
  background: rgba(8, 22, 15, 0.85); /* Slightly darker background for text readability */
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.page-blog-pg88-slot-game-strategies__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: var(--pg88-gold-color);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-pg88-slot-game-strategies__intro-text {
  font-size: 1.1rem;
  color: var(--pg88-text-main);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-pg88-slot-game-strategies__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-pg88-slot-game-strategies__btn-primary,
.page-blog-pg88-slot-game-strategies__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-pg88-slot-game-strategies__btn-primary {
  background: var(--pg88-button-gradient);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-pg88-slot-game-strategies__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-pg88-slot-game-strategies__btn-secondary {
  background-color: transparent;
  color: var(--pg88-primary-color);
  border: 2px solid var(--pg88-primary-color);
  box-shadow: 0 4px 15px rgba(17, 168, 78, 0.2);
}

.page-blog-pg88-slot-game-strategies__btn-secondary:hover {
  background-color: var(--pg88-primary-color);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(17, 168, 78, 0.4);
}

.page-blog-pg88-slot-game-strategies__btn-center {
  margin-left: auto;
  margin-right: auto;
  display: table; /* To center inline-block with margin auto */
}

/* General Content Section */
.page-blog-pg88-slot-game-strategies__content-section {
  padding: 60px 0;
  background-color: var(--pg88-background);
  color: var(--pg88-text-main);
}

.page-blog-pg88-slot-game-strategies__dark-section {
  background-color: var(--pg88-card-bg);
}

.page-blog-pg88-slot-game-strategies__card-bg-section {
  background-color: var(--pg88-card-bg);
}

.page-blog-pg88-slot-game-strategies__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--pg88-gold-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(87, 227, 141, 0.3);
}

.page-blog-pg88-slot-game-strategies__paragraph {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: var(--pg88-text-main);
  text-align: justify;
}

.page-blog-pg88-slot-game-strategies__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Strategy Items */
.page-blog-pg88-slot-game-strategies__strategy-item {
  background-color: var(--pg88-card-bg);
  border: 1px solid var(--pg88-border-color);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-pg88-slot-game-strategies__strategy-title {
  font-size: 1.5rem;
  color: var(--pg88-primary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

/* Game Types Grid */
.page-blog-pg88-slot-game-strategies__game-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-pg88-slot-game-strategies__game-card {
  background-color: var(--pg88-card-bg);
  border: 1px solid var(--pg88-border-color);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-pg88-slot-game-strategies__game-card-title {
  font-size: 1.6rem;
  color: var(--pg88-gold-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-pg88-slot-game-strategies__game-card-text {
  font-size: 1rem;
  color: var(--pg88-text-secondary);
}

/* Promotion List */
.page-blog-pg88-slot-game-strategies__promo-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-blog-pg88-slot-game-strategies__promo-item {
  background-color: var(--pg88-card-bg);
  border: 1px solid var(--pg88-border-color);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-pg88-slot-game-strategies__promo-title {
  font-size: 1.5rem;
  color: var(--pg88-primary-color);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-pg88-slot-game-strategies__promo-text {
  font-size: 1rem;
  color: var(--pg88-text-secondary);
}

/* Security Features */
.page-blog-pg88-slot-game-strategies__security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-pg88-slot-game-strategies__feature-item {
  background-color: var(--pg88-deep-green);
  border: 1px solid var(--pg88-border-color);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-pg88-slot-game-strategies__feature-title {
  font-size: 1.4rem;
  color: var(--pg88-gold-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-pg88-slot-game-strategies__feature-text {
  font-size: 0.95rem;
  color: var(--pg88-text-secondary);
}

/* Step List */
.page-blog-pg88-slot-game-strategies__step-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-blog-pg88-slot-game-strategies__step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  background-color: var(--pg88-card-bg);
  border: 1px solid var(--pg88-border-color);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-pg88-slot-game-strategies__step-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: var(--pg88-button-gradient);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 50%;
  margin-right: 20px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(42, 209, 111, 0.3);
}

.page-blog-pg88-slot-game-strategies__step-content {
  flex-grow: 1;
}

.page-blog-pg88-slot-game-strategies__step-title {
  font-size: 1.4rem;
  color: var(--pg88-primary-color);
  margin-bottom: 5px;
  font-weight: bold;
}

.page-blog-pg88-slot-game-strategies__step-text {
  font-size: 1rem;
  color: var(--pg88-text-secondary);
}

/* FAQ Section */
.page-blog-pg88-slot-game-strategies__faq-list {
  margin-top: 30px;
}

.page-blog-pg88-slot-game-strategies__faq-item {
  background-color: var(--pg88-background);
  border: 1px solid var(--pg88-divider-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-pg88-slot-game-strategies__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: var(--pg88-deep-green);
  color: var(--pg88-text-main);
  font-size: 1.15rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-blog-pg88-slot-game-strategies__faq-question:hover {
  background-color: var(--pg88-primary-color);
}

.page-blog-pg88-slot-game-strategies__faq-item[open] > .page-blog-pg88-slot-game-strategies__faq-question {
  background-color: var(--pg88-primary-color);
}

.page-blog-pg88-slot-game-strategies__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--pg88-gold-color);
  transition: transform 0.3s ease;
}

.page-blog-pg88-slot-game-strategies__faq-item[open] .page-blog-pg88-slot-game-strategies__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-pg88-slot-game-strategies__faq-answer {
  padding: 20px 25px;
  background-color: var(--pg88-background);
  color: var(--pg88-text-secondary);
  font-size: 1rem;
  border-top: 1px solid var(--pg88-divider-color);
}

/* Hide default details marker */
.page-blog-pg88-slot-game-strategies__faq-item summary::-webkit-details-marker {
  display: none;
}
.page-blog-pg88-slot-game-strategies__faq-item summary {
  list-style: none;
}

/* CTA Section */
.page-blog-pg88-slot-game-strategies__cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: var(--pg88-deep-green);
  border-top: 5px solid var(--pg88-primary-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-pg88-slot-game-strategies__hero-content {
    margin-top: -100px;
    padding: 30px 20px;
  }
  .page-blog-pg88-slot-game-strategies__main-title {
    font-size: 2.8rem;
  }
  .page-blog-pg88-slot-game-strategies__section-title {
    font-size: 2.2rem;
  }
}

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

  .page-blog-pg88-slot-game-strategies__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-pg88-slot-game-strategies__hero-content {
    margin-top: -80px;
    padding: 25px 15px;
  }

  .page-blog-pg88-slot-game-strategies__main-title {
    font-size: 2.5rem !important;
  }

  .page-blog-pg88-slot-game-strategies__intro-text {
    font-size: 1rem;
  }

  .page-blog-pg88-slot-game-strategies__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-pg88-slot-game-strategies__btn-primary,
  .page-blog-pg88-slot-game-strategies__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-pg88-slot-game-strategies__content-section {
    padding: 40px 0;
  }

  .page-blog-pg88-slot-game-strategies__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-blog-pg88-slot-game-strategies__paragraph {
    font-size: 0.95rem;
  }

  .page-blog-pg88-slot-game-strategies__image-full-width {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
  }

  .page-blog-pg88-slot-game-strategies__strategy-title,
  .page-blog-pg88-slot-game-strategies__game-card-title,
  .page-blog-pg88-slot-game-strategies__promo-title,
  .page-blog-pg88-slot-game-strategies__feature-title,
  .page-blog-pg88-slot-game-strategies__step-title {
    font-size: 1.3rem;
  }

  .page-blog-pg88-slot-game-strategies__game-types-grid,
  .page-blog-pg88-slot-game-strategies__security-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-pg88-slot-game-strategies__step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-blog-pg88-slot-game-strategies__step-number {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-blog-pg88-slot-game-strategies__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-pg88-slot-game-strategies__faq-toggle {
    font-size: 1.5rem;
  }

  .page-blog-pg88-slot-game-strategies__faq-answer {
    font-size: 0.95rem;
    padding: 15px 20px;
  }

  /* Ensure all containers and elements handle padding for mobile */
  .page-blog-pg88-slot-game-strategies__container,
  .page-blog-pg88-slot-game-strategies__content-area,
  .page-blog-pg88-slot-game-strategies__hero-content,
  .page-blog-pg88-slot-game-strategies__game-card,
  .page-blog-pg88-slot-game-strategies__promo-item,
  .page-blog-pg88-slot-game-strategies__feature-item,
  .page-blog-pg88-slot-game-strategies__step-item,
  .page-blog-pg88-slot-game-strategies__faq-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 480px) {
  .page-blog-pg88-slot-game-strategies__main-title {
    font-size: 2rem !important;
  }
  .page-blog-pg88-slot-game-strategies__section-title {
    font-size: 1.8rem;
  }
}