/* style/resources-how-to-claim-alo-789-bonus.css */

/* Base styles for the page */
.page-resources-how-to-claim-alo-789-bonus {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f8f9fa; /* Light text for overall dark theme */
  background-color: var(--dark-bg-1); /* Inherit from shared.css */
}

.page-resources-how-to-claim-alo-789-bonus__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Padding for fixed header */
.page-resources-how-to-claim-alo-789-bonus__hero-banner {
  padding-top: 120px; /* Adjust for fixed header */
}

/* Sections */
.page-resources-how-to-claim-alo-789-bonus__hero-banner,
.page-resources-how-to-claim-alo-789-bonus__introduction-section,
.page-resources-how-to-claim-alo-789-bonus__steps-section,
.page-resources-how-to-claim-alo-789-bonus__claim-bonus-section,
.page-resources-how-to-claim-alo-789-bonus__terms-section,
.page-resources-how-to-claim-alo-789-bonus__other-promotions-section,
.page-resources-how-to-claim-alo-789-bonus__why-choose-section,
.page-resources-how-to-claim-alo-789-bonus__faq-section,
.page-resources-how-to-claim-alo-789-bonus__conclusion-section {
  padding: 60px 0;
}

.page-resources-how-to-claim-alo-789-bonus__dark-bg {
  background-color: #0A2E36;
  color: #ffffff;
}

.page-resources-how-to-claim-alo-789-bonus__light-bg {
  background-color: #ffffff;
  color: #333333;
}

/* Typography */
.page-resources-how-to-claim-alo-789-bonus__title {
  font-size: 3.2em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-how-to-claim-alo-789-bonus__subtitle {
  font-size: 1.3em;
  color: #f8f9fa;
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-how-to-claim-alo-789-bonus__heading {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-how-to-claim-alo-789-bonus__text-description {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-how-to-claim-alo-789-bonus__text-content p {
  margin-bottom: 15px;
  line-height: 1.8;
  font-size: 1.05em;
}

.page-resources-how-to-claim-alo-789-bonus__text-content strong {
  color: #FFD700;
}

/* Buttons */
.page-resources-how-to-claim-alo-789-bonus__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  text-align: center;
}

.page-resources-how-to-claim-alo-789-bonus__btn-primary {
  background-color: #FFD700;
  color: #0A2E36;
  border: 2px solid #FFD700;
}

.page-resources-how-to-claim-alo-789-bonus__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-how-to-claim-alo-789-bonus__btn-secondary {
  background-color: transparent;
  color: #0A2E36;
  border: 2px solid #0A2E36;
}

.page-resources-how-to-claim-alo-789-bonus__btn-secondary:hover {
  background-color: #0A2E36;
  color: #FFD700;
  transform: translateY(-2px);
}

.page-resources-how-to-claim-alo-789-bonus__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

/* Layouts */
.page-resources-how-to-claim-alo-789-bonus__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 30px;
}

.page-resources-how-to-claim-alo-789-bonus__content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-resources-how-to-claim-alo-789-bonus__text-content {
  flex: 1;
}

.page-resources-how-to-claim-alo-789-bonus__image-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-how-to-claim-alo-789-bonus__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Lists */
.page-resources-how-to-claim-alo-789-bonus__unordered-list,
.page-resources-how-to-claim-alo-789-bonus__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  padding: 0;
}

.page-resources-how-to-claim-alo-789-bonus__unordered-list li,
.page-resources-how-to-claim-alo-789-bonus__ordered-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-how-to-claim-alo-789-bonus__dark-bg .page-resources-how-to-claim-alo-789-bonus__unordered-list li,
.page-resources-how-to-claim-alo-789-bonus__dark-bg .page-resources-how-to-claim-alo-789-bonus__ordered-list li {
  color: #f8f9fa;
}

.page-resources-how-to-claim-alo-789-bonus__light-bg .page-resources-how-to-claim-alo-789-bonus__unordered-list li,
.page-resources-how-to-claim-alo-789-bonus__light-bg .page-resources-how-to-claim-alo-789-bonus__ordered-list li {
  color: #333333;
}

/* Step Cards */
.page-resources-how-to-claim-alo-789-bonus__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-claim-alo-789-bonus__step-card {
  background-color: #ffffff;
  color: #333333;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  border: 2px solid #FFD700;
}

.page-resources-how-to-claim-alo-789-bonus__step-card:hover {
  transform: translateY(-5px);
}

.page-resources-how-to-claim-alo-789-bonus__step-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.page-resources-how-to-claim-alo-789-bonus__step-image {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.page-resources-how-to-claim-alo-789-bonus__step-title {
  font-size: 1.4em;
  color: #0A2E36;
  margin-bottom: 15px;
}

.page-resources-how-to-claim-alo-789-bonus__step-description {
  font-size: 1em;
  line-height: 1.7;
}

/* Promotion Cards */
.page-resources-how-to-claim-alo-789-bonus__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-claim-alo-789-bonus__promotion-card {
  background-color: #ffffff;
  color: #333333;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  border: 2px solid #0A2E36;
}

.page-resources-how-to-claim-alo-789-bonus__promotion-card:hover {
  transform: translateY(-5px);
}

.page-resources-how-to-claim-alo-789-bonus__promotion-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-how-to-claim-alo-789-bonus__promotion-title {
  font-size: 1.3em;
  color: #0A2E36;
  margin-bottom: 10px;
}

.page-resources-how-to-claim-alo-789-bonus__promotion-description {
  font-size: 0.95em;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* FAQ Section */
.page-resources-how-to-claim-alo-789-bonus__faq-list {
  margin-top: 40px;
}

.page-resources-how-to-claim-alo-789-bonus__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-resources-how-to-claim-alo-789-bonus__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 15px;
  opacity: 0;
}

.page-resources-how-to-claim-alo-789-bonus__faq-item.active .page-resources-how-to-claim-alo-789-bonus__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #333333;
}

.page-resources-how-to-claim-alo-789-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  color: #333333;
}

