/* style/blog-hi889-win-platform-advantages.css */

/* Base styles for the page content, ensuring light text on dark body background */
.page-blog-hi889-win-platform-advantages {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Body background handled by shared.css */
}

.page-blog-hi889-win-platform-advantages__dark-bg {
  background-color: #0a0a0a; /* Ensure dark background for sections */
  color: #ffffff;
}

.page-blog-hi889-win-platform-advantages__light-bg {
  background-color: #ffffff;
  color: #333333; /* Dark text for light background */
}

.page-blog-hi889-win-platform-advantages__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
}

.page-blog-hi889-win-platform-advantages__hero-image-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.page-blog-hi889-win-platform-advantages__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-hi889-win-platform-advantages__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7); /* Slightly transparent background for readability */
  margin-top: -80px; /* Pull content up slightly over the image for visual flow */
  border-radius: 8px;
}

.page-blog-hi889-win-platform-advantages__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-hi889-win-platform-advantages__intro-text {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #f0f0f0;
  margin-bottom: 30px;
}

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

.page-blog-hi889-win-platform-advantages__btn-primary,
.page-blog-hi889-win-platform-advantages__btn-secondary {
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-hi889-platform-advantages__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-hi889-win-platform-advantages__btn-primary:hover {
  background-color: #1a7fb4;
  border-color: #1a7fb4;
}

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

.page-blog-hi889-win-platform-advantages__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-hi889-win-platform-advantages__section {
  padding: 60px 20px;
}

.page-blog-hi889-win-platform-advantages__content-area {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-hi889-win-platform-advantages__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  margin-bottom: 40px;
  text-align: center;
  color: #26A9E0;
  font-weight: bold;
}

.page-blog-hi889-win-platform-advantages__section-title--light {
  color: #ffffff;
}

.page-blog-hi889-win-platform-advantages__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: inherit; /* Inherit color from parent section */
}

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

.page-blog-hi889-win-platform-advantages__card {
  background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white for dark background */
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-hi889-win-platform-advantages__light-bg .page-blog-hi889-win-platform-advantages__card {
  background-color: #ffffff; /* White background for light section */
  color: #333333;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-hi889-win-platform-advantages__card-image {
  width: 100%;
  max-width: 400px; /* Example max-width for card images */
  height: auto;
  border-radius: 4px;
  margin-bottom: 20px;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-hi889-win-platform-advantages__card-title {
  font-size: 1.5rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-hi889-win-platform-advantages__card-text {
  font-size: 1rem;
  color: inherit;
  margin-bottom: 20px;
}

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

.page-blog-hi889-win-platform-advantages__product-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  font-size: 1rem;
  color: inherit;
}

.page-blog-hi889-win-platform-advantages__product-list li::before {
  content: '✔️';
  position: absolute;
  left: 0;
  color: #26A9E0;
}

.page-blog-hi889-win-platform-advantages__product-list li a {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-hi889-win-platform-advantages__product-list li a:hover {
  text-decoration: underline;
}

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

.page-blog-hi889-win-platform-advantages__step-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-hi889-win-platform-advantages__step-title {
  font-size: 1.4rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-hi889-win-platform-advantages__step-text {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 20px;
}

.page-blog-hi889-win-platform-advantages__faq-list {
  margin-top: 40px;
}

.page-blog-hi889-win-platform-advantages__faq-item {
  background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent for dark background */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-hi889-win-platform-advantages__light-bg .page-blog-hi889-win-platform-advantages__faq-item {
  background-color: #f5f5f5; /* Light background for light section */
  color: #333333;
}

.page-blog-hi889-win-platform-advantages__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  color: inherit;
  background-color: rgba(255, 255, 255, 0.05); /* Slightly darker for question header */
}

.page-blog-hi889-win-platform-advantages__light-bg .page-blog-hi889-win-platform-advantages__faq-question {
  background-color: #ebebeb;
}

.page-blog-hi889-win-platform-advantages__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details summary */
}

.page-blog-hi889-win-platform-advantages__faq-question::marker {
  display: none; /* Hide default marker for details summary */
}

.page-blog-hi889-win-platform-advantages__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-blog-hi889-win-platform-advantages__faq-item[open] .page-blog-hi889-win-platform-advantages__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-hi889-win-platform-advantages__faq-answer {
  padding: 0 20px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: inherit;
}

.page-blog-hi889-win-platform-advantages__faq-answer p {
  margin: 0;
  color: inherit;
}

.page-blog-hi889-win-platform-advantages a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-hi889-win-platform-advantages a:hover {
  text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-hi889-win-platform-advantages__hero-content {
    margin-top: -60px;
  }
}

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

  .page-blog-hi889-win-platform-advantages__hero-content {
    margin-top: -40px;
    padding: 30px 15px;
  }

  .page-blog-hi889-win-platform-advantages__main-title {
    font-size: 2rem;
  }

  .page-blog-hi889-win-platform-advantages__intro-text {
    font-size: 1rem;
  }

  .page-blog-hi889-win-platform-advantages__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-hi889-win-platform-advantages__btn-primary,
  .page-blog-hi889-win-platform-advantages__btn-secondary {
    width: 100% !important;
    max-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-hi889-win-platform-advantages__section {
    padding: 40px 15px;
  }

  .page-blog-hi889-win-platform-advantages__section-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }

  .page-blog-hi889-win-platform-advantages__grid-container,
  .page-blog-hi889-win-platform-advantages__steps-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-hi889-win-platform-advantages__card,
  .page-blog-hi889-win-platform-advantages__step-card {
    padding: 25px;
  }

  .page-blog-hi889-win-platform-advantages__card-image {
    min-width: 200px !important;
    min-height: 200px !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-hi889-win-platform-advantages__card-title {
    font-size: 1.3rem;
  }

  .page-blog-hi889-win-platform-advantages__step-title {
    font-size: 1.2rem;
  }

  .page-blog-hi889-win-platform-advantages img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-hi889-win-platform-advantages__section,
  .page-blog-hi889-win-platform-advantages__card,
  .page-blog-hi889-win-platform-advantages__container,
  .page-blog-hi889-win-platform-advantages__hero-section,
  .page-blog-hi889-win-platform-advantages__grid-item,
  .page-blog-hi889-win-platform-advantages__step-card,
  .page-blog-hi889-win-platform-advantages__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-hi889-win-platform-advantages__hero-section {
    padding-top: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-blog-hi889-win-platform-advantages__hero-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}