/* style/resources-how-to-safely-access-w88.css */
.page-resources-how-to-safely-access-w88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default light text for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-resources-how-to-safely-access-w88__section {
  padding: 60px 20px;
  text-align: center;
}

.page-resources-how-to-safely-access-w88__dark-bg {
  background-color: #000080; /* Navy Blue */
  color: #ffffff;
}

.page-resources-how-to-safely-access-w88__light-bg {
  background-color: #f0f0f0; /* Light grey for contrast sections */
  color: #333333;
}

.page-resources-how-to-safely-access-w88__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Fixed header offset for the first main content section */
.page-resources-how-to-safely-access-w88__hero-section {
  padding-top: var(--header-offset, 120px);
  position: relative;
  overflow: hidden;
  padding-bottom: 0; /* Adjust as video is below content */
}

.page-resources-how-to-safely-access-w88__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}

.page-resources-how-to-safely-access-w88__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold */
  line-height: 1.2;
}

.page-resources-how-to-safely-access-w88__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-safely-access-w88__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-top: 40px;
}

.page-resources-how-to-safely-access-w88__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}

.page-resources-how-to-safely-access-w88__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #FFD700; /* Gold */
}

.page-resources-how-to-safely-access-w88__light-bg .page-resources-how-to-safely-access-w88__section-title {
  color: #000080; /* Navy Blue */
}

.page-resources-how-to-safely-access-w88__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-safely-access-w88__text-link {
  color: #FFD700; /* Gold for links */
  text-decoration: underline;
}

.page-resources-how-to-safely-access-w88__light-bg .page-resources-how-to-safely-access-w88__text-link {
  color: #000080; /* Navy Blue for links on light background */
}

.page-resources-how-to-safely-access-w88__text-link:hover {
  opacity: 0.8;
}

.page-resources-how-to-safely-access-w88__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-safely-access-w88__btn-primary,
.page-resources-how-to-safely-access-w88__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  margin: 10px;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-resources-how-to-safely-access-w88__btn-primary {
  background-color: #FFD700; /* Gold */
  color: #000080; /* Navy Blue text on Gold */
  border: 2px solid #FFD700;
}

.page-resources-how-to-safely-access-w88__btn-primary:hover {
  background-color: #e6c200;
  color: #000066;
}

.page-resources-how-to-safely-access-w88__btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text on transparent/dark */
  border: 2px solid #FFD700;
}

.page-resources-how-to-safely-access-w88__light-bg .page-resources-how-to-safely-access-w88__btn-secondary {
  color: #000080; /* Navy Blue text on light background */
  border-color: #000080;
}

.page-resources-how-to-safely-access-w88__btn-secondary:hover {
  background-color: #FFD700;
  color: #000080;
}

.page-resources-how-to-safely-access-w88__card {
  background-color: #ffffff; /* White card background */
  color: #333333;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  text-align: left;
}

.page-resources-how-to-safely-access-w88__card-title {
  font-size: 1.8em;
  color: #000080; /* Navy Blue */
  margin-bottom: 15px;
}

.page-resources-how-to-safely-access-w88__card-text {
  font-size: 1em;
  margin-bottom: 15px;
}

.page-resources-how-to-safely-access-w88__list {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 20px;
  text-align: left;
}

.page-resources-how-to-safely-access-w88__list-item {
  margin-bottom: 10px;
}

.page-resources-how-to-safely-access-w88__nested-list {
  list-style: circle;
  padding-left: 20px;
  margin-top: 10px;
}

.page-resources-how-to-safely-access-w88__guide-step {
  margin-bottom: 40px;
  text-align: left;
  background-color: #ffffff;
  color: #333333;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-safely-access-w88__guide-title {
  font-size: 2em;
  color: #000080;
  margin-bottom: 15px;
}

.page-resources-how-to-safely-access-w88__guide-text {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.page-resources-how-to-safely-access-w88__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-safely-access-w88__feature-card {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  background-color: #ffffff;
  color: #333333;
}

.page-resources-how-to-safely-access-w88__card-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
  border-radius: 5px;
}

.page-resources-how-to-safely-access-w88__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

/* FAQ Section */
.page-resources-how-to-safely-access-w88__faq-section {
  background-color: #000080; /* Navy Blue */
  color: #ffffff;
}

.page-resources-how-to-safely-access-w88__faq-item {
  background-color: rgba(255, 255, 255, 0.1); /* Slightly transparent white on dark background */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.page-resources-how-to-safely-access-w88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2em;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.page-resources-how-to-safely-access-w88__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-how-to-safely-access-w88__faq-title {
  margin: 0;
  color: #FFD700; /* Gold for FAQ titles */
}

.page-resources-how-to-safely-access-w88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #FFD700;
}

.page-resources-how-to-safely-access-w88__faq-item.active .page-resources-how-to-safely-access-w88__faq-toggle {
  transform: rotate(45deg); /* Plus to X/Minus */
}

.page-resources-how-to-safely-access-w88__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-how-to-safely-access-w88__faq-item.active .page-resources-how-to-safely-access-w88__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 15px 25px 25px;
}

.page-resources-how-to-safely-access-w88__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-safely-access-w88__hero-title {
    font-size: 2.8em;
  }
  .page-resources-how-to-safely-access-w88__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-safely-access-w88 {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .page-resources-how-to-safely-access-w88__hero-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-how-to-safely-access-w88__hero-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-safely-access-w88__hero-description {
    font-size: 1.1em;
  }

  .page-resources-how-to-safely-access-w88__section {
    padding: 40px 15px;
  }

  .page-resources-how-to-safely-access-w88__content-area {
    padding: 0 15px;
  }

  .page-resources-how-to-safely-access-w88__section-title {
    font-size: 1.8em;
  }

  /* Images, Videos, Buttons Responsive */
  .page-resources-how-to-safely-access-w88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-how-to-safely-access-w88 video,
  .page-resources-how-to-safely-access-w88__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-how-to-safely-access-w88__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-how-to-safely-access-w88__btn-primary,
  .page-resources-how-to-safely-access-w88__btn-secondary,
  .page-resources-how-to-safely-access-w88 a[class*="button"],
  .page-resources-how-to-safely-access-w88 a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-resources-how-to-safely-access-w88__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-safely-access-w88__card,
  .page-resources-how-to-safely-access-w88__guide-step,
  .page-resources-how-to-safely-access-w88__feature-card,
  .page-resources-how-to-safely-access-w88__faq-item {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .page-resources-how-to-safely-access-w88__faq-question {
    padding: 15px 20px;
  }

  .page-resources-how-to-safely-access-w88__faq-answer {
    padding: 0 20px;
  }

  .page-resources-how-to-safely-access-w88__faq-item.active .page-resources-how-to-safely-access-w88__faq-answer {
    padding: 15px 20px 20px;
  }

  .page-resources-how-to-safely-access-w88__feature-grid {
    grid-template-columns: 1fr;
  }
}