.page-blog-safe-betting-platform-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-safe-betting-platform-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  text-align: center;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
  overflow: hidden;
}

.page-blog-safe-betting-platform-guide__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-safe-betting-platform-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-safe-betting-platform-guide__hero-content {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  max-width: 900px;
}

.page-blog-safe-betting-platform-guide__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #F2FFF6; /* Text Main */
}

.page-blog-safe-betting-platform-guide__description {
  font-size: clamp(1rem, 2vw, 1.3rem);
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-safe-betting-platform-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-safe-betting-platform-guide__btn-primary,
.page-blog-safe-betting-platform-guide__btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-safe-betting-platform-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  border: none;
}

.page-blog-safe-betting-platform-guide__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-safe-betting-platform-guide__btn-secondary {
  background: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-safe-betting-platform-guide__btn-secondary:hover {
  background: #2AD16F;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-safe-betting-platform-guide__section {
  padding: 60px 20px;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-safe-betting-platform-guide__section:last-of-type {
  border-bottom: none;
}

.page-blog-safe-betting-platform-guide__container {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-safe-betting-platform-guide__heading {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  margin-bottom: 30px;
  text-align: center;
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
}

.page-blog-safe-betting-platform-guide__sub-heading {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  margin-top: 40px;
  margin-bottom: 15px;
  color: #57E38D; /* Glow */
  font-weight: bold;
}

.page-blog-safe-betting-platform-guide__text {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-safe-betting-platform-guide__text strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-safe-betting-platform-guide__text--center {
  text-align: center;
}

.page-blog-safe-betting-platform-guide__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-blog-safe-betting-platform-guide__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-safe-betting-platform-guide__list-item::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #2AD16F;
  font-weight: bold;
  font-size: 1.2em;
  top: -2px;
}

.page-blog-safe-betting-platform-guide__image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  object-fit: cover;
}

.page-blog-safe-betting-platform-guide__image--center {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

/* Color contrast logic */
.page-blog-safe-betting-platform-guide__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-safe-betting-platform-guide__light-bg {
  background-color: #11271B; /* Card BG */
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-safe-betting-platform-guide__light-bg .page-blog-safe-betting-platform-guide__heading {
  color: #F2FFF6; /* Text Main */
}

.page-blog-safe-betting-platform-guide__light-bg .page-blog-safe-betting-platform-guide__text strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-safe-betting-platform-guide__platform-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-safe-betting-platform-guide__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-safe-betting-platform-guide__card-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-safe-betting-platform-guide__card-text {
  font-size: 1rem;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-blog-safe-betting-platform-guide__card .page-blog-safe-betting-platform-guide__btn-primary {
  width: fit-content;
}

.page-blog-safe-betting-platform-guide__faq-list {
  margin-top: 40px;
}

.page-blog-safe-betting-platform-guide__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-safe-betting-platform-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  background-color: #11A84E; /* Main color */
  border-bottom: 1px solid #2E7A4E;
}

.page-blog-safe-betting-platform-guide__faq-item[open] .page-blog-safe-betting-platform-guide__faq-question {
  border-bottom: 1px solid #2E7A4E;
}

.page-blog-safe-betting-platform-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-safe-betting-platform-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  pointer-events: none; /* Allow click on summary */
}

.page-blog-safe-betting-platform-guide__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  line-height: 1.6;
  background-color: #0A4B2C; /* Deep Green */
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-safe-betting-platform-guide__faq-answer p {
  margin-bottom: 0;
}

.page-blog-safe-betting-platform-guide__faq-item summary::-webkit-details-marker {
  display: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-safe-betting-platform-guide__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-safe-betting-platform-guide__main-title {
    font-size: 2rem;
  }

  .page-blog-safe-betting-platform-guide__description {
    font-size: 1rem;
  }

  .page-blog-safe-betting-platform-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-safe-betting-platform-guide__btn-primary,
  .page-blog-safe-betting-platform-guide__btn-secondary {
    width: 100% !important;
    padding: 12px 15px;
    font-size: 1rem;
  }

  .page-blog-safe-betting-platform-guide__section {
    padding: 40px 15px;
  }

  .page-blog-safe-betting-platform-guide__heading {
    font-size: 1.8rem;
  }

  .page-blog-safe-betting-platform-guide__sub-heading {
    font-size: 1.4rem;
  }

  .page-blog-safe-betting-platform-guide__text,
  .page-blog-safe-betting-platform-guide__list-item,
  .page-blog-safe-betting-platform-guide__faq-answer {
    font-size: 0.95rem;
  }

  .page-blog-safe-betting-platform-guide__platform-cards {
    grid-template-columns: 1fr;
  }

  .page-blog-safe-betting-platform-guide__card {
    padding: 20px;
  }

  .page-blog-safe-betting-platform-guide__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-safe-betting-platform-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0px; /* Handled by section padding */
    padding-right: 0px; /* Handled by section padding */
  }

  .page-blog-safe-betting-platform-guide__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }
}