.page-blog-the-benefits-of-rik-platform {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark, so use light text */
  background-color: #000000; /* Inherited from shared.css body, but explicit for context */
}

.page-blog-the-benefits-of-rik-platform__hero-section {
  position: relative;
  text-align: center;
  padding-top: 10px; /* Small top padding, assuming body handles header offset */
  padding-bottom: 40px;
  overflow: hidden;
}

.page-blog-the-benefits-of-rik-platform__hero-image-wrapper {
  width: 100%;
  height: auto;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-the-benefits-of-rik-platform__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-the-benefits-of-rik-platform__hero-content {
  max-width: 900px;
  margin: 40px auto 0;
  padding: 0 20px;
  text-align: center;
}

.page-blog-the-benefits-of-rik-platform__main-title {
  font-size: 3.2em;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-the-benefits-of-rik-platform__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-the-benefits-of-rik-platform__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-the-benefits-of-rik-platform__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-the-benefits-of-rik-platform__btn-primary:hover {
  background-color: #1e87b8;
  border-color: #1e87b8;
}

.page-blog-the-benefits-of-rik-platform__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-the-benefits-of-rik-platform__btn-secondary:hover {
  background-color: #e0e0e0;
}

.page-blog-the-benefits-of-rik-platform__section {
  padding: 60px 0;
  background-color: #0d0d0d; /* Slightly lighter dark background for sections */
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-the-benefits-of-rik-platform__about-rik {
  background-color: #000000;
}

.page-blog-the-benefits-of-rik-platform__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-the-benefits-of-rik-platform__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-the-benefits-of-rik-platform__text-block {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-the-benefits-of-rik-platform__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-the-benefits-of-rik-platform__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-the-benefits-of-rik-platform__card {
  background: rgba(255, 255, 255, 0.05); /* Semi-transparent white background for cards */
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 450px;
  color: #ffffff;
}

.page-blog-the-benefits-of-rik-platform__dark-bg {
  background: #1a1a1a;
  color: #ffffff;
}

.page-blog-the-benefits-of-rik-platform__card-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-the-benefits-of-rik-platform__card-text {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-the-benefits-of-rik-platform__feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-blog-the-benefits-of-rik-platform__feature-list li {
  margin-bottom: 10px;
  color: #f0f0f0;
  position: relative;
  padding-left: 25px;
}

.page-blog-the-benefits-of-rik-platform__feature-list li::before {
  content: '✓';
  color: #EA7C07; /* Login color for bullet points */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-the-benefits-of-rik-platform__feature-list li a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-the-benefits-of-rik-platform__feature-list li a:hover {
  text-decoration: underline;
}

.page-blog-the-benefits-of-rik-platform__card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-the-benefits-of-rik-platform__card-button {
  margin-top: auto; /* Push button to the bottom */
}

.page-blog-the-benefits-of-rik-platform__step-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-the-benefits-of-rik-platform__step-list li {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #f0f0f0;
  display: flex;
  align-items: flex-start;
}

.page-blog-the-benefits-of-rik-platform__step-number {
  font-weight: bold;
  color: #26A9E0;
  margin-right: 15px;
  flex-shrink: 0;
}

.page-blog-the-benefits-of-rik-platform__faq-list {
  margin-top: 30px;
}

.page-blog-the-benefits-of-rik-platform__faq-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-the-benefits-of-rik-platform__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #26A9E0;
  cursor: pointer;
  list-style: none;
}

.page-blog-the-benefits-of-rik-platform__faq-question::-webkit-details-marker,
.page-blog-the-benefits-of-rik-platform__faq-question::marker {
  display: none;
}

.page-blog-the-benefits-of-rik-platform__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #EA7C07;
}

.page-blog-the-benefits-of-rik-platform__faq-item[open] .page-blog-the-benefits-of-rik-platform__faq-toggle {
  content: '−';
}

.page-blog-the-benefits-of-rik-platform__faq-answer {
  padding: 0 20px 20px;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-blog-the-benefits-of-rik-platform__faq-answer p {
  margin-bottom: 10px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-the-benefits-of-rik-platform__main-title {
    font-size: 2.8em;
  }

  .page-blog-the-benefits-of-rik-platform__section-title {
    font-size: 2.2em;
  }

  .page-blog-the-benefits-of-rik-platform__grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-the-benefits-of-rik-platform {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO 主图区域 */
  .page-blog-the-benefits-of-rik-platform__hero-section {
    padding-top: 10px !important; /* Small top padding, no var(--header-offset) */
    padding-bottom: 30px;
  }

  .page-blog-the-benefits-of-rik-platform__hero-content {
    padding: 0 15px;
  }

  .page-blog-the-benefits-of-rik-platform__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-blog-the-benefits-of-rik-platform__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-the-benefits-of-rik-platform__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* 通用图片与容器 */
  .page-blog-the-benefits-of-rik-platform img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important; /* Ensure minimum size */
    min-height: 200px !important;
  }
  
  .page-blog-the-benefits-of-rik-platform__section,
  .page-blog-the-benefits-of-rik-platform__card,
  .page-blog-the-benefits-of-rik-platform__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-the-benefits-of-rik-platform__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  /* 产品展示图区域 (General Grid/Card Layout) */
  .page-blog-the-benefits-of-rik-platform__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-the-benefits-of-rik-platform__card {
    padding: 20px;
    min-height: auto;
  }

  .page-blog-the-benefits-of-rik-platform__card-title {
    font-size: 1.5em;
  }

  .page-blog-the-benefits-of-rik-platform__text-block,
  .page-blog-the-benefits-of-rik-platform__card-text,
  .page-blog-the-benefits-of-rik-platform__feature-list li,
  .page-blog-the-benefits-of-rik-platform__step-list li,
  .page-blog-the-benefits-of-rik-platform__faq-question,
  .page-blog-the-benefits-of-rik-platform__faq-answer {
    font-size: 1em;
  }

  .page-blog-the-benefits-of-rik-platform__step-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-blog-the-benefits-of-rik-platform__step-number {
    margin-bottom: 5px;
  }

  /* 按钮与按钮容器 */
  .page-blog-the-benefits-of-rik-platform__cta-button,
  .page-blog-the-benefits-of-rik-platform__btn-primary,
  .page-blog-the-benefits-of-rik-platform__btn-secondary,
  .page-blog-the-benefits-of-rik-platform a[class*="button"],
  .page-blog-the-benefits-of-rik-platform 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-the-benefits-of-rik-platform__cta-buttons,
  .page-blog-the-benefits-of-rik-platform__button-group,
  .page-blog-the-benefits-of-rik-platform__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;
    display: flex;
    flex-direction: column; 
  }
  
  /* 其他内容模块 */
  .page-blog-the-benefits-of-rik-platform__faq-question {
    padding: 15px;
  }

  .page-blog-the-benefits-of-rik-platform__faq-answer {
    padding: 0 15px 15px;
  }
}