/* style/blog-hi99-win-platform-review.css */

/* Body background color is #1a1a2e (dark) from shared.css, so use light text */
.page-blog-hi99-win-platform-review {
  color: #ffffff; /* Light text for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-hi99-win-platform-review__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small decorative top padding */
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden;
}

.page-blog-hi99-win-platform-review__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.page-blog-hi99-win-platform-review__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-blog-hi99-win-platform-review__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-hi99-win-platform-review__hero-title {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}

.page-blog-hi99-win-platform-review__hero-description {
  color: #f0f0f0;
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-hi99-win-platform-review__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-hi99-win-platform-review__section {
  padding: 60px 0;
  background-color: #1a1a2e; /* Inherit body background */
}

.page-blog-hi99-win-platform-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-hi99-win-platform-review__section-title {
  color: #26A9E0;
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-blog-hi99-win-platform-review__section-paragraph {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-hi99-win-platform-review__btn-primary,
.page-blog-hi99-win-platform-review__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05em;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-hi99-win-platform-review__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-blog-hi99-win-platform-review__btn-primary:hover {
  background-color: #1f8ec4;
  border-color: #1f8ec4;
}

.page-blog-hi99-win-platform-review__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-hi99-win-platform-review__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-blog-hi99-win-platform-review__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-hi99-win-platform-review__feature-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-hi99-win-platform-review__feature-title {
  color: #FFFFFF;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-blog-hi99-win-platform-review__feature-description {
  color: #e0e0e0;
  font-size: 1em;
  text-align: center;
  margin-bottom: 20px;
}

.page-blog-hi99-win-platform-review__feature-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-hi99-win-platform-review__game-list {
  list-style: none;
  padding: 0;
  text-align: left;
  width: 100%;
  margin-top: 15px;
}

.page-blog-hi99-win-platform-review__game-item {
  color: #e0e0e0;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.page-blog-hi99-win-platform-review__game-item::before {
  content: '✔️';
  position: absolute;
  left: 0;
  color: #26A9E0;
}

.page-blog-hi99-win-platform-review__promotion-image,
.page-blog-hi99-win-platform-review__payment-image,
.page-blog-hi99-win-platform-review__support-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto 30px auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-hi99-win-platform-review__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-blog-hi99-win-platform-review__faq-list {
  margin-top: 40px;
}

.page-blog-hi99-win-platform-review__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-hi99-win-platform-review__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-blog-hi99-win-platform-review__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-hi99-win-platform-review__faq-item summary:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-blog-hi99-win-platform-review__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-hi99-win-platform-review__faq-answer {
  padding: 0 20px 20px;
  color: #e0e0e0;
  font-size: 1em;
  line-height: 1.7;
  text-align: justify;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-hi99-win-platform-review__hero-title {
    font-size: 2.8em;
  }
  .page-blog-hi99-win-platform-review__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-hi99-win-platform-review__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-hi99-win-platform-review__hero-title {
    font-size: 2.2em;
  }
  .page-blog-hi99-win-platform-review__hero-description {
    font-size: 1em;
  }
  .page-blog-hi99-win-platform-review__section {
    padding: 40px 0;
  }
  .page-blog-hi99-win-platform-review__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-blog-hi99-win-platform-review__section-paragraph {
    font-size: 0.95em;
  }
  .page-blog-hi99-win-platform-review__features-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-hi99-win-platform-review__btn-primary,
  .page-blog-hi99-win-platform-review__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-blog-hi99-win-platform-review__hero-cta-buttons,
  .page-blog-hi99-win-platform-review__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-hi99-win-platform-review__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  /* Mobile image responsive adaptations */
  .page-blog-hi99-win-platform-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-hi99-win-platform-review__hero-image-wrapper,
  .page-blog-hi99-win-platform-review__feature-item,
  .page-blog-hi99-win-platform-review__promotions,
  .page-blog-hi99-win-platform-review__payments,
  .page-blog-hi99-win-platform-review__support,
  .page-blog-hi99-win-platform-review__responsible-gaming,
  .page-blog-hi99-win-platform-review__faq,
  .page-blog-hi99-win-platform-review__conclusion {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-hi99-win-platform-review__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
}