.page-exclusive-offers-free-spins {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light grey for text on dark background */
  background-color: #0A192F; /* Main dark background */
}

.page-exclusive-offers-free-spins__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-exclusive-offers-free-spins__hero {
  background: linear-gradient(135deg, #0A192F 0%, #2A3B50 100%); /* Dark blue gradient */
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-exclusive-offers-free-spins__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.page-exclusive-offers-free-spins__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.page-exclusive-offers-free-spins__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold accent for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-exclusive-offers-free-spins__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-exclusive-offers-free-spins__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
}

.page-exclusive-offers-free-spins__btn--primary {
  background-color: #FFD700; /* Gold accent */
  color: #0A192F; /* Dark blue text on gold */
  border: none;
}

.page-exclusive-offers-free-spins__btn--primary:hover {
  background-color: #e6c200;
  color: #000000;
}

.page-exclusive-offers-free-spins__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-top: 20px;
}

.page-exclusive-offers-free-spins__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
}

.page-exclusive-offers-free-spins__btn--text {
  background-color: transparent;
  color: #FFD700;
  border: none;
  margin-left: 20px;
  padding: 15px 0;
}

.page-exclusive-offers-free-spins__btn--text:hover {
  text-decoration: underline;
}

.page-exclusive-offers-free-spins__section {
  padding: 80px 0;
}

.page-exclusive-offers-free-spins__section--dark {
  background-color: #1A2B40; /* Slightly lighter dark blue */
}

.page-exclusive-offers-free-spins__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.page-exclusive-offers-free-spins__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 20px auto 0;
  border-radius: 2px;
}

.page-exclusive-offers-free-spins__sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-exclusive-offers-free-spins__content-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-exclusive-offers-free-spins__content-block--reverse {
  flex-direction: row-reverse;
}

.page-exclusive-offers-free-spins__content-image {
  flex: 1;
  max-width: 50%;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-exclusive-offers-free-spins__content-block div {
  flex: 1;
}

.page-exclusive-offers-free-spins__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-exclusive-offers-free-spins__list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-exclusive-offers-free-spins__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-exclusive-offers-free-spins__grid-item {
  background-color: #0F1D30;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-exclusive-offers-free-spins__grid-item:hover {
  transform: translateY(-10px);
}

.page-exclusive-offers-free-spins__grid-item h3 {
  color: #FFD700;
  margin-top: 0;
  font-size: 1.5em;
}

.page-exclusive-offers-free-spins__features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-exclusive-offers-free-spins__features-list li {
  background-color: #0F1D30;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-exclusive-offers-free-spins__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-exclusive-offers-free-spins__tips-list {
  list-style: disc;
  padding-left: 25px;
  margin-top: 30px;
}

.page-exclusive-offers-free-spins__tips-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-exclusive-offers-free-spins__cta-section {
  background: linear-gradient(45deg, #0A192F, #1A2B40);
  padding: 80px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-exclusive-offers-free-spins__cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-exclusive-offers-free-spins__cta-description {
  font-size: 1.4em;
  max-width: 800px;
  margin: 0 auto 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-exclusive-offers-free-spins__hero-title {
    font-size: 2.8em;
  }

  .page-exclusive-offers-free-spins__hero-subtitle {
    font-size: 1.3em;
  }

  .page-exclusive-offers-free-spins__section-title {
    font-size: 2.2em;
  }

  .page-exclusive-offers-free-spins__sub-title {
    font-size: 1.6em;
  }

  .page-exclusive-offers-free-spins__content-block {
    flex-direction: column;
    text-align: center;
  }

  .page-exclusive-offers-free-spins__content-block--reverse {
    flex-direction: column;
  }

  .page-exclusive-offers-free-spins__content-image {
    max-width: 80%;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-exclusive-offers-free-spins__hero {
    padding: 80px 0;
  }

  .page-exclusive-offers-free-spins__hero-title {
    font-size: 2.2em;
  }

  .page-exclusive-offers-free-spins__hero-subtitle {
    font-size: 1.1em;
  }

  .page-exclusive-offers-free-spins__section {
    padding: 60px 0;
  }

  .page-exclusive-offers-free-spins__section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }

  .page-exclusive-offers-free-spins__sub-title {
    font-size: 1.4em;
  }

  .page-exclusive-offers-free-spins__grid {
    grid-template-columns: 1fr;
  }

  .page-exclusive-offers-free-spins__features-list {
    grid-template-columns: 1fr;
  }

  .page-exclusive-offers-free-spins__cta-title {
    font-size: 2.5em;
  }

  .page-exclusive-offers-free-spins__cta-description {
    font-size: 1.2em;
  }

  .page-exclusive-offers-free-spins__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-exclusive-offers-free-spins__btn--text {
    margin-left: 0;
    margin-top: 15px;
    display: block;
  }
}

@media (max-width: 480px) {
  .page-exclusive-offers-free-spins__hero-title {
    font-size: 1.8em;
  }

  .page-exclusive-offers-free-spins__hero-subtitle {
    font-size: 1em;
  }

  .page-exclusive-offers-free-spins__section-title {
    font-size: 1.5em;
  }

  .page-exclusive-offers-free-spins__content-image {
    max-width: 100%;
  }

  .page-exclusive-offers-free-spins__cta-title {
    font-size: 2em;
  }
}