.page-blog-king98-platform-advantages-deep-dive {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-king98-platform-advantages-deep-dive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-king98-platform-advantages-deep-dive__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-king98-platform-advantages-deep-dive__light-bg {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
}

.page-blog-king98-platform-advantages-deep-dive__text-contrast-fix {
  color: #F2FFF6; /* Ensure light text on dark/green backgrounds */
}

.page-blog-king98-platform-advantages-deep-dive__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
}

.page-blog-king98-platform-advantages-deep-dive__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height for aesthetic */
  overflow: hidden;
}

.page-blog-king98-platform-advantages-deep-dive__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6);
}

.page-blog-king98-platform-advantages-deep-dive__hero-content-wrapper {
  position: relative; /* Relative for normal flow, not absolute over image */
  padding: 40px 20px;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
  margin-top: -200px; /* Pull content up over the lower part of the image */
}

.page-blog-king98-platform-advantages-deep-dive__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-king98-platform-advantages-deep-dive__intro-text {
  font-size: 1.2rem;
  color: #A7D9B8; /* Text Secondary */
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-blog-king98-platform-advantages-deep-dive__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-king98-platform-advantages-deep-dive__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-king98-platform-advantages-deep-dive__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-king98-platform-advantages-deep-dive__btn-secondary {
  background-color: transparent;
  color: #2AD16F;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid #2AD16F;
  cursor: pointer;
}

.page-blog-king98-platform-advantages-deep-dive__btn-secondary:hover {
  background-color: #2AD16F;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-king98-platform-advantages-deep-dive__btn-large {
  font-size: 1.2rem;
  padding: 18px 35px;
}

.page-blog-king98-platform-advantages-deep-dive__content-section {
  padding: 60px 0;
}

.page-blog-king98-platform-advantages-deep-dive__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-king98-platform-advantages-deep-dive__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #2AD16F; /* Glow */
  border-radius: 2px;
}

.page-blog-king98-platform-advantages-deep-dive__sub-title {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 600;
  color: #2AD16F; /* Glow */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-king98-platform-advantages-deep-dive__text-block {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-king98-platform-advantages-deep-dive__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  margin: 30px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-king98-platform-advantages-deep-dive__cta-section {
  padding: 80px 20px;
  text-align: center;
  background-color: #0A4B2C; /* Deep Green */
  margin-top: 60px;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(87, 227, 141, 0.4);
}

.page-blog-king98-platform-advantages-deep-dive__cta-title {
  font-size: clamp(2rem, 3.8vw, 3rem);
  color: #F2C14E; /* Gold */
  margin-bottom: 25px;
  font-weight: 700;
}

.page-blog-king98-platform-advantages-deep-dive__cta-description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.page-blog-king98-platform-advantages-deep-dive__faq-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
  color: #F2FFF6;
}

.page-blog-king98-platform-advantages-deep-dive__faq-list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid #1E3A2A; /* Divider */
}

.page-blog-king98-platform-advantages-deep-dive__faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-king98-platform-advantages-deep-dive__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  list-style: none;
}

.page-blog-king98-platform-advantages-deep-dive__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-king98-platform-advantages-deep-dive__faq-qtext {
  flex-grow: 1;
  color: #F2FFF6;
}

.page-blog-king98-platform-advantages-deep-dive__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2AD16F; /* Glow */
  margin-left: 15px;
}

.page-blog-king98-platform-advantages-deep-dive__faq-answer {
  padding: 10px 0 20px 0;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-king98-platform-advantages-deep-dive__hero-content-wrapper {
    margin-top: -150px;
  }
}

@media (max-width: 768px) {
  .page-blog-king98-platform-advantages-deep-dive {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-king98-platform-advantages-deep-dive__container {
    padding: 0 15px;
  }

  .page-blog-king98-platform-advantages-deep-dive__hero-content-wrapper {
    padding: 30px 15px;
    margin-top: -100px; /* Adjust for smaller screens */
  }

  .page-blog-king98-platform-advantages-deep-dive__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-king98-platform-advantages-deep-dive__intro-text {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }

  .page-blog-king98-platform-advantages-deep-dive__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-king98-platform-advantages-deep-dive__btn-primary,
  .page-blog-king98-platform-advantages-deep-dive__btn-secondary,
  .page-blog-king98-platform-advantages-deep-dive a[class*="button"],
  .page-blog-king98-platform-advantages-deep-dive a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-king98-platform-advantages-deep-dive__cta-buttons,
  .page-blog-king98-platform-advantages-deep-dive__button-group,
  .page-blog-king98-platform-advantages-deep-dive__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    overflow: hidden !important;
  }

  .page-blog-king98-platform-advantages-deep-dive__section-title {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
    margin-bottom: 30px;
  }

  .page-blog-king98-platform-advantages-deep-dive__sub-title {
    font-size: clamp(1.3rem, 6vw, 1.8rem);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-king98-platform-advantages-deep-dive__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-king98-platform-advantages-deep-dive__content-section,
  .page-blog-king98-platform-advantages-deep-dive__cta-section,
  .page-blog-king98-platform-advantages-deep-dive__faq-section {
    padding: 40px 0;
  }

  .page-blog-king98-platform-advantages-deep-dive__cta-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 20px;
  }

  .page-blog-king98-platform-advantages-deep-dive__cta-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .page-blog-king98-platform-advantages-deep-dive__faq-item summary {
    font-size: 1.05rem;
    padding: 15px 0;
  }

  .page-blog-king98-platform-advantages-deep-dive__faq-answer {
    padding: 5px 0 15px 0;
  }

  /* Ensure all image containers are responsive */
  .page-blog-king98-platform-advantages-deep-dive__hero-section,
  .page-blog-king98-platform-advantages-deep-dive__content-area,
  .page-blog-king98-platform-advantages-deep-dive__cta-section,
  .page-blog-king98-platform-advantages-deep-dive__faq-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-blog-king98-platform-advantages-deep-dive__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  /* Specific padding for video section if it were here */
  .page-blog-king98-platform-advantages-deep-dive__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-king98-platform-advantages-deep-dive video,
  .page-blog-king98-platform-advantages-deep-dive__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-king98-platform-advantages-deep-dive__video-section,
  .page-blog-king98-platform-advantages-deep-dive__video-container,
  .page-blog-king98-platform-advantages-deep-dive__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}