.page-resources-understanding-nh88-security {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-understanding-nh88-security__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-understanding-nh88-security__hero {
  background: linear-gradient(135deg, #003366, #FFCC00);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-resources-understanding-nh88-security__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-understanding-nh88-security__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-understanding-nh88-security__cta-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 15px 30px;
  border-radius: 50px;
  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-resources-understanding-nh88-security__cta-button:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
}

.page-resources-understanding-nh88-security__cta-button--secondary {
  background-color: #003366;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-resources-understanding-nh88-security__cta-button--secondary:hover {
  background-color: #002244;
  border-color: #e6b800;
}

.page-resources-understanding-nh88-security__cta-button--final {
  margin-top: 40px;
  background-color: #FFCC00;
  color: #003366;
  font-size: 1.3em;
  padding: 20px 40px;
}

.page-resources-understanding-nh88-security__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-resources-understanding-nh88-security__section:last-of-type {
  border-bottom: none;
}

.page-resources-understanding-nh88-security__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-understanding-nh88-security__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-resources-understanding-nh88-security__sub-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-understanding-nh88-security p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-understanding-nh88-security ul {
  list-style-type: disc;
  margin-left: 40px;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-understanding-nh88-security ul li {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.page-resources-understanding-nh88-security__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-understanding-nh88-security__hero-title {
    font-size: 2.5em;
  }

  .page-resources-understanding-nh88-security__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-understanding-nh88-security__section-title {
    font-size: 2em;
  }

  .page-resources-understanding-nh88-security__sub-title {
    font-size: 1.5em;
  }

  .page-resources-understanding-nh88-security p,
  .page-resources-understanding-nh88-security ul li {
    font-size: 1em;
  }

  .page-resources-understanding-nh88-security__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-understanding-nh88-security__cta-button--final {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-understanding-nh88-security__hero {
    padding: 60px 0;
  }

  .page-resources-understanding-nh88-security__hero-title {
    font-size: 2em;
  }

  .page-resources-understanding-nh88-security__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-understanding-nh88-security__section {
    padding: 40px 0;
  }

  .page-resources-understanding-nh88-security__section-title {
    font-size: 1.8em;
  }

  .page-resources-understanding-nh88-security__sub-title {
    font-size: 1.3em;
  }

  .page-resources-understanding-nh88-security__cta-button {
    width: 100%;
    max-width: 280px;
  }
}