.page-register {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background #f8f8f8 */
  background-color: #f8f8f8;
}

.page-register__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-register__hero-section {
  background: linear-gradient(135deg, #1A202C, #FFD700);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-register__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-register__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-register__hero-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-register__hero-link:hover {
  text-decoration: underline;
}

.page-register__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  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;
  border: none;
  cursor: pointer;
}

.page-register__hero-button:hover {
  background-color: #e5c100;
  transform: translateY(-3px);
}

.page-register__hero-image-wrapper {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.page-register__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  display: block; /* Ensure it takes up full width for proper scaling */
  margin: 0 auto;
  min-width: 400px; /* Ensure min size */
  min-height: 300px; /* Ensure min size */
}

.page-register__section-title {
  font-size: 2.5em;
  color: #1A202C;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
  font-weight: bold;
}

.page-register__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #555555;
}

.page-register__section-link {
  color: #1A202C;
  text-decoration: none;
  font-weight: bold;
}

.page-register__section-link:hover {
  text-decoration: underline;
  color: #FFD700;
}

.page-register__value-section, .page-register__steps-section, .page-register__conditions-section, .page-register__faq-section, .page-register__call-to-action-section {
  padding: 60px 0;
}

.page-register__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-register__benefit-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-register__benefit-item:hover {
  transform: translateY(-10px);
}

.page-register__benefit-icon {
  width: 200px; /* Ensure min size */
  height: 200px; /* Ensure min size */
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-register__benefit-title {
  font-size: 1.5em;
  color: #1A202C;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-register__benefit-text {
  color: #666666;
  font-size: 1em;
}

.page-register__cta-text {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
  color: #333333;
}

.page-register__cta-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-register__cta-link:hover {
  text-decoration: underline;
}

.page-register__steps-list {
  list-style: none;
  counter-reset: step-counter;
  padding: 0;
  margin: 40px auto;
  max-width: 900px;
}

.page-register__step-item {
  background-color: #ffffff;
  border-left: 5px solid #FFD700;
  margin-bottom: 25px;
  padding: 25px 30px 25px 50px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.page-register__step-item::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1A202C;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-register__step-title {
  font-size: 1.6em;
  color: #1A202C;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-register__step-text {
  color: #555555;
  font-size: 1em;
}

.page-register__step-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-register__step-link:hover {
  text-decoration: underline;
}

.page-register__image-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-register__process-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  min-width: 400px; /* Ensure min size */
  min-height: 300px; /* Ensure min size */
}

.page-register__action-button {
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
  background-color: #1A202C;
  color: #FFD700;
  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;
  border: none;
  cursor: pointer;
}

.page-register__action-button:hover {
  background-color: #0d1016;
  transform: translateY(-3px);
}

.page-register__conditions-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 900px;
}

.page-register__condition-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #1A202C;
  font-size: 1.1em;
  color: #444444;
}

.page-register__condition-item strong {
  color: #1A202C;
}

.page-register__note-text {
  text-align: center;
  font-style: italic;
  color: #777777;
  margin-top: 30px;
}

.page-register__faq-list {
  max-width: 900px;
  margin: 40px auto;
}

.page-register__faq-item {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-register__faq-question {
  background-color: #FFD700;
  color: #1A202C;
  padding: 20px 25px;
  width: 100%;
  text-align: left;
  border: none;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-register__faq-question::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-register__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-register__faq-question:hover {
  background-color: #e5c100;
}

.page-register__faq-answer {
  padding: 0 25px;
  background-color: #f9f9f9;
  color: #555555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-register__faq-answer.active {
  max-height: 200px; /* Adjust as needed for content */
  padding: 20px 25px;
}

.page-register__faq-answer p {
  margin: 0;
}

.page-register__call-to-action-section {
  background-color: #1A202C;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-register__cta-heading {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
}

.page-register__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-register__cta-text-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-register__cta-text-link:hover {
  text-decoration: underline;
}

.page-register__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-register__cta-button:hover {
  background-color: #e5c100;
  transform: translateY(-3px);
}

.page-register__cta-small-text {
  margin-top: 20px;
  font-size: 1em;
  color: #cccccc;
}

.page-register__cta-login-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-register__cta-login-link:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-register__hero-title {
    font-size: 2.5em;
  }

  .page-register__hero-description {
    font-size: 1em;
  }

  .page-register__section-title {
    font-size: 2em;
  }

  .page-register__benefits-grid {
    grid-template-columns: 1fr;
  }

  .page-register__step-item {
    padding: 20px 25px 20px 45px;
  }

  .page-register__step-item::before {
    left: -15px;
    width: 35px;
    height: 35px;
    font-size: 1em;
  }

  .page-register__step-title {
    font-size: 1.4em;
  }

  .page-register__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-register__faq-answer {
    padding: 15px 20px;
  }

  .page-register__cta-heading {
    font-size: 2em;
  }

  .page-register__cta-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-register__hero-image, .page-register__process-image {
    min-width: unset;
    min-height: unset;
  }
  .page-register__benefit-icon {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 480px) {
  .page-register__hero-title {
    font-size: 2em;
  }

  .page-register__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-register__section-title {
    font-size: 1.8em;
  }

  .page-register__benefit-title {
    font-size: 1.3em;
  }

  .page-register__step-title {
    font-size: 1.2em;
  }

  .page-register__faq-question {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page-register__cta-heading {
    font-size: 1.8em;
  }

  .page-register__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}