.page-register {
  padding-top: 10px; /* Small top padding to ensure content is not hidden by fixed header */
}

.page-register__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
  background-color: #F4F7FB;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin: 0 auto 40px auto;
  max-width: 1390px;
}

.page-register__hero-image {
  width: 100%;
  max-width: 1920px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  object-fit: cover;
  display: block;
}

.page-register__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.page-register__main-title {
  color: #1F2D3D;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  max-width: 100%;
}

.page-register__hero-description {
  color: #1F2D3D;
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.page-register__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
}

.page-register__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
}

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

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

.page-register__steps-section {
  background-color: #FFFFFF;
  padding: 60px 0;
  margin-bottom: 40px;
  border-radius: 12px;
  max-width: 1390px;
  margin: 0 auto 40px auto;
}

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

.page-register__step-card {
  background-color: #F4F7FB;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-register__step-card:hover {
  transform: translateY(-5px);
}

.page-register__step-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 200px;
  min-height: 200px;
}

.page-register__step-title {
  color: #2F6BFF;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-register__step-description {
  color: #1F2D3D;
  line-height: 1.6;
}

.page-register__cta-button--bottom {
  margin-top: 20px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-register__benefits-section {
  background-color: #F4F7FB;
  padding: 60px 0;
  margin-bottom: 40px;
  border-radius: 12px;
  max-width: 1390px;
  margin: 0 auto 40px auto;
}

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

.page-register__benefit-card {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-register__benefit-card:hover {
  transform: translateY(-5px);
}

.page-register__benefit-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce minimum size for images */
  min-height: 200px; /* Enforce minimum size for images */
}

.page-register__benefit-title {
  color: #2F6BFF;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-register__benefit-description {
  color: #1F2D3D;
  line-height: 1.6;
}

.page-register__faq-section {
  background-color: #FFFFFF;
  padding: 60px 0;
  margin-bottom: 40px;
  border-radius: 12px;
  max-width: 1390px;
  margin: 0 auto 40px auto;
}

.page-register__faq-item {
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  background-color: #F4F7FB;
}

.page-register__faq-question {
  color: #2F6BFF;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-register__faq-answer {
  color: #1F2D3D;
  line-height: 1.6;
}

.page-register__cta-bottom-section {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  padding: 60px 20px;
  text-align: center;
  border-radius: 12px;
  max-width: 1390px;
  margin: 0 auto 60px auto;
}

.page-register__section-title--white {
  color: #FFFFFF;
}

.page-register__cta-bottom-description {
  color: #FFFFFF;
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-register__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, #6FA3FF 0%, #2F6BFF 100%);
}

.page-register__cta-button--large:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-register__main-title {
    font-size: 2.5em;
  }
  .page-register__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-register__hero-section,
  .page-register__steps-section,
  .page-register__benefits-section,
  .page-register__faq-section,
  .page-register__cta-bottom-section {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 8px;
  }

  .page-register__main-title {
    font-size: clamp(2em, 7vw, 2.8em);
  }

  .page-register__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-register__hero-image,
  .page-register__step-image,
  .page-register__benefit-icon {
    max-width: 100%;
    height: auto;
  }

  /* Ensure content images are not smaller than 200px and responsive */
  .page-register img {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }

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

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

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

  .page-register__benefit-icon {
    width: 200px; /* Ensure it adheres to min-width for small screens as well */
    height: 200px;
  }
}

@media (max-width: 480px) {
  .page-register__hero-section {
    padding: 30px 15px;
  }
  .page-register__main-title {
    font-size: clamp(1.8em, 8vw, 2.2em);
  }
  .page-register__section-title {
    font-size: 1.5em;
  }
  .page-register__cta-button,
  .page-register__cta-button--large {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-register__hero-description,
  .page-register__cta-bottom-description {
    font-size: 0.9em;
  }
}