.page-resources-how-to-safely-access-ok9 {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light backgrounds */
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-how-to-safely-access-ok9__dark-bg {
  background-color: #002060;
  color: #ffffff;
}

.page-resources-how-to-safely-access-ok9__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-how-to-safely-access-ok9__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-safely-access-ok9__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-safely-access-ok9__hero-content {
  z-index: 2;
  max-width: 800px;
  margin-bottom: 30px;
}

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

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

.page-resources-how-to-safely-access-ok9__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-how-to-safely-access-ok9__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-resources-how-to-safely-access-ok9__btn-primary,
.page-resources-how-to-safely-access-ok9__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-resources-how-to-safely-access-ok9__btn-primary {
  background-color: #FFD700;
  color: #002060;
  border: 2px solid #FFD700;
}

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

.page-resources-how-to-safely-access-ok9__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

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

.page-resources-how-to-safely-access-ok9__section {
  padding: 80px 0;
  text-align: center;
}

.page-resources-how-to-safely-access-ok9__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  color: inherit;
}

.page-resources-how-to-safely-access-ok9__dark-bg .page-resources-how-to-safely-access-ok9__section-title {
  color: #FFD700;
}

.page-resources-how-to-safely-access-ok9__text-block {
  max-width: 900px;
  margin: 0 auto 40px auto;
  font-size: 1.1em;
  line-height: 1.8;
  color: inherit;
}

.page-resources-how-to-safely-access-ok9__text-block--center {
  text-align: center;
}

.page-resources-how-to-safely-access-ok9__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

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

.page-resources-how-to-safely-access-ok9__card {
  background-color: #ffffff;
  color: #333333;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
}

.page-resources-how-to-safely-access-ok9__dark-bg .page-resources-how-to-safely-access-ok9__card {
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.page-resources-how-to-safely-access-ok9__card-title {
  font-size: 1.5em;
  color: #002060;
  margin-bottom: 15px;
}

.page-resources-how-to-safely-access-ok9__dark-bg .page-resources-how-to-safely-access-ok9__card-title {
  color: #FFD700;
}

.page-resources-how-to-safely-access-ok9__card p {
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-how-to-safely-access-ok9__list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto 40px auto;
  text-align: left;
}

.page-resources-how-to-safely-access-ok9__list-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-left: 5px solid #FFD700;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 5px;
  font-size: 1.1em;
  color: #ffffff;
}

.page-resources-how-to-safely-access-ok9__video-section {
  padding: 80px 0;
  text-align: center;
}

.page-resources-how-to-safely-access-ok9__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-safely-access-ok9__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
}

.page-resources-how-to-safely-access-ok9__faq-list {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.page-resources-how-to-safely-access-ok9__faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #fcfcfc;
}

.page-resources-how-to-safely-access-ok9__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: #002060;
  color: #FFD700;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-safely-access-ok9__faq-question:hover {
  background-color: #001a4e;
}

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

.page-resources-how-to-safely-access-ok9__faq-item.active .page-resources-how-to-safely-access-ok9__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-safely-access-ok9__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #ffffff;
  color: #333333;
}

.page-resources-how-to-safely-access-ok9__faq-item.active .page-resources-how-to-safely-access-ok9__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px 25px;
}

.page-resources-how-to-safely-access-ok9__cta-section {
  padding: 80px 0;
  text-align: center;
}

.page-resources-how-to-safely-access-ok9__cta-content {
  max-width: 900px;
}

.page-resources-how-to-safely-access-ok9__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

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

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

@media (max-width: 768px) {
  .page-resources-how-to-safely-access-ok9__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
  }

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

  .page-resources-how-to-safely-access-ok9__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-resources-how-to-safely-access-ok9__btn-primary,
  .page-resources-how-to-safely-access-ok9__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 15px;
    padding: 12px 20px;
    font-size: 0.9em;
  }

  .page-resources-how-to-safely-access-ok9__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-resources-how-to-safely-access-ok9__section {
    padding: 50px 0;
  }

  .page-resources-how-to-safely-access-ok9__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-how-to-safely-access-ok9__text-block {
    font-size: 1em;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .page-resources-how-to-safely-access-ok9__image {
    width: calc(100% - 30px) !important;
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
  }

  .page-resources-how-to-safely-access-ok9 img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-how-to-safely-access-ok9__section,
  .page-resources-how-to-safely-access-ok9__card,
  .page-resources-how-to-safely-access-ok9__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-how-to-safely-access-ok9__card {
    padding: 20px;
    min-height: auto;
  }

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

  .page-resources-how-to-safely-access-ok9__list-item {
    font-size: 1em;
    padding: 15px;
  }

  .page-resources-how-to-safely-access-ok9__video-section {
    padding: 50px 0;
  }

  .page-resources-how-to-safely-access-ok9 video,
  .page-resources-how-to-safely-access-ok9__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-how-to-safely-access-ok9__video-section,
  .page-resources-how-to-safely-access-ok9__video-container,
  .page-resources-how-to-safely-access-ok9__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-resources-how-to-safely-access-ok9__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

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