/* style/resources-halo88-registration-guide.css */
.page-resources-halo88-registration-guide {
  font-family: 'Arial', sans-serif;
  color: #e0e0e0; /* Light text for dark background */
  background-color: #1A202C; /* Main dark background */
  line-height: 1.6;
  padding-bottom: 80px; /* Space for floating ad */
}

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

.page-resources-halo88-registration-guide__hero {
  background: linear-gradient(135deg, #1A202C 0%, #3a414f 100%); /* Dark gradient for hero */
  padding: 80px 0;
  text-align: center;
  color: #FFD700; /* Gold text for hero title */
}

.page-resources-halo88-registration-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for main title */
  line-height: 1.2;
}

.page-resources-halo88-registration-guide__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-resources-halo88-registration-guide__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  border: none;
}

.page-resources-halo88-registration-guide__button--primary {
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold */
}

.page-resources-halo88-registration-guide__button--primary:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-resources-halo88-registration-guide__button--secondary {
  background-color: #3a414f; /* Darker grey button */
  color: #FFD700; /* Gold text on dark */
  border: 1px solid #FFD700;
}

.page-resources-halo88-registration-guide__button--secondary:hover {
  background-color: #4a515e; /* Lighter dark grey on hover */
  transform: translateY(-2px);
}

.page-resources-halo88-registration-guide__content-section {
  padding: 60px 0;
  background-color: #1A202C;
}

.page-resources-halo88-registration-guide__article-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-halo88-registration-guide__heading {
  font-size: 2.2em;
  color: #FFD700; /* Gold for main headings */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #3a414f;
  padding-bottom: 10px;
}

.page-resources-halo88-registration-guide__sub-heading {
  font-size: 1.8em;
  color: #e0e0e0; /* Light grey for subheadings */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-halo88-registration-guide__article-content p {
  font-size: 1.1em;
  margin-bottom: 1.5em;
  color: #c0c0c0;
}

.page-resources-halo88-registration-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #c0c0c0;
}

.page-resources-halo88-registration-guide__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-halo88-registration-guide__list li strong {
  color: #FFD700;
}

.page-resources-halo88-registration-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-halo88-registration-guide__blockquote {
  background-color: #2a303c; /* Slightly lighter dark background for blockquote */
  border-left: 5px solid #FFD700; /* Gold border */
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #c0c0c0;
}

.page-resources-halo88-registration-guide__blockquote p {
  margin: 0;
  font-size: 1.1em;
}

.page-resources-halo88-registration-guide__button-group {
  text-align: center;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-halo88-registration-guide__return-link-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-resources-halo88-registration-guide__return-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 20px;
  border: 1px solid #FFD700;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-halo88-registration-guide__return-link:hover {
  background-color: #FFD700;
  color: #1A202C;
}

/* Floating Ad Menu */
.page-resources-halo88-registration-guide__floating-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 215, 0, 0.95); /* Semi-transparent gold */
  color: #1A202C;
  padding: 15px 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  flex-wrap: wrap;
  gap: 15px;
}

.page-resources-halo88-registration-guide__floating-ad-content {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-resources-halo88-registration-guide__floating-ad-text {
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #1A202C;
}

.page-resources-halo88-registration-guide__button--small {
  padding: 10px 20px;
  font-size: 0.95em;
  background-color: #1A202C; /* Dark button on gold ad */
  color: #FFD700;
  border: 1px solid #1A202C;
}

.page-resources-halo88-registration-guide__button--small:hover {
  background-color: #3a414f;
  color: #FFD700;
  border-color: #3a414f;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-halo88-registration-guide__hero-title {
    font-size: 2.5em;
  }

  .page-resources-halo88-registration-guide__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-halo88-registration-guide__heading {
    font-size: 1.8em;
  }

  .page-resources-halo88-registration-guide__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-halo88-registration-guide__article-content p,
  .page-resources-halo88-registration-guide__list li,
  .page-resources-halo88-registration-guide__blockquote p {
    font-size: 1em;
  }

  .page-resources-halo88-registration-guide__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-halo88-registration-guide__floating-ad-text {
    font-size: 1em;
  }

  .page-resources-halo88-registration-guide__button--small {
    padding: 8px 15px;
    font-size: 0.85em;
  }
}

@media (max-width: 480px) {
  .page-resources-halo88-registration-guide__hero-title {
    font-size: 2em;
  }

  .page-resources-halo88-registration-guide__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-halo88-registration-guide__heading {
    font-size: 1.5em;
  }

  .page-resources-halo88-registration-guide__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-halo88-registration-guide__button-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-halo88-registration-guide__floating-ad-content {
    flex-direction: column;
    gap: 10px;
  }
}