:root {
  --primary-color: #0A192F;
  --secondary-color: #FFD700;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f4f7f6; /* Matches body background */
  --bg-dark: var(--primary-color);
  --border-color: #e0e0e0;
}

.page-resources-platform-advantages {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark); /* Default text color for light body background */
  background-color: var(--bg-light); /* Ensure consistency with body */
}

/* Fixed header offset */
.page-resources-platform-advantages__hero-section {
  padding-top: var(--header-offset, 120px); /* Desktop and mobile controlled by shared */
  padding-bottom: 60px;
}

.page-resources-platform-advantages__section {
  padding: 60px 0;
  position: relative;
}

.page-resources-platform-advantages__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-platform-advantages__heading {
  font-size: 36px;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}
}