.page-resources-vz99-game-types {
  font-family: 'Arial', sans-serif;
  color: #333;
  background-color: #f8f8f8;
  line-height: 1.6;
}

.page-resources-vz99-game-types__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-vz99-game-types__hero {
  background: linear-gradient(135deg, #0A2342 0%, #1A3A5E 100%);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-vz99-game-types__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 1;
}

.page-resources-vz99-game-types__hero > .page-resources-vz99-game-types__container {
  position: relative;
  z-index: 2;
}

.page-resources-vz99-game-types__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-vz99-game-types__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-resources-vz99-game-types__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2342;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-vz99-game-types__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-vz99-game-types__section {
  padding: 60px 0;
}

.page-resources-vz99-game-types__section--overview {
  background-color: #ffffff;
  text-align: center;
}

.page-resources-vz99-game-types__section-title {
  font-size: 2.5em;
  color: #0A2342;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.page-resources-vz99-game-types__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-vz99-game-types__text {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 20px;
}

.page-resources-vz99-game-types__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-vz99-game-types__category-item {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-resources-vz99-game-types__category-item:hover {
  transform: translateY(-5px);
}

.page-resources-vz99-game-types__category-title {
  font-size: 1.5em;
  color: #0A2342;
  margin-bottom: 15px;
}

.page-resources-vz99-game-types__category-description {
  color: #555;
  font-size: 0.95em;
}

.page-resources-vz99-game-types__section--detail {
  background-color: #f8f8f8;
}

.page-resources-vz99-game-types__section--alt {
  background-color: #ffffff;
}

.page-resources-vz99-game-types__section--detail .page-resources-vz99-game-types__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-vz99-game-types__image--left,
.page-resources-vz99-game-types__image--right {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  margin: 30px 0;
}

.page-resources-vz99-game-types__sub-title {
  font-size: 1.8em;
  color: #0A2342;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-resources-vz99-game-types__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  text-align: left;
  width: 100%;
  max-width: 800px;
}

.page-resources-vz99-game-types__list li {
  background-color: #e9e9e9;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  color: #333;
  font-size: 1.05em;
  border-left: 5px solid #FFD700;
}

.page-resources-vz99-game-types__list li strong {
  color: #0A2342;
}

.page-resources-vz99-game-types__section--why-vz99 {
  background-color: #0A2342;
  color: #ffffff;
  padding: 80px 0;
}

.page-resources-vz99-game-types__section--why-vz99 .page-resources-vz99-game-types__section-title {
  color: #FFD700;
}

.page-resources-vz99-game-types__section--why-vz99 .page-resources-vz99-game-types__section-title::after {
  background-color: #ffffff;
}

.page-resources-vz99-game-types__why-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-vz99-game-types__why-item {
  text-align: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.page-resources-vz99-game-types__why-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-vz99-game-types__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-resources-vz99-game-types__why-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-vz99-game-types__why-description {
  color: #e0e0e0;
  font-size: 1em;
}

.page-resources-vz99-game-types__section--conclusion {
  background-color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-resources-vz99-game-types__cta-button--final {
  margin-top: 40px;
  font-size: 1.2em;
  padding: 18px 35px;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .page-resources-vz99-game-types__section--detail .page-resources-vz99-game-types__container {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    justify-content: space-between;
  }

  .page-resources-vz99-game-types__section--detail .page-resources-vz99-game-types__text,
  .page-resources-vz99-game-types__section--detail .page-resources-vz99-game-types__list {
    max-width: 50%;
  }

  .page-resources-vz99-game-types__image--left {
    order: -1; /* Image on left */
    margin-right: 40px;
    max-width: 450px;
  }

  .page-resources-vz99-game-types__image--right {
    margin-left: 40px;
    max-width: 450px;
  }

  .page-resources-vz99-game-types__section--detail.page-resources-vz99-game-types__section--alt .page-resources-vz99-game-types__image--right {
    order: 1;
  }

  .page-resources-vz99-game-types__title {
    font-size: 4em;
  }
}

@media (max-width: 767px) {
  .page-resources-vz99-game-types__title {
    font-size: 2.5em;
  }

  .page-resources-vz99-game-types__subtitle {
    font-size: 1.1em;
  }

  .page-resources-vz99-game-types__section-title {
    font-size: 2em;
  }

  .page-resources-vz99-game-types__sub-title {
    font-size: 1.5em;
  }

  .page-resources-vz99-game-types__list li {
    padding: 10px 15px;
  }

  .page-resources-vz99-game-types__hero {
    padding: 80px 0 60px;
  }
}

@media (max-width: 480px) {
  .page-resources-vz99-game-types__title {
    font-size: 2em;
  }

  .page-resources-vz99-game-types__subtitle {
    font-size: 1em;
  }

  .page-resources-vz99-game-types__section-title {
    font-size: 1.8em;
  }

  .page-resources-vz99-game-types__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-vz99-game-types__game-categories {
    grid-template-columns: 1fr;
  }

  .page-resources-vz99-game-types__why-list {
    grid-template-columns: 1fr;
  }
}