.page-resources-hello88-sports-betting-tips {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A2239; /* Main background color */
  line-height: 1.6;
}

.page-resources-hello88-sports-betting-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-hello88-sports-betting-tips__hero {
  background: linear-gradient(135deg, #0A2239 0%, #364a66 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero text */
  position: relative;
  overflow: hidden;
}

.page-resources-hello88-sports-betting-tips__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 L 0 10" fill="none" stroke="%231A3A5B" stroke-width="0.5"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)" /></svg>');
  opacity: 0.1;
  z-index: 0;
}

.page-resources-hello88-sports-betting-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-resources-hello88-sports-betting-tips__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #FFFFFF;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-hello88-sports-betting-tips__cta-button {
  display: inline-block;
  background-color: #DC143C; /* Crimson red for CTA */
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.page-resources-hello88-sports-betting-tips__cta-button:hover {
  background-color: #B20C2D;
  transform: translateY(-3px);
}

.page-resources-hello88-sports-betting-tips__cta-button--secondary {
  background-color: #FFD700; /* Gold for secondary CTA */
  color: #0A2239;
  margin-left: 20px;
}

.page-resources-hello88-sports-betting-tips__cta-button--secondary:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
}

.page-resources-hello88-sports-betting-tips__section {
  padding: 60px 0;
}

.page-resources-hello88-sports-betting-tips__section:nth-of-type(even) {
  background-color: #1A3A5B; /* Slightly lighter dark blue for alternating sections */
}

.page-resources-hello88-sports-betting-tips__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-resources-hello88-sports-betting-tips__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #DC143C;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-hello88-sports-betting-tips__introduction p,
.page-resources-hello88-sports-betting-tips__conclusion p {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
}

.page-resources-hello88-sports-betting-tips__tip-item {
  background-color: #0A2239;
  border: 1px solid #1A3A5B;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-hello88-sports-betting-tips__tip-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 20px;
  border-bottom: 2px solid #DC143C;
  padding-bottom: 10px;
}

.page-resources-hello88-sports-betting-tips__tip-item p {
  font-size: 1.05em;
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-resources-hello88-sports-betting-tips__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-resources-hello88-sports-betting-tips__list li {
  background-color: #1A3A5B;
  margin-bottom: 8px;
  padding: 10px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 0.95em;
}

.page-resources-hello88-sports-betting-tips__list li::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  margin-right: 10px;
}

.page-resources-hello88-sports-betting-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-hello88-sports-betting-tips__image--large {
  margin-top: 40px;
}

.page-resources-hello88-sports-betting-tips__text-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-hello88-sports-betting-tips__text-link:hover {
  color: #DC143C;
  text-decoration: underline;
}

.page-resources-hello88-sports-betting-tips__cta-group {
  text-align: center;
  margin-top: 40px;
}

.page-resources-hello88-sports-betting-tips__cta-group .page-resources-hello88-sports-betting-tips__cta-button {
  margin: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-hello88-sports-betting-tips__hero-title {
    font-size: 2.5em;
  }

  .page-resources-hello88-sports-betting-tips__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-hello88-sports-betting-tips__section-title {
    font-size: 2em;
  }

  .page-resources-hello88-sports-betting-tips__tip-title {
    font-size: 1.5em;
  }

  .page-resources-hello88-sports-betting-tips__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-hello88-sports-betting-tips__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-resources-hello88-sports-betting-tips__cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-resources-hello88-sports-betting-tips__hero-title {
    font-size: 2em;
  }

  .page-resources-hello88-sports-betting-tips__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-hello88-sports-betting-tips__section-title {
    font-size: 1.8em;
  }

  .page-resources-hello88-sports-betting-tips__tip-title {
    font-size: 1.3em;
  }

  .page-resources-hello88-sports-betting-tips__tip-item {
    padding: 20px;
  }

  .page-resources-hello88-sports-betting-tips__list li {
    font-size: 0.9em;
    padding: 8px 12px;
  }
}