.page-blog-k9cc-platform-review-88k {
  color: #F3F8FF; /* Text Main for general content on dark background */
  background-color: var(--deep-navy); /* Body background, inherited from shared.css */
}

.page-blog-k9cc-platform-review-88k__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding */
  background-color: #08162B; /* Deep Navy, matching body background */
  position: relative;
  overflow: hidden;
}

.page-blog-k9cc-platform-review-88k__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-k9cc-platform-review-88k__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: none; /* Ensure no filter */
}

.page-blog-k9cc-platform-review-88k__hero-content {
  position: relative; /* Not absolute, to flow below image */
  z-index: 2;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page-blog-k9cc-platform-review-88k__main-title {
  font-size: clamp(2rem, 5vw, 3rem); /* Responsive H1, no fixed large value */
  font-weight: 700;
  line-height: 1.2;
  color: #F2C14E; /* Gold for main title */
  max-width: 800px;
  margin-bottom: 15px;
}

.page-blog-k9cc-platform-review-88k__hero-description {
  font-size: 1.1rem;
  color: #AFC4E8; /* Text Secondary */
  max-width: 700px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-blog-k9cc-platform-review-88k__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #F3F8FF; /* Text Main for button text */
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  white-space: normal; /* Allow text wrap for buttons */
  word-wrap: break-word; /* Ensure text breaks within button */
  box-sizing: border-box; /* Include padding and border in element's total width and height */
  max-width: 100%;
}

.page-blog-k9cc-platform-review-88k__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-k9cc-platform-review-88k__section {
  padding: 60px 0;
  background-color: #10233F; /* Card BG for sections */
  border-bottom: 1px solid #1B3357; /* Divider */
}

.page-blog-k9cc-platform-review-88k__section:last-of-type {
  border-bottom: none;
}

.page-blog-k9cc-platform-review-88k__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-k9cc-platform-review-88k__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #F2C14E; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.page-blog-k9cc-platform-review-88k__sub-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #F3F8FF; /* Text Main for sub titles */
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-k9cc-platform-review-88k__paragraph {
  font-size: 1rem;
  line-height: 1.7;
  color: #AFC4E8; /* Text Secondary for paragraphs */
  margin-bottom: 15px;
}

.page-blog-k9cc-platform-review-88k__image-text-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-blog-k9cc-platform-review-88k__image-text-block--reverse {
  flex-direction: row-reverse;
}

.page-blog-k9cc-platform-review-88k__image-text-block .page-blog-k9cc-platform-review-88k__image {
  flex: 1;
  min-width: 200px; /* Minimum size for content images */
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  filter: none; /* Ensure no filter */
}

.page-blog-k9cc-platform-review-88k__image-text-block .page-blog-k9cc-platform-review-88k__text-content {
  flex: 1;
}

.page-blog-k9cc-platform-review-88k__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 30px auto;
  filter: none; /* Ensure no filter */
  min-width: 200px; /* Minimum size for content images */
  min-height: 200px;
}

.page-blog-k9cc-platform-review-88k__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px; /* Max width for video container */
  margin: 30px auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  background-color: #000; /* Fallback for video background */
}

.page-blog-k9cc-platform-review-88k__video {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer; /* Indicates clickability */
  filter: none; /* Ensure no filter */
}

.page-blog-k9cc-platform-review-88k__faq-list {
  margin-top: 40px;
}

.page-blog-k9cc-platform-review-88k__faq-item {
  background-color: #10233F; /* Card BG */
  border: 1px solid #1B3357; /* Divider */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-k9cc-platform-review-88k__faq-item summary {
  list-style: none; /* Hide default marker */
  cursor: pointer;
}

.page-blog-k9cc-platform-review-88k__faq-item summary::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-blog-k9cc-platform-review-88k__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #F3F8FF; /* Text Main */
  background-color: #113B7A; /* Main brand color for question background */
  border-bottom: 1px solid #1B3357; /* Divider */
  transition: background-color 0.3s ease;
}

.page-blog-k9cc-platform-review-88k__faq-question:hover {
  background-color: #1D5FD1; /* Auxiliary color on hover */
}

.page-blog-k9cc-platform-review-88k__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-k9cc-platform-review-88k__faq-item[open] .page-blog-k9cc-platform-review-88k__faq-toggle {
  transform: rotate(45deg); /* Rotate + to X when open */
}

.page-blog-k9cc-platform-review-88k__faq-answer {
  padding: 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: #AFC4E8; /* Text Secondary */
  background-color: #10233F; /* Card BG */
}

.page-blog-k9cc-platform-review-88k__cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #08162B; /* Deep Navy */
}

.page-blog-k9cc-platform-review-88k__cta-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-k9cc-platform-review-88k__cta-title {
  font-size: clamp(2rem, 5vw, 3rem);
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  font-weight: 700;
}

.page-blog-k9cc-platform-review-88k__cta-description {
  font-size: 1.2rem;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-blog-k9cc-platform-review-88k__cta-button--large {
  padding: 18px 40px;
  font-size: 1.2rem;
}


/* Responsive styles */
@media (max-width: 992px) {
  .page-blog-k9cc-platform-review-88k__image-text-block {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-k9cc-platform-review-88k__image-text-block--reverse {
    flex-direction: column; /* Keep column for reverse on smaller screens */
  }

  .page-blog-k9cc-platform-review-88k__image-text-block .page-blog-k9cc-platform-review-88k__text-content {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .page-blog-k9cc-platform-review-88k__hero-content {
    padding: 30px 15px;
  }

  .page-blog-k9cc-platform-review-88k__section {
    padding: 40px 0;
  }

  .page-blog-k9cc-platform-review-88k__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-k9cc-platform-review-88k__section-title {
    margin-bottom: 30px;
  }

  .page-blog-k9cc-platform-review-88k__sub-title {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  /* Images responsiveness */
  .page-blog-k9cc-platform-review-88k img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: unset !important; /* Allow smaller images if needed */
    min-height: unset !important;
  }
  
  /* Video responsiveness */
  .page-blog-k9cc-platform-review-88k video,
  .page-blog-k9cc-platform-review-88k__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-k9cc-platform-review-88k__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Button responsiveness */
  .page-blog-k9cc-platform-review-88k__cta-button,
  .page-blog-k9cc-platform-review-88k a[class*="button"],
  .page-blog-k9cc-platform-review-88k 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;
    text-align: center;
  }

  .page-blog-k9cc-platform-review-88k__cta-section {
    padding: 60px 0;
  }

  .page-blog-k9cc-platform-review-88k__cta-container {
    padding: 0 15px;
  }
  
  .page-blog-k9cc-platform-review-88k__faq-question {
    padding: 15px;
    font-size: 1rem;
  }
  
  .page-blog-k9cc-platform-review-88k__faq-answer {
    padding: 15px;
  }
}