.page-index-why-ok365-is-best {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #1A2E4E;
  background-color: #f8f8f8;
}

.page-index-why-ok365-is-best__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-why-ok365-is-best__hero-section {
  background: linear-gradient(135deg, #1A2E4E, #3b5998);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-why-ok365-is-best__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:hero:betting,online_casino,vietnam,ok365,dynamic]') no-repeat center center/cover;
  opacity: 0.2;
  z-index: 0;
}

.page-index-why-ok365-is-best__hero-section > div {
  position: relative;
  z-index: 1;
}

.page-index-why-ok365-is-best__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-why-ok365-is-best__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-index-why-ok365-is-best__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-index-why-ok365-is-best__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-why-ok365-is-best__button--primary {
  background-color: #FFD700;
  color: #1A2E4E;
  border: 2px solid #FFD700;
}

.page-index-why-ok365-is-best__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-index-why-ok365-is-best__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-why-ok365-is-best__button--secondary:hover {
  background-color: #FFD700;
  color: #1A2E4E;
  transform: translateY(-3px);
}

.page-index-why-ok365-is-best__button--inline {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #1A2E4E;
  color: #FFD700;
  border: 1px solid #FFD700;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-index-why-ok365-is-best__button--inline:hover {
  background-color: #FFD700;
  color: #1A2E4E;
}

.page-index-why-ok365-is-best__section-title {
  font-size: 2.5em;
  color: #1A2E4E;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.page-index-why-ok365-is-best__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-index-why-ok365-is-best__section-title--light {
  color: #fff;
}

.page-index-why-ok365-is-best__section-title--light::after {
  background-color: #FFD700;
}

.page-index-why-ok365-is-best__section-title--dark {
  color: #1A2E4E;
}

.page-index-why-ok365-is-best__section-title--dark::after {
  background-color: #1A2E4E;
}

.page-index-why-ok365-is-best__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #333;
}

.page-index-why-ok365-is-best__section-intro--light {
  color: #e0e0e0;
}

.page-index-why-ok365-is-best__section-intro--dark {
  color: #1A2E4E;
}

.page-index-why-ok365-is-best__feature-section,
.page-index-why-ok365-is-best__content-section,
.page-index-why-ok365-is-best__experience-section,
.page-index-why-ok365-is-best__promo-section,
.page-index-why-ok365-is-best__responsibility-section {
  padding: 80px 0;
}

.page-index-why-ok365-is-best__feature-grid,
.page-index-why-ok365-is-best__product-grid,
.page-index-why-ok365-is-best__experience-grid,
.page-index-why-ok365-is-best__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-why-ok365-is-best__feature-card,
.page-index-why-ok365-is-best__product-card,
.page-index-why-ok365-is-best__promo-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-why-ok365-is-best__feature-card:hover,
.page-index-why-ok365-is-best__product-card:hover,
.page-index-why-ok365-is-best__promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-why-ok365-is-best__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-why-ok365-is-best__card-title {
  font-size: 1.5em;
  color: #1A2E4E;
  margin-bottom: 15px;
}

.page-index-why-ok365-is-best__card-title--light {
  color: #FFD700;
}

.page-index-why-ok365-is-best__card-title--dark {
  color: #1A2E4E;
}

.page-index-why-ok365-is-best__card-description {
  font-size: 1em;
  color: #555;
}

.page-index-why-ok365-is-best__card-description--light {
  color: #e0e0e0;
}

.page-index-why-ok365-is-best__card-description--dark {
  color: #333;
}

.page-index-why-ok365-is-best__bg--dark {
  background-color: #1A2E4E;
  color: #fff;
}

.page-index-why-ok365-is-best__bg--accent {
  background-color: #FFD700;
  color: #1A2E4E;
}

.page-index-why-ok365-is-best__product-card {
  background-color: #2a416b;
  color: #fff;
}

.page-index-why-ok365-is-best__product-image,
.page-index-why-ok365-is-best__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-why-ok365-is-best__button--light {
  background-color: #FFD700;
  color: #1A2E4E;
  border: 1px solid #FFD700;
}

.page-index-why-ok365-is-best__button--light:hover {
  background-color: #e6c200;
  color: #1A2E4E;
}

.page-index-why-ok365-is-best__button--dark {
  background-color: #1A2E4E;
  color: #FFD700;
  border: 1px solid #1A2E4E;
}

.page-index-why-ok365-is-best__button--dark:hover {
  background-color: #3b5998;
  color: #FFD700;
}

.page-index-why-ok365-is-best__experience-item {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-index-why-ok365-is-best__experience-item:hover {
  transform: translateY(-5px);
}

.page-index-why-ok365-is-best__experience-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.page-index-why-ok365-is-best__item-title {
  font-size: 1.4em;
  color: #1A2E4E;
  margin-bottom: 10px;
}

.page-index-why-ok365-is-best__item-description {
  font-size: 0.95em;
  color: #666;
}

.page-index-why-ok365-is-best__responsibility-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}

.page-index-why-ok365-is-best__responsibility-image {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.page-index-why-ok365-is-best__responsibility-text {
  flex: 2;
  min-width: 300px;
}

.page-index-why-ok365-is-best__sub-title {
  font-size: 1.8em;
  color: #1A2E4E;
  margin-top: 25px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-index-why-ok365-is-best__cta-final-section {
  padding: 100px 0;
  text-align: center;
}

.page-index-why-ok365-is-best__cta-final-container {
  max-width: 900px;
}

.page-index-why-ok365-is-best__button--large {
  padding: 18px 40px;
  font-size: 1.3em;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-why-ok365-is-best__main-title {
    font-size: 2.8em;
  }
  .page-index-why-ok365-is-best__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-index-why-ok365-is-best__hero-section {
    padding: 80px 0;
  }
  .page-index-why-ok365-is-best__main-title {
    font-size: 2.2em;
  }
  .page-index-why-ok365-is-best__hero-description {
    font-size: 1.1em;
  }
  .page-index-why-ok365-is-best__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-why-ok365-is-best__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-why-ok365-is-best__section-title {
    font-size: 2em;
  }
  .page-index-why-ok365-is-best__section-intro {
    font-size: 1em;
  }
  .page-index-why-ok365-is-best__feature-section,
  .page-index-why-ok365-is-best__content-section,
  .page-index-why-ok365-is-best__experience-section,
  .page-index-why-ok365-is-best__promo-section,
  .page-index-why-ok365-is-best__responsibility-section {
    padding: 60px 0;
  }
  .page-index-why-ok365-is-best__feature-grid,
  .page-index-why-ok365-is-best__product-grid,
  .page-index-why-ok365-is-best__experience-grid,
  .page-index-why-ok365-is-best__promo-grid {
    grid-template-columns: 1fr;
  }
  .page-index-why-ok365-is-best__responsibility-content {
    flex-direction: column;
    text-align: center;
  }
  .page-index-why-ok365-is-best__responsibility-image {
    max-width: 100%;
  }
  .page-index-why-ok365-is-best__sub-title {
    text-align: left;
    border-left: none;
    padding-left: 0;
    font-size: 1.6em;
  }
  .page-index-why-ok365-is-best__responsibility-text p {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .page-index-why-ok365-is-best__main-title {
    font-size: 1.8em;
  }
  .page-index-why-ok365-is-best__section-title {
    font-size: 1.6em;
  }
  .page-index-why-ok365-is-best__hero-section {
    padding: 60px 0;
  }
  .page-index-why-ok365-is-best__button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}