.page-blog-choosing-reliable-sic-bo {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark, so text is light */
  background-color: #000000; /* Ensure body content area matches shared body background */
}

.page-blog-choosing-reliable-sic-bo__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* body already handles --header-offset */
  background-color: #000000; /* Dark background for hero section */
  color: #ffffff;
}

.page-blog-choosing-reliable-sic-bo__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
}

.page-blog-choosing-reliable-sic-bo__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-choosing-reliable-sic-bo__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 15px;
}

.page-blog-choosing-reliable-sic-bo__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #26A9E0;
  margin-bottom: 20px;
  max-width: 100%;
}

.page-blog-choosing-reliable-sic-bo__intro-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-choosing-reliable-sic-bo__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

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

.page-blog-choosing-reliable-sic-bo__btn-primary {
  background-color: #EA7C07; /* Login button color */
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-choosing-reliable-sic-bo__btn-primary:hover {
  background-color: #d16e06;
}

.page-blog-choosing-reliable-sic-bo__btn-secondary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-choosing-reliable-sic-bo__btn-secondary:hover {
  background-color: #1f8ec4;
}

.page-blog-choosing-reliable-sic-bo__section {
  padding: 80px 20px;
  background-color: #000000;
  color: #ffffff;
}

.page-blog-choosing-reliable-sic-bo__section--criteria {
  background-color: #000000;
}

.page-blog-choosing-reliable-sic-bo__section--faq {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-choosing-reliable-sic-bo__section--conclusion {
  background-color: #000000;
}

.page-blog-choosing-reliable-sic-bo__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-choosing-reliable-sic-bo__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 20px;
}

.page-blog-choosing-reliable-sic-bo__section-intro {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-blog-choosing-reliable-sic-bo__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-choosing-reliable-sic-bo__card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-choosing-reliable-sic-bo__card-image {
  width: 100%;
  height: auto;
  max-width: 250px; /* Ensure images are not too small but fit */
  margin-bottom: 20px;
  border-radius: 4px;
  object-fit: cover;
}

.page-blog-choosing-reliable-sic-bo__card-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-blog-choosing-reliable-sic-bo__card-text {
  font-size: 1em;
  color: #f0f0f0;
}

.page-blog-choosing-reliable-sic-bo__steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-blog-choosing-reliable-sic-bo__step-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.page-blog-choosing-reliable-sic-bo__step-number {
  font-size: 2.5em;
  font-weight: 700;
  color: #EA7C07;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #EA7C07;
  border-radius: 50%;
}

.page-blog-choosing-reliable-sic-bo__step-content {
  flex-grow: 1;
}

.page-blog-choosing-reliable-sic-bo__step-title {
  font-size: 1.8em;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-choosing-reliable-sic-bo__step-text {
  font-size: 1em;
  color: #f0f0f0;
}

.page-blog-choosing-reliable-sic-bo__tips-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-choosing-reliable-sic-bo__tip-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 5px solid #26A9E0;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.page-blog-choosing-reliable-sic-bo__tip-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-choosing-reliable-sic-bo__tip-text {
  font-size: 1em;
  color: #f0f0f0;
}

.page-blog-choosing-reliable-sic-bo__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-blog-choosing-reliable-sic-bo__faq-item {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-choosing-reliable-sic-bo__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}

.page-blog-choosing-reliable-sic-bo__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-choosing-reliable-sic-bo__faq-qtext {
  flex-grow: 1;
}

.page-blog-choosing-reliable-sic-bo__faq-toggle {
  font-size: 1.5em;
  font-weight: 700;
  width: 25px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-blog-choosing-reliable-sic-bo__faq-item[open] .page-blog-choosing-reliable-sic-bo__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-choosing-reliable-sic-bo__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #f0f0f0;
  background-color: rgba(0, 0, 0, 0.1);
}

.page-blog-choosing-reliable-sic-bo__faq-answer p {
  margin: 0;
}

.page-blog-choosing-reliable-sic-bo__call-to-action {
  font-size: 1.2em;
  text-align: center;
  margin-top: 40px;
  color: #f0f0f0;
}

.page-blog-choosing-reliable-sic-bo__cta-link {
  color: #EA7C07;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-blog-choosing-reliable-sic-bo__cta-link:hover {
  color: #d16e06;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-blog-choosing-reliable-sic-bo__main-title {
    font-size: 2.2em;
  }

  .page-blog-choosing-reliable-sic-bo__section-title {
    font-size: 2em;
  }

  .page-blog-choosing-reliable-sic-bo__grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-choosing-reliable-sic-bo__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-choosing-reliable-sic-bo__main-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .page-blog-choosing-reliable-sic-bo__intro-description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-blog-choosing-reliable-sic-bo__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-choosing-reliable-sic-bo__btn-primary,
  .page-blog-choosing-reliable-sic-bo__btn-secondary,
  .page-blog-choosing-reliable-sic-bo a[class*="button"],
  .page-blog-choosing-reliable-sic-bo a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-choosing-reliable-sic-bo__section {
    padding: 40px 15px;
  }

  .page-blog-choosing-reliable-sic-bo__section-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .page-blog-choosing-reliable-sic-bo__section-intro {
    font-size: 0.95em;
    margin-bottom: 30px;
  }

  .page-blog-choosing-reliable-sic-bo__grid {
    grid-template-columns: 1fr;
  }

  .page-blog-choosing-reliable-sic-bo__card {
    padding: 20px;
  }

  .page-blog-choosing-reliable-sic-bo__step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .page-blog-choosing-reliable-sic-bo__step-number {
    font-size: 2em;
    width: 40px;
    height: 40px;
  }

  .page-blog-choosing-reliable-sic-bo__step-title {
    font-size: 1.4em;
  }

  .page-blog-choosing-reliable-sic-bo__tips-list {
    grid-template-columns: 1fr;
  }

  .page-blog-choosing-reliable-sic-bo__tip-item {
    padding: 20px;
  }

  .page-blog-choosing-reliable-sic-bo__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-blog-choosing-reliable-sic-bo__faq-answer {
    padding: 10px 20px 15px;
  }

  .page-blog-choosing-reliable-sic-bo__call-to-action {
    font-size: 1em;
  }

  .page-blog-choosing-reliable-sic-bo img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-choosing-reliable-sic-bo__section,
  .page-blog-choosing-reliable-sic-bo__card,
  .page-blog-choosing-reliable-sic-bo__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-choosing-reliable-sic-bo__video-section {
    padding-top: 10px !important; /* body 已承担 --header-offset，此处禁止 var(--header-offset) */
  }
}