.page-resources-winvn-advantages {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark, so text should be light */
}

.page-resources-winvn-advantages__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  background: linear-gradient(135deg, #017439, #005f2e);
  color: #ffffff;
  overflow: hidden;
  min-height: 500px;
}

.page-resources-winvn-advantages__hero-content {
  max-width: 900px;
  z-index: 10;
}

.page-resources-winvn-advantages__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-winvn-advantages__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
}

.page-resources-winvn-advantages__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-winvn-advantages__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}

.page-resources-winvn-advantages__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-winvn-advantages__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #ffffff; /* Use white background for content area */
  color: #333333; /* Dark text for light background */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transform: translateY(-50px);
  position: relative;
  z-index: 5;
}

.page-resources-winvn-advantages__container {
  max-width: 960px;
  margin: 0 auto;
}

.page-resources-winvn-advantages__section-title {
  font-size: 2.5em;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-winvn-advantages__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #017439;
  border-radius: 2px;
}

.page-resources-winvn-advantages__subsection-title {
  font-size: 1.8em;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #017439;
  padding-left: 15px;
}

.page-resources-winvn-advantages__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-winvn-advantages__image-card {
  margin: 30px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-winvn-advantages__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-resources-winvn-advantages__image-caption {
  padding: 15px;
  background-color: #f9f9f9;
  font-style: italic;
  text-align: center;
  color: #555555;
  font-size: 0.95em;
}

.page-resources-winvn-advantages__promotion-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-winvn-advantages__promotion-item {
  background: #f8f8f8;
  border-left: 5px solid #017439;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-winvn-advantages__promotion-title {
  font-size: 1.3em;
  color: #017439;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-winvn-advantages__promotion-title a {
  color: #017439;
  text-decoration: none;
}

.page-resources-winvn-advantages__promotion-title a:hover {
  text-decoration: underline;
}

.page-resources-winvn-advantages__promotion-description {
  font-size: 1em;
  color: #555555;
}

.page-resources-winvn-advantages__cta-section {
  text-align: center;
  margin-top: 40px;
  padding: 30px;
  background: #e6ffe6;
  border-radius: 8px;
  border: 1px dashed #017439;
}

.page-resources-winvn-advantages__btn-primary {
  display: inline-block;
  background-color: #017439;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: 2px solid #017439;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-winvn-advantages__btn-primary:hover {
  background-color: #005f2e;
  color: #ffffff;
}

.page-resources-winvn-advantages__btn-secondary {
  display: inline-block;
  background-color: #ffffff;
  color: #017439;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid #017439;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-winvn-advantages__btn-secondary:hover {
  background-color: #e6ffe6;
  color: #017439;
}

.page-resources-winvn-advantages__link {
  color: #017439;
  text-decoration: underline;
}

.page-resources-winvn-advantages__link:hover {
  color: #005f2e;
}

.page-resources-winvn-advantages__faq-list {
  margin-top: 30px;
}

.page-resources-winvn-advantages__faq-item {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.page-resources-winvn-advantages__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #017439;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  position: relative;
  user-select: none;
}

.page-resources-winvn-advantages__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-winvn-advantages__faq-qtext {
  flex-grow: 1;
  font-size: 1.1em;
}

.page-resources-winvn-advantages__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
}

.page-resources-winvn-advantages__faq-answer {
  padding: 15px 20px;
  background-color: #ffffff;
  color: #333333;
  font-size: 1em;
}

.page-resources-winvn-advantages__faq-answer p {
  margin-bottom: 0;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-winvn-advantages__hero-title {
    font-size: 2.8em;
  }
  .page-resources-winvn-advantages__hero-description {
    font-size: 1.1em;
  }
  .page-resources-winvn-advantages__section-title {
    font-size: 2em;
  }
  .page-resources-winvn-advantages__subsection-title {
    font-size: 1.5em;
  }
  .page-resources-winvn-advantages__paragraph {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-resources-winvn-advantages__hero-section {
    padding: 60px 15px 30px;
  }
  .page-resources-winvn-advantages__hero-title {
    font-size: 2em;
  }
  .page-resources-winvn-advantages__hero-description {
    font-size: 1em;
  }
  .page-resources-winvn-advantages__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-winvn-advantages__content-area {
    padding: 30px 15px;
    transform: translateY(-30px);
  }
  .page-resources-winvn-advantages__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-resources-winvn-advantages__subsection-title {
    font-size: 1.3em;
    padding-left: 10px;
  }
  .page-resources-winvn-advantages__paragraph {
    font-size: 0.95em;
  }
  .page-resources-winvn-advantages__promotion-item {
    padding: 15px;
  }
  .page-resources-winvn-advantages__promotion-title {
    font-size: 1.2em;
  }
  .page-resources-winvn-advantages__faq-question {
    padding: 12px 15px;
  }
  .page-resources-winvn-advantages__faq-qtext {
    font-size: 1em;
  }
  .page-resources-winvn-advantages__faq-answer {
    padding: 12px 15px;
    font-size: 0.95em;
  }

  /* Mobile specific overrides for images, videos, and containers */
  .page-resources-winvn-advantages img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-winvn-advantages__hero-image-wrapper,
  .page-resources-winvn-advantages__image-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-resources-winvn-advantages__section,
  .page-resources-winvn-advantages__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-winvn-advantages__btn-primary,
  .page-resources-winvn-advantages__btn-secondary,
  .page-resources-winvn-advantages a[class*="button"],
  .page-resources-winvn-advantages a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-winvn-advantages__hero-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
}