/* style/blog-explore-ibet88-world.css */
.page-blog-explore-ibet88-world {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

.page-blog-explore-ibet88-world__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-explore-ibet88-world__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background-color: #08160F;
}

.page-blog-explore-ibet88-world__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}

.page-blog-explore-ibet88-world__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-explore-ibet88-world__hero-content {
  position: relative; /* Ensure content is above any potential background effect */
  z-index: 10;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -100px; /* Pull up content over image for better visual flow */
  background-color: rgba(17, 39, 27, 0.85); /* Card BG with transparency */
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-explore-ibet88-world__main-title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2FFF6;
  letter-spacing: -0.02em;
}

.page-blog-explore-ibet88-world__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-explore-ibet88-world__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-explore-ibet88-world__btn-primary,
.page-blog-explore-ibet88-world__btn-secondary {
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-explore-ibet88-world__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: none;
}

.page-blog-explore-ibet88-world__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px rgba(87, 227, 141, 0.6); /* Glow */
}

.page-blog-explore-ibet88-world__btn-secondary {
  background-color: transparent;
  color: #F2FFF6;
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-explore-ibet88-world__btn-secondary:hover {
  background-color: #1E3A2A; /* Divider */
  border-color: #57E38D; /* Glow */
  color: #57E38D;
}

.page-blog-explore-ibet88-world__section-title {
  font-weight: 700;
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-explore-ibet88-world__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #57E38D, transparent); /* Glow */
  border-radius: 2px;
}

.page-blog-explore-ibet88-world__highlight {
  color: #57E38D; /* Glow */
}

.page-blog-explore-ibet88-world__overview-section,
.page-blog-explore-ibet88-world__guide-section,
.page-blog-explore-ibet88-world__promotions-section,
.page-blog-explore-ibet88-world__faq-section {
  padding: 60px 0;
  background-color: #08160F;
}

.page-blog-explore-ibet88-world__dark-section {
  background-color: #11271B; /* Card BG */
  padding: 60px 0;
}

.page-blog-explore-ibet88-world__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-explore-ibet88-world__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-explore-ibet88-world__step-card {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
  transition: transform 0.3s ease;
}

.page-blog-explore-ibet88-world__step-card:hover {
  transform: translateY(-5px);
}

.page-blog-explore-ibet88-world__step-title {
  color: #F2FFF6;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-blog-explore-ibet88-world__step-description {
  color: #A7D9B8;
  font-size: 0.95em;
}

.page-blog-explore-ibet88-world__security-tip {
  background-color: #0A4B2C; /* Deep Green */
  padding: 30px;
  border-radius: 12px;
  margin-top: 60px;
  border: 1px solid #2E7A4E;
}

.page-blog-explore-ibet88-world__tip-title {
  color: #F2C14E; /* Gold */
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.page-blog-explore-ibet88-world__tip-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-explore-ibet88-world__tip-list li {
  color: #A7D9B8;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.page-blog-explore-ibet88-world__tip-list li::before {
  content: '✓';
  color: #2AD16F; /* Button top gradient color */
  position: absolute;
  left: 0;
  font-weight: 700;
}

.page-blog-explore-ibet88-world__feature-grid,
.page-blog-explore-ibet88-world__promo-grid,
.page-blog-explore-ibet88-world__service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-explore-ibet88-world__feature-card,
.page-blog-explore-ibet88-world__promo-card,
.page-blog-explore-ibet88-world__service-card {
  background-color: #11271B; /* Card BG */
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-explore-ibet88-world__feature-card:hover,
.page-blog-explore-ibet88-world__promo-card:hover,
.page-blog-explore-ibet88-world__service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(87, 227, 141, 0.4); /* Glow */
}

.page-blog-explore-ibet88-world__feature-image,
.page-blog-explore-ibet88-world__promo-image {
  width: 100%;
  height: auto;
  max-height: 200px; /* Limit height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #1E3A2A;
}

.page-blog-explore-ibet88-world__feature-title,
.page-blog-explore-ibet88-world__promo-title,
.page-blog-explore-ibet88-world__service-title {
  color: #F2FFF6;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-blog-explore-ibet88-world__feature-title a,
.page-blog-explore-ibet88-world__promo-title a,
.page-blog-explore-ibet88-world__service-title a {
  color: #F2FFF6;
  text-decoration: none;
}

.page-blog-explore-ibet88-world__feature-title a:hover,
.page-blog-explore-ibet88-world__promo-title a:hover,
.page-blog-explore-ibet88-world__service-title a:hover {
  color: #57E38D; /* Glow */
}

.page-blog-explore-ibet88-world__feature-description,
.page-blog-explore-ibet88-world__promo-description,
.page-blog-explore-ibet88-world__service-description {
  color: #A7D9B8;
  font-size: 0.9em;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-blog-explore-ibet88-world__promo-card .page-blog-explore-ibet88-world__btn-secondary {
  width: 100%;
  max-width: 200px;
  margin-top: auto; /* Push button to bottom */
}

.page-blog-explore-ibet88-world__vip-program {
  background-color: #0A4B2C; /* Deep Green */
  padding: 30px;
  border-radius: 12px;
  margin-top: 60px;
  border: 1px solid #2E7A4E;
  text-align: center;
}

.page-blog-explore-ibet88-world__vip-title {
  color: #F2C14E; /* Gold */
  font-weight: 600;
  margin-bottom: 15px;
}

.page-blog-explore-ibet88-world__vip-description {
  color: #A7D9B8;
  font-size: 1em;
}

.page-blog-explore-ibet88-world__vip-description a {
  color: #57E38D;
  text-decoration: none;
}

.page-blog-explore-ibet88-world__vip-description a:hover {
  text-decoration: underline;
}

.page-blog-explore-ibet88-world__btn-text {
  color: #57E38D; /* Glow */
  text-decoration: none;
  font-weight: 600;
  margin-top: auto; /* Push link to bottom */
  display: block;
  padding-top: 10px;
}

.page-blog-explore-ibet88-world__btn-text:hover {
  text-decoration: underline;
}

.page-blog-explore-ibet88-world__faq-list {
  margin-top: 40px;
}

.page-blog-explore-ibet88-world__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-explore-ibet88-world__faq-item[open] {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-explore-ibet88-world__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 600;
  color: #F2FFF6;
  list-style: none; /* For <summary> tag */
}

.page-blog-explore-ibet88-world__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for Chrome */
}

.page-blog-explore-ibet88-world__faq-question a {
  color: #F2FFF6;
  text-decoration: none;
}

.page-blog-explore-ibet88-world__faq-question a:hover {
  color: #57E38D;
}

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

.page-blog-explore-ibet88-world__faq-item[open] .page-blog-explore-ibet88-world__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-explore-ibet88-world__faq-answer {
  padding: 0 25px 20px;
  color: #A7D9B8;
  font-size: 0.95em;
}

.page-blog-explore-ibet88-world__faq-answer p {
  margin: 0;
  color: #A7D9B8;
}

.page-blog-explore-ibet88-world__faq-answer a {
  color: #57E38D;
  text-decoration: none;
}

.page-blog-explore-ibet88-world__faq-answer a:hover {
  text-decoration: underline;
}

.page-blog-explore-ibet88-world__cta-section {
  text-align: center;
  padding: 80px 0;
  background-color: #08160F;
}

.page-blog-explore-ibet88-world__cta-section .page-blog-explore-ibet88-world__section-title {
  margin-bottom: 30px;
}

.page-blog-explore-ibet88-world__cta-section .page-blog-explore-ibet88-world__hero-buttons {
  margin-top: 40px;
}

/* General link styling within content */
.page-blog-explore-ibet88-world a {
  color: #57E38D; /* Glow */
  text-decoration: none;
}

.page-blog-explore-ibet88-world a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-explore-ibet88-world__hero-content {
    margin-top: -80px;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .page-blog-explore-ibet88-world {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-explore-ibet88-world__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-explore-ibet88-world__hero-content {
    margin-top: -60px;
    padding: 25px;
    max-width: 95%;
  }

  .page-blog-explore-ibet88-world__main-title {
    font-size: 1.8em; /* Adjust H1 for mobile, still avoiding fixed rem/em */
  }

  .page-blog-explore-ibet88-world__hero-description {
    font-size: 1em;
  }

  .page-blog-explore-ibet88-world__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-explore-ibet88-world__btn-primary,
  .page-blog-explore-ibet88-world__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-blog-explore-ibet88-world__section-title {
    font-size: 1.5em;
    margin-bottom: 30px;
  }

  .page-blog-explore-ibet88-world__overview-section,
  .page-blog-explore-ibet88-world__guide-section,
  .page-blog-explore-ibet88-world__promotions-section,
  .page-blog-explore-ibet88-world__faq-section,
  .page-blog-explore-ibet88-world__dark-section,
  .page-blog-explore-ibet88-world__cta-section {
    padding: 40px 0;
  }

  .page-blog-explore-ibet88-world__steps-grid,
  .page-blog-explore-ibet88-world__feature-grid,
  .page-blog-explore-ibet88-world__promo-grid,
  .page-blog-explore-ibet88-world__service-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-blog-explore-ibet88-world__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Mobile image and video responsiveness */
  .page-blog-explore-ibet88-world img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-explore-ibet88-world__section,
  .page-blog-explore-ibet88-world__card,
  .page-blog-explore-ibet88-world__container,
  .page-blog-explore-ibet88-world__video-section,
  .page-blog-explore-ibet88-world__video-container,
  .page-blog-explore-ibet88-world__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-explore-ibet88-world__hero-image-wrapper,
  .page-blog-explore-ibet88-world__feature-image,
  .page-blog-explore-ibet88-world__promo-image {
    max-width: 100% !important;
    height: auto !important;
  }

  .page-blog-explore-ibet88-world__video-section {
    padding-top: 10px !important; /* Ensure small top padding */
  }
}