/* style/platform-reviews-platform-g-review.css */
.page-platform-reviews-platform-g-review {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F0F0F0; /* Light text on dark backgrounds */
  background-color: #0A192F; /* Main dark background */
}

.page-platform-reviews-platform-g-review .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-platform-reviews-platform-g-review .bg-dark-blue {
  background-color: #0A192F;
  color: #F0F0F0;
}

.page-platform-reviews-platform-g-review .bg-gold {
  background-color: #FFD700;
  color: #0A192F;
}

.page-platform-reviews-platform-g-review .text-gold {
  color: #FFD700;
}

.page-platform-reviews-platform-g-review .text-dark-blue {
  color: #0A192F;
}

.page-platform-reviews-platform-g-review .hero-section {
  position: relative;
  padding: 120px 0;
  text-align: center;
  background: linear-gradient(135deg, #0A192F, #1A304C);
  overflow: hidden;
}

.page-platform-reviews-platform-g-review .hero-section .container {
  position: relative;
  z-index: 1;
}

.page-platform-reviews-platform-g-review .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-platform-reviews-platform-g-review .hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #E0E0E0;
}

.page-platform-reviews-platform-g-review .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}

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

.page-platform-reviews-platform-g-review .btn-primary {
  background-color: #FFD700;
  color: #0A192F;
  border: 2px solid #FFD700;
}

.page-platform-reviews-platform-g-review .btn-primary:hover {
  background-color: #E6C200;
  border-color: #E6C200;
}

.page-platform-reviews-platform-g-review .btn-gold {
  background-color: #FFD700;
  color: #0A192F;
  border: 2px solid #FFD700;
}

.page-platform-reviews-platform-g-review .btn-gold:hover {
  background-color: #E6C200;
  border-color: #E6C200;
}

.page-platform-reviews-platform-g-review .btn-dark-blue {
  background-color: #0A192F;
  color: #FFD700;
  border: 2px solid #0A192F;
}

.page-platform-reviews-platform-g-review .btn-dark-blue:hover {
  background-color: #1A304C;
  border-color: #1A304C;
}

.page-platform-reviews-platform-g-review .btn-dark-blue-outline {
  background-color: transparent;
  color: #0A192F;
  border: 2px solid #0A192F;
}

.page-platform-reviews-platform-g-review .btn-dark-blue-outline:hover {
  background-color: #0A192F;
  color: #FFD700;
}

.page-platform-reviews-platform-g-review .content-section {
  padding: 80px 0;
}

.page-platform-reviews-platform-g-review .section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD700;
}

.page-platform-reviews-platform-g-review .intro-section .section-title {
  color: #FFD700;
}

.page-platform-reviews-platform-g-review .subsection-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-platform-reviews-platform-g-review p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-platform-reviews-platform-g-review .features-section p {
  color: #E0E0E0;
}

.page-platform-reviews-platform-g-review .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-platform-reviews-platform-g-review .feature-item {
  background-color: #1A304C;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-platform-reviews-platform-g-review .feature-image {
  width: 100%;
  max-width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-platform-reviews-platform-g-review .feature-title {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-platform-reviews-platform-g-review .content-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-platform-reviews-platform-g-review .promotions-section .promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-platform-reviews-platform-g-review .promotion-item {
  background-color: #1A304C;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-platform-reviews-platform-g-review .promotion-image {
  width: 100%;
  max-width: 350px;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-platform-reviews-platform-g-review .promotion-title {
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-platform-reviews-platform-g-review .promotion-note {
  text-align: center;
  font-style: italic;
  margin-top: 40px;
  color: #B0B0B0;
}

.page-platform-reviews-platform-g-review .guide-list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-platform-reviews-platform-g-review .guide-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-platform-reviews-platform-g-review .guide-list li strong {
  color: #FFD700;
}

.page-platform-reviews-platform-g-review .cta-section {
  padding: 80px 0;
  text-align: center;
}

.page-platform-reviews-platform-g-review .cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
}

.page-platform-reviews-platform-g-review .cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-platform-reviews-platform-g-review .cta-buttons .btn {
  margin: 0 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-platform-reviews-platform-g-review .hero-title {
    font-size: 2.8em;
  }
  .page-platform-reviews-platform-g-review .section-title {
    font-size: 2em;
  }
  .page-platform-reviews-platform-g-review .subsection-title {
    font-size: 1.5em;
  }
  .page-platform-reviews-platform-g-review .feature-grid, .page-platform-reviews-platform-g-review .promotion-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-platform-reviews-platform-g-review .hero-section {
    padding: 80px 0;
  }
  .page-platform-reviews-platform-g-review .hero-title {
    font-size: 2.2em;
  }
  .page-platform-reviews-platform-g-review .hero-description {
    font-size: 1.1em;
  }
  .page-platform-reviews-platform-g-review .section-title {
    font-size: 1.8em;
  }
  .page-platform-reviews-platform-g-review .content-section {
    padding: 60px 0;
  }
  .page-platform-reviews-platform-g-review .btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-platform-reviews-platform-g-review .cta-title {
    font-size: 2.2em;
  }
  .page-platform-reviews-platform-g-review .cta-description {
    font-size: 1.1em;
  }
  .page-platform-reviews-platform-g-review .cta-buttons .btn {
    display: block;
    margin: 15px auto;
  }
}

@media (max-width: 480px) {
  .page-platform-reviews-platform-g-review .hero-title {
    font-size: 1.8em;
  }
  .page-platform-reviews-platform-g-review .hero-description {
    font-size: 1em;
  }
  .page-platform-reviews-platform-g-review .section-title {
    font-size: 1.5em;
  }
  .page-platform-reviews-platform-g-review .subsection-title {
    font-size: 1.3em;
  }
  .page-platform-reviews-platform-g-review p {
    font-size: 1em;
  }
  .page-platform-reviews-platform-g-review .feature-grid, .page-platform-reviews-platform-g-review .promotion-grid {
    grid-template-columns: 1fr;
  }
  .page-platform-reviews-platform-g-review .cta-title {
    font-size: 1.8em;
  }
  .page-platform-reviews-platform-g-review .cta-description {
    font-size: 1em;
  }
}