.page-resources-how-to-register-st666 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-how-to-register-st666__hero {
  background: linear-gradient(135deg, #CC0000 0%, #FFD700 100%);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-register-st666__hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
  transform: rotate(45deg);
  opacity: 0.3;
}

.page-resources-how-to-register-st666__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.page-resources-how-to-register-st666__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-register-st666__description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffe;
}

.page-resources-how-to-register-st666__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #CC0000;
  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;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-register-st666__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-how-to-register-st666__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-how-to-register-st666__content-flow {
  max-width: 760px;
  padding: 0 20px;
}

.page-resources-how-to-register-st666__article-body {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-register-st666__article-body p {
  margin-bottom: 1em;
  font-size: 1em;
  color: #333;
}

.page-resources-how-to-register-st666__article-body a {
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-how-to-register-st666__article-body a:hover {
  color: #990000;
  text-decoration: underline;
}

.page-resources-how-to-register-st666__heading {
  font-size: 2em;
  color: #CC0000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-how-to-register-st666__sub-heading {
  font-size: 1.5em;
  color: #CC0000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-register-st666__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-how-to-register-st666__list li {
  margin-bottom: 10px;
}

.page-resources-how-to-register-st666__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-register-st666__button-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-how-to-register-st666__button {
  display: inline-block;
  background-color: #CC0000;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-register-st666__button:hover {
  background-color: #990000;
}

.page-resources-how-to-register-st666__note {
  background-color: #fff3cd;
  border-left: 5px solid #ffc107;
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
  color: #664d03;
}

.page-resources-how-to-register-st666__faq {
  margin-top: 40px;
}

.page-resources-how-to-register-st666__faq-item {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-resources-how-to-register-st666__faq-question {
  font-size: 1.2em;
  color: #CC0000;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-resources-how-to-register-st666__faq-answer {
  font-size: 1em;
  color: #555;
  margin-top: 0;
}

.page-resources-how-to-register-st666__button-wrapper--final {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
}

.page-resources-how-to-register-st666__back-link {
  color: #666;
  text-decoration: none;
  font-size: 0.95em;
  transition: color 0.3s ease;
}

.page-resources-how-to-register-st666__back-link:hover {
  color: #CC0000;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-resources-how-to-register-st666__title {
    font-size: 2.2em;
  }

  .page-resources-how-to-register-st666__description {
    font-size: 1em;
  }

  .page-resources-how-to-register-st666__heading {
    font-size: 1.8em;
  }

  .page-resources-how-to-register-st666__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-how-to-register-st666__article-body {
    padding: 20px;
  }

  .page-resources-how-to-register-st666__button-wrapper--final {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-register-st666__title {
    font-size: 1.8em;
  }

  .page-resources-how-to-register-st666__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-how-to-register-st666__heading {
    font-size: 1.5em;
  }

  .page-resources-how-to-register-st666__sub-heading {
    font-size: 1.1em;
  }

  .page-resources-how-to-register-st666__article-body {
    padding: 15px;
  }
}