/* style/registration-download.css */
.page-registration-download {
  font-family: 'Arial', sans-serif;
  color: #1A2E47; /* Deep Tech Blue */
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

.page-registration-download__hero-section {
  background: linear-gradient(135deg, #1A2E47 0%, #3a506b 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-registration-download__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold */
}

.page-registration-download__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-registration-download__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.page-registration-download__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-registration-download__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #1A2E47; /* Deep Tech Blue */
}

.page-registration-download__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-registration-download__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-registration-download__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A2E47; /* Deep Tech Blue */
  transform: translateY(-2px);
}

.page-registration-download__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-registration-download__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-registration-download__hero-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

.page-registration-download__section {
  padding: 60px 0;
}

.page-registration-download__section--alt-bg {
  background-color: #ffffff;
}

.page-registration-download__section-title {
  font-size: 2.5em;
  color: #1A2E47; /* Deep Tech Blue */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-registration-download__section-title--light {
  color: #ffffff;
}

.page-registration-download__sub-title {
  font-size: 1.8em;
  color: #1A2E47; /* Deep Tech Blue */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-registration-download__text-content {
  font-size: 1.1em;
  margin-bottom: 30px;
  text-align: justify;
  color: #333333;
}

.page-registration-download__text-content--light {
  color: #e0e0e0;
}

.page-registration-download__feature-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

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

.page-registration-download__feature-item:hover {
  transform: translateY(-5px);
}

.page-registration-download__feature-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold */
  margin-bottom: 15px;
}

.page-registration-download__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-registration-download__step-item {
  text-align: center;
  background-color: #f0f2f5;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.page-registration-download__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}

.page-registration-download__step-title {
  font-size: 1.6em;
  color: #1A2E47; /* Deep Tech Blue */
  margin-bottom: 15px;
}

.page-registration-download__bullet-list {
  list-style: disc;
  margin-left: 20px;
  font-size: 1.1em;
  color: #333333;
  margin-bottom: 30px;
}

.page-registration-download__bullet-list li {
  margin-bottom: 10px;
}

.page-registration-download__app-download-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-registration-download__app-platform {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-registration-download__app-platform-title {
  font-size: 1.8em;
  color: #1A2E47; /* Deep Tech Blue */
  margin-bottom: 20px;
}

.page-registration-download__qr-code {
  max-width: 150px;
  height: auto;
  margin: 20px auto;
  display: block;
  border: 5px solid #FFD700;
  border-radius: 5px;
}

.page-registration-download__ordered-list {
  list-style: decimal;
  margin-left: 20px;
  text-align: left;
  font-size: 1.05em;
  color: #333333;
  margin-bottom: 20px;
}

.page-registration-download__ordered-list li {
  margin-bottom: 10px;
}

.page-registration-download__section--promo-banner {
  background: linear-gradient(90deg, #1A2E47 0%, #3a506b 100%);
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-registration-download__promo-list {
  list-style: none;
  padding: 0;
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #FFD700; /* Gold */
}

.page-registration-download__promo-list li {
  margin-bottom: 10px;
}

.page-registration-download__promo-image {
  max-width: 80%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

.page-registration-download__security-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

.page-registration-download__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-registration-download__faq-question {
  font-size: 1.3em;
  color: #1A2E47; /* Deep Tech Blue */
  padding: 20px;
  margin: 0;
  cursor: pointer;
  background-color: #f0f2f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-registration-download__faq-question::after {
  content: '+';
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

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

.page-registration-download__faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-registration-download__faq-item.active .page-registration-download__faq-answer {
  max-height: 300px; /* Adjust as needed */
  padding: 20px;
}

.page-registration-download__faq-answer p {
  margin-bottom: 0;
  color: #333333;
}

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

.page-registration-download__article-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

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

.page-registration-download__article-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-registration-download__article-title a {
  color: #1A2E47; /* Deep Tech Blue */
  text-decoration: none;
}

.page-registration-download__article-title a:hover {
  color: #FFD700; /* Gold */
}

.page-registration-download__article-description {
  font-size: 0.95em;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-registration-download__final-cta {
  background-color: #1A2E47; /* Deep Tech Blue */
  color: #ffffff;
  text-align: center;
  padding: 100px 0;
}

.page-registration-download__final-cta .page-registration-download__section-title {
  color: #FFD700; /* Gold */
}

.page-registration-download__final-cta .page-registration-download__text-content {
  color: #e0e0e0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-registration-download__main-title {
    font-size: 2.5em;
  }
  .page-registration-download__hero-description {
    font-size: 1.1em;
  }
  .page-registration-download__section-title {
    font-size: 2em;
  }
  .page-registration-download__sub-title {
    font-size: 1.5em;
  }
  .page-registration-download__feature-list,
  .page-registration-download__step-by-step,
  .page-registration-download__app-download-section,
  .page-registration-download__related-articles-grid {
    grid-template-columns: 1fr;
  }
  .page-registration-download__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-registration-download__btn--large {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-registration-download__hero-section,
  .page-registration-download__section,
  .page-registration-download__section--promo-banner,
  .page-registration-download__final-cta {
    padding: 50px 0;
  }
  .page-registration-download__main-title {
    font-size: 2em;
  }
  .page-registration-download__hero-description {
    font-size: 1em;
  }
  .page-registration-download__section-title {
    font-size: 1.8em;
  }
  .page-registration-download__sub-title {
    font-size: 1.3em;
  }
  .page-registration-download__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-registration-download__promo-image {
    max-width: 95%;
  }
}

@media (max-width: 480px) {
  .page-registration-download__main-title {
    font-size: 1.8em;
  }
  .page-registration-download__section-title {
    font-size: 1.5em;
  }
  .page-registration-download__sub-title {
    font-size: 1.2em;
  }
  .page-registration-download__btn {
    font-size: 0.9em;
    padding: 10px 20px;
  }
  .page-registration-download__qr-code {
    max-width: 120px;
  }
}