.page-resources-w88vt-security-measures {
  font-family: 'Arial', sans-serif;
  color: #FFFFFF; /* Light text for dark backgrounds */
  background-color: #0A2342; /* Main dark blue background */
  line-height: 1.6;
}

.page-resources-w88vt-security-measures__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-w88vt-security-measures__hero {
  background: linear-gradient(135deg, #0A2342, #1A3B60);
  padding: 100px 0;
  text-align: center;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

.page-resources-w88vt-security-measures__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_security_pattern,lines,gradient]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-w88vt-security-measures__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  position: relative;
  z-index: 1;
}

.page-resources-w88vt-security-measures__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #E0E0E0;
  position: relative;
  z-index: 1;
}

.page-resources-w88vt-security-measures__hero-cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2342;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.page-resources-w88vt-security-measures__hero-cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-w88vt-security-measures__section {
  padding: 80px 0;
  text-align: center;
}

.page-resources-w88vt-security-measures__section:nth-of-type(even) {
  background-color: #1A3B60;
}

.page-resources-w88vt-security-measures__section-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-w88vt-security-measures__section-description {
  font-size: 1.2em;
  color: #E0E0E0;
  max-width: 900px;
  margin: 0 auto 50px auto;
}

.page-resources-w88vt-security-measures__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  text-align: left;
}

.page-resources-w88vt-security-measures__content-grid--reverse {
  grid-template-columns: 1fr 1fr;
}

.page-resources-w88vt-security-measures__text-content {
  color: #E0E0E0;
}

.page-resources-w88vt-security-measures__text-content p {
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-w88vt-security-measures__text-content strong {
  color: #FFD700;
}

.page-resources-w88vt-security-measures__sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-w88vt-security-measures__image-wrapper {
  text-align: center;
}

.page-resources-w88vt-security-measures__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-w88vt-security-measures__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
}

.page-resources-w88vt-security-measures__button--primary {
  background-color: #FFD700;
  color: #0A2342;
}

.page-resources-w88vt-security-measures__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-w88vt-security-measures__button--secondary {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.page-resources-w88vt-security-measures__button--secondary:hover {
  background-color: #FFD700;
  color: #0A2342;
  transform: translateY(-3px);
}

.page-resources-w88vt-security-measures__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.page-resources-w88vt-security-measures__feature-card {
  background-color: #0A2342;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #1A3B60;
}

.page-resources-w88vt-security-measures__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-resources-w88vt-security-measures__feature-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-w88vt-security-measures__feature-text {
  color: #E0E0E0;
  font-size: 1.05em;
}

.page-resources-w88vt-security-measures__privacy-list,
.page-resources-w88vt-security-measures__safety-tips {
  list-style: none;
  padding: 0;
  margin: 50px auto 0 auto;
  max-width: 900px;
  text-align: left;
}

.page-resources-w88vt-security-measures__privacy-list li,
.page-resources-w88vt-security-measures__safety-tips li {
  background-color: #0A2342;
  border: 1px solid #1A3B60;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  color: #E0E0E0;
  font-size: 1.1em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-resources-w88vt-security-measures__list-icon {
  font-size: 1.5em;
  color: #FFD700;
  margin-right: 15px;
  line-height: 1;
  flex-shrink: 0;
}

.page-resources-w88vt-security-measures__list-strong {
  color: #FFD700;
}

.page-resources-w88vt-security-measures__cta-final {
  background-color: #0A2342;
  padding-bottom: 100px;
}

.page-resources-w88vt-security-measures__cta-buttons {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-w88vt-security-measures__content-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .page-resources-w88vt-security-measures__content-grid--reverse {
    grid-template-columns: 1fr;
  }

  .page-resources-w88vt-security-measures__image-wrapper {
    order: -1; /* Image appears above text on smaller screens */
    margin-bottom: 40px;
  }

  .page-resources-w88vt-security-measures__hero-title {
    font-size: 2.5em;
  }

  .page-resources-w88vt-security-measures__section-title {
    font-size: 2em;
  }

  .page-resources-w88vt-security-measures__features-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-w88vt-security-measures__hero {
    padding: 80px 0;
  }

  .page-resources-w88vt-security-measures__hero-title {
    font-size: 2em;
  }

  .page-resources-w88vt-security-measures__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-w88vt-security-measures__section {
    padding: 60px 0;
  }

  .page-resources-w88vt-security-measures__section-title {
    font-size: 1.8em;
  }

  .page-resources-w88vt-security-measures__section-description {
    font-size: 1em;
  }

  .page-resources-w88vt-security-measures__button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-w88vt-security-measures__feature-title {
    font-size: 1.5em;
  }

  .page-resources-w88vt-security-measures__feature-icon {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .page-resources-w88vt-security-measures__hero-title {
    font-size: 1.8em;
  }

  .page-resources-w88vt-security-measures__hero-subtitle {
    font-size: 0.9em;
  }

  .page-resources-w88vt-security-measures__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-w88vt-security-measures__button {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-resources-w88vt-security-measures__privacy-list li,
  .page-resources-w88vt-security-measures__safety-tips li {
    font-size: 1em;
    padding: 15px;
  }

  .page-resources-w88vt-security-measures__list-icon {
    font-size: 1.2em;
  }
}