/* style/video-tutorials-gameplay-demos.css */
.page-video-tutorials-gameplay-demos {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A2342; /* Main dark blue background */
}

.page-video-tutorials-gameplay-demos__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-video-tutorials-gameplay-demos__hero {
  position: relative;
  background: linear-gradient(135deg, #0A2342 0%, #1A3F6C 100%);
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}

.page-video-tutorials-gameplay-demos__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}

.page-video-tutorials-gameplay-demos__hero .page-video-tutorials-gameplay-demos__container {
  position: relative;
  z-index: 1;
}

.page-video-tutorials-gameplay-demos__title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-video-tutorials-gameplay-demos__subtitle {
  font-size: 1.3em;
  color: #F0F0F0; /* Slightly lighter text for subtitle */
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-video-tutorials-gameplay-demos__btn--hero {
  background-color: #FFD700; /* Gold button */
  color: #0A2342; /* Dark blue text on gold */
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-video-tutorials-gameplay-demos__btn--hero:hover {
  background-color: #E0B800;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-video-tutorials-gameplay-demos__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-video-tutorials-gameplay-demos__section:last-of-type {
  border-bottom: none;
}

.page-video-tutorials-gameplay-demos__heading {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section headings */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-video-tutorials-gameplay-demos__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-video-tutorials-gameplay-demos__description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #B0B0B0;
}

.page-video-tutorials-gameplay-demos__game-card {
  background-color: #1A3F6C; /* Slightly lighter dark blue for cards */
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-video-tutorials-gameplay-demos__game-card:nth-child(even) {
  background-color: #0F2A4C;
}

.page-video-tutorials-gameplay-demos__game-title {
  font-size: 2em;
  color: #FFD700; /* Gold for game titles */
  margin-bottom: 25px;
}

.page-video-tutorials-gameplay-demos__game-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-video-tutorials-gameplay-demos__game-intro,
.page-video-tutorials-gameplay-demos__game-text {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #D0D0D0;
  text-align: left;
  width: 100%;
  max-width: 800px;
}

.page-video-tutorials-gameplay-demos__game-subheading {
  font-size: 1.5em;
  color: #FFD700; /* Gold for subheadings */
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
  max-width: 800px;
}

.page-video-tutorials-gameplay-demos__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
  max-width: 800px;
  text-align: left;
}

.page-video-tutorials-gameplay-demos__list li {
  background-color: #0F2A4C; /* Darker blue for list items */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #FFD700; /* Gold accent */
  border-radius: 5px;
  color: #F0F0F0;
  font-size: 1em;
}

.page-video-tutorials-gameplay-demos__list li strong {
  color: #FFD700;
}

.page-video-tutorials-gameplay-demos__btn--primary {
  background-color: #FFD700;
  color: #0A2342;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3);
}

.page-video-tutorials-gameplay-demos__btn--primary:hover {
  background-color: #E0B800;
  transform: translateY(-2px);
}

.page-video-tutorials-gameplay-demos__btn--secondary {
  background-color: #0A2342;
  color: #FFD700;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-video-tutorials-gameplay-demos__btn--secondary:hover {
  background-color: #1A3F6C;
  transform: translateY(-2px);
}

.page-video-tutorials-gameplay-demos__list--benefits li {
  font-size: 1.1em;
  background-color: #1A3F6C;
  border-left-color: #FFD700;
}

.page-video-tutorials-gameplay-demos__image-full-width {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 10px;
  margin: 40px auto;
  display: block;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-video-tutorials-gameplay-demos__registration-guide ol {
  counter-reset: step-counter;
  list-style: none;
  padding: 0;
  margin: 0 auto 40px auto;
  max-width: 800px;
}

.page-video-tutorials-gameplay-demos__registration-guide ol li {
  counter-increment: step-counter;
  background-color: #1A3F6C;
  margin-bottom: 20px;
  padding: 20px 20px 20px 60px;
  border-radius: 10px;
  position: relative;
  font-size: 1.1em;
  color: #F0F0F0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-left: none;
}

.page-video-tutorials-gameplay-demos__registration-guide ol li::before {
  content: counter(step-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFD700;
  color: #0A2342;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2em;
}

.page-video-tutorials-gameplay-demos__call-to-action {
  font-size: 1.2em;
  text-align: center;
  margin-top: 40px;
  color: #FFD700;
  font-weight: bold;
}

.page-video-tutorials-gameplay-demos__btn--lg {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-video-tutorials-gameplay-demos__faq-item {
  background-color: #1A3F6C;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-video-tutorials-gameplay-demos__faq-question {
  font-size: 1.4em;
  color: #FFD700; /* Gold for FAQ questions */
  margin-bottom: 10px;
}

.page-video-tutorials-gameplay-demos__faq-answer {
  font-size: 1.05em;
  color: #D0D0D0;
}

.page-video-tutorials-gameplay-demos__conclusion .page-video-tutorials-gameplay-demos__description {
  margin-bottom: 30px;
}

.page-video-tutorials-gameplay-demos__btn--footer {
  background-color: #FFD700;
  color: #0A2342;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
  padding: 18px 40px;
  font-size: 1.3em;
  margin-top: 40px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-video-tutorials-gameplay-demos__btn--footer:hover {
  background-color: #E0B800;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.7);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-video-tutorials-gameplay-demos__hero {
    padding: 80px 0;
  }

  .page-video-tutorials-gameplay-demos__title {
    font-size: 2.5em;
  }

  .page-video-tutorials-gameplay-demos__subtitle {
    font-size: 1.1em;
  }

  .page-video-tutorials-gameplay-demos__heading {
    font-size: 2em;
  }

  .page-video-tutorials-gameplay-demos__description {
    font-size: 1em;
  }

  .page-video-tutorials-gameplay-demos__game-card {
    padding: 25px;
  }

  .page-video-tutorials-gameplay-demos__game-title {
    font-size: 1.6em;
  }

  .page-video-tutorials-gameplay-demos__game-subheading {
    font-size: 1.3em;
  }

  .page-video-tutorials-gameplay-demos__list li {
    padding: 10px 15px;
  }

  .page-video-tutorials-gameplay-demos__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-video-tutorials-gameplay-demos__btn--lg {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-video-tutorials-gameplay-demos__faq-question {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-video-tutorials-gameplay-demos__hero {
    padding: 60px 0;
  }

  .page-video-tutorials-gameplay-demos__title {
    font-size: 2em;
  }

  .page-video-tutorials-gameplay-demos__subtitle {
    font-size: 0.95em;
  }

  .page-video-tutorials-gameplay-demos__heading {
    font-size: 1.8em;
  }

  .page-video-tutorials-gameplay-demos__description {
    font-size: 0.9em;
  }

  .page-video-tutorials-gameplay-demos__game-card {
    padding: 20px;
  }

  .page-video-tutorials-gameplay-demos__game-title {
    font-size: 1.4em;
  }

  .page-video-tutorials-gameplay-demos__game-subheading {
    font-size: 1.1em;
  }

  .page-video-tutorials-gameplay-demos__list li {
    font-size: 0.9em;
  }

  .page-video-tutorials-gameplay-demos__btn--hero, .page-video-tutorials-gameplay-demos__btn--footer {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-video-tutorials-gameplay-demos__registration-guide ol li {
    padding: 15px 15px 15px 50px;
    font-size: 1em;
  }

  .page-video-tutorials-gameplay-demos__registration-guide ol li::before {
    width: 30px;
    height: 30px;
    font-size: 1em;
    left: 15px;
  }

  .page-video-tutorials-gameplay-demos__faq-question {
    font-size: 1.1em;
  }
  .page-video-tutorials-gameplay-demos__faq-answer {
    font-size: 0.95em;
  }
}