.page-resources-platform-review-0123win {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-platform-review-0123win .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-platform-review-0123win .hero-section {
  background: linear-gradient(135deg, #007bff, #4da3ff);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-platform-review-0123win .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.page-resources-platform-review-0123win .hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  opacity: 0.9;
}

.page-resources-platform-review-0123win .hero-cta {
  background-color: #ffc107;
  color: #333;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
}

.page-resources-platform-review-0123win .hero-cta:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-resources-platform-review-0123win .hero-image {
  max-width: 80%;
  height: auto;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-platform-review-0123win .section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-platform-review-0123win .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-resources-platform-review-0123win .introduction-section, 
.page-resources-platform-review-0123win .security-section, 
.page-resources-platform-review-0123win .games-section, 
.page-resources-platform-review-0123win .transactions-section, 
.page-resources-platform-review-0123win .promotions-section, 
.page-resources-platform-review-0123win .app-download-section, 
.page-resources-platform-review-0123win .customer-service-section, 
.page-resources-platform-review-0123win .conclusion-section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-platform-review-0123win .introduction-section p, 
.page-resources-platform-review-0123win .transactions-section p, 
.page-resources-platform-review-0123win .promotions-section p, 
.page-resources-platform-review-0123win .app-download-section p, 
.page-resources-platform-review-0123win .customer-service-section p, 
.page-resources-platform-review-0123win .conclusion-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-platform-review-0123win .btn {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-platform-review-0123win .btn-primary {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff;
}

.page-resources-platform-review-0123win .btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.page-resources-platform-review-0123win .btn-secondary {
  background-color: #ffc107;
  color: #333;
  border: 1px solid #ffc107;
}

.page-resources-platform-review-0123win .btn-secondary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
}

.page-resources-platform-review-0123win .btn-link {
  color: #007bff;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
}

.page-resources-platform-review-0123win .btn-link:hover {
  color: #0056b3;
}

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

.page-resources-platform-review-0123win .feature-item {
  text-align: center;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-resources-platform-review-0123win .feature-item:hover {
  transform: translateY(-5px);
}

.page-resources-platform-review-0123win .feature-item .feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.page-resources-platform-review-0123win .feature-item h3 {
  color: #007bff;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-resources-platform-review-0123win .game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-platform-review-0123win .game-category-item {
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-platform-review-0123win .game-category-item:hover {
  transform: translateY(-7px);
}

.page-resources-platform-review-0123win .game-category-item .category-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-resources-platform-review-0123win .game-category-item h3 {
  color: #007bff;
  font-size: 1.4em;
  margin: 20px 0 10px;
}

.page-resources-platform-review-0123win .game-category-item p {
  padding: 0 20px 20px;
  font-size: 0.95em;
  color: #555;
}

.page-resources-platform-review-0123win .transaction-image, 
.page-resources-platform-review-0123win .customer-service-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-platform-review-0123win .promotions-section .promotion-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-platform-review-0123win .promotions-section .promotion-list li {
  background-color: #e9f7ff;
  border-left: 5px solid #007bff;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.1em;
}

.page-resources-platform-review-0123win .promotions-section .promotion-list li strong {
  color: #0056b3;
}

.page-resources-platform-review-0123win .download-options {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-platform-review-0123win .download-item {
  text-align: center;
  background-color: #f0f8ff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  width: 300px;
}

.page-resources-platform-review-0123win .download-item .download-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.page-resources-platform-review-0123win .download-item h3 {
  color: #007bff;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-resources-platform-review-0123win .conclusion-section .btn-lg {
  padding: 18px 40px;
  font-size: 1.4em;
  border-radius: 50px;
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-platform-review-0123win .hero-title {
    font-size: 2.8em;
  }
  .page-resources-platform-review-0123win .hero-subtitle {
    font-size: 1.3em;
  }
  .page-resources-platform-review-0123win .section-title {
    font-size: 2em;
  }
  .page-resources-platform-review-0123win .feature-grid, 
  .page-resources-platform-review-0123win .game-categories {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-platform-review-0123win .hero-section {
    padding: 80px 0;
  }
  .page-resources-platform-review-0123win .hero-title {
    font-size: 2.2em;
  }
  .page-resources-platform-review-0123win .hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-platform-review-0123win .hero-cta {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-resources-platform-review-0123win .section-title {
    font-size: 1.8em;
  }
  .page-resources-platform-review-0123win .introduction-section, 
  .page-resources-platform-review-0123win .security-section, 
  .page-resources-platform-review-0123win .games-section, 
  .page-resources-platform-review-0123win .transactions-section, 
  .page-resources-platform-review-0123win .promotions-section, 
  .page-resources-platform-review-0123win .app-download-section, 
  .page-resources-platform-review-0123win .customer-service-section, 
.page-resources-platform-review-0123win .conclusion-section {
    padding: 40px 0;
  }
  .page-resources-platform-review-0123win .feature-grid, 
  .page-resources-platform-review-0123win .game-categories, 
  .page-resources-platform-review-0123win .download-options {
    grid-template-columns: 1fr;
  }
  .page-resources-platform-review-0123win .download-item {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .page-resources-platform-review-0123win .hero-title {
    font-size: 1.8em;
  }
  .page-resources-platform-review-0123win .hero-subtitle {
    font-size: 1em;
  }
  .page-resources-platform-review-0123win .hero-image {
    max-width: 95%;
  }
  .page-resources-platform-review-0123win .section-title {
    font-size: 1.5em;
  }
  .page-resources-platform-review-0123win .introduction-section p, 
  .page-resources-platform-review-0123win .transactions-section p, 
  .page-resources-platform-review-0123win .promotions-section p, 
  .page-resources-platform-review-0123win .app-download-section p, 
  .page-resources-platform-review-0123win .customer-service-section p, 
  .page-resources-platform-review-0123win .conclusion-section p {
    font-size: 0.95em;
  }
  .page-resources-platform-review-0123win .conclusion-section .btn-lg {
    font-size: 1.2em;
    padding: 15px 30px;
  }
}