.page-resources-18win-game-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
}

.page-resources-18win-game-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-18win-game-strategy__hero {
  background: linear-gradient(135deg, #0A2342 0%, #1a3a60 100%); /* Dark blue gradient */
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-18win-game-strategy__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,geometric,pattern_dark]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-18win-game-strategy__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for emphasis */
  position: relative;
  z-index: 1;
}

.page-resources-18win-game-strategy__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-18win-game-strategy__section {
  padding: 60px 0;
}

.page-resources-18win-game-strategy__section--white {
  background-color: #FFFFFF;
  color: #0A2342;
}

.page-resources-18win-game-strategy__section--dark {
  background-color: #0A2342;
  color: #E0E0E0;
}

.page-resources-18win-game-strategy__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #0A2342;
  font-weight: bold;
}

.page-resources-18win-game-strategy__section-title--light {
  color: #FFD700;
}

.page-resources-18win-game-strategy__text--light {
  color: #E0E0E0;
  text-align: center;
  margin-bottom: 30px;
}

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

.page-resources-18win-game-strategy__feature-card {
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-resources-18win-game-strategy__feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-18win-game-strategy__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-resources-18win-game-strategy__card-title {
  font-size: 1.5em;
  color: #0A2342;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-18win-game-strategy__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333;
}

.page-resources-18win-game-strategy__list--light {
  color: #E0E0E0;
}

.page-resources-18win-game-strategy__list li {
  margin-bottom: 10px;
}

.page-resources-18win-game-strategy__game-strategy {
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
}

.page-resources-18win-game-strategy__game-title {
  font-size: 2em;
  color: #0A2342;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.page-resources-18win-game-strategy__strategy-subtitle {
  font-size: 1.3em;
  color: #0A2342;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-18win-game-strategy__strategy-subtitle--light {
  color: #FFD700;
}

.page-resources-18win-game-strategy__game-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin: 20px auto;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-18win-game-strategy__app-download {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-resources-18win-game-strategy__app-info {
  text-align: center;
  max-width: 600px;
}

.page-resources-18win-game-strategy__app-image-wrapper {
  background-color: #f0f0f0;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-18win-game-strategy__app-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  border-radius: 10px;
}

.page-resources-18win-game-strategy__faq {
  margin-top: 40px;
}

.page-resources-18win-game-strategy__faq-item {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-18win-game-strategy__faq-question {
  font-size: 1.25em;
  color: #0A2342;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-18win-game-strategy__faq-answer {
  color: #555;
}

.page-resources-18win-game-strategy__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
}

.page-resources-18win-game-strategy__btn--primary {
  background-color: #FFD700;
  color: #0A2342;
  border: 2px solid #FFD700;
}

.page-resources-18win-game-strategy__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-18win-game-strategy__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-18win-game-strategy__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2342;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-18win-game-strategy__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 30px;
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.page-resources-18win-game-strategy__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-18win-game-strategy__center-cta {
  text-align: center;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .page-resources-18win-game-strategy__app-download {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: left;
  }

  .page-resources-18win-game-strategy__app-info {
    text-align: left;
  }

  .page-resources-18win-game-strategy__app-image-wrapper {
    order: 2;
  }
}

@media (max-width: 768px) {
  .page-resources-18win-game-strategy__hero-title {
    font-size: 2.5em;
  }

  .page-resources-18win-game-strategy__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-18win-game-strategy__section-title {
    font-size: 2em;
  }

  .page-resources-18win-game-strategy__grid {
    grid-template-columns: 1fr;
  }

  .page-resources-18win-game-strategy__app-download {
    flex-direction: column;
  }

  .page-resources-18win-game-strategy__app-image-wrapper {
    order: 1; /* Image on top for mobile */
  }

  .page-resources-18win-game-strategy__app-info {
    order: 2;
  }
}

@media (max-width: 480px) {
  .page-resources-18win-game-strategy__hero-title {
    font-size: 2em;
  }

  .page-resources-18win-game-strategy__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-18win-game-strategy__section-title {
    font-size: 1.8em;
  }

  .page-resources-18win-game-strategy__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-18win-game-strategy__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}