.page-games-lobby-landlord-game-guide {
  font-family: 'Arial', sans-serif;
  color: #F0F0F0;
  background-color: #001F3F;
  line-height: 1.6;
  padding: 20px;
}

.page-games-lobby-landlord-game-guide__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #001F3F 0%, #003366 100%);
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-games-lobby-landlord-game-guide__hero-content {
  max-width: 800px;
  margin-bottom: 30px;
}

.page-games-lobby-landlord-game-guide__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-games-lobby-landlord-game-guide__hero-title .highlight {
  color: #FFD700;
}

.page-games-lobby-landlord-game-guide__hero-description {
  font-size: 1.3em;
  color: #C0C0C0;
  margin-bottom: 30px;
}

.page-games-lobby-landlord-game-guide__hero-image-container {
  width: 100%;
  max-width: 900px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-games-lobby-landlord-game-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-games-lobby-landlord-game-guide__section {
  max-width: 1200px;
  margin: 0 auto 50px auto;
  padding: 40px;
  background-color: #002D59;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-games-lobby-landlord-game-guide__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-games-lobby-landlord-game-guide__section-title .highlight {
  color: #FFD700;
}

.page-games-lobby-landlord-game-guide__subsection-title {
  font-size: 1.8em;
  color: #F0F0F0;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid #004080;
  padding-bottom: 10px;
}

.page-games-lobby-landlord-game-guide__text {
  font-size: 1.1em;
  color: #D0D0D0;
  margin-bottom: 20px;
}

.page-games-lobby-landlord-game-guide__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-games-lobby-landlord-game-guide__grid-item {
  background-color: #003366;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-games-lobby-landlord-game-guide__grid-item .page-games-lobby-landlord-game-guide__subsection-title {
  font-size: 1.5em;
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 0;
  color: #FFD700;
}

.page-games-lobby-landlord-game-guide__cards-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.page-games-lobby-landlord-game-guide__cards-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-games-lobby-landlord-game-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  color: #D0D0D0;
  font-size: 1.1em;
}

.page-games-lobby-landlord-game-guide__list li {
  margin-bottom: 10px;
}

.page-games-lobby-landlord-game-guide__list li strong {
  color: #FFD700;
}

.page-games-lobby-landlord-game-guide__list--tips {
  list-style-type: decimal;
  margin-left: 25px;
  font-size: 1.1em;
  color: #D0D0D0;
}

.page-games-lobby-landlord-game-guide__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-games-lobby-landlord-game-guide__strategy-item {
  background-color: #003366;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-games-lobby-landlord-game-guide__strategy-image {
  max-width: 100%;
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-games-lobby-landlord-game-guide__strategy-item .page-games-lobby-landlord-game-guide__subsection-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.page-games-lobby-landlord-game-guide__cta-section {
  text-align: center;
  padding: 50px 20px;
  background: linear-gradient(45deg, #003366, #004080);
  margin-top: 50px;
}

.page-games-lobby-landlord-game-guide__cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}

.page-games-lobby-landlord-game-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  min-width: 220px;
  text-align: center;
}

.page-games-lobby-landlord-game-guide__cta-button--primary {
  background-color: #FFD700;
  color: #001F3F;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-games-lobby-landlord-game-guide__cta-button--primary:hover {
  background-color: #E0C000;
  transform: translateY(-3px);
}

.page-games-lobby-landlord-game-guide__cta-button--secondary {
  background-color: #004080;
  color: #FFD700;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 10px rgba(0, 64, 128, 0.4);
}

.page-games-lobby-landlord-game-guide__cta-button--secondary:hover {
  background-color: #0050A0;
  transform: translateY(-3px);
}

.page-games-lobby-landlord-game-guide a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-games-lobby-landlord-game-guide a:hover {
  color: #E0C000;
  text-decoration: underline;
}

.page-games-lobby-landlord-game-guide .brand-link {
  font-weight: bold;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .page-games-lobby-landlord-game-guide__hero {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
    padding: 80px 40px;
  }

  .page-games-lobby-landlord-game-guide__hero-content {
    margin-bottom: 0;
    margin-right: 40px;
    flex: 1;
  }

  .page-games-lobby-landlord-game-guide__hero-title {
    font-size: 4em;
  }

  .page-games-lobby-landlord-game-guide__hero-description {
    font-size: 1.4em;
  }

  .page-games-lobby-landlord-game-guide__hero-image-container {
    flex: 1;
  }

  .page-games-lobby-landlord-game-guide__cards-display {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }

  .page-games-lobby-landlord-game-guide__cards-image {
    max-width: 50%;
  }

  .page-games-lobby-landlord-game-guide__list {
    margin-left: 40px;
    flex: 1;
  }

  .page-games-lobby-landlord-game-guide__cta-buttons {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .page-games-lobby-landlord-game-guide__hero-title {
    font-size: 4.5em;
  }

  .page-games-lobby-landlord-game-guide__section-title {
    font-size: 3em;
  }
}