.page-support {
  color: #333333; /* Dark text for light body background */
  padding-top: var(--header-offset, 120px);
  background-color: #FFFFFF;
}

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

.page-support__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-support__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.page-support__hero-section {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding: 60px 0; /* Adjusted padding to prevent double offset */
}

.page-support__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.6); /* Darken image slightly for text readability */
}

.page-support__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark overlay for text */
  border-radius: 10px;
}

.page-support__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  line-height: 1.1;
}

.page-support__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.5;
}

.page-support__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-support__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
}

.page-support__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-support__button--register:hover {
  background-color: transparent;
  color: #FFFFFF;
  transform: translateY(-3px);
}

.page-support__button--download {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-support__button--download:hover {
  background-color: transparent;
  color: #FCBC45;
  transform: translateY(-3px);
}

.page-support__why-choose-us-section, 
.page-support__faq-section, 
.page-support__contact-options-section, 
.page-support__game-guides-section, 
.page-support__security-section, 
.page-support__responsible-gaming-section, 
.page-support__cta-section, 
.page-support__stay-updated-section {
  padding: 80px 0;
}

.page-support__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-support__feature-item {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-support__feature-title {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 15px;
}

.page-support__feature-description {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

.page-support__faq-image, .page-support__contact-image, .page-support__game-guides-image, .page-support__responsible-gaming-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto 60px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-support__accordion-container {
  margin-top: 40px;
}

.page-support__accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-support__accordion-header {
  background-color: #000000;
  color: #FFFFFF;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-support__accordion-header:hover {
  background-color: #333333;
}

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

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

.page-support__accordion-content {
  padding: 0 25px;
  background-color: #fefefe;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-support__accordion-content p {
  padding: 20px 0;
  margin: 0;
  line-height: 1.7;
  color: #444444;
}

.page-support__contact-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-support__method-item {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-support__method-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 15px;
}

.page-support__method-description {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 25px;
}

.page-support__button--livechat {
  background-color: #FCBC45;
  color: #000000;
}

.page-support__button--livechat:hover {
  background-color: #e0a53b;
}

.page-support__button--email {
  background-color: #000000;
  color: #FFFFFF;
}

.page-support__button--email:hover {
  background-color: #333333;
}

.page-support__button--social {
  background-color: #555555;
  color: #FFFFFF;
  margin: 5px;
}

.page-support__button--social:hover {
  background-color: #777777;
}

.page-support__game-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-support__button--guide {
  background-color: #FCBC45;
  color: #000000;
}

.page-support__button--guide:hover {
  background-color: #e0a53b;
}

.page-support__security-list, .page-support__responsible-gaming-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-support__security-item, .page-support__responsible-gaming-list li {
  background-color: #f8f8f8;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-support__security-feature, .page-support__responsible-gaming-list strong {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 10px;
}

.page-support__security-description, .page-support__responsible-gaming-list p {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

.page-support__text-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-support__text-link:hover {
  text-decoration: underline;
}

.page-support__responsible-gaming-content {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-support__responsible-gaming-content p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #444444;
}

.page-support__cta-buttons {
  display: flex;
  gap: 25px;
  justify-content: center;
  margin-top: 40px;
}

.page-support__button--download-cta {
  background-color: #000000;
  color: #FFFFFF;
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-support__button--download-cta:hover {
  background-color: #333333;
}

.page-support__button--register-cta {
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-support__button--register-cta:hover {
  background-color: #e0a53b;
}

.page-support__social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-support__button--promo {
  background-color: #000000;
  color: #FFFFFF;
}

.page-support__button--promo:hover {
  background-color: #333333;
}

.page-support__button--blog {
  background-color: #FCBC45;
  color: #000000;
}

.page-support__button--blog:hover {
  background-color: #e0a53b;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-support__hero-title {
    font-size: 3em;
  }
  .page-support__section-title {
    font-size: 2em;
  }
  .page-support__hero-description {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-support__hero-section {
    min-height: 500px;
    padding: 40px 0;
  }
  .page-support__hero-title {
    font-size: 2.5em;
  }
  .page-support__hero-description {
    font-size: 1.1em;
  }
  .page-support__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-support__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-support__section-title {
    font-size: 1.8em;
  }
  .page-support__section-intro {
    font-size: 1em;
  }
  .page-support__why-choose-us-section, 
  .page-support__faq-section, 
  .page-support__contact-options-section, 
  .page-support__game-guides-section, 
  .page-support__security-section, 
  .page-support__responsible-gaming-section, 
  .page-support__cta-section, 
  .page-support__stay-updated-section {
    padding: 60px 0;
  }
  .page-support__features-grid, .page-support__contact-methods {
    grid-template-columns: 1fr;
  }
  .page-support__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-support__button--download-cta, .page-support__button--register-cta {
    padding: 15px 25px;
    font-size: 1.1em;
  }
  .page-support__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-support__cta-buttons .page-support__button {
    width: 90%;
  }
  .page-support__container img {
    max-width: 100%;
    height: auto;
  }
  .page-support__contact-image, .page-support__faq-image, .page-support__game-guides-image, .page-support__responsible-gaming-image {
    margin: 30px auto 40px auto;
  }
  .page-support__contact-methods, .page-support__game-links, .page-support__social-links {
    flex-direction: column;
    align-items: center;
  }
  .page-support__button--guide, .page-support__button--promo, .page-support__button--blog, .page-support__button--livechat, .page-support__button--email, .page-support__button--social {
    width: 90%;
    max-width: 300px;
  }
  /* Ensure content images do not overflow */
  .page-support img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-support__hero-title {
    font-size: 2em;
  }
  .page-support__hero-description {
    font-size: 1em;
  }
  .page-support__section-title {
    font-size: 1.6em;
  }
  .page-support__button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-support__accordion-header {
    font-size: 1em;
    padding: 12px 15px;
  }
  .page-support__feature-title, .page-support__method-title, .page-support__security-feature, .page-support__responsible-gaming-list strong {
    font-size: 1.4em;
  }
  .page-support__button--download-cta, .page-support__button--register-cta {
    padding: 12px 20px;
    font-size: 1em;
  }
}