.page-resources-88online-registration-download-guide {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-88online-registration-download-guide .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-88online-registration-download-guide .hero-section {
  background: linear-gradient(135deg, #0A2647 0%, #334e6e 100%);
  color: #fff;
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-88online-registration-download-guide .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-88online-registration-download-guide .hero-section .container {
  position: relative;
  z-index: 1;
}

.page-resources-88online-registration-download-guide .hero-section h1 {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFC107;
}

.page-resources-88online-registration-download-guide .hero-section .subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-88online-registration-download-guide .hero-actions .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-88online-registration-download-guide .hero-actions .btn-primary {
  background-color: #FFC107;
  color: #0A2647;
  border: 2px solid #FFC107;
}

.page-resources-88online-registration-download-guide .hero-actions .btn-primary:hover {
  background-color: #e0ac06;
  transform: translateY(-2px);
}

.page-resources-88online-registration-download-guide .hero-actions .btn-secondary {
  background-color: transparent;
  color: #FFC107;
  border: 2px solid #FFC107;
}

.page-resources-88online-registration-download-guide .hero-actions .btn-secondary:hover {
  background-color: #FFC107;
  color: #0A2647;
  transform: translateY(-2px);
}

.page-resources-88online-registration-download-guide .back-link {
  color: #FFC107;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.page-resources-88online-registration-download-guide .back-link:hover {
  color: #e0ac06;
}

.page-resources-88online-registration-download-guide .content-section {
  padding: 40px 0;
  background-color: #fff;
}

.page-resources-88online-registration-download-guide .article-container {
  max-width: 800px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-88online-registration-download-guide article h2 {
  font-size: 2em;
  color: #0A2647;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFC107;
  padding-bottom: 10px;
}

.page-resources-88online-registration-download-guide article h3 {
  font-size: 1.6em;
  color: #0A2647;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-88online-registration-download-guide article p {
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.7;
  color: #444;
}

.page-resources-88online-registration-download-guide article ul,
.page-resources-88online-registration-download-guide article ol {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #444;
}

.page-resources-88online-registration-download-guide article ul li,
.page-resources-88online-registration-download-guide article ol li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.page-resources-88online-registration-download-guide .article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-88online-registration-download-guide .call-to-action-box {
  background-color: #f0f8ff;
  border-left: 5px solid #0A2647;
  padding: 20px;
  margin: 30px 0;
  border-radius: 5px;
  text-align: center;
}

.page-resources-88online-registration-download-guide .call-to-action-box.highlight {
  background-color: #fff3cd;
  border-color: #FFC107;
}

.page-resources-88online-registration-download-guide .call-to-action-box p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #0A2647;
}

.page-resources-88online-registration-download-guide .call-to-action-box .btn {
  padding: 10px 20px;
  font-size: 1em;
}

.page-resources-88online-registration-download-guide .faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}

.page-resources-88online-registration-download-guide .faq-item h3 {
  font-size: 1.3em;
  color: #0A2647;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-88online-registration-download-guide .faq-item p {
  font-size: 1em;
  color: #555;
  margin-bottom: 0;
}

.page-resources-88online-registration-download-guide .final-cta {
  margin-top: 50px;
  background-color: #e6f7ff;
  border-color: #0A2647;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-88online-registration-download-guide .hero-section h1 {
    font-size: 2em;
  }
  .page-resources-88online-registration-download-guide .hero-section .subtitle {
    font-size: 1em;
  }
  .page-resources-88online-registration-download-guide .hero-actions .btn {
    display: block;
    margin: 10px auto;
    width: 80%;
  }
  .page-resources-88online-registration-download-guide article h2 {
    font-size: 1.8em;
  }
  .page-resources-88online-registration-download-guide article h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 480px) {
  .page-resources-88online-registration-download-guide .hero-section h1 {
    font-size: 1.6em;
  }
  .page-resources-88online-registration-download-guide .hero-section .subtitle {
    font-size: 0.9em;
  }
  .page-resources-88online-registration-download-guide .hero-actions .btn {
    width: 95%;
  }
  .page-resources-88online-registration-download-guide article h2 {
    font-size: 1.5em;
  }
  .page-resources-88online-registration-download-guide article h3 {
    font-size: 1.2em;
  }
  .page-resources-88online-registration-download-guide article p {
    font-size: 0.95em;
  }
}