.page-index-about-789bet {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-index-about-789bet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-about-789bet__hero-section {
  background: linear-gradient(135deg, #FFD700 0%, #000080 100%);
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-about-789bet__hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  animation: page-index-about-789bet__pulse 15s infinite alternate;
  z-index: 0;
}

@keyframes page-index-about-789bet__pulse {
  0% { transform: scale(0.8); opacity: 0.5; }
  100% { transform: scale(1.2); opacity: 0.8; }
}

.page-index-about-789bet__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
}

.page-index-about-789bet__hero-link-btn {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-about-789bet__hero-link-btn:hover {
  color: #FFFFFF;
}

.page-index-about-789bet__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.page-index-about-789bet__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #000080;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700;
  position: relative;
  z-index: 1;
}

.page-index-about-789bet__cta-button:hover {
  background-color: #FFFFFF;
  color: #000080;
  transform: translateY(-3px);
  border-color: #FFFFFF;
}

.page-index-about-789bet__content-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-index-about-789bet__section-block {
  margin-bottom: 60px;
  padding: 30px;
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #FFD700;
}

.page-index-about-789bet__section-title {
  font-size: 2.2em;
  color: #000080;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 1.2;
}

.page-index-about-789bet__section-title a {
  color: #000080;
  text-decoration: none;
}

.page-index-about-789bet__section-title a:hover {
  color: #FFD700;
}

.page-index-about-789bet__sub-title {
  font-size: 1.8em;
  color: #000080;
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 5px solid #000080;
  padding-left: 15px;
}

.page-index-about-789bet__sub-title a {
  color: #000080;
  text-decoration: none;
}

.page-index-about-789bet__sub-title a:hover {
  color: #FFD700;
}

.page-index-about-789bet__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-index-about-789bet__highlight {
  color: #000080;
  font-weight: bold;
}

.page-index-about-789bet__highlight-text {
  color: #FFD700;
  font-weight: bold;
}

.page-index-about-789bet__list,
.page-index-about-789bet__ordered-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-index-about-789bet__list-item {
  font-size: 1.1em;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  color: #444;
}

.page-index-about-789bet__list-item::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.page-index-about-789bet__ordered-list .page-index-about-789bet__list-item {
  counter-increment: list-counter;
}

.page-index-about-789bet__ordered-list .page-index-about-789bet__list-item::before {
  content: counter(list-counter) ".";
  color: #000080;
  font-weight: bold;
  left: 0;
}

.page-index-about-789bet__inline-link {
  color: #000080;
  text-decoration: underline;
  font-weight: bold;
}

.page-index-about-789bet__inline-link:hover {
  color: #FFD700;
  text-decoration: none;
}

.page-index-about-789bet__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-index-about-789bet__cta-button--bottom {
  margin-top: 40px;
  text-align: center;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-index-about-789bet__hero-title {
    font-size: 2.5em;
  }

  .page-index-about-789bet__hero-description {
    font-size: 1em;
  }

  .page-index-about-789bet__section-title {
    font-size: 1.8em;
  }

  .page-index-about-789bet__sub-title {
    font-size: 1.5em;
  }

  .page-index-about-789bet__paragraph,
  .page-index-about-789bet__list-item {
    font-size: 0.95em;
  }

  .page-index-about-789bet__hero-section {
    padding: 80px 0;
  }
}

@media (max-width: 480px) {
  .page-index-about-789bet__hero-title {
    font-size: 2em;
  }

  .page-index-about-789bet__hero-description {
    font-size: 0.9em;
  }

  .page-index-about-789bet__section-title {
    font-size: 1.5em;
  }

  .page-index-about-789bet__sub-title {
    font-size: 1.3em;
  }

  .page-index-about-789bet__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}