/* style/bn-c.css */
.page-bn-c {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-bn-c__hero {
  position: relative;
  background: linear-gradient(135deg, #FF4500, #1E90FF);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-bn-c__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.page-bn-c__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  line-height: 1.5;
  color: #fff;
}

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

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

.page-bn-c__btn--primary {
  background-color: #FF4500;
  color: #fff;
  box-shadow: 0 4px 15px rgba(255, 69, 0, 0.4);
}

.page-bn-c__btn--primary:hover {
  background-color: #e63e00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 69, 0, 0.6);
}

.page-bn-c__btn--secondary {
  background-color: #1E90FF;
  color: #fff;
  box-shadow: 0 4px 15px rgba(30, 144, 255, 0.4);
}

.page-bn-c__btn--secondary:hover {
  background-color: #1a7adb;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 144, 255, 0.6);
}

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

.page-bn-c__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  pointer-events: none;
}

.page-bn-c__hero-image {
  width: 100%;
  height: auto;
  opacity: 0.7;
}

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

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

.page-bn-c__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  color: #FF4500;
  font-weight: bold;
}

.page-bn-c__text-content {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px auto;
  text-align: left;
  color: #444;
}

.page-bn-c__image-full-width {
  width: 100%;
  height: auto;
  max-width: 900px;
  margin: 40px auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-bn-c__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.page-bn-c__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: transform 0.3s ease;
}

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

.page-bn-c__feature-title {
  font-size: 1.5em;
  color: #1E90FF;
  margin-bottom: 15px;
}

.page-bn-c__cta-bottom {
  margin-top: 50px;
}

.page-bn-c__guide-step-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-bn-c__guide-step {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-bn-c__step-title {
  font-size: 1.6em;
  color: #FF4500;
  margin-bottom: 15px;
}

.page-bn-c__guide-step p {
  margin-bottom: 20px;
  flex-grow: 1;
  color: #444;
}

.page-bn-c__tips-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}

.page-bn-c__tips-list li {
  background-color: #fff;
  padding: 20px 25px;
  margin-bottom: 15px;
  border-left: 5px solid #1E90FF;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.05em;
  color: #333;
}

.page-bn-c__tips-list li strong {
  color: #FF4500;
}

.page-bn-c__download-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-bn-c__download-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.page-bn-c__download-title {
  font-size: 1.6em;
  color: #1E90FF;
  margin-bottom: 10px;
}

.page-bn-c__download-item p {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 25px;
}

.page-bn-c__qr-code {
  background: linear-gradient(135deg, #FF4500, #FF7F50);
  color: #fff;
}

.page-bn-c__qr-code .page-bn-c__download-title {
  color: #fff;
}

.page-bn-c__qr-code .page-bn-c__download-item p {
  color: #eee;
}

.page-bn-c__qr-image {
  width: 150px;
  height: 150px;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.page-bn-c__final-cta {
  margin-top: 50px;
  font-size: 1.2em;
  font-weight: bold;
  color: #FF4500;
}

.page-bn-c__final-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-bn-c__hero-title {
    font-size: 2.8em;
  }
  .page-bn-c__hero-description {
    font-size: 1.1em;
  }
  .page-bn-c__section-title {
    font-size: 2em;
  }
  .page-bn-c__feature-list, .page-bn-c__guide-step-wrapper, .page-bn-c__download-options {
    grid-template-columns: 1fr;
  }
  .page-bn-c__hero-image-wrapper {
    display: none;
  }
}

@media (max-width: 768px) {
  .page-bn-c__hero {
    padding: 60px 0;
  }
  .page-bn-c__hero-title {
    font-size: 2.2em;
  }
  .page-bn-c__hero-description {
    font-size: 1em;
  }
  .page-bn-c__hero-actions, .page-bn-c__final-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-bn-c__btn {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
  .page-bn-c__section {
    padding: 40px 0;
  }
  .page-bn-c__section-title {
    font-size: 1.8em;
  }
  .page-bn-c__text-content {
    font-size: 1em;
  }
  .page-bn-c__tips-list li {
    font-size: 0.95em;
  }
  .page-bn-c__qr-image {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 480px) {
  .page-bn-c__hero-title {
    font-size: 1.8em;
  }
  .page-bn-c__hero-description {
    font-size: 0.9em;
  }
  .page-bn-c__btn {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-bn-c__section-title {
    font-size: 1.5em;
  }
  .page-bn-c__feature-title, .page-bn-c__step-title, .page-bn-c__download-title {
    font-size: 1.3em;
  }
}