.page-index-core-features {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark gray for body text */
  background-color: #f8f9fa; /* Light background */
}

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

.page-index-core-features__hero-section {
  background: linear-gradient(135deg, #007BFF, #FFD700);
  color: #ffffff; /* White text on blue/gold gradient */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-core-features__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-index-core-features__hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #e0e0e0;
}

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

.page-index-core-features__section {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-core-features__section:nth-of-type(even) {
  background-color: #f0f4f7; /* Slightly darker background for alternating sections */
}

.page-index-core-features__section-title {
  font-size: 2.8em;
  color: #0056b3; /* Darker blue for titles */
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-index-core-features__section-intro,
.page-index-core-features__section-outro {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #555555;
}

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

.page-index-core-features__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-core-features__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-core-features__feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}

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

.page-index-core-features__feature-description {
  font-size: 1em;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 20px;
}

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

.page-index-core-features__btn--primary {
  background-color: #007BFF;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}

.page-index-core-features__btn--primary:hover {
  background-color: #0056b3;
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.6);
  transform: translateY(-2px);
}

.page-index-core-features__btn--secondary {
  background-color: #FFD700;
  color: #0056b3; /* Darker blue text on gold */
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-index-core-features__btn--secondary:hover {
  background-color: #e6c200;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
  transform: translateY(-2px);
}

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

.page-index-core-features__promo-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-core-features__promo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-core-features__promo-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

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

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

.page-index-core-features__support-content,
.page-index-core-features__affiliate-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

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

.page-index-core-features__support-list,
.page-index-core-features__affiliate-list {
  flex: 2;
  min-width: 300px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-index-core-features__support-list li,
.page-index-core-features__affiliate-list li {
  font-size: 1.1em;
  color: #444444;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}

.page-index-core-features__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background-color: #FFD700;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}

.page-index-core-features__icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Free'; /* Assuming Font Awesome is available in shared.css or via CDN */
  font-weight: 900;
  color: #007BFF;
  font-size: 0.8em;
}

.page-index-core-features__icon--chat::before { content: '\f075'; } /* Chat icon */
.page-index-core-features__icon--email::before { content: '\f0e0'; } /* Envelope icon */
.page-index-core-features__icon--phone::before { content: '\f095'; } /* Phone icon */
.page-index-core-features__icon--commission::before { content: '\f53a'; } /* Money bill alt icon */
.page-index-core-features__icon--tools::before { content: '\f0ad'; } /* Wrench icon */
.page-index-core-features__icon--support::before { content: '\f05a'; } /* Info circle icon */

.page-index-core-features__cta-final {
  background: linear-gradient(90deg, #007BFF, #0056b3);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-index-core-features__cta-content {
  max-width: 900px;
}

.page-index-core-features__cta-content .page-index-core-features__section-title {
  color: #ffffff;
}

.page-index-core-features__cta-content .page-index-core-features__section-intro {
  color: #e0e0e0;
  margin-bottom: 50px;
}

.page-index-core-features__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-index-core-features__conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-index-core-features__conclusion .page-index-core-features__btn {
  margin-top: 30px;
}

.page-index-core-features__conclusion .page-index-core-features__section-intro,
.page-index-core-features__conclusion .page-index-core-features__section-outro {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #444444;
}

.page-index-core-features__conclusion .page-index-core-features__section-outro {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
}

.page-index-core-features .highlight {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-index-core-features__hero-title {
    font-size: 2.8em;
  }
  .page-index-core-features__section-title {
    font-size: 2.2em;
  }
  .page-index-core-features__support-content,
  .page-index-core-features__affiliate-content {
    flex-direction: column;
    text-align: center;
  }
  .page-index-core-features__support-image,
  .page-index-core-features__affiliate-image {
    max-width: 100%;
  }
  .page-index-core-features__support-list,
  .page-index-core-features__affiliate-list {
    text-align: left;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-index-core-features__hero-section {
    padding: 80px 0;
  }
  .page-index-core-features__hero-title {
    font-size: 2.2em;
  }
  .page-index-core-features__hero-description {
    font-size: 1em;
  }
  .page-index-core-features__section-title {
    font-size: 1.8em;
  }
  .page-index-core-features__section-intro,
  .page-index-core-features__section-outro {
    font-size: 0.95em;
  }
  .page-index-core-features__features-grid,
  .page-index-core-features__promotions-grid {
    grid-template-columns: 1fr;
  }
  .page-index-core-features__feature-item,
  .page-index-core-features__promo-item {
    padding: 20px;
  }
  .page-index-core-features__feature-title,
  .page-index-core-features__promo-title {
    font-size: 1.5em;
  }
  .page-index-core-features__btn {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-index-core-features__cta-buttons {
    flex-direction: column;
  }
  .page-index-core-features__support-list li,
  .page-index-core-features__affiliate-list li {
    font-size: 1em;
  }
  .page-index-core-features__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .page-index-core-features__hero-title {
    font-size: 1.8em;
  }
  .page-index-core-features__section-title {
    font-size: 1.6em;
  }
  .page-index-core-features__hero-section {
    padding: 60px 0;
  }
  .page-index-core-features__section {
    padding: 40px 0;
  }
}