/* style/blog-w188-apk-features.css */
.page-blog-w188-apk-features {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--background-color);
}

.page-blog-w188-apk-features__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 500px;
  padding-bottom: 40px;
  overflow: hidden;
  color: var(--text-main);
}

.page-blog-w188-apk-features__hero-image-wrapper {
  width: 100%;
  max-height: 70vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-w188-apk-features__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-blog-w188-apk-features__hero-content-wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 20px;
  max-width: 900px;
  margin-top: -100px; /* Pull content up over image a bit */
  background: linear-gradient(180deg, rgba(8, 22, 15, 0.8) 0%, rgba(8, 22, 15, 1) 100%);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--border-color);
}

.page-blog-w188-apk-features__hero-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--text-main);
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.page-blog-w188-apk-features__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--text-secondary);
}

.page-blog-w188-apk-features__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: all 0.3s ease;
  margin: 10px;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-w188-apk-features__cta-button--primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-w188-apk-features__cta-button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-w188-apk-features__cta-button--secondary {
  background: transparent;
  color: var(--text-main);
  border: 2px solid var(--border-color);
}

.page-blog-w188-apk-features__cta-button--secondary:hover {
  background: rgba(46, 122, 78, 0.2);
  color: var(--glow);
}

.page-blog-w188-apk-features__content-section,
.page-blog-w188-apk-features__features-highlight-section,
.page-blog-w188-apk-features__sports-betting-section,
.page-blog-w188-apk-features__casino-section,
.page-blog-w188-apk-features__promotions-section,
.page-blog-w188-apk-features__download-guide-section,
.page-blog-w188-apk-features__faq-section,
.page-blog-w188-apk-features__conclusion-section {
  padding: 60px 0;
  position: relative;
}

.page-blog-w188-apk-features__dark-bg {
  background-color: var(--background-color);
}

.page-blog-w188-apk-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-w188-apk-features__section-title {
  font-size: clamp(1.8em, 3vw, 2.8em);
  color: var(--text-main);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-w188-apk-features__paragraph {
  font-size: 1.05em;
  color: var(--text-secondary);
  margin-bottom: 20px;
  text-align: justify;
}

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

.page-blog-w188-apk-features__feature-card {
  background-color: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-w188-apk-features__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-w188-apk-features__feature-icon {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: 0 auto 20px auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.page-blog-w188-apk-features__feature-title {
  font-size: 1.5em;
  color: var(--text-main);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-w188-apk-features__feature-description {
  font-size: 1em;
  color: var(--text-secondary);
}

.page-blog-w188-apk-features__image-text-layout {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-blog-w188-apk-features__image-text-layout--reverse {
  flex-direction: row-reverse;
}

.page-blog-w188-apk-features__text-content {
  flex: 1;
  min-width: 300px;
}

.page-blog-w188-apk-features__image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-blog-w188-apk-features__image-content {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
  object-fit: cover;
}

.page-blog-w188-apk-features__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-w188-apk-features__step-card {
  background-color: var(--card-bg);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color);
}

.page-blog-w188-apk-features__step-title {
  font-size: 1.3em;
  color: var(--gold);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-w188-apk-features__step-description {
  font-size: 0.95em;
  color: var(--text-secondary);
}

.page-blog-w188-apk-features__faq-list {
  margin-top: 40px;
  border-top: 1px solid var(--divider);
}

.page-blog-w188-apk-features__faq-item {
  background-color: var(--card-bg);
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-w188-apk-features__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: var(--text-main);
  cursor: pointer;
  background-color: var(--card-bg);
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-w188-apk-features__faq-question:hover {
  background-color: var(--deep-green);
}

.page-blog-w188-apk-features__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-w188-apk-features__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--glow);
  transition: transform 0.3s ease;
}

.page-blog-w188-apk-features__faq-item[open] .page-blog-w188-apk-features__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-w188-apk-features__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: var(--text-secondary);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-w188-apk-features__faq-item[open] .page-blog-w188-apk-features__faq-answer {
  max-height: 500px; /* Arbitrary large value */
  padding-top: 10px;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-blog-w188-apk-features__hero-content-wrapper {
    margin-top: -80px;
    padding: 15px;
  }

  .page-blog-w188-apk-features__hero-title {
    font-size: clamp(1.8em, 5vw, 3em);
  }

  .page-blog-w188-apk-features__image-text-layout {
    flex-direction: column;
  }

  .page-blog-w188-apk-features__image-text-layout--reverse {
    flex-direction: column;
  }

  .page-blog-w188-apk-features__text-content,
  .page-blog-w188-apk-features__image-wrapper {
    min-width: unset;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-w188-apk-features__content-section,
  .page-blog-w188-apk-features__features-highlight-section,
  .page-blog-w188-apk-features__sports-betting-section,
  .page-blog-w188-apk-features__casino-section,
  .page-blog-w188-apk-features__promotions-section,
  .page-blog-w188-apk-features__download-guide-section,
  .page-blog-w188-apk-features__faq-section,
  .page-blog-w188-apk-features__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-w188-apk-features__container {
    padding: 0 15px;
  }

  .page-blog-w188-apk-features__hero-section {
    min-height: 400px;
    padding-bottom: 20px;
  }

  .page-blog-w188-apk-features__hero-content-wrapper {
    margin-top: -60px;
    padding: 15px;
    border-radius: 10px;
  }

  .page-blog-w188-apk-features__hero-title {
    font-size: clamp(1.5em, 6vw, 2.5em);
  }

  .page-blog-w188-apk-features__hero-description {
    font-size: 1em;
  }

  .page-blog-w188-apk-features__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
    padding: 10px 15px !important;
  }

  .page-blog-w188-apk-features__feature-grid,
  .page-blog-w188-apk-features__steps-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-w188-apk-features img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-w188-apk-features__feature-icon,
  .page-blog-w188-apk-features__image-content {
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-blog-w188-apk-features__image-wrapper,
  .page-blog-w188-apk-features__text-content,
  .page-blog-w188-apk-features__card,
  .page-blog-w188-apk-features__section,
  .page-blog-w188-apk-features__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-blog-w188-apk-features__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-w188-apk-features__faq-answer {
    padding: 0 20px 15px 20px;
  }

  .page-blog-w188-apk-features__video-section {
    padding-top: 10px !important;
  }
}