/* style/resources-jun88-link-2-safe-access-guide.css */
.page-resources-jun88-link-2-safe-access-guide {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark #1a1a2e, so text should be light */
  background-color: transparent; /* Inherit from shared.css or body */
}

.page-resources-jun88-link-2-safe-access-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background: linear-gradient(135deg, #017439, #005a2e);
  color: #ffffff;
  overflow: hidden;
}

.page-resources-jun88-link-2-safe-access-guide__hero-content {
  max-width: 900px;
  z-index: 10;
  margin-bottom: 40px;
}

.page-resources-jun88-link-2-safe-access-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
}

.page-resources-jun88-link-2-safe-access-guide__hero-description {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-jun88-link-2-safe-access-guide__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-jun88-link-2-safe-access-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.2;
}

.page-resources-jun88-link-2-safe-access-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%) blur(3px); /* This is for background only, not content images */
}

.page-resources-jun88-link-2-safe-access-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  color: #ffffff; /* Default text color for dark body background */
}

.page-resources-jun88-link-2-safe-access-guide__section-title {
  font-size: 2.5em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-resources-jun88-link-2-safe-access-guide__text-block {
  font-size: 1.05em;
  line-height: 1.7;
  margin-bottom: 40px;
  text-align: justify;
}

.page-resources-jun88-link-2-safe-access-guide__card-grid,
.page-resources-jun88-link-2-safe-access-guide__features-grid,
.page-resources-jun88-link-2-safe-access-guide__benefits-grid,
.page-resources-jun88-link-2-safe-access-guide__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-resources-jun88-link-2-safe-access-guide__card,
.page-resources-jun88-link-2-safe-access-guide__feature-item,
.page-resources-jun88-link-2-safe-access-guide__benefit-item,
.page-resources-jun88-link-2-safe-access-guide__game-category-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
}

.page-resources-jun88-link-2-safe-access-guide__card:hover,
.page-resources-jun88-link-2-safe-access-guide__feature-item:hover,
.page-resources-jun88-link-2-safe-access-guide__benefit-item:hover,
.page-resources-jun88-link-2-safe-access-guide__game-category-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-jun88-link-2-safe-access-guide__card-title,
.page-resources-jun88-link-2-safe-access-guide__feature-title,
.page-resources-jun88-link-2-safe-access-guide__benefit-title,
.page-resources-jun88-link-2-safe-access-guide__game-category-title {
  font-size: 1.6em;
  color: #017439;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-jun88-link-2-safe-access-guide__card p,
.page-resources-jun88-link-2-safe-access-guide__feature-item p,
.page-resources-jun88-link-2-safe-access-guide__benefit-item p,
.page-resources-jun88-link-2-safe-access-guide__game-category-item p {
  color: #f0f0f0;
}

.page-resources-jun88-link-2-safe-access-guide__image-full-width {
  margin: 40px 0;
  text-align: center;
}

.page-resources-jun88-link-2-safe-access-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.page-resources-jun88-link-2-safe-access-guide__steps-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

.page-resources-jun88-link-2-safe-access-guide__step-item {
  background: rgba(255, 255, 255, 0.1);
  border-left: 5px solid #017439;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  color: #ffffff;
}

.page-resources-jun88-link-2-safe-access-guide__step-title {
  font-size: 1.8em;
  color: #017439;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-resources-jun88-link-2-safe-access-guide__step-item p {
  color: #f0f0f0;
}

.page-resources-jun88-link-2-safe-access-guide__game-showcase {
  margin: 40px 0;
  text-align: center;
}

.page-resources-jun88-link-2-safe-access-guide__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jun88-link-2-safe-access-guide__faq-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  color: #ffffff;
}