.page-resources-shbet88-registration-guide {
  --primary-color: #0A192F;
  --secondary-color: #FFD700;
  --accent-color: #DC143C;
  --text-light: #F0F0F0;
  --text-dark: #333333;
  --bg-light: #FFFFFF;
  --bg-dark: #1A2E47;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--bg-light);
}

.page-resources-shbet88-registration-guide-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-shbet88-registration-guide-section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-resources-shbet88-registration-guide-section:nth-of-type(even) {
  background-color: var(--bg-dark);
  color: var(--text-light);
}

.page-resources-shbet88-registration-guide-section:nth-of-type(even) h2,
.page-resources-shbet88-registration-guide-section:nth-of-type(even) h3 {
  color: var(--secondary-color);
}

.page-resources-shbet88-registration-guide-section:nth-of-type(even) p,
.page-resources-shbet88-registration-guide-section:nth-of-type(even) li {
  color: var(--text-light);
}

.page-resources-shbet88-registration-guide-section h2 {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-shbet88-registration-guide-section h3 {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-resources-shbet88-registration-guide-subtitle {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 40px;
  color: #666;
}

.page-resources-shbet88-registration-guide-section:nth-of-type(even) .page-resources-shbet88-registration-guide-subtitle {
  color: #ccc;
}

.page-resources-shbet88-registration-guide-cta-button,
.page-resources-shbet88-registration-guide-secondary-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
}

.page-resources-shbet88-registration-guide-cta-button {
  background-color: var(--accent-color);
  color: var(--text-light);
  font-size: 1.1em;
  box-shadow: 0 4px 10px rgba(220, 20, 60, 0.3);
}

.page-resources-shbet88-registration-guide-cta-button:hover {
  background-color: #e6395e;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(220, 20, 60, 0.4);
}

.page-resources-shbet88-registration-guide-secondary-button {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: 2px solid var(--secondary-color);
  font-size: 1em;
}

.page-resources-shbet88-registration-guide-secondary-button:hover {
  background-color: darken(var(--secondary-color), 10%);
  border-color: darken(var(--secondary-color), 10%);
  transform: translateY(-2px);
}

.page-resources-shbet88-registration-guide-link-text {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-shbet88-registration-guide-link-text:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

/* Hero Section */
.page-resources-shbet88-registration-guide-hero {
  background: linear-gradient(135deg, var(--primary-color) 0%, #1A2E47 100%);
  color: var(--text-light);
  padding: 80px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-resources-shbet88-registration-guide-hero .page-resources-shbet88-registration-guide-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.page-resources-shbet88-registration-guide-hero-content {
  flex: 1;
  text-align: left;
}

.page-resources-shbet88-registration-guide-hero-content h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: var(--secondary-color);
  line-height: 1.2;
}

.page-resources-shbet88-registration-guide-hero-content p {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: var(--text-light);
}

.page-resources-shbet88-registration-guide-hero-image {
  flex: 1;
  max-width: 50%;
}

.page-resources-shbet88-registration-guide-hero-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}

/* About Section */
.page-resources-shbet88-registration-guide-about .page-resources-shbet88-registration-guide-content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-resources-shbet88-registration-guide-about .page-resources-shbet88-registration-guide-text-content {
  flex: 2;
}

.page-resources-shbet88-registration-guide-about .page-resources-shbet88-registration-guide-image-content {
  flex: 1;
  max-width: 400px;
}

.page-resources-shbet88-registration-guide-about .page-resources-shbet88-registration-guide-image-content img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Steps Section */
.page-resources-shbet88-registration-guide-steps .page-resources-shbet88-registration-guide-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-shbet88-registration-guide-steps .page-resources-shbet88-registration-guide-step-item {
  background-color: var(--bg-light);
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-shbet88-registration-guide-steps .page-resources-shbet88-registration-guide-step-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-shbet88-registration-guide-steps .page-resources-shbet88-registration-guide-step-item h3 {
  color: var(--primary-color);
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-resources-shbet88-registration-guide-steps .page-resources-shbet88-registration-guide-step-icon {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto 15px;
  display: block;
}

.page-resources-shbet88-registration-guide-steps .page-resources-shbet88-registration-guide-notes {
  margin-top: 50px;
  background-color: #f8f8f8;
  border-left: 5px solid var(--secondary-color);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-shbet88-registration-guide-steps .page-resources-shbet88-registration-guide-notes h3 {
  color: var(--accent-color);
  margin-top: 0;
}

.page-resources-shbet88-registration-guide-steps .page-resources-shbet88-registration-guide-notes ul {
  list-style: disc inside;
  padding-left: 20px;
}

.page-resources-shbet88-registration-guide-steps .page-resources-shbet88-registration-guide-notes li {
  margin-bottom: 8px;
}

/* Promotions Section */
.page-resources-shbet88-registration-guide-promotions {
  background-color: var(--bg-dark);
  color: var(--text-light);
}

.page-resources-shbet88-registration-guide-promotions h2 {
  color: var(--secondary-color);
}

.page-resources-shbet88-registration-guide-promotions .page-resources-shbet88-registration-guide-subtitle {
  color: var(--text-light);
}

.page-resources-shbet88-registration-guide-promotions .page-resources-shbet88-registration-guide-promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-shbet88-registration-guide-promotions .page-resources-shbet88-registration-guide-promo-card {
  background-color: var(--primary-color);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-shbet88-registration-guide-promotions .page-resources-shbet88-registration-guide-promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-shbet88-registration-guide-promotions .page-resources-shbet88-registration-guide-promo-card img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto 20px;
  object-fit: cover;
}

.page-resources-shbet88-registration-guide-promotions .page-resources-shbet88-registration-guide-promo-card h3 {
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.page-resources-shbet88-registration-guide-promotions .page-resources-shbet88-registration-guide-promo-card p {
  color: var(--text-light);
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-resources-shbet88-registration-guide-promotions .page-resources-shbet88-registration-guide-promo-card .page-resources-shbet88-registration-guide-cta-button,
.page-resources-shbet88-registration-guide-promotions .page-resources-shbet88-registration-guide-promo-card .page-resources-shbet88-registration-guide-secondary-button {
  margin-top: auto;
}

.page-resources-shbet88-registration-guide-promotions .page-resources-shbet88-registration-guide-promo-note {
  text-align: center;
  margin-top: 40px;
  font-style: italic;
  color: #aaa;
}

/* Benefits Section */
.page-resources-shbet88-registration-guide-benefits .page-resources-shbet88-registration-guide-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-shbet88-registration-guide-benefits .page-resources-shbet88-registration-guide-benefit-item {
  background-color: var(--bg-dark);
  color: var(--text-light);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-shbet88-registration-guide-benefits .page-resources-shbet88-registration-guide-benefit-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-resources-shbet88-registration-guide-benefits .page-resources-shbet88-registration-guide-benefit-item img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-resources-shbet88-registration-guide-benefits .page-resources-shbet88-registration-guide-benefit-item h3 {
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.page-resources-shbet88-registration-guide-benefits .page-resources-shbet88-registration-guide-benefit-item p {
  color: var(--text-light);
}

/* FAQ Section */
.page-resources-shbet88-registration-guide-faq .page-resources-shbet88-registration-guide-faq-list {
  margin-top: 40px;
}

.page-resources-shbet88-registration-guide-faq .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-shbet88-registration-guide-faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: var(--bg-light);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-resources-shbet88-registration-guide-faq .faq-question:hover {
  background: #f5f5f5;
}

.page-resources-shbet88-registration-guide-faq .faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: var(--primary-color);
}

.page-resources-shbet88-registration-guide-faq .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  transition: transform 0.3s ease;
}

.page-resources-shbet88-registration-guide-faq .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--accent-color);
}

.page-resources-shbet88-registration-guide-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  color: var(--text-dark);
}

.page-resources-shbet88-registration-guide-faq .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 15px 25px 25px;
  border-top: 1px solid #eee;
}

.page-resources-shbet88-registration-guide-faq .faq-item.active .faq-answer p {
  margin-bottom: 10px;
}

/* Conclusion Section */
.page-resources-shbet88-registration-guide-conclusion {
  text-align: center;
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--primary-color) 100%);
  color: var(--text-light);
  padding: 80px 20px;
}

.page-resources-shbet88-registration-guide-conclusion h2 {
  color: var(--secondary-color);
  margin-bottom: 30px;
}

.page-resources-shbet88-registration-guide-conclusion p {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: var(--text-light);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-shbet88-registration-guide-conclusion strong {
  color: var(--secondary-color);
}

.page-resources-shbet88-registration-guide-conclusion .page-resources-shbet88-registration-guide-cta-button {
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-resources-shbet88-registration-guide-conclusion .page-resources-shbet88-registration-guide-responsible-gambling {
  font-size: 0.9em;
  color: #aaa;
  font-style: italic;
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-shbet88-registration-guide-hero .page-resources-shbet88-registration-guide-container,
  .page-resources-shbet88-registration-guide-about .page-resources-shbet88-registration-guide-content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-shbet88-registration-guide-hero-content,
  .page-resources-shbet88-registration-guide-hero-image {
    flex: none;
    max-width: 100%;
    text-align: center;
  }

  .page-resources-shbet88-registration-guide-hero-content h1 {
    font-size: 2.8em;
  }

  .page-resources-shbet88-registration-guide-hero-content p {
    font-size: 1.1em;
  }

  .page-resources-shbet88-registration-guide-about .page-resources-shbet88-registration-guide-image-content {
    order: -1; /* Image above text on mobile */
    margin-bottom: 30px;
  }

  .page-resources-shbet88-registration-guide-steps .page-resources-shbet88-registration-guide-steps-grid,
  .page-resources-shbet88-registration-guide-promotions .page-resources-shbet88-registration-guide-promo-grid,
  .page-resources-shbet88-registration-guide-benefits .page-resources-shbet88-registration-guide-benefits-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-shbet88-registration-guide-section h2 {
    font-size: 2em;
  }

  .page-resources-shbet88-registration-guide-subtitle {
    font-size: 1em;
  }

  .page-resources-shbet88-registration-guide-cta-button,
  .page-resources-shbet88-registration-guide-secondary-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-resources-shbet88-registration-guide-hero-content h1 {
    font-size: 2.2em;
  }

  .page-resources-shbet88-registration-guide-hero-content p {
    font-size: 1em;
  }

  .page-resources-shbet88-registration-guide-section {
    padding: 40px 0;
  }

  .page-resources-shbet88-registration-guide-section h2 {
    font-size: 1.8em;
  }

  .page-resources-shbet88-registration-guide-section h3 {
    font-size: 1.4em;
  }

  .page-resources-shbet88-registration-guide-faq .faq-question {
    padding: 15px 20px;
  }

  .page-resources-shbet88-registration-guide-faq .faq-question h3 {
    font-size: 1em;
  }

  .page-resources-shbet88-registration-guide-faq .faq-toggle {
    font-size: 20px;
  }

  .page-resources-shbet88-registration-guide-faq .faq-item.active .faq-answer {
    padding: 10px 20px 20px;
  }
}