.page-platforms-new-platforms-review {
  font-family: 'Arial', sans-serif;
  color: #F8F8F8; /* Light gray for general text on dark background */
  background-color: #0A2239; /* Primary dark blue background */
  line-height: 1.6;
}

.page-platforms-new-platforms-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-platforms-new-platforms-review__hero {
  background: linear-gradient(135deg, #0A2239 0%, #1a3a5a 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #F8F8F8;
}

.page-platforms-new-platforms-review__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E0B400; /* Secondary gold for emphasis */
  font-weight: bold;
  line-height: 1.2;
}

.page-platforms-new-platforms-review__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #B0C4DE; /* Lighter blue for subtitle */
}

.page-platforms-new-platforms-review__cta-button {
  display: inline-block;
  background-color: #E0B400; /* Secondary gold for CTA */
  color: #0A2239; /* Dark blue text on gold button */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-platforms-new-platforms-review__cta-button:hover {
  background-color: #FFD700; /* Brighter gold on hover */
  transform: translateY(-3px);
}

.page-platforms-new-platforms-review__cta-button--secondary {
  background-color: #0A2239; /* Dark blue button */
  color: #E0B400; /* Gold text on dark blue button */
  border: 2px solid #E0B400;
  margin-left: 20px;
}

.page-platforms-new-platforms-review__cta-button--secondary:hover {
  background-color: #1a3a5a; /* Slightly lighter dark blue on hover */
  border-color: #FFD700;
}

.page-platforms-new-platforms-review__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
}

.page-platforms-new-platforms-review__content-section {
  padding: 60px 0;
  background-color: #0A2239;
}

.page-platforms-new-platforms-review__article {
  background-color: #1a3a5a; /* Slightly lighter dark blue for article background */
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-platforms-new-platforms-review__heading {
  font-size: 2.5em;
  color: #E0B400; /* Gold for main headings */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #E0B400;
  padding-bottom: 10px;
}

.page-platforms-new-platforms-review__sub-heading {
  font-size: 1.8em;
  color: #B0C4DE; /* Lighter blue for sub-headings */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-platforms-new-platforms-review__article p {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #F8F8F8;
}

.page-platforms-new-platforms-review__article strong {
  color: #E0B400;
}

.page-platforms-new-platforms-review__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 1.5em;
  color: #F8F8F8;
}

.page-platforms-new-platforms-review__list li {
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

.page-platforms-new-platforms-review__image-figure {
  margin: 30px 0;
  text-align: center;
}

.page-platforms-new-platforms-review__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-platforms-new-platforms-review__image-caption {
  font-style: italic;
  font-size: 0.9em;
  color: #B0C4DE;
  margin-top: 10px;
}

.page-platforms-new-platforms-review__action-buttons {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(224, 180, 0, 0.3);
}

.page-platforms-new-platforms-review__action-buttons .page-platforms-new-platforms-review__cta-button {
  margin: 0 10px;
}

/* Floating Promotion */
.page-platforms-new-platforms-review__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.page-platforms-new-platforms-review__floating-button {
  background-color: #E0B400; /* Gold button */
  color: #0A2239; /* Dark blue text */
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-platforms-new-platforms-review__floating-button:hover {
  background-color: #FFD700;
  transform: translateY(-3px);
}

.page-platforms-new-platforms-review__floating-icon {
  font-size: 1.5em;
  margin-right: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-platforms-new-platforms-review__title {
    font-size: 2.5em;
  }

  .page-platforms-new-platforms-review__subtitle {
    font-size: 1.2em;
  }

  .page-platforms-new-platforms-review__heading {
    font-size: 2em;
  }

  .page-platforms-new-platforms-review__sub-heading {
    font-size: 1.5em;
  }

  .page-platforms-new-platforms-review__article {
    padding: 20px;
  }

  .page-platforms-new-platforms-review__cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }

  .page-platforms-new-platforms-review__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-platforms-new-platforms-review__action-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-platforms-new-platforms-review__action-buttons .page-platforms-new-platforms-review__cta-button {
    margin: 10px 0;
    width: 80%;
    text-align: center;
  }

  .page-platforms-new-platforms-review__floating-promo {
    bottom: 15px;
    right: 15px;
  }

  .page-platforms-new-platforms-review__floating-button {
    padding: 10px 15px;
    font-size: 1em;
  }

  .page-platforms-new-platforms-review__floating-icon {
    font-size: 1.2em;
    margin-right: 8px;
  }
}

@media (max-width: 480px) {
  .page-platforms-new-platforms-review__title {
    font-size: 2em;
  }

  .page-platforms-new-platforms-review__subtitle {
    font-size: 1em;
  }

  .page-platforms-new-platforms-review__heading {
    font-size: 1.8em;
  }

  .page-platforms-new-platforms-review__article p,
  .page-platforms-new-platforms-review__list li {
    font-size: 0.95em;
  }
}