.page-resources-how-to-claim-alo-789-bonus__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-how-to-claim-alo-789-bonus__faq-question:active {
  background: #eeeeee;
}

.page-resources-how-to-claim-alo-789-bonus__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #0A2E36;
}

.page-resources-how-to-claim-alo-789-bonus__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-resources-how-to-claim-alo-789-bonus__faq-item.active .page-resources-how-to-claim-alo-789-bonus__faq-toggle {
  color: #333;
  transform: rotate(45deg);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-claim-alo-789-bonus__title {
    font-size: 2.8em;
  }
  .page-resources-how-to-claim-alo-789-bonus__heading {
    font-size: 2em;
  }
  .page-resources-how-to-claim-alo-789-bonus__content-wrapper {
    flex-direction: column;
  }
  .page-resources-how-to-claim-alo-789-bonus__image-content {
    order: -1; /* Image above text on smaller screens */
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-claim-alo-789-bonus__hero-banner {
    padding-top: 100px; /* Adjust for mobile fixed header */
  }
  .page-resources-how-to-claim-alo-789-bonus__hero-banner,
  .page-resources-how-to-claim-alo-789-bonus__introduction-section,
  .page-resources-how-to-claim-alo-789-bonus__steps-section,
  .page-resources-how-to-claim-alo-789-bonus__claim-bonus-section,
  .page-resources-how-to-claim-alo-789-bonus__terms-section,
  .page-resources-how-to-claim-alo-789-bonus__other-promotions-section,
  .page-resources-how-to-claim-alo-789-bonus__why-choose-section,
  .page-resources-how-to-claim-alo-789-bonus__faq-section,
  .page-resources-how-to-claim-alo-789-bonus__conclusion-section {
    padding: 40px 0;
  }
  .page-resources-how-to-claim-alo-789-bonus__container {
    padding: 0 15px;
  }
  .page-resources-how-to-claim-alo-789-bonus__title {
    font-size: 2.2em;
  }
  .page-resources-how-to-claim-alo-789-bonus__subtitle {
    font-size: 1.1em;
    margin-bottom: 30px;
  }
  .page-resources-how-to-claim-alo-789-bonus__heading {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-how-to-claim-alo-789-bonus__text-description,
  .page-resources-how-to-claim-alo-789-bonus__text-content p,
  .page-resources-how-to-claim-alo-789-bonus__unordered-list li,
  .page-resources-how-to-claim-alo-789-bonus__ordered-list li {
    font-size: 1em;
  }
  .page-resources-how-to-claim-alo-789-bonus__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-how-to-claim-alo-789-bonus__steps-grid,
  .page-resources-how-to-claim-alo-789-bonus__promotions-grid {
    gap: 20px;
  }
  .page-resources-how-to-claim-alo-789-bonus__step-card,
  .page-resources-how-to-claim-alo-789-bonus__promotion-card {
    padding: 20px;
  }
  .page-resources-how-to-claim-alo-789-bonus__step-image {
    width: 80px;
    height: 80px;
  }
  .page-resources-how-to-claim-alo-789-bonus__step-title {
    font-size: 1.2em;
  }
  .page-resources-how-to-claim-alo-789-bonus__promotion-image {
    height: 150px;
  }
  
  /* Mobile image responsive adaptations */
  .page-resources-how-to-claim-alo-789-bonus img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-how-to-claim-alo-789-bonus__section,
  .page-resources-how-to-claim-alo-789-bonus__card,
  .page-resources-how-to-claim-alo-789-bonus__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-resources-how-to-claim-alo-789-bonus__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  
  .page-resources-how-to-claim-alo-789-bonus__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  
  .page-resources-how-to-claim-alo-789-bonus__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  
  .page-resources-how-to-claim-alo-789-bonus__faq-answer {
    padding: 0 15px;
  }
  
  .page-resources-how-to-claim-alo-789-bonus__faq-item.active .page-resources-how-to-claim-alo-789-bonus__faq-answer {
    padding: 15px !important;
  }
}