.page-download-center-troubleshooting {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-download-center-troubleshooting__hero {
  background: linear-gradient(135deg, #0A2463 0%, #1a3c7c 100%); /* Dark blue gradient */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-download-center-troubleshooting__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-download-center-troubleshooting__hero > * {
  position: relative;
  z-index: 1;
}

.page-download-center-troubleshooting__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #E3B505; /* Wealth Gold for emphasis */
  font-weight: bold;
}

.page-download-center-troubleshooting__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-download-center-troubleshooting__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-download-center-troubleshooting__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-download-center-troubleshooting__button--primary {
  background-color: #E3B505; /* Wealth Gold */
  color: #0A2463; /* Tech Blue */
}

.page-download-center-troubleshooting__button--primary:hover {
  background-color: #f5c40a;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-download-center-troubleshooting__button--secondary {
  background-color: transparent;
  color: #E3B505; /* Wealth Gold */
  border: 2px solid #E3B505;
}

.page-download-center-troubleshooting__button--secondary:hover {
  background-color: #E3B505;
  color: #0A2463; /* Tech Blue */
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-download-center-troubleshooting__faq-section,
.page-download-center-troubleshooting__guide-section,
.page-download-center-troubleshooting__why-da88,
.page-download-center-troubleshooting__responsible-gaming {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.page-download-center-troubleshooting__faq-section {
  background-color: #f0f4f7;
  border-radius: 0;
  box-shadow: none;
  padding-top: 40px;
}

.page-download-center-troubleshooting__section-heading {
  font-size: 2.5em;
  color: #0A2463; /* Tech Blue */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.page-download-center-troubleshooting__section-heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E3B505; /* Wealth Gold */
  border-radius: 2px;
}

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

.page-download-center-troubleshooting__faq-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-download-center-troubleshooting__faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-download-center-troubleshooting__faq-question {
  font-size: 1.4em;
  color: #0A2463; /* Tech Blue */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-download-center-troubleshooting__faq-answer {
  font-size: 1em;
  color: #555;
}

.page-download-center-troubleshooting__conclusion-text,
.page-download-center-troubleshooting__intro-text,
.page-download-center-troubleshooting__final-tip,
.page-download-center-troubleshooting__text-content {
  text-align: center;
  font-size: 1.1em;
  margin: 40px auto;
  max-width: 900px;
  color: #444;
}

.page-download-center-troubleshooting__cta-bottom,
.page-download-center-troubleshooting__cta-final {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

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

.page-download-center-troubleshooting__step-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border-top: 5px solid #E3B505;
}

.page-download-center-troubleshooting__step-item:hover {
  transform: translateY(-5px);
}

.page-download-center-troubleshooting__step-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.page-download-center-troubleshooting__step-title {
  font-size: 1.5em;
  color: #0A2463; /* Tech Blue */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-download-center-troubleshooting__step-description {
  font-size: 0.95em;
  color: #666;
}

.page-download-center-troubleshooting__why-da88 {
  background-color: #0A2463; /* Tech Blue */
  color: #ffffff;
  padding: 80px 0;
}

.page-download-center-troubleshooting__why-da88 .page-download-center-troubleshooting__section-heading {
  color: #E3B505; /* Wealth Gold */
}

.page-download-center-troubleshooting__why-da88 .page-download-center-troubleshooting__section-heading::after {
  background-color: #E3B505;
}

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

.page-download-center-troubleshooting__feature-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-download-center-troubleshooting__feature-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.page-download-center-troubleshooting__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: brightness(1.2);
}

.page-download-center-troubleshooting__feature-title {
  font-size: 1.4em;
  color: #E3B505; /* Wealth Gold */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-download-center-troubleshooting__feature-description {
  font-size: 0.95em;
  color: #e0e0e0;
}

.page-download-center-troubleshooting__responsible-gaming {
  background-color: #f0f4f7;
  text-align: center;
  padding: 60px 0;
}

.page-download-center-troubleshooting__responsible-gaming .page-download-center-troubleshooting__button--secondary {
  color: #0A2463;
  border-color: #0A2463;
}

.page-download-center-troubleshooting__responsible-gaming .page-download-center-troubleshooting__button--secondary:hover {
  background-color: #0A2463;
  color: #E3B505;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-download-center-troubleshooting__title {
    font-size: 2.8em;
  }
  .page-download-center-troubleshooting__subtitle {
    font-size: 1.1em;
  }
  .page-download-center-troubleshooting__section-heading {
    font-size: 2em;
  }
  .page-download-center-troubleshooting__faq-grid,
  .page-download-center-troubleshooting__steps-grid,
  .page-download-center-troubleshooting__feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-download-center-troubleshooting__hero {
    padding: 60px 0;
  }
  .page-download-center-troubleshooting__title {
    font-size: 2.2em;
  }
  .page-download-center-troubleshooting__subtitle {
    font-size: 1em;
  }
  .page-download-center-troubleshooting__section-heading {
    font-size: 1.8em;
  }
  .page-download-center-troubleshooting__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-download-center-troubleshooting__faq-grid,
  .page-download-center-troubleshooting__steps-grid,
  .page-download-center-troubleshooting__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-download-center-troubleshooting__faq-item,
  .page-download-center-troubleshooting__step-item,
  .page-download-center-troubleshooting__feature-item {
    padding: 25px;
  }
  .page-download-center-troubleshooting__faq-question {
    font-size: 1.2em;
  }
  .page-download-center-troubleshooting__step-title,
  .page-download-center-troubleshooting__feature-title {
    font-size: 1.3em;
  }
  .page-download-center-troubleshooting__conclusion-text,
  .page-download-center-troubleshooting__intro-text,
  .page-download-center-troubleshooting__final-tip,
  .page-download-center-troubleshooting__text-content {
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .page-download-center-troubleshooting__hero {
    padding: 40px 0;
  }
  .page-download-center-troubleshooting__title {
    font-size: 1.8em;
  }
  .page-download-center-troubleshooting__subtitle {
    font-size: 0.9em;
  }
  .page-download-center-troubleshooting__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-download-center-troubleshooting__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-download-center-troubleshooting__section-heading {
    font-size: 1.5em;
  }
  .page-download-center-troubleshooting__faq-item,
  .page-download-center-troubleshooting__step-item,
  .page-download-center-troubleshooting__feature-item {
    padding: 20px;
  }
  .page-download-center-troubleshooting__faq-question {
    font-size: 1.1em;
  }
  .page-download-center-troubleshooting__step-icon,
  .page-download-center-troubleshooting__feature-icon {
    width: 60px;
    height: 60px;
  }
  .page-download-center-troubleshooting__step-title,
  .page-download-center-troubleshooting__feature-title {
    font-size: 1.1em;
  }
}