.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.4d1eef89411b.webp");
  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;
}

.fp-how-step-index {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(55, 28, 50, 0.14);
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  .fp-how-step-index {
    font-size: 3.25rem;
  }
}

.fp-how-quick-nav {
  max-width: 42rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--subtle-body);
}

.fp-how-quick-nav a {
  color: var(--dark-brand-color);
  font-weight: 500;
  text-decoration: none;
}

.fp-how-quick-nav a:hover {
  text-decoration: underline;
}

.fp-how-quick-nav-sep {
  margin: 0 0.2rem;
  color: var(--subtle-body);
  opacity: 0.7;
}

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

.fp-marshall-demo {
  position: relative;
  padding-bottom: 1.5rem;
}

.fp-marshall-demo-app {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 60px rgba(49, 46, 129, 0.12);
}

.fp-marshall-demo-app-bar {
  display: flex;
  gap: 0.4rem;
  padding: 0.75rem 1rem;
  background: #f8f9fc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.fp-marshall-demo-app-bar span {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
}

.fp-marshall-demo-app-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  min-height: 320px;
}

.fp-marshall-demo-main {
  padding: 1.5rem;
  background: linear-gradient(180deg, #fafbff 0%, #f3f4f8 100%);
}

.fp-marshall-demo-main-line {
  height: 0.75rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  margin-bottom: 0.75rem;
  max-width: 72%;
}

.fp-marshall-demo-main-line-short {
  max-width: 42%;
  margin-bottom: 1.25rem;
}

.fp-marshall-demo-main-card {
  margin-top: 1.5rem;
  height: 140px;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.fp-marshall-demo-sidebar {
  padding: 1rem;
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.fp-marshall-demo-sidebar-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.fp-marshall-demo-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5f3ff;
  background: linear-gradient(145deg, #1e1b4b 0%, #312e81 100%);
  box-shadow: 0 4px 16px rgba(49, 46, 129, 0.24);
}

.fp-marshall-demo-avatar i {
  font-size: 1rem;
}

.fp-marshall-demo-sidebar-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--heading-color);
}

.fp-marshall-demo-sidebar-subtitle {
  font-size: 0.75rem;
  color: var(--subtle-body);
}

.fp-marshall-demo-chip {
  align-self: flex-start;
  font-size: 0.75rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(98, 54, 255, 0.08);
  color: #4c1d95;
  border: 1px solid rgba(98, 54, 255, 0.12);
}

.fp-marshall-demo-starter {
  font-size: 0.8rem;
  color: var(--subtle-body);
  padding: 0.65rem 0.85rem;
  border-radius: 0.75rem;
  background: rgba(98, 54, 255, 0.05);
  border: 1px dashed rgba(98, 54, 255, 0.18);
}

.fp-marshall-demo-message {
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 0.75rem 0.85rem;
  border-radius: 0.85rem;
}

.fp-marshall-demo-message-user {
  align-self: flex-end;
  max-width: 92%;
  background: #eef2ff;
  color: #312e81;
}

.fp-marshall-demo-message-assistant {
  background: #f8f9fc;
  color: var(--heading-color);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.fp-marshall-demo-review {
  margin-top: auto;
  padding: 0.85rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(254, 196, 40, 0.35);
  background: rgba(254, 196, 40, 0.08);
}

.fp-marshall-demo-review-title {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--heading-color);
}

.fp-marshall-demo-review-copy {
  font-size: 0.75rem;
  color: var(--subtle-body);
  margin-top: 0.25rem;
}

.fp-marshall-demo-launcher {
  position: absolute;
  right: 1rem;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem 0.65rem 0.65rem;
  border-radius: 999px;
  background: #fff;
  color: #1e1b4b;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(49, 46, 129, 0.18);
}

.fp-marshall-demo-launcher-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5f3ff;
  background: linear-gradient(145deg, #1e1b4b 0%, #312e81 100%);
}

@media (max-width: 575px) {
  .fp-marshall-demo-app-body {
    grid-template-columns: 1fr;
  }

  .fp-marshall-demo-sidebar {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
}
