/* style/index-about-6ff3.css */
:root {
  --page-bg-color: #08160F;
  --card-bg-color: #11271B;
  --text-main-color: #F2FFF6;
  --text-secondary-color: #A7D9B8;
  --btn-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green-color: #0A4B2C;
}

.page-index-about-6ff3 {
  background-color: var(--page-bg-color);
  color: var(--text-main-color);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-index-about-6ff3__section {
  padding: 60px 20px;
  text-align: center;
}

.page-index-about-6ff3__dark-bg {
  background-color: var(--card-bg-color);
}

.page-index-about-6ff3__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-index-about-6ff3__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: var(--gold-color);
  margin-bottom: 20px;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.4);
}

.page-index-about-6ff3__section-description {
  font-size: 1.1em;
  color: var(--text-secondary-color);
  margin-bottom: 40px;
}

.page-index-about-6ff3__card {
  background-color: var(--card-bg-color);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
  color: var(--text-main-color);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Hero Section */
.page-index-about-6ff3__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  background-color: var(--page-bg-color);
  overflow: hidden;
}

.page-index-about-6ff3__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-index-about-6ff3__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-index-about-6ff3__hero-content {
  max-width: 900px;
  margin: 40px auto 0;
  padding: 0 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.page-index-about-6ff3__hero-title {
  color: var(--gold-color);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  text-shadow: 0 0 15px rgba(242, 193, 78, 0.6);
  font-size: clamp(2.2em, 4vw, 3.5em); /* Responsive H1 font size */
}

.page-index-about-6ff3__hero-description {
  font-size: 1.2em;
  color: var(--text-secondary-color);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-about-6ff3__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-about-6ff3__btn-primary,
.page-index-about-6ff3__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-index-about-6ff3__btn-primary {
  background: var(--btn-gradient);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-index-about-6ff3__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(42, 209, 111, 0.6);
}

.page-index-about-6ff3__btn-secondary {
  background-color: transparent;
  color: var(--glow-color);
  border: 2px solid var(--glow-color);
  box-shadow: 0 0 10px rgba(87, 227, 141, 0.3);
}

.page-index-about-6ff3__btn-secondary:hover {
  background-color: var(--glow-color);
  color: var(--card-bg-color);
  transform: translateY(-3px);
  box-shadow: 0 0 15px rgba(87, 227, 141, 0.5);
}

.page-index-about-6ff3__cta-buttons--center {
  margin-top: 30px;
}

/* Overview Section */
.page-index-about-6ff3__overview-section .page-index-about-6ff3__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  text-align: left;
}

.page-index-about-6ff3__overview-section .page-index-about-6ff3__text-block {
  flex: 1;
  min-width: 300px;
  color: var(--text-main-color);
}

.page-index-about-6ff3__overview-section .page-index-about-6ff3__text-block p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: var(--text-secondary-color);
}

.page-index-about-6ff3__overview-section .page-index-about-6ff3__image-block {
  flex: 1;
  min-width: 300px;
}

.page-index-about-6ff3__overview-section .page-index-about-6ff3__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid var(--border-color);
}

/* Registration Section */
.page-index-about-6ff3__registration-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-index-about-6ff3__step-card {
  text-align: center;
  border: 1px solid var(--deep-green-color);
  background-color: var(--deep-green-color);
}

.page-index-about-6ff3__step-title {
  color: var(--gold-color);
  font-size: 1.4em;
  margin-bottom: 15px;
}

.page-index-about-6ff3__step-card p {
  color: var(--text-secondary-color);
}

.page-index-about-6ff3__image-block--center {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-index-about-6ff3__text-block--center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-secondary-color);
}

/* Games Section */
.page-index-about-6ff3__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-index-about-6ff3__game-card {
  text-align: center;
}

.page-index-about-6ff3__game-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-index-about-6ff3__game-title a {
  color: var(--gold-color);
  text-decoration: none;
}

.page-index-about-6ff3__game-title a:hover {
  text-decoration: underline;
}

.page-index-about-6ff3__game-card p {
  color: var(--text-secondary-color);
}

/* Security Section */
.page-index-about-6ff3__security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-index-about-6ff3__feature-title {
  font-size: 1.4em;
  color: var(--gold-color);
  margin-bottom: 15px;
}

.page-index-about-6ff3__feature-card p {
  color: var(--text-secondary-color);
}

.page-index-about-6ff3__feature-card p a {
  color: var(--glow-color);
  text-decoration: none;
}

.page-index-about-6ff3__feature-card p a:hover {
  text-decoration: underline;
}

/* Promotions Section */
.page-index-about-6ff3__promo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-index-about-6ff3__promo-title {
  font-size: 1.4em;
  color: var(--gold-color);
  margin-bottom: 15px;
}

.page-index-about-6ff3__promo-item p {
  color: var(--text-secondary-color);
}

/* Support Section */
.page-index-about-6ff3__support-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-index-about-6ff3__channel-title {
  font-size: 1.4em;
  color: var(--gold-color);
  margin-bottom: 15px;
}

.page-index-about-6ff3__channel-card p {
  color: var(--text-secondary-color);
}

/* Conclusion Section */
.page-index-about-6ff3__conclusion-section .page-index-about-6ff3__section-description {
  margin-bottom: 30px;
}

.page-index-about-6ff3 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-index-about-6ff3 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-index-about-6ff3__section {
    padding: 40px 15px;
  }

  .page-index-about-6ff3__section-title {
    font-size: 2em;
  }

  .page-index-about-6ff3__hero-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-index-about-6ff3__hero-description {
    font-size: 1em;
  }

  .page-index-about-6ff3__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-index-about-6ff3__btn-primary,
  .page-index-about-6ff3__btn-secondary {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-index-about-6ff3__overview-section .page-index-about-6ff3__content-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .page-index-about-6ff3__registration-steps,
  .page-index-about-6ff3__game-categories,
  .page-index-about-6ff3__security-features,
  .page-index-about-6ff3__promo-list,
  .page-index-about-6ff3__support-channels {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-index-about-6ff3__card {
    padding: 20px;
  }

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

  .page-index-about-6ff3__section,
  .page-index-about-6ff3__card,
  .page-index-about-6ff3__container,
  .page-index-about-6ff3__hero-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-index-about-6ff3__hero-section {
    padding-top: 10px !important;
  }

  .page-index-about-6ff3__cta-buttons,
  .page-index-about-6ff3__button-group,
  .page-index-about-6ff3__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-index-about-6ff3__cta-buttons {
    display: flex;
    flex-direction: column;
  }
}