/* style/resources-how-to-choose-platform.css */
.page-resources-how-to-choose-platform {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Default body background is white */
}

.page-resources-how-to-choose-platform__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-choose-platform__section {
  padding: 60px 0;
}

.page-resources-how-to-choose-platform__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-how-to-choose-platform__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-how-to-choose-platform__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #017439;
}

.page-resources-how-to-choose-platform__section-title--light {
  color: #ffffff;
}

.page-resources-how-to-choose-platform__text-block {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.page-resources-how-to-choose-platform__text-block--light {
  color: #ffffff;
}

/* Hero Section */
.page-resources-how-to-choose-platform__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  min-height: 70vh;
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-choose-platform__hero-content {
  z-index: 1;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-resources-how-to-choose-platform__hero-title {
  font-size: 3.5em;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}