.page-index-core-features {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #e5dfd3; /* Light text on dark background */
  background-color: #1A202C;
}

.page-index-core-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-index-core-features__section {
  padding: 80px 0;
  text-align: center;
}

.page-index-core-features__section--dark {
  background-color: #1A202C;
  color: #e5dfd3;
}

.page-index-core-features__section--light {
  background-color: #2D3748; /* Slightly lighter dark background */
  color: #e5dfd3;
}

.page-index-core-features__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%);
  padding: 100px 0;
  color: #e5dfd3;
  position: relative;
  overflow: hidden;
}

.page-index-core-features__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-index-core-features__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.8;
}

.page-index-core-features__hero-ctas {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-core-features__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.page-index-core-features__btn--primary {
  background-color: #FFD700;
  color: #1A202C;
}

.page-index-core-features__btn--primary:hover {
  background-color: #e0b800;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-index-core-features__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-core-features__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-index-core-features__hero-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-top: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-core-features__section-title {
  font-size: 2.8em;
  margin-bottom: 25px;
  color: #FFD700;
  font-weight: bold;
}

.page-index-core-features__section-description {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 50px auto;
  line-height: 1.7;
  color: #bbb;
}

.page-index-core-features__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-core-features__feature-card {
  background-color: #2D3748;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #FFD700;
}

.page-index-core-features__feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.page-index-core-features__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #FFD700;
  padding: 5px;
  background-color: #1A202C;
}

.page-index-core-features__feature-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-core-features__feature-text {
  font-size: 1em;
  color: #ccc;
  line-height: 1.7;
}

.page-index-core-features__cta-center {
  margin-top: 60px;
}

.page-index-core-features__payment-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}

.page-index-core-features__payment-details {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.page-index-core-features__payment-image {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-index-core-features__payment-subtitle {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-core-features__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-index-core-features__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #e5dfd3;
  display: flex;
  align-items: center;
}

.page-index-core-features__list-icon {
  color: #FFD700;
  margin-right: 10px;
  font-size: 1.3em;
  line-height: 1;
}

.page-index-core-features__security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-core-features__security-item {
  background-color: #2D3748;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
  border-left: 5px solid #FFD700;
}

.page-index-core-features__security-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-index-core-features__security-subtitle {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-core-features__security-text {
  font-size: 1em;
  color: #ccc;
  line-height: 1.7;
}

.page-index-core-features__customer-service-content {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}

.page-index-core-features__customer-service-image {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-index-core-features__customer-service-details {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.page-index-core-features__customer-service-subtitle {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-core-features__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-core-features__promo-card {
  background-color: #2D3748;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-bottom: 5px solid #FFD700;
}

.page-index-core-features__promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.page-index-core-features__promo-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-index-core-features__promo-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-core-features__promo-text {
  font-size: 1em;
  color: #ccc;
  line-height: 1.7;
}

.page-index-core-features__app-download {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}

.page-index-core-features__app-info {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.page-index-core-features__app-image {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-index-core-features__app-subtitle {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-core-features__final-cta-section {
  padding: 80px 0;
  background: linear-gradient(45deg, #1A202C, #FFD700);
  color: #e5dfd3;
}

.page-index-core-features__final-cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #1A202C;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

.page-index-core-features__final-cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.8;
  color: #1A202C;
}

.page-index-core-features__final-cta-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-core-features__hero-title {
    font-size: 3em;
  }
  .page-index-core-features__section-title {
    font-size: 2.2em;
  }
  .page-index-core-features__payment-subtitle,
  .page-index-core-features__customer-service-subtitle,
  .page-index-core-features__app-subtitle {
    font-size: 1.8em;
  }
  .page-index-core-features__feature-title,
  .page-index-core-features__security-subtitle,
  .page-index-core-features__promo-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-index-core-features__hero-section,
  .page-index-core-features__section,
  .page-index-core-features__final-cta-section {
    padding: 60px 0;
  }
  .page-index-core-features__hero-title {
    font-size: 2.5em;
  }
  .page-index-core-features__section-title {
    font-size: 2em;
  }
  .page-index-core-features__hero-description,
  .page-index-core-features__section-description,
  .page-index-core-features__final-cta-description {
    font-size: 1em;
  }
  .page-index-core-features__hero-ctas,
  .page-index-core-features__final-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-core-features__btn {
    padding: 12px 25px;
    width: 80%;
    max-width: 300px;
  }
  .page-index-core-features__features-grid,
  .page-index-core-features__security-grid,
  .page-index-core-features__promotions-grid {
    grid-template-columns: 1fr;
  }
  .page-index-core-features__payment-info,
  .page-index-core-features__customer-service-content,
  .page-index-core-features__app-download {
    flex-direction: column;
    gap: 30px;
  }
  .page-index-core-features__payment-details,
  .page-index-core-features__customer-service-details,
  .page-index-core-features__app-info {
    text-align: center;
  }
  .page-index-core-features__payment-image,
  .page-index-core-features__customer-service-image,
  .page-index-core-features__app-image {
    order: -1; /* Image appears before text on mobile */
  }
  .page-index-core-features__list {
    text-align: left;
    padding-left: 20px;
  }
  .page-index-core-features__final-cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 480px) {
  .page-index-core-features__hero-title {
    font-size: 2em;
  }
  .page-index-core-features__section-title {
    font-size: 1.8em;
  }
  .page-index-core-features__feature-title,
  .page-index-core-features__security-subtitle,
  .page-index-core-features__promo-title {
    font-size: 1.4em;
  }
  .page-index-core-features__final-cta-title {
    font-size: 1.8em;
  }
  .page-index-core-features__btn {
    width: 90%;
  }
}