.page-blog-how-to-securely-access-98win {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Default text color for dark background sections */
  background-color: #08160F; /* Overall background */
}

.page-blog-how-to-securely-access-98win__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #08160F;
  overflow: hidden;
}

.page-blog-how-to-securely-access-98win__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-blog-how-to-securely-access-98win__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-blog-how-to-securely-access-98win__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-top: -150px; /* Overlap with image for visual effect */
  padding: 20px;
  background-color: rgba(17, 49, 31, 0.8); /* Semi-transparent dark green */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-securely-access-98win__main-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-how-to-securely-access-98win__subtitle {
  font-size: 1.1rem;
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-blog-how-to-securely-access-98win__btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-how-to-securely-access-98win__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-how-to-securely-access-98win__content-section {
  padding: 80px 20px;
}

.page-blog-how-to-securely-access-98win__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-how-to-securely-access-98win__light-bg {
  background-color: #f8f9fa; /* A light background for contrast */
  color: #333333; /* Dark text for light background */
}

.page-blog-how-to-securely-access-98win__dark-bg {
  background-color: #11271B; /* Card BG color */
  color: #F2FFF6; /* Text Main color */
}

.page-blog-how-to-securely-access-98win__section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: inherit;
}

.page-blog-how-to-securely-access-98win__light-bg .page-blog-how-to-securely-access-98win__section-title {
  color: #11A84E; /* Main color for titles on light background */
}

.page-blog-how-to-securely-access-98win__dark-bg .page-blog-how-to-securely-access-98win__section-title {
  color: #F2C14E; /* Gold for titles on dark background */
}

.page-blog-how-to-securely-access-98win__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  text-align: justify;
  color: inherit;
}

.page-blog-how-to-securely-access-98win__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-securely-access-98win__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-how-to-securely-access-98win__list-item {
  background-color: rgba(34, 199, 104, 0.1); /* Light green tint */
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 1.05rem;
  display: flex;
  align-items: flex-start;
  color: inherit;
}

.page-blog-how-to-securely-access-98win__list-item::before {
  content: '✓';
  color: #2AD16F;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
  line-height: 1;
}

.page-blog-how-to-securely-access-98win__ordered-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
}

.page-blog-how-to-securely-access-98win__ordered-list .page-blog-how-to-securely-access-98win__list-item {
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 0;
  font-size: 1.05rem;
  display: list-item;
  color: inherit;
}

.page-blog-how-to-securely-access-98win__ordered-list .page-blog-how-to-securely-access-98win__list-item::before {
  content: none;
}

.page-blog-how-to-securely-access-98win__btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ffffff;
  color: #11A84E;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid #11A84E;
  cursor: pointer;
  margin-left: 15px;
}

.page-blog-how-to-securely-access-98win__btn-secondary:hover {
  background-color: #11A84E;
  color: #ffffff;
}

.page-blog-how-to-securely-access-98win__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-blog-how-to-securely-access-98win__faq-section {
  padding: 80px 20px;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
}

.page-blog-how-to-securely-access-98win__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-securely-access-98win__faq-item {
  background-color: #11271B;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-securely-access-98win__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  color: #F2FFF6;
  background-color: #1E3A2A; /* Divider color for question background */
  border-bottom: 1px solid #2E7A4E;
  list-style: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Old versions of Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.page-blog-how-to-securely-access-98win__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-securely-access-98win__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #2AD16F;
  transition: transform 0.3s ease;
}

.page-blog-how-to-securely-access-98win__faq-item[open] .page-blog-how-to-securely-access-98win__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-securely-access-98win__faq-answer {
  padding: 15px 25px;
  font-size: 1rem;
  color: #A7D9B8;
}

.page-blog-how-to-securely-access-98win__faq-answer p {
  margin: 0;
}

.page-blog-how-to-securely-access-98win__cta-final {
  padding: 60px 20px;
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-blog-how-to-securely-access-98win__hero-content {
    margin-top: -100px;
  }
  .page-blog-how-to-securely-access-98win__main-title {
    font-size: 2rem;
  }
  .page-blog-how-to-securely-access-98win__section-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-securely-access-98win__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }
  .page-blog-how-to-securely-access-98win__hero-content {
    margin-top: -80px;
    padding: 15px;
  }
  .page-blog-how-to-securely-access-98win__main-title {
    font-size: 1.8rem;
  }
  .page-blog-how-to-securely-access-98win__subtitle {
    font-size: 1rem;
  }
  .page-blog-how-to-securely-access-98win__btn-primary,
  .page-blog-how-to-securely-access-98win__btn-secondary {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 15px !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-how-to-securely-access-98win__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-how-to-securely-access-98win__content-section {
    padding: 50px 15px;
  }
  .page-blog-how-to-securely-access-98win__section-title {
    font-size: 1.5rem;
  }
  .page-blog-how-to-securely-access-98win p,
  .page-blog-how-to-securely-access-98win li {
    font-size: 0.95rem;
  }
  .page-blog-how-to-securely-access-98win__image-content {
    max-width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-securely-access-98win__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-how-to-securely-access-98win__faq-answer {
    padding: 10px 20px;
  }

  /* Mobile image responsiveness */
  .page-blog-how-to-securely-access-98win img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-securely-access-98win__section,
  .page-blog-how-to-securely-access-98win__card,
  .page-blog-how-to-securely-access-98win__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Mobile video responsiveness (if any) */
  .page-blog-how-to-securely-access-98win video,
  .page-blog-how-to-securely-access-98win__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-securely-access-98win__video-section,
  .page-blog-how-to-securely-access-98win__video-container,
  .page-blog-how-to-securely-access-98win__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-how-to-securely-access-98win__video-section {
    padding-top: 10px !important;
  }

  .page-blog-how-to-securely-access-98win__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-securely-access-98win__main-title {
    font-size: 1.5rem;
  }
  .page-blog-how-to-securely-access-98win__section-title {
    font-size: 1.3rem;
  }
  .page-blog-how-to-securely-access-98win__list-item,
  .page-blog-how-to-securely-access-98win__text-block {
    font-size: 0.9rem;
  }
}