.feature-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.feature-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #111827;
  margin-top: 12px;
  margin-bottom: 8px;
}

.feature-card p {
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* HEADER */
.feature-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.feature-header .icon {
  font-size: 22px;
}

.badge {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
}

/* NUMBER */
.feature-number {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 12px;
  font-weight: 700;
  color: #9ca3af;
}
