.page-about {
  color: #ffffff;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-about__content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-about__hero-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  padding: 0;
}

.page-about__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-about__hero-container {
  position: relative;
}

.page-about__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  border-radius: 10px;
  max-width: 90%;
}

.page-about__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-about__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-about__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A0A0A;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-about__hero-button:hover {
  background-color: #e6c200;
}

.page-about__story-section,
.page-about__mission-values-section,
.page-about__why-choose-section,
.page-about__cta-section,
.page-about__responsible-gaming-section,
.page-about__contact-section {
  padding: 80px 0;
  background-color: #0A0A0A;
  margin-bottom: 20px;
  border-radius: 10px;
}

.page-about__story-section {
  background-color: #1a1a1a;
}

.page-about__story-title,
.page-about__mission-values-title,
.page-about__why-choose-title,
.page-about__cta-title,
.page-about__responsible-gaming-title,
.page-about__contact-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 60px;
}

.page-about__story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-about__story-text p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-about__story-image-container {
  text-align: center;
}

.page-about__story-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

.page-about__mission-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #f0f0f0;
}

.page-about__values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-about__value-card {
  background-color: rgba(255, 215, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-about__value-card:hover {
  transform: translateY(-10px);
  background-color: rgba(255, 215, 0, 0.2);
}

.page-about__value-card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-about__value-card p {
  font-size: 1em;
  color: #f0f0f0;
}

.page-about__why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.page-about__why-choose-item {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-about__why-choose-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

.page-about__why-choose-icon {
  width: 100%;
  height: auto;
  max-width: 400px;
  border-radius: 8px;
  margin-bottom: 25px;
  min-width: 200px;
  min-height: 200px;
}

.page-about__why-choose-item-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-about__why-choose-item p {
  font-size: 1em;
  color: #f0f0f0;
}

.page-about__cta-section {
  text-align: center;
  background: linear-gradient(45deg, #0A0A0A, #333333);
  border-radius: 10px;
  padding: 80px 20px;
  margin-bottom: 20px;
}

.page-about__cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 25px;
}

.page-about__cta-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-about__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A0A0A;
  padding: 18px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
}

.page-about__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-about__cta-button--secondary {
  background-color: #333333;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-about__cta-button--secondary:hover {
  background-color: #0A0A0A;
  color: #FFD700;
}

.page-about__responsible-gaming-section {
  background-color: #1a1a1a;
  text-align: center;
  padding: 80px 20px;
}

.page-about__responsible-gaming-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 30px;
}

.page-about__responsible-gaming-description {
  font-size: 1.1em;
  color: #f0f0f0;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-about__responsible-gaming-link {
  display: inline-block;
  background-color: #FFD700;
  color: #0A0A0A;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-about__responsible-gaming-link:hover {
  background-color: #e6c200;
}

.page-about__contact-section {
  background-color: #0A0A0A;
  text-align: center;
  padding: 80px 20px;
}

.page-about__contact-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 30px;
}

.page-about__contact-description {
  font-size: 1.1em;
  color: #f0f0f0;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-about__contact-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A0A0A;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
}

.page-about__contact-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-about__contact-button--secondary {
  background-color: #333333;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-about__contact-button--secondary:hover {
  background-color: #0A0A0A;
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-about__hero-title {
    font-size: 2.8em;
  }
  .page-about__hero-description {
    font-size: 1.1em;
  }
  .page-about__story-grid {
    grid-template-columns: 1fr;
  }
  .page-about__story-image-container {
    order: -1; /* Image above text on smaller screens */
  }
  .page-about__why-choose-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-about {
    padding-top: var(--header-offset, 80px); /* Adjust for mobile header offset */
  }
  .page-about__hero-content {
    padding: 20px;
    max-width: 95%;
  }
  .page-about__hero-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-about__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-about__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-about__story-title,
  .page-about__mission-values-title,
  .page-about__why-choose-title,
  .page-about__cta-title,
  .page-about__responsible-gaming-title,
  .page-about__contact-title {
    font-size: 2em;
    margin-bottom: 40px;
  }
  .page-about__story-section,
  .page-about__mission-values-section,
  .page-about__why-choose-section,
  .page-about__cta-section,
  .page-about__responsible-gaming-section,
  .page-about__contact-section {
    padding: 50px 0;
  }
  .page-about__values-grid,
  .page-about__why-choose-grid {
    grid-template-columns: 1fr;
  }
  .page-about__cta-title {
    font-size: 2.2em;
  }
  .page-about__cta-description {
    font-size: 1.1em;
  }
  .page-about__cta-button {
    padding: 15px 25px;
    font-size: 1em;
    margin: 8px;
  }
  /* Ensure content images do not overflow on mobile */
  .page-about__story-image,
  .page-about__why-choose-icon {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Minimum size enforcement */
    min-height: 200px; /* Minimum size enforcement */
  }
  .page-about__content-wrapper {
    padding: 0 15px;
  }
  .page-about__responsible-gaming-link, .page-about__contact-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-about__hero-title {
    font-size: 1.5em;
  }
  .page-about__hero-description {
    font-size: 0.9em;
  }
  .page-about__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-about__story-title,
  .page-about__mission-values-title,
  .page-about__why-choose-title,
  .page-about__cta-title,
  .page-about__responsible-gaming-title,
  .page-about__contact-title {
    font-size: 1.8em;
  }
  .page-about__cta-button {
    display: block;
    margin: 10px auto;
    width: fit-content;
  }
  .page-about__responsible-gaming-link, .page-about__contact-button {
    display: block;
    margin: 10px auto;
    width: fit-content;
  }
}