/* style/blog-hbet-registration-faq.css */

:root {
  --hbet-primary: #26A9E0;
  --hbet-secondary: #FFFFFF;
  --hbet-text-dark: #333333;
  --hbet-text-light: #ffffff;
  --hbet-bg-dark: #0a0a0a; /* Body background from shared.css */
  --hbet-button-login: #EA7C07;
}

.page-blog-hbet-registration-faq {
  color: var(--hbet-text-light); /* Body background is dark, so text is light */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-hbet-registration-faq__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  background-color: var(--hbet-bg-dark);
  overflow: hidden;
}

.page-blog-hbet-registration-faq__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-hbet-registration-faq__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-hbet-registration-faq__hero-content {
  max-width: 900px;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
}

.page-blog-hbet-registration-faq__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--hbet-secondary);
  margin-bottom: 15px;
}

.page-blog-hbet-registration-faq__description {
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

.page-blog-hbet-registration-faq__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow long words to break */
  box-sizing: border-box;
}

.page-blog-hbet-registration-faq__btn-primary {
  background-color: var(--hbet-primary);
  color: var(--hbet-secondary);
  border: 2px solid var(--hbet-primary);
}

.page-blog-hbet-registration-faq__btn-primary:hover {
  background-color: darken(var(--hbet-primary), 10%);
  transform: translateY(-2px);
}

.page-blog-hbet-registration-faq__btn-secondary {
  background-color: var(--hbet-secondary);
  color: var(--hbet-primary);
  border: 2px solid var(--hbet-primary);
}

.page-blog-hbet-registration-faq__btn-secondary:hover {
  background-color: darken(var(--hbet-secondary), 5%);
  transform: translateY(-2px);
}

.page-blog-hbet-registration-faq__section {
  padding: 60px 0;
}

.page-blog-hbet-registration-faq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-hbet-registration-faq__section-title {
  font-size: 2.5em;
  color: var(--hbet-primary);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-hbet-registration-faq__sub-title {
  font-size: 1.8em;
  color: var(--hbet-primary);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-hbet-registration-faq__content-area p {
  margin-bottom: 15px;
  color: var(--hbet-text-light);
}

.page-blog-hbet-registration-faq__content-area strong {
  color: var(--hbet-primary);
}

.page-blog-hbet-registration-faq__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--hbet-text-light);
}

.page-blog-hbet-registration-faq__list li {
  margin-bottom: 8px;
  color: var(--hbet-text-light);
}

.page-blog-hbet-registration-faq__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-hbet-registration-faq__image--centered {
  margin-left: auto;
  margin-right: auto;
}

/* Section specific styles */
.page-blog-hbet-registration-faq__intro-section {
  background-color: var(--hbet-bg-dark);
}

.page-blog-hbet-registration-faq__intro-section .page-blog-hbet-registration-faq__section-title,
.page-blog-hbet-registration-faq__intro-section .page-blog-hbet-registration-faq__sub-title {
  color: var(--hbet-primary);
}

.page-blog-hbet-registration-faq__guide-section {
  background-color: #1a1a1a;
  color: var(--hbet-text-light);
}

.page-blog-hbet-registration-faq__guide-section .page-blog-hbet-registration-faq__section-title,
.page-blog-hbet-registration-faq__guide-section .page-blog-hbet-registration-faq__sub-title {
  color: var(--hbet-secondary);
}

.page-blog-hbet-registration-faq__issues-section {
  background-color: var(--hbet-bg-dark);
}

.page-blog-hbet-registration-faq__issues-section .page-blog-hbet-registration-faq__section-title,
.page-blog-hbet-registration-faq__issues-section .page-blog-hbet-registration-faq__sub-title {
  color: var(--hbet-primary);
}

.page-blog-hbet-registration-faq__tips-section {
  background-color: #1a1a1a;
  color: var(--hbet-text-light);
}

