/* style/platform-reviews-88vin-deep-dive.css */
.page-platform-reviews-88vin-deep-dive {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for readability on dark background */
  background-color: #1A1A2E; /* Dark blue/black auxiliary color */
}

.page-platform-reviews-88vin-deep-dive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-platform-reviews-88vin-deep-dive__hero {
  background: linear-gradient(135deg, #FFD700, #1A1A2E);
  color: #1A1A2E;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-platform-reviews-88vin-deep-dive__hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 215, 0, 0.2) 0%, rgba(26, 26, 46, 0) 70%);
  transform: rotate(45deg);
  opacity: 0.3;
}

.page-platform-reviews-88vin-deep-dive__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #1A1A2E;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-platform-reviews-88vin-deep-dive__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #333;
}

.page-platform-reviews-88vin-deep-dive__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-platform-reviews-88vin-deep-dive__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-platform-reviews-88vin-deep-dive__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #1A1A2E; /* Dark blue/black */
}

.page-platform-reviews-88vin-deep-dive__btn--primary:hover {
  background-color: #E0B800;
  transform: translateY(-2px);
}

.page-platform-reviews-88vin-deep-dive__btn--secondary {
  background-color: #1A1A2E; /* Dark blue/black */
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-platform-reviews-88vin-deep-dive__btn--secondary:hover {
  background-color: #0F0F1A;
  color: #E0B800;
  transform: translateY(-2px);
}

.page-platform-reviews-88vin-deep-dive__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-platform-reviews-88vin-deep-dive__section:last-of-type {
  border-bottom: none;
}

.page-platform-reviews-88vin-deep-dive__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-platform-reviews-88vin-deep-dive__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-platform-reviews-88vin-deep-dive__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
  text-align: justify;
}

.page-platform-reviews-88vin-deep-dive__section h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-platform-reviews-88vin-deep-dive__section ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-platform-reviews-88vin-deep-dive__section li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-platform-reviews-88vin-deep-dive__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.page-platform-reviews-88vin-deep-dive__image--full-width {
  width: 100%;
}

.page-platform-reviews-88vin-deep-dive__image--half-width {
  width: 70%;
}

.page-platform-reviews-88vin-deep-dive__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-platform-reviews-88vin-deep-dive__game-item {
  background-color: rgba(255, 215, 0, 0.05);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-platform-reviews-88vin-deep-dive__game-item:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 215, 0, 0.1);
}

.page-platform-reviews-88vin-deep-dive__game-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-platform-reviews-88vin-deep-dive__game-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-platform-reviews-88vin-deep-dive__game-item p {
  font-size: 1em;
  color: #CCCCCC;
}

.page-platform-reviews-88vin-deep-dive__actions-center {
  text-align: center;
  margin-top: 40px;
}

.page-platform-reviews-88vin-deep-dive__actions-center--mt {
  margin-top: 60px;
}

.page-platform-reviews-88vin-deep-dive__section--intro p strong,
.page-platform-reviews-88vin-deep-dive__section--security p strong,
.page-platform-reviews-88vin-deep-dive__section--games p strong,
.page-platform-reviews-88vin-deep-dive__section--ux p strong,
.page-platform-reviews-88vin-deep-dive__section--payment p strong,
.page-platform-reviews-88vin-deep-dive__section--promotions p strong,
.page-platform-reviews-88vin-deep-dive__section--support p strong,
.page-platform-reviews-88vin-deep-dive__section--app-download p strong,
.page-platform-reviews-88vin-deep-dive__section--conclusion p strong {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-platform-reviews-88vin-deep-dive__title {
    font-size: 2.8em;
  }
  .page-platform-reviews-88vin-deep-dive__subtitle {
    font-size: 1.3em;
  }
  .page-platform-reviews-88vin-deep-dive__section-title {
    font-size: 2em;
  }
  .page-platform-reviews-88vin-deep-dive__section h3 {
    font-size: 1.6em;
  }
  .page-platform-reviews-88vin-deep-dive__image--half-width {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .page-platform-reviews-88vin-deep-dive__hero {
    padding: 80px 0;
  }
  .page-platform-reviews-88vin-deep-dive__title {
    font-size: 2.2em;
  }
  .page-platform-reviews-88vin-deep-dive__subtitle {
    font-size: 1.1em;
  }
  .page-platform-reviews-88vin-deep-dive__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-platform-reviews-88vin-deep-dive__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-platform-reviews-88vin-deep-dive__section {
    padding: 40px 0;
  }
  .page-platform-reviews-88vin-deep-dive__section-title {
    font-size: 1.8em;
  }
  .page-platform-reviews-88vin-deep-dive__section p,
  .page-platform-reviews-88vin-deep-dive__section li {
    font-size: 1em;
  }
  .page-platform-reviews-88vin-deep-dive__image--half-width {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-platform-reviews-88vin-deep-dive__title {
    font-size: 1.8em;
  }
  .page-platform-reviews-88vin-deep-dive__subtitle {
    font-size: 1em;
  }
  .page-platform-reviews-88vin-deep-dive__btn {
    width: 90%;
  }
  .page-platform-reviews-88vin-deep-dive__section-title {
    font-size: 1.5em;
  }
  .page-platform-reviews-88vin-deep-dive__game-grid {
    grid-template-columns: 1fr;
  }
}