.feat-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d1b69 100%);
  color: #fff;
  padding: 4rem 0 3rem;
  text-align: center;
}
.feat-hero h1 { font-size: 2.2rem; font-weight: 800; margin-bottom: .6rem; }
.feat-hero p  { font-size: 1.05rem; color: rgba(255,255,255,.72); max-width: 560px; margin: 0 auto; }

.feat-nav {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: .65rem 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
.feat-nav-inner {
  display: flex;
  gap: .4rem;
  overflow-x: auto;
  scrollbar-width: none;
  justify-content: center;
  flex-wrap: wrap;
}
.feat-nav-inner::-webkit-scrollbar { display: none; }
.feat-nav-btn {
  background: #f4f4f8;
  border: none;
  border-radius: 20px;
  padding: .35rem .9rem;
  font-size: .82rem;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  white-space: nowrap;
  transition: background .15s, color .15s;
  text-decoration: none;
}
.feat-nav-btn:hover { background: #7821c7; color: #fff; }

.feat-section { padding: 3rem 0 1rem; scroll-margin-top: 70px; }
.feat-section-title {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: .4rem;
}
.feat-section-title i {
  background: #f0e8ff;
  color: #7821c7;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.feat-section-sub { color: #666; font-size: .92rem; margin-bottom: 1.5rem; }

.feat-card {
  background: #fff;
  border: 1px solid #ede8f5;
  border-radius: 12px;
  padding: 1.25rem 1.35rem;
  height: 100%;
}
.feat-card i.feat-icon {
  color: #7821c7;
  font-size: 1.3rem;
  background: #f4f0fb;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .8rem;
}
.feat-card h6 { font-weight: 700; color: #1a1a2e; margin-bottom: .4rem; font-size: 1rem; display: flex; align-items: center; gap: .4rem; flex-wrap: wrap; }
.feat-card p { font-size: .95rem; color: #555; margin-bottom: 0; line-height: 1.6; }

.feat-badge {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  background: #fdf6ff;
  border: 1px solid #e5cef7;
  color: #7821c7;
  border-radius: 6px;
  padding: .1rem .5rem;
  font-size: .7rem;
  font-weight: 600;
}

.usp-section {
  background: linear-gradient(180deg, #faf5ff 0%, #fff 100%);
  border-radius: 20px;
  padding: 2.5rem 2rem 3rem;
  margin-top: 1rem;
}
.usp-card {
  background: #fff;
  border: 1px solid #ede8f5;
  border-left: 4px solid #7821c7;
  border-radius: 12px;
  padding: 1.75rem;
  height: 100%;
  box-shadow: 0 4px 14px rgba(120, 33, 199, .06);
}
.usp-card i.usp-icon {
  color: #7821c7;
  font-size: 1.7rem;
  background: #f4f0fb;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.usp-card h5 { font-weight: 800; color: #1a1a2e; margin-bottom: .5rem; font-size: 1.15rem; }
.usp-card p { font-size: 1rem; color: #555; margin-bottom: 0; line-height: 1.65; }

.usp-card-wide {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.usp-card-wide .usp-icon { margin-bottom: 0; flex-shrink: 0; }
@media (max-width: 576px) {
  .usp-card-wide { flex-direction: column; }
}

.usp-highlight {
  display: inline-flex;
  align-items: center;
  background: #7821c7;
  color: #fff;
  border-radius: 6px;
  padding: .15rem .55rem;
  font-size: .7rem;
  font-weight: 700;
  vertical-align: middle;
  margin-left: .4rem;
}

.feat-cta {
  background: linear-gradient(135deg, #7821c7 0%, #4a0fa0 100%);
  border-radius: 16px;
  padding: 2.5rem;
  text-align: center;
  margin: 3rem 0 2rem;
  color: #fff;
}
