.page-about {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main); /* #F2FFF6 */
  background-color: var(--bg-color); /* #08160F from custom palette */
}

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

.page-about__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background-color: var(--bg-color);
}

.page-about__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
}

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

.page-about__hero-content {
  text-align: center;
  max-width: 900px;
  z-index: 1;
  padding: 0 20px;
}

.page-about__main-title {
  font-weight: bold;
  line-height: 1.2;
  color: var(--text-main); /* #F2FFF6 */
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
}

.page-about__hero-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: var(--text-secondary); /* #A7D9B8 */
}

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

.page-about__btn-primary,
.page-about__btn-secondary,
.page-about__btn-tertiary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-about__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-about__btn-primary:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-about__btn-secondary {
  background: none;
  color: var(--text-main); /* #F2FFF6 */
  border: 2px solid var(--border-color); /* #2E7A4E */
}

.page-about__btn-secondary:hover {
  transform: translateY(-2px);
  background-color: rgba(46, 122, 78, 0.2); /* Lighter version of border color */
}

.page-about__btn-tertiary {
  background: var(--deep-green); /* #0A4B2C */
  color: var(--text-main); /* #F2FFF6 */
  border: none;
}

.page-about__btn-tertiary:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-about__btn-center {
  margin: 30px auto 0 auto;
  display: block;
  width: fit-content;
}

.page-about__section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--gold); /* #F2C14E */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-about__section-description {
  font-size: 1.1rem;
  color: var(--text-secondary); /* #A7D9B8 */
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-about__sub-title {
  font-size: 1.8rem;
  color: var(--text-main); /* #F2FFF6 */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-about__text-block p {
  margin-bottom: 15px;
  color: var(--text-secondary); /* #A7D9B8 */
}

.page-about__text-block p strong {
  color: var(--text-main); /* #F2FFF6 */
}

.page-about__dark-section {
  background-color: var(--card-bg);
  color: var(--text-main);
  padding: 60px 0;
}

.page-about__mission-vision-section {
  padding: 60px 0;
}

.page-about__grid-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.page-about__why-choose-us-section {
  padding: 60px 0;
}

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

.page-about__feature-card {
  background-color: var(--card-bg); /* #11271B */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid var(--border-color); /* #2E7A4E */
}

.page-about__feature-icon {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.page-about__card-title {
  font-size: 1.5rem;
  color: var(--text-main); /* #F2FFF6 */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-about__video-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-about__video-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  aspect-ratio: 16 / 9; /* Maintain 16:9 aspect ratio */
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
}

.page-about__video-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

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

.page-about__games-showcase-section {
  padding: 60px 0;
}

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

.page-about__game-card {
  background-color: var(--card-bg); /* #11271B */
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid var(--border-color); /* #2E7A4E */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-about__game-card .page-about__game-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
}

.page-about__game-card .page-about__card-title {
  margin-top: 10px;
  margin-bottom: 15px;
}

.page-about__game-card p {
  color: var(--text-secondary); /* #A7D9B8 */
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-about__promotions-section {
  padding: 60px 0;
}

.page-about__promo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-about__promo-item {
  background-color: var(--deep-green); /* #0A4B2C */
  padding: 25px;
  border-radius: 10px;
  border: 1px solid var(--border-color); /* #2E7A4E */
}

.page-about__promo-title {
  font-size: 1.4rem;
  color: var(--gold); /* #F2C14E */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-about__promo-item p {
  color: var(--text-secondary); /* #A7D9B8 */
}

.page-about__security-technology-section {
  padding: 60px 0;
}

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

.page-about__tech-item {
  background-color: var(--card-bg); /* #11271B */
  padding: 30px;
  border-radius: 10px;
  border: 1px solid var(--border-color); /* #2E7A4E */
}

.page-about__responsible-gaming-section {
  padding: 60px 0;
}

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

.page-about__image-wrapper {
  text-align: center;
}

.page-about__image-full {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.page-about__easy-access-section {
  padding: 60px 0;
}

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

.page-about__step-card {
  background-color: var(--card-bg); /* #11271B */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid var(--border-color); /* #2E7A4E */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-about__step-title {
  font-size: 1.6rem;
  color: var(--gold); /* #F2C14E */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-about__step-card p {
  color: var(--text-secondary); /* #A7D9B8 */
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-about__faq-section {
  padding: 60px 0;
}

.page-about__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-about__faq-item {
  background-color: var(--deep-green); /* #0A4B2C */
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid var(--border-color); /* #2E7A4E */
  overflow: hidden;
}

.page-about__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--text-main); /* #F2FFF6 */
  user-select: none;
  list-style: none;
}

.page-about__faq-question::-webkit-details-marker {
  display: none;
}

.page-about__faq-item[open] > .page-about__faq-question {
  background-color: rgba(0, 0, 0, 0.1);
}

.page-about__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--gold); /* #F2C14E */
}

.page-about__faq-item[open] .page-about__faq-toggle {
  transform: rotate(45deg);
}

.page-about__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: var(--text-secondary); /* #A7D9B8 */
}

.page-about__faq-answer p {
  margin-bottom: 10px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-about__grid-two-columns,
  .page-about__responsible-content {
    grid-template-columns: 1fr;
  }

  .page-about__hero-image-wrapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-about {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-about__container {
    padding: 0 15px;
  }

  .page-about__hero-section,
  .page-about__mission-vision-section,
  .page-about__why-choose-us-section,
  .page-about__video-section,
  .page-about__games-showcase-section,
  .page-about__promotions-section,
  .page-about__security-technology-section,
  .page-about__responsible-gaming-section,
  .page-about__easy-access-section,
  .page-about__faq-section {
    padding: 40px 0;
  }

  .page-about__hero-section {
    padding-top: 10px !important; /* body handles header offset */
    padding-bottom: 40px;
  }

  .page-about__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-about__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-about__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-about__btn-primary,
  .page-about__btn-secondary,
  .page-about__btn-tertiary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
    margin: 0 auto;
  }

  .page-about__section-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-about__section-description {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .page-about__sub-title {
    font-size: 1.5rem;
  }

  .page-about__features-grid,
  .page-about__game-cards-grid,
  .page-about__promo-list,
  .page-about__tech-grid,
  .page-about__steps-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-about__feature-card,
  .page-about__game-card,
  .page-about__promo-item,
  .page-about__tech-item,
  .page-about__step-card {
    padding: 20px;
  }

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

  .page-about__section,
  .page-about__card,
  .page-about__container,
  .page-about__video-section,
  .page-about__video-container,
  .page-about__video-wrapper,
  .page-about__cta-buttons,
  .page-about__button-group,
  .page-about__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-about__video-section {
    padding-top: 10px !important;
  }

  .page-about video,
  .page-about__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-about__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }

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

@media (max-width: 480px) {
  .page-about__main-title {
    font-size: clamp(1.8rem, 9vw, 2.2rem);
  }

  .page-about__section-title {
    font-size: clamp(1.6rem, 8vw, 2rem);
  }

  .page-about__sub-title {
    font-size: 1.3rem;
  }

  .page-about__hero-description {
    font-size: 0.9rem;
  }
}