.fp-features-hero-title {
  font-size: 2.75rem;
  font-weight: 500;
  color: var(--heading-color);
  line-height: 1.2;
}

@media (min-width: 992px) {
  .fp-features-hero-title {
    font-size: 3.5rem;
  }
}

.fp-features-hero-subtitle {
  font-size: 1.25rem;
  color: var(--heading-color);
  opacity: 0.85;
  max-width: 640px;
}

.fp-feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(55, 28, 50, 0.1);
  color: var(--dark-brand-color);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.fp-feature-detail-section {
  padding: 6rem 0;
}

.fp-feature-detail-section:nth-child(even) {
  background-color: #f8f9fc;
}

.fp-feature-detail-icon {
  width: 80px;
  height: 80px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.fp-feature-detail-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.fp-feature-detail-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .fp-feature-detail-title {
    font-size: 2.5rem;
  }
}

.fp-feature-detail-lead {
  font-size: 1.25rem;
  color: var(--heading-color);
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.fp-feature-detail-description {
  color: var(--subtle-body);
  font-size: 1.1rem;
  line-height: 1.7;
}

.fp-benefit-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
}

.fp-benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  color: var(--heading-color);
  font-size: 1.05rem;
}

.fp-benefit-list li::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("../homepage/illustrations/tick.f3486dc318f3.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px;
}

.fp-feature-image-wrapper {
  position: relative;
}

.fp-feature-image-wrapper img {
  border-radius: 1rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.fp-feature-stat {
  background: var(--primary-brand-color);
  color: var(--heading-color);
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: -20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.fp-feature-stat-number {
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

.fp-feature-stat-label {
  font-size: 0.875rem;
  font-weight: 500;
}

.fp-mini-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.fp-mini-feature {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fp-mini-feature-icon {
  width: 56px;
  height: 56px;
  background: rgba(254, 196, 40, 0.15);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.fp-mini-feature-icon i {
  font-size: 1.5rem;
  color: var(--dark-brand-color);
}

.fp-mini-feature-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0.5rem;
}

.fp-mini-feature-desc {
  color: var(--subtle-body);
  font-size: 0.95rem;
  line-height: 1.6;
}

.fp-outcome-highlight {
  background: linear-gradient(
    135deg,
    rgba(254, 196, 40, 0.1) 0%,
    rgba(254, 196, 40, 0.05) 100%
  );
  border-left: 4px solid var(--primary-brand-color);
  padding: 1.5rem;
  border-radius: 0 1rem 1rem 0;
  margin: 2rem 0;
}

.fp-outcome-highlight p {
  margin: 0;
  font-size: 1.1rem;
  color: var(--heading-color);
  font-weight: 500;
}

.fp-hero-section {
  padding-top: 105px;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.fp-hero-section:before {
  top: 0;
}

.fp-hero-section:after {
  display: none;
}
