.page-bn-c-hng-dn {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #0F0F1A;
  line-height: 1.6;
}

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

.page-bn-c-hng-dn__hero {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: #1A1A2E;
}

.page-bn-c-hng-dn__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6;
}

.page-bn-c-hng-dn__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.8), rgba(233, 69, 96, 0.6));
  z-index: 2;
}

.page-bn-c-hng-dn__hero-content {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
  max-width: 800px;
  padding: 20px;
}

.page-bn-c-hng-dn__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E94560;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-bn-c-hng-dn__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #F5F5F5;
}

.page-bn-c-hng-dn__hero-button,
.page-bn-c-hng-dn__cta-button {
  display: inline-block;
  background-color: #E94560;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-bn-c-hng-dn__hero-button:hover,
.page-bn-c-hng-dn__cta-button:hover {
  background-color: #d13a52;
  transform: translateY(-3px);
}

.page-bn-c-hng-dn__section {
  padding: 60px 0;
  background-color: #1A1A2E;
  margin-bottom: 20px;
}

.page-bn-c-hng-dn__section:nth-of-type(even) {
  background-color: #0F0F1A;
}

.page-bn-c-hng-dn__section-title {
  font-size: 2.5em;
  color: #E94560;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-bn-c-hng-dn__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E94560;
  border-radius: 2px;
}

.page-bn-c-hng-dn__intro p {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-bn-c-hng-dn__intro strong {
  color: #E94560;
}

.page-bn-c-hng-dn__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-bn-c-hng-dn__rule-item {
  background-color: #2A2A3E;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

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

.page-bn-c-hng-dn__rule-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-bn-c-hng-dn__rule-item h3 {
  color: #E94560;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-bn-c-hng-dn__rule-item p {
  color: #CCCCCC;
  font-size: 1em;
}

.page-bn-c-hng-dn__fish-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-bn-c-hng-dn__fish-card {
  background-color: #2A2A3E;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-bn-c-hng-dn__fish-image {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
  margin-bottom: 15px;
  border-radius: 8px;
}

.page-bn-c-hng-dn__fish-card h4 {
  color: #E94560;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-bn-c-hng-dn__fish-card p {
  color: #CCCCCC;
  font-size: 0.95em;
}

.page-bn-c-hng-dn__strategies article {
  background-color: #2A2A3E;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-bn-c-hng-dn__strategies h3 {
  color: #E94560;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-bn-c-hng-dn__strategies p {
  color: #E0E0E0;
  font-size: 1.1em;
  margin-bottom: 15px;
  text-align: justify;
}

.page-bn-c-hng-dn__article-image {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
}

.page-bn-c-hng-dn__skills ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-bn-c-hng-dn__skills li {
  background-color: #2A2A3E;
  padding: 15px 25px;
  margin-bottom: 10px;
  border-radius: 8px;
  color: #E0E0E0;
  font-size: 1.1em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #E94560;
}

.page-bn-c-hng-dn__skills li strong {
  color: #E94560;
}

.page-bn-c-hng-dn__responsible-gaming p {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-bn-c-hng-dn__cta-wrapper {
  text-align: center;
  padding: 40px;
  background: linear-gradient(45deg, #1A1A2E, #2A2A3E);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-bn-c-hng-dn__cta-wrapper .page-bn-c-hng-dn__section-title {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.page-bn-c-hng-dn__cta-wrapper .page-bn-c-hng-dn__section-title::after {
  background-color: #FFFFFF;
}

.page-bn-c-hng-dn__cta-wrapper p {
  font-size: 1.2em;
  color: #F5F5F5;
  margin-bottom: 30px;
}

.page-bn-c-hng-dn__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-bn-c-hng-dn__cta-button--secondary {
  background-color: #1A1A2E;
  border: 2px solid #E94560;
}

.page-bn-c-hng-dn__cta-button--secondary:hover {
  background-color: #2A2A3E;
  border-color: #d13a52;
  transform: translateY(-3px);
}

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

  .page-bn-c-hng-dn__hero-description {
    font-size: 1.1em;
  }

  .page-bn-c-hng-dn__section-title {
    font-size: 2em;
  }

  .page-bn-c-hng-dn__content-grid,
  .page-bn-c-hng-dn__fish-gallery {
    grid-template-columns: 1fr;
  }

  .page-bn-c-hng-dn__hero {
    height: 400px;
  }

  .page-bn-c-hng-dn__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-bn-c-hng-dn__hero-title {
    font-size: 2em;
  }

  .page-bn-c-hng-dn__hero-description {
    font-size: 1em;
  }

  .page-bn-c-hng-dn__section {
    padding: 40px 0;
  }

  .page-bn-c-hng-dn__section-title {
    font-size: 1.8em;
  }

  .page-bn-c-hng-dn__hero-button,
  .page-bn-c-hng-dn__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}