/* style/registration-guide-detailed-steps.css */
.page-registration-guide-detailed-steps {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

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

.page-registration-guide-detailed-steps__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-registration-guide-detailed-steps__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,geometric,blue_gradient]');
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}

.page-registration-guide-detailed-steps__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #fff;
}

.page-registration-guide-detailed-steps__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
}

.page-registration-guide-detailed-steps__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
}

.page-registration-guide-detailed-steps__button--primary {
  background-color: #ffc107;
  color: #333;
}

.page-registration-guide-detailed-steps__button--primary:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-registration-guide-detailed-steps__button--secondary {
  background-color: #007bff;
  color: #fff;
  border: 2px solid #007bff;
  margin-right: 15px;
}

.page-registration-guide-detailed-steps__button--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.page-registration-guide-detailed-steps__button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-registration-guide-detailed-steps__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-registration-guide-detailed-steps__section-title {
  font-size: 2.2em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-registration-guide-detailed-steps__text-block {
  margin-bottom: 30px;
  text-align: justify;
}

.page-registration-guide-detailed-steps__text-block p {
  margin-bottom: 15px;
  color: #444;
}

.page-registration-guide-detailed-steps__image-wrapper {
  text-align: center;
  margin: 40px 0;
  background-color: #f0f8ff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-registration-guide-detailed-steps__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}

.page-registration-guide-detailed-steps__image-caption {
  margin-top: 15px;
  font-style: italic;
  color: #666;
  font-size: 0.95em;
}

.page-registration-guide-detailed-steps__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-registration-guide-detailed-steps__list li {
  margin-bottom: 10px;
}

.page-registration-guide-detailed-steps__step-block {
  background-color: #f0f8ff;
  border-left: 5px solid #007bff;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-registration-guide-detailed-steps__step-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-registration-guide-detailed-steps__step-block p {
  color: #555;
  margin-bottom: 15px;
}

.page-registration-guide-detailed-steps__intro-text {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 50px;
  color: #555;
}

.page-registration-guide-detailed-steps__faq-list {
  margin-top: 50px;
}

.page-registration-guide-detailed-steps__faq-item {
  background-color: #f0f8ff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-registration-guide-detailed-steps__faq-question {
  font-size: 1.3em;
  color: #007bff;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-registration-guide-detailed-steps__faq-answer {
  color: #555;
  line-height: 1.7;
}

.page-registration-guide-detailed-steps__call-to-action {
  text-align: center;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 10px;
  padding: 50px 30px;
  margin-top: 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.page-registration-guide-detailed-steps__call-to-action .page-registration-guide-detailed-steps__section-title {
  color: #856404; /* Darker color for contrast on yellow background */
  margin-bottom: 25px;
}

.page-registration-guide-detailed-steps__call-to-action p {
  font-size: 1.2em;
  color: #665201;
  margin-bottom: 35px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-registration-guide-detailed-steps__hero-title {
    font-size: 2.5em;
  }

  .page-registration-guide-detailed-steps__hero-description {
    font-size: 1em;
  }

  .page-registration-guide-detailed-steps__section-title {
    font-size: 1.8em;
  }

  .page-registration-guide-detailed-steps__step-title {
    font-size: 1.5em;
  }

  .page-registration-guide-detailed-steps__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  
  .page-registration-guide-detailed-steps__button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-registration-guide-detailed-steps__button--secondary {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-registration-guide-detailed-steps__hero .page-registration-guide-detailed-steps__button {
    margin-bottom: 15px;
  }
}

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

  .page-registration-guide-detailed-steps__hero-description {
    font-size: 0.9em;
  }

  .page-registration-guide-detailed-steps__button {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .page-registration-guide-detailed-steps__button--secondary {
    margin-right: 0;
  }

  .page-registration-guide-detailed-steps__section-title {
    font-size: 1.6em;
  }

  .page-registration-guide-detailed-steps__step-title {
    font-size: 1.3em;
  }
  .page-registration-guide-detailed-steps__call-to-action p {
    font-size: 1em;
  }
}