.page-resources-nohu67-expert-tips {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

.page-resources-nohu67-expert-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-nohu67-expert-tips__hero {
  background: linear-gradient(135deg, #003366 0%, #004080 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-resources-nohu67-expert-tips__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-resources-nohu67-expert-tips__hero h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFCC00; /* Accent color for title */
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-nohu67-expert-tips__hero p {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-nohu67-expert-tips__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-resources-nohu67-expert-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-resources-nohu67-expert-tips__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-resources-nohu67-expert-tips__section:nth-of-type(odd) {
  background-color: #fcfcfc;
}

.page-resources-nohu67-expert-tips__section h2 {
  font-size: 2.5em;
  color: #003366;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-nohu67-expert-tips__section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-resources-nohu67-expert-tips__section h3 {
  font-size: 1.8em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 15px;
  border-left: 5px solid #FFCC00;
  padding-left: 15px;
}

.page-resources-nohu67-expert-tips__section p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #444;
}

.page-resources-nohu67-expert-tips__section ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #555;
}

.page-resources-nohu67-expert-tips__section ul li {
  margin-bottom: 10px;
}

.page-resources-nohu67-expert-tips__section ul ul {
  list-style: circle;
  margin-left: 20px;
  font-size: 1em;
}

.page-resources-nohu67-expert-tips__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.page-resources-nohu67-expert-tips__btn--primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-resources-nohu67-expert-tips__btn--primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-nohu67-expert-tips__btn--secondary {
  background-color: #003366;
  color: #fff;
  border: 2px solid #003366;
  margin-right: 15px;
}

.page-resources-nohu67-expert-tips__btn--secondary:hover {
  background-color: #002244;
  border-color: #002244;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-nohu67-expert-tips__btn--tertiary {
  background-color: transparent;
  color: #003366;
  border: 2px solid #003366;
}

.page-resources-nohu67-expert-tips__btn--tertiary:hover {
  background-color: #003366;
  color: #FFCC00;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-nohu67-expert-tips__cta-group {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-resources-nohu67-expert-tips__content-with-image {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-resources-nohu67-expert-tips__content-with-image--reverse {
  flex-direction: row-reverse;
}

.page-resources-nohu67-expert-tips__text-content {
  flex: 1;
}

.page-resources-nohu67-expert-tips__image-wrapper {
  flex: 1;
  min-width: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-nohu67-expert-tips__image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.page-resources-nohu67-expert-tips__image:hover {
  transform: scale(1.03);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-nohu67-expert-tips__hero h1 {
    font-size: 2.5em;
  }

  .page-resources-nohu67-expert-tips__hero p {
    font-size: 1.1em;
  }

  .page-resources-nohu67-expert-tips__section h2 {
    font-size: 2em;
  }

  .page-resources-nohu67-expert-tips__section h3 {
    font-size: 1.5em;
  }

  .page-resources-nohu67-expert-tips__content-with-image,
  .page-resources-nohu67-expert-tips__content-with-image--reverse {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-nohu67-expert-tips__image-wrapper {
    margin-top: 30px;
  }

  .page-resources-nohu67-expert-tips__cta-group {
    flex-direction: column;
    gap: 10px;
  }

  .page-resources-nohu67-expert-tips__btn--secondary {
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .page-resources-nohu67-expert-tips__hero {
    padding: 80px 0;
  }

  .page-resources-nohu67-expert-tips__hero h1 {
    font-size: 2em;
  }

  .page-resources-nohu67-expert-tips__hero p {
    font-size: 1em;
  }

  .page-resources-nohu67-expert-tips__section {
    padding: 40px 0;
  }

  .page-resources-nohu67-expert-tips__section h2 {
    font-size: 1.8em;
  }

  .page-resources-nohu67-expert-tips__section h3 {
    font-size: 1.3em;
  }

  .page-resources-nohu67-expert-tips__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-nohu67-expert-tips__container {
    padding: 0 15px;
  }
}