/* style/resources-mcw-casino-login-troubleshooting.css */

/* Biến CSS */
:root {
  --mcw-primary-color: #0A192F;
  --mcw-secondary-color: #FFD700;
  --mcw-text-light: #FFFFFF;
  --mcw-text-dark: #0A192F;
  --mcw-background-dark: #0A192F;
  --mcw-background-light: #F0F2F5; /* Một màu nền nhạt hơn để tăng độ tương phản */
  --mcw-accent-dark: #998100; /* Màu tối hơn của secondary để làm text trên nền vàng */
}

.page-resources-mcw-casino-login-troubleshooting {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--mcw-text-light);
  background-color: var(--mcw-background-dark);
}

.page-resources-mcw-casino-login-troubleshooting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-mcw-casino-login-troubleshooting__hero {
  background: linear-gradient(135deg, var(--mcw-primary-color), #2A3B4C);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-mcw-casino-login-troubleshooting__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:hero:login_troubleshooting,mcw_casino,solution,secure]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-resources-mcw-casino-login-troubleshooting__hero > .page-resources-mcw-casino-login-troubleshooting__container {
  position: relative;
  z-index: 1;
}

.page-resources-mcw-casino-login-troubleshooting__title {
  font-size: 3.5em;
  color: var(--mcw-secondary-color);
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-resources-mcw-casino-login-troubleshooting__subtitle {
  font-size: 1.5em;
  color: var(--mcw-text-light);
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-mcw-casino-login-troubleshooting__btn {
  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;
  cursor: pointer;
  border: none;
}

.page-resources-mcw-casino-login-troubleshooting__btn--primary {
  background-color: var(--mcw-secondary-color);
  color: var(--mcw-text-dark);
}

.page-resources-mcw-casino-login-troubleshooting__btn--primary:hover {
  background-color: #E0B700;
  transform: translateY(-3px);
}

.page-resources-mcw-casino-login-troubleshooting__btn--secondary {
  background-color: transparent;
  color: var(--mcw-secondary-color);
  border: 2px solid var(--mcw-secondary-color);
}

.page-resources-mcw-casino-login-troubleshooting__btn--secondary:hover {
  background-color: var(--mcw-secondary-color);
  color: var(--mcw-text-dark);
  transform: translateY(-3px);
}

.page-resources-mcw-casino-login-troubleshooting__btn--tertiary {
  background-color: #334455;
  color: var(--mcw-text-light);
  border: 1px solid #556677;
}

.page-resources-mcw-casino-login-troubleshooting__btn--tertiary:hover {
  background-color: #445566;
  transform: translateY(-3px);
}

.page-resources-mcw-casino-login-troubleshooting__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-mcw-casino-login-troubleshooting__section:last-of-type {
  border-bottom: none;
}

.page-resources-mcw-casino-login-troubleshooting__intro-text p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.page-resources-mcw-casino-login-troubleshooting__heading {
  font-size: 2.5em;
  color: var(--mcw-secondary-color);
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-resources-mcw-casino-login-troubleshooting__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--mcw-secondary-color);
  border-radius: 2px;
}

.page-resources-mcw-casino-login-troubleshooting__article {
  background-color: #1A2B3C;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}

.page-resources-mcw-casino-login-troubleshooting__article-title {
  font-size: 1.8em;
  color: var(--mcw-secondary-color);
  margin-bottom: 20px;
}

.page-resources-mcw-casino-login-troubleshooting__sub-heading {
  font-size: 1.4em;
  color: var(--mcw-text-light);
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-mcw-casino-login-troubleshooting__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-resources-mcw-casino-login-troubleshooting__list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: rgba(255, 255, 255, 0.85);
}

.page-resources-mcw-casino-login-troubleshooting__list li::before {
  content: '✓';
  color: var(--mcw-secondary-color);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-resources-mcw-casino-login-troubleshooting__list-check {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.page-resources-mcw-casino-login-troubleshooting__list-check li {
  padding-left: 35px;
  position: relative;
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.9);
}

.page-resources-mcw-casino-login-troubleshooting__list-check li::before {
  content: '✔';
  color: var(--mcw-secondary-color);
  position: absolute;
  left: 0;
  font-size: 1.5em;
  top: -3px;
}

.page-resources-mcw-casino-login-troubleshooting__image-wrapper {
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-mcw-casino-login-troubleshooting__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-mcw-casino-login-troubleshooting__text-center {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.page-resources-mcw-casino-login-troubleshooting__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-mcw-casino-login-troubleshooting__cta-buttons--large .page-resources-mcw-casino-login-troubleshooting__btn {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-mcw-casino-login-troubleshooting__cta-center {
  text-align: center;
  margin-top: 40px;
}

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

.page-resources-mcw-casino-login-troubleshooting__benefit-item {
  background-color: #1A2B3C;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-mcw-casino-login-troubleshooting__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: invert(80%) sepia(100%) saturate(1000%) hue-rotate(0deg) brightness(120%) contrast(100%); /* Gold tint for icons */
}

.page-resources-mcw-casino-login-troubleshooting__benefit-title {
  font-size: 1.5em;
  color: var(--mcw-secondary-color);
  margin-bottom: 15px;
}

.page-resources-mcw-casino-login-troubleshooting__benefit-item p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1em;
}

.page-resources-mcw-casino-login-troubleshooting__contact-support ul {
  list-style: disc;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 800px;
  margin: 20px auto;
}

.page-resources-mcw-casino-login-troubleshooting__contact-support ul li {
  margin-bottom: 10px;
}

.page-resources-mcw-casino-login-troubleshooting__conclusion p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-mcw-casino-login-troubleshooting__title {
    font-size: 2.8em;
  }
  .page-resources-mcw-casino-login-troubleshooting__subtitle {
    font-size: 1.3em;
  }
  .page-resources-mcw-casino-login-troubleshooting__heading {
    font-size: 2em;
  }
  .page-resources-mcw-casino-login-troubleshooting__article-title {
    font-size: 1.6em;
  }
  .page-resources-mcw-casino-login-troubleshooting__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-resources-mcw-casino-login-troubleshooting__hero {
    padding: 80px 0;
  }
  .page-resources-mcw-casino-login-troubleshooting__title {
    font-size: 2.2em;
  }
  .page-resources-mcw-casino-login-troubleshooting__subtitle {
    font-size: 1.1em;
  }
  .page-resources-mcw-casino-login-troubleshooting__section {
    padding: 40px 0;
  }
  .page-resources-mcw-casino-login-troubleshooting__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-mcw-casino-login-troubleshooting__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-resources-mcw-casino-login-troubleshooting__list-check {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-resources-mcw-casino-login-troubleshooting__title {
    font-size: 1.8em;
  }
  .page-resources-mcw-casino-login-troubleshooting__subtitle {
    font-size: 1em;
  }
  .page-resources-mcw-casino-login-troubleshooting__heading {
    font-size: 1.8em;
  }
  .page-resources-mcw-casino-login-troubleshooting__article-title {
    font-size: 1.4em;
  }
  .page-resources-mcw-casino-login-troubleshooting__btn {
    width: 90%;
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-mcw-casino-login-troubleshooting__benefits-grid {
    grid-template-columns: 1fr;
  }
}