:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-light: #f9f9f9;
  --border-color: #e0e0e0;
  --login-button-color: #EA7C07;
}

.page-resources-latest-sic-bo-platforms-review {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--background-light);
}

.page-resources-latest-sic-bo-platforms-review__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #aee3f7 100%);
  color: var(--text-light);
  padding-top: var(--header-offset, 120px);
}

.page-resources-latest-sic-bo-platforms-review__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-resources-latest-sic-bo-platforms-review__hero-image {
  width: 100%;
  margin-bottom: 30px;
}