.page-about {
  color: #ffffff; /* Light text on dark body background */
  background-color: #121212; /* Inherited from body */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-about__hero-section {
  position: relative;
  width: 100%;
  padding: 120px 20px 80px; /* Desktop padding-top to clear fixed header */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #FF4500, #FFD700);
  color: #ffffff;
  overflow: hidden;
}

.page-about__hero-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-about__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-about__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-about__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-about__cta-button {
  display: inline-block;
  padding: 15px 35px;
  background: #FF4500;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-about__cta-button:hover {
  background: #e63e00;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-about__cta-button--secondary {
  background: #FFD700;
  color: #333333;
}

.page-about__cta-button--secondary:hover {
  background: #e6c200;
  color: #000000;
}

/* General Section Styles */
.page-about__brand-section,
.page-about__values-section,
.page-about__advantages-section,
.page-about__games-section,
.page-about__security-section,
.page-about__support-section,
.page-about__faq-section,
.page-about__news-section,
.page-about__cta-bottom-section {
  padding: 80px 20px;
  text-align: center;
}

.page-about__dark-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-about__container,
.page-about__brand-container,
.page-about__values-container,
.page-about__advantages-container,
.page-about__games-container,
.page-about__security-container,
.page-about__support-container,
.page-about__faq-container,
.page-about__news-container,
.page-about__cta-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-about__brand-title,
.page-about__values-title,
.page-about__advantages-title,
.page-about__games-title,
.page-about__security-title,
.page-about__support-title,
.page-about__faq-title,
.page-about__news-title,
.page-about__cta-bottom-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  font-weight: bold;
  color: #FFD700; /* Highlight titles */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-about__brand-description,
.page-about__advantages-description,
.page-about__games-description,
.page-about__security-description,
.page-about__support-description,
.page-about__news-description,
.page-about__cta-bottom-description {
  font-size: 1.1em;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.85;
}

.page-about__card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-about__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-about__link-text {
  color: #FFD700; /* Link color */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-about__link-text:hover {
  color: #FF4500;
  text-decoration: underline;
}

/* Brand Section */
.page-about__brand-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-about__brand-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-about__brand-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-height: 200px; /* Ensure minimum size */
}

.page-about__brand-item-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-about__brand-item-text {
  font-size: 1em;
  line-height: 1.7;
  opacity: 0.9;
}

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

.page-about__value-item-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #FF4500;
}

.page-about__value-item-text {
  font-size: 0.95em;
  opacity: 0.85;
}

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

.page-about__advantage-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.page-about__advantage-icon {
  max-width: 120px;
  height: auto;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
  min-height: 100px; /* Ensure minimum size */
  min-width: 100px;
}

.page-about__advantage-item-title {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #FFD700;
}

.page-about__advantage-item-text {
  font-size: 0.95em;
  opacity: 0.85;
}

/* Games Section */
.page-about__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-about__game-card {
  text-align: center;
  padding: 25px;
}

.page-about__game-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
  min-height: 200px; /* Ensure minimum size */
}

.page-about__game-card-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #FF4500;
}

.page-about__game-card-text {
  font-size: 0.95em;
  opacity: 0.85;
}

/* Security Section */
.page-about__security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-about__security-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.page-about__security-item-title {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #FFD700;
}

.page-about__security-item-text {
  font-size: 0.95em;
  opacity: 0.85;
}

/* Support Section */
.page-about__support-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-about__support-channel {
  text-align: center;
  padding: 30px;
}

.page-about__support-channel-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #FF4500;
}

.page-about__support-channel-text {
  font-size: 0.95em;
  margin-bottom: 25px;
  opacity: 0.85;
}

.page-about__support-button {
  display: inline-block;
  padding: 10px 25px;
  background: #FFD700;
  color: #333333;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-about__support-button:hover {
  background: #e6c200;
  transform: translateY(-2px);
}

/* FAQ Section */
.page-about__faq-list {
  margin-top: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-about__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-about__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  color: #ffffff;
}

.page-about__faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
}

.page-about__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #FFD700;
}

.page-about__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #FF4500;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-about__faq-item.active .page-about__faq-toggle {
  color: #FFD700;
  transform: rotate(45deg); /* Change to X or rotate for minus sign */
}

.page-about__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 20px;
  opacity: 0;
  text-align: left;
  color: #f0f0f0;
}

.page-about__faq-item.active .page-about__faq-answer {
  max-height: 2000px !important;
  padding: 20px !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-top: none;
}

