.page-resources-how-to-register-123b-link-123b-account {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: var(--black-color); /* Inherit from shared.css */
}

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

.page-resources-how-to-register-123b-link-123b-account__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-how-to-register-123b-link-123b-account__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-how-to-register-123b-link-123b-account__hero-section {
  position: relative;
  padding: 100px 0 60px; /* Adjust as needed, will be overridden by padding-top for header offset */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 600px;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
}

.page-resources-how-to-register-123b-link-123b-account__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.3;
}

.page-resources-how-to-register-123b-link-123b-account__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-register-123b-link-123b-account__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.page-resources-how-to-register-123b-link-123b-account__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-how-to-register-123b-link-123b-account__cta-buttons--center {
  margin-top: 30px;
  justify-content: center;
}

.page-resources-how-to-register-123b-link-123b-account__btn-primary,
.page-resources-how-to-register-123b-link-123b-account__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-resources-how-to-register-123b-link-123b-account__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-register-123b-link-123b-account__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-resources-how-to-register-123b-link-123b-account__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-how-to-register-123b-link-123b-account__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

.page-resources-how-to-register-123b-link-123b-account__content-section,
.page-resources-how-to-register-123b-link-123b-account__step-by-step-guide,
.page-resources-how-to-register-123b-link-123b-account__verification-section,
.page-resources-how-to-register-123b-link-123b-account__deposit-bonus-section,
.page-resources-how-to-register-123b-link-123b-account__mobile-app-section,
.page-resources-how-to-register-123b-link-123b-account__faq-section,
.page-resources-how-to-register-123b-link-123b-account__security-section,
.page-resources-how-to-register-123b-link-123b-account__conclusion-section {
  padding: 60px 0;
}

.page-resources-how-to-register-123b-link-123b-account__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: inherit;
}

.page-resources-how-to-register-123b-link-123b-account__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: inherit;
}

.page-resources-how-to-register-123b-link-123b-account__text-block a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-resources-how-to-register-123b-link-123b-account__feature-list,
.page-resources-how-to-register-123b-link-123b-account__kyc-list,
.page-resources-how-to-register-123b-link-123b-account__security-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}