.page-support {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #FFFFFF;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

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

.page-support__container--reversed {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 40px;
}

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

.page-support__section-intro {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #555555;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-support__button {
  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-support__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

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

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

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

.page-support__button--more-faq,
.page-support__button--get-tech-help,
.page-support__button--security-guide,
.page-support__button--email,
.page-support__button--phone,
.page-support__button--responsible-gaming {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
  margin-top: 20px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-support__button--more-faq:hover,
.page-support__button--get-tech-help:hover,
.page-support__button--security-guide:hover,
.page-support__button--email:hover,
.page-support__button--phone:hover,
.page-support__button--responsible-gaming:hover {
  background-color: #333333;
  border-color: #333333;
}

.page-support__button--live-chat {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  margin-top: 20px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-support__button--live-chat:hover {
  background-color: #e0a53b;
  border-color: #e0a53b;
}

.page-support__button--download-app-large,
.page-support__button--register-now {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  padding: 15px 30px;
  font-size: 1.1em;
}

.page-support__button--download-app-large:hover,
.page-support__button--register-now:hover {
  background-color: #e0a53b;
  border-color: #e0a53b;
}

/* Hero Section */
.page-support__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  gap: 30px;
  background-color: #f8f8f8;
}

.page-support__hero-content {
  max-width: 800px;
}

.page-support__hero-title {
  font-size: 3.2em;
  color: #000000;
  margin-bottom: 20px;
}

.page-support__hero-description {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 30px;
}

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

.page-support__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-support__faq-section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

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

.page-support__faq-item {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #FCBC45;
}

.page-support__faq-question {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 15px;
}

.page-support__faq-answer {
  font-size: 1em;
  color: #555555;
}

.page-support__faq-answer a {
  color: #FCBC45;
  text-decoration: none;
}

.page-support__faq-answer a:hover {
  text-decoration: underline;
}

/* Technical Support & Account Security Sections */
.page-support__tech-support-section,
.page-support__account-security-section {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.page-support__tech-support-section .page-support__container,
.page-support__account-security-section .page-support__container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-support__content-block {
  flex: 1;
}

.page-support__image {
  flex: 1;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum image size */
  min-height: 200px; /* Enforce minimum image size */
}

.page-support__troubleshooting-list,
.page-support__security-tips {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-support__troubleshooting-list li,
.page-support__security-tips li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23FCBC45" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-circle"><path d="M22 11.08V12a10 10 0 1 1-5.93-8.83"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333333;
}

/* Contact Section */
.page-support__contact-section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

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

.page-support__contact-card {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 5px solid #000000;
}

.page-support__contact-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce minimum image size */
  min-height: 200px; /* Enforce minimum image size */
}

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

.page-support__contact-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

/* Responsible Gaming Section */
.page-support__responsible-gaming-section {
  padding: 60px 0;
  text-align: center;
  background-color: #f0f0f0;
}

/* Download CTA Section */
.page-support__download-cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
}

.page-support__download-cta-section .page-support__section-title {
  color: #FFFFFF;
}

.page-support__download-cta-section .page-support__section-intro {
  color: #e0e0e0;
}

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

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

  .page-support__section-title {
    font-size: 2em;
  }

  .page-support__tech-support-section .page-support__container,
  .page-support__account-security-section .page-support__container {
    flex-direction: column;
    text-align: center;
  }

  .page-support__container--reversed {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-support {
    padding-top: var(--header-offset, 80px); /* Adjust for smaller header on mobile */
  }
  .page-support__hero-section {
    padding: 40px 15px;
  }

  .page-support__hero-title {
    font-size: 2.2em;
  }

  .page-support__hero-description {
    font-size: 1em;
  }

  .page-support__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-support__section-title {
    font-size: 1.8em;
  }

  .page-support__section-intro {
    font-size: 0.95em;
  }

  .page-support__faq-grid,
  .page-support__contact-methods {
    grid-template-columns: 1fr;
  }

  .page-support__faq-item,
  .page-support__contact-card {
    padding: 20px;
  }

  .page-support__faq-question {
    font-size: 1.2em;
  }

  .page-support__troubleshooting-list li,
  .page-support__security-tips li {
    font-size: 1em;
  }

  .page-support__cta-actions {
    flex-direction: column;
    gap: 15px;
  }

  /* Ensure all images within .page-support are responsive and don't overflow */
  .page-support img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}

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

  .page-support__section-title {
    font-size: 1.5em;
  }

  .page-support__button {
    width: 100%;
  }
}