/* style/news-new-game-release-february.css */
.page-news-new-game-release-february {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A2463;
  line-height: 1.6;
}

.page-news-new-game-release-february__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-news-new-game-release-february__section {
  padding: 60px 0;
  text-align: center;
}

.page-news-new-game-release-february__section--overview,
.page-news-new-game-release-february__section--games,
.page-news-new-game-release-february__section--why-choose,
.page-news-new-game-release-february__section--guide,
.page-news-new-game-release-february__section--future,
.page-news-new-game-release-february__section--faq {
  background-color: #0A2463; /* Primary dark blue */
  color: #E0E0E0;
}

.page-news-new-game-release-february__section--cta-final {
  background-color: #1A3E85; /* Slightly lighter dark blue for contrast */
  color: #FFFFFF;
}

.page-news-new-game-release-february__section-title {
  font-size: 2.8em;
  color: #FFD700; /* Secondary gold for titles */
  margin-bottom: 30px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-news-new-game-release-february__section-title--white {
  color: #FFFFFF;
}

.page-news-new-game-release-february__sub-title {
  font-size: 2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-news-new-game-release-february__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #E0E0E0;
}

.page-news-new-game-release-february__text-content--white {
  color: #FFFFFF;
}

.page-news-new-game-release-february a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-news-new-game-release-february a:hover {
  color: #FFE066; /* Lighter gold on hover */
  text-decoration: underline;
}

/* Hero Section */
.page-news-new-game-release-february__hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A2463 0%, #1A3E85 100%); /* Gradient from primary to slightly lighter blue */
  min-height: 500px;
  color: #FFFFFF;
}

.page-news-new-game-release-february__hero-content {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  text-align: left;
  margin-right: 40px;
}

.page-news-new-game-release-february__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for hero title */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

.page-news-new-game-release-february__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-news-new-game-release-february__hero-image-container {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-news-new-game-release-february__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

/* Buttons */
.page-news-new-game-release-february__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  border: none;
}

.page-news-new-game-release-february__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0A2463; /* Dark blue text */
}

.page-news-new-game-release-february__btn--primary:hover {
  background-color: #FFE066; /* Lighter gold on hover */
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.page-news-new-game-release-february__btn--secondary {
  background-color: #1A3E85; /* Darker blue button */
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
  padding: 10px 20px;
  font-size: 1em;
}

.page-news-new-game-release-february__btn--secondary:hover {
  background-color: #FFD700; /* Gold background on hover */
  color: #0A2463; /* Dark blue text on hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-news-new-game-release-february__btn--accent {
  background-color: #FFD700;
  color: #0A2463;
  border: 2px solid #FFD700;
}

.page-news-new-game-release-february__btn--accent:hover {
  background-color: #FFE066;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.page-news-new-game-release-february__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-news-new-game-release-february__btn--center {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

/* Image Styling */
.page-news-new-game-release-february__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-news-new-game-release-february__image--full-width {
  width: 100%;
}

.page-news-new-game-release-february__image--half-width {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Game Categories */
.page-news-new-game-release-february__game-category {
  margin-bottom: 60px;
  padding: 40px;
  background-color: #1A3E85; /* Slightly lighter dark blue for category background */
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-news-new-game-release-february__game-category-title {
  font-size: 2.2em;
  color: #FFD700;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-news-new-game-release-february__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-news-new-game-release-february__game-card {
  background-color: #0A2463; /* Primary dark blue for card background */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-news-new-game-release-february__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-news-new-game-release-february__game-thumbnail {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 2px solid #FFD700;
}

.page-news-new-game-release-february__game-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-news-new-game-release-february__game-description {
  font-size: 0.95em;
  color: #CCCCCC;
  margin-bottom: 20px;
}

/* Why Choose Section */
.page-news-new-game-release-february__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-news-new-game-release-february__feature-card {
  background-color: #1A3E85;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-news-new-game-release-february__feature-card:hover {
  transform: translateY(-5px);
}

.page-news-new-game-release-february__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.page-news-new-game-release-february__feature-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-news-new-game-release-february__feature-description {
  font-size: 1em;
  color: #E0E0E0;
}

/* Guide Section */
.page-news-new-game-release-february__ordered-list {
  list-style-type: decimal;
  text-align: left;
  max-width: 800px;
  margin: 30px auto;
  padding-left: 20px;
  color: #E0E0E0;
}

.page-news-new-game-release-february__ordered-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-news-new-game-release-february__ordered-list li strong {
  color: #FFD700;
}

/* FAQ Section */
.page-news-new-game-release-february__faq-item {
  background-color: #1A3E85;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.page-news-new-game-release-february__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-news-new-game-release-february__faq-answer {
  font-size: 1em;
  color: #E0E0E0;
}

/* Final CTA Section */
.page-news-new-game-release-february__container--flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-news-new-game-release-february__hero {
    flex-direction: column;
    text-align: center;
  }

  .page-news-new-game-release-february__hero-content {
    margin-right: 0;
    margin-bottom: 40px;
    max-width: 100%;
  }

  .page-news-new-game-release-february__hero-title {
    font-size: 2.8em;
  }

  .page-news-new-game-release-february__hero-description {
    font-size: 1.1em;
  }

  .page-news-new-game-release-february__image--half-width {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .page-news-new-game-release-february__section-title {
    font-size: 2.2em;
  }

  .page-news-new-game-release-february__sub-title {
    font-size: 1.8em;
  }

  .page-news-new-game-release-february__hero-title {
    font-size: 2.5em;
  }

  .page-news-new-game-release-february__game-category {
    padding: 25px;
  }

  .page-news-new-game-release-february__game-category-title {
    font-size: 1.8em;
  }

  .page-news-new-game-release-february__feature-title {
    font-size: 1.4em;
  }

  .page-news-new-game-release-february__faq-question {
    font-size: 1.2em;
  }

  .page-news-new-game-release-february__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-news-new-game-release-february__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-news-new-game-release-february__hero {
    padding: 60px 15px;
  }

  .page-news-new-game-release-february__hero-title {
    font-size: 2em;
  }

  .page-news-new-game-release-february__hero-description {
    font-size: 1em;
  }

  .page-news-new-game-release-february__section-title {
    font-size: 1.8em;
  }

  .page-news-new-game-release-february__sub-title {
    font-size: 1.5em;
  }

  .page-news-new-game-release-february__game-grid {
    grid-template-columns: 1fr;
  }

  .page-news-new-game-release-february__image--half-width {
    width: 100%;
  }
}