.page-bn-c {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

.page-bn-c__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-bn-c__grid {
  display: grid;
  gap: 30px;
  align-items: center;
}

@media (min-width: 768px) {
  .page-bn-c__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-bn-c__section {
  padding: 60px 0;
}

.page-bn-c__section:nth-of-type(even) {
  background-color: #e9ecef;
}

.page-bn-c__section-title {
  font-size: 2.5em;
  color: #0056B3;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-bn-c__section-subtitle {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #555;
}

.page-bn-c__hero {
  background: linear-gradient(135deg, #0056B3, #003d80);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-bn-c__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 900;
  color: #FFD700; /* Auxiliary color for emphasis */
}

.page-bn-c__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-bn-c__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-bn-c__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  text-align: center;
}

.page-bn-c__btn--primary {
  background-color: #FFD700; /* Auxiliary color */
  color: #003d80; /* Darker shade of primary for contrast */
  border: 2px solid #FFD700;
}

.page-bn-c__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  color: #0028ff; /* Complementary for hover */
}

.page-bn-c__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-bn-c__btn--secondary:hover {
  background-color: #FFD700;
  color: #003d80;
}

.page-bn-c__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 5px;
}

.page-bn-c__btn--large {
  padding: 20px 40px;
  font-size: 1.2em;
}

.page-bn-c__content {
  text-align: left;
}

.page-bn-c__content p {
  margin-bottom: 15px;
  color: #444;
}

.page-bn-c__image-wrapper {
  text-align: center;
}

.page-bn-c__img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-bn-c__steps {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  text-align: center;
}

.page-bn-c__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-bn-c__step-item:hover {
  transform: translateY(-5px);
}

.page-bn-c__step-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.page-bn-c__step-title {
  font-size: 1.5em;
  color: #0056B3;
  margin-bottom: 15px;
}

.page-bn-c__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-bn-c__list li {
  background-color: #f0f8ff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #0056B3;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333;
}

.page-bn-c__list li strong {
  color: #003d80;
}

.page-bn-c__version-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  text-align: center;
}

.page-bn-c__version-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  transition: transform 0.3s ease;
}

.page-bn-c__version-card:hover {
  transform: translateY(-7px);
}

.page-bn-c__version-img {
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-bn-c__version-title {
  font-size: 1.6em;
  color: #0056B3;
  margin-bottom: 10px;
}

.page-bn-c__version-description {
  font-size: 0.95em;
  color: #666;
  margin-bottom: 20px;
}

.page-bn-c__section-footer {
  text-align: center;
  margin-top: 40px;
  font-style: italic;
  color: #555;
}

.page-bn-c__advantages {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  text-align: center;
}

.page-bn-c__advantage-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-bn-c__advantage-item:hover {
  transform: translateY(-5px);
}

.page-bn-c__advantage-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.page-bn-c__advantage-title {
  font-size: 1.4em;
  color: #0056B3;
  margin-bottom: 10px;
}

.page-bn-c__cta {
  background: linear-gradient(135deg, #0056B3, #003d80);
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-bn-c__cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .page-bn-c__hero-title {
    font-size: 2.5em;
  }

  .page-bn-c__hero-description {
    font-size: 1em;
  }

  .page-bn-c__section-title {
    font-size: 2em;
  }

  .page-bn-c__hero-actions {
    flex-direction: column;
  }

  .page-bn-c__btn {
    width: 100%;
  }

  .page-bn-c__grid {
    grid-template-columns: 1fr;
  }

  .page-bn-c__image-wrapper {
    order: -1; /* Image first on mobile */
    margin-bottom: 30px;
  }
}