.page-resources-online-betting-platform-guide-okking99-advantages {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-online-betting-platform-guide-okking99-advantages__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-online-betting-platform-guide-okking99-advantages__section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-resources-online-betting-platform-guide-okking99-advantages__section:nth-of-type(even) {
  background-color: #f0f0f0;
}

.page-resources-online-betting-platform-guide-okking99-advantages__dark-section {
  background-color: #0A2E5B;
  color: #ffffff;
}

.page-resources-online-betting-platform-guide-okking99-advantages__section-title {
  font-size: 36px;
  color: #0A2E5B;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-online-betting-platform-guide-okking99-advantages__dark-section .page-resources-online-betting-platform-guide-okking99-advantages__section-title {
  color: #FFD700;
}

.page-resources-online-betting-platform-guide-okking99-advantages__section-description {
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #555555;
}

.page-resources-online-betting-platform-guide-okking99-advantages__dark-section .page-resources-online-betting-platform-guide-okking99-advantages__section-description {
  color: #f0f0f0;
}

/* Hero Section */
.page-resources-online-betting-platform-guide-okking99-advantages__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background-color: #0A2E5B;
  color: #ffffff;
}

.page-resources-online-betting-platform-guide-okking99-advantages__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-online-betting-platform-guide-okking99-advantages__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-online-betting-platform-guide-okking99-advantages__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-resources-online-betting-platform-guide-okking99-advantages__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-online-betting-platform-guide-okking99-advantages__main-title {
  font-size: 48px;
  margin-bottom: 15px;
  color: #FFD700;
  font-weight: bold;
}

