/* style/index-sodo-casino-66-exclusive-offers-overview.css */
.page-index-sodo-casino-66-exclusive-offers-overview {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text */
  background-color: #1a1a1a; /* Dark background */
  line-height: 1.6;
}

.page-index-sodo-casino-66-exclusive-offers-overview__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-sodo-casino-66-exclusive-offers-overview__section {
  padding: 60px 0;
  text-align: center;
}

.page-index-sodo-casino-66-exclusive-offers-overview__section--about-sodo,
.page-index-sodo-casino-66-exclusive-offers-overview__section--how-to-claim,
.page-index-sodo-casino-66-exclusive-offers-overview__section--tips,
.page-index-sodo-casino-66-exclusive-offers-overview__section--faq {
  background-color: #222222;
}

.page-index-sodo-casino-66-exclusive-offers-overview__section-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for titles */
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.page-index-sodo-casino-66-exclusive-offers-overview__hero-section {
  background: linear-gradient(135deg, #CC0000 0%, #330000 100%); /* Dark red gradient */
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-index-sodo-casino-66-exclusive-offers-overview__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-index-sodo-casino-66-exclusive-offers-overview__hero-section > .page-index-sodo-casino-66-exclusive-offers-overview__container {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #FFFFFF;
}

.page-index-sodo-casino-66-exclusive-offers-overview__hero-title {
  font-size: 4.5em;
  color: #FFD700; /* Gold for hero title */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.page-index-sodo-casino-66-exclusive-offers-overview__hero-subtitle {
  font-size: 1.8em;
  color: #E0E0E0;
  margin-bottom: 40px;
  font-weight: 300;
}

.page-index-sodo-casino-66-exclusive-offers-overview__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-index-sodo-casino-66-exclusive-offers-overview__btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-index-sodo-casino-66-exclusive-offers-overview__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #333333;
  border: 2px solid #FFD700;
}

.page-index-sodo-casino-66-exclusive-offers-overview__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
}

.page-index-sodo-casino-66-exclusive-offers-overview__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-sodo-casino-66-exclusive-offers-overview__btn--secondary:hover {
  background-color: #FFD700;
  color: #333333;
  transform: translateY(-3px);
}

.page-index-sodo-casino-66-exclusive-offers-overview__btn--small {
  padding: 10px 25px;
  font-size: 0.9em;
}

.page-index-sodo-casino-66-exclusive-offers-overview__btn--large {
  padding: 18px 45px;
  font-size: 1.3em;
}

.page-index-sodo-casino-66-exclusive-offers-overview__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #B0B0B0;
  text-align: left;
}

.page-index-sodo-casino-66-exclusive-offers-overview__text-content:last-child {
  margin-bottom: 0;
}

.page-index-sodo-casino-66-exclusive-offers-overview__brand-name {
  color: #FFD700;
  font-weight: bold;
}

.page-index-sodo-casino-66-exclusive-offers-overview__offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-sodo-casino-66-exclusive-offers-overview__offer-card {
  background-color: #333333;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-sodo-casino-66-exclusive-offers-overview__offer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-index-sodo-casino-66-exclusive-offers-overview__offer-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-sodo-casino-66-exclusive-offers-overview__offer-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-sodo-casino-66-exclusive-offers-overview__offer-description {
  font-size: 1em;
  color: #B0B0B0;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-index-sodo-casino-66-exclusive-offers-overview__step-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-index-sodo-casino-66-exclusive-offers-overview__step-item {
  background-color: #333333;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-index-sodo-casino-66-exclusive-offers-overview__step-icon-wrapper {
  background-color: #CC0000; /* Main brand color */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-index-sodo-casino-66-exclusive-offers-overview__step-number {
  font-size: 1.8em;
  color: #FFFFFF;
  font-weight: bold;
}

.page-index-sodo-casino-66-exclusive-offers-overview__step-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-index-sodo-casino-66-exclusive-offers-overview__step-item p {
  font-size: 1em;
  color: #B0B0B0;
  margin-bottom: 15px;
}

