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

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

.page-resources-how-to-register-69vin-account__hero {
  background: linear-gradient(135deg, #FFD700 0%, #000080 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.page-resources-how-to-register-69vin-account__hero-content {
  z-index: 10;
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-how-to-register-69vin-account__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-resources-how-to-register-69vin-account__subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-register-69vin-account__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-resources-how-to-register-69vin-account__btn--primary {
  background-color: #FFD700;
  color: #000080;
  font-size: 1.1em;
}

.page-resources-how-to-register-69vin-account__btn--primary:hover {
  background-color: #e0b800;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-register-69vin-account__btn--secondary {
  background-color: #000080;
  color: #FFD700;
  border: 2px solid #FFD700;
  font-size: 1em;
}

.page-resources-how-to-register-69vin-account__btn--secondary:hover {
  background-color: #000060;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-register-69vin-account__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  overflow: hidden;
}

.page-resources-how-to-register-69vin-account__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-resources-how-to-register-69vin-account__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-register-69vin-account__section:nth-of-type(odd) {
  background-color: #fdfdfd;
}

.page-resources-how-to-register-69vin-account__heading {
  font-size: 2.5em;
  color: #000080;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-how-to-register-69vin-account__heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-how-to-register-69vin-account__paragraph {
  font-size: 1.1em;
  color: #444;
  text-align: justify;
  margin-bottom: 20px;
}

.page-resources-how-to-register-69vin-account__keyword {
  font-weight: bold;
  color: #000080;
}

.page-resources-how-to-register-69vin-account__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-register-69vin-account__feature-item {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-how-to-register-69vin-account__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-resources-how-to-register-69vin-account__feature-title {
  font-size: 1.6em;
  color: #000080;
  margin-bottom: 15px;
}

.page-resources-how-to-register-69vin-account__feature-description {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
}

.page-resources-how-to-register-69vin-account__feature-image {
  max-width: 100%;
  height: 180px;
  object-fit: contain;
  margin-top: 15px;
  border-radius: 5px;
}

.page-resources-how-to-register-69vin-account__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.page-resources-how-to-register-69vin-account__step-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-resources-how-to-register-69vin-account__step-number {
  font-size: 2.5em;
  font-weight: bold;
  color: #FFD700;
  background-color: #000080;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-register-69vin-account__step-item div:not(.page-resources-how-to-register-69vin-account__step-number) {
  flex-grow: 1;
}

.page-resources-how-to-register-69vin-account__step-title {
  font-size: 1.8em;
  color: #000080;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-how-to-register-69vin-account__step-description {
  font-size: 1.05em;
  color: #555;
  margin-bottom: 20px;
}

.page-resources-how-to-register-69vin-account__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.page-resources-how-to-register-69vin-account__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-resources-how-to-register-69vin-account__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #444;
}

.page-resources-how-to-register-69vin-account__list--checklist li::before {
  content: '\2713'; /* Checkmark */
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2em;
}

.page-resources-how-to-register-69vin-account__list--icon li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.page-resources-how-to-register-69vin-account__list--icon li .icon-game, 
.page-resources-how-to-register-69vin-account__list--icon li .icon-bonus, 
.page-resources-how-to-register-69vin-account__list--icon li .icon-support, 
.page-resources-how-to-register-69vin-account__list--icon li .icon-security, 
.page-resources-how-to-register-69vin-account__list--icon li .icon-mobile {
  font-size: 1.8em;
  color: #000080;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Basic icon styles (replace with actual icon font or SVG later) */
.icon-game::before { content: '🎮'; }
.icon-bonus::before { content: '🎁'; }
.icon-support::before { content: '📞'; }
.icon-security::before { content: '🔒'; }
.icon-mobile::before { content: '📱'; }

.page-resources-how-to-register-69vin-account__cta-bottom {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #f0f8ff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-register-69vin-account__cta-bottom .page-resources-how-to-register-69vin-account__paragraph {
  font-size: 1.2em;
  color: #000080;
  margin-bottom: 25px;
}

.page-resources-how-to-register-69vin-account__faq-item {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-register-69vin-account__faq-question {
  font-size: 1.3em;
  color: #000080;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-how-to-register-69vin-account__faq-answer {
  font-size: 1em;
  color: #555;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-how-to-register-69vin-account__title {
    font-size: 2.5em;
  }
  .page-resources-how-to-register-69vin-account__heading {
    font-size: 2em;
  }
  .page-resources-how-to-register-69vin-account__step-item {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .page-resources-how-to-register-69vin-account__step-number {
    margin: 0 auto 15px;
  }
  .page-resources-how-to-register-69vin-account__step-item div:not(.page-resources-how-to-register-69vin-account__step-number) {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-register-69vin-account__hero {
    padding: 60px 0;
  }
  .page-resources-how-to-register-69vin-account__title {
    font-size: 2em;
  }
  .page-resources-how-to-register-69vin-account__subtitle {
    font-size: 1.1em;
  }
  .page-resources-how-to-register-69vin-account__heading {
    font-size: 1.8em;
  }
  .page-resources-how-to-register-69vin-account__section {
    padding: 40px 0;
  }
  .page-resources-how-to-register-69vin-account__feature-item {
    padding: 20px;
  }
  .page-resources-how-to-register-69vin-account__step-item {
    padding: 20px;
  }
  .page-resources-how-to-register-69vin-account__list li {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-register-69vin-account__title {
    font-size: 1.8em;
  }
  .page-resources-how-to-register-69vin-account__heading {
    font-size: 1.5em;
  }
  .page-resources-how-to-register-69vin-account__btn {
    padding: 12px 25px;
    font-size: 0.95em;
  }
  .page-resources-how-to-register-69vin-account__step-number {
    width: 50px;
    height: 50px;
    font-size: 2em;
  }
  .page-resources-how-to-register-69vin-account__step-title {
    font-size: 1.4em;
  }
}