/* News Section */
.page-about__news-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-about__news-item {
  text-align: left;
  padding: 0;
}

.page-about__news-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.page-about__news-image {
  max-width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  margin-bottom: 15px;
  min-height: 200px; /* Ensure minimum size */
}

.page-about__news-item-title {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #FFD700;
  padding: 0 20px;
}

.page-about__news-item-excerpt {
  font-size: 0.95em;
  opacity: 0.85;
  margin-bottom: 15px;
  padding: 0 20px;
}

.page-about__news-item-date {
  display: block;
  font-size: 0.85em;
  color: #FF4500;
  padding: 0 20px 20px;
}

.page-about__news-cta {
  margin-top: 50px;
}

/* Bottom CTA Section */
.page-about__cta-bottom-section {
  background: linear-gradient(45deg, #FFD700, #FF4500);
  color: #333333;
  padding: 80px 20px;
}

.page-about__cta-bottom-title {
  color: #333333;
  text-shadow: none;
}

.page-about__cta-bottom-description {
  color: #333333;
  opacity: 0.9;
}

.page-about__cta-bottom-section .page-about__cta-button {
  background: #333333;
  color: #ffffff;
}

.page-about__cta-bottom-section .page-about__cta-button:hover {
  background: #000000;
}

.page-about__cta-bottom-section .page-about__cta-button--secondary {
  background: #FF4500;
  color: #ffffff;
}

.page-about__cta-bottom-section .page-about__cta-button--secondary:hover {
  background: #e63e00;
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-about__hero-title {
    font-size: 2.8em;
  }
  .page-about__brand-title,
  .page-about__values-title,
  .page-about__advantages-title,
  .page-about__games-title,
  .page-about__security-title,
  .page-about__support-title,
  .page-about__faq-title,
  .page-about__news-title,
  .page-about__cta-bottom-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-about__hero-section {
    padding-top: 100px !important; /* Mobile padding-top to clear fixed header */
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-about__hero-title {
    font-size: 2.2em;
  }

  .page-about__hero-description {
    font-size: 1em;
  }

  .page-about__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-about__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 25px !important;
    font-size: 1em !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-about__brand-section,
  .page-about__values-section,
  .page-about__advantages-section,
  .page-about__games-section,
  .page-about__security-section,
  .page-about__support-section,
  .page-about__faq-section,
  .page-about__news-section,
  .page-about__cta-bottom-section {
    padding: 60px 15px;
  }

  .page-about__brand-title,
  .page-about__values-title,
  .page-about__advantages-title,
  .page-about__games-title,
  .page-about__security-title,
  .page-about__support-title,
  .page-about__faq-title,
  .page-about__news-title,
  .page-about__cta-bottom-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-about__brand-description,
  .page-about__advantages-description,
  .page-about__games-description,
  .page-about__security-description,
  .page-about__support-description,
  .page-about__news-description,
  .page-about__cta-bottom-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }

  .page-about__brand-content,
  .page-about__values-grid,
  .page-about__advantages-grid,
  .page-about__games-grid,
  .page-about__security-features,
  .page-about__support-channels,
  .page-about__news-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-about__brand-item,
  .page-about__value-item,
  .page-about__advantage-item,
  .page-about__game-card,
  .page-about__security-item,
  .page-about__support-channel,
  .page-about__news-item {
    padding: 20px;
  }

  .page-about__brand-image,
  .page-about__advantage-icon,
  .page-about__game-image,
  .page-about__news-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 150px; /* Adjust min height for mobile */
    box-sizing: border-box !important;
  }

  .page-about img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  .page-about__section,
  .page-about__card,
  .page-about__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-about__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }

  .page-about__faq-question h3 {
    font-size: 1em;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }

  .page-about__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }

  .page-about__faq-answer {
    padding: 0 15px;
  }

  .page-about__faq-item.active .page-about__faq-answer {
    padding: 15px !important;
  }

  .page-about__news-item-title,
  .page-about__news-item-excerpt,
  .page-about__news-item-date {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-about__hero-title {
    font-size: 1.8em;
  }
  .page-about__brand-title,
  .page-about__values-title,
  .page-about__advantages-title,
  .page-about__games-title,
  .page-about__security-title,
  .page-about__support-title,
  .page-about__faq-title,
  .page-about__news-title,
  .page-about__cta-bottom-title {
    font-size: 1.5em;
  }
}