/* style/blog-28win-new-user-guide.css */
.page-blog-28win-new-user-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main - light color for dark body background */
  background-color: #08160F; /* Background */
}

.page-blog-28win-new-user-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small decorative top padding, body handles --header-offset */
  text-align: center;
  background-color: #08160F;
}

.page-blog-28win-new-user-guide__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Max width for hero image wrapper */
  margin-bottom: 30px;
}

.page-blog-28win-new-user-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-28win-new-user-guide__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-28win-new-user-guide__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-28win-new-user-guide__description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-28win-new-user-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-28win-new-user-guide__btn-primary,
.page-blog-28win-new-user-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-blog-28win-new-user-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main */
  border: 2px solid transparent;
}

.page-blog-28win-new-user-guide__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-28win-new-user-guide__btn-secondary {
  background-color: #11271B; /* Card B G */
  color: #11A84E; /* Main color */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-28win-new-user-guide__btn-secondary:hover {
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
  transform: translateY(-2px);
}

.page-blog-28win-new-user-guide__btn-inline {
  margin-top: 20px;
}

.page-blog-28win-new-user-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #08160F;
}

.page-blog-28win-new-user-guide__section-wrapper {
  padding: 20px 0;
}

.page-blog-28win-new-user-guide__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #F2C14E; /* Gold */
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #1E3A2A; /* Divider */
  text-align: center;
  font-weight: 700;
}

.page-blog-28win-new-user-guide__text-block {
  background-color: #11271B; /* Card B G */
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: #F2FFF6; /* Text Main */
}

.page-blog-28win-new-user-guide__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #22C768; /* Auxiliary color */
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-28win-new-user-guide p {
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-28win-new-user-guide__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-28win-new-user-guide__list li {
  margin-bottom: 8px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-28win-new-user-guide__list li strong {
  color: #F2C14E; /* Gold */
}

.page-blog-28win-new-user-guide__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-28win-new-user-guide__faq-list {
  margin-top: 30px;
}

.page-blog-28win-new-user-guide__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-28win-new-user-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #11A84E; /* Main color */
  color: #F2FFF6; /* Text Main */
  font-weight: 700;
  cursor: pointer;
  border-bottom: 1px solid #2E7A4E; /* Border */
  font-size: 1.1rem;
  list-style: none; /* For details/summary */
}

.page-blog-28win-new-user-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-28win-new-user-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-28win-new-user-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-28win-new-user-guide__faq-item[open] .page-blog-28win-new-user-guide__faq-question {
  border-bottom: 1px solid #2E7A4E;
}

.page-blog-28win-new-user-guide__faq-answer {
  padding: 20px 25px;
  color: #A7D9B8; /* Text Secondary */
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-28win-new-user-guide__faq-answer p {
  margin-bottom: 0;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-28win-new-user-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-28win-new-user-guide__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-28win-new-user-guide__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-28win-new-user-guide__description {
    font-size: 1rem;
  }

  .page-blog-28win-new-user-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-blog-28win-new-user-guide__btn-primary,
  .page-blog-28win-new-user-guide__btn-secondary,
  .page-blog-28win-new-user-guide a[class*="button"],
  .page-blog-28win-new-user-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-28win-new-user-guide__content-area {
    padding: 30px 15px;
  }

  .page-blog-28win-new-user-guide__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 25px;
  }

  .page-blog-28win-new-user-guide__text-block {
    padding: 20px;
    margin-bottom: 30px;
  }

  .page-blog-28win-new-user-guide__sub-title {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-blog-28win-new-user-guide__list {
    margin-left: 15px;
  }

  /* Images responsiveness */
  .page-blog-28win-new-user-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-28win-new-user-guide__hero-image-wrapper,
  .page-blog-28win-new-user-guide__section,
  .page-blog-28win-new-user-guide__card,
  .page-blog-28win-new-user-guide__container,
  .page-blog-28win-new-user-guide__text-block {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    /* padding-left: 15px;
    padding-right: 15px; */ /* Handled by content-area padding already */
    overflow: hidden !important;
  }

  .page-blog-28win-new-user-guide__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-28win-new-user-guide__faq-answer {
    padding: 15px 20px;
  }
}