.page-slot-games-free-spins-features {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A2239; /* Main dark blue background */
  line-height: 1.6;
}

.page-slot-games-free-spins-features .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-slot-games-free-spins-features .hero-section {
  background: linear-gradient(135deg, #0A2239 0%, #204060 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #FFD700;
}

.page-slot-games-free-spins-features .hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  opacity: 0.3;
  animation: rotateGradient 20s linear infinite;
}

@keyframes rotateGradient {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.page-slot-games-free-spins-features .hero-content {
  max-width: 800px;
  z-index: 1;
  position: relative;
}

.page-slot-games-free-spins-features .hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-slot-games-free-spins-features .hero-subtitle {
  font-size: 1.3em;
  color: #F0F0F0;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games-free-spins-features .hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  z-index: 0;
}

.page-slot-games-free-spins-features .hero-image {
  max-width: 500px;
  height: auto;
}

.page-slot-games-free-spins-features .section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
  position: relative;
  padding-bottom: 15px;
}

.page-slot-games-free-spins-features .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #DC143C; /* Red accent */
  border-radius: 2px;
}

.page-slot-games-free-spins-features p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-slot-games-free-spins-features strong {
  color: #FFD700;
}

.page-slot-games-free-spins-features .introduction-section, 
.page-slot-games-free-spins-features .trigger-section, 
.page-slot-games-free-spins-features .types-benefits-section,
.page-slot-games-free-spins-features .hello88-experience-section,
.page-slot-games-free-spins-features .tips-section {
  padding: 60px 0;
  background-color: #1A344C; /* Slightly lighter dark blue for content sections */
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-slot-games-free-spins-features .introduction-section .content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-slot-games-free-spins-features .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-slot-games-free-spins-features .feature-item {
  background-color: #0A2239;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-slot-games-free-spins-features .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-slot-games-free-spins-features .feature-item .feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-slot-games-free-spins-features .feature-item h3 {
  color: #FFD700;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-slot-games-free-spins-features .feature-item p {
  color: #C0C0C0;
  font-size: 1em;
}

.page-slot-games-free-spins-features .content-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.page-slot-games-free-spins-features .content-block.reverse {
  flex-direction: row-reverse;
}

.page-slot-games-free-spins-features .content-block .text-content {
  flex: 1;
  min-width: 300px;
}

.page-slot-games-free-spins-features .content-block .text-content h3 {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-slot-games-free-spins-features .content-block .content-image {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-slot-games-free-spins-features .content-block .content-image.left-align {
  margin-right: auto;
}

.page-slot-games-free-spins-features .content-block .content-image.right-align {
  margin-left: auto;
}

.page-slot-games-free-spins-features .subsection-title {
  font-size: 2em;
  color: #FFD700;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.page-slot-games-free-spins-features .benefits-list, 
.page-slot-games-free-spins-features .tips-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-slot-games-free-spins-features .benefits-list li, 
.page-slot-games-free-spins-features .tips-list li {
  background-color: #0A2239;
  border-left: 5px solid #FFD700; /* Gold accent */
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 1.1em;
  color: #E0E0E0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-slot-games-free-spins-features .benefits-list li strong, 
.page-slot-games-free-spins-features .tips-list li strong {
  color: #DC143C; /* Red for emphasis in lists */
}

.page-slot-games-free-spins-features .hello88-advantages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-slot-games-free-spins-features .advantage-item {
  background-color: #0A2239;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-slot-games-free-spins-features .advantage-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-slot-games-free-spins-features .advantage-item .advantage-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #DC143C);
}

.page-slot-games-free-spins-features .advantage-item h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-slot-games-free-spins-features .advantage-item p {
  color: #C0C0C0;
  font-size: 1em;
}

.page-slot-games-free-spins-features .btn {
  display: inline-block;
  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;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

.page-slot-games-free-spins-features .btn-primary {
  background-color: #DC143C; /* Red for primary CTA */
  color: #FFFFFF;
  border: 2px solid #DC143C;
}

.page-slot-games-free-spins-features .btn-primary:hover {
  background-color: #C0002F;
  transform: translateY(-3px);
  border-color: #C0002F;
}

.page-slot-games-free-spins-features .btn-secondary {
  background-color: #FFD700; /* Gold for secondary CTA */
  color: #0A2239;
  border: 2px solid #FFD700;
}

.page-slot-games-free-spins-features .btn-secondary:hover {
  background-color: #E0C000;
  transform: translateY(-3px);
  border-color: #E0C000;
}

.page-slot-games-free-spins-features .cta-button {
  margin-top: 50px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-slot-games-free-spins-features .hero-title {
    font-size: 2.8em;
  }
  .page-slot-games-free-spins-features .section-title {
    font-size: 2em;
  }
  .page-slot-games-free-spins-features .content-block {
    flex-direction: column;
    text-align: center;
  }
  .page-slot-games-free-spins-features .content-block.reverse {
    flex-direction: column;
  }
  .page-slot-games-free-spins-features .content-block .content-image.left-align, 
  .page-slot-games-free-spins-features .content-block .content-image.right-align {
    margin: 20px auto;
  }
}

@media (max-width: 768px) {
  .page-slot-games-free-spins-features .hero-section {
    padding: 80px 0;
  }
  .page-slot-games-free-spins-features .hero-title {
    font-size: 2.2em;
  }
  .page-slot-games-free-spins-features .hero-subtitle {
    font-size: 1.1em;
  }
  .page-slot-games-free-spins-features .section-title {
    font-size: 1.8em;
  }
  .page-slot-games-free-spins-features .feature-item, 
  .page-slot-games-free-spins-features .advantage-item {
    padding: 20px;
  }
  .page-slot-games-free-spins-features .feature-item h3, 
  .page-slot-games-free-spins-features .advantage-item h3 {
    font-size: 1.5em;
  }
  .page-slot-games-free-spins-features .btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-slot-games-free-spins-features .hero-section {
    padding: 60px 0;
  }
  .page-slot-games-free-spins-features .hero-title {
    font-size: 1.8em;
  }
  .page-slot-games-free-spins-features .section-title {
    font-size: 1.5em;
  }
  .page-slot-games-free-spins-features p, 
  .page-slot-games-free-spins-features .benefits-list li, 
  .page-slot-games-free-spins-features .tips-list li {
    font-size: 1em;
  }
  .page-slot-games-free-spins-features .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}