/* style/resources-how-to-register-vn68-club.css */

:root {
  --page-resources-how-to-register-vn68-club-primary-bg: #1A202C;
  --page-resources-how-to-register-vn68-club-secondary-bg: #2D3748;
  --page-resources-how-to-register-vn68-club-accent-color: #FFD700;
  --page-resources-how-to-register-vn68-club-text-light: #E0E0E0;
  --page-resources-how-to-register-vn68-club-text-dark: #1A202C;
  --page-resources-how-to-register-vn68-club-border-color: #4A5568;
}

.page-resources-how-to-register-vn68-club {
  font-family: 'Arial', sans-serif;
  color: var(--page-resources-how-to-register-vn68-club-text-light);
  background-color: var(--page-resources-how-to-register-vn68-club-primary-bg);
  line-height: 1.6;
}

.page-resources-how-to-register-vn68-club__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-how-to-register-vn68-club__hero-section {
  background: linear-gradient(135deg, var(--page-resources-how-to-register-vn68-club-primary-bg) 0%, #3a475a 100%);
  padding: 80px 20px;
  text-align: center;
  border-bottom: 2px solid var(--page-resources-how-to-register-vn68-club-accent-color);
}

.page-resources-how-to-register-vn68-club__hero-title {
  font-size: 3.5em;
  color: var(--page-resources-how-to-register-vn68-club-accent-color);
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-register-vn68-club__hero-subtitle {
  font-size: 1.3em;
  color: var(--page-resources-how-to-register-vn68-club-text-light);
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-resources-how-to-register-vn68-club__section-title {
  font-size: 2.5em;
  color: var(--page-resources-how-to-register-vn68-club-accent-color);
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  position: relative;
}

.page-resources-how-to-register-vn68-club__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--page-resources-how-to-register-vn68-club-accent-color);
  margin: 15px auto 0;
}

.page-resources-how-to-register-vn68-club__subsection-title {
  font-size: 1.8em;
  color: var(--page-resources-how-to-register-vn68-club-accent-color);
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid var(--page-resources-how-to-register-vn68-club-accent-color);
  padding-left: 15px;
}

.page-resources-how-to-register-vn68-club__content-section,
.page-resources-how-to-register-vn68-club__tutorial-section,
.page-resources-how-to-register-vn68-club__notes-section,
.page-resources-how-to-register-vn68-club__faq-section,
.page-resources-how-to-register-vn68-club__conclusion-section {
  padding: 60px 0;
  background-color: var(--page-resources-how-to-register-vn68-club-secondary-bg);
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-register-vn68-club__tutorial-section {
  background-color: var(--page-resources-how-to-register-vn68-club-primary-bg);
}

.page-resources-how-to-register-vn68-club__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
  font-size: 1.1em;
}

.page-resources-how-to-register-vn68-club__cta-button--primary {
  background-color: var(--page-resources-how-to-register-vn68-club-accent-color);
  color: var(--page-resources-how-to-register-vn68-club-text-dark);
  border: 2px solid var(--page-resources-how-to-register-vn68-club-accent-color);
}

.page-resources-how-to-register-vn68-club__cta-button--primary:hover {
  background-color: #e6c200; /* Slightly darker gold */
  transform: translateY(-3px);
}

.page-resources-how-to-register-vn68-club__cta-button--secondary {
  background-color: transparent;
  color: var(--page-resources-how-to-register-vn68-club-accent-color);
  border: 2px solid var(--page-resources-how-to-register-vn68-club-accent-color);
}

.page-resources-how-to-register-vn68-club__cta-button--secondary:hover {
  background-color: var(--page-resources-how-to-register-vn68-club-accent-color);
  color: var(--page-resources-how-to-register-vn68-club-text-dark);
  transform: translateY(-3px);
}

.page-resources-how-to-register-vn68-club__cta-button--step {
  margin-top: 25px;
  background-color: var(--page-resources-how-to-register-vn68-club-accent-color);
  color: var(--page-resources-how-to-register-vn68-club-text-dark);
  border: none;
  padding: 12px 25px;
  font-size: 1em;
}

.page-resources-how-to-register-vn68-club__cta-button--step:hover {
  background-color: #e6c200;
}

.page-resources-how-to-register-vn68-club__cta-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-how-to-register-vn68-club__step {
  background-color: var(--page-resources-how-to-register-vn68-club-secondary-bg);
  border: 1px solid var(--page-resources-how-to-register-vn68-club-border-color);
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-resources-how-to-register-vn68-club__step-title {
  font-size: 2em;
  color: var(--page-resources-how-to-register-vn68-club-accent-color);
  margin-bottom: 20px;
}

.page-resources-how-to-register-vn68-club__step p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: var(--page-resources-how-to-register-vn68-club-text-light);
}

.page-resources-how-to-register-vn68-club__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  border: 2px solid var(--page-resources-how-to-register-vn68-club-accent-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-resources-how-to-register-vn68-club__step ul {
  list-style-type: disc;
  text-align: left;
  margin: 20px auto;
  max-width: 800px;
  padding-left: 40px;
}

.page-resources-how-to-register-vn68-club__step ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: var(--page-resources-how-to-register-vn68-club-text-light);
}

.page-resources-how-to-register-vn68-club__faq-item {
  background-color: var(--page-resources-how-to-register-vn68-club-primary-bg);
  border: 1px solid var(--page-resources-how-to-register-vn68-club-border-color);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-register-vn68-club__faq-question {
  font-size: 1.4em;
  color: var(--page-resources-how-to-register-vn68-club-accent-color);
  margin-bottom: 10px;
}

.page-resources-how-to-register-vn68-club__faq-answer {
  font-size: 1.1em;
  color: var(--page-resources-how-to-register-vn68-club-text-light);
}

.page-resources-how-to-register-vn68-club__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

.page-resources-how-to-register-vn68-club__conclusion-section p {
  font-size: 1.2em;
  max-width: 900px;
  margin: 20px auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-how-to-register-vn68-club__hero-title {
    font-size: 2.5em;
  }

  .page-resources-how-to-register-vn68-club__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-how-to-register-vn68-club__section-title {
    font-size: 2em;
  }

  .page-resources-how-to-register-vn68-club__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-how-to-register-vn68-club__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-how-to-register-vn68-club__step {
    padding: 20px;
  }

  .page-resources-how-to-register-vn68-club__step-title {
    font-size: 1.6em;
  }

  .page-resources-how-to-register-vn68-club__step p,
  .page-resources-how-to-register-vn68-club__step ul li,
  .page-resources-how-to-register-vn68-club__faq-question,
  .page-resources-how-to-register-vn68-club__faq-answer {
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-register-vn68-club__hero-title {
    font-size: 2em;
  }

  .page-resources-how-to-register-vn68-club__hero-subtitle {
    font-size: 0.9em;
  }

  .page-resources-how-to-register-vn68-club__section-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-register-vn68-club__subsection-title {
    font-size: 1.3em;
  }

  .page-resources-how-to-register-vn68-club__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-how-to-register-vn68-club__step-title {
    font-size: 1.4em;
  }
}