.page-resources-lucky88-faq-customer-support {
  font-family: Arial, sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #1A202C; /* Main background color */
  line-height: 1.6;
}

.page-resources-lucky88-faq-customer-support__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-lucky88-faq-customer-support__section-title {
  color: #FFD700; /* Accent color for titles */
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
  position: relative;
}

.page-resources-lucky88-faq-customer-support__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 10px auto 0;
}

.page-resources-lucky88-faq-customer-support__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-lucky88-faq-customer-support__text-content--small {
  font-size: 0.9em;
  text-align: center;
  opacity: 0.8;
}

.page-resources-lucky88-faq-customer-support__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-align: center;
  white-space: nowrap;
}

.page-resources-lucky88-faq-customer-support__btn--primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-resources-lucky88-faq-customer-support__btn--primary:hover {
  background-color: #E6C200;
  color: #000;
}

.page-resources-lucky88-faq-customer-support__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-lucky88-faq-customer-support__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
}

/* Hero Section */
.page-resources-lucky88-faq-customer-support__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a4b60 100%);
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  text-align: center;
}

.page-resources-lucky88-faq-customer-support__hero-content {
  max-width: 600px;
  padding: 20px;
}

.page-resources-lucky88-faq-customer-support__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-lucky88-faq-customer-support__hero-subtitle {
  font-size: 1.3em;
  color: #CCCCCC;
  margin-bottom: 30px;
}

.page-resources-lucky88-faq-customer-support__hero-image-wrapper {
  max-width: 500px;
  flex-shrink: 0;
}

.page-resources-lucky88-faq-customer-support__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Intro Section */
.page-resources-lucky88-faq-customer-support__intro-section {
  padding: 60px 0;
  background-color: #1A202C;
}

/* FAQ Section */
.page-resources-lucky88-faq-customer-support__faq-section {
  padding: 60px 0;
  background-color: #2D3748;
}

.page-resources-lucky88-faq-customer-support__accordion {
  margin-top: 40px;
}

.page-resources-lucky88-faq-customer-support__accordion-item {
  background-color: #1A202C;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-lucky88-faq-customer-support__accordion-header {
  background-color: #3a4b60; /* Slightly lighter dark blue */
  color: #FFD700;
  padding: 20px 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-resources-lucky88-faq-customer-support__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-lucky88-faq-customer-support__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-lucky88-faq-customer-support__accordion-header:hover {
  background-color: #4a5b70;
}

.page-resources-lucky88-faq-customer-support__accordion-content {
  padding: 0 25px;
  background-color: #1A202C;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-resources-lucky88-faq-customer-support__accordion-content p {
  padding: 15px 0;
  margin-bottom: 0;
  color: #E0E0E0;
}

.page-resources-lucky88-faq-customer-support__accordion-content .page-resources-lucky88-faq-customer-support__btn {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* Contact Section */
.page-resources-lucky88-faq-customer-support__contact-section {
  padding: 60px 0;
  background-color: #1A202C;
  text-align: center;
}

.page-resources-lucky88-faq-customer-support__contact-methods {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.page-resources-lucky88-faq-customer-support__contact-method-item {
  background-color: #2D3748;
  border-radius: 10px;
  padding: 30px;
  flex: 1 1 300px;
  max-width: 350px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.page-resources-lucky88-faq-customer-support__contact-method-item:hover {
  transform: translateY(-10px);
}

.page-resources-lucky88-faq-customer-support__contact-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-resources-lucky88-faq-customer-support__contact-title {
  color: #FFD700;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-resources-lucky88-faq-customer-support__contact-description {
  color: #CCCCCC;
  font-size: 1em;
  margin-bottom: 25px;
  flex-grow: 1;
}

/* Responsible Gambling Section */
.page-resources-lucky88-faq-customer-support__responsible-gambling {
  padding: 60px 0;
  background-color: #2D3748;
}

.page-resources-lucky88-faq-customer-support__responsible-gambling-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-resources-lucky88-faq-customer-support__responsible-gambling-text {
  flex: 1 1 500px;
}

.page-resources-lucky88-faq-customer-support__responsible-gambling-image-wrapper {
  flex: 1 1 400px;
  text-align: center;
}

.page-resources-lucky88-faq-customer-support__responsible-gambling-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* CTA Section */
.page-resources-lucky88-faq-customer-support__cta-section {
  padding: 80px 0;
  background-color: #1A202C;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-lucky88-faq-customer-support__cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Overlay for image */
  z-index: 1;
}

.page-resources-lucky88-faq-customer-support__cta-section .page-resources-lucky88-faq-customer-support__container {
  position: relative;
  z-index: 2;
}

.page-resources-lucky88-faq-customer-support__cta-section .page-resources-lucky88-faq-customer-support__section-title {
  color: #FFD700;
  margin-bottom: 20px;
}

.page-resources-lucky88-faq-customer-support__cta-section .page-resources-lucky88-faq-customer-support__text-content {
  color: #E0E0E0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-resources-lucky88-faq-customer-support__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-lucky88-faq-customer-support__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.3;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-lucky88-faq-customer-support__hero-section {
    flex-direction: column;
    padding: 60px 0;
  }

  .page-resources-lucky88-faq-customer-support__hero-title {
    font-size: 2.8em;
  }

  .page-resources-lucky88-faq-customer-support__section-title {
    font-size: 2em;
  }

  .page-resources-lucky88-faq-customer-support__responsible-gambling-content {
    flex-direction: column;
  }

  .page-resources-lucky88-faq-customer-support__contact-methods {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .page-resources-lucky88-faq-customer-support__hero-title {
    font-size: 2.2em;
  }

  .page-resources-lucky88-faq-customer-support__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-lucky88-faq-customer-support__section-title {
    font-size: 1.8em;
  }

  .page-resources-lucky88-faq-customer-support__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-resources-lucky88-faq-customer-support__accordion-content p {
    padding: 10px 0;
  }

  .page-resources-lucky88-faq-customer-support__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-resources-lucky88-faq-customer-support__hero-title {
    font-size: 1.8em;
  }

  .page-resources-lucky88-faq-customer-support__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-lucky88-faq-customer-support__section-title {
    font-size: 1.5em;
  }

  .page-resources-lucky88-faq-customer-support__contact-method-item {
    padding: 20px;
  }

  .page-resources-lucky88-faq-customer-support__contact-title {
    font-size: 1.5em;
  }
}