/* style/resources-win88-app-download-tutorial.css */
.page-resources-win88-app-download-tutorial {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A192F; /* Deep blue primary background */
}

.page-resources-win88-app-download-tutorial__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-win88-app-download-tutorial__hero {
  background: linear-gradient(135deg, #0A192F, #1A3B69); /* Gradient from primary to a slightly lighter blue */
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

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

.page-resources-win88-app-download-tutorial__main-title {
  font-size: 3.5em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-win88-app-download-tutorial__subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #C0C0C0;
  position: relative;
  z-index: 1;
}

.page-resources-win88-app-download-tutorial__hero-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-resources-win88-app-download-tutorial__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-resources-win88-app-download-tutorial__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0A192F; /* Dark blue text */
  border: 2px solid #FFD700;
}

.page-resources-win88-app-download-tutorial__btn--primary:hover {
  background-color: #E6C200;
  border-color: #E6C200;
  transform: translateY(-2px);
}

.page-resources-win88-app-download-tutorial__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-resources-win88-app-download-tutorial__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-2px);
}

.page-resources-win88-app-download-tutorial__btn--small {
  padding: 10px 20px;
  font-size: 0.95em;
  border-radius: 5px;
}

.page-resources-win88-app-download-tutorial__hero-image {
  max-width: 600px;
  width: 90%;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-resources-win88-app-download-tutorial__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-win88-app-download-tutorial__section:nth-of-type(odd) {
  background-color: #0A192F;
}

.page-resources-win88-app-download-tutorial__section:nth-of-type(even) {
  background-color: #122A4A; /* Slightly lighter dark blue */
}

.page-resources-win88-app-download-tutorial__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-win88-app-download-tutorial__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-win88-app-download-tutorial__description {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #C0C0C0;
}

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

.page-resources-win88-app-download-tutorial__benefit-item {
  background-color: #1A3B69; /* Darker blue for benefit cards */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-win88-app-download-tutorial__benefit-item:hover {
  transform: translateY(-5px);
}

.page-resources-win88-app-download-tutorial__benefit-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 8px #FFD700);
}

.page-resources-win88-app-download-tutorial__benefit-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold for benefit titles */
  margin-bottom: 15px;
}

.page-resources-win88-app-download-tutorial__benefit-text {
  color: #E0E0E0;
  font-size: 0.95em;
}

.page-resources-win88-app-download-tutorial__download-guide {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 50px;
}

.page-resources-win88-app-download-tutorial__guide-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #1A3B69;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  position: relative;
}

.page-resources-win88-app-download-tutorial__step-number {
  width: 60px;
  height: 60px;
  background-color: #FFD700;
  color: #0A192F;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 25px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

.page-resources-win88-app-download-tutorial__step-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-resources-win88-app-download-tutorial__guide-step p {
  font-size: 1.1em;
  color: #C0C0C0;
  margin-bottom: 25px;
  max-width: 700px;
}

.page-resources-win88-app-download-tutorial__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.page-resources-win88-app-download-tutorial__qr-code-wrapper {
  margin: 30px 0;
}

.page-resources-win88-app-download-tutorial__qr-code {
  width: 180px;
  height: 180px;
  border: 5px solid #FFD700;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.7);
}

.page-resources-win88-app-download-tutorial__qr-code-wrapper p {
  margin-top: 15px;
  font-size: 1.1em;
  color: #FFD700;
}

.page-resources-win88-app-download-tutorial__post-install-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-win88-app-download-tutorial__post-install-item {
  background-color: #0A192F;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 1px solid #FFD70033;
}

.page-resources-win88-app-download-tutorial__item-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-win88-app-download-tutorial__post-install-item p {
  color: #E0E0E0;
  font-size: 0.95em;
  margin-bottom: 25px;
}

.page-resources-win88-app-download-tutorial__item-image {
  max-width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: contain; /* Ensure image content is visible */
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-resources-win88-app-download-tutorial__faq-item {
  background-color: #1A3B69;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-win88-app-download-tutorial__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-win88-app-download-tutorial__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-resources-win88-app-download-tutorial__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-resources-win88-app-download-tutorial__faq-answer {
  font-size: 1.05em;
  color: #E0E0E0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 215, 0, 0.1);
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.page-resources-win88-app-download-tutorial__faq-answer.active {
  display: block;
  opacity: 1;
}

.page-resources-win88-app-download-tutorial__section--cta-final {
  background: linear-gradient(135deg, #FFD700, #E6C200); /* Gold gradient */
  color: #0A192F;
  padding: 80px 0;
}

.page-resources-win88-app-download-tutorial__container--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.page-resources-win88-app-download-tutorial__cta-content {
  flex: 1;
  text-align: left;
}

.page-resources-win88-app-download-tutorial__cta-content .page-resources-win88-app-download-tutorial__section-title {
  color: #0A192F;
  text-align: left;
}

.page-resources-win88-app-download-tutorial__cta-content .page-resources-win88-app-download-tutorial__section-title::after {
  background-color: #0A192F;
  left: 0;
  transform: translateX(0);
}

.page-resources-win88-app-download-tutorial__cta-content .page-resources-win88-app-download-tutorial__description {
  color: #333;
  text-align: left;
  margin-bottom: 0;
}

.page-resources-win88-app-download-tutorial__cta-actions {
  display: flex;
  gap: 20px;
}

.page-resources-win88-app-download-tutorial__section--responsible-gambling {
  background-color: #0A192F;
  padding: 40px 0;
  font-size: 0.9em;
  color: #888;
}

.page-resources-win88-app-download-tutorial__section--responsible-gambling .page-resources-win88-app-download-tutorial__section-title {
  color: #C0C0C0;
  font-size: 1.8em;
  margin-bottom: 20px;
}

.page-resources-win88-app-download-tutorial__section--responsible-gambling .page-resources-win88-app-download-tutorial__section-title::after {
  background-color: #C0C0C0;
  width: 60px;
}

.page-resources-win88-app-download-tutorial__section--responsible-gambling .page-resources-win88-app-download-tutorial__description {
  color: #888;
  font-size: 0.9em;
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-win88-app-download-tutorial__main-title {
    font-size: 2.8em;
  }
  .page-resources-win88-app-download-tutorial__subtitle {
    font-size: 1.2em;
  }
  .page-resources-win88-app-download-tutorial__section-title {
    font-size: 2em;
  }
  .page-resources-win88-app-download-tutorial__container--flex {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-win88-app-download-tutorial__cta-content {
    text-align: center;
  }
  .page-resources-win88-app-download-tutorial__cta-content .page-resources-win88-app-download-tutorial__section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-resources-win88-app-download-tutorial__cta-content .page-resources-win88-app-download-tutorial__description {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-resources-win88-app-download-tutorial__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-win88-app-download-tutorial__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-resources-win88-app-download-tutorial__main-title {
    font-size: 2.2em;
  }
  .page-resources-win88-app-download-tutorial__subtitle {
    font-size: 1em;
  }
  .page-resources-win88-app-download-tutorial__section {
    padding: 40px 0;
  }
  .page-resources-win88-app-download-tutorial__section-title {
    font-size: 1.8em;
  }
  .page-resources-win88-app-download-tutorial__benefits-grid,
  .page-resources-win88-app-download-tutorial__post-install-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-win88-app-download-tutorial__cta-actions {
    flex-direction: column;
    width: 100%;
  }
  .page-resources-win88-app-download-tutorial__cta-actions .page-resources-win88-app-download-tutorial__btn {
    width: 100%;
  }
  .page-resources-win88-app-download-tutorial__qr-code {
    width: 150px;
    height: 150px;
  }
}