.page-blog-w88vt-security-data-protection {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page-blog-w88vt-security-data-protection *, .page-blog-w88vt-security-data-protection *::before, .page-blog-w88vt-security-data-protection *::after {
  box-sizing: inherit;
}

.page-blog-w88vt-security-data-protection__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-w88vt-security-data-protection__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* body handles header offset, small top padding for aesthetic */
  overflow: hidden;
}

.page-blog-w88vt-security-data-protection__hero-image-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.page-blog-w88vt-security-data-protection__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-w88vt-security-data-protection__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
  background-color: rgba(17, 39, 27, 0.9); /* Card BG with transparency */
  border-radius: 10px;
  margin-top: -80px; /* Overlap with image for visual effect */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-w88vt-security-data-protection__hero-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-w88vt-security-data-protection__hero-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-w88vt-security-data-protection__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-w88vt-security-data-protection__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-w88vt-security-data-protection__content-section {
  padding: 60px 0;
  background-color: #08160F;
}

.page-blog-w88vt-security-data-protection__dark-section {
  background-color: #11271B; /* Card BG */
}

.page-blog-w88vt-security-data-protection__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-w88vt-security-data-protection__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #57E38D; /* Glow */
  border-radius: 2px;
}

.page-blog-w88vt-security-data-protection__paragraph {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-w88vt-security-data-protection__highlight {
  color: #57E38D; /* Glow */
  font-weight: 600;
}

.page-blog-w88vt-security-data-protection__inline-link {
  color: #2AD16F; /* Button top color */
  text-decoration: none;
  font-weight: 600;
}

.page-blog-w88vt-security-data-protection__inline-link:hover {
  text-decoration: underline;
}

.page-blog-w88vt-security-data-protection__feature-grid, .page-blog-w88vt-security-data-protection__data-protection-grid, .page-blog-w88vt-security-data-protection__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-w88vt-security-data-protection__feature-card, .page-blog-w88vt-security-data-protection__data-card, .page-blog-w88vt-security-data-protection__benefit-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-w88vt-security-data-protection__feature-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-w88vt-security-data-protection__feature-title, .page-blog-w88vt-security-data-protection__data-card-title, .page-blog-w88vt-security-data-protection__benefit-title {
  font-size: 1.5em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-w88vt-security-data-protection__feature-description, .page-blog-w88vt-security-data-protection__data-card-description, .page-blog-w88vt-security-data-protection__benefit-description {
  font-size: 0.95em;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-w88vt-security-data-protection__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-w88vt-security-data-protection__list-item {
  background-color: #11271B; /* Card BG */
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

.page-blog-w88vt-security-data-protection__list-item strong {
  color: #F2FFF6; /* Text Main */
  font-weight: 700;
}

.page-blog-w88vt-security-data-protection__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
  border-radius: 10px;
  object-fit: cover;
}

.page-blog-w88vt-security-data-protection__faq-section {
  padding: 60px 0;
  background-color: #08160F;
}

.page-blog-w88vt-security-data-protection__faq-list {
  margin-top: 40px;
}

.page-blog-w88vt-security-data-protection__faq-item {
  background-color: #11271B; /* Card BG */
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-w88vt-security-data-protection__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  list-style: none;
}

.page-blog-w88vt-security-data-protection__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-w88vt-security-data-protection__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D; /* Glow */
  transition: transform 0.3s ease;
}

.page-blog-w88vt-security-data-protection__faq-item[open] .page-blog-w88vt-security-data-protection__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-w88vt-security-data-protection__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-w88vt-security-data-protection__cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #11271B; /* Card BG */
}

.page-blog-w88vt-security-data-protection__cta-content {
  max-width: 800px;
}

.page-blog-w88vt-security-data-protection__cta-title {
  font-size: clamp(2em, 3.5vw, 2.8em);
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  font-weight: 700;
}

.page-blog-w88vt-security-data-protection__cta-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 40px;
}

.page-blog-w88vt-security-data-protection__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-w88vt-security-data-protection__btn-primary, .page-blog-w88vt-security-data-protection__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-w88vt-security-data-protection__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
}

