.page-resources-how-to-choose-safe-platform {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for readability on dark background */
  background-color: #1A1A1A; /* Auxiliary color as main background */
}

.page-resources-how-to-choose-safe-platform .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-choose-safe-platform h1, 
.page-resources-how-to-choose-safe-platform h2, 
.page-resources-how-to-choose-safe-platform h3 {
  color: #FFD700; /* Main color for headings */
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-how-to-choose-safe-platform h1 {
  font-size: 2.8em;
  margin-top: 40px;
}

.page-resources-how-to-choose-safe-platform h2 {
  font-size: 2.2em;
  margin-top: 50px;
}

.page-resources-how-to-choose-safe-platform h3 {
  font-size: 1.6em;
  margin-top: 30px;
  color: #FFD700; /* Ensuring contrast on dark background */
}

.page-resources-how-to-choose-safe-platform p {
  margin-bottom: 15px;
  text-align: justify;
  color: #E0E0E0;
}

.page-resources-how-to-choose-safe-platform strong {
  color: #FFD700;
}

.page-resources-how-to-choose-safe-platform .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-align: center;
}

.page-resources-how-to-choose-safe-platform .btn-primary {
  background-color: #FFD700;
  color: #1A1A1A; /* Dark text on gold button */
  border: 2px solid #FFD700;
}

.page-resources-how-to-choose-safe-platform .btn-primary:hover {
  background-color: #E6C200;
  color: #000000;
}

.page-resources-how-to-choose-safe-platform .btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-how-to-choose-safe-platform .btn-secondary:hover {
  background-color: #FFD700;
  color: #1A1A1A;
}

/* Hero Section */
.page-resources-how-to-choose-safe-platform .hero-section {
  background: linear-gradient(135deg, #1A1A1A 0%, #333333 100%); /* Dark gradient background */
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  text-align: center;
}

.page-resources-how-to-choose-safe-platform .hero-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-resources-how-to-choose-safe-platform .hero-content {
  max-width: 800px;
}

.page-resources-how-to-choose-safe-platform .hero-content h1 {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-resources-how-to-choose-safe-platform .hero-content p {
  font-size: 1.3em;
  color: #F0F0F0;
  margin-bottom: 30px;
}

.page-resources-how-to-choose-safe-platform .hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-how-to-choose-safe-platform .hero-image {
  width: 100%;
  max-width: 600px;
  margin-top: 40px;
}

.page-resources-how-to-choose-safe-platform .hero-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

/* General Section Styling */
.page-resources-how-to-choose-safe-platform section {
  padding: 60px 0;
  background-color: #1A1A1A;
}

.page-resources-how-to-choose-safe-platform section:nth-of-type(even) {
  background-color: #222222;
}

/* Why Safety Section */
.page-resources-how-to-choose-safe-platform .why-safety-section .safety-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-resources-how-to-choose-safe-platform .why-safety-section .point-item {
  background-color: #2A2A2A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-how-to-choose-safe-platform .why-safety-section .point-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.page-resources-how-to-choose-safe-platform .why-safety-section .point-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-how-to-choose-safe-platform .why-safety-section .point-item p {
  color: #C0C0C0;
  font-size: 0.95em;
}

/* Key Factors Section */
.page-resources-how-to-choose-safe-platform .key-factors-section .factor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-choose-safe-platform .key-factors-section .factor-item {
  background-color: #2A2A2A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-how-to-choose-safe-platform .key-factors-section .factor-item img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-resources-how-to-choose-safe-platform .key-factors-section .factor-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-how-to-choose-safe-platform .key-factors-section .factor-item p {
  color: #C0C0C0;
  font-size: 1em;
}

/* How 888to Helps Section */
.page-resources-how-to-choose-safe-platform .how-888to-helps p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}

.page-resources-how-to-choose-safe-platform .how-888to-helps .feature-list {
  max-width: 800px;
  margin: 30px auto;
  padding: 0 20px;
}

.page-resources-how-to-choose-safe-platform .how-888to-helps ul {
  list-style: none;
  padding: 0;
}

.page-resources-how-to-choose-safe-platform .how-888to-helps ul li {
  background-color: #2A2A2A;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  color: #F0F0F0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-choose-safe-platform .how-888to-helps ul li i {
  color: #FFD700;
  margin-right: 15px;
  font-size: 1.3em;
}

.page-resources-how-to-choose-safe-platform .cta-buttons {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Warning Signs Section */
.page-resources-how-to-choose-safe-platform .warning-signs-section .warning-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-choose-safe-platform .warning-signs-section .warning-item {
  background-color: #2A2A2A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-left: 5px solid #FFD700;
}

.page-resources-how-to-choose-safe-platform .warning-signs-section .warning-item img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: grayscale(100%) brightness(150%) sepia(100%) hue-rotate(330deg) saturate(300%); /* Reddish tint for warnings */
}

.page-resources-how-to-choose-safe-platform .warning-signs-section .warning-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-how-to-choose-safe-platform .warning-signs-section .warning-item p {
  color: #C0C0C0;
  font-size: 0.95em;
}

/* FAQ Section */
.page-resources-how-to-choose-safe-platform .faq-section .faq-item {
  background-color: #2A2A2A;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-choose-safe-platform .faq-section .faq-item h3 {
  color: #FFD700;
  text-align: left;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-how-to-choose-safe-platform .faq-section .faq-item p {
  color: #C0C0C0;
  text-align: left;
}

/* Final CTA Section */
.page-resources-how-to-choose-safe-platform .cta-final-section {
  text-align: center;
  background: linear-gradient(135deg, #1A1A1A 0%, #333333 100%);
  padding: 80px 0;
}

.page-resources-how-to-choose-safe-platform .cta-final-section h2 {
  color: #FFD700;
  font-size: 2.5em;
}

.page-resources-how-to-choose-safe-platform .cta-final-section p {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #F0F0F0;
}

.page-resources-how-to-choose-safe-platform .final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-how-to-choose-safe-platform .hero-content h1 {
    font-size: 2.5em;
  }

  .page-resources-how-to-choose-safe-platform h2 {
    font-size: 1.8em;
  }

  .page-resources-how-to-choose-safe-platform h3 {
    font-size: 1.3em;
  }

  .page-resources-how-to-choose-safe-platform .hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-choose-safe-platform .btn {
    width: 100%;
    max-width: 280px;
  }

  .page-resources-how-to-choose-safe-platform .safety-points, 
  .page-resources-how-to-choose-safe-platform .factor-grid, 
  .page-resources-how-to-choose-safe-platform .warning-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-how-to-choose-safe-platform .how-888to-helps ul li {
    font-size: 1em;
  }

  .page-resources-how-to-choose-safe-platform .final-actions {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-choose-safe-platform .hero-content h1 {
    font-size: 2em;
  }

  .page-resources-how-to-choose-safe-platform h2 {
    font-size: 1.5em;
  }

  .page-resources-how-to-choose-safe-platform .hero-content p {
    font-size: 1em;
  }

  .page-resources-how-to-choose-safe-platform .btn {
    padding: 10px 20px;
  }
}