.page-blog-hbet-registration-faq__tips-section .page-blog-hbet-registration-faq__section-title,
.page-blog-hbet-registration-faq__tips-section .page-blog-hbet-registration-faq__sub-title {
  color: var(--hbet-secondary);
}

.page-blog-hbet-registration-faq__security-section {
  background-color: var(--hbet-bg-dark);
}

.page-blog-hbet-registration-faq__security-section .page-blog-hbet-registration-faq__section-title,
.page-blog-hbet-registration-faq__security-section .page-blog-hbet-registration-faq__sub-title {
  color: var(--hbet-primary);
}

.page-blog-hbet-registration-faq__faq-section {
  background-color: #1a1a1a;
  padding-bottom: 80px;
}

.page-blog-hbet-registration-faq__faq-section .page-blog-hbet-registration-faq__section-title {
  color: var(--hbet-secondary);
}

.page-blog-hbet-registration-faq__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-blog-hbet-registration-faq__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: var(--hbet-text-light);
}

.page-blog-hbet-registration-faq__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: var(--hbet-secondary);
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.page-blog-hbet-registration-faq__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-blog-hbet-registration-faq__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: var(--hbet-primary);
}

.page-blog-hbet-registration-faq__faq-item[open] .page-blog-hbet-registration-faq__faq-toggle {
  content: '−';
}

.page-blog-hbet-registration-faq__faq-answer {
  padding: 15px 25px 20px 25px;
  font-size: 1em;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.page-blog-hbet-registration-faq__faq-answer p {
  margin-bottom: 0;
}

/* For details/summary, hide default marker */
.page-blog-hbet-registration-faq__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-hbet-registration-faq__faq-item summary {
  list-style: none;
}

.page-blog-hbet-registration-faq__conclusion-section {
  background-color: var(--hbet-bg-dark);
  text-align: center;
}

.page-blog-hbet-registration-faq__conclusion-section .page-blog-hbet-registration-faq__section-title {
  color: var(--hbet-primary);
}

.page-blog-hbet-registration-faq__conclusion-section .page-blog-hbet-registration-faq__content-area p {
  font-size: 1.1em;
  margin-bottom: 30px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-hbet-registration-faq__main-title {
    font-size: 2.5em;
  }
  .page-blog-hbet-registration-faq__section-title {
    font-size: 2em;
  }
  .page-blog-hbet-registration-faq__sub-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-blog-hbet-registration-faq {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-hbet-registration-faq__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-hbet-registration-faq__hero-content {
    padding: 15px;
  }

  .page-blog-hbet-registration-faq__main-title {
    font-size: 2em;
  }

  .page-blog-hbet-registration-faq__description {
    font-size: 1em;
  }

  .page-blog-hbet-registration-faq__section {
    padding: 40px 0;
  }

  .page-blog-hbet-registration-faq__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-hbet-registration-faq__sub-title {
    font-size: 1.3em;
  }

  .page-blog-hbet-registration-faq__cta-button,
  .page-blog-hbet-registration-faq__btn-primary,
  .page-blog-hbet-registration-faq__btn-secondary,
  .page-blog-hbet-registration-faq a[class*="button"],
  .page-blog-hbet-registration-faq 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-hbet-registration-faq__hero-content .page-blog-hbet-registration-faq__cta-button {
    width: auto; /* Allow button to shrink if text wraps */
    max-width: 100%;
  }

  .page-blog-hbet-registration-faq__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-hbet-registration-faq__section,
  .page-blog-hbet-registration-faq__container,
  .page-blog-hbet-registration-faq__content-area,
  .page-blog-hbet-registration-faq__faq-list,
  .page-blog-hbet-registration-faq__hero-section,
  .page-blog-hbet-registration-faq__hero-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }
  
  .page-blog-hbet-registration-faq__hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-hbet-registration-faq__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-hbet-registration-faq__faq-answer {
    padding: 15px 20px;
  }
}