/* style/index-how-to-register-iwin-nohu79.css */

/* Base styles for the page content */
.page-index-how-to-register-iwin-nohu79 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* inherited from body, which is #000 */
}

.page-index-how-to-register-iwin-nohu79__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-index-how-to-register-iwin-nohu79__hero-section {
  position: relative;
  padding: 100px 0;
  text-align: center;
  background-color: #000080; /* Auxiliary color for hero background */
  color: #ffffff;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-index-how-to-register-iwin-nohu79__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Main brand color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-how-to-register-iwin-nohu79__intro-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-how-to-register-iwin-nohu79__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Buttons */
.page-index-how-to-register-iwin-nohu79__btn-primary,
.page-index-how-to-register-iwin-nohu79__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-index-how-to-register-iwin-nohu79__btn-primary {
  background-color: #FFD700; /* Main brand color */
  color: #000080; /* Dark text for contrast */
  border: 2px solid #FFD700;
}

.page-index-how-to-register-iwin-nohu79__btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-index-how-to-register-iwin-nohu79__btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Main brand color */
  border: 2px solid #FFD700;
}

.page-index-how-to-register-iwin-nohu79__btn-secondary:hover {
  background-color: #FFD700;
  color: #000080;
  transform: translateY(-2px);
}

/* General Section Styling */
.page-index-how-to-register-iwin-nohu79__content-section,
.page-index-how-to-register-iwin-nohu79__verification-section,
.page-index-how-to-register-iwin-nohu79__faq-section {
  padding: 80px 0;
  background-color: #1a1a1a; /* Lighter dark background for content */
  color: #ffffff;
}

.page-index-how-to-register-iwin-nohu79__steps-section,
.page-index-how-to-register-iwin-nohu79__tips-section,
.page-index-how-to-register-iwin-nohu79__final-cta-section {
  padding: 80px 0;
  background-color: #0d0d0d; /* Darker background for contrast */
  color: #ffffff;
}

.page-index-how-to-register-iwin-nohu79__section-title {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 50px;
  color: #FFD700; /* Gold for section titles */
}

.page-index-how-to-register-iwin-nohu79__sub-title {
  font-size: 1.6em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for sub-titles */
}

.page-index-how-to-register-iwin-nohu79__text-block,
.page-index-how-to-register-iwin-nohu79__list-item {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #f0f0f0; /* Slightly off-white for body text */
}

.page-index-how-to-register-iwin-nohu79__list {
  list-style: disc inside;
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-index-how-to-register-iwin-nohu79__list-item strong {
  color: #FFD700;
}

/* Step-by-step specific styles */
.page-index-how-to-register-iwin-nohu79__step-item {
  margin-bottom: 60px;
  text-align: center;
}

.page-index-how-to-register-iwin-nohu79__step-title {
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #FFD700;
}

.page-index-how-to-register-iwin-nohu79__step-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-index-how-to-register-iwin-nohu79__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 30px auto;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

/* FAQ Section */
.page-index-how-to-register-iwin-nohu79__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-how-to-register-iwin-nohu79__faq-item {
  background-color: #000080; /* Auxiliary color for FAQ item background */
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-index-how-to-register-iwin-nohu79__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  background-color: #000080;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-index-how-to-register-iwin-nohu79__faq-question:hover {
  background-color: #000060;
}

.page-index-how-to-register-iwin-nohu79__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-index-how-to-register-iwin-nohu79__faq-item.active .page-index-how-to-register-iwin-nohu79__faq-toggle {
  transform: rotate(45deg);
}

.page-index-how-to-register-iwin-nohu79__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
  background-color: #000060; /* Slightly darker for answer background */
}

.page-index-how-to-register-iwin-nohu79__faq-item.active .page-index-how-to-register-iwin-nohu79__faq-answer {
  max-height: 1000px !important; /* Ensure it expands sufficiently */
  padding: 20px;
}

.page-index-how-to-register-iwin-nohu79__faq-answer p {
  margin: 0;
  font-size: 1.05em;
}

/* Final CTA Section */
.page-index-how-to-register-iwin-nohu79__final-cta-section {
  text-align: center;
  padding-bottom: 100px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-how-to-register-iwin-nohu79__main-title {
    font-size: 2.5em;
  }
  .page-index-how-to-register-iwin-nohu79__section-title {
    font-size: 2em;
  }
  .page-index-how-to-register-iwin-nohu79__sub-title {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-index-how-to-register-iwin-nohu79 {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-index-how-to-register-iwin-nohu79__hero-section,
  .page-index-how-to-register-iwin-nohu79__content-section,
  .page-index-how-to-register-iwin-nohu79__steps-section,
  .page-index-how-to-register-iwin-nohu79__verification-section,
  .page-index-how-to-register-iwin-nohu79__tips-section,
  .page-index-how-to-register-iwin-nohu79__faq-section,
  .page-index-how-to-register-iwin-nohu79__final-cta-section {
    padding: 60px 0;
  }

  .page-index-how-to-register-iwin-nohu79__container {
    padding: 0 15px;
  }

  .page-index-how-to-register-iwin-nohu79__main-title {
    font-size: 2em;
  }
  .page-index-how-to-register-iwin-nohu79__intro-text {
    font-size: 1em;
  }
  .page-index-how-to-register-iwin-nohu79__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-index-how-to-register-iwin-nohu79__sub-title {
    font-size: 1.3em;
  }

  /* Images responsive */
  .page-index-how-to-register-iwin-nohu79 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Image containers responsive */
  .page-index-how-to-register-iwin-nohu79__step-item,
  .page-index-how-to-register-iwin-nohu79__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Buttons responsive */
  .page-index-how-to-register-iwin-nohu79__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-how-to-register-iwin-nohu79__btn-primary,
  .page-index-how-to-register-iwin-nohu79__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* FAQ specific mobile styles */
  .page-index-how-to-register-iwin-nohu79__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-index-how-to-register-iwin-nohu79__faq-answer {
    padding: 0 15px;
  }
  .page-index-how-to-register-iwin-nohu79__faq-item.active .page-index-how-to-register-iwin-nohu79__faq-answer {
    padding: 15px;
  }
}

/* Color contrast fixes based on body background #000 (dark) */
.page-index-how-to-register-iwin-nohu79__dark-bg {
  color: #ffffff; /* Deep dark background, so light text */
}

.page-index-how-to-register-iwin-nohu79__light-bg {
  color: #ffffff; /* Lighter dark background, still light text */
}

.page-index-how-to-register-iwin-nohu79__main-title,
.page-index-how-to-register-iwin-nohu79__section-title,
.page-index-how-to-register-iwin-nohu79__sub-title {
  color: #FFD700; /* Gold for titles */
}

.page-index-how-to-register-iwin-nohu79__btn-primary {
  background: #FFD700;
  color: #000080; /* Dark text for contrast on gold button */
}

.page-index-how-to-register-iwin-nohu79__btn-secondary {
  background: transparent;
  color: #FFD700;
  border-color: #FFD700;
}

.page-index-how-to-register-iwin-nohu79__btn-secondary:hover {
  background: #FFD700;
  color: #000080;
}

.page-index-how-to-register-iwin-nohu79__faq-item {
  background-color: #000080;
}

.page-index-how-to-register-iwin-nohu79__faq-question {
  background-color: #000080;
  color: #ffffff;
}

.page-index-how-to-register-iwin-nohu79__faq-answer {
  background-color: #000060;
  color: #f0f0f0;
}