.page-resources-alo88-registration-download-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-alo88-registration-download-guide__article-width {
  max-width: 800px;
}

.page-resources-alo88-registration-download-guide__hero {
  background: linear-gradient(135deg, #FFD700 0%, #DC143C 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-alo88-registration-download-guide__hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
  animation: page-resources-alo88-registration-download-guide__hero-shine 15s infinite linear;
}

@keyframes page-resources-alo88-registration-download-guide__hero-shine {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.page-resources-alo88-registration-download-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.page-resources-alo88-registration-download-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.page-resources-alo88-registration-download-guide__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-resources-alo88-registration-download-guide__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-align: center;
}

.page-resources-alo88-registration-download-guide__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #333;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-alo88-registration-download-guide__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-resources-alo88-registration-download-guide__btn--secondary {
  background-color: #DC143C; /* Deep Red */
  color: #fff;
  box-shadow: 0 4px 15px rgba(220, 20, 60, 0.4);
}

.page-resources-alo88-registration-download-guide__btn--secondary:hover {
  background-color: #c01033;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.6);
}

.page-resources-alo88-registration-download-guide__btn--action {
  background-color: #DC143C;
  color: #fff;
  padding: 12px 25px;
  font-size: 1em;
  margin-top: 20px;
  box-shadow: 0 3px 10px rgba(220, 20, 60, 0.3);
}

.page-resources-alo88-registration-download-guide__btn--action:hover {
  background-color: #c01033;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(220, 20, 60, 0.5);
}

.page-resources-alo88-registration-download-guide__btn--download {
  background-color: #FFD700;
  color: #333;
  padding: 10px 20px;
  font-size: 0.95em;
  margin-top: 15px;
  box-shadow: 0 3px 10px rgba(255, 215, 0, 0.3);
}

.page-resources-alo88-registration-download-guide__btn--download:hover {
  background-color: #e6c200;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(255, 215, 0, 0.5);
}

.page-resources-alo88-registration-download-guide__btn--outline {
  background-color: transparent;
  border: 2px solid #DC143C;
  color: #DC143C;
  padding: 15px 30px;
}

.page-resources-alo88-registration-download-guide__btn--outline:hover {
  background-color: #DC143C;
  color: #fff;
}

.page-resources-alo88-registration-download-guide__content-section {
  padding: 60px 0;
  background-color: #f8f8f8;
  color: #333;
}

.page-resources-alo88-registration-download-guide__intro-text {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 40px;
  text-align: justify;
}

.page-resources-alo88-registration-download-guide__heading {
  font-size: 2.2em;
  color: #DC143C;
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
  font-weight: 700;
}

.page-resources-alo88-registration-download-guide__sub-heading {
  font-size: 1.6em;
  color: #DC143C;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-alo88-registration-download-guide__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 1.05em;
}

.page-resources-alo88-registration-download-guide__list li {
  margin-bottom: 8px;
}

.page-resources-alo88-registration-download-guide__list li strong {
  color: #DC143C;
}

.page-resources-alo88-registration-download-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-alo88-registration-download-guide__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-alo88-registration-download-guide__tip {
  background-color: #fff8e1; /* Light yellow background */
  border-left: 5px solid #FFD700;
  padding: 15px 20px;
  margin: 30px 0;
  border-radius: 5px;
  font-style: italic;
  color: #555;
}

.page-resources-alo88-registration-download-guide__app-download-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-alo88-registration-download-guide__app-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-alo88-registration-download-guide__app-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-alo88-registration-download-guide__app-card-title {
  font-size: 1.5em;
  color: #DC143C;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-resources-alo88-registration-download-guide__qr-code {
  max-width: 180px;
  height: auto;
  margin: 0 auto 20px auto;
  display: block;
  border: 1px solid #eee;
  border-radius: 5px;
}

.page-resources-alo88-registration-download-guide__faq {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-alo88-registration-download-guide__faq-item {
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-alo88-registration-download-guide__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-resources-alo88-registration-download-guide__faq-answer {
  font-size: 1.05em;
  line-height: 1.6;
  color: #555;
}

.page-resources-alo88-registration-download-guide__call-to-action {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Floating Ad Menu */
.page-resources-alo88-registration-download-guide__floating-ad-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-resources-alo88-registration-download-guide__floating-btn {
  background-color: #FFD700;
  color: #333;
  padding: 12px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  text-align: center;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  transition: all 0.3s ease;
}

.page-resources-alo88-registration-download-guide__floating-btn:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

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

  .page-resources-alo88-registration-download-guide__hero-description {
    font-size: 1.1em;
  }

  .page-resources-alo88-registration-download-guide__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-alo88-registration-download-guide__btn {
    width: 80%;
    margin: 0 auto;
  }

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

  .page-resources-alo88-registration-download-guide__sub-heading {
    font-size: 1.4em;
  }

  .page-resources-alo88-registration-download-guide__app-download-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-alo88-registration-download-guide__floating-ad-menu {
    right: 10px;
    bottom: 10px;
  }

  .page-resources-alo88-registration-download-guide__floating-btn {
    padding: 10px 15px;
    font-size: 0.9em;
  }
}

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

  .page-resources-alo88-registration-download-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-alo88-registration-download-guide__btn {
    width: 90%;
  }

  .page-resources-alo88-registration-download-guide__heading {
    font-size: 1.6em;
  }
}