.page-register {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #08160F; /* Custom Background */
  color: #F2FFF6; /* Custom Text Main */
}

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

.page-register__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding */
}

.page-register__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-register__hero-content {
  position: relative; /* Changed from absolute to relative to ensure normal document flow */
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -100px; /* Adjust as needed to position content below the image */
  background: rgba(17, 39, 27, 0.9); /* Card B G with transparency */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.page-register__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: bold;
  color: #F2C14E; /* Custom Gold */
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-register__hero-description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Custom Text Secondary */
  margin-bottom: 30px;
}

.page-register__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-register__btn-primary,
.page-register__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-register__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Custom Button */
  color: #F2FFF6; /* Custom Text Main */
  border: none;
}

.page-register__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-register__btn-secondary {
  background: transparent;
  color: #F2C14E; /* Custom Gold */
  border: 2px solid #F2C14E; /* Custom Gold */
}

.page-register__btn-secondary:hover {
  background: rgba(242, 193, 78, 0.1);
  transform: translateY(-2px);
}

.page-register__section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #F2C14E; /* Custom Gold */
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
  line-height: 1.2;
}

.page-register__section-description {
  font-size: 1rem;
  color: #A7D9B8; /* Custom Text Secondary */
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-register__why-register-section,
.page-register__benefits-section,
.page-register__app-download-section,
.page-register__conclusion-section {
  padding: 80px 0;
}

.page-register__dark-bg {
  background-color: #11271B; /* Custom Card B G */
}

.page-register__light-bg {
  background-color: #0A4B2C; /* Custom Deep Green for contrast */
  color: #F2FFF6;
}

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

.page-register__feature-card {
  background-color: #11271B; /* Custom Card B G */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Custom Border */
}

.page-register__feature-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Custom Gold */
  margin-bottom: 15px;
}

.page-register__feature-text {
  color: #A7D9B8; /* Custom Text Secondary */
}

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

.page-register__step-card {
  background-color: #0A4B2C; /* Custom Deep Green */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Custom Border */
}

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

.page-register__step-title {
  font-size: 1.6rem;
  color: #F2FFF6; /* Custom Text Main */
  margin-bottom: 15px;
}

.page-register__step-text {
  color: #A7D9B8; /* Custom Text Secondary */
}

.page-register__notes {
  background-color: #11271B; /* Custom Card B G */
  padding: 30px;
  border-radius: 10px;
  margin-top: 60px;
  border: 1px solid #2E7A4E; /* Custom Border */
}

.page-register__notes-title {
  font-size: 1.8rem;
  color: #F2C14E; /* Custom Gold */
  margin-bottom: 20px;
  text-align: center;
}

.page-register__notes-list {
  list-style: disc;
  padding-left: 25px;
  color: #A7D9B8; /* Custom Text Secondary */
}

.page-register__notes-list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-register__benefits-grid {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-register__benefits-image {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-register__benefits-content {
  flex: 1;
  min-width: 300px;
}

.page-register__benefits-list {
  list-style: none;
  padding: 0;
}

.page-register__benefits-list li {
  background-color: #11271B; /* Custom Card B G */
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  border-left: 5px solid #F2C14E; /* Custom Gold */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-register__list-item-title {
  font-size: 1.3rem;
  color: #F2FFF6; /* Custom Text Main */
  margin-bottom: 5px;
}

.page-register__benefits-list p {
  color: #A7D9B8; /* Custom Text Secondary */
  margin: 0;
}

.page-register__faq-list {
  margin-top: 40px;
}

.page-register__faq-item {
  background-color: #11271B; /* Custom Card B G */
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #2E7A4E; /* Custom Border */
}

.page-register__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #F2FFF6; /* Custom Text Main */
  cursor: pointer;
  background-color: #0A4B2C; /* Custom Deep Green */
  border-bottom: 1px solid #2E7A4E; /* Custom Border */
}

.page-register__faq-item[open] .page-register__faq-question {
  border-bottom: none;
}

.page-register__faq-qtext {
  flex-grow: 1;
}

.page-register__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: #F2C14E; /* Custom Gold */
  transition: transform 0.3s ease;
}

.page-register__faq-item[open] .page-register__faq-toggle {
  transform: rotate(45deg);
}

.page-register__faq-answer {
  padding: 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Custom Text Secondary */
}

.page-register__faq-item[open] .page-register__faq-answer {
  border-top: 1px solid #2E7A4E; /* Custom Border */
}

.page-register__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-register__faq-item summary {
  list-style: none;
}

.page-register__app-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap-reverse; /* App info first on mobile */
}

.page-register__app-image {
  flex: 1;
  min-width: 300px;
  max-width: 40%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-register__app-info {
  flex: 1;
  min-width: 300px;
}

.page-register__app-title {
  font-size: 1.8rem;
  color: #F2C14E; /* Custom Gold */
  margin-bottom: 20px;
}

.page-register__app-list {
  list-style: disc;
  padding-left: 25px;
  color: #A7D9B8; /* Custom Text Secondary */
  margin-bottom: 30px;
}

.page-register__app-list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-register__conclusion-section .page-register__btn-primary {
  margin-top: 30px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-register__hero-content {
    margin-top: -80px;
  }
  .page-register__benefits-grid {
    flex-direction: column;
  }
  .page-register__benefits-image {
    max-width: 100%;
  }
  .page-register__app-content {
    flex-direction: column;
  }
  .page-register__app-image {
    max-width: 60%;
  }
}

@media (max-width: 768px) {
  .page-register__hero-content {
    margin-top: -60px;
    padding: 30px 15px;
  }
  .page-register__main-title {
    font-size: 2rem !important;
  }
  .page-register__hero-description {
    font-size: 1rem !important;
  }
  .page-register__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-register__btn-primary,
  .page-register__btn-secondary {
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
  }
  .page-register__section-title {
    font-size: 1.5rem !important;
  }
  .page-register__section-description {
    font-size: 0.9rem !important;
  }
  .page-register__why-register-section,
  .page-register__benefits-section,
  .page-register__app-download-section,
  .page-register__conclusion-section {
    padding: 40px 0;
  }
  .page-register__container {
    padding: 0 15px;
  }
  .page-register__feature-card,
  .page-register__step-card {
    padding: 20px;
  }
  .page-register__feature-title,
  .page-register__step-title {
    font-size: 1.2rem !important;
  }
  .page-register__notes-title {
    font-size: 1.4rem !important;
  }
  .page-register__notes-list,
  .page-register__benefits-list,
  .page-register__app-list {
    padding-left: 20px;
  }
  .page-register__list-item-title {
    font-size: 1.1rem !important;
  }
  .page-register__faq-question {
    font-size: 1rem !important;
    padding: 15px;
  }
  .page-register__faq-answer {
    font-size: 0.9rem !important;
  }
  .page-register__app-image {
    max-width: 80%;
  }
  .page-register__app-title {
    font-size: 1.5rem !important;
  }

  /* Mobile image responsive */
  .page-register img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  /* Mobile container responsive */
  .page-register__hero-section,
  .page-register__why-register-section,
  .page-register__how-to-register-section,
  .page-register__benefits-section,
  .page-register__faq-section,
  .page-register__app-download-section,
  .page-register__conclusion-section,
  .page-register__container,
  .page-register__feature-grid,
  .page-register__registration-steps,
  .page-register__benefits-grid,
  .page-register__app-content,
  .page-register__feature-card,
  .page-register__step-card,
  .page-register__notes,
  .page-register__faq-item,
  .page-register__app-info {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  .page-register__hero-section {
    padding-top: 10px !important;
  }
}