.page-resources-shbet1-registration-guide {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-shbet1-registration-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-shbet1-registration-guide__section {
  padding: 60px 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-shbet1-registration-guide__section:nth-of-type(even) {
  background-color: #f2f4f7;
}

.page-resources-shbet1-registration-guide h1,
.page-resources-shbet1-registration-guide h2 {
  color: #2D3E50;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-shbet1-registration-guide h1 {
  font-size: 3.2em;
  line-height: 1.2;
}

.page-resources-shbet1-registration-guide h2 {
  font-size: 2.5em;
  line-height: 1.3;
  border-bottom: 3px solid #E7B10A;
  display: inline-block;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-shbet1-registration-guide h3 {
  color: #2D3E50;
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-shbet1-registration-guide p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #555;
}

.page-resources-shbet1-registration-guide__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-resources-shbet1-registration-guide__list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #444;
}

.page-resources-shbet1-registration-guide__list-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-resources-shbet1-registration-guide__list--numbered {
  list-style: decimal;
  padding-left: 25px;
}

.page-resources-shbet1-registration-guide__list--numbered li {
  display: list-item;
  align-items: flex-start;
}

.page-resources-shbet1-registration-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #E7B10A;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(231, 177, 10, 0.4);
  text-align: center;
}

.page-resources-shbet1-registration-guide__cta-button:hover {
  background: #d4a009;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(231, 177, 10, 0.6);
}

.page-resources-shbet1-registration-guide__cta-button--small {
  padding: 12px 30px;
  font-size: 1.1em;
  margin-top: 20px;
}

/* Hero Section */
.page-resources-shbet1-registration-guide__hero {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #2D3E50;
  color: #ffffff;
}

.page-resources-shbet1-registration-guide__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-shbet1-registration-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-shbet1-registration-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-shbet1-registration-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-shbet1-registration-guide__hero-content h1 {
  color: #E7B10A;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-shbet1-registration-guide__hero-content p {
  color: #e0e0e0;
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

/* Step-by-step Section */
.page-resources-shbet1-registration-guide__step-item {
  background-color: #fefefe;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-resources-shbet1-registration-guide__step-item h3 {
  color: #E7B10A;
  font-size: 2em;
  margin-bottom: 20px;
}

.page-resources-shbet1-registration-guide__step-item p {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 20px;
}

.page-resources-shbet1-registration-guide__step-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-resources-shbet1-registration-guide__button {
  display: inline-block;
  padding: 12px 30px;
  background: #2D3E50;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
}

.page-resources-shbet1-registration-guide__button:hover {
  background: #1e2a36;
  transform: translateY(-2px);
}

.page-resources-shbet1-registration-guide__button--primary {
  background: #E7B10A;
  box-shadow: 0 4px 10px rgba(231, 177, 10, 0.3);
}

.page-resources-shbet1-registration-guide__button--primary:hover {
  background: #d4a009;
  box-shadow: 0 6px 15px rgba(231, 177, 10, 0.5);
}

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

.page-resources-shbet1-registration-guide__card {
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-shbet1-registration-guide__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-shbet1-registration-guide__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-shbet1-registration-guide__card h3 {
  font-size: 1.6em;
  color: #2D3E50;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-shbet1-registration-guide__card p {
  font-size: 1em;
  color: #666;
  margin-bottom: 20px;
}

.page-resources-shbet1-registration-guide__card-link {
  display: inline-block;
  color: #E7B10A;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-shbet1-registration-guide__card-link:hover {
  color: #2D3E50;
}

/* Promotions Section */
.page-resources-shbet1-registration-guide__promo-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-shbet1-registration-guide__promo-list li {
  display: flex;
  align-items: flex-start;
  background-color: #fefefe;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-shbet1-registration-guide__promo-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-resources-shbet1-registration-guide__promo-list li strong {
  color: #E7B10A;
  font-size: 1.2em;
  display: block;
  margin-bottom: 5px;
}

.page-resources-shbet1-registration-guide__promo-list li p {
  font-size: 1em;
  color: #555;
  margin: 0;
}

/* FAQ Section */
.page-resources-shbet1-registration-guide__faq-items {
  margin-top: 40px;
}

/* FAQ default state - answer hidden */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
}

/* FAQ expanded state */
.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Question style */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
  margin-bottom: 10px;
}

.faq-item.active .faq-question {
  border-radius: 5px 5px 0 0;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #2D3E50;
}

/* Toggle icon */
.faq-toggle {
  font-size: 20px;
  font-weight: bold;
  color: #E7B10A;
  transition: transform 0.3s ease;
}

/* Conclusion Section */
.page-resources-shbet1-registration-guide__conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-resources-shbet1-registration-guide__conclusion p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-shbet1-registration-guide h1 {
    font-size: 2.8em;
  }
  .page-resources-shbet1-registration-guide h2 {
    font-size: 2em;
  }
  .page-resources-shbet1-registration-guide h3 {
    font-size: 1.6em;
  }
  .page-resources-shbet1-registration-guide__hero-content p {
    font-size: 1.1em;
  }
  .page-resources-shbet1-registration-guide__cta-button {
    padding: 14px 35px;
    font-size: 1.2em;
  }
  .page-resources-shbet1-registration-guide__card-image {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .page-resources-shbet1-registration-guide__section {
    padding: 40px 0;
  }
  .page-resources-shbet1-registration-guide h1 {
    font-size: 2.2em;
  }
  .page-resources-shbet1-registration-guide h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-shbet1-registration-guide h3 {
    font-size: 1.4em;
  }
  .page-resources-shbet1-registration-guide p {
    font-size: 1em;
  }
  .page-resources-shbet1-registration-guide__hero {
    padding: 40px 15px;
  }
  .page-resources-shbet1-registration-guide__hero-image img {
    border-radius: 8px;
  }
  .page-resources-shbet1-registration-guide__hero-content p {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-resources-shbet1-registration-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    margin-top: 20px;
  }
  .page-resources-shbet1-registration-guide__grid {
    grid-template-columns: 1fr;
  }
  .page-resources-shbet1-registration-guide__card {
    padding: 20px;
  }
  .page-resources-shbet1-registration-guide__card-image {
    height: 150px;
  }
  .page-resources-shbet1-registration-guide__promo-list li {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .page-resources-shbet1-registration-guide__promo-icon {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .faq-question {
    padding: 12px;
    flex-direction: row;
    align-items: flex-start;
  }
  .faq-question h3 {
    margin-bottom: 0;
    font-size: 1.1em;
    padding-right: 10px;
  }
  .faq-toggle {
    align-self: center;
    margin-top: 0;
  }
  .faq-answer {
    padding: 10px 12px;
  }
}

@media (max-width: 480px) {
  .page-resources-shbet1-registration-guide h1 {
    font-size: 1.8em;
  }
  .page-resources-shbet1-registration-guide h2 {
    font-size: 1.5em;
  }
  .page-resources-shbet1-registration-guide h3 {
    font-size: 1.2em;
  }
  .page-resources-shbet1-registration-guide__list-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .page-resources-shbet1-registration-guide__promo-icon {
    width: 50px;
    height: 50px;
  }
  .page-resources-shbet1-registration-guide__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}