/* style/download-nohu67.css */
.page-download-nohu67 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for default light body background */
  background-color: #f8f8f8;
}

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

.page-download-nohu67__hero-section {
  background: linear-gradient(135deg, #FFD700, #8B0000);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-download-nohu67__hero-content {
  position: relative;
  z-index: 1;
}

.page-download-nohu67__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-download-nohu67__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-download-nohu67__download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.page-download-nohu67__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-download-nohu67__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  border: 2px solid #FFD700;
}

.page-download-nohu67__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-download-nohu67__btn--secondary {
  background-color: #8B0000; /* Dark Red */
  color: #FFD700; /* Gold */
  border: 2px solid #8B0000;
}

.page-download-nohu67__btn--secondary:hover {
  background-color: #6a0000;
  border-color: #6a0000;
  transform: translateY(-2px);
}

.page-download-nohu67__hero-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-top: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-download-nohu67__section-title {
  font-size: 2.5em;
  color: #8B0000; /* Dark Red */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-download-nohu67__section-description {
  font-size: 1.1em;
  color: #555555;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.page-download-nohu67__why-download-section,
.page-download-nohu67__installation-guide-section,
.page-download-nohu67__app-features-section {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-download-nohu67__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-download-nohu67__feature-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border-top: 5px solid #FFD700;
}

.page-download-nohu67__feature-card:hover {
  transform: translateY(-5px);
}

.page-download-nohu67__feature-icon {
  width: 150px; /* Increased size */
  height: 150px; /* Increased size */
  margin-bottom: 20px;
  color: #FFD700;
  border-radius: 50%;
  object-fit: cover;
}

.page-download-nohu67__feature-title {
  font-size: 1.5em;
  color: #8B0000;
  margin-bottom: 15px;
}

.page-download-nohu67__feature-text {
  color: #666666;
  font-size: 1em;
}

.page-download-nohu67__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-download-nohu67__step-card {
  background-color: #fdfdfd;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #8B0000;
}

.page-download-nohu67__step-title {
  font-size: 1.4em;
  color: #8B0000;
  margin-bottom: 15px;
}

.page-download-nohu67__step-text {
  color: #555555;
  margin-bottom: 20px;
}

.page-download-nohu67__step-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.page-download-nohu67__note-text {
  text-align: center;
  margin-top: 40px;
  font-style: italic;
  color: #777777;
}

.page-download-nohu67__features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-download-nohu67__feature-item {
  background-color: #fdfdfd;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  border-bottom: 3px solid #FFD700;
}

.page-download-nohu67__item-title {
  font-size: 1.3em;
  color: #8B0000;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-download-nohu67__item-text {
  color: #666666;
}

.page-download-nohu67__cta-section {
  background: linear-gradient(135deg, #8B0000, #FFD700);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  border-radius: 10px;
  margin: 40px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-download-nohu67__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-download-nohu67__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-download-nohu67__btn--large {
  padding: 18px 40px;
  font-size: 1.3em;
  background-color: #FFD700;
  color: #8B0000;
  border: 2px solid #FFD700;
}

.page-download-nohu67__btn--large:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px) scale(1.02);
}

.page-download-nohu67__cta-subtext {
  margin-top: 25px;
  font-size: 1.1em;
  color: #f5f5f5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-download-nohu67__hero-title {
    font-size: 2.5em;
  }
  .page-download-nohu67__hero-description {
    font-size: 1.1em;
  }
  .page-download-nohu67__download-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-download-nohu67__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-download-nohu67__section-title {
    font-size: 2em;
  }
  .page-download-nohu67__cta-title {
    font-size: 2.2em;
  }
  .page-download-nohu67__hero-image {
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-download-nohu67__hero-title {
    font-size: 2em;
  }
  .page-download-nohu67__hero-description {
    font-size: 1em;
  }
  .page-download-nohu67__btn {
    padding: 12px 20px;
    font-size: 1em;
    width: 90%;
  }
  .page-download-nohu67__section-title {
    font-size: 1.8em;
  }
  .page-download-nohu67__cta-title {
    font-size: 1.8em;
  }
  .page-download-nohu67__hero-section {
    padding: 60px 0;
  }
  .page-download-nohu67__why-download-section,
  .page-download-nohu67__installation-guide-section,
  .page-download-nohu67__app-features-section {
    padding: 40px 0;
  }
  .page-download-nohu67__feature-icon {
    width: 120px;
    height: 120px;
  }
}