.page-promotions-zbet-promotions-faq {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1A2E5B;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-promotions-zbet-promotions-faq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-zbet-promotions-faq__hero {
  background: linear-gradient(135deg, #1A2E5B 0%, #3a4f78 100%); /* Dark blue gradient */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-promotions-zbet-promotions-faq__hero-content {
  z-index: 1;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-promotions-zbet-promotions-faq__hero-title {
  font-size: 3.2em;
  margin-bottom: 15px;
  font-weight: 700;
  color: #FF8C00; /* Auxiliary color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-zbet-promotions-faq__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-promotions-zbet-promotions-faq__hero-btn {
  display: inline-block;
  background-color: #FF8C00; /* Auxiliary color for CTA */
  color: #1A2E5B; /* Dark text for contrast */
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-zbet-promotions-faq__hero-btn:hover {
  background-color: #e67e00; /* Slightly darker orange on hover */
  transform: translateY(-3px);
}

.page-promotions-zbet-promotions-faq__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: 0;
}

.page-promotions-zbet-promotions-faq__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-promotions-zbet-promotions-faq__section-title {
  font-size: 2.5em;
  color: #1A2E5B;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
  font-weight: 700;
  position: relative;
}

.page-promotions-zbet-promotions-faq__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FF8C00;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-promotions-zbet-promotions-faq__faq-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-promotions-zbet-promotions-faq__accordion {
  margin-top: 30px;
}

.page-promotions-zbet-promotions-faq__accordion-item {
  background-color: #f2f4f7;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-promotions-zbet-promotions-faq__accordion-header {
  background-color: #1A2E5B; /* Main color for header */
  color: #ffffff;
  padding: 20px 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3em;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.page-promotions-zbet-promotions-faq__accordion-header:hover {
  background-color: #2a416b; /* Slightly lighter blue on hover */
}

.page-promotions-zbet-promotions-faq__accordion-header h3 {
  margin: 0;
  color: inherit;
  font-size: 1em; /* Adjust to fit button text */
}

.page-promotions-zbet-promotions-faq__accordion-icon {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-promotions-zbet-promotions-faq__accordion-header[aria-expanded="true"] .page-promotions-zbet-promotions-faq__accordion-icon {
  transform: rotate(45deg);
}

.page-promotions-zbet-promotions-faq__accordion-content {
  padding: 20px 25px;
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
  display: none;
  color: #333333;
}

.page-promotions-zbet-promotions-faq__accordion-content p {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-promotions-zbet-promotions-faq__accordion-content ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 15px;
}

.page-promotions-zbet-promotions-faq__accordion-content li {
  margin-bottom: 8px;
}

.page-promotions-zbet-promotions-faq__inline-link {
  color: #FF8C00; /* Auxiliary color for inline links */
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-zbet-promotions-faq__inline-link:hover {
  text-decoration: underline;
}

.page-promotions-zbet-promotions-faq__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-promotions-zbet-promotions-faq__cta-bottom {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #1A2E5B;
  border-radius: 10px;
  color: #ffffff;
}

.page-promotions-zbet-promotions-faq__cta-bottom p {
  font-size: 1.4em;
  margin-bottom: 25px;
  color: #FF8C00;
  font-weight: 600;
}

.page-promotions-zbet-promotions-faq__btn {
  display: inline-block;
  background-color: #FF8C00;
  color: #1A2E5B;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-zbet-promotions-faq__btn:hover {
  background-color: #e67e00;
  transform: translateY(-3px);
}

.page-promotions-zbet-promotions-faq__responsible-gambling {
  padding: 60px 0;
  background-color: #f2f4f7;
  text-align: center;
}

.page-promotions-zbet-promotions-faq__responsible-gambling p {
  max-width: 900px;
  margin: 0 auto 30px auto;
  font-size: 1.1em;
  color: #444444;
}

.page-promotions-zbet-promotions-faq__btn--secondary {
  background-color: #1A2E5B;
  color: #ffffff;
}

.page-promotions-zbet-promotions-faq__btn--secondary:hover {
  background-color: #2a416b;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-promotions-zbet-promotions-faq__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-zbet-promotions-faq__hero-subtitle {
    font-size: 1.1em;
  }
  .page-promotions-zbet-promotions-faq__section-title {
    font-size: 2em;
  }
  .page-promotions-zbet-promotions-faq__accordion-header {
    font-size: 1.1em;
    padding: 18px 20px;
  }
  .page-promotions-zbet-promotions-faq__accordion-content {
    padding: 18px 20px;
    font-size: 0.95em;
  }
}

@media (max-width: 768px) {
  .page-promotions-zbet-promotions-faq__hero {
    padding: 60px 0;
  }
  .page-promotions-zbet-promotions-faq__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-zbet-promotions-faq__hero-subtitle {
    font-size: 1em;
  }
  .page-promotions-zbet-promotions-faq__hero-btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-zbet-promotions-faq__section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .page-promotions-zbet-promotions-faq__faq-section, .page-promotions-zbet-promotions-faq__responsible-gambling {
    padding: 40px 0;
  }
  .page-promotions-zbet-promotions-faq__cta-bottom p {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-promotions-zbet-promotions-faq__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-zbet-promotions-faq__hero-subtitle {
    font-size: 0.9em;
  }
  .page-promotions-zbet-promotions-faq__accordion-header {
    font-size: 1em;
    padding: 15px;
  }
  .page-promotions-zbet-promotions-faq__accordion-content {
    padding: 15px;
  }
  .page-promotions-zbet-promotions-faq__section-title {
    font-size: 1.5em;
  }
  .page-promotions-zbet-promotions-faq__cta-bottom p {
    font-size: 1em;
  }
}