.page-resources-8kbet-top-platform-advantages {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Dark body background #121212, so light text */
  background-color: #121212; /* Ensure consistency with shared.css body background */
}

.page-resources-8kbet-top-platform-advantages__hero-section {
  position: relative;
  width: 100%;
  padding: 120px 20px 80px;
  padding-top: 120px; /* Adjusted for fixed header on desktop */
  text-align: center;
  background: linear-gradient(135deg, var(--primary-color, #0A1C3C) 0%, #061225 100%);
  color: #ffffff;
  overflow: hidden;
}

.page-resources-8kbet-top-platform-advantages__hero-container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-8kbet-top-platform-advantages__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--secondary-color, #FFD700);
  line-height: 1.2;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.page-resources-8kbet-top-platform-advantages__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-resources-8kbet-top-platform-advantages__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-8kbet-top-platform-advantages__btn-primary,
.page-resources-8kbet-top-platform-advantages__btn-secondary {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-8kbet-top-platform-advantages__btn-primary {
  background: var(--secondary-color, #FFD700);
  color: var(--primary-color, #0A1C3C);
}

.page-resources-8kbet-top-platform-advantages__btn-primary:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-8kbet-top-platform-advantages__btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid var(--secondary-color, #FFD700);
}

.page-resources-8kbet-top-platform-advantages__btn-secondary:hover {
  background: var(--secondary-color, #FFD700);
  color: var(--primary-color, #0A1C3C);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-8kbet-top-platform-advantages__content-section {
  padding: 80px 20px;
  background-color: #1a1a1a;
  color: #f0f0f0;
}

.page-resources-8kbet-top-platform-advantages__content-container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-8kbet-top-platform-advantages__section-title {
  font-size: 2.5em;
  color: var(--secondary-color, #FFD700);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-8kbet-top-platform-advantages__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--primary-color, #0A1C3C);
  border-radius: 2px;
}

.page-resources-8kbet-top-platform-advantages__paragraph {
  font-size: 1.1em;
  margin-bottom: 30px;
  text-align: justify;
  color: #e0e0e0;
}

.page-resources-8kbet-top-platform-advantages__image-full-width {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-resources-8kbet-top-platform-advantages__advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-8kbet-top-platform-advantages__advantage-card {
  background: var(--primary-color, #0A1C3C);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page-resources-8kbet-top-platform-advantages__advantage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-8kbet-top-platform-advantages__card-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  object-fit: contain;
}

.page-resources-8kbet-top-platform-advantages__card-title {
  font-size: 1.6em;
  color: var(--secondary-color, #FFD700);
  margin-bottom: 15px;
  flex-grow: 0;
}

.page-resources-8kbet-top-platform-advantages__card-description {
  font-size: 1em;
  color: #c0c0c0;
  flex-grow: 1;
  text-align: justify;
}

.page-resources-8kbet-top-platform-advantages__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-8kbet-top-platform-advantages__promo-card {
  background: #061225;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page-resources-8kbet-top-platform-advantages__promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-8kbet-top-platform-advantages__promo-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
}

.page-resources-8kbet-top-platform-advantages__centered-cta {
  text-align: center;
  margin-top: 50px;
}

.page-resources-8kbet-top-platform-advantages__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-8kbet-top-platform-advantages__guide-item {
  background: #0A1C3C;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page-resources-8kbet-top-platform-advantages__guide-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-8kbet-top-platform-advantages__guide-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  object-fit: contain;
}

.page-resources-8kbet-top-platform-advantages__guide-title {
  font-size: 1.4em;
  color: var(--secondary-color, #FFD700);
  margin-bottom: 15px;
  flex-grow: 0;
}

.page-resources-8kbet-top-platform-advantages__guide-description {
  font-size: 0.95em;
  color: #c0c0c0;
  flex-grow: 1;
  text-align: justify;
}

/* FAQ Section Styling */
.page-resources-8kbet-top-platform-advantages__faq-list {
  margin-top: 50px;
}

.page-resources-8kbet-top-platform-advantages__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  background: #0A1C3C;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-8kbet-top-platform-advantages__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: var(--primary-color, #0A1C3C);
  color: #ffffff;
  border: 1px solid #061225;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-resources-8kbet-top-platform-advantages__faq-question:hover {
  background: #1a2c4e;
  border-color: #121e35;
}

.page-resources-8kbet-top-platform-advantages__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #ffffff;
}

.page-resources-8kbet-top-platform-advantages__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: var(--secondary-color, #FFD700);
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 20px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.page-resources-8kbet-top-platform-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 25px;
  opacity: 0;
  background: #061225;
  border-radius: 0 0 8px 8px;
  color: #c0c0c0;
  text-align: justify;
}

.page-resources-8kbet-top-platform-advantages__faq-item.active .page-resources-8kbet-top-platform-advantages__faq-answer {
  max-height: 2000px !important;
  padding: 20px 25px !important;
  opacity: 1;
}

.page-resources-8kbet-top-platform-advantages__faq-item.active .page-resources-8kbet-top-platform-advantages__faq-toggle {
  color: var(--secondary-color, #FFD700);
  transform: rotate(0deg);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-8kbet-top-platform-advantages__main-title {
    font-size: 3em;
  }
  .page-resources-8kbet-top-platform-advantages__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-8kbet-top-platform-advantages__hero-section {
    padding-top: 100px !important; /* Mobile fixed header adjustment */
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-8kbet-top-platform-advantages__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-resources-8kbet-top-platform-advantages__hero-subtitle {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-resources-8kbet-top-platform-advantages__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-8kbet-top-platform-advantages__btn-primary,
  .page-resources-8kbet-top-platform-advantages__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 25px !important;
    font-size: 1em !important;
  }

  .page-resources-8kbet-top-platform-advantages__content-section {
    padding: 60px 15px;
  }

  .page-resources-8kbet-top-platform-advantages__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-8kbet-top-platform-advantages__paragraph {
    font-size: 0.95em;
    margin-bottom: 20px;
  }

  .page-resources-8kbet-top-platform-advantages__image-full-width {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 30px auto;
    border-radius: 8px;
  }

  .page-resources-8kbet-top-platform-advantages__advantages-grid,
  .page-resources-8kbet-top-platform-advantages__promo-grid,
  .page-resources-8kbet-top-platform-advantages__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-8kbet-top-platform-advantages__advantage-card,
  .page-resources-8kbet-top-platform-advantages__promo-card,
  .page-resources-8kbet-top-platform-advantages__guide-item {
    padding: 25px;
    border-radius: 8px;
  }

  .page-resources-8kbet-top-platform-advantages__card-icon,
  .page-resources-8kbet-top-platform-advantages__guide-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .page-resources-8kbet-top-platform-advantages__card-title {
    font-size: 1.4em;
  }

  .page-resources-8kbet-top-platform-advantages__faq-item {
    border-radius: 5px;
  }

  .page-resources-8kbet-top-platform-advantages__faq-question {
    padding: 15px 20px;
    border-radius: 5px;
  }

  .page-resources-8kbet-top-platform-advantages__faq-question h3 {
    font-size: 1.05em;
  }

  .page-resources-8kbet-top-platform-advantages__faq-toggle {
    font-size: 24px;
    width: 28px;
    height: 28px;
    margin-left: 15px;
  }

  .page-resources-8kbet-top-platform-advantages__faq-answer {
    padding: 0 20px;
  }

  .page-resources-8kbet-top-platform-advantages__faq-item.active .page-resources-8kbet-top-platform-advantages__faq-answer {
    padding: 15px 20px !important;
  }
}