.page-blog-w88vt-security-data-protection__btn-secondary {
  background-color: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-w88vt-security-data-protection__btn-primary:hover, .page-blog-w88vt-security-data-protection__btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-w88vt-security-data-protection__floating-cta-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1em;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-w88vt-security-data-protection__floating-cta-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
  .page-blog-w88vt-security-data-protection__hero-content {
    margin-top: -60px;
    padding: 30px 15px;
  }

  .page-blog-w88vt-security-data-protection__feature-grid, .page-blog-w88vt-security-data-protection__data-protection-grid, .page-blog-w88vt-security-data-protection__benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-w88vt-security-data-protection {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-w88vt-security-data-protection__container {
    padding: 0 15px;
  }

  .page-blog-w88vt-security-data-protection__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-w88vt-security-data-protection__hero-content {
    margin-top: -40px;
    padding: 25px 15px;
    width: calc(100% - 30px);
  }

  .page-blog-w88vt-security-data-protection__hero-title {
    font-size: 2em;
  }

  .page-blog-w88vt-security-data-protection__hero-description {
    font-size: 1em;
  }

  .page-blog-w88vt-security-data-protection__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-w88vt-security-data-protection__content-section {
    padding: 40px 0;
  }

  .page-blog-w88vt-security-data-protection__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-w88vt-security-data-protection__paragraph {
    font-size: 0.95em;
  }

  .page-blog-w88vt-security-data-protection__feature-grid, .page-blog-w88vt-security-data-protection__data-protection-grid, .page-blog-w88vt-security-data-protection__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }

  .page-blog-w88vt-security-data-protection__feature-card, .page-blog-w88vt-security-data-protection__data-card, .page-blog-w88vt-security-data-protection__benefit-card {
    padding: 25px;
  }

  .page-blog-w88vt-security-data-protection__feature-title, .page-blog-w88vt-security-data-protection__data-card-title, .page-blog-w88vt-security-data-protection__benefit-title {
    font-size: 1.3em;
  }

  .page-blog-w88vt-security-data-protection__list-item {
    padding: 15px;
    font-size: 0.9em;
  }

  .page-blog-w88vt-security-data-protection__image-full-width {
    margin-top: 30px;
  }

  .page-blog-w88vt-security-data-protection__faq-section {
    padding: 40px 0;
  }

  .page-blog-w88vt-security-data-protection__faq-question {
    font-size: 1em;
    padding: 15px;
  }

  .page-blog-w88vt-security-data-protection__faq-answer {
    padding: 0 15px 15px 15px;
    font-size: 0.9em;
  }

  .page-blog-w88vt-security-data-protection__cta-section {
    padding: 50px 0;
  }

  .page-blog-w88vt-security-data-protection__cta-title {
    font-size: 1.8em;
  }

  .page-blog-w88vt-security-data-protection__cta-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-blog-w88vt-security-data-protection__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-w88vt-security-data-protection__btn-primary, .page-blog-w88vt-security-data-protection__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-w88vt-security-data-protection__floating-cta-button {
    bottom: 15px;
    right: 15px;
    padding: 12px 20px;
    font-size: 0.9em;
  }

  .page-blog-w88vt-security-data-protection img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-w88vt-security-data-protection__section,
  .page-blog-w88vt-security-data-protection__card,
  .page-blog-w88vt-data-protection__container,
  .page-blog-w88vt-security-data-protection__hero-section,
  .page-blog-w88vt-security-data-protection__content-section,
  .page-blog-w88vt-security-data-protection__faq-section,
  .page-blog-w88vt-security-data-protection__cta-section,
  .page-blog-w88vt-security-data-protection__hero-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  .page-blog-w88vt-security-data-protection__hero-image-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Ensure images within content areas are at least 200px wide */
.page-blog-w88vt-security-data-protection img:not(.page-blog-w88vt-security-data-protection__floating-cta-button img) {
  min-width: 200px;
  min-height: 200px;
}

/* Color contrast safety */
.page-blog-w88vt-security-data-protection__dark-bg {
  color: #ffffff;
  background: #11A84E;
}

.page-blog-w88vt-security-data-protection__light-bg {
  color: #333333;
  background: #ffffff;
}

.page-blog-w88vt-security-data-protection__medium-bg {
  color: #000000;
  background: #22C768;
}

.page-blog-w88vt-security-data-protection p,
.page-blog-w88vt-security-data-protection li {
  color: #A7D9B8;
}

.page-blog-w88vt-security-data-protection__card {
  background: #11271B;
  color: #F2FFF6;
  border: 1px solid #2E7A4E;
}

.page-blog-w88vt-security-data-protection__dark-section {
  background: #11271B;
  color: #F2FFF6;
}