.page-index-registration-process {
  --primary-color: #0A2239;
  --secondary-color: #FFD700;
  --text-light: #ffffff;
  --text-dark: #333333;
  --bg-light: #f5f5f5;
  --bg-dark: #1a3a5a;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

.page-index-registration-process .content-section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-index-registration-process .content-section:nth-of-type(odd) {
  background-color: var(--bg-light);
}

.page-index-registration-process .content-section:nth-of-type(even) {
  background-color: var(--text-light);
}

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

.page-index-registration-process .section-title {
  font-size: 36px;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-registration-process .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  border-radius: 2px;
}

.page-index-registration-process .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: 2px solid var(--secondary-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-registration-process .cta-button:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-registration-process .inline-link {
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: bold;
}

.page-index-registration-process .inline-link:hover {
  color: var(--secondary-color);
}

/* HERO Section */
.page-index-registration-process .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background-color: var(--primary-color); /* Fallback background */
}

.page-index-registration-process .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-registration-process .hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-index-registration-process .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-index-registration-process .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: var(--text-light);
}

.page-index-registration-process .hero-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--secondary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-registration-process .hero-description {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

/* Module 1: Page Introduction */
.page-index-registration-process .page-introduction-section p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.8;
  text-align: justify;
}

/* Module 2: Quick Access Links */
.page-index-registration-process .access-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-registration-process .access-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--text-light);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  text-decoration: none;
  color: var(--text-dark);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-registration-process .access-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.page-index-registration-process .access-card-img {
  width: 100%;
  max-width: 300px; /* Ensure images are large enough */
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

.page-index-registration-process .access-card-title {
  font-size: 22px;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.page-index-registration-process .access-card-description {
  font-size: 15px;
  color: #666;
}

/* Module 3: Core Games */
.page-index-registration-process .game-category {
  margin-bottom: 50px;
}

.page-index-registration-process .game-category-title {
  font-size: 28px;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.page-index-registration-process .game-category-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: var(--secondary-color);
  border-radius: 1.5px;
}

.page-index-registration-process .game-card-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}

.page-index-registration-process .game-card {
  background: var(--text-light);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.page-index-registration-process .game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-index-registration-process .game-card-img {
  width: 100%;
  height: 200px; /* Ensure images are large enough */
  object-fit: cover;
  display: block;
}

.page-index-registration-process .game-card-name {
  font-size: 20px;
  color: var(--primary-color);
  margin: 15px 0 10px;
}

.page-index-registration-process .game-card-desc {
  font-size: 15px;
  color: #666;
  padding: 0 15px 20px;
}

.page-index-registration-process .game-category-full-desc {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  padding: 0 15px;
}

/* Module 4: Promotions */
.page-index-registration-process .promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-registration-process .promo-card {
  background: var(--text-light);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-registration-process .promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.page-index-registration-process .promo-card-img {
  width: 100%;
  height: 220px; /* Ensure images are large enough */
  object-fit: cover;
  margin-bottom: 20px;
}

.page-index-registration-process .promo-card-title {
  font-size: 24px;
  color: var(--primary-color);
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-index-registration-process .promo-card-desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  padding: 0 15px;
}

.page-index-registration-process .promo-button {
  display: inline-block;
  padding: 10px 25px;
  background: var(--primary-color);
  color: var(--secondary-color);
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid var(--primary-color);
}

.page-index-registration-process .promo-button:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  border-color: var(--secondary-color);
}

.page-index-registration-process .promo-note {
  text-align: center;
  margin-top: 40px;
  font-style: italic;
  color: #777;
}

/* Module 5: Security & Customer Service */
.page-index-registration-process .security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-registration-process .feature-item {
  text-align: center;
  background: var(--text-light);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-registration-process .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-index-registration-process .feature-img {
  width: 100%;
  max-width: 250px; /* Ensure images are large enough */
  height: 180px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-index-registration-process .feature-title {
  font-size: 22px;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-index-registration-process .feature-description {
  font-size: 15px;
  color: #666;
}

.page-index-registration-process .contact-prompt {
  text-align: center;
  margin-top: 40px;
  font-size: 17px;
}

/* Module 6: FAQ */
.page-index-registration-process .faq-list {
  margin-top: 40px;
}

.page-index-registration-process .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--text-light);
}

.page-index-registration-process .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-index-registration-process .faq-question:hover {
  background: var(--bg-light);
}

.page-index-registration-process .faq-question h3 {
  font-size: 18px;
  color: var(--primary-color);
  margin: 0;
}

.page-index-registration-process .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  transition: transform 0.3s ease;
}

.page-index-registration-process .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--primary-color);
}

.page-index-registration-process .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background: #f9f9f9;
  color: #555;
}

.page-index-registration-process .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 20px;
  border-top: 1px solid #eee;
}

.page-index-registration-process .faq-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

/* Module 7: Latest Blog Content */
.page-index-registration-process .blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-registration-process .blog-card {
  background: var(--text-light);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none;
  color: var(--text-dark);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-registration-process .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.page-index-registration-process .blog-card-img {
  width: 100%;
  height: 200px; /* Ensure images are large enough */
  object-fit: cover;
}

.page-index-registration-process .blog-card-title {
  font-size: 20px;
  color: var(--primary-color);
  margin: 15px 15px 10px;
  line-height: 1.4;
}

.page-index-registration-process .blog-card-excerpt {
  font-size: 15px;
  color: #666;
  margin: 0 15px 15px;
}

.page-index-registration-process .blog-card-date {
  display: block;
  font-size: 13px;
  color: #999;
  margin: 0 15px 15px;
}

.page-index-registration-process .text-center {
  text-align: center;
  margin-top: 50px;
}

.page-index-registration-process .view-all-button {
  background: var(--primary-color);
  color: var(--secondary-color);
  border: 2px solid var(--primary-color);
}

.page-index-registration-process .view-all-button:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  border-color: var(--secondary-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-registration-process .hero-title {
    font-size: 40px;
  }
  .page-index-registration-process .section-title {
    font-size: 32px;
  }
  .page-index-registration-process .game-card-row, .page-index-registration-process .promo-grid, .page-index-registration-process .security-features, .page-index-registration-process .blog-posts-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-registration-process .hero-section {
    padding: 40px 15px;
  }
  .page-index-registration-process .hero-title {
    font-size: 32px;
  }
  .page-index-registration-process .hero-description {
    font-size: 16px;
  }
  .page-index-registration-process .cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-index-registration-process .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-index-registration-process .content-section {
    padding: 40px 0;
  }
  .page-index-registration-process .access-links-grid, .page-index-registration-process .game-card-row, .page-index-registration-process .promo-grid, .page-index-registration-process .security-features, .page-index-registration-process .blog-posts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-registration-process .access-card-img, .page-index-registration-process .game-card-img, .page-index-registration-process .promo-card-img, .page-index-registration-process .feature-img, .page-index-registration-process .blog-card-img {
    height: 180px;
  }
  .page-index-registration-process .faq-question h3 {
    font-size: 16px;
  }
  .page-index-registration-process .faq-toggle {
    font-size: 20px;
  }
  .page-index-registration-process .faq-answer p {
    font-size: 14px;
  }
}