/* Next Chapter Section Styles */

.centered-heading-section {
  display: none;
}

.next-chapter-section {
  background-color: #f1f1ec;
  padding: 70px 0;
  text-align: center;
  margin-top: 50px;
}

.next-chapter-header {
  margin-bottom: 60px;
}

.next-chapter-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 0;
}

.next-chapter-logo span {
  color: #A7925B;
  font-family: 'Adventure', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 92px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}

.next-chapter-title {
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 110px;
  line-height: 98px;
  letter-spacing: -2px;
  text-align: center;
  vertical-align: middle;
  color: #535351;
  margin-bottom: 40px;
}

.next-chapter-description {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'SF Pro Text', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: center;
  color: #7F7C7C;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.next-chapter-description p {
  margin-bottom: 20px;
}

.next-chapter-image {
  position: relative;
  margin: 60px auto;
  max-width: 1100px;
}

.next-chapter-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.image-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 12px 16px;
  border-radius: 4px;
}

.caption-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.caption-title {
  font-size: 14px;
  opacity: 0.9;
}

.next-chapter-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin: 60px 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.step-item {
  text-align: center;
}

.step-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  padding-bottom: 30px;
  border-bottom: 0.6px solid #B0B0AD;
}

.step-number,
.step-title {
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 35px;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
  color: #535351;
  margin-bottom: 30px;
}

.step-title {
  justify-content: center;
}

.step-details,
.step-description {
  padding-left: 40px;
  padding-right: 40px;
}

.step-details p,
.step-description {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #666;
  margin-bottom: 16px;
}

.step-details strong,
.step-description strong {
  font-weight: 800;
}

.next-chapter-cta {
  margin-top: 60px;
}

.btn-register-now {
  display: inline-block;
  background-color: white;
  color: #333;
  padding: 16px 32px;
  text-decoration: none;
  border-radius: 45px;
  font-family: 'SF Pro Text', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  height: 55px;
}

.btn-register-now:hover {
  background-color: #f5f5f5;
  transform: translateY(-2px);
  border-color: #bbb;
}

.next-chapter-cta-step {
  display: none;
}

/* Responsive styles */

@media (max-width: 1440px) {
  
}

@media (max-width: 1024px) {
  .next-chapter-title { 
    font-size: 70px;
    line-height: 70px;
  }

  .step-number,
  .step-title {
    font-size: 28px;
    line-height: 30px;
  }

  .step-title,
  .step-details,
  .step-description {
    padding-left: 0;
    padding-right: 0;
  }

}

@media (max-width: 768px) {
  
  .next-chapter-cta {
    margin-top: 10px;
  }
  
  .next-chapter-cta-step {
    display: flex;
    justify-content: center;
  }

  .next-chapter-section {
    padding: 20px 0 200px 0;
  }

  .next-chapter-logo {
    margin-bottom: 20px;
  }
  
  .next-chapter-logo span {
    line-height: 20px;
    font-size: 14px;
  }

  .next-chapter-logo img {
    width: 22px;
    height: 22px;
  }

  .next-chapter-title {
    font-size: 45px;
    line-height: 39px;
  }
  
  .next-chapter-steps {
    grid-template-columns: 1fr;
    gap: 70px;
    margin: 40px 0 10px 0;
  }
  
  .step-item {
    text-align: left;
  }
  
  .step-number, 
  .step-title {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
  }

  .step-title {
    width: 80%;
    padding-bottom: 24px;
    margin-bottom: 22px;
    padding-left: 8px;
  }

  .step-details {
    margin-bottom: 35px;
  }

  .step-details p {
    font-size: 14px;
    line-height: 22px;
  }

  .step-description {
    font-size: 14px;
    line-height: 22px;
  }

  .step-details,
  .step-description {
    width: 90%;
  }

  .step-item:nth-child(3) .step-number,
  .step-item:nth-child(3) .step-title {
    font-size: 28px;
    line-height: 40px;
  }

  .step-item:nth-child(3) .step-description,
  .step-item:nth-child(3) .step-details p {
    font-size: 17px;
    line-height: 28px;
  }
  
  .step-item:nth-child(3) .step-description {
    margin-bottom: 60px;
  }

  .next-chapter-description {
    font-size: 14.5px;
    line-height: 20px;
  }
  
  .image-caption {
    bottom: 10px;
    left: 10px;
    padding: 8px 12px;
  }
  
  .caption-name {
    font-size: 14px;
  }
  
  .caption-title {
    font-size: 12px;
  }

  .btn-register-now {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .next-chapter-logo {
    flex-direction: column;
    gap: 8px;
  }
  
  .next-chapter-logo span {
    font-size: 14px;
  }
  
  .step-number {
    font-size: 24px;
  }
  
  .step-title {
    font-size: 24px;
  }
}

/* Membership Offer Banner */
.membership-offer-banner {
  background-color: #606058;
  padding: 70px 0;
}

.offer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.offer-text {
  color: #cfcfcd;
  font-family: 'SF Pro Text', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  flex: 1;
}

.offer-text br {
  display: none;
}

.offer-text span {
  color: #fff;
}

.btn-join-now {
  display: inline-block;
  background-color: white;
  color: #333;
  padding: 12px 32px;
  text-decoration: none;
  border-radius: 45px;
  font-family: 'SF Pro Text', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  transition: all 0.3s ease;
  white-space: nowrap;
  height: 55px;
}

.btn-join-now:hover {
  background-color: #f5f5f5;
  transform: translateY(-1px);
}

/* Responsive styles for banner */
@media (max-width: 768px) {
  .offer-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .membership-offer-banner {
    padding: 40px 0;
  }
  
  .offer-text {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
  }

  .offer-text br {
    display: block;
  }
  
  .btn-join-now {
    display: none;
    padding: 10px 24px;
    font-size: 14px;
  }
}

/* FAQ Section */
.faq-section {
  background-color: #f0f0f0;
  padding: 80px 0;
}

.faq-grid {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  gap: 60px 80px;
  margin-bottom: 60px;
}

.faq-item {
  text-align: left;
  display: grid; 
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}

.faq-question {
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #535351;
  margin-bottom: 24px;
}

.faq-answer {
  font-family: 'SF Pro Text', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #8F8F8D;
  margin: 0;
}

.faq-cta {
  text-align: center;
}

.btn-register-faq {
  display: inline-block;
  background-color: white;
  color: #333;
  padding: 16px 32px;
  text-decoration: none;
  border-radius: 24px;
  font-family: 'SF Pro Text', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
}

.btn-register-faq:hover {
  background-color: #f5f5f5;
  transform: translateY(-2px);
  border-color: #bbb;
}

.faq-closing-date {
  font-family: 'SF Pro Text', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #535351;
  text-align: center;
  margin-top: 40px;
}

/* Responsive styles for FAQ */
@media (max-width: 768px) {
  .faq-section {
    padding: 100px 20px 40px 20px;
  }
  
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-item { 
    grid-template-columns: 1fr;
  }

  .faq-question {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  
  .faq-question {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  
  .faq-answer {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-closing-date {
    display: block;
    margin-top: 40px;
  }

  .centered-heading-section {
    display: block;
    margin-top: 40px;
    margin-bottom: 100px;
    padding: 0;
  }
} 