.page-resources-hot646-safety-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text on light body background */
  background-color: #FFFFFF; /* Explicitly set for content area if needed, but body background is already white */
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-hot646-safety-guide__hero-section {
  background-color: #000000; /* Dark background for hero to contrast with content */
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-hot646-safety-guide__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-resources-hot646-safety-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Slightly dim image to make text readable */
  z-index: 0;
}

.page-resources-hot646-safety-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}

.page-resources-hot646-safety-guide__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  position: relative;
  z-index: 1;
  color: #F0F0F0;
}

.page-resources-hot646-safety-guide__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.page-resources-hot646-safety-guide__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
}

.page-resources-hot646-safety-guide__button--register {
  background-color: #FFFFFF; /* Register color */
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-hot646-safety-guide__button--register:hover {
  background-color: #E0E0E0;
  transform: translateY(-2px);
}

.page-resources-hot646-safety-guide__button--login {
  background-color: #FCBC45; /* Login color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-hot646-safety-guide__button--login:hover {
  background-color: #E6A83C;
  transform: translateY(-2px);
}

.page-resources-hot646-safety-guide__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 40px auto;
  padding: 0 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-hot646-safety-guide__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-hot646-safety-guide__back-link:hover {
  color: #FCBC45;
}

.page-resources-hot646-safety-guide__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-hot646-safety-guide__article-subheading {
  font-size: 1.6em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-hot646-safety-guide__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-resources-hot646-safety-guide__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Ensure images are not too small */
  min-height: 200px;
}

.page-resources-hot646-safety-guide__call-to-action {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px;
  text-align: center;
  border-radius: 8px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.page-resources-hot646-safety-guide__call-to-action-title {
  font-size: 2em;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-resources-hot646-safety-guide__call-to-action-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #F0F0F0;
}

.page-resources-hot646-safety-guide__button--register-large {
  background-color: #FFFFFF;
  color: #000000;
  padding: 18px 35px;
  font-size: 1.2em;
  margin-right: 15px;
  border: 2px solid #FFFFFF;
}

.page-resources-hot646-safety-guide__button--register-large:hover {
  background-color: #E0E0E0;
  transform: translateY(-2px);
}

.page-resources-hot646-safety-guide__button--download-app {
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 35px;
  font-size: 1.2em;
  border: 2px solid #FCBC45;
}

.page-resources-hot646-safety-guide__button--download-app:hover {
  background-color: #E6A83C;
  transform: translateY(-2px);
}

.page-resources-hot646-safety-guide__related-resources {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #E0E0E0;
}

.page-resources-hot646-safety-guide__related-resources-heading {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 20px;
}

.page-resources-hot646-safety-guide__related-resources-list {
  list-style: none;
  padding: 0;
}

.page-resources-hot646-safety-guide__related-resources-list li {
  margin-bottom: 10px;
}

.page-resources-hot646-safety-guide__related-resources-list li a {
  color: #000000;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-hot646-safety-guide__related-resources-list li a:hover {
  color: #FCBC45;
  text-decoration: underline;
}

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

  .page-resources-hot646-safety-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-hot646-safety-guide__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-hot646-safety-guide__button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .page-resources-hot646-safety-guide__content-area {
    margin: 20px auto;
    padding: 0 15px;
  }

  .page-resources-hot646-safety-guide__article-heading {
    font-size: 1.8em;
  }

  .page-resources-hot646-safety-guide__article-subheading {
    font-size: 1.4em;
  }

  .page-resources-hot646-safety-guide__article-paragraph {
    font-size: 1em;
  }

  .page-resources-hot646-safety-guide__call-to-action {
    padding: 30px 20px;
  }

  .page-resources-hot646-safety-guide__call-to-action-title {
    font-size: 1.8em;
  }

  .page-resources-hot646-safety-guide__button--register-large,
  .page-resources-hot646-safety-guide__button--download-app {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-resources-hot646-safety-guide__button--download-app {
    margin-bottom: 0;
  }

  /* Mobile content area image constraint */
  .page-resources-hot646-safety-guide img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-hot646-safety-guide {
    overflow-x: hidden;
  }
}