/* style/registration-guide-shbet-steps.css */
.page-registration-guide-shbet-steps {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-registration-guide-shbet-steps__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-registration-guide-shbet-steps__hero-section {
  background: linear-gradient(135deg, #0056B3, #1a71d8); /* Slightly adjusted to match main color better */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-registration-guide-shbet-steps__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFC107; /* Auxiliary color for emphasis */
}

.page-registration-guide-shbet-steps__subtitle {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-registration-guide-shbet-steps__cta-button {
  display: inline-block;
  background-color: #FFC107;
  color: #0056B3;
  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 #FFC107;
}

.page-registration-guide-shbet-steps__cta-button:hover {
  background-color: #e0a800; /* Darker shade of auxiliary color */
  transform: translateY(-2px);
}

.page-registration-guide-shbet-steps__content-section,
.page-registration-guide-shbet-steps__steps-section,
.page-registration-guide-shbet-steps__tips-section,
.page-registration-guide-shbet-steps__faq-section,
.page-registration-guide-shbet-steps__disclaimer-section {
  padding: 60px 0;
}

.page-registration-guide-shbet-steps__section-title {
  font-size: 2.2em;
  color: #0056B3;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-registration-guide-shbet-steps__section-title--light {
  color: #ffffff;
}

.page-registration-guide-shbet-steps__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

.page-registration-guide-shbet-steps__text--light {
  color: #e0e0e0;
}

.page-registration-guide-shbet-steps__text--tip {
  font-style: italic;
  color: #0056B3;
  font-weight: bold;
}

.page-registration-guide-shbet-steps__feature-list,
.page-registration-guide-shbet-steps__info-list,
.page-registration-guide-shbet-steps__tip-list,
.page-registration-guide-shbet-steps__final-steps-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-registration-guide-shbet-steps__feature-list li,
.page-registration-guide-shbet-steps__tip-list li {
  background-color: #ffffff;
  border-left: 5px solid #0056B3;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  font-size: 1.05em;
}

.page-registration-guide-shbet-steps__feature-list li strong {
  color: #0056B3;
}

.page-registration-guide-shbet-steps__icon {
  font-size: 1.5em;
  margin-right: 15px;
  color: #FFC107;
  /* Placeholder for actual icon, could use FontAwesome or similar */
  width: 24px; /* Ensure icon has space */
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-registration-guide-shbet-steps__icon--safety { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFC107"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h-2v-2h2v2zm0-4h-2V6h2v2z"/></svg>'); }
.page-registration-guide-shbet-steps__icon--games { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFC107"><path d="M21 16h-3V4H8v12H6v-2H3v2H1v2h2v2h3v-2h2v2h8v-2h3v2h2v-2h-2v-2zm-5 0h-2V6h2v10zM8 6h2v10H8V6z"/></svg>'); }
.page-registration-guide-shbet-steps__icon--bonus { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFC107"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>'); }
.page-registration-guide-shbet-steps__icon--support { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFC107"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z"/></svg>'); }

.page-registration-guide-shbet-steps__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-registration-guide-shbet-steps__image--full-width {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-registration-guide-shbet-steps__step-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
  border-top: 6px solid #FFC107;
}

.page-registration-guide-shbet-steps__step-title {
  font-size: 1.8em;
  color: #0056B3;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.page-registration-guide-shbet-steps__step-number {
  background-color: #0056B3;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.page-registration-guide-shbet-steps__button {
  display: inline-block;
  background-color: #0056B3;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
}

.page-registration-guide-shbet-steps__button:hover {
  background-color: #004085;
  transform: translateY(-1px);
}

.page-registration-guide-shbet-steps__button--primary {
  background-color: #FFC107;
  color: #0056B3;
  border: 2px solid #FFC107;
}

.page-registration-guide-shbet-steps__button--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
}

.page-registration-guide-shbet-steps__info-list {
  list-style: disc;
  margin-left: 20px;
  color: #444;
}

.page-registration-guide-shbet-steps__info-list li strong {
  color: #0056B3;
}

.page-registration-guide-shbet-steps__final-steps-list {
  list-style: decimal;
  margin-left: 25px;
  color: #444;
}

.page-registration-guide-shbet-steps__bg--secondary {
  background-color: #e9ecef;
}

.page-registration-guide-shbet-steps__tip-list li {
  border-left-color: #FFC107;
}

.page-registration-guide-shbet-steps__faq-item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  margin-bottom: 15px;
  padding: 20px 25px;
  border-left: 4px solid #0056B3;
}

.page-registration-guide-shbet-steps__faq-question {
  font-size: 1.3em;
  color: #0056B3;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-registration-guide-shbet-steps__faq-answer {
  font-size: 1.0em;
  color: #666;
}

.page-registration-guide-shbet-steps__cta-bottom {
  background: linear-gradient(135deg, #0056B3, #004085);
  color: #ffffff;
  text-align: center;
  padding: 70px 0;
}

.page-registration-guide-shbet-steps__cta-button--inverted {
  background-color: #ffffff;
  color: #0056B3;
  border: 2px solid #ffffff;
}

.page-registration-guide-shbet-steps__cta-button--inverted:hover {
  background-color: #f0f0f0;
  color: #004085;
  transform: translateY(-2px);
}

.page-registration-guide-shbet-steps__disclaimer-section {
  background-color: #f1f1f1;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

.page-registration-guide-shbet-steps__disclaimer-text {
  font-size: 0.9em;
  color: #777;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-registration-guide-shbet-steps__hero-section {
    padding: 60px 0;
  }

  .page-registration-guide-shbet-steps__main-title {
    font-size: 2em;
  }

  .page-registration-guide-shbet-steps__subtitle {
    font-size: 1em;
  }

  .page-registration-guide-shbet-steps__section-title {
    font-size: 1.8em;
  }

  .page-registration-guide-shbet-steps__step-title {
    font-size: 1.5em;
  }

  .page-registration-guide-shbet-steps__feature-list li,
  .page-registration-guide-shbet-steps__tip-list li {
    padding: 10px 15px;
  }

  .page-registration-guide-shbet-steps__icon {
    margin-right: 10px;
  }

  .page-registration-guide-shbet-steps__step-card {
    padding: 20px;
  }

  .page-registration-guide-shbet-steps__faq-question {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-registration-guide-shbet-steps__hero-section {
    padding: 40px 0;
  }

  .page-registration-guide-shbet-steps__main-title {
    font-size: 1.8em;
  }

  .page-registration-guide-shbet-steps__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-registration-guide-shbet-steps__section-title {
    font-size: 1.5em;
  }

  .page-registration-guide-shbet-steps__step-title {
    font-size: 1.3em;
  }

  .page-registration-guide-shbet-steps__step-number {
    width: 30px;
    height: 30px;
    font-size: 0.7em;
    margin-right: 10px;
  }

  .page-registration-guide-shbet-steps__button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-registration-guide-shbet-steps__feature-list li,
  .page-registration-guide-shbet-steps__tip-list li {
    font-size: 0.95em;
  }

  .page-registration-guide-shbet-steps__faq-item {
    padding: 15px 20px;
  }
}