/* style/resources-pg88-open-guide.css */

/* Base styles for the page content */
.page-resources-pg88-open-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Text color for dark body background #0a0a0a */
  background-color: transparent; /* Body background is handled by shared.css */
}

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

.page-resources-pg88-open-guide__section {
  padding: 60px 0;
  text-align: center;
}

/* Fixed header offset */
.page-resources-pg88-open-guide__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh; /* Ensure hero is tall enough */
  background: linear-gradient(135deg, #017439, #0a0a0a); /* Blend brand color with dark background */
  color: #ffffff;
}

.page-resources-pg88-open-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  text-align: center;
  padding: 20px;
}