.page-resources-voslot-beginner-guide {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-voslot-beginner-guide__hero-section {
  background-color: #f0f0f0; /* Light background for hero */
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-resources-voslot-beginner-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.6); /* Slightly darken image for text readability */
}

.page-resources-voslot-beginner-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  color: #FFFFFF; /* Light text on darkened hero image */
}

.page-resources-voslot-beginner-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

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

.page-resources-voslot-beginner-guide__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-voslot-beginner-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;
  white-space: nowrap;
}

.page-resources-voslot-beginner-guide__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-voslot-beginner-guide__button--register:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}

.page-resources-voslot-beginner-guide__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-voslot-beginner-guide__button--login:hover {
  background-color: #e0a53a;
  transform: translateY(-2px);
}

.page-resources-voslot-beginner-guide__button--primary-cta {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  font-size: 1.2em;
  padding: 18px 35px;
  margin-top: 30px;
}

.page-resources-voslot-beginner-guide__button--primary-cta:hover {
  background-color: #e0a53a;
  transform: translateY(-2px);
}

.page-resources-voslot-beginner-guide__button--secondary {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
  margin-top: 30px;
}

.page-resources-voslot-beginner-guide__button--secondary:hover {
  background-color: #333333;
  transform: translateY(-2px);
}

.page-resources-voslot-beginner-guide__article-section {
  padding: 60px 20px;
  background-color: #FFFFFF;
}

.page-resources-voslot-beginner-guide__article-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-voslot-beginner-guide__intro-paragraph {
  font-size: 1.15em;
  margin-bottom: 30px;
  line-height: 1.7;
  color: #444444;
}

.page-resources-voslot-beginner-guide__heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  line-height: 1.3;
}

.page-resources-voslot-beginner-guide__sub-heading {
  font-size: 1.7em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-voslot-beginner-guide__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-voslot-beginner-guide__ordered-list,
.page-resources-voslot-beginner-guide__unordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-resources-voslot-beginner-guide__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

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

.page-resources-voslot-beginner-guide__inline-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-voslot-beginner-guide__inline-link:hover {
  text-decoration: underline;
}

.page-resources-voslot-beginner-guide__related-resources-section {
  background-color: #f8f8f8;
  padding: 60px 20px;
  text-align: center;
}

.page-resources-voslot-beginner-guide__related-resources-container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-voslot-beginner-guide__resource-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  justify-content: center;
}

.page-resources-voslot-beginner-guide__resource-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-voslot-beginner-guide__resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-voslot-beginner-guide__resource-card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-resources-voslot-beginner-guide__resource-card-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  line-height: 1.3;
}

.page-resources-voslot-beginner-guide__resource-card-title a {
  color: #000000;
  text-decoration: none;
}

.page-resources-voslot-beginner-guide__resource-card-title a:hover {
  color: #FCBC45;
}

.page-resources-voslot-beginner-guide__resource-card-description {
  font-size: 0.95em;
  color: #555555;
  margin-bottom: 15px;
}

.page-resources-voslot-beginner-guide__resource-card-link {
  display: inline-block;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.3s ease;
}

.page-resources-voslot-beginner-guide__resource-card-link:hover {
  border-color: #FCBC45;
}

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

  .page-resources-voslot-beginner-guide__hero-description {
    font-size: 1.1em;
  }

  .page-resources-voslot-beginner-guide__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-voslot-beginner-guide__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-voslot-beginner-guide__heading {
    font-size: 1.8em;
  }

  .page-resources-voslot-beginner-guide__sub-heading {
    font-size: 1.4em;
  }

  .page-resources-voslot-beginner-guide__article-section,
  .page-resources-voslot-beginner-guide__related-resources-section {
    padding: 40px 15px;
  }

  /* Mobile image overflow prevention */
  .page-resources-voslot-beginner-guide img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-voslot-beginner-guide__resource-card-image {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .page-resources-voslot-beginner-guide__hero-title {
    font-size: 2em;
  }

  .page-resources-voslot-beginner-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-voslot-beginner-guide__button {
    width: 90%;
  }

  .page-resources-voslot-beginner-guide__heading {
    font-size: 1.5em;
  }

  .page-resources-voslot-beginner-guide__sub-heading {
    font-size: 1.2em;
  }

  .page-resources-voslot-beginner-guide__resource-card-image {
    height: 150px;
  }
}