.page-resources-access-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text on light background for readability */
  background-color: #f8f8f8;
}

.page-resources-access-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #017439, #005f2e);
  color: #ffffff;
  overflow: hidden;
}

.page-resources-access-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-resources-access-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-access-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-resources-access-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-access-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

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

.page-resources-access-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-access-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-access-guide__btn-register {
  background: #C30808; /* Custom color for register */
  color: #ffffff; /* Ensuring contrast */
  border: 2px solid #C30808;
}

.page-resources-access-guide__btn-register:hover {
  background: #a50707;
  border-color: #a50707;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-access-guide__btn-login {
  background: #C30808; /* Custom color for login */
  color: #ffffff; /* Ensuring contrast */
  border: 2px solid #C30808;
}

.page-resources-access-guide__btn-login:hover {
  background: #a50707;
  border-color: #a50707;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-access-guide__btn-primary {
  background: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-resources-access-guide__btn-primary:hover {
  background: #005f2e;
  border-color: #005f2e;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-access-guide__btn-secondary {
  background: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-resources-access-guide__btn-secondary:hover {
  background: #f0f0f0;
  color: #005f2e;
  border-color: #005f2e;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-access-guide__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-resources-access-guide__section {
  padding: 80px 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

.page-resources-access-guide__section:last-of-type {
  border-bottom: none;
}

.page-resources-access-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-access-guide__section-title {
  font-size: 2.5em;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-access-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #017439;
  border-radius: 2px;
}

.page-resources-access-guide__subsection-title {
  font-size: 1.8em;
  color: #017439;
  margin-top: 50px;
  margin-bottom: 25px;
  border-left: 5px solid #017439;
  padding-left: 15px;
}

.page-resources-access-guide__sub-subsection-title {
  font-size: 1.4em;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-access-guide__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-resources-access-guide__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-access-guide__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-access-guide__link-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-access-guide__link-item {
  margin-bottom: 15px;
}

.page-resources-access-guide__link-item a {
  display: block;
  padding: 15px 20px;
  background-color: #f0f8f0;
  border: 1px solid #d0e0d0;
  border-radius: 5px;
  text-decoration: none;
  color: #017439;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-access-guide__link-item a:hover {
  background-color: #e0f0e0;
  transform: translateX(5px);
}