.page-resources-daga88-safe-betting {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-daga88-safe-betting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-daga88-safe-betting__hero {
  background: linear-gradient(135deg, #B22222 0%, #FFD700 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-daga88-safe-betting__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  color: #fff;
}

.page-resources-daga88-safe-betting__hero-subtitle {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #eee;
}

.page-resources-daga88-safe-betting__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-daga88-safe-betting__section:nth-of-type(odd) {
  background-color: #fdfdfd;
}

.page-resources-daga88-safe-betting__section-title {
  font-size: 2.2em;
  color: #B22222;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-daga88-safe-betting__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-daga88-safe-betting__sub-title {
  font-size: 1.5em;
  color: #B22222;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-daga88-safe-betting__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-daga88-safe-betting__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-resources-daga88-safe-betting__list li {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-daga88-safe-betting__list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-daga88-safe-betting__list li p {
  margin-bottom: 0;
  color: #666;
}

.page-resources-daga88-safe-betting__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #B22222;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700;
}

.page-resources-daga88-safe-betting__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  color: #a01f1f;
}

.page-resources-daga88-safe-betting__cta-button--secondary {
  background-color: #B22222;
  color: #FFD700;
  border-color: #B22222;
  margin-top: 30px;
}

.page-resources-daga88-safe-betting__cta-button--secondary:hover {
  background-color: #991e1e;
  color: #ffe680;
  border-color: #991e1e;
}

.page-resources-daga88-safe-betting__cta-button--outline {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-resources-daga88-safe-betting__cta-button--outline:hover {
  background-color: #FFD700;
  color: #B22222;
}

.page-resources-daga88-safe-betting__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-daga88-safe-betting__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-daga88-safe-betting__cta-banner {
  background: #B22222;
  color: #fff;
  padding: 80px 0;
  text-align: center;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-daga88-safe-betting__cta-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-resources-daga88-safe-betting__cta-description {
  font-size: 1.2em;
  max-width: 700px;
  margin: 0 auto 40px;
  color: #eee;
}

.page-resources-daga88-safe-betting__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-daga88-safe-betting .highlight {
  color: #FFD700;
}

.page-resources-daga88-safe-betting .keyword {
  font-weight: bold;
  color: #B22222;
}

.page-resources-daga88-safe-betting__hero .keyword {
  color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-daga88-safe-betting__hero-title {
    font-size: 2em;
  }

  .page-resources-daga88-safe-betting__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-daga88-safe-betting__section-title {
    font-size: 1.8em;
  }

  .page-resources-daga88-safe-betting__sub-title {
    font-size: 1.3em;
  }

  .page-resources-daga88-safe-betting__text-block,
  .page-resources-daga88-safe-betting__list li p {
    font-size: 0.95em;
  }

  .page-resources-daga88-safe-betting__cta-banner {
    padding: 60px 0;
  }

  .page-resources-daga88-safe-betting__cta-title {
    font-size: 2em;
  }

  .page-resources-daga88-safe-betting__cta-description {
    font-size: 1em;
  }

  .page-resources-daga88-safe-betting__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-daga88-safe-betting__cta-button--outline {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-resources-daga88-safe-betting__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-resources-daga88-safe-betting__hero {
    padding: 80px 0;
  }

  .page-resources-daga88-safe-betting__hero-title {
    font-size: 1.8em;
  }

  .page-resources-daga88-safe-betting__section {
    padding: 40px 0;
  }

  .page-resources-daga88-safe-betting__section-title {
    font-size: 1.6em;
  }

  .page-resources-daga88-safe-betting__sub-title {
    font-size: 1.2em;
  }

  .page-resources-daga88-safe-betting__list li {
    padding: 20px;
  }

  .page-resources-daga88-safe-betting__cta-banner {
    padding: 50px 0;
  }

  .page-resources-daga88-safe-betting__cta-title {
    font-size: 1.8em;
  }
}