.page-resources-ok365-vip-deep-dive {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Default text color for dark body background */
  background-color: #000; /* Ensure this matches body background */
  padding-top: 120px; /* For fixed header on desktop */
}

.page-resources-ok365-vip-deep-dive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-ok365-vip-deep-dive__hero-section {
  padding: 80px 0;
  text-align: center;
  background-image: url('[GALLERY:hero:ok365 vip,online betting,vietnam,platform overview,dark blue background]');
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.page-resources-ok365-vip-deep-dive__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.page-resources-ok365-vip-deep-dive__hero-section .page-resources-ok365-vip-deep-dive__container {
  position: relative;
  z-index: 2;
}

.page-resources-ok365-vip-deep-dive__main-title {
  font-size: 3.2em;
  color: #F3C72B; /* Auxiliary color for highlight */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-ok365-vip-deep-dive__hero-subtitle {
  font-size: 1.3em;
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-ok365-vip-deep-dive__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-resources-ok365-vip-deep-dive__btn-primary,
.page-resources-ok365-vip-deep-dive__btn-secondary {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-ok365-vip-deep-dive__btn-primary {
  background: #F3C72B; /* Auxiliary color */
  color: #0A246A; /* Main color for text */
}

.page-resources-ok365-vip-deep-dive__btn-primary:hover {
  background: #e0b420;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-ok365-vip-deep-dive__btn-secondary {
  background: transparent;
  color: #F3C72B; /* Auxiliary color */
  border: 2px solid #F3C72B;
}

.page-resources-ok365-vip-deep-dive__btn-secondary:hover {
  background: #F3C72B;
  color: #0A246A;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-ok365-vip-deep-dive__btn-block {
  width: 100%;
  display: block;
  margin-top: 20px;
}

.page-resources-ok365-vip-deep-dive__section {
  padding: 60px 0;
}

.page-resources-ok365-vip-deep-dive__dark-bg {
  background-color: #0A246A; /* Main color */
  color: #ffffff;
}

.page-resources-ok365-vip-deep-dive__light-bg {
  background-color: #f8f9fa;
  color: #333333;
}

.page-resources-ok365-vip-deep-dive__section-title {
  font-size: 2.5em;
  color: inherit;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

.page-resources-ok365-vip-deep-dive__sub-title {
  font-size: 1.8em;
  color: inherit;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-ok365-vip-deep-dive__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: inherit;
}

.page-resources-ok365-vip-deep-dive__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: inherit;
}

.page-resources-ok365-vip-deep-dive__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: inherit;
}

.page-resources-ok365-vip-deep-dive__image-full {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.page-resources-ok365-vip-deep-dive__image-inline {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-ok365-vip-deep-dive__main-title {
    font-size: 2.8em;
  }
  .page-resources-ok365-vip-deep-dive__section-title {
    font-size: 2em;
  }
  .page-resources-ok365-vip-deep-dive__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-ok365-vip-deep-dive {
    padding-top: 100px !important; /* For fixed header on mobile */
    font-size: 15px;
  }

  .page-resources-ok365-vip-deep-dive__container {
    padding: 0 15px;
  }

  .page-resources-ok365-vip-deep-dive__hero-section {
    padding: 60px 0;
  }

  .page-resources-ok365-vip-deep-dive__main-title {
    font-size: 2.2em;
  }

  .page-resources-ok365-vip-deep-dive__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-ok365-vip-deep-dive__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-ok365-vip-deep-dive__btn-primary,
  .page-resources-ok365-vip-deep-dive__btn-secondary {
    width: 100%;
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-ok365-vip-deep-dive__section {
    padding: 40px 0;
  }

  .page-resources-ok365-vip-deep-dive__section-title {
    font-size: 1.8em;
  }

  .page-resources-ok365-vip-deep-dive__sub-title {
    font-size: 1.4em;
  }

  .page-resources-ok365-vip-deep-dive__paragraph,
  .page-resources-ok365-vip-deep-dive__list-item {
    font-size: 1em;
  }

  .page-resources-ok365-vip-deep-dive img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    object-fit: contain;
  }

  .page-resources-ok365-vip-deep-dive__image-inline,
  .page-resources-ok365-vip-deep-dive__image-full {
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px;
  }
}

@media (max-width: 480px) {
  .page-resources-ok365-vip-deep-dive__main-title {
    font-size: 1.8em;
  }
  .page-resources-ok365-vip-deep-dive__section-title {
    font-size: 1.5em;
  }
  .page-resources-ok365-vip-deep-dive__sub-title {
    font-size: 1.2em;
  }
  .page-resources-ok365-vip-deep-dive__hero-subtitle {
    font-size: 0.95em;
  }
}