.page-resources-safe-bl555-selection {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-safe-bl555-selection .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-safe-bl555-selection .hero-section {
  background: linear-gradient(135deg, #003366 0%, #001a33 100%); /* Darker blue gradient for depth */
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-safe-bl555-selection .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 204, 0, 0.1); /* Subtle golden overlay */
  pointer-events: none;
}

.page-resources-safe-bl555-selection .hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFCC00; /* Golden color for title */
  font-weight: bold;
}

.page-resources-safe-bl555-selection .hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-safe-bl555-selection .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;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-resources-safe-bl555-selection .btn-primary {
  background-color: #FFCC00; /* Golden background */
  color: #003366; /* Dark blue text */
}

.page-resources-safe-bl555-selection .btn-primary:hover {
  background-color: #e6b800; /* Slightly darker gold on hover */
}

.page-resources-safe-bl555-selection .btn-secondary {
  background-color: #003366; /* Dark blue background */
  color: #FFCC00; /* Golden text */
  border: 2px solid #FFCC00;
}

.page-resources-safe-bl555-selection .btn-secondary:hover {
  background-color: #001a33; /* Darker blue on hover */
  color: #fff;
}

.page-resources-safe-bl555-selection .btn-link {
  color: #003366;
  text-decoration: underline;
  padding: 0;
  background: none;
}

.page-resources-safe-bl555-selection .btn-link:hover {
  color: #FFCC00;
}

.page-resources-safe-bl555-selection .article-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-safe-bl555-selection .article-container {
  max-width: 780px; /* Optimized for long-form reading */
}

.page-resources-safe-bl555-selection .article-content h1,
.page-resources-safe-bl555-selection .article-content h2,
.page-resources-safe-bl555-selection .article-content h3 {
  color: #003366;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-safe-bl555-selection .article-content h2 {
  font-size: 2em;
  border-bottom: 2px solid #FFCC00;
  padding-bottom: 10px;
}

.page-resources-safe-bl555-selection .article-content h3 {
  font-size: 1.5em;
  color: #333;
}

.page-resources-safe-bl555-selection .article-content p {
  margin-bottom: 1em;
  font-size: 1.05em;
  line-height: 1.7;
  color: #444;
}

.page-resources-safe-bl555-selection .article-content a {
  color: #003366;
  text-decoration: underline;
}

.page-resources-safe-bl555-selection .article-content a:hover {
  color: #FFCC00;
}

.page-resources-safe-bl555-selection .article-content ul,
.page-resources-safe-bl555-selection .article-content ol {
  margin-bottom: 1em;
  padding-left: 25px;
}

.page-resources-safe-bl555-selection .article-content li {
  margin-bottom: 0.5em;
  color: #444;
}

.page-resources-safe-bl555-selection .article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-safe-bl555-selection .cta-text {
  text-align: center;
  margin: 40px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #003366;
}

.page-resources-safe-bl555-selection .related-resources {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-safe-bl555-selection .related-resources ul {
  list-style: none;
  padding: 0;
}

.page-resources-safe-bl555-selection .related-resources li {
  margin-bottom: 10px;
}

.page-resources-safe-bl555-selection .related-resources a {
  display: block;
  padding: 10px 15px;
  background-color: #f2f2f2;
  border-radius: 5px;
  text-decoration: none;
  color: #003366;
  transition: background-color 0.3s ease;
}

.page-resources-safe-bl555-selection .related-resources a:hover {
  background-color: #e0e0e0;
  color: #FFCC00;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-safe-bl555-selection .hero-title {
    font-size: 2em;
  }

  .page-resources-safe-bl555-selection .hero-description {
    font-size: 1em;
  }

  .page-resources-safe-bl555-selection .article-content h2 {
    font-size: 1.5em;
  }

  .page-resources-safe-bl555-selection .article-content h3 {
    font-size: 1.2em;
  }

  .page-resources-safe-bl555-selection .article-content p {
    font-size: 0.95em;
  }

  .page-resources-safe-bl555-selection .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}