.page-about-our-story {
  color: #333333; /* Dark text for light body background */
}

.page-about-our-story__hero-section {
  padding-top: var(--header-offset, 120px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  overflow: hidden;
}

.page-about-our-story__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6;
}

.page-about-our-story__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 60px 20px;
}

.page-about-our-story__hero-title {
  font-size: 3.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-about-our-story__hero-description {
  font-size: 1.3rem;
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-about-our-story__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-about-our-story__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-about-our-story__button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-about-our-story__button--register:hover {
  background-color: #FCBC45;
  color: #000000;
  transform: translateY(-3px);
}

.page-about-our-story__button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-about-our-story__button--login:hover {
  background-color: #FFFFFF;
  color: #000000;
  transform: translateY(-3px);
}

.page-about-our-story__story-section {
  padding: 80px 20px;
  background-color: #FFFFFF;
}

.page-about-our-story__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-about-our-story__section-title {
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-about-our-story__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FCBC45;
  border-radius: 2px;
}

.page-about-our-story__text-content {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: justify;
}

.page-about-our-story__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 40px auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-about-our-story__call-to-action {
  background-color: #000000;
  color: #FFFFFF;
  padding: 60px 40px;
  border-radius: 15px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-about-our-story__call-to-action-title {
  font-size: 2.8rem;
  color: #FCBC45;
  margin-bottom: 20px;
}

.page-about-our-story__call-to-action-description {
  font-size: 1.2rem;
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-about-our-story__button--join {
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 40px;
  font-size: 1.25rem;
  border-radius: 10px;
}

.page-about-our-story__button--join:hover {
  background-color: #FFFFFF;
  color: #000000;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(252, 188, 69, 0.4);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-about-our-story__hero-title {
    font-size: 3rem;
  }
  .page-about-our-story__section-title {
    font-size: 2.2rem;
  }
  .page-about-our-story__text-content {
    font-size: 1rem;
  }
  .page-about-our-story__call-to-action-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .page-about-our-story__hero-title {
    font-size: 2.5rem;
  }
  .page-about-our-story__hero-description {
    font-size: 1.1rem;
  }
  .page-about-our-story__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-about-our-story__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-about-our-story__section-title {
    font-size: 2rem;
  }
  .page-about-our-story__call-to-action-title {
    font-size: 2rem;
  }
  .page-about-our-story__button--join {
    width: 90%;
  }
  .page-about-our-story__image {
    max-width: 100%;
    height: auto;
  }
  .page-about-our-story__story-section, .page-about-our-story__call-to-action {
    padding: 40px 15px;
  }
}

@media (max-width: 480px) {
  .page-about-our-story__hero-title {
    font-size: 2rem;
  }
  .page-about-our-story__hero-description {
    font-size: 1rem;
  }
  .page-about-our-story__section-title {
    font-size: 1.8rem;
  }
  .page-about-our-story__text-content {
    font-size: 0.95rem;
  }
  .page-about-our-story__call-to-action-title {
    font-size: 1.8rem;
  }
  .page-about-our-story__button--join {
    font-size: 1.1rem;
    padding: 15px 25px;
  }
}