/* style/support.css */
.page-support {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #FFFFFF; /* Matches var(--secondary-color) */
}

.page-support__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-support__hero-section {
  padding-top: var(--header-offset, 120px);
  padding-bottom: 60px;
  text-align: center;
  background-color: #F8F8F8; /* Light background for the hero section */
}

.page-support__main-title {
  font-size: 3em;
  color: #26A9E0;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-support__intro-text {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}