.page-index-sodo-casino-66-exclusive-offers-overview__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-sodo-casino-66-exclusive-offers-overview__app-download-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  background-color: #333333;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-sodo-casino-66-exclusive-offers-overview__app-qr-code {
  width: 180px;
  height: 180px;
  object-fit: contain;
  border: 5px solid #FFD700;
  border-radius: 5px;
}

.page-index-sodo-casino-66-exclusive-offers-overview__app-text {
  text-align: center;
}

.page-index-sodo-casino-66-exclusive-offers-overview__app-text p {
  font-size: 1.1em;
  color: #B0B0B0;
  margin-bottom: 25px;
}

.page-index-sodo-casino-66-exclusive-offers-overview__app-text .page-index-sodo-casino-66-exclusive-offers-overview__btn {
  margin: 0 10px 15px;
}

.page-index-sodo-casino-66-exclusive-offers-overview__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-sodo-casino-66-exclusive-offers-overview__tips-list li {
  background-color: #333333;
  padding: 20px 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.05em;
  color: #E0E0E0;
}

.page-index-sodo-casino-66-exclusive-offers-overview__tip-icon {
  color: #FFD700;
  font-size: 1.5em;
  margin-right: 15px;
  line-height: 1;
}

.page-index-sodo-casino-66-exclusive-offers-overview__tips-image {
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-sodo-casino-66-exclusive-offers-overview__faq-item {
  background-color: #333333;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-sodo-casino-66-exclusive-offers-overview__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-index-sodo-casino-66-exclusive-offers-overview__faq-answer {
  font-size: 1em;
  color: #B0B0B0;
}

.page-index-sodo-casino-66-exclusive-offers-overview__section--cta {
  background: linear-gradient(135deg, #CC0000, #FFD700);
  color: #FFFFFF;
  padding: 80px 0;
}

.page-index-sodo-casino-66-exclusive-offers-overview__section--cta .page-index-sodo-casino-66-exclusive-offers-overview__section-title {
  color: #FFFFFF;
  margin-bottom: 30px;
}

.page-index-sodo-casino-66-exclusive-offers-overview__section--cta .page-index-sodo-casino-66-exclusive-offers-overview__text-content {
  color: #EEEEEE;
  margin-bottom: 40px;
}

.page-index-sodo-casino-66-exclusive-offers-overview__section--cta .page-index-sodo-casino-66-exclusive-offers-overview__btn--primary {
  background-color: #333333;
  color: #FFD700;
  border-color: #333333;
}

.page-index-sodo-casino-66-exclusive-offers-overview__section--cta .page-index-sodo-casino-66-exclusive-offers-overview__btn--primary:hover {
  background-color: #000000;
  color: #FFD700;
  border-color: #000000;
}

.highlight-text {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-index-sodo-casino-66-exclusive-offers-overview__hero-title {
    font-size: 3em;
  }

  .page-index-sodo-casino-66-exclusive-offers-overview__hero-subtitle {
    font-size: 1.4em;
  }

  .page-index-sodo-casino-66-exclusive-offers-overview__section-title {
    font-size: 2em;
  }

  .page-index-sodo-casino-66-exclusive-offers-overview__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-index-sodo-casino-66-exclusive-offers-overview__btn {
    width: 100%;
    max-width: 300px;
  }

  .page-index-sodo-casino-66-exclusive-offers-overview__offers-grid,
  .page-index-sodo-casino-66-exclusive-offers-overview__step-list {
    grid-template-columns: 1fr;
  }

  .page-index-sodo-casino-66-exclusive-offers-overview__app-download-content {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-index-sodo-casino-66-exclusive-offers-overview__hero-title {
    font-size: 2.5em;
  }

  .page-index-sodo-casino-66-exclusive-offers-overview__hero-subtitle {
    font-size: 1.2em;
  }

  .page-index-sodo-casino-66-exclusive-offers-overview__section-title {
    font-size: 1.8em;
  }

  .page-index-sodo-casino-66-exclusive-offers-overview__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-index-sodo-casino-66-exclusive-offers-overview__app-qr-code {
    width: 150px;
    height: 150px;
  }
}