.page-resources-online-betting-platform-guide-okking99-advantages__intro-text {
  font-size: 20px;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-online-betting-platform-guide-okking99-advantages__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #0A2E5B;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.page-resources-online-betting-platform-guide-okking99-advantages__cta-button:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Features Grid */
.page-resources-online-betting-platform-guide-okking99-advantages__features-grid,
.page-resources-online-betting-platform-guide-okking99-advantages__game-cards-grid,
.page-resources-online-betting-platform-guide-okking99-advantages__promotions-grid,
.page-resources-online-betting-platform-guide-okking99-advantages__info-grid,
.page-resources-online-betting-platform-guide-okking99-advantages__news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-online-betting-platform-guide-okking99-advantages__feature-card,
.page-resources-online-betting-platform-guide-okking99-advantages__game-card,
.page-resources-online-betting-platform-guide-okking99-advantages__promotion-card,
.page-resources-online-betting-platform-guide-okking99-advantages__info-block,
.page-resources-online-betting-platform-guide-okking99-advantages__news-card {
  background-color: #ffffff;
  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;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-online-betting-platform-guide-okking99-advantages__dark-section .page-resources-online-betting-platform-guide-okking99-advantages__feature-card,
.page-resources-online-betting-platform-guide-okking99-advantages__dark-section .page-resources-online-betting-platform-guide-okking99-advantages__promotion-card,
.page-resources-online-betting-platform-guide-okking99-advantages__dark-section .page-resources-online-betting-platform-guide-okking99-advantages__news-card {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.page-resources-online-betting-platform-guide-okking99-advantages__feature-card:hover,
.page-resources-online-betting-platform-guide-okking99-advantages__game-card:hover,
.page-resources-online-betting-platform-guide-okking99-advantages__promotion-card:hover,
.page-resources-online-betting-platform-guide-okking99-advantages__info-block:hover,
.page-resources-online-betting-platform-guide-okking99-advantages__news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-online-betting-platform-guide-okking99-advantages__feature-icon,
.page-resources-online-betting-platform-guide-okking99-advantages__game-image,
.page-resources-online-betting-platform-guide-okking99-advantages__promo-image,
.page-resources-online-betting-platform-guide-okking99-advantages__info-icon,
.page-resources-online-betting-platform-guide-okking99-advantages__news-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 5px;
  object-fit: cover;
}

.page-resources-online-betting-platform-guide-okking99-advantages__feature-icon {
  max-width: 150px;
  height: 100px;
}

.page-resources-online-betting-platform-guide-okking99-advantages__feature-title,
.page-resources-online-betting-platform-guide-okking99-advantages__game-title,
.page-resources-online-betting-platform-guide-okking99-advantages__promo-title,
.page-resources-online-betting-platform-guide-okking99-advantages__info-title,
.page-resources-online-betting-platform-guide-okking99-advantages__news-title {
  font-size: 24px;
  color: #0A2E5B;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-online-betting-platform-guide-okking99-advantages__dark-section .page-resources-online-betting-platform-guide-okking99-advantages__feature-title,
.page-resources-online-betting-platform-guide-okking99-advantages__dark-section .page-resources-online-betting-platform-guide-okking99-advantages__promo-title,
.page-resources-online-betting-platform-guide-okking99-advantages__dark-section .page-resources-online-betting-platform-guide-okking99-advantages__news-title {
  color: #FFD700;
}

.page-resources-online-betting-platform-guide-okking99-advantages__feature-title a,
.page-resources-online-betting-platform-guide-okking99-advantages__game-title a,
.page-resources-online-betting-platform-guide-okking99-advantages__promo-title a,
.page-resources-online-betting-platform-guide-okking99-advantages__info-title a,
.page-resources-online-betting-platform-guide-okking99-advantages__news-title a {
  color: inherit;
  text-decoration: none;
}

.page-resources-online-betting-platform-guide-okking99-advantages__feature-title a:hover,
.page-resources-online-betting-platform-guide-okking99-advantages__game-title a:hover,
.page-resources-online-betting-platform-guide-okking99-advantages__promo-title a:hover,
.page-resources-online-betting-platform-guide-okking99-advantages__info-title a:hover,
.page-resources-online-betting-platform-guide-okking99-advantages__news-title a:hover {
  text-decoration: underline;
}

.page-resources-online-betting-platform-guide-okking99-advantages__feature-text,
.page-resources-online-betting-platform-guide-okking99-advantages__game-description,
.page-resources-online-betting-platform-guide-okking99-advantages__promo-text,
.page-resources-online-betting-platform-guide-okking99-advantages__info-text,
.page-resources-online-betting-platform-guide-okking99-advantages__news-excerpt {
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-online-betting-platform-guide-okking99-advantages__dark-section .page-resources-online-betting-platform-guide-okking99-advantages__feature-text,
.page-resources-online-betting-platform-guide-okking99-advantages__dark-section .page-resources-online-betting-platform-guide-okking99-advantages__promo-text,
.page-resources-online-betting-platform-guide-okking99-advantages__dark-section .page-resources-online-betting-platform-guide-okking99-advantages__news-excerpt {
  color: #cccccc;
}

.page-resources-online-betting-platform-guide-okking99-advantages__btn-primary,
.page-resources-online-betting-platform-guide-okking99-advantages__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-top: auto;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-online-betting-platform-guide-okking99-advantages__btn-primary {
  background: #0A2E5B;
  color: #ffffff;
  border: 2px solid #0A2E5B;
}

.page-resources-online-betting-platform-guide-okking99-advantages__btn-primary:hover {
  background: #FFD700;
  color: #0A2E5B;
  border-color: #FFD700;
}

.page-resources-online-betting-platform-guide-okking99-advantages__btn-secondary {
  background: #FFD700;
  color: #0A2E5B;
  border: 2px solid #FFD700;
}

.page-resources-online-betting-platform-guide-okking99-advantages__btn-secondary:hover {
  background: #0A2E5B;
  color: #ffffff;
  border-color: #0A2E5B;
}

.page-resources-online-betting-platform-guide-okking99-advantages__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-resources-online-betting-platform-guide-okking99-advantages__news-link {
  color: #0A2E5B;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
  display: block;
  margin-top: 15px;
}

.page-resources-online-betting-platform-guide-okking99-advantages__dark-section .page-resources-online-betting-platform-guide-okking99-advantages__news-link {
  color: #FFD700;
}

.page-resources-online-betting-platform-guide-okking99-advantages__news-link:hover {
  text-decoration: underline;
  color: #FFD700;
}

.page-resources-online-betting-platform-guide-okking99-advantages__dark-section .page-resources-online-betting-platform-guide-okking99-advantages__news-link:hover {
  color: #ffffff;
}

/* FAQ Section */
.page-resources-online-betting-platform-guide-okking99-advantages__faq-list {
  margin-top: 30px;
}

.page-resources-online-betting-platform-guide-okking99-advantages__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.page-resources-online-betting-platform-guide-okking99-advantages__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-resources-online-betting-platform-guide-okking99-advantages__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-online-betting-platform-guide-okking99-advantages__faq-question:active {
  background: #eeeeee;
}

.page-resources-online-betting-platform-guide-okking99-advantages__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #0A2E5B;
}

.page-resources-online-betting-platform-guide-okking99-advantages__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-resources-online-betting-platform-guide-okking99-advantages__faq-item.active .page-resources-online-betting-platform-guide-okking99-advantages__faq-toggle {
  color: #333;
  transform: rotate(45deg); /* Changed from '-' to rotate '+' */
}

.page-resources-online-betting-platform-guide-okking99-advantages__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 15px;
  opacity: 0;
}