/* style/resources-okvip-app-features.css */
.page-resources-okvip-app-features {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  line-height: 1.6;
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-resources-okvip-app-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-okvip-app-features__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--header-offset, 120px) 20px 60px;
  background: linear-gradient(135deg, #017439, #005f2c);
  color: #ffffff;
  overflow: hidden;
  gap: 40px;
}

.page-resources-okvip-app-features__hero-content {
  max-width: 800px;
  z-index: 1;
}

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

.page-resources-okvip-app-features__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-okvip-app-features__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}