.page-index-ok9-core-features {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for main text on dark background */
  background-color: #0D1117;
  line-height: 1.6;
}

.page-index-ok9-core-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-ok9-core-features__section-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for main titles */
  text-align: center;
  margin-bottom: 30px;
  padding-top: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.page-index-ok9-core-features__section-description {
  font-size: 1.1em;
  color: #B0B0B0; /* Slightly darker light gray for descriptions */
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-ok9-core-features__hero-section {
  background: linear-gradient(135deg, #0D1117 0%, #3a3f47 100%); /* Dark gradient for hero */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-ok9-core-features__hero-title {
  font-size: 3.8em;
  color: #FFD700; /* Gold for hero title */
  margin-bottom: 20px;
  font-weight: 900;
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.page-index-ok9-core-features__hero-subtitle {
  font-size: 1.4em;
  color: #FFFFFF; /* White for hero subtitle */
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-index-ok9-core-features__hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-index-ok9-core-features__btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.page-index-ok9-core-features__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0D1117; /* Dark text on gold */
  border: 2px solid #FFD700;
}

.page-index-ok9-core-features__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
}

.page-index-ok9-core-features__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text for secondary button */
  border: 2px solid #FFD700;
}

.page-index-ok9-core-features__btn--secondary:hover {
  background-color: #FFD700;
  color: #0D1117;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
}

.page-index-ok9-core-features__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 5px;
}

.page-index-ok9-core-features__btn--large {
  padding: 20px 45px;
  font-size: 1.3em;
  border-radius: 10px;
}

.page-index-ok9-core-features__btn--outline {
  background-color: transparent;
  color: #B0B0B0;
  border: 1px solid #B0B0B0;
}

.page-index-ok9-core-features__btn--outline:hover {
  background-color: #B0B0B0;
  color: #0D1117;
  transform: translateY(-2px);
}

.page-index-ok9-core-features__about-section {
  padding: 80px 0;
  background-color: #1A1F27;
}

.page-index-ok9-core-features__about-content {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-index-ok9-core-features__about-text {
  flex: 1;
  font-size: 1.1em;
  color: #C0C0C0;
}

.page-index-ok9-core-features__about-text p {
  margin-bottom: 20px;
}

.page-index-ok9-core-features__about-image {
  flex: 1;
  text-align: center;
}

.page-index-ok9-core-features__img-responsive {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-ok9-core-features__features-grid-section {
  padding: 80px 0;
  background-color: #0D1117;
}

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

.page-index-ok9-core-features__grid-item {
  background-color: #1A1F27;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-ok9-core-features__grid-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.page-index-ok9-core-features__grid-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-ok9-core-features__grid-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-ok9-core-features__grid-text {
  font-size: 1em;
  color: #C0C0C0;
  margin-bottom: 25px;
}

.page-index-ok9-core-features__benefits-section {
  padding: 80px 0;
  background-color: #1A1F27;
}

.page-index-ok9-core-features__benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}

.page-index-ok9-core-features__benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #0D1117;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-index-ok9-core-features__benefit-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  object-fit: contain;
}

.page-index-ok9-core-features__benefit-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-index-ok9-core-features__benefit-content p {
  font-size: 1em;
  color: #C0C0C0;
}

.page-index-ok9-core-features__cta-bottom {
  text-align: center;
}

.page-index-ok9-core-features__how-to-start-section {
  padding: 80px 0;
  background-color: #0D1117;
}

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

.page-index-ok9-core-features__step-item {
  background-color: #1A1F27;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}

.page-index-ok9-core-features__step-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #FFD700;
  color: #0D1117;
  border-radius: 50%;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  border: 3px solid #0D1117;
  box-shadow: 0 0 0 5px #1A1F27;
}

.page-index-ok9-core-features__step-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-ok9-core-features__step-item p {
  font-size: 1em;
  color: #C0C0C0;
  margin-bottom: 25px;
}

.page-index-ok9-core-features__app-download-section {
  padding: 80px 0;
  background-color: #1A1F27;
  text-align: center;
}

.page-index-ok9-core-features__app-download-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-index-ok9-core-features__app-qr-code img {
  width: 200px;
  height: 200px;
  border: 5px solid #FFD700;
  border-radius: 10px;
  margin-bottom: 15px;
}

.page-index-ok9-core-features__app-qr-code p {
  color: #C0C0C0;
  font-size: 1.1em;
}

.page-index-ok9-core-features__app-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-index-ok9-core-features__btn--app {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  font-size: 1.1em;
  border-radius: 8px;
}

.page-index-ok9-core-features__app-icon {
  width: 24px;
  height: 24px;
}

.page-index-ok9-core-features__btn--ios {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}

.page-index-ok9-core-features__btn--ios:hover {
  background-color: #333333;
  border-color: #333333;
}

.page-index-ok9-core-features__btn--android {
  background-color: #3DDC84;
  color: #0D1117;
  border: 2px solid #3DDC84;
}

.page-index-ok9-core-features__btn--android:hover {
  background-color: #30b96f;
  border-color: #30b96f;
}

.page-index-ok9-core-features__responsible-gambling-section {
  padding: 80px 0;
  background-color: #0D1117;
  text-align: center;
}

.page-index-ok9-core-features__responsible-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-ok9-core-features__responsible-content p {
  font-size: 1.1em;
  color: #C0C0C0;
  margin-bottom: 25px;
}

.page-index-ok9-core-features__final-cta-section {
  background: linear-gradient(135deg, #0D1117 0%, #3a3f47 100%);
  padding: 100px 0;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-index-ok9-core-features__hero-title {
    font-size: 3em;
  }
  .page-index-ok9-core-features__section-title {
    font-size: 2.2em;
  }
  .page-index-ok9-core-features__about-content {
    flex-direction: column;
  }
  .page-index-ok9-core-features__benefits-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-index-ok9-core-features__hero-title {
    font-size: 2.5em;
  }
  .page-index-ok9-core-features__hero-subtitle {
    font-size: 1.2em;
  }
  .page-index-ok9-core-features__section-title {
    font-size: 1.8em;
  }
  .page-index-ok9-core-features__section-description {
    font-size: 1em;
  }
  .page-index-ok9-core-features__hero-cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-ok9-core-features__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-index-ok9-core-features__grid-item, .page-index-ok9-core-features__step-item {
    padding: 25px;
  }
  .page-index-ok9-core-features__grid-title, .page-index-ok9-core-features__step-title {
    font-size: 1.5em;
  }
  .page-index-ok9-core-features__app-download-content {
    flex-direction: column;
  }
  .page-index-ok9-core-features__app-buttons {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-index-ok9-core-features__hero-title {
    font-size: 2em;
  }
  .page-index-ok9-core-features__hero-subtitle {
    font-size: 1em;
  }
  .page-index-ok9-core-features__section-title {
    font-size: 1.5em;
  }
  .page-index-ok9-core-features__container {
    padding: 0 15px;
  }
  .page-index-ok9-core-features__hero-section, .page-index-ok9-core-features__final-cta-section {
    padding: 60px 0